Check nested declaring types when testing member overrides
[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     </type>
918     <type name="A`1[U]">
919       <method name="Void .ctor()">
920         <size>7</size>
921       </method>
922     </type>
923     <type name="A`1+Test`1[U,T]">
924       <method name="A`1+Test`1+Nested`1[U,T,T] Foo()">
925         <size>2</size>
926       </method>
927       <method name="Void .ctor()">
928         <size>7</size>
929       </method>
930     </type>
931     <type name="A`1+Test`1+Nested`1[U,T,X]">
932       <method name="Void .ctor()">
933         <size>7</size>
934       </method>
935     </type>
936     <type name="X">
937       <method name="Int32 Main()">
938         <size>39</size>
939       </method>
940     </type>
941   </test>
942   <test name="gtest-041.cs">
943     <type name="Stack`1[T]">
944       <method name="Void .ctor()">
945         <size>7</size>
946       </method>
947       <method name="Void Hello(Int32, T[])">
948         <size>1</size>
949       </method>
950     </type>
951     <type name="X">
952       <method name="Void .ctor()">
953         <size>7</size>
954       </method>
955       <method name="Void Main()">
956         <size>36</size>
957       </method>
958     </type>
959   </test>
960   <test name="gtest-042.cs">
961     <type name="A.A`1[X]">
962       <method name="Void .ctor()">
963         <size>7</size>
964       </method>
965     </type>
966     <type name="A.B`1[X]">
967       <method name="Void .ctor()">
968         <size>7</size>
969       </method>
970     </type>
971     <type name="A.C`1[X]">
972       <method name="Void .ctor()">
973         <size>7</size>
974       </method>
975     </type>
976     <type name="A.D`1[X]">
977       <method name="Void .ctor()">
978         <size>7</size>
979       </method>
980     </type>
981     <type name="A.E`2[X,Y]">
982       <method name="Void .ctor()">
983         <size>7</size>
984       </method>
985     </type>
986     <type name="A.F`1[X]">
987       <method name="Void .ctor()">
988         <size>7</size>
989       </method>
990     </type>
991     <type name="B.MyTest`2[K,V]">
992       <method name="Void .ctor()">
993         <size>7</size>
994       </method>
995     </type>
996     <type name="C.S`1[K]">
997       <method name="Void .ctor()">
998         <size>7</size>
999       </method>
1000     </type>
1001     <type name="C.C`1[K]">
1002       <method name="Void .ctor()">
1003         <size>7</size>
1004       </method>
1005     </type>
1006     <type name="Test">
1007       <method name="Void .ctor()">
1008         <size>7</size>
1009       </method>
1010       <method name="Void Main()">
1011         <size>1</size>
1012       </method>
1013     </type>
1014   </test>
1015   <test name="gtest-043.cs">
1016     <type name="Test`1[T]">
1017       <method name="Void .ctor()">
1018         <size>7</size>
1019       </method>
1020       <method name="Void Foo()">
1021         <size>13</size>
1022       </method>
1023       <method name="Int32 GetCount()">
1024         <size>6</size>
1025       </method>
1026     </type>
1027     <type name="X">
1028       <method name="Void .ctor()">
1029         <size>7</size>
1030       </method>
1031       <method name="Int32 DoTheTest[T]()">
1032         <size>107</size>
1033       </method>
1034       <method name="Int32 Main()">
1035         <size>134</size>
1036       </method>
1037     </type>
1038   </test>
1039   <test name="gtest-044.cs">
1040     <type name="X`1[T]">
1041       <method name="Void .ctor(Int32)">
1042         <size>14</size>
1043       </method>
1044       <method name="X`1[T] op_Increment(X`1[T])">
1045         <size>14</size>
1046       </method>
1047     </type>
1048     <type name="Test">
1049       <method name="Void .ctor()">
1050         <size>7</size>
1051       </method>
1052       <method name="Void Main()">
1053         <size>37</size>
1054       </method>
1055     </type>
1056   </test>
1057   <test name="gtest-045.cs">
1058     <type name="Test`2[A,B]">
1059       <method name="Void .ctor()">
1060         <size>7</size>
1061       </method>
1062       <method name="Void Foo[U](U)">
1063         <size>1</size>
1064       </method>
1065       <method name="Void Foo[V](V[], V)">
1066         <size>1</size>
1067       </method>
1068       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
1069         <size>1</size>
1070       </method>
1071       <method name="Void ArrayMethod[V](V[])">
1072         <size>1</size>
1073       </method>
1074     </type>
1075     <type name="X">
1076       <method name="Void .ctor()">
1077         <size>7</size>
1078       </method>
1079       <method name="Void Main()">
1080         <size>86</size>
1081       </method>
1082     </type>
1083     <type name="&lt;PrivateImplementationDetails&gt;">
1084       <method name="Void .ctor()">
1085         <size>7</size>
1086       </method>
1087     </type>
1088   </test>
1089   <test name="gtest-046.cs">
1090     <type name="Foo`1[T]">
1091       <method name="Void .ctor()">
1092         <size>7</size>
1093       </method>
1094       <method name="Void add_MyEvent(Test`1[T])">
1095         <size>24</size>
1096       </method>
1097       <method name="Void remove_MyEvent(Test`1[T])">
1098         <size>24</size>
1099       </method>
1100       <method name="Void Hello(T)">
1101         <size>24</size>
1102       </method>
1103     </type>
1104     <type name="X">
1105       <method name="Void .ctor()">
1106         <size>7</size>
1107       </method>
1108       <method name="Void do_hello(System.String)">
1109         <size>12</size>
1110       </method>
1111       <method name="Void Main()">
1112         <size>36</size>
1113       </method>
1114     </type>
1115     <type name="Test`1[T]">
1116       <method name="Void .ctor(Object, IntPtr)">
1117         <size>0</size>
1118       </method>
1119       <method name="Void Invoke(T)">
1120         <size>0</size>
1121       </method>
1122       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
1123         <size>0</size>
1124       </method>
1125       <method name="Void EndInvoke(IAsyncResult)">
1126         <size>0</size>
1127       </method>
1128     </type>
1129   </test>
1130   <test name="gtest-047.cs">
1131     <type name="X">
1132       <method name="Void .ctor()">
1133         <size>7</size>
1134       </method>
1135       <method name="Void Main()">
1136         <size>7</size>
1137       </method>
1138     </type>
1139   </test>
1140   <test name="gtest-048.cs">
1141     <type name="Stack`1[T]">
1142       <method name="Void .ctor()">
1143         <size>20</size>
1144       </method>
1145       <method name="Void Add(T)">
1146         <size>14</size>
1147       </method>
1148     </type>
1149     <type name="X">
1150       <method name="Void .ctor()">
1151         <size>7</size>
1152       </method>
1153       <method name="Void Main()">
1154         <size>22</size>
1155       </method>
1156     </type>
1157   </test>
1158   <test name="gtest-049.cs">
1159     <type name="X`1[T]">
1160       <method name="Void .ctor()">
1161         <size>7</size>
1162       </method>
1163       <method name="Void A(T)">
1164         <size>1</size>
1165       </method>
1166       <method name="Void A(T[])">
1167         <size>1</size>
1168       </method>
1169       <method name="Void A(T[,])">
1170         <size>1</size>
1171       </method>
1172       <method name="Void A(T[][])">
1173         <size>1</size>
1174       </method>
1175       <method name="Void B(T[])">
1176         <size>1</size>
1177       </method>
1178       <method name="Void B(Int32)">
1179         <size>1</size>
1180       </method>
1181       <method name="Void C(T[])">
1182         <size>1</size>
1183       </method>
1184       <method name="Void C(T[,])">
1185         <size>1</size>
1186       </method>
1187       <method name="Void C(System.Int32[,,])">
1188         <size>1</size>
1189       </method>
1190       <method name="Void D(Int32, T)">
1191         <size>1</size>
1192       </method>
1193       <method name="Void D(T, Int64)">
1194         <size>1</size>
1195       </method>
1196     </type>
1197     <type name="Foo">
1198       <method name="Void .ctor()">
1199         <size>7</size>
1200       </method>
1201       <method name="Void Main()">
1202         <size>1</size>
1203       </method>
1204     </type>
1205   </test>
1206   <test name="gtest-050.cs">
1207     <type name="X">
1208       <method name="Void .ctor()">
1209         <size>7</size>
1210       </method>
1211       <method name="T F[T](System.String, T)">
1212         <size>2</size>
1213       </method>
1214       <method name="T G[T]()">
1215         <size>6</size>
1216       </method>
1217       <method name="Void Main()">
1218         <size>40</size>
1219       </method>
1220     </type>
1221     <type name="D">
1222       <method name="Void .ctor(Object, IntPtr)">
1223         <size>0</size>
1224       </method>
1225       <method name="Int32 Invoke(System.String, Int32)">
1226         <size>0</size>
1227       </method>
1228       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
1229         <size>0</size>
1230       </method>
1231       <method name="Int32 EndInvoke(IAsyncResult)">
1232         <size>0</size>
1233       </method>
1234     </type>
1235     <type name="E">
1236       <method name="Void .ctor(Object, IntPtr)">
1237         <size>0</size>
1238       </method>
1239       <method name="Int32 Invoke()">
1240         <size>0</size>
1241       </method>
1242       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1243         <size>0</size>
1244       </method>
1245       <method name="Int32 EndInvoke(IAsyncResult)">
1246         <size>0</size>
1247       </method>
1248     </type>
1249   </test>
1250   <test name="gtest-051.cs">
1251     <type name="Foo`1[T]">
1252       <method name="Void .ctor()">
1253         <size>7</size>
1254       </method>
1255       <method name="Void Test(T)">
1256         <size>43</size>
1257       </method>
1258     </type>
1259     <type name="A">
1260       <method name="Void .ctor()">
1261         <size>7</size>
1262       </method>
1263       <method name="Void Hello()">
1264         <size>11</size>
1265       </method>
1266     </type>
1267     <type name="B">
1268       <method name="Void .ctor()">
1269         <size>7</size>
1270       </method>
1271     </type>
1272     <type name="X">
1273       <method name="Void .ctor()">
1274         <size>7</size>
1275       </method>
1276       <method name="Void Main()">
1277         <size>18</size>
1278       </method>
1279     </type>
1280   </test>
1281   <test name="gtest-052.cs">
1282     <type name="Foo`1[T]">
1283       <method name="Void .ctor()">
1284         <size>7</size>
1285       </method>
1286       <method name="T Create()">
1287         <size>36</size>
1288       </method>
1289     </type>
1290     <type name="X">
1291       <method name="Void .ctor()">
1292         <size>7</size>
1293       </method>
1294       <method name="Void Hello()">
1295         <size>11</size>
1296       </method>
1297       <method name="Void Main()">
1298         <size>18</size>
1299       </method>
1300     </type>
1301   </test>
1302   <test name="gtest-053.cs">
1303     <type name="ReferenceTypeCounters.SimpleCounter">
1304       <method name="Void .ctor()">
1305         <size>7</size>
1306       </method>
1307       <method name="Void Increment()">
1308         <size>15</size>
1309       </method>
1310     </type>
1311     <type name="ReferenceTypeCounters.PrintingCounter">
1312       <method name="Void .ctor()">
1313         <size>7</size>
1314       </method>
1315       <method name="System.String ToString()">
1316         <size>12</size>
1317       </method>
1318       <method name="Void Increment()">
1319         <size>15</size>
1320       </method>
1321     </type>
1322     <type name="ReferenceTypeCounters.ExplicitCounter">
1323       <method name="Void .ctor()">
1324         <size>7</size>
1325       </method>
1326       <method name="Void ICounter.Increment()">
1327         <size>15</size>
1328       </method>
1329       <method name="System.String ToString()">
1330         <size>12</size>
1331       </method>
1332     </type>
1333     <type name="ReferenceTypeCounters.InterfaceCounter">
1334       <method name="Void .ctor()">
1335         <size>7</size>
1336       </method>
1337       <method name="Void ICounter.Increment()">
1338         <size>15</size>
1339       </method>
1340       <method name="System.String ToString()">
1341         <size>12</size>
1342       </method>
1343       <method name="Void Increment()">
1344         <size>15</size>
1345       </method>
1346     </type>
1347     <type name="Test.Test`1[T]">
1348       <method name="Void .ctor()">
1349         <size>7</size>
1350       </method>
1351       <method name="Void Foo(T)">
1352         <size>50</size>
1353       </method>
1354     </type>
1355     <type name="Test.X">
1356       <method name="Void .ctor()">
1357         <size>7</size>
1358       </method>
1359       <method name="Void Main()">
1360         <size>97</size>
1361       </method>
1362     </type>
1363     <type name="ValueTypeCounters.SimpleCounter">
1364       <method name="Void Increment()">
1365         <size>15</size>
1366       </method>
1367     </type>
1368     <type name="ValueTypeCounters.PrintingCounter">
1369       <method name="System.String ToString()">
1370         <size>12</size>
1371       </method>
1372       <method name="Void Increment()">
1373         <size>15</size>
1374       </method>
1375     </type>
1376     <type name="ValueTypeCounters.ExplicitCounter">
1377       <method name="Void ICounter.Increment()">
1378         <size>15</size>
1379       </method>
1380       <method name="System.String ToString()">
1381         <size>12</size>
1382       </method>
1383     </type>
1384     <type name="ValueTypeCounters.InterfaceCounter">
1385       <method name="Void ICounter.Increment()">
1386         <size>15</size>
1387       </method>
1388       <method name="System.String ToString()">
1389         <size>12</size>
1390       </method>
1391       <method name="Void Increment()">
1392         <size>15</size>
1393       </method>
1394     </type>
1395   </test>
1396   <test name="gtest-054.cs">
1397     <type name="A">
1398       <method name="Void .ctor()">
1399         <size>7</size>
1400       </method>
1401     </type>
1402     <type name="B">
1403       <method name="Void .ctor()">
1404         <size>7</size>
1405       </method>
1406       <method name="Void Hello()">
1407         <size>1</size>
1408       </method>
1409       <method name="C op_Implicit(B)">
1410         <size>6</size>
1411       </method>
1412     </type>
1413     <type name="C">
1414       <method name="Void .ctor()">
1415         <size>7</size>
1416       </method>
1417       <method name="B op_Explicit(C)">
1418         <size>6</size>
1419       </method>
1420     </type>
1421     <type name="Test">
1422       <method name="Void .ctor()">
1423         <size>7</size>
1424       </method>
1425       <method name="Void Simple[T](T)">
1426         <size>36</size>
1427       </method>
1428       <method name="Void Interface[T](T)">
1429         <size>8</size>
1430       </method>
1431       <method name="Void Class[T](T)">
1432         <size>71</size>
1433       </method>
1434       <method name="Void Array[T](T[])">
1435         <size>21</size>
1436       </method>
1437       <method name="Void Main()">
1438         <size>1</size>
1439       </method>
1440     </type>
1441   </test>
1442   <test name="gtest-055.cs">
1443     <type name="N1.A`1[T]">
1444       <method name="Void .ctor()">
1445         <size>7</size>
1446       </method>
1447     </type>
1448     <type name="N1.A`1+B[T]">
1449       <method name="Void .ctor()">
1450         <size>7</size>
1451       </method>
1452     </type>
1453     <type name="N1.A`1+C`1[T,U]">
1454       <method name="Void .ctor()">
1455         <size>7</size>
1456       </method>
1457     </type>
1458     <type name="N1.C">
1459       <method name="Void .ctor()">
1460         <size>7</size>
1461       </method>
1462     </type>
1463     <type name="N2.X">
1464       <method name="Void .ctor()">
1465         <size>7</size>
1466       </method>
1467       <method name="Void Main()">
1468         <size>19</size>
1469       </method>
1470     </type>
1471   </test>
1472   <test name="gtest-056.cs">
1473     <type name="Log`1[T]">
1474       <method name="Void .ctor()">
1475         <size>31</size>
1476       </method>
1477       <method name="Void .cctor()">
1478         <size>1</size>
1479       </method>
1480       <method name="Int32 get_InstanceCount()">
1481         <size>6</size>
1482       </method>
1483       <method name="Void Add(T)">
1484         <size>32</size>
1485       </method>
1486       <method name="Int32 get_Count()">
1487         <size>7</size>
1488       </method>
1489       <method name="T get_Last()">
1490         <size>47</size>
1491       </method>
1492       <method name="Void set_Last(T)">
1493         <size>68</size>
1494       </method>
1495       <method name="T[] get_All()">
1496         <size>70</size>
1497       </method>
1498     </type>
1499     <type name="TestLog">
1500       <method name="Void .ctor()">
1501         <size>7</size>
1502       </method>
1503     </type>
1504     <type name="TestLog+MyTest">
1505       <method name="Void .ctor()">
1506         <size>7</size>
1507       </method>
1508       <method name="Void Main(System.String[])">
1509         <size>204</size>
1510       </method>
1511     </type>
1512   </test>
1513   <test name="gtest-057.cs">
1514     <type name="Hello`1[T]">
1515       <method name="Void .ctor()">
1516         <size>7</size>
1517       </method>
1518       <method name="IHello`1 Test[U]()">
1519         <size>6</size>
1520       </method>
1521       <method name="Void Print(T)">
1522         <size>17</size>
1523       </method>
1524     </type>
1525     <type name="X">
1526       <method name="Void .ctor()">
1527         <size>7</size>
1528       </method>
1529       <method name="Void Main()">
1530         <size>48</size>
1531       </method>
1532     </type>
1533   </test>
1534   <test name="gtest-058.cs">
1535     <type name="Foo">
1536       <method name="Void .ctor()">
1537         <size>7</size>
1538       </method>
1539       <method name="Void Main()">
1540         <size>1</size>
1541       </method>
1542     </type>
1543     <type name="Foo`1[T]">
1544       <method name="Void .ctor()">
1545         <size>7</size>
1546       </method>
1547       <method name="Foo`1[T] get_Blah()">
1548         <size>6</size>
1549       </method>
1550     </type>
1551   </test>
1552   <test name="gtest-059.cs">
1553     <type name="X`1[T]">
1554       <method name="Void .ctor()">
1555         <size>7</size>
1556       </method>
1557     </type>
1558     <type name="Foo">
1559       <method name="Void .ctor()">
1560         <size>7</size>
1561       </method>
1562       <method name="Void Main()">
1563         <size>1</size>
1564       </method>
1565     </type>
1566   </test>
1567   <test name="gtest-060.cs">
1568     <type name="MyList`1[T]">
1569       <method name="Void .ctor()">
1570         <size>7</size>
1571       </method>
1572       <method name="Void Hello(T)">
1573         <size>12</size>
1574       </method>
1575     </type>
1576     <type name="Foo">
1577       <method name="Void .ctor()">
1578         <size>7</size>
1579       </method>
1580       <method name="MyList`1[T] Map[T]()">
1581         <size>6</size>
1582       </method>
1583     </type>
1584     <type name="X">
1585       <method name="Void .ctor()">
1586         <size>7</size>
1587       </method>
1588       <method name="Void Main()">
1589         <size>22</size>
1590       </method>
1591     </type>
1592   </test>
1593   <test name="gtest-061.cs">
1594     <type name="Foo`1[T]">
1595       <method name="Void .ctor(T)">
1596         <size>14</size>
1597       </method>
1598       <method name="U Method[U](Test`2[T,U])">
1599         <size>13</size>
1600       </method>
1601     </type>
1602     <type name="X">
1603       <method name="Void .ctor()">
1604         <size>7</size>
1605       </method>
1606       <method name="Void Main()">
1607         <size>83</size>
1608       </method>
1609     </type>
1610     <type name="Test`2[A,B]">
1611       <method name="Void .ctor(Object, IntPtr)">
1612         <size>0</size>
1613       </method>
1614       <method name="B Invoke(A)">
1615         <size>0</size>
1616       </method>
1617       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
1618         <size>0</size>
1619       </method>
1620       <method name="B EndInvoke(IAsyncResult)">
1621         <size>0</size>
1622       </method>
1623     </type>
1624     <type name="X">
1625       <method name="System.String &lt;Main&gt;m__0(Double)">
1626         <size>17</size>
1627       </method>
1628     </type>
1629   </test>
1630   <test name="gtest-062.cs">
1631     <type name="X">
1632       <method name="Void .ctor()">
1633         <size>7</size>
1634       </method>
1635       <method name="IEnumerable`1 Test(Int32, Int64)">
1636         <size>44</size>
1637       </method>
1638       <method name="Int32 Main()">
1639         <size>84</size>
1640       </method>
1641     </type>
1642     <type name="X+&lt;Test&gt;c__Iterator0">
1643       <method name="Void .ctor()">
1644         <size>7</size>
1645       </method>
1646       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1647         <size>12</size>
1648       </method>
1649       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1650         <size>7</size>
1651       </method>
1652       <method name="Boolean MoveNext()">
1653         <size>105</size>
1654       </method>
1655       <method name="Void Dispose()">
1656         <size>8</size>
1657       </method>
1658       <method name="Void Reset()">
1659         <size>6</size>
1660       </method>
1661       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
1662         <size>7</size>
1663       </method>
1664       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
1665         <size>52</size>
1666       </method>
1667     </type>
1668   </test>
1669   <test name="gtest-063.cs">
1670     <type name="Test">
1671       <method name="Void .ctor()">
1672         <size>7</size>
1673       </method>
1674       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
1675         <size>2</size>
1676       </method>
1677       <method name="Int32 IndexOf(System.Array, System.Object)">
1678         <size>15</size>
1679       </method>
1680       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
1681         <size>2</size>
1682       </method>
1683     </type>
1684     <type name="X">
1685       <method name="Void .ctor()">
1686         <size>7</size>
1687       </method>
1688       <method name="Int32 Main()">
1689         <size>65</size>
1690       </method>
1691     </type>
1692   </test>
1693   <test name="gtest-064.cs">
1694     <type name="Foo`1[T]">
1695       <method name="Void .ctor()">
1696         <size>7</size>
1697       </method>
1698       <method name="Foo`1+Hello[T] GetHello()">
1699         <size>7</size>
1700       </method>
1701     </type>
1702     <type name="Foo`1+Hello[T]">
1703       <method name="Void .ctor(Foo`1)">
1704         <size>14</size>
1705       </method>
1706     </type>
1707     <type name="X">
1708       <method name="Void .ctor()">
1709         <size>7</size>
1710       </method>
1711       <method name="Void Main()">
1712         <size>1</size>
1713       </method>
1714     </type>
1715     <type name="Foo`1[T]">
1716       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
1717         <size>7</size>
1718       </method>
1719     </type>
1720   </test>
1721   <test name="gtest-065.cs">
1722     <type name="MyTest">
1723       <method name="Void .ctor()">
1724         <size>7</size>
1725       </method>
1726       <method name="Void Test()">
1727         <size>17</size>
1728       </method>
1729       <method name="Void Main(System.String[])">
1730         <size>216</size>
1731       </method>
1732     </type>
1733     <type name="ComparablePair`2[T,U]">
1734       <method name="Void .ctor(T, U)">
1735         <size>15</size>
1736       </method>
1737       <method name="Int32 CompareTo(ComparablePair`2)">
1738         <size>68</size>
1739       </method>
1740       <method name="Boolean Equals(ComparablePair`2)">
1741         <size>73</size>
1742       </method>
1743       <method name="System.String ToString()">
1744         <size>64</size>
1745       </method>
1746     </type>
1747   </test>
1748   <test name="gtest-066.cs">
1749     <type name="Foo`1[T]">
1750       <method name="Void .ctor()">
1751         <size>7</size>
1752       </method>
1753     </type>
1754     <type name="Foo`1+Bar`1[T,U]">
1755       <method name="Void .ctor()">
1756         <size>7</size>
1757       </method>
1758     </type>
1759     <type name="Test.FooEx`2[V,W]">
1760       <method name="Void .ctor()">
1761         <size>7</size>
1762       </method>
1763     </type>
1764     <type name="X">
1765       <method name="Void .ctor()">
1766         <size>7</size>
1767       </method>
1768       <method name="Void Main()">
1769         <size>61</size>
1770       </method>
1771     </type>
1772   </test>
1773   <test name="gtest-067.cs">
1774     <type name="Test">
1775       <method name="Void .ctor()">
1776         <size>7</size>
1777       </method>
1778       <method name="Void Hello[U](Test+Foo`1[U], U)">
1779         <size>1</size>
1780       </method>
1781     </type>
1782     <type name="X">
1783       <method name="Void .ctor()">
1784         <size>7</size>
1785       </method>
1786       <method name="Int32 Add(Int32, Int32)">
1787         <size>4</size>
1788       </method>
1789       <method name="Void Main()">
1790         <size>26</size>
1791       </method>
1792     </type>
1793     <type name="Test+Foo`1[T]">
1794       <method name="Void .ctor(Object, IntPtr)">
1795         <size>0</size>
1796       </method>
1797       <method name="Int32 Invoke(T, T)">
1798         <size>0</size>
1799       </method>
1800       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
1801         <size>0</size>
1802       </method>
1803       <method name="Int32 EndInvoke(IAsyncResult)">
1804         <size>0</size>
1805       </method>
1806     </type>
1807   </test>
1808   <test name="gtest-068.cs">
1809     <type name="Martin.Foo`1[T]">
1810       <method name="Void .ctor()">
1811         <size>7</size>
1812       </method>
1813     </type>
1814     <type name="Baulig.X">
1815       <method name="Void .ctor()">
1816         <size>7</size>
1817       </method>
1818       <method name="Void Main()">
1819         <size>1</size>
1820       </method>
1821     </type>
1822   </test>
1823   <test name="gtest-069.cs">
1824     <type name="Test`1[T]">
1825       <method name="Void .ctor()">
1826         <size>7</size>
1827       </method>
1828       <method name="Int32 Foo(IFoo`1)">
1829         <size>7</size>
1830       </method>
1831       <method name="Int32 Foo(IFoo)">
1832         <size>7</size>
1833       </method>
1834     </type>
1835     <type name="X">
1836       <method name="Void .ctor()">
1837         <size>7</size>
1838       </method>
1839       <method name="Void Main()">
1840         <size>1</size>
1841       </method>
1842     </type>
1843   </test>
1844   <test name="gtest-070.cs">
1845     <type name="Martin.Test`1[T]">
1846       <method name="Void .ctor()">
1847         <size>7</size>
1848       </method>
1849       <method name="Int32 Foo()">
1850         <size>2</size>
1851       </method>
1852     </type>
1853     <type name="Foo`1[T]">
1854       <method name="Void .ctor(Int32)">
1855         <size>7</size>
1856       </method>
1857       <method name="Void .ctor()">
1858         <size>12</size>
1859       </method>
1860     </type>
1861     <type name="X">
1862       <method name="Void .ctor()">
1863         <size>7</size>
1864       </method>
1865       <method name="Void Main()">
1866         <size>1</size>
1867       </method>
1868     </type>
1869   </test>
1870   <test name="gtest-071.cs">
1871     <type name="Foo`1[T]">
1872       <method name="Void .ctor()">
1873         <size>7</size>
1874       </method>
1875       <method name="T Test[U](U)">
1876         <size>12</size>
1877       </method>
1878     </type>
1879     <type name="X">
1880       <method name="Void .ctor()">
1881         <size>7</size>
1882       </method>
1883       <method name="Void Main()">
1884         <size>21</size>
1885       </method>
1886     </type>
1887     <type name="Y">
1888       <method name="Void .ctor()">
1889         <size>7</size>
1890       </method>
1891     </type>
1892   </test>
1893   <test name="gtest-072.cs">
1894     <type name="Log`1[T]">
1895       <method name="Void .ctor()">
1896         <size>31</size>
1897       </method>
1898       <method name="Void .cctor()">
1899         <size>1</size>
1900       </method>
1901       <method name="Int32 get_InstanceCount()">
1902         <size>6</size>
1903       </method>
1904       <method name="Void Add(T)">
1905         <size>32</size>
1906       </method>
1907       <method name="Int32 get_Count()">
1908         <size>7</size>
1909       </method>
1910       <method name="T get_Last()">
1911         <size>47</size>
1912       </method>
1913       <method name="Void set_Last(T)">
1914         <size>68</size>
1915       </method>
1916       <method name="T[] get_All()">
1917         <size>70</size>
1918       </method>
1919     </type>
1920     <type name="TestLog">
1921       <method name="Void .ctor()">
1922         <size>7</size>
1923       </method>
1924     </type>
1925     <type name="TestLog+MyTest">
1926       <method name="Void .ctor()">
1927         <size>7</size>
1928       </method>
1929       <method name="Void Main(System.String[])">
1930         <size>209</size>
1931       </method>
1932       <method name="Void TestPairLog()">
1933         <size>184</size>
1934       </method>
1935     </type>
1936     <type name="Pair`2[T,U]">
1937       <method name="Void .ctor(T, U)">
1938         <size>15</size>
1939       </method>
1940     </type>
1941   </test>
1942   <test name="gtest-073.cs">
1943     <type name="MyList`1[T]">
1944       <method name="Void .ctor()">
1945         <size>7</size>
1946       </method>
1947       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1948         <size>7</size>
1949       </method>
1950       <method name="IEnumerator`1 GetEnumerator()">
1951         <size>8</size>
1952       </method>
1953     </type>
1954     <type name="X">
1955       <method name="Void .ctor()">
1956         <size>7</size>
1957       </method>
1958       <method name="Void Main()">
1959         <size>55</size>
1960       </method>
1961     </type>
1962     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1963       <method name="Void .ctor()">
1964         <size>7</size>
1965       </method>
1966       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1967         <size>12</size>
1968       </method>
1969       <method name="Boolean MoveNext()">
1970         <size>25</size>
1971       </method>
1972       <method name="Void Dispose()">
1973         <size>8</size>
1974       </method>
1975       <method name="Void Reset()">
1976         <size>6</size>
1977       </method>
1978     </type>
1979     <type name="Foo`1[T]">
1980       <method name="Void .ctor(T)">
1981         <size>8</size>
1982       </method>
1983     </type>
1984     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1985       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
1986         <size>7</size>
1987       </method>
1988     </type>
1989   </test>
1990   <test name="gtest-074.cs">
1991     <type name="Test`1[T]">
1992       <method name="Void .ctor(T, T)">
1993         <size>21</size>
1994       </method>
1995     </type>
1996     <type name="X">
1997       <method name="Void .ctor()">
1998         <size>7</size>
1999       </method>
2000       <method name="Int32 Main()">
2001         <size>85</size>
2002       </method>
2003     </type>
2004     <type name="Foo`1[T]">
2005       <method name="Void .ctor(T, T)">
2006         <size>15</size>
2007       </method>
2008     </type>
2009   </test>
2010   <test name="gtest-075.cs">
2011     <type name="ArrayList`1[T]">
2012       <method name="Void .ctor()">
2013         <size>7</size>
2014       </method>
2015     </type>
2016     <type name="X">
2017       <method name="Void .ctor()">
2018         <size>7</size>
2019       </method>
2020       <method name="Void Main()">
2021         <size>1</size>
2022       </method>
2023     </type>
2024     <type name="ArrayList`1[T]">
2025       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
2026         <size>1</size>
2027       </method>
2028     </type>
2029   </test>
2030   <test name="gtest-076.cs">
2031     <type name="Test`1[T]">
2032       <method name="Void .ctor()">
2033         <size>7</size>
2034       </method>
2035       <method name="Foo`1 GetFoo(T)">
2036         <size>7</size>
2037       </method>
2038     </type>
2039     <type name="X">
2040       <method name="Void .ctor()">
2041         <size>7</size>
2042       </method>
2043       <method name="Int32 Main()">
2044         <size>41</size>
2045       </method>
2046     </type>
2047     <type name="Foo`1[T]">
2048       <method name="Void .ctor(T)">
2049         <size>8</size>
2050       </method>
2051     </type>
2052   </test>
2053   <test name="gtest-078.cs">
2054     <type name="Test">
2055       <method name="Void .ctor()">
2056         <size>7</size>
2057       </method>
2058     </type>
2059     <type name="S">
2060       <method name="Void System.IDisposable.Dispose()">
2061         <size>13</size>
2062       </method>
2063       <method name="Void Dispose()">
2064         <size>6</size>
2065       </method>
2066     </type>
2067     <type name="C">
2068       <method name="Void System.IDisposable.Dispose()">
2069         <size>1</size>
2070       </method>
2071       <method name="Void Dispose()">
2072         <size>6</size>
2073       </method>
2074       <method name="Void .ctor()">
2075         <size>7</size>
2076       </method>
2077     </type>
2078     <type name="Test">
2079       <method name="Int32 Main()">
2080         <size>209</size>
2081       </method>
2082       <method name="Void GenMethod[T](T)">
2083         <size>33</size>
2084       </method>
2085     </type>
2086   </test>
2087   <test name="gtest-079.cs">
2088     <type name="A.ArrayList`1[T]">
2089       <method name="Void .ctor()">
2090         <size>7</size>
2091       </method>
2092       <method name="Void InsertAll(T)">
2093         <size>1</size>
2094       </method>
2095     </type>
2096     <type name="B.ArrayList`2[X,Y]">
2097       <method name="Void .ctor()">
2098         <size>7</size>
2099       </method>
2100       <method name="Void AddAll[Z](Z)">
2101         <size>18</size>
2102       </method>
2103       <method name="Void InsertAll(Y)">
2104         <size>1</size>
2105       </method>
2106     </type>
2107     <type name="C.Foo`1[U]">
2108       <method name="Void .ctor()">
2109         <size>7</size>
2110       </method>
2111     </type>
2112     <type name="C.ArrayList`1[X]">
2113       <method name="Void .ctor()">
2114         <size>7</size>
2115       </method>
2116       <method name="Void AddAll[Y](Y)">
2117         <size>13</size>
2118       </method>
2119       <method name="Void InsertAll(C.Foo`1[X])">
2120         <size>1</size>
2121       </method>
2122     </type>
2123     <type name="X">
2124       <method name="Void .ctor()">
2125         <size>7</size>
2126       </method>
2127       <method name="Void Main()">
2128         <size>1</size>
2129       </method>
2130     </type>
2131     <type name="A.ArrayList`1[T]">
2132       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
2133         <size>18</size>
2134       </method>
2135     </type>
2136   </test>
2137   <test name="gtest-080.cs">
2138     <type name="Test">
2139       <method name="Void .ctor()">
2140         <size>7</size>
2141       </method>
2142       <method name="Void Hello[T](IFoo`1)">
2143         <size>8</size>
2144       </method>
2145       <method name="Void InsertAll[U](IFoo`1)">
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-081.cs">
2159     <type name="ArrayList`1[T]">
2160       <method name="Void .ctor()">
2161         <size>7</size>
2162       </method>
2163       <method name="Void AddAll[U](U)">
2164         <size>18</size>
2165       </method>
2166       <method name="Void InsertAll(T)">
2167         <size>1</size>
2168       </method>
2169     </type>
2170     <type name="X">
2171       <method name="Void .ctor()">
2172         <size>7</size>
2173       </method>
2174       <method name="Void Main()">
2175         <size>1</size>
2176       </method>
2177     </type>
2178   </test>
2179   <test name="gtest-082.cs">
2180     <type name="Queue`1[T]">
2181       <method name="Void .ctor()">
2182         <size>7</size>
2183       </method>
2184     </type>
2185     <type name="Queue`1+Enumerator[T]">
2186       <method name="Void .ctor(Queue`1)">
2187         <size>14</size>
2188       </method>
2189     </type>
2190     <type name="X">
2191       <method name="Void .ctor()">
2192         <size>7</size>
2193       </method>
2194       <method name="Void Main()">
2195         <size>1</size>
2196       </method>
2197     </type>
2198   </test>
2199   <test name="gtest-083.cs">
2200     <type name="CollectionValueBase`1[T]">
2201       <method name="Void .ctor()">
2202         <size>7</size>
2203       </method>
2204       <method name="T[] ToArray()">
2205         <size>2</size>
2206       </method>
2207     </type>
2208     <type name="CollectionBase`1[T]">
2209       <method name="Void .ctor()">
2210         <size>7</size>
2211       </method>
2212     </type>
2213     <type name="SequencedBase`1[T]">
2214       <method name="Void .ctor()">
2215         <size>7</size>
2216       </method>
2217     </type>
2218     <type name="ArrayBase`1[T]">
2219       <method name="Void .ctor()">
2220         <size>7</size>
2221       </method>
2222       <method name="T[] ToArray()">
2223         <size>2</size>
2224       </method>
2225     </type>
2226     <type name="X">
2227       <method name="Void .ctor()">
2228         <size>7</size>
2229       </method>
2230       <method name="Void Main()">
2231         <size>1</size>
2232       </method>
2233     </type>
2234   </test>
2235   <test name="gtest-084.cs">
2236     <type name="HasherBuilder.ByPrototype`1[S]">
2237       <method name="Void .ctor()">
2238         <size>7</size>
2239       </method>
2240       <method name="IHasher`1 Examine()">
2241         <size>2</size>
2242       </method>
2243     </type>
2244     <type name="ArrayList`1[U]">
2245       <method name="Void .ctor()">
2246         <size>7</size>
2247       </method>
2248       <method name="IHasher`1 GetHasher()">
2249         <size>6</size>
2250       </method>
2251     </type>
2252     <type name="X">
2253       <method name="Void .ctor()">
2254         <size>7</size>
2255       </method>
2256       <method name="Void Main()">
2257         <size>1</size>
2258       </method>
2259     </type>
2260   </test>
2261   <test name="gtest-085.cs">
2262     <type name="ArrayList`1[T]">
2263       <method name="Void .ctor()">
2264         <size>7</size>
2265       </method>
2266       <method name="Int32 InsertAll[U](IFoo`1)">
2267         <size>2</size>
2268       </method>
2269       <method name="Int32 InsertAll(IFoo`1)">
2270         <size>2</size>
2271       </method>
2272       <method name="Int32 AddAll(IFoo`1)">
2273         <size>8</size>
2274       </method>
2275     </type>
2276     <type name="X">
2277       <method name="Void .ctor()">
2278         <size>7</size>
2279       </method>
2280       <method name="Int32 Main()">
2281         <size>14</size>
2282       </method>
2283     </type>
2284   </test>
2285   <test name="gtest-086.cs">
2286     <type name="ArrayList`1[T]">
2287       <method name="Void .ctor()">
2288         <size>7</size>
2289       </method>
2290       <method name="Int32 InsertAll[U](IFoo`1)">
2291         <size>2</size>
2292       </method>
2293       <method name="Int32 InsertAll(IFoo`1)">
2294         <size>2</size>
2295       </method>
2296       <method name="Int32 AddAll(IFoo`1)">
2297         <size>8</size>
2298       </method>
2299     </type>
2300     <type name="X">
2301       <method name="Void .ctor()">
2302         <size>7</size>
2303       </method>
2304       <method name="Void Main()">
2305         <size>1</size>
2306       </method>
2307     </type>
2308   </test>
2309   <test name="gtest-087.cs">
2310     <type name="C5.HashedArrayList`1[T]">
2311       <method name="Void .ctor()">
2312         <size>7</size>
2313       </method>
2314       <method name="Void Test()">
2315         <size>12</size>
2316       </method>
2317     </type>
2318     <type name="C5.HashSet`1[T]">
2319       <method name="Void .ctor(IHasher`1)">
2320         <size>7</size>
2321       </method>
2322     </type>
2323     <type name="C5.KeyValuePairHasher`2[K,V]">
2324       <method name="Void .ctor()">
2325         <size>7</size>
2326       </method>
2327     </type>
2328     <type name="X">
2329       <method name="Void .ctor()">
2330         <size>7</size>
2331       </method>
2332       <method name="Void Main()">
2333         <size>1</size>
2334       </method>
2335     </type>
2336   </test>
2337   <test name="gtest-088.cs">
2338     <type name="X">
2339       <method name="Void .ctor()">
2340         <size>7</size>
2341       </method>
2342       <method name="Void Main()">
2343         <size>9</size>
2344       </method>
2345     </type>
2346     <type name="KeyValuePair`2[K,V]">
2347       <method name="Void .ctor(K, V)">
2348         <size>1</size>
2349       </method>
2350       <method name="Void .ctor(K)">
2351         <size>1</size>
2352       </method>
2353     </type>
2354   </test>
2355   <test name="gtest-089.cs">
2356     <type name="Test`1[T]">
2357       <method name="Void .ctor()">
2358         <size>7</size>
2359       </method>
2360       <method name="Void Foo(T, Int32 ByRef)">
2361         <size>4</size>
2362       </method>
2363       <method name="Void Hello(T)">
2364         <size>10</size>
2365       </method>
2366     </type>
2367     <type name="X">
2368       <method name="Void .ctor()">
2369         <size>7</size>
2370       </method>
2371       <method name="Void Main()">
2372         <size>1</size>
2373       </method>
2374     </type>
2375   </test>
2376   <test name="gtest-090.cs">
2377     <type name="Foo`1[T]">
2378       <method name="Void .ctor()">
2379         <size>7</size>
2380       </method>
2381       <method name="T InsertAll[U](U)">
2382         <size>12</size>
2383       </method>
2384     </type>
2385     <type name="Bar`1[T]">
2386       <method name="Void .ctor()">
2387         <size>7</size>
2388       </method>
2389       <method name="T InsertAll[U](U)">
2390         <size>12</size>
2391       </method>
2392     </type>
2393     <type name="X">
2394       <method name="Void .ctor()">
2395         <size>7</size>
2396       </method>
2397       <method name="Void Main()">
2398         <size>1</size>
2399       </method>
2400     </type>
2401   </test>
2402   <test name="gtest-091.cs">
2403     <type name="Foo`1[T]">
2404       <method name="Void .ctor()">
2405         <size>7</size>
2406       </method>
2407       <method name="Foo`1+Node[T] Test[V]()">
2408         <size>7</size>
2409       </method>
2410     </type>
2411     <type name="Foo`1+Node[T]">
2412       <method name="Void .ctor()">
2413         <size>7</size>
2414       </method>
2415     </type>
2416     <type name="X">
2417       <method name="Void .ctor()">
2418         <size>7</size>
2419       </method>
2420       <method name="Void Main()">
2421         <size>1</size>
2422       </method>
2423     </type>
2424   </test>
2425   <test name="gtest-092.cs">
2426     <type name="Element`1[T]">
2427       <method name="Void .ctor(T)">
2428         <size>14</size>
2429       </method>
2430       <method name="Void GetItem(T ByRef)">
2431         <size>13</size>
2432       </method>
2433       <method name="T GetItem(Int32, T ByRef)">
2434         <size>7</size>
2435       </method>
2436       <method name="Void SetItem(T)">
2437         <size>1</size>
2438       </method>
2439     </type>
2440     <type name="Foo`1[T]">
2441       <method name="Void .ctor()">
2442         <size>7</size>
2443       </method>
2444       <method name="Foo`1+Node[T] Test()">
2445         <size>52</size>
2446       </method>
2447     </type>
2448     <type name="Foo`1+Node[T]">
2449       <method name="Void .ctor()">
2450         <size>7</size>
2451       </method>
2452     </type>
2453     <type name="X">
2454       <method name="Void .ctor()">
2455         <size>7</size>
2456       </method>
2457       <method name="Void Main()">
2458         <size>1</size>
2459       </method>
2460     </type>
2461   </test>
2462   <test name="gtest-093.cs">
2463     <type name="Foo`1[T]">
2464       <method name="Void .ctor(T)">
2465         <size>14</size>
2466       </method>
2467       <method name="Void Hello[U]()">
2468         <size>8</size>
2469       </method>
2470       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
2471         <size>8</size>
2472       </method>
2473     </type>
2474     <type name="Foo`1+Node[T]">
2475       <method name="Void .ctor()">
2476         <size>7</size>
2477       </method>
2478     </type>
2479     <type name="X">
2480       <method name="Void .ctor()">
2481         <size>7</size>
2482       </method>
2483       <method name="Void Main()">
2484         <size>1</size>
2485       </method>
2486     </type>
2487   </test>
2488   <test name="gtest-094.cs">
2489     <type name="LinkedList`1[T]">
2490       <method name="Void .ctor()">
2491         <size>7</size>
2492       </method>
2493     </type>
2494     <type name="LinkedList`1+Node[T]">
2495       <method name="Void .ctor()">
2496         <size>7</size>
2497       </method>
2498     </type>
2499     <type name="HashedLinkedList`1[T]">
2500       <method name="Void .ctor()">
2501         <size>7</size>
2502       </method>
2503     </type>
2504     <type name="X">
2505       <method name="Void .ctor()">
2506         <size>7</size>
2507       </method>
2508       <method name="Void Main()">
2509         <size>1</size>
2510       </method>
2511     </type>
2512   </test>
2513   <test name="gtest-095.cs">
2514     <type name="GuardedCollectionValue`1[T]">
2515       <method name="Void .ctor()">
2516         <size>7</size>
2517       </method>
2518       <method name="IDirectedCollectionValue`1 Backwards()">
2519         <size>2</size>
2520       </method>
2521     </type>
2522     <type name="GuardedSequenced`1[T]">
2523       <method name="Void .ctor()">
2524         <size>7</size>
2525       </method>
2526       <method name="IDirectedCollectionValue`1 Test()">
2527         <size>12</size>
2528       </method>
2529     </type>
2530     <type name="X">
2531       <method name="Void .ctor()">
2532         <size>7</size>
2533       </method>
2534       <method name="Void Main()">
2535         <size>1</size>
2536       </method>
2537     </type>
2538     <type name="GuardedCollectionValue`1[T]">
2539       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
2540         <size>2</size>
2541       </method>
2542     </type>
2543   </test>
2544   <test name="gtest-096.cs">
2545     <type name="Foo`1[T]">
2546       <method name="Void .ctor()">
2547         <size>7</size>
2548       </method>
2549     </type>
2550     <type name="Test">
2551       <method name="Void .ctor()">
2552         <size>7</size>
2553       </method>
2554       <method name="Void Hello[T](Foo`1[T][], Int32)">
2555         <size>27</size>
2556       </method>
2557       <method name="Void Quicksort[U](Foo`1[U][])">
2558         <size>8</size>
2559       </method>
2560       <method name="Void Main()">
2561         <size>22</size>
2562       </method>
2563     </type>
2564   </test>
2565   <test name="gtest-097.cs">
2566     <type name="Foo">
2567       <method name="Void .ctor()">
2568         <size>7</size>
2569       </method>
2570       <method name="Void IFoo.Test[Y,Z]()">
2571         <size>1</size>
2572       </method>
2573       <method name="Void IFoo.Test[X]()">
2574         <size>1</size>
2575       </method>
2576     </type>
2577     <type name="Bar`3[X,Y,Z]">
2578       <method name="Void .ctor()">
2579         <size>7</size>
2580       </method>
2581     </type>
2582     <type name="X">
2583       <method name="Void .ctor()">
2584         <size>7</size>
2585       </method>
2586       <method name="Void Main()">
2587         <size>1</size>
2588       </method>
2589     </type>
2590     <type name="Bar`3[X,Y,Z]">
2591       <method name="Void IBar&lt;X&gt;.Test()">
2592         <size>1</size>
2593       </method>
2594       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2595         <size>1</size>
2596       </method>
2597     </type>
2598   </test>
2599   <test name="gtest-098.cs">
2600     <type name="Foo">
2601       <method name="Void .ctor()">
2602         <size>7</size>
2603       </method>
2604       <method name="Void IFoo.Test[Y,Z]()">
2605         <size>1</size>
2606       </method>
2607       <method name="Void IFoo.Test[X]()">
2608         <size>1</size>
2609       </method>
2610     </type>
2611     <type name="Bar`3[X,Y,Z]">
2612       <method name="Void .ctor()">
2613         <size>7</size>
2614       </method>
2615     </type>
2616     <type name="X">
2617       <method name="Void .ctor()">
2618         <size>7</size>
2619       </method>
2620       <method name="Void Main()">
2621         <size>1</size>
2622       </method>
2623     </type>
2624     <type name="Bar`3[X,Y,Z]">
2625       <method name="Void IBar&lt;X&gt;.Test()">
2626         <size>1</size>
2627       </method>
2628       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2629         <size>1</size>
2630       </method>
2631     </type>
2632   </test>
2633   <test name="gtest-100.cs">
2634     <type name="C5.ArrayBase`1[T]">
2635       <method name="Void .ctor()">
2636         <size>7</size>
2637       </method>
2638     </type>
2639     <type name="C5.ArrayList`1[V]">
2640       <method name="Void .ctor()">
2641         <size>7</size>
2642       </method>
2643     </type>
2644     <type name="X">
2645       <method name="Void .ctor()">
2646         <size>7</size>
2647       </method>
2648       <method name="Void Main()">
2649         <size>7</size>
2650       </method>
2651     </type>
2652     <type name="C5.ArrayBase`1[T]">
2653       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
2654         <size>1</size>
2655       </method>
2656     </type>
2657   </test>
2658   <test name="gtest-101.cs">
2659     <type name="Test">
2660       <method name="Void .ctor()">
2661         <size>7</size>
2662       </method>
2663       <method name="Void Main()">
2664         <size>9</size>
2665       </method>
2666     </type>
2667     <type name="SimpleStruct`1[T]">
2668       <method name="Void .ctor(T)">
2669         <size>8</size>
2670       </method>
2671     </type>
2672   </test>
2673   <test name="gtest-102.cs">
2674     <type name="A`1[T]">
2675       <method name="Void .ctor()">
2676         <size>7</size>
2677       </method>
2678     </type>
2679     <type name="B`2[U,V]">
2680       <method name="Void .ctor()">
2681         <size>7</size>
2682       </method>
2683     </type>
2684     <type name="Driver">
2685       <method name="Void .ctor()">
2686         <size>7</size>
2687       </method>
2688       <method name="Void Main()">
2689         <size>1</size>
2690       </method>
2691     </type>
2692   </test>
2693   <test name="gtest-103.cs">
2694     <type name="Foo">
2695       <method name="Void .ctor()">
2696         <size>7</size>
2697       </method>
2698     </type>
2699     <type name="Hello">
2700       <method name="Void .ctor()">
2701         <size>7</size>
2702       </method>
2703       <method name="Void World[U](U, IFoo`1)">
2704         <size>1</size>
2705       </method>
2706       <method name="Void World[V](IFoo`1)">
2707         <size>1</size>
2708       </method>
2709       <method name="Void Test(Foo)">
2710         <size>20</size>
2711       </method>
2712     </type>
2713     <type name="X">
2714       <method name="Void .ctor()">
2715         <size>7</size>
2716       </method>
2717       <method name="Void Main()">
2718         <size>1</size>
2719       </method>
2720     </type>
2721   </test>
2722   <test name="gtest-104.cs">
2723     <type name="MainClass">
2724       <method name="Void .ctor()">
2725         <size>7</size>
2726       </method>
2727       <method name="Void Main()">
2728         <size>20</size>
2729       </method>
2730     </type>
2731     <type name="MainClass+Gen`1[T]">
2732       <method name="Void .ctor()">
2733         <size>7</size>
2734       </method>
2735       <method name="Void Test()">
2736         <size>1</size>
2737       </method>
2738     </type>
2739     <type name="MainClass+Der">
2740       <method name="Void .ctor()">
2741         <size>7</size>
2742       </method>
2743     </type>
2744   </test>
2745   <test name="gtest-105.cs">
2746     <type name="A.KeyValuePairComparer`2[K,V]">
2747       <method name="Void .ctor()">
2748         <size>7</size>
2749       </method>
2750       <method name="Int32 Compare(KeyValuePair`2)">
2751         <size>2</size>
2752       </method>
2753     </type>
2754     <type name="A.TreeBag`1[T]">
2755       <method name="Void .ctor(IComparer`1)">
2756         <size>14</size>
2757       </method>
2758       <method name="Int32 Find(T ByRef)">
2759         <size>18</size>
2760       </method>
2761     </type>
2762     <type name="A.X">
2763       <method name="Void .ctor()">
2764         <size>7</size>
2765       </method>
2766       <method name="Void Test()">
2767         <size>33</size>
2768       </method>
2769     </type>
2770     <type name="B.KeyValuePair`2[X,Y]">
2771       <method name="Void .ctor(X, Y)">
2772         <size>7</size>
2773       </method>
2774     </type>
2775     <type name="B.KeyValuePairComparer`2[K,V]">
2776       <method name="Void .ctor()">
2777         <size>7</size>
2778       </method>
2779       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
2780         <size>2</size>
2781       </method>
2782     </type>
2783     <type name="B.TreeBag`1[T]">
2784       <method name="Void .ctor(IComparer`1)">
2785         <size>14</size>
2786       </method>
2787       <method name="Int32 Find(T ByRef)">
2788         <size>18</size>
2789       </method>
2790     </type>
2791     <type name="B.X">
2792       <method name="Void .ctor()">
2793         <size>7</size>
2794       </method>
2795       <method name="Void Test()">
2796         <size>32</size>
2797       </method>
2798     </type>
2799     <type name="X">
2800       <method name="Void .ctor()">
2801         <size>7</size>
2802       </method>
2803       <method name="Void Main()">
2804         <size>11</size>
2805       </method>
2806     </type>
2807     <type name="A.KeyValuePair`2[X,Y]">
2808       <method name="Void .ctor(X, Y)">
2809         <size>1</size>
2810       </method>
2811     </type>
2812   </test>
2813   <test name="gtest-106.cs">
2814     <type name="KeyValuePairComparer`2[K,V]">
2815       <method name="Void .ctor()">
2816         <size>7</size>
2817       </method>
2818       <method name="Int32 Compare(KeyValuePair`2)">
2819         <size>2</size>
2820       </method>
2821     </type>
2822     <type name="TreeBag`1[T]">
2823       <method name="Void .ctor(IComparer`1, T)">
2824         <size>21</size>
2825       </method>
2826       <method name="Int32 Find()">
2827         <size>18</size>
2828       </method>
2829     </type>
2830     <type name="X">
2831       <method name="Void .ctor()">
2832         <size>7</size>
2833       </method>
2834       <method name="Void Main()">
2835         <size>32</size>
2836       </method>
2837     </type>
2838     <type name="KeyValuePair`2[X,Y]">
2839       <method name="Void .ctor(X, Y)">
2840         <size>1</size>
2841       </method>
2842     </type>
2843   </test>
2844   <test name="gtest-107.cs">
2845     <type name="Tree`1[T]">
2846       <method name="Void .ctor(T)">
2847         <size>14</size>
2848       </method>
2849       <method name="Void Map[V](Mapper`2[T,V])">
2850         <size>14</size>
2851       </method>
2852     </type>
2853     <type name="X">
2854       <method name="Void .ctor()">
2855         <size>7</size>
2856       </method>
2857       <method name="System.String themap(Int32)">
2858         <size>17</size>
2859       </method>
2860       <method name="Void Test()">
2861         <size>26</size>
2862       </method>
2863       <method name="Void Main()">
2864         <size>13</size>
2865       </method>
2866     </type>
2867     <type name="Mapper`2[T,V]">
2868       <method name="Void .ctor(Object, IntPtr)">
2869         <size>0</size>
2870       </method>
2871       <method name="V Invoke(T)">
2872         <size>0</size>
2873       </method>
2874       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
2875         <size>0</size>
2876       </method>
2877       <method name="V EndInvoke(IAsyncResult)">
2878         <size>0</size>
2879       </method>
2880     </type>
2881   </test>
2882   <test name="gtest-108.cs">
2883     <type name="Test`1[T]">
2884       <method name="Void .ctor(T)">
2885         <size>14</size>
2886       </method>
2887       <method name="IEnumerator`1 GetEnumerator()">
2888         <size>15</size>
2889       </method>
2890     </type>
2891     <type name="X">
2892       <method name="Void .ctor()">
2893         <size>7</size>
2894       </method>
2895       <method name="Void Main()">
2896         <size>56</size>
2897       </method>
2898     </type>
2899     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
2900       <method name="Void .ctor()">
2901         <size>7</size>
2902       </method>
2903       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2904         <size>12</size>
2905       </method>
2906       <method name="Boolean MoveNext()">
2907         <size>73</size>
2908       </method>
2909       <method name="Void Dispose()">
2910         <size>8</size>
2911       </method>
2912       <method name="Void Reset()">
2913         <size>6</size>
2914       </method>
2915       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
2916         <size>7</size>
2917       </method>
2918     </type>
2919   </test>
2920   <test name="gtest-109.cs">
2921     <type name="X">
2922       <method name="Void .ctor()">
2923         <size>7</size>
2924       </method>
2925       <method name="Void Main()">
2926         <size>12</size>
2927       </method>
2928     </type>
2929   </test>
2930   <test name="gtest-110.cs">
2931     <type name="List`1[T]">
2932       <method name="Void .ctor()">
2933         <size>7</size>
2934       </method>
2935       <method name="Int32 Map[U](U)">
2936         <size>2</size>
2937       </method>
2938     </type>
2939     <type name="SpecialList`1[V]">
2940       <method name="Void .ctor()">
2941         <size>7</size>
2942       </method>
2943       <method name="Int32 Map[W](W)">
2944         <size>2</size>
2945       </method>
2946     </type>
2947     <type name="X">
2948       <method name="Void .ctor()">
2949         <size>7</size>
2950       </method>
2951       <method name="Int32 Main()">
2952         <size>56</size>
2953       </method>
2954     </type>
2955   </test>
2956   <test name="gtest-111.cs">
2957     <type name="Collection`1[T]">
2958       <method name="Void .ctor(T)">
2959         <size>14</size>
2960       </method>
2961       <method name="Void Find(T ByRef)">
2962         <size>13</size>
2963       </method>
2964     </type>
2965     <type name="X">
2966       <method name="Void .ctor()">
2967         <size>7</size>
2968       </method>
2969       <method name="Int32 Main()">
2970         <size>68</size>
2971       </method>
2972     </type>
2973     <type name="KeyValuePair`2[K,V]">
2974       <method name="Void .ctor(K, V)">
2975         <size>15</size>
2976       </method>
2977       <method name="Void .ctor(K)">
2978         <size>23</size>
2979       </method>
2980     </type>
2981   </test>
2982   <test name="gtest-112.cs">
2983     <type name="IC">
2984       <method name="Void .ctor()">
2985         <size>7</size>
2986       </method>
2987       <method name="Void Compare(Foo`1)">
2988         <size>1</size>
2989       </method>
2990     </type>
2991     <type name="List`1[T]">
2992       <method name="Void .ctor()">
2993         <size>7</size>
2994       </method>
2995       <method name="Void Sort(IComparer`1, T)">
2996         <size>8</size>
2997       </method>
2998     </type>
2999     <type name="Sorting">
3000       <method name="Void .ctor()">
3001         <size>7</size>
3002       </method>
3003       <method name="Void IntroSort[T](IComparer`1, T)">
3004         <size>15</size>
3005       </method>
3006     </type>
3007     <type name="Sorting+Sorter`1[T]">
3008       <method name="Void .ctor(IComparer`1, Int32, T)">
3009         <size>26</size>
3010       </method>
3011       <method name="Void InsertionSort(Int32)">
3012         <size>26</size>
3013       </method>
3014     </type>
3015     <type name="X">
3016       <method name="Void .ctor()">
3017         <size>7</size>
3018       </method>
3019       <method name="Void Main()">
3020         <size>27</size>
3021       </method>
3022     </type>
3023     <type name="Foo`1[K]">
3024       <method name="Void .ctor(K)">
3025         <size>8</size>
3026       </method>
3027     </type>
3028   </test>
3029   <test name="gtest-113.cs">
3030     <type name="List`1[T]">
3031       <method name="Void .ctor()">
3032         <size>7</size>
3033       </method>
3034       <method name="Void Map[V](Mapper`2[T,V])">
3035         <size>1</size>
3036       </method>
3037     </type>
3038     <type name="X">
3039       <method name="Void .ctor()">
3040         <size>7</size>
3041       </method>
3042       <method name="Void Main()">
3043         <size>42</size>
3044       </method>
3045     </type>
3046     <type name="Mapper`2[T,V]">
3047       <method name="Void .ctor(Object, IntPtr)">
3048         <size>0</size>
3049       </method>
3050       <method name="V Invoke(T)">
3051         <size>0</size>
3052       </method>
3053       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3054         <size>0</size>
3055       </method>
3056       <method name="V EndInvoke(IAsyncResult)">
3057         <size>0</size>
3058       </method>
3059     </type>
3060     <type name="X">
3061       <method name="Double &lt;Main&gt;m__0(Int32)">
3062         <size>13</size>
3063       </method>
3064     </type>
3065   </test>
3066   <test name="gtest-114.cs">
3067     <type name="NaturalComparer`1[T]">
3068       <method name="Void .ctor()">
3069         <size>7</size>
3070       </method>
3071       <method name="Int32 Compare(T, T)">
3072         <size>15</size>
3073       </method>
3074     </type>
3075     <type name="X">
3076       <method name="Void .ctor()">
3077         <size>7</size>
3078       </method>
3079       <method name="Void Main()">
3080         <size>28</size>
3081       </method>
3082     </type>
3083     <type name="X+Test">
3084       <method name="Void .ctor()">
3085         <size>7</size>
3086       </method>
3087       <method name="Int32 CompareTo(X+Test)">
3088         <size>2</size>
3089       </method>
3090       <method name="Boolean Equals(X+Test)">
3091         <size>2</size>
3092       </method>
3093     </type>
3094   </test>
3095   <test name="gtest-115.cs">
3096     <type name="LinkedList`1[T]">
3097       <method name="Void .ctor()">
3098         <size>30</size>
3099       </method>
3100       <method name="Void .ctor(T[])">
3101         <size>44</size>
3102       </method>
3103       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
3104         <size>69</size>
3105       </method>
3106       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
3107         <size>7</size>
3108       </method>
3109       <method name="Int32 get_Count()">
3110         <size>7</size>
3111       </method>
3112       <method name="T get_Item(Int32)">
3113         <size>13</size>
3114       </method>
3115       <method name="Void set_Item(Int32, T)">
3116         <size>14</size>
3117       </method>
3118       <method name="LinkedList`1+Node[T] get(Int32)">
3119         <size>114</size>
3120       </method>
3121       <method name="Void Add(T)">
3122         <size>14</size>
3123       </method>
3124       <method name="Void Insert(Int32, T)">
3125         <size>255</size>
3126       </method>
3127       <method name="Void RemoveAt(Int32)">
3128         <size>113</size>
3129       </method>
3130       <method name="Boolean Equals(System.Object)">
3131         <size>143</size>
3132       </method>
3133       <method name="Int32 GetHashCode()">
3134         <size>68</size>
3135       </method>
3136       <method name="IEnumerator`1 GetEnumerator()">
3137         <size>7</size>
3138       </method>
3139       <method name="LinkedList`1[T] op_Explicit(T[])">
3140         <size>7</size>
3141       </method>
3142       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
3143         <size>120</size>
3144       </method>
3145     </type>
3146     <type name="LinkedList`1+Node[T]">
3147       <method name="Void .ctor(T)">
3148         <size>14</size>
3149       </method>
3150       <method name="Void .ctor(T, Node, Node)">
3151         <size>28</size>
3152       </method>
3153     </type>
3154     <type name="LinkedList`1+LinkedListEnumerator[T]">
3155       <method name="Void .ctor(LinkedList`1)">
3156         <size>26</size>
3157       </method>
3158       <method name="T get_Current()">
3159         <size>24</size>
3160       </method>
3161       <method name="Boolean MoveNext()">
3162         <size>71</size>
3163       </method>
3164       <method name="Void Reset()">
3165         <size>6</size>
3166       </method>
3167       <method name="Void Dispose()">
3168         <size>30</size>
3169       </method>
3170     </type>
3171     <type name="SortedList`1[T]">
3172       <method name="Void .ctor()">
3173         <size>7</size>
3174       </method>
3175       <method name="Void Insert(T)">
3176         <size>137</size>
3177       </method>
3178     </type>
3179     <type name="PrintableLinkedList`1[T]">
3180       <method name="Void .ctor()">
3181         <size>7</size>
3182       </method>
3183       <method name="Void Print(System.IO.TextWriter)">
3184         <size>89</size>
3185       </method>
3186     </type>
3187     <type name="MyString">
3188       <method name="Void .ctor(String)">
3189         <size>14</size>
3190       </method>
3191       <method name="Int32 CompareTo(MyString)">
3192         <size>18</size>
3193       </method>
3194       <method name="Boolean Equals(MyString)">
3195         <size>18</size>
3196       </method>
3197       <method name="System.String get_Value()">
3198         <size>7</size>
3199       </method>
3200     </type>
3201     <type name="MyTest">
3202       <method name="Void .ctor()">
3203         <size>7</size>
3204       </method>
3205       <method name="Void Main(System.String[])">
3206         <size>467</size>
3207       </method>
3208     </type>
3209     <type name="Mapper`2[A,R]">
3210       <method name="Void .ctor(Object, IntPtr)">
3211         <size>0</size>
3212       </method>
3213       <method name="R Invoke(A)">
3214         <size>0</size>
3215       </method>
3216       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
3217         <size>0</size>
3218       </method>
3219       <method name="R EndInvoke(IAsyncResult)">
3220         <size>0</size>
3221       </method>
3222     </type>
3223     <type name="LinkedList`1+LinkedListEnumerator[T]">
3224       <method name="System.Object System.Collections.IEnumerator.get_Current()">
3225         <size>12</size>
3226       </method>
3227     </type>
3228     <type name="MyTest">
3229       <method name="System.String &lt;Main&gt;m__0(Double)">
3230         <size>17</size>
3231       </method>
3232     </type>
3233     <type name="&lt;PrivateImplementationDetails&gt;">
3234       <method name="Void .ctor()">
3235         <size>7</size>
3236       </method>
3237     </type>
3238   </test>
3239   <test name="gtest-116.cs">
3240     <type name="Slow.Test">
3241       <method name="Void .ctor()">
3242         <size>7</size>
3243       </method>
3244       <method name="Void DoNothing[T]()">
3245         <size>8</size>
3246       </method>
3247     </type>
3248     <type name="Slow.Program">
3249       <method name="Void .ctor()">
3250         <size>7</size>
3251       </method>
3252       <method name="Void Main(System.String[])">
3253         <size>197</size>
3254       </method>
3255     </type>
3256   </test>
3257   <test name="gtest-117.cs">
3258     <type name="Foo`1[T]">
3259       <method name="Void .ctor()">
3260         <size>7</size>
3261       </method>
3262       <method name="Boolean Test(T)">
3263         <size>15</size>
3264       </method>
3265       <method name="Boolean Test()">
3266         <size>25</size>
3267       </method>
3268       <method name="Boolean TestB()">
3269         <size>25</size>
3270       </method>
3271     </type>
3272     <type name="Y`1[T]">
3273       <method name="Void .ctor()">
3274         <size>7</size>
3275       </method>
3276       <method name="Boolean Foo()">
3277         <size>12</size>
3278       </method>
3279     </type>
3280     <type name="X">
3281       <method name="Void .ctor()">
3282         <size>7</size>
3283       </method>
3284       <method name="Boolean TestB[T](T)">
3285         <size>15</size>
3286       </method>
3287       <method name="Boolean TestA(System.Object)">
3288         <size>10</size>
3289       </method>
3290       <method name="Int32 TestC()">
3291         <size>32</size>
3292       </method>
3293       <method name="Int32 Main()">
3294         <size>107</size>
3295       </method>
3296     </type>
3297   </test>
3298   <test name="gtest-118.cs">
3299     <type name="Polynomial`1[E]">
3300       <method name="Void .ctor()">
3301         <size>19</size>
3302       </method>
3303       <method name="Void .ctor(E[])">
3304         <size>14</size>
3305       </method>
3306       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
3307         <size>301</size>
3308       </method>
3309       <method name="Polynomial`1[E] Add(E)">
3310         <size>26</size>
3311       </method>
3312       <method name="Polynomial`1[E] Mul(E)">
3313         <size>78</size>
3314       </method>
3315       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
3316         <size>221</size>
3317       </method>
3318       <method name="E Eval(E)">
3319         <size>106</size>
3320       </method>
3321     </type>
3322     <type name="TestPolynomial">
3323       <method name="Void .ctor()">
3324         <size>7</size>
3325       </method>
3326       <method name="Void Main(System.String[])">
3327         <size>148</size>
3328       </method>
3329     </type>
3330     <type name="Int">
3331       <method name="Void .ctor(Int32)">
3332         <size>8</size>
3333       </method>
3334       <method name="Int Add(Int)">
3335         <size>20</size>
3336       </method>
3337       <method name="Int Mul(Int)">
3338         <size>20</size>
3339       </method>
3340       <method name="System.String ToString()">
3341         <size>15</size>
3342       </method>
3343     </type>
3344   </test>
3345   <test name="gtest-119.cs">
3346     <type name="Tests">
3347       <method name="Void .ctor()">
3348         <size>7</size>
3349       </method>
3350       <method name="Void Main()">
3351         <size>61</size>
3352       </method>
3353     </type>
3354   </test>
3355   <test name="gtest-120.cs">
3356     <type name="SequencedHasher`2[S,W]">
3357       <method name="Void .ctor()">
3358         <size>7</size>
3359       </method>
3360       <method name="Boolean Equals(S, S)">
3361         <size>45</size>
3362       </method>
3363     </type>
3364     <type name="Sequenced`1[T]">
3365       <method name="Void .ctor()">
3366         <size>7</size>
3367       </method>
3368       <method name="Boolean Equals(ISequenced`1)">
3369         <size>2</size>
3370       </method>
3371     </type>
3372     <type name="X">
3373       <method name="Void .ctor()">
3374         <size>7</size>
3375       </method>
3376       <method name="Void Main()">
3377         <size>22</size>
3378       </method>
3379     </type>
3380   </test>
3381   <test name="gtest-121.cs">
3382     <type name="B`1[T]">
3383       <method name="Void .ctor()">
3384         <size>7</size>
3385       </method>
3386       <method name="Int32 Add(T)">
3387         <size>2</size>
3388       </method>
3389       <method name="Void AddRange(System.Object)">
3390         <size>16</size>
3391       </method>
3392     </type>
3393     <type name="A">
3394       <method name="Void .ctor()">
3395         <size>7</size>
3396       </method>
3397     </type>
3398     <type name="Test">
3399       <method name="Void .ctor()">
3400         <size>7</size>
3401       </method>
3402       <method name="Void Main()">
3403         <size>18</size>
3404       </method>
3405     </type>
3406   </test>
3407   <test name="gtest-122.cs">
3408     <type name="Test">
3409       <method name="Void .ctor()">
3410         <size>7</size>
3411       </method>
3412       <method name="Void Main(System.String[])">
3413         <size>26</size>
3414       </method>
3415       <method name="Void D(Int32)">
3416         <size>22</size>
3417       </method>
3418     </type>
3419     <type name="A`1[T]">
3420       <method name="Void .ctor(B, T)">
3421         <size>21</size>
3422       </method>
3423       <method name="Void Run()">
3424         <size>18</size>
3425       </method>
3426     </type>
3427     <type name="A`1+B[T]">
3428       <method name="Void .ctor(Object, IntPtr)">
3429         <size>0</size>
3430       </method>
3431       <method name="Void Invoke(T)">
3432         <size>0</size>
3433       </method>
3434       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3435         <size>0</size>
3436       </method>
3437       <method name="Void EndInvoke(IAsyncResult)">
3438         <size>0</size>
3439       </method>
3440     </type>
3441   </test>
3442   <test name="gtest-123.cs">
3443     <type name="A`1[T]">
3444       <method name="Void .ctor()">
3445         <size>7</size>
3446       </method>
3447     </type>
3448     <type name="X">
3449       <method name="Void .ctor()">
3450         <size>7</size>
3451       </method>
3452       <method name="Void Main()">
3453         <size>1</size>
3454       </method>
3455     </type>
3456     <type name="A`1+Foo[T]">
3457       <method name="Void .ctor(Object, IntPtr)">
3458         <size>0</size>
3459       </method>
3460       <method name="Void Invoke()">
3461         <size>0</size>
3462       </method>
3463       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3464         <size>0</size>
3465       </method>
3466       <method name="Void EndInvoke(IAsyncResult)">
3467         <size>0</size>
3468       </method>
3469     </type>
3470     <type name="A`1+Bar`1[T,U]">
3471       <method name="Void .ctor(Object, IntPtr)">
3472         <size>0</size>
3473       </method>
3474       <method name="Void Invoke()">
3475         <size>0</size>
3476       </method>
3477       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3478         <size>0</size>
3479       </method>
3480       <method name="Void EndInvoke(IAsyncResult)">
3481         <size>0</size>
3482       </method>
3483     </type>
3484   </test>
3485   <test name="gtest-124.cs">
3486     <type name="FooCollection`1[T]">
3487       <method name="Void .ctor()">
3488         <size>7</size>
3489       </method>
3490     </type>
3491     <type name="X">
3492       <method name="Void .ctor()">
3493         <size>7</size>
3494       </method>
3495       <method name="Void Main()">
3496         <size>21</size>
3497       </method>
3498     </type>
3499     <type name="FooCollection`1[T]">
3500       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
3501         <size>10</size>
3502       </method>
3503       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
3504         <size>1</size>
3505       </method>
3506     </type>
3507   </test>
3508   <test name="gtest-125.cs">
3509     <type name="B`1[T]">
3510       <method name="Void .ctor()">
3511         <size>7</size>
3512       </method>
3513     </type>
3514     <type name="MainClass">
3515       <method name="Void .ctor()">
3516         <size>7</size>
3517       </method>
3518       <method name="Void Main()">
3519         <size>1</size>
3520       </method>
3521     </type>
3522   </test>
3523   <test name="gtest-126.cs">
3524     <type name="B">
3525       <method name="Void .ctor()">
3526         <size>7</size>
3527       </method>
3528       <method name="Boolean foo()">
3529         <size>2</size>
3530       </method>
3531     </type>
3532     <type name="MyFilter">
3533       <method name="Void .ctor()">
3534         <size>7</size>
3535       </method>
3536       <method name="K Is(IB)">
3537         <size>10</size>
3538       </method>
3539     </type>
3540     <type name="MyBFilter">
3541       <method name="Void .ctor()">
3542         <size>7</size>
3543       </method>
3544       <method name="B Is(IB)">
3545         <size>6</size>
3546       </method>
3547     </type>
3548     <type name="M">
3549       <method name="Void .ctor()">
3550         <size>7</size>
3551       </method>
3552       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
3553         <size>38</size>
3554       </method>
3555       <method name="Void Main()">
3556         <size>45</size>
3557       </method>
3558     </type>
3559     <type name="K">
3560       <method name="Boolean foo()">
3561         <size>2</size>
3562       </method>
3563     </type>
3564   </test>
3565   <test name="gtest-127.cs">
3566     <type name="A`1[T]">
3567       <method name="Void .ctor()">
3568         <size>7</size>
3569       </method>
3570       <method name="Void add__changed(A`1+Changed[T])">
3571         <size>24</size>
3572       </method>
3573       <method name="Void remove__changed(A`1+Changed[T])">
3574         <size>24</size>
3575       </method>
3576       <method name="Void Register(A`1+Changed[T])">
3577         <size>20</size>
3578       </method>
3579     </type>
3580     <type name="Test">
3581       <method name="Void .ctor()">
3582         <size>7</size>
3583       </method>
3584       <method name="Void Main()">
3585         <size>25</size>
3586       </method>
3587       <method name="Void Del(A`1[System.Int32])">
3588         <size>11</size>
3589       </method>
3590     </type>
3591     <type name="A`1+Changed[T]">
3592       <method name="Void .ctor(Object, IntPtr)">
3593         <size>0</size>
3594       </method>
3595       <method name="Void Invoke(A`1[T])">
3596         <size>0</size>
3597       </method>
3598       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
3599         <size>0</size>
3600       </method>
3601       <method name="Void EndInvoke(IAsyncResult)">
3602         <size>0</size>
3603       </method>
3604     </type>
3605   </test>
3606   <test name="gtest-128.cs">
3607     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
3608       <method name="Void .ctor()">
3609         <size>7</size>
3610       </method>
3611       <method name="Void Add(T)">
3612         <size>11</size>
3613       </method>
3614     </type>
3615     <type name="FLMID.Bugs.ParametersOne.Test">
3616       <method name="Void .ctor()">
3617         <size>7</size>
3618       </method>
3619       <method name="Void Main(System.String[])">
3620         <size>119</size>
3621       </method>
3622     </type>
3623   </test>
3624   <test name="gtest-129.cs">
3625     <type name="B.Test`1[T]">
3626       <method name="Void .ctor()">
3627         <size>7</size>
3628       </method>
3629     </type>
3630     <type name="X">
3631       <method name="Void .ctor()">
3632         <size>7</size>
3633       </method>
3634       <method name="Void Main()">
3635         <size>1</size>
3636       </method>
3637     </type>
3638   </test>
3639   <test name="gtest-130.cs">
3640     <type name="MyTest">
3641       <method name="Void .ctor()">
3642         <size>7</size>
3643       </method>
3644       <method name="Void Main(System.String[])">
3645         <size>847</size>
3646       </method>
3647     </type>
3648   </test>
3649   <test name="gtest-131.cs">
3650     <type name="MyTest">
3651       <method name="Void .ctor()">
3652         <size>7</size>
3653       </method>
3654       <method name="Void Main(System.String[])">
3655         <size>1332</size>
3656       </method>
3657     </type>
3658   </test>
3659   <test name="gtest-132.cs">
3660     <type name="MyTest">
3661       <method name="Void .ctor()">
3662         <size>7</size>
3663       </method>
3664       <method name="Nullable`1 Sqrt(Nullable`1)">
3665         <size>55</size>
3666       </method>
3667       <method name="Void Main(System.String[])">
3668         <size>63</size>
3669       </method>
3670     </type>
3671   </test>
3672   <test name="gtest-133.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>201</size>
3679       </method>
3680     </type>
3681     <type name="S">
3682       <method name="Int32 get_X()">
3683         <size>7</size>
3684       </method>
3685       <method name="Void set_X(Int32)">
3686         <size>8</size>
3687       </method>
3688       <method name="Void Set(Int32)">
3689         <size>8</size>
3690       </method>
3691     </type>
3692   </test>
3693   <test name="gtest-134.cs">
3694     <type name="MyTest">
3695       <method name="Void .ctor()">
3696         <size>7</size>
3697       </method>
3698       <method name="Void Main(System.String[])">
3699         <size>113</size>
3700       </method>
3701     </type>
3702     <type name="Foo`1[T]">
3703       <method name="Void .ctor(T)">
3704         <size>14</size>
3705       </method>
3706       <method name="System.String Fmt()">
3707         <size>40</size>
3708       </method>
3709     </type>
3710   </test>
3711   <test name="gtest-135.cs">
3712     <type name="X">
3713       <method name="Void .ctor()">
3714         <size>7</size>
3715       </method>
3716       <method name="Void Main()">
3717         <size>116</size>
3718       </method>
3719     </type>
3720   </test>
3721   <test name="gtest-136.cs">
3722     <type name="Martin.X">
3723       <method name="Void .ctor()">
3724         <size>7</size>
3725       </method>
3726       <method name="Void Main()">
3727         <size>148</size>
3728       </method>
3729     </type>
3730     <type name="Martin.A">
3731       <method name="Void .ctor(Int64)">
3732         <size>8</size>
3733       </method>
3734       <method name="B op_Explicit(A)">
3735         <size>14</size>
3736       </method>
3737     </type>
3738     <type name="Martin.B">
3739       <method name="Void .ctor(Int32)">
3740         <size>8</size>
3741       </method>
3742       <method name="A op_Implicit(B)">
3743         <size>14</size>
3744       </method>
3745     </type>
3746   </test>
3747   <test name="gtest-137.cs">
3748     <type name="X">
3749       <method name="Void .ctor()">
3750         <size>7</size>
3751       </method>
3752       <method name="Int32 Main()">
3753         <size>136</size>
3754       </method>
3755     </type>
3756   </test>
3757   <test name="gtest-138.cs">
3758     <type name="X">
3759       <method name="Void .ctor()">
3760         <size>7</size>
3761       </method>
3762       <method name="Void Main()">
3763         <size>61</size>
3764       </method>
3765     </type>
3766   </test>
3767   <test name="gtest-139.cs">
3768     <type name="MyStruct">
3769       <method name="Int32 op_Inequality(Nullable`1, System.String)">
3770         <size>2</size>
3771       </method>
3772       <method name="Int32 op_Equality(Nullable`1, System.String)">
3773         <size>2</size>
3774       </method>
3775       <method name="Int32 op_Inequality(System.String, Nullable`1)">
3776         <size>3</size>
3777       </method>
3778       <method name="Int32 op_Equality(System.String, Nullable`1)">
3779         <size>2</size>
3780       </method>
3781     </type>
3782     <type name="Test">
3783       <method name="Int32 Main()">
3784         <size>60</size>
3785       </method>
3786       <method name="Void .ctor()">
3787         <size>7</size>
3788       </method>
3789     </type>
3790   </test>
3791   <test name="gtest-140.cs">
3792     <type name="X">
3793       <method name="Void .ctor()">
3794         <size>7</size>
3795       </method>
3796       <method name="Void Main()">
3797         <size>132</size>
3798       </method>
3799     </type>
3800   </test>
3801   <test name="gtest-141.cs">
3802     <type name="X">
3803       <method name="Void .ctor()">
3804         <size>7</size>
3805       </method>
3806       <method name="Void Main()">
3807         <size>90</size>
3808       </method>
3809     </type>
3810   </test>
3811   <test name="gtest-142.cs">
3812     <type name="Assert">
3813       <method name="Void .cctor()">
3814         <size>1</size>
3815       </method>
3816       <method name="Void IsNull[T](System.String, Nullable`1)">
3817         <size>24</size>
3818       </method>
3819       <method name="Void IsNotNull[T](System.String, Nullable`1)">
3820         <size>24</size>
3821       </method>
3822       <method name="Int32 get_Errors()">
3823         <size>6</size>
3824       </method>
3825       <method name="Void Error(System.String, System.String)">
3826         <size>25</size>
3827       </method>
3828       <method name="Void IsTrue(System.String, Boolean)">
3829         <size>18</size>
3830       </method>
3831       <method name="Void IsFalse(System.String, Boolean)">
3832         <size>18</size>
3833       </method>
3834       <method name="Void IsTrue(System.String, Nullable`1)">
3835         <size>36</size>
3836       </method>
3837       <method name="Void IsFalse(System.String, Nullable`1)">
3838         <size>36</size>
3839       </method>
3840     </type>
3841     <type name="X">
3842       <method name="Void .ctor()">
3843         <size>7</size>
3844       </method>
3845       <method name="Int32 Main()">
3846         <size>1605</size>
3847       </method>
3848     </type>
3849   </test>
3850   <test name="gtest-143.cs">
3851     <type name="X">
3852       <method name="Void .ctor()">
3853         <size>7</size>
3854       </method>
3855       <method name="Int32 Test()">
3856         <size>497</size>
3857       </method>
3858       <method name="Int32 Main()">
3859         <size>30</size>
3860       </method>
3861     </type>
3862   </test>
3863   <test name="gtest-144.cs">
3864     <type name="Test.Application">
3865       <method name="Void .ctor()">
3866         <size>7</size>
3867       </method>
3868       <method name="Void Main()">
3869         <size>11</size>
3870       </method>
3871     </type>
3872   </test>
3873   <test name="gtest-145.cs">
3874     <type name="Test`1[T]">
3875       <method name="Void .ctor(T[,])">
3876         <size>14</size>
3877       </method>
3878     </type>
3879     <type name="Program">
3880       <method name="Void .ctor()">
3881         <size>7</size>
3882       </method>
3883       <method name="Void Main(System.String[])">
3884         <size>14</size>
3885       </method>
3886     </type>
3887   </test>
3888   <test name="gtest-146.cs">
3889     <type name="MyLinkedList`1[T]">
3890       <method name="Void .ctor()">
3891         <size>7</size>
3892       </method>
3893     </type>
3894     <type name="MyLinkedList`1+Node[T]">
3895       <method name="Void .ctor(T)">
3896         <size>14</size>
3897       </method>
3898     </type>
3899     <type name="SortedList`1[U]">
3900       <method name="Void .ctor()">
3901         <size>7</size>
3902       </method>
3903       <method name="Void Insert(U)">
3904         <size>8</size>
3905       </method>
3906     </type>
3907     <type name="X">
3908       <method name="Void .ctor()">
3909         <size>7</size>
3910       </method>
3911       <method name="Void Main()">
3912         <size>1</size>
3913       </method>
3914     </type>
3915   </test>
3916   <test name="gtest-147.cs">
3917     <type name="B.Test`1[T]">
3918       <method name="Void .ctor()">
3919         <size>7</size>
3920       </method>
3921       <method name="Void A.IFoo.Hello(IFoo)">
3922         <size>1</size>
3923       </method>
3924     </type>
3925     <type name="Y">
3926       <method name="Void .ctor()">
3927         <size>7</size>
3928       </method>
3929     </type>
3930     <type name="X">
3931       <method name="Void .ctor()">
3932         <size>7</size>
3933       </method>
3934       <method name="Void Main()">
3935         <size>1</size>
3936       </method>
3937     </type>
3938   </test>
3939   <test name="gtest-148.cs">
3940     <type name="Test1">
3941       <method name="Void Foo[S,OP](UInt32)">
3942         <size>1</size>
3943       </method>
3944     </type>
3945     <type name="Test1+IOp`1[T]">
3946       <method name="Void .ctor()">
3947         <size>7</size>
3948       </method>
3949     </type>
3950     <type name="Test2">
3951       <method name="Void Foo[T,OP](UInt32)">
3952         <size>1</size>
3953       </method>
3954     </type>
3955     <type name="Test2+IOp`1[T]">
3956       <method name="Void .ctor()">
3957         <size>7</size>
3958       </method>
3959     </type>
3960     <type name="X">
3961       <method name="Void .ctor()">
3962         <size>7</size>
3963       </method>
3964       <method name="Void Main()">
3965         <size>1</size>
3966       </method>
3967     </type>
3968   </test>
3969   <test name="gtest-149.cs">
3970     <type name="Test1">
3971       <method name="Void Foo[S,OP](UInt32)">
3972         <size>1</size>
3973       </method>
3974     </type>
3975     <type name="Test1+IOp`1[T]">
3976       <method name="Void .ctor()">
3977         <size>7</size>
3978       </method>
3979     </type>
3980     <type name="Test2">
3981       <method name="Void Foo[T,OP](UInt32)">
3982         <size>1</size>
3983       </method>
3984     </type>
3985     <type name="Test2+IOp`1[T]">
3986       <method name="Void .ctor()">
3987         <size>7</size>
3988       </method>
3989     </type>
3990     <type name="X">
3991       <method name="Void .ctor()">
3992         <size>7</size>
3993       </method>
3994       <method name="Void Main()">
3995         <size>1</size>
3996       </method>
3997     </type>
3998   </test>
3999   <test name="gtest-150.cs">
4000     <type name="Test1">
4001       <method name="Void Foo[T,OP](UInt32)">
4002         <size>35</size>
4003       </method>
4004       <method name="Void Main()">
4005         <size>15</size>
4006       </method>
4007     </type>
4008     <type name="Test1+Op">
4009       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
4010         <size>5</size>
4011       </method>
4012       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
4013         <size>4</size>
4014       </method>
4015     </type>
4016   </test>
4017   <test name="gtest-151.cs">
4018     <type name="Test`1[T]">
4019       <method name="Void .ctor()">
4020         <size>15</size>
4021       </method>
4022     </type>
4023     <type name="X">
4024       <method name="Void .ctor()">
4025         <size>7</size>
4026       </method>
4027       <method name="Int32 Main()">
4028         <size>8</size>
4029       </method>
4030     </type>
4031   </test>
4032   <test name="gtest-152.cs">
4033     <type name="EnumerableBase`1[T]">
4034       <method name="Void .ctor()">
4035         <size>7</size>
4036       </method>
4037       <method name="IFoo IFoo.Hello()">
4038         <size>7</size>
4039       </method>
4040       <method name="IFoo`1 Hello()">
4041         <size>0</size>
4042       </method>
4043     </type>
4044     <type name="CollectionBase`1[T]">
4045       <method name="Void .ctor()">
4046         <size>7</size>
4047       </method>
4048     </type>
4049     <type name="HashBag`1[T]">
4050       <method name="Void .ctor()">
4051         <size>7</size>
4052       </method>
4053       <method name="IFoo`1 Hello()">
4054         <size>2</size>
4055       </method>
4056     </type>
4057     <type name="X">
4058       <method name="Void .ctor()">
4059         <size>7</size>
4060       </method>
4061       <method name="Void Main()">
4062         <size>1</size>
4063       </method>
4064     </type>
4065   </test>
4066   <test name="gtest-153.cs">
4067     <type name="MyClass`1[T]">
4068       <method name="Void .ctor()">
4069         <size>56</size>
4070       </method>
4071     </type>
4072     <type name="X">
4073       <method name="Void .ctor()">
4074         <size>7</size>
4075       </method>
4076       <method name="Void Main()">
4077         <size>1</size>
4078       </method>
4079     </type>
4080   </test>
4081   <test name="gtest-154.cs">
4082     <type name="B">
4083       <method name="Void .ctor()">
4084         <size>7</size>
4085       </method>
4086       <method name="T`1[X] M[X]()">
4087         <size>13</size>
4088       </method>
4089       <method name="T`1[System.Int64] N()">
4090         <size>30</size>
4091       </method>
4092     </type>
4093     <type name="D">
4094       <method name="Void .ctor()">
4095         <size>7</size>
4096       </method>
4097       <method name="Void Main()">
4098         <size>13</size>
4099       </method>
4100     </type>
4101     <type name="T`1[X]">
4102       <method name="Void .ctor(Object, IntPtr)">
4103         <size>0</size>
4104       </method>
4105       <method name="Int32 Invoke(X)">
4106         <size>0</size>
4107       </method>
4108       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
4109         <size>0</size>
4110       </method>
4111       <method name="Int32 EndInvoke(IAsyncResult)">
4112         <size>0</size>
4113       </method>
4114     </type>
4115     <type name="B">
4116       <method name="Int32 &lt;N&gt;m__1(Int64)">
4117         <size>2</size>
4118       </method>
4119       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
4120         <size>2</size>
4121       </method>
4122     </type>
4123   </test>
4124   <test name="gtest-155.cs">
4125     <type name="MyClass`1[T]">
4126       <method name="Void .ctor()">
4127         <size>56</size>
4128       </method>
4129     </type>
4130     <type name="X">
4131       <method name="Void .ctor()">
4132         <size>7</size>
4133       </method>
4134       <method name="Void Main()">
4135         <size>1</size>
4136       </method>
4137     </type>
4138   </test>
4139   <test name="gtest-156.cs">
4140     <type name="FLMID.Bugs.Marshal15.D">
4141       <method name="Void .ctor()">
4142         <size>18</size>
4143       </method>
4144       <method name="Void Main(System.String[])">
4145         <size>11</size>
4146       </method>
4147     </type>
4148   </test>
4149   <test name="gtest-157.cs">
4150     <type name="kv`2[k,v]">
4151       <method name="Void .ctor()">
4152         <size>7</size>
4153       </method>
4154     </type>
4155     <type name="m`2[k,v]">
4156       <method name="Void .ctor()">
4157         <size>7</size>
4158       </method>
4159     </type>
4160     <type name="X">
4161       <method name="Void .ctor()">
4162         <size>7</size>
4163       </method>
4164       <method name="Void Main()">
4165         <size>1</size>
4166       </method>
4167     </type>
4168     <type name="m`2[k,v]">
4169       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
4170         <size>1</size>
4171       </method>
4172     </type>
4173   </test>
4174   <test name="gtest-158.cs">
4175     <type name="Moo`1[C]">
4176       <method name="Void .ctor()">
4177         <size>7</size>
4178       </method>
4179     </type>
4180     <type name="Moo`1+Foo[C]">
4181       <method name="Void .ctor()">
4182         <size>7</size>
4183       </method>
4184     </type>
4185     <type name="Test">
4186       <method name="Void .ctor()">
4187         <size>7</size>
4188       </method>
4189     </type>
4190     <type name="X">
4191       <method name="Void .ctor()">
4192         <size>7</size>
4193       </method>
4194       <method name="Void Main()">
4195         <size>7</size>
4196       </method>
4197     </type>
4198   </test>
4199   <test name="gtest-159.cs">
4200     <type name="App">
4201       <method name="Void .ctor()">
4202         <size>7</size>
4203       </method>
4204       <method name="Void Main()">
4205         <size>98</size>
4206       </method>
4207     </type>
4208   </test>
4209   <test name="gtest-160.cs">
4210     <type name="Fun`2[A,B]">
4211       <method name="Void .ctor()">
4212         <size>7</size>
4213       </method>
4214     </type>
4215     <type name="List`1[T]">
4216       <method name="Void .ctor()">
4217         <size>7</size>
4218       </method>
4219       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
4220         <size>6</size>
4221       </method>
4222       <method name="Void foo[T2]()">
4223         <size>17</size>
4224       </method>
4225     </type>
4226     <type name="X">
4227       <method name="Void .ctor()">
4228         <size>7</size>
4229       </method>
4230       <method name="Void Main()">
4231         <size>1</size>
4232       </method>
4233     </type>
4234   </test>
4235   <test name="gtest-161.cs">
4236     <type name="App">
4237       <method name="Void .ctor()">
4238         <size>7</size>
4239       </method>
4240       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
4241         <size>8</size>
4242       </method>
4243       <method name="Void Main()">
4244         <size>56</size>
4245       </method>
4246       <method name="System.String &lt;Main&gt;m__0(Int32)">
4247         <size>8</size>
4248       </method>
4249     </type>
4250   </test>
4251   <test name="gtest-162.cs">
4252     <type name="Generic`1[T]">
4253       <method name="Void .ctor()">
4254         <size>7</size>
4255       </method>
4256     </type>
4257     <type name="X">
4258       <method name="Void .ctor()">
4259         <size>7</size>
4260       </method>
4261       <method name="Int32 Main()">
4262         <size>33</size>
4263       </method>
4264     </type>
4265     <type name="Generic`1+Delegate[T]">
4266       <method name="Void .ctor(Object, IntPtr)">
4267         <size>0</size>
4268       </method>
4269       <method name="Void Invoke(Generic`1[T], T)">
4270         <size>0</size>
4271       </method>
4272       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
4273         <size>0</size>
4274       </method>
4275       <method name="Void EndInvoke(IAsyncResult)">
4276         <size>0</size>
4277       </method>
4278     </type>
4279   </test>
4280   <test name="gtest-163.cs">
4281     <type name="Foo`1[T]">
4282       <method name="Void .ctor()">
4283         <size>7</size>
4284       </method>
4285       <method name="IEnumerator`1 getEnumerator(Int32)">
4286         <size>22</size>
4287       </method>
4288     </type>
4289     <type name="X">
4290       <method name="Void .ctor()">
4291         <size>7</size>
4292       </method>
4293       <method name="Void Main()">
4294         <size>1</size>
4295       </method>
4296     </type>
4297     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
4298       <method name="Void .ctor()">
4299         <size>7</size>
4300       </method>
4301       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4302         <size>12</size>
4303       </method>
4304       <method name="Boolean MoveNext()">
4305         <size>95</size>
4306       </method>
4307       <method name="Void Dispose()">
4308         <size>8</size>
4309       </method>
4310       <method name="Void Reset()">
4311         <size>6</size>
4312       </method>
4313       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4314         <size>7</size>
4315       </method>
4316     </type>
4317   </test>
4318   <test name="gtest-164.cs">
4319     <type name="FunEnumerable">
4320       <method name="Void .ctor(Int32, Int2Int)">
4321         <size>21</size>
4322       </method>
4323       <method name="IEnumerator`1 GetEnumerator()">
4324         <size>15</size>
4325       </method>
4326     </type>
4327     <type name="X">
4328       <method name="Void .ctor()">
4329         <size>7</size>
4330       </method>
4331       <method name="Void Main()">
4332         <size>1</size>
4333       </method>
4334     </type>
4335     <type name="Int2Int">
4336       <method name="Void .ctor(Object, IntPtr)">
4337         <size>0</size>
4338       </method>
4339       <method name="Int32 Invoke(Int32)">
4340         <size>0</size>
4341       </method>
4342       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
4343         <size>0</size>
4344       </method>
4345       <method name="Int32 EndInvoke(IAsyncResult)">
4346         <size>0</size>
4347       </method>
4348     </type>
4349     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
4350       <method name="Void .ctor()">
4351         <size>7</size>
4352       </method>
4353       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4354         <size>12</size>
4355       </method>
4356       <method name="Boolean MoveNext()">
4357         <size>89</size>
4358       </method>
4359       <method name="Void Dispose()">
4360         <size>8</size>
4361       </method>
4362       <method name="Void Reset()">
4363         <size>6</size>
4364       </method>
4365       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
4366         <size>7</size>
4367       </method>
4368     </type>
4369   </test>
4370   <test name="gtest-165.cs">
4371     <type name="C">
4372       <method name="Int32 Main()">
4373         <size>27</size>
4374       </method>
4375       <method name="Void .ctor()">
4376         <size>7</size>
4377       </method>
4378     </type>
4379   </test>
4380   <test name="gtest-166.cs">
4381     <type name="C">
4382       <method name="Void .ctor()">
4383         <size>7</size>
4384       </method>
4385       <method name="Int32 Test()">
4386         <size>323</size>
4387       </method>
4388       <method name="Int32 Main()">
4389         <size>6</size>
4390       </method>
4391     </type>
4392     <type name="TestNew">
4393       <method name="Void SetTest()">
4394         <size>20</size>
4395       </method>
4396     </type>
4397   </test>
4398   <test name="gtest-167.cs">
4399     <type name="TestAttribute">
4400       <method name="Void .ctor()">
4401         <size>7</size>
4402       </method>
4403     </type>
4404     <type name="TestNotAttribute">
4405       <method name="Void .ctor()">
4406         <size>7</size>
4407       </method>
4408     </type>
4409     <type name="TestMultiAttribute">
4410       <method name="Void .ctor()">
4411         <size>7</size>
4412       </method>
4413     </type>
4414     <type name="Class1">
4415       <method name="Void .ctor()">
4416         <size>7</size>
4417       </method>
4418     </type>
4419     <type name="Class2">
4420       <method name="Void .ctor()">
4421         <size>7</size>
4422       </method>
4423     </type>
4424     <type name="Class3">
4425       <method name="Void .ctor()">
4426         <size>7</size>
4427       </method>
4428     </type>
4429     <type name="TestClass">
4430       <method name="Void .ctor()">
4431         <size>7</size>
4432       </method>
4433       <method name="Int32 Main()">
4434         <size>86</size>
4435       </method>
4436     </type>
4437   </test>
4438   <test name="gtest-168.cs">
4439     <type name="lis`1[a]">
4440       <method name="Void .ctor()">
4441         <size>7</size>
4442       </method>
4443     </type>
4444     <type name="M">
4445       <method name="Void .ctor()">
4446         <size>7</size>
4447       </method>
4448       <method name="lis`1[a] Rev[a](lis`1[a])">
4449         <size>2</size>
4450       </method>
4451       <method name="lis`1[b] MapFromArray[a,b](a[])">
4452         <size>11</size>
4453       </method>
4454     </type>
4455     <type name="X">
4456       <method name="Void .ctor()">
4457         <size>7</size>
4458       </method>
4459       <method name="Void Main()">
4460         <size>1</size>
4461       </method>
4462     </type>
4463   </test>
4464   <test name="gtest-169.cs">
4465     <type name="list`1[A]">
4466       <method name="Void .ctor()">
4467         <size>7</size>
4468       </method>
4469     </type>
4470     <type name="list`1+Cons`1[A,T]">
4471       <method name="Void .ctor()">
4472         <size>7</size>
4473       </method>
4474     </type>
4475     <type name="list`1+Nil`1[A,T]">
4476       <method name="Void .ctor()">
4477         <size>7</size>
4478       </method>
4479     </type>
4480     <type name="C">
4481       <method name="Void .ctor()">
4482         <size>7</size>
4483       </method>
4484       <method name="Void Rev[T](list`1[T])">
4485         <size>43</size>
4486       </method>
4487     </type>
4488     <type name="M">
4489       <method name="Void .ctor()">
4490         <size>7</size>
4491       </method>
4492       <method name="Void Main()">
4493         <size>21</size>
4494       </method>
4495     </type>
4496   </test>
4497   <test name="gtest-170.cs">
4498     <type name="C`1[A]">
4499       <method name="Void .ctor()">
4500         <size>7</size>
4501       </method>
4502       <method name="Void foo[B](C`1[B])">
4503         <size>7</size>
4504       </method>
4505     </type>
4506     <type name="D">
4507       <method name="Void .ctor()">
4508         <size>7</size>
4509       </method>
4510       <method name="Void append[A](C`1[A])">
4511         <size>1</size>
4512       </method>
4513       <method name="Void Main()">
4514         <size>7</size>
4515       </method>
4516     </type>
4517   </test>
4518   <test name="gtest-171.cs">
4519     <type name="list`1[a]">
4520       <method name="Void .ctor()">
4521         <size>7</size>
4522       </method>
4523     </type>
4524     <type name="Nil`1[a]">
4525       <method name="Void .ctor()">
4526         <size>7</size>
4527       </method>
4528       <method name="Void .cctor()">
4529         <size>11</size>
4530       </method>
4531     </type>
4532     <type name="Test">
4533       <method name="Void .ctor()">
4534         <size>7</size>
4535       </method>
4536       <method name="Void Main()">
4537         <size>24</size>
4538       </method>
4539     </type>
4540   </test>
4541   <test name="gtest-172.cs">
4542     <type name="M">
4543       <method name="Void .ctor()">
4544         <size>7</size>
4545       </method>
4546       <method name="Void Main()">
4547         <size>7</size>
4548       </method>
4549     </type>
4550   </test>
4551   <test name="gtest-173.cs">
4552     <type name="List`1[t]">
4553       <method name="Void .ctor()">
4554         <size>7</size>
4555       </method>
4556       <method name="Void foo[b](List`1[t])">
4557         <size>27</size>
4558       </method>
4559     </type>
4560     <type name="C">
4561       <method name="Void .ctor()">
4562         <size>7</size>
4563       </method>
4564     </type>
4565     <type name="D">
4566       <method name="Void .ctor()">
4567         <size>7</size>
4568       </method>
4569     </type>
4570     <type name="M">
4571       <method name="Void .ctor()">
4572         <size>7</size>
4573       </method>
4574       <method name="Void Main()">
4575         <size>27</size>
4576       </method>
4577     </type>
4578   </test>
4579   <test name="gtest-174.cs">
4580     <type name="B`1[T]">
4581       <method name="Void .ctor()">
4582         <size>7</size>
4583       </method>
4584       <method name="Void .cctor()">
4585         <size>11</size>
4586       </method>
4587     </type>
4588     <type name="M">
4589       <method name="Void .ctor()">
4590         <size>7</size>
4591       </method>
4592       <method name="Void Main()">
4593         <size>13</size>
4594       </method>
4595     </type>
4596   </test>
4597   <test name="gtest-175.cs">
4598     <type name="Foo">
4599       <method name="Void .ctor()">
4600         <size>7</size>
4601       </method>
4602     </type>
4603     <type name="X">
4604       <method name="Void .ctor()">
4605         <size>7</size>
4606       </method>
4607       <method name="Foo Test(Foo, Foo)">
4608         <size>10</size>
4609       </method>
4610       <method name="Int32 Main()">
4611         <size>33</size>
4612       </method>
4613     </type>
4614   </test>
4615   <test name="gtest-176.cs">
4616     <type name="lis`1[a]">
4617       <method name="Void .ctor()">
4618         <size>7</size>
4619       </method>
4620     </type>
4621     <type name="fn`3[a,b,r]">
4622       <method name="Void .ctor()">
4623         <size>7</size>
4624       </method>
4625       <method name="r apply(a, b)">
4626         <size>0</size>
4627       </method>
4628     </type>
4629     <type name="fn1`1[a]">
4630       <method name="Void .ctor()">
4631         <size>7</size>
4632       </method>
4633       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
4634         <size>8</size>
4635       </method>
4636     </type>
4637     <type name="M">
4638       <method name="Void .ctor()">
4639         <size>7</size>
4640       </method>
4641       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
4642         <size>9</size>
4643       </method>
4644       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
4645         <size>2</size>
4646       </method>
4647       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
4648         <size>17</size>
4649       </method>
4650       <method name="Void Main()">
4651         <size>12</size>
4652       </method>
4653     </type>
4654   </test>
4655   <test name="gtest-177.cs">
4656     <type name="X">
4657       <method name="Void .ctor()">
4658         <size>7</size>
4659       </method>
4660       <method name="Void .cctor()">
4661         <size>25</size>
4662       </method>
4663       <method name="Int32 Main()">
4664         <size>96</size>
4665       </method>
4666     </type>
4667     <type name="X`1[T]">
4668       <method name="Void .ctor()">
4669         <size>7</size>
4670       </method>
4671       <method name="IEnumerator`1 Y(IEnumerable`1)">
4672         <size>7</size>
4673       </method>
4674       <method name="T Z(IList`1, Int32)">
4675         <size>8</size>
4676       </method>
4677     </type>
4678   </test>
4679   <test name="gtest-178.cs">
4680     <type name="X">
4681       <method name="Void .ctor()">
4682         <size>7</size>
4683       </method>
4684       <method name="Void Main()">
4685         <size>1</size>
4686       </method>
4687     </type>
4688   </test>
4689   <test name="gtest-179.cs">
4690     <type name="X`1[T]">
4691       <method name="Void .ctor()">
4692         <size>7</size>
4693       </method>
4694       <method name="Int32 get_i()">
4695         <size>2</size>
4696       </method>
4697       <method name="Void set_i(Int32)">
4698         <size>1</size>
4699       </method>
4700       <method name="Int32 myMain()">
4701         <size>14</size>
4702       </method>
4703     </type>
4704     <type name="Y">
4705       <method name="Void .ctor()">
4706         <size>7</size>
4707       </method>
4708       <method name="Int32 Main()">
4709         <size>6</size>
4710       </method>
4711     </type>
4712   </test>
4713   <test name="gtest-180.cs">
4714     <type name="C">
4715       <method name="Void .ctor()">
4716         <size>7</size>
4717       </method>
4718     </type>
4719     <type name="C+CC">
4720       <method name="Void .ctor()">
4721         <size>7</size>
4722       </method>
4723     </type>
4724     <type name="Program">
4725       <method name="Void .ctor()">
4726         <size>7</size>
4727       </method>
4728       <method name="Int32 Main()">
4729         <size>197</size>
4730       </method>
4731     </type>
4732     <type name="D">
4733       <method name="Void .ctor(Object, IntPtr)">
4734         <size>0</size>
4735       </method>
4736       <method name="Void Invoke()">
4737         <size>0</size>
4738       </method>
4739       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4740         <size>0</size>
4741       </method>
4742       <method name="Void EndInvoke(IAsyncResult)">
4743         <size>0</size>
4744       </method>
4745     </type>
4746   </test>
4747   <test name="gtest-181.cs">
4748     <type name="X">
4749       <method name="Void .ctor()">
4750         <size>7</size>
4751       </method>
4752       <method name="IEnumerator get_GetIt()">
4753         <size>8</size>
4754       </method>
4755       <method name="Void set_GetIt(IEnumerator)">
4756         <size>1</size>
4757       </method>
4758       <method name="IEnumerable get_Item(Int32)">
4759         <size>30</size>
4760       </method>
4761       <method name="Void set_Item(Int32, IEnumerable)">
4762         <size>1</size>
4763       </method>
4764       <method name="Int32 Main()">
4765         <size>184</size>
4766       </method>
4767     </type>
4768     <type name="X+&lt;&gt;c__Iterator0">
4769       <method name="Void .ctor()">
4770         <size>7</size>
4771       </method>
4772       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4773         <size>7</size>
4774       </method>
4775       <method name="Boolean MoveNext()">
4776         <size>124</size>
4777       </method>
4778       <method name="Void Dispose()">
4779         <size>8</size>
4780       </method>
4781       <method name="Void Reset()">
4782         <size>6</size>
4783       </method>
4784     </type>
4785     <type name="X+&lt;&gt;c__Iterator1">
4786       <method name="Void .ctor()">
4787         <size>7</size>
4788       </method>
4789       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4790         <size>7</size>
4791       </method>
4792       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4793         <size>7</size>
4794       </method>
4795       <method name="Boolean MoveNext()">
4796         <size>143</size>
4797       </method>
4798       <method name="Void Dispose()">
4799         <size>8</size>
4800       </method>
4801       <method name="Void Reset()">
4802         <size>6</size>
4803       </method>
4804     </type>
4805     <type name="X+&lt;&gt;c__Iterator0">
4806       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4807         <size>7</size>
4808       </method>
4809     </type>
4810     <type name="X+&lt;&gt;c__Iterator1">
4811       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4812         <size>7</size>
4813       </method>
4814       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
4815         <size>40</size>
4816       </method>
4817     </type>
4818   </test>
4819   <test name="gtest-182.cs">
4820     <type name="C1">
4821       <method name="Void .ctor()">
4822         <size>7</size>
4823       </method>
4824       <method name="Int32 GetId()">
4825         <size>3</size>
4826       </method>
4827     </type>
4828     <type name="X">
4829       <method name="Void .ctor()">
4830         <size>7</size>
4831       </method>
4832       <method name="Void foo[a](a)">
4833         <size>15</size>
4834       </method>
4835       <method name="Void Main()">
4836         <size>11</size>
4837       </method>
4838     </type>
4839   </test>
4840   <test name="gtest-183.cs">
4841     <type name="test.Test`1[T]">
4842       <method name="Void .ctor()">
4843         <size>7</size>
4844       </method>
4845       <method name="IEnumerable`1 Lookup(T)">
4846         <size>30</size>
4847       </method>
4848     </type>
4849     <type name="test.Program">
4850       <method name="Void .ctor()">
4851         <size>7</size>
4852       </method>
4853       <method name="Void Main(System.String[])">
4854         <size>71</size>
4855       </method>
4856     </type>
4857     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
4858       <method name="Void .ctor()">
4859         <size>7</size>
4860       </method>
4861       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4862         <size>12</size>
4863       </method>
4864       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4865         <size>7</size>
4866       </method>
4867       <method name="Boolean MoveNext()">
4868         <size>82</size>
4869       </method>
4870       <method name="Void Dispose()">
4871         <size>8</size>
4872       </method>
4873       <method name="Void Reset()">
4874         <size>6</size>
4875       </method>
4876       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4877         <size>7</size>
4878       </method>
4879       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
4880         <size>40</size>
4881       </method>
4882     </type>
4883   </test>
4884   <test name="gtest-184.cs">
4885     <type name="X">
4886       <method name="Void .ctor()">
4887         <size>7</size>
4888       </method>
4889       <method name="Void Main()">
4890         <size>68</size>
4891       </method>
4892       <method name="Boolean &lt;Main&gt;m__0(System.String)">
4893         <size>12</size>
4894       </method>
4895     </type>
4896   </test>
4897   <test name="gtest-185.cs">
4898     <type name="App">
4899       <method name="Void .ctor()">
4900         <size>7</size>
4901       </method>
4902       <method name="Void Main()">
4903         <size>47</size>
4904       </method>
4905     </type>
4906     <type name="FP">
4907       <method name="Void .ctor()">
4908         <size>7</size>
4909       </method>
4910       <method name="T[] appendArrays[T](T[][])">
4911         <size>140</size>
4912       </method>
4913     </type>
4914   </test>
4915   <test name="gtest-186.cs">
4916     <type name="Tuple`2[a,b]">
4917       <method name="Void .ctor(a, b)">
4918         <size>21</size>
4919       </method>
4920     </type>
4921     <type name="Test">
4922       <method name="Void .ctor()">
4923         <size>7</size>
4924       </method>
4925       <method name="Void Main()">
4926         <size>120</size>
4927       </method>
4928     </type>
4929     <type name="TestSimpleObject">
4930       <method name="Void .ctor()">
4931         <size>25</size>
4932       </method>
4933       <method name="Void Print()">
4934         <size>17</size>
4935       </method>
4936     </type>
4937   </test>
4938   <test name="gtest-187.cs">
4939     <type name="Foo`1[T]">
4940       <method name="Void .ctor()">
4941         <size>7</size>
4942       </method>
4943       <method name="T next()">
4944         <size>7</size>
4945       </method>
4946     </type>
4947     <type name="Goo">
4948       <method name="Void .ctor()">
4949         <size>7</size>
4950       </method>
4951     </type>
4952     <type name="Test">
4953       <method name="Void .ctor()">
4954         <size>7</size>
4955       </method>
4956       <method name="Void Main()">
4957         <size>14</size>
4958       </method>
4959     </type>
4960   </test>
4961   <test name="gtest-188.cs">
4962     <type name="Foo">
4963       <method name="Void .ctor(Object[])">
4964         <size>11</size>
4965       </method>
4966       <method name="Void .ctor(Object[], Object)">
4967         <size>201</size>
4968       </method>
4969       <method name="Void add_DoSomething(System.EventHandler)">
4970         <size>24</size>
4971       </method>
4972       <method name="Void remove_DoSomething(System.EventHandler)">
4973         <size>24</size>
4974       </method>
4975       <method name="Void Main()">
4976         <size>21</size>
4977       </method>
4978     </type>
4979     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
4980       <method name="Void .ctor()">
4981         <size>7</size>
4982       </method>
4983       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
4984         <size>46</size>
4985       </method>
4986     </type>
4987     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
4988       <method name="Void .ctor()">
4989         <size>7</size>
4990       </method>
4991     </type>
4992   </test>
4993   <test name="gtest-189.cs">
4994     <type name="Bar">
4995       <method name="Void .ctor()">
4996         <size>7</size>
4997       </method>
4998     </type>
4999     <type name="Cont`1[T]">
5000       <method name="Void .ctor(T)">
5001         <size>14</size>
5002       </method>
5003       <method name="System.String ToString()">
5004         <size>18</size>
5005       </method>
5006     </type>
5007     <type name="M">
5008       <method name="Void .ctor()">
5009         <size>7</size>
5010       </method>
5011       <method name="Void Main()">
5012         <size>18</size>
5013       </method>
5014     </type>
5015   </test>
5016   <test name="gtest-190.cs">
5017     <type name="Foo`1[T]">
5018       <method name="Void .ctor()">
5019         <size>7</size>
5020       </method>
5021       <method name="Foo`1+Node[T] GetRoot()">
5022         <size>6</size>
5023       </method>
5024       <method name="Void Test(Foo`1+Node[T])">
5025         <size>14</size>
5026       </method>
5027     </type>
5028     <type name="Foo`1+Node[T]">
5029       <method name="Void .ctor()">
5030         <size>7</size>
5031       </method>
5032     </type>
5033     <type name="Foo`1+ConcatNode[T]">
5034       <method name="Void .ctor()">
5035         <size>7</size>
5036       </method>
5037     </type>
5038     <type name="X">
5039       <method name="Void .ctor()">
5040         <size>7</size>
5041       </method>
5042       <method name="Void Main()">
5043         <size>21</size>
5044       </method>
5045     </type>
5046   </test>
5047   <test name="gtest-191.cs">
5048     <type name="Test1.Test">
5049       <method name="IEnumerable`1 Replace[T]()">
5050         <size>16</size>
5051       </method>
5052     </type>
5053     <type name="Test2.Test`1[S]">
5054       <method name="Void .ctor()">
5055         <size>7</size>
5056       </method>
5057       <method name="IEnumerable`1 Replace[T]()">
5058         <size>16</size>
5059       </method>
5060     </type>
5061     <type name="Test3.Test`1[S]">
5062       <method name="Void .ctor()">
5063         <size>7</size>
5064       </method>
5065       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
5066         <size>16</size>
5067       </method>
5068     </type>
5069     <type name="Test4.Test">
5070       <method name="Void .ctor()">
5071         <size>7</size>
5072       </method>
5073       <method name="IEnumerable`1 Replace[T]()">
5074         <size>16</size>
5075       </method>
5076     </type>
5077     <type name="Test5.Test">
5078       <method name="Void .ctor()">
5079         <size>7</size>
5080       </method>
5081       <method name="IEnumerable`1 Replace[T](T)">
5082         <size>30</size>
5083       </method>
5084     </type>
5085     <type name="Test6.Test">
5086       <method name="Void .ctor()">
5087         <size>7</size>
5088       </method>
5089       <method name="IEnumerable`1 Replace[T](T)">
5090         <size>30</size>
5091       </method>
5092     </type>
5093     <type name="Test7.Test">
5094       <method name="Void .ctor()">
5095         <size>7</size>
5096       </method>
5097       <method name="IEnumerable`1 Replace[T](T[])">
5098         <size>30</size>
5099       </method>
5100     </type>
5101     <type name="X">
5102       <method name="Void .ctor()">
5103         <size>7</size>
5104       </method>
5105       <method name="Void Main()">
5106         <size>1</size>
5107       </method>
5108     </type>
5109     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5110       <method name="Void .ctor()">
5111         <size>7</size>
5112       </method>
5113       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5114         <size>12</size>
5115       </method>
5116       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5117         <size>7</size>
5118       </method>
5119       <method name="Boolean MoveNext()">
5120         <size>25</size>
5121       </method>
5122       <method name="Void Dispose()">
5123         <size>8</size>
5124       </method>
5125       <method name="Void Reset()">
5126         <size>6</size>
5127       </method>
5128     </type>
5129     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
5130       <method name="Void .ctor()">
5131         <size>7</size>
5132       </method>
5133       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5134         <size>12</size>
5135       </method>
5136       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5137         <size>7</size>
5138       </method>
5139       <method name="Boolean MoveNext()">
5140         <size>25</size>
5141       </method>
5142       <method name="Void Dispose()">
5143         <size>8</size>
5144       </method>
5145       <method name="Void Reset()">
5146         <size>6</size>
5147       </method>
5148     </type>
5149     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
5150       <method name="Void .ctor()">
5151         <size>7</size>
5152       </method>
5153       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5154         <size>12</size>
5155       </method>
5156       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5157         <size>7</size>
5158       </method>
5159       <method name="Boolean MoveNext()">
5160         <size>25</size>
5161       </method>
5162       <method name="Void Dispose()">
5163         <size>8</size>
5164       </method>
5165       <method name="Void Reset()">
5166         <size>6</size>
5167       </method>
5168     </type>
5169     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
5170       <method name="Void .ctor()">
5171         <size>7</size>
5172       </method>
5173       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5174         <size>12</size>
5175       </method>
5176       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5177         <size>7</size>
5178       </method>
5179       <method name="Boolean MoveNext()">
5180         <size>25</size>
5181       </method>
5182       <method name="Void Dispose()">
5183         <size>8</size>
5184       </method>
5185       <method name="Void Reset()">
5186         <size>6</size>
5187       </method>
5188     </type>
5189     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
5190       <method name="Void .ctor()">
5191         <size>7</size>
5192       </method>
5193       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5194         <size>12</size>
5195       </method>
5196       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5197         <size>7</size>
5198       </method>
5199       <method name="Boolean MoveNext()">
5200         <size>68</size>
5201       </method>
5202       <method name="Void Dispose()">
5203         <size>8</size>
5204       </method>
5205       <method name="Void Reset()">
5206         <size>6</size>
5207       </method>
5208     </type>
5209     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
5210       <method name="Void .ctor()">
5211         <size>7</size>
5212       </method>
5213       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5214         <size>12</size>
5215       </method>
5216       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5217         <size>7</size>
5218       </method>
5219       <method name="Boolean MoveNext()">
5220         <size>80</size>
5221       </method>
5222       <method name="Void Dispose()">
5223         <size>8</size>
5224       </method>
5225       <method name="Void Reset()">
5226         <size>6</size>
5227       </method>
5228     </type>
5229     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
5230       <method name="Void .ctor()">
5231         <size>7</size>
5232       </method>
5233       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5234         <size>7</size>
5235       </method>
5236       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5237         <size>7</size>
5238       </method>
5239       <method name="Boolean MoveNext()">
5240         <size>80</size>
5241       </method>
5242       <method name="Void Dispose()">
5243         <size>8</size>
5244       </method>
5245       <method name="Void Reset()">
5246         <size>6</size>
5247       </method>
5248     </type>
5249     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5250       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5251         <size>7</size>
5252       </method>
5253       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5254         <size>26</size>
5255       </method>
5256     </type>
5257     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
5258       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5259         <size>7</size>
5260       </method>
5261       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5262         <size>26</size>
5263       </method>
5264     </type>
5265     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
5266       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
5267         <size>7</size>
5268       </method>
5269       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
5270         <size>26</size>
5271       </method>
5272     </type>
5273     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
5274       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5275         <size>7</size>
5276       </method>
5277       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5278         <size>26</size>
5279       </method>
5280     </type>
5281     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
5282       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5283         <size>7</size>
5284       </method>
5285       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5286         <size>40</size>
5287       </method>
5288     </type>
5289     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
5290       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5291         <size>7</size>
5292       </method>
5293       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5294         <size>40</size>
5295       </method>
5296     </type>
5297     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
5298       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
5299         <size>7</size>
5300       </method>
5301       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
5302         <size>40</size>
5303       </method>
5304     </type>
5305   </test>
5306   <test name="gtest-192.cs">
5307     <type name="xX">
5308       <method name="Void .ctor()">
5309         <size>7</size>
5310       </method>
5311       <method name="Void Main()">
5312         <size>1</size>
5313       </method>
5314     </type>
5315   </test>
5316   <test name="gtest-193.cs">
5317     <type name="OrderedMultiDictionary`2[T,U]">
5318       <method name="Void .ctor()">
5319         <size>7</size>
5320       </method>
5321       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5322         <size>29</size>
5323       </method>
5324     </type>
5325     <type name="RedBlackTree`1[S]">
5326       <method name="Void .ctor()">
5327         <size>7</size>
5328       </method>
5329       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5330         <size>16</size>
5331       </method>
5332     </type>
5333     <type name="X">
5334       <method name="Void .ctor()">
5335         <size>7</size>
5336       </method>
5337       <method name="Void Main()">
5338         <size>1</size>
5339       </method>
5340     </type>
5341     <type name="RedBlackTree`1+RangeTester[S]">
5342       <method name="Void .ctor(Object, IntPtr)">
5343         <size>0</size>
5344       </method>
5345       <method name="Int32 Invoke(S)">
5346         <size>0</size>
5347       </method>
5348       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5349         <size>0</size>
5350       </method>
5351       <method name="Int32 EndInvoke(IAsyncResult)">
5352         <size>0</size>
5353       </method>
5354     </type>
5355     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5356       <method name="Void .ctor()">
5357         <size>7</size>
5358       </method>
5359       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5360         <size>12</size>
5361       </method>
5362       <method name="Boolean MoveNext()">
5363         <size>48</size>
5364       </method>
5365       <method name="Void Dispose()">
5366         <size>8</size>
5367       </method>
5368       <method name="Void Reset()">
5369         <size>6</size>
5370       </method>
5371     </type>
5372     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5373       <method name="Void .ctor()">
5374         <size>7</size>
5375       </method>
5376       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5377         <size>12</size>
5378       </method>
5379       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5380         <size>7</size>
5381       </method>
5382       <method name="Boolean MoveNext()">
5383         <size>25</size>
5384       </method>
5385       <method name="Void Dispose()">
5386         <size>8</size>
5387       </method>
5388       <method name="Void Reset()">
5389         <size>6</size>
5390       </method>
5391     </type>
5392     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5393       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5394         <size>7</size>
5395       </method>
5396     </type>
5397     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5398       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5399         <size>7</size>
5400       </method>
5401       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5402         <size>26</size>
5403       </method>
5404     </type>
5405   </test>
5406   <test name="gtest-194.cs">
5407     <type name="RedBlackTree`1[S]">
5408       <method name="Void .ctor()">
5409         <size>7</size>
5410       </method>
5411       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5412         <size>16</size>
5413       </method>
5414     </type>
5415     <type name="OrderedMultiDictionary`2[T,U]">
5416       <method name="Void .ctor()">
5417         <size>7</size>
5418       </method>
5419       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5420         <size>29</size>
5421       </method>
5422     </type>
5423     <type name="X">
5424       <method name="Void .ctor()">
5425         <size>7</size>
5426       </method>
5427       <method name="Void Main()">
5428         <size>1</size>
5429       </method>
5430     </type>
5431     <type name="RedBlackTree`1+RangeTester[S]">
5432       <method name="Void .ctor(Object, IntPtr)">
5433         <size>0</size>
5434       </method>
5435       <method name="Int32 Invoke(S)">
5436         <size>0</size>
5437       </method>
5438       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5439         <size>0</size>
5440       </method>
5441       <method name="Int32 EndInvoke(IAsyncResult)">
5442         <size>0</size>
5443       </method>
5444     </type>
5445     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5446       <method name="Void .ctor()">
5447         <size>7</size>
5448       </method>
5449       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5450         <size>12</size>
5451       </method>
5452       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5453         <size>7</size>
5454       </method>
5455       <method name="Boolean MoveNext()">
5456         <size>25</size>
5457       </method>
5458       <method name="Void Dispose()">
5459         <size>8</size>
5460       </method>
5461       <method name="Void Reset()">
5462         <size>6</size>
5463       </method>
5464     </type>
5465     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
5466       <method name="Void .ctor()">
5467         <size>7</size>
5468       </method>
5469       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5470         <size>12</size>
5471       </method>
5472       <method name="Boolean MoveNext()">
5473         <size>48</size>
5474       </method>
5475       <method name="Void Dispose()">
5476         <size>8</size>
5477       </method>
5478       <method name="Void Reset()">
5479         <size>6</size>
5480       </method>
5481     </type>
5482     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5483       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5484         <size>7</size>
5485       </method>
5486       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5487         <size>26</size>
5488       </method>
5489     </type>
5490     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
5491       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5492         <size>7</size>
5493       </method>
5494     </type>
5495   </test>
5496   <test name="gtest-195.cs">
5497     <type name="OrderedMultiDictionary`2[T,U]">
5498       <method name="Void .ctor()">
5499         <size>7</size>
5500       </method>
5501       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5502         <size>13</size>
5503       </method>
5504     </type>
5505     <type name="RedBlackTree`1[S]">
5506       <method name="Void .ctor()">
5507         <size>7</size>
5508       </method>
5509       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
5510         <size>1</size>
5511       </method>
5512     </type>
5513     <type name="X">
5514       <method name="Void .ctor()">
5515         <size>7</size>
5516       </method>
5517       <method name="Void Main()">
5518         <size>1</size>
5519       </method>
5520     </type>
5521     <type name="RedBlackTree`1+RangeTester[S]">
5522       <method name="Void .ctor(Object, IntPtr)">
5523         <size>0</size>
5524       </method>
5525       <method name="Int32 Invoke(S)">
5526         <size>0</size>
5527       </method>
5528       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5529         <size>0</size>
5530       </method>
5531       <method name="Int32 EndInvoke(IAsyncResult)">
5532         <size>0</size>
5533       </method>
5534     </type>
5535   </test>
5536   <test name="gtest-196.cs">
5537     <type name="Dict">
5538       <method name="Void .ctor()">
5539         <size>7</size>
5540       </method>
5541     </type>
5542     <type name="Foo">
5543       <method name="Void .ctor()">
5544         <size>7</size>
5545       </method>
5546       <method name="Int32 Main()">
5547         <size>114</size>
5548       </method>
5549     </type>
5550   </test>
5551   <test name="gtest-197.cs">
5552     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
5553       <method name="Void .ctor()">
5554         <size>7</size>
5555       </method>
5556       <method name="Void .cctor()">
5557         <size>95</size>
5558       </method>
5559       <method name="Int32 GetHashCode(T)">
5560         <size>0</size>
5561       </method>
5562       <method name="Boolean Equals(T, T)">
5563         <size>0</size>
5564       </method>
5565       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
5566         <size>6</size>
5567       </method>
5568     </type>
5569     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
5570       <method name="Void .ctor()">
5571         <size>7</size>
5572       </method>
5573       <method name="Int32 GetHashCode(T)">
5574         <size>14</size>
5575       </method>
5576       <method name="Boolean Equals(T, T)">
5577         <size>41</size>
5578       </method>
5579     </type>
5580     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
5581       <method name="Void .ctor()">
5582         <size>7</size>
5583       </method>
5584       <method name="Int32 GetHashCode(T)">
5585         <size>14</size>
5586       </method>
5587       <method name="Boolean Equals(T, T)">
5588         <size>36</size>
5589       </method>
5590     </type>
5591     <type name="Martin.Collections.Generic.X">
5592       <method name="Void .ctor()">
5593         <size>7</size>
5594       </method>
5595       <method name="Void Main()">
5596         <size>1</size>
5597       </method>
5598     </type>
5599   </test>
5600   <test name="gtest-198.cs">
5601     <type name="ClassLibrary2.List1`1[T]">
5602       <method name="Void .ctor()">
5603         <size>7</size>
5604       </method>
5605     </type>
5606     <type name="ClassLibrary2.List2`1[T]">
5607       <method name="Void .ctor()">
5608         <size>18</size>
5609       </method>
5610       <method name="Void AddItem(T)">
5611         <size>13</size>
5612       </method>
5613     </type>
5614     <type name="ClassLibrary2.Foo">
5615       <method name="Void .ctor()">
5616         <size>7</size>
5617       </method>
5618       <method name="Void Main()">
5619         <size>1</size>
5620       </method>
5621     </type>
5622   </test>
5623   <test name="gtest-199.cs">
5624     <type name="Splay`1[T]">
5625       <method name="Void .ctor()">
5626         <size>7</size>
5627       </method>
5628     </type>
5629     <type name="Foo">
5630       <method name="Void .ctor()">
5631         <size>7</size>
5632       </method>
5633       <method name="Void Main()">
5634         <size>1</size>
5635       </method>
5636     </type>
5637   </test>
5638   <test name="gtest-200.cs">
5639     <type name="Test">
5640       <method name="Void .ctor()">
5641         <size>7</size>
5642       </method>
5643       <method name="T QueryInterface[T](System.Object)">
5644         <size>45</size>
5645       </method>
5646     </type>
5647     <type name="Driver">
5648       <method name="Void .ctor()">
5649         <size>7</size>
5650       </method>
5651       <method name="Void Main()">
5652         <size>1</size>
5653       </method>
5654     </type>
5655   </test>
5656   <test name="gtest-201.cs">
5657     <type name="HashSet`1[T]">
5658       <method name="Void .ctor(Int64)">
5659         <size>14</size>
5660       </method>
5661       <method name="Int64 Test()">
5662         <size>7</size>
5663       </method>
5664       <method name="IEnumerator`1 GetEnumerator()">
5665         <size>15</size>
5666       </method>
5667     </type>
5668     <type name="X">
5669       <method name="Void .ctor()">
5670         <size>7</size>
5671       </method>
5672       <method name="Int32 Main()">
5673         <size>83</size>
5674       </method>
5675     </type>
5676     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5677       <method name="Void .ctor()">
5678         <size>7</size>
5679       </method>
5680       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5681         <size>12</size>
5682       </method>
5683       <method name="Boolean MoveNext()">
5684         <size>73</size>
5685       </method>
5686       <method name="Void Dispose()">
5687         <size>8</size>
5688       </method>
5689       <method name="Void Reset()">
5690         <size>6</size>
5691       </method>
5692       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
5693         <size>7</size>
5694       </method>
5695     </type>
5696   </test>
5697   <test name="gtest-202.cs">
5698     <type name="Generic`1[T]">
5699       <method name="Void .ctor()">
5700         <size>20</size>
5701       </method>
5702       <method name="T get_Item(Int32, Int32)">
5703         <size>14</size>
5704       </method>
5705       <method name="Void set_Item(Int32, Int32, T)">
5706         <size>15</size>
5707       </method>
5708     </type>
5709     <type name="Fault">
5710       <method name="Void Main()">
5711         <size>51</size>
5712       </method>
5713       <method name="System.String ToString()">
5714         <size>6</size>
5715       </method>
5716     </type>
5717   </test>
5718   <test name="gtest-203.cs">
5719     <type name="C`2[X,Y]">
5720       <method name="Void .ctor()">
5721         <size>7</size>
5722       </method>
5723       <method name="Void foo[A,B]()">
5724         <size>14</size>
5725       </method>
5726       <method name="Void bar[A,B]()">
5727         <size>69</size>
5728       </method>
5729     </type>
5730     <type name="C`2+Q`2[X,Y,A,B]">
5731       <method name="Void .ctor()">
5732         <size>7</size>
5733       </method>
5734       <method name="Void apply(C`2[X,Y])">
5735         <size>7</size>
5736       </method>
5737     </type>
5738     <type name="X">
5739       <method name="Void .ctor()">
5740         <size>7</size>
5741       </method>
5742       <method name="Void Main()">
5743         <size>13</size>
5744       </method>
5745     </type>
5746   </test>
5747   <test name="gtest-204.cs">
5748     <type name="Map`1[b]">
5749       <method name="Void .ctor()">
5750         <size>7</size>
5751       </method>
5752       <method name="a Fold1[a](a)">
5753         <size>2</size>
5754       </method>
5755       <method name="c Fold[c](c)">
5756         <size>15</size>
5757       </method>
5758     </type>
5759     <type name="LocalContext">
5760       <method name="Void .ctor()">
5761         <size>18</size>
5762       </method>
5763       <method name="a Fold[a](a)">
5764         <size>13</size>
5765       </method>
5766     </type>
5767     <type name="M">
5768       <method name="Void .ctor()">
5769         <size>7</size>
5770       </method>
5771       <method name="Void Main()">
5772         <size>19</size>
5773       </method>
5774     </type>
5775   </test>
5776   <test name="gtest-205.cs">
5777     <type name="Foo`1[S]">
5778       <method name="Void .ctor()">
5779         <size>7</size>
5780       </method>
5781     </type>
5782     <type name="Test`1[U]">
5783       <method name="Void .ctor()">
5784         <size>7</size>
5785       </method>
5786       <method name="Void Func(U)">
5787         <size>12</size>
5788       </method>
5789     </type>
5790     <type name="X">
5791       <method name="Void .ctor()">
5792         <size>7</size>
5793       </method>
5794       <method name="Void Test(System.Type, System.Object)">
5795         <size>31</size>
5796       </method>
5797       <method name="Void Main()">
5798         <size>144</size>
5799       </method>
5800     </type>
5801   </test>
5802   <test name="gtest-206.cs">
5803     <type name="Continuation`2[R,A]">
5804       <method name="Void .ctor()">
5805         <size>7</size>
5806       </method>
5807       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
5808         <size>2</size>
5809       </method>
5810     </type>
5811     <type name="Driver">
5812       <method name="Void .ctor()">
5813         <size>7</size>
5814       </method>
5815       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
5816         <size>7</size>
5817       </method>
5818       <method name="Void Main()">
5819         <size>9</size>
5820       </method>
5821     </type>
5822   </test>
5823   <test name="gtest-207.cs">
5824     <type name="M">
5825       <method name="Void .ctor()">
5826         <size>7</size>
5827       </method>
5828       <method name="Void p(System.String)">
5829         <size>7</size>
5830       </method>
5831       <method name="Void Main()">
5832         <size>50</size>
5833       </method>
5834     </type>
5835   </test>
5836   <test name="gtest-208.cs">
5837     <type name="SomeClass">
5838       <method name="Void .ctor()">
5839         <size>7</size>
5840       </method>
5841     </type>
5842     <type name="Foo`1[T]">
5843       <method name="Void .ctor()">
5844         <size>7</size>
5845       </method>
5846       <method name="T Do(System.Object)">
5847         <size>12</size>
5848       </method>
5849     </type>
5850     <type name="Driver">
5851       <method name="Void .ctor()">
5852         <size>7</size>
5853       </method>
5854       <method name="Void Main()">
5855         <size>19</size>
5856       </method>
5857     </type>
5858   </test>
5859   <test name="gtest-209.cs">
5860     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
5861       <method name="Void .ctor()">
5862         <size>7</size>
5863       </method>
5864     </type>
5865     <type name="ClassLibrary3.Test">
5866       <method name="Void .ctor()">
5867         <size>7</size>
5868       </method>
5869       <method name="Void Main()">
5870         <size>23</size>
5871       </method>
5872     </type>
5873   </test>
5874   <test name="gtest-210.cs">
5875     <type name="Foo`1[T]">
5876       <method name="Void .ctor()">
5877         <size>7</size>
5878       </method>
5879       <method name="T next()">
5880         <size>7</size>
5881       </method>
5882     </type>
5883     <type name="Goo">
5884       <method name="Void .ctor()">
5885         <size>7</size>
5886       </method>
5887     </type>
5888     <type name="Test">
5889       <method name="Void .ctor()">
5890         <size>7</size>
5891       </method>
5892       <method name="Void Main()">
5893         <size>14</size>
5894       </method>
5895     </type>
5896   </test>
5897   <test name="gtest-211.cs">
5898     <type name="MyTest">
5899       <method name="Void .ctor()">
5900         <size>7</size>
5901       </method>
5902       <method name="Void f(Boolean, Boolean)">
5903         <size>59</size>
5904       </method>
5905       <method name="Void Main()">
5906         <size>448</size>
5907       </method>
5908     </type>
5909   </test>
5910   <test name="gtest-212.cs">
5911     <type name="Test">
5912       <method name="Void .ctor()">
5913         <size>7</size>
5914       </method>
5915       <method name="Void Fun[T](T)">
5916         <size>15</size>
5917       </method>
5918       <method name="Void Main()">
5919         <size>15</size>
5920       </method>
5921     </type>
5922     <type name="SomeStruct">
5923       <method name="Boolean get_Valid()">
5924         <size>2</size>
5925       </method>
5926     </type>
5927   </test>
5928   <test name="gtest-213.cs">
5929     <type name="Test">
5930       <method name="Void .ctor()">
5931         <size>7</size>
5932       </method>
5933       <method name="Void Fun[T](T)">
5934         <size>78</size>
5935       </method>
5936       <method name="Void Main()">
5937         <size>15</size>
5938       </method>
5939     </type>
5940     <type name="SomeStruct">
5941       <method name="Int32 get_Foo()">
5942         <size>7</size>
5943       </method>
5944       <method name="Void set_Foo(Int32)">
5945         <size>8</size>
5946       </method>
5947     </type>
5948   </test>
5949   <test name="gtest-214.cs">
5950     <type name="X">
5951       <method name="Void .ctor()">
5952         <size>7</size>
5953       </method>
5954       <method name="Int32 Main()">
5955         <size>83</size>
5956       </method>
5957     </type>
5958   </test>
5959   <test name="gtest-215.cs">
5960     <type name="R">
5961       <method name="Void .ctor()">
5962         <size>7</size>
5963       </method>
5964     </type>
5965     <type name="A`1[T]">
5966       <method name="Void .ctor()">
5967         <size>7</size>
5968       </method>
5969     </type>
5970     <type name="D">
5971       <method name="Void .ctor()">
5972         <size>7</size>
5973       </method>
5974     </type>
5975     <type name="MainClass">
5976       <method name="Void .ctor()">
5977         <size>7</size>
5978       </method>
5979       <method name="Void Main()">
5980         <size>1</size>
5981       </method>
5982     </type>
5983   </test>
5984   <test name="gtest-216.cs">
5985     <type name="BaseClass">
5986       <method name="Void .ctor()">
5987         <size>7</size>
5988       </method>
5989       <method name="Ret`1 Foo[T]()">
5990         <size>2</size>
5991       </method>
5992       <method name="Ret Foo()">
5993         <size>2</size>
5994       </method>
5995       <method name="Void Main()">
5996         <size>1</size>
5997       </method>
5998     </type>
5999     <type name="DerivedClass">
6000       <method name="Void .ctor()">
6001         <size>7</size>
6002       </method>
6003       <method name="Ret`1 Foo[T]()">
6004         <size>2</size>
6005       </method>
6006       <method name="Ret Foo()">
6007         <size>2</size>
6008       </method>
6009     </type>
6010   </test>
6011   <test name="gtest-217.cs">
6012     <type name="MyTest">
6013       <method name="Void .ctor()">
6014         <size>7</size>
6015       </method>
6016       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
6017         <size>44</size>
6018       </method>
6019       <method name="Void Main(System.String[])">
6020         <size>97</size>
6021       </method>
6022       <method name="IEnumerable`1 FromTo(Int32, Int32)">
6023         <size>44</size>
6024       </method>
6025     </type>
6026     <type name="Fun`2[A1,R]">
6027       <method name="Void .ctor(Object, IntPtr)">
6028         <size>0</size>
6029       </method>
6030       <method name="R Invoke(A1)">
6031         <size>0</size>
6032       </method>
6033       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
6034         <size>0</size>
6035       </method>
6036       <method name="R EndInvoke(IAsyncResult)">
6037         <size>0</size>
6038       </method>
6039     </type>
6040     <type name="MyTest">
6041       <method name="System.String &lt;Main&gt;m__0(Int32)">
6042         <size>8</size>
6043       </method>
6044     </type>
6045     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6046       <method name="Void .ctor()">
6047         <size>7</size>
6048       </method>
6049       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6050         <size>12</size>
6051       </method>
6052       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6053         <size>7</size>
6054       </method>
6055       <method name="Boolean MoveNext()">
6056         <size>205</size>
6057       </method>
6058       <method name="Void Dispose()">
6059         <size>62</size>
6060       </method>
6061       <method name="Void Reset()">
6062         <size>6</size>
6063       </method>
6064     </type>
6065     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
6066       <method name="Void .ctor()">
6067         <size>7</size>
6068       </method>
6069       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6070         <size>12</size>
6071       </method>
6072       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6073         <size>7</size>
6074       </method>
6075       <method name="Boolean MoveNext()">
6076         <size>116</size>
6077       </method>
6078       <method name="Void Dispose()">
6079         <size>8</size>
6080       </method>
6081       <method name="Void Reset()">
6082         <size>6</size>
6083       </method>
6084     </type>
6085     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6086       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
6087         <size>7</size>
6088       </method>
6089       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
6090         <size>52</size>
6091       </method>
6092     </type>
6093     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
6094       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
6095         <size>7</size>
6096       </method>
6097       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
6098         <size>52</size>
6099       </method>
6100     </type>
6101   </test>
6102   <test name="gtest-218.cs">
6103     <type name="Foo">
6104       <method name="Void .ctor()">
6105         <size>7</size>
6106       </method>
6107     </type>
6108     <type name="X">
6109       <method name="Void .ctor()">
6110         <size>7</size>
6111       </method>
6112       <method name="Void Main()">
6113         <size>1</size>
6114       </method>
6115     </type>
6116   </test>
6117   <test name="gtest-219.cs">
6118     <type name="Test">
6119       <method name="Void .ctor()">
6120         <size>7</size>
6121       </method>
6122       <method name="Void Foo[T]()">
6123         <size>1</size>
6124       </method>
6125       <method name="Int32 Main()">
6126         <size>70</size>
6127       </method>
6128     </type>
6129   </test>
6130   <test name="gtest-220.cs">
6131     <type name="A`1[T1]">
6132       <method name="Void .ctor()">
6133         <size>7</size>
6134       </method>
6135     </type>
6136     <type name="A`1+B`1[T1,T2]">
6137       <method name="Void .ctor()">
6138         <size>7</size>
6139       </method>
6140     </type>
6141     <type name="A`1+B`1+C`1[T1,T2,T3]">
6142       <method name="Void .ctor()">
6143         <size>7</size>
6144       </method>
6145     </type>
6146     <type name="PopQuiz">
6147       <method name="Void .ctor()">
6148         <size>7</size>
6149       </method>
6150       <method name="Int32 Main()">
6151         <size>148</size>
6152       </method>
6153     </type>
6154   </test>
6155   <test name="gtest-221.cs">
6156     <type name="C1`1[IFoo]">
6157       <method name="Void .ctor()">
6158         <size>7</size>
6159       </method>
6160     </type>
6161     <type name="C2">
6162       <method name="Void .ctor()">
6163         <size>7</size>
6164       </method>
6165       <method name="C1`1[T] Hoge[T](C1`1[T])">
6166         <size>0</size>
6167       </method>
6168     </type>
6169     <type name="C3">
6170       <method name="Void .ctor()">
6171         <size>7</size>
6172       </method>
6173       <method name="C1`1[T] Hoge[T](C1`1[T])">
6174         <size>2</size>
6175       </method>
6176     </type>
6177     <type name="X">
6178       <method name="Void .ctor()">
6179         <size>7</size>
6180       </method>
6181       <method name="Void Main()">
6182         <size>1</size>
6183       </method>
6184     </type>
6185   </test>
6186   <test name="gtest-222.cs">
6187     <type name="Mona`1[T]">
6188       <method name="Void .ctor()">
6189         <size>7</size>
6190       </method>
6191     </type>
6192     <type name="Test">
6193       <method name="Void .ctor()">
6194         <size>7</size>
6195       </method>
6196       <method name="Mona`1[K] GetMona[K]()">
6197         <size>6</size>
6198       </method>
6199       <method name="Void Main()">
6200         <size>1</size>
6201       </method>
6202     </type>
6203   </test>
6204   <test name="gtest-223.cs">
6205     <type name="Foo`1[T]">
6206       <method name="Void .ctor()">
6207         <size>7</size>
6208       </method>
6209     </type>
6210     <type name="Test">
6211       <method name="Void .ctor()">
6212         <size>7</size>
6213       </method>
6214       <method name="Foo`1[K] Hoge[K]()">
6215         <size>2</size>
6216       </method>
6217       <method name="Void Main()">
6218         <size>72</size>
6219       </method>
6220     </type>
6221   </test>
6222   <test name="gtest-224.cs">
6223     <type name="Base">
6224       <method name="Void .ctor()">
6225         <size>7</size>
6226       </method>
6227       <method name="Void Foo[T]()">
6228         <size>1</size>
6229       </method>
6230     </type>
6231     <type name="Derived">
6232       <method name="Void .ctor()">
6233         <size>7</size>
6234       </method>
6235       <method name="Void Foo[T]()">
6236         <size>1</size>
6237       </method>
6238     </type>
6239     <type name="Driver">
6240       <method name="Void .ctor()">
6241         <size>7</size>
6242       </method>
6243       <method name="Void Main()">
6244         <size>11</size>
6245       </method>
6246     </type>
6247   </test>
6248   <test name="gtest-225.cs">
6249     <type name="Set`1[Element]">
6250       <method name="Void .ctor()">
6251         <size>7</size>
6252       </method>
6253       <method name="Locator locate(Element)">
6254         <size>31</size>
6255       </method>
6256     </type>
6257     <type name="Set`1+Node[Element]">
6258       <method name="Void .ctor()">
6259         <size>7</size>
6260       </method>
6261     </type>
6262     <type name="SetTest">
6263       <method name="Void Main()">
6264         <size>1</size>
6265       </method>
6266     </type>
6267     <type name="Set`1+Locator+Replace[Element]">
6268       <method name="Void .ctor(Object, IntPtr)">
6269         <size>0</size>
6270       </method>
6271       <method name="Void Invoke(Set`1+Node[Element])">
6272         <size>0</size>
6273       </method>
6274       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
6275         <size>0</size>
6276       </method>
6277       <method name="Void EndInvoke(IAsyncResult)">
6278         <size>0</size>
6279       </method>
6280     </type>
6281     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
6282       <method name="Void .ctor()">
6283         <size>7</size>
6284       </method>
6285       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
6286         <size>15</size>
6287       </method>
6288     </type>
6289     <type name="Set`1+Locator[Element]">
6290       <method name="Void .ctor(Replace)">
6291         <size>1</size>
6292       </method>
6293     </type>
6294   </test>
6295   <test name="gtest-226.cs">
6296     <type name="A">
6297       <method name="Void .ctor()">
6298         <size>24</size>
6299       </method>
6300     </type>
6301     <type name="M">
6302       <method name="Void .ctor()">
6303         <size>7</size>
6304       </method>
6305       <method name="Int32 Main()">
6306         <size>84</size>
6307       </method>
6308     </type>
6309     <type name="Container`1[T]">
6310       <method name="Void .ctor(T)">
6311         <size>8</size>
6312       </method>
6313     </type>
6314   </test>
6315   <test name="gtest-227.cs">
6316     <type name="Foo`1[G]">
6317       <method name="Void .ctor()">
6318         <size>7</size>
6319       </method>
6320       <method name="Void Bar()">
6321         <size>26</size>
6322       </method>
6323     </type>
6324     <type name="X">
6325       <method name="Void .ctor()">
6326         <size>7</size>
6327       </method>
6328       <method name="Void Main()">
6329         <size>1</size>
6330       </method>
6331     </type>
6332   </test>
6333   <test name="gtest-228.cs">
6334     <type name="GenParAttribute">
6335       <method name="Void .ctor()">
6336         <size>7</size>
6337       </method>
6338     </type>
6339     <type name="cons`2[A,B]">
6340       <method name="Void .ctor()">
6341         <size>7</size>
6342       </method>
6343       <method name="Void abc[M]()">
6344         <size>1</size>
6345       </method>
6346     </type>
6347     <type name="Test">
6348       <method name="Void .ctor()">
6349         <size>7</size>
6350       </method>
6351       <method name="Void Main()">
6352         <size>1</size>
6353       </method>
6354     </type>
6355   </test>
6356   <test name="gtest-229.cs">
6357     <type name="B">
6358       <method name="Void .ctor()">
6359         <size>7</size>
6360       </method>
6361       <method name="Int32 CompareTo(B)">
6362         <size>2</size>
6363       </method>
6364     </type>
6365     <type name="Tester">
6366       <method name="Void .ctor()">
6367         <size>7</size>
6368       </method>
6369       <method name="Int32 Main()">
6370         <size>21</size>
6371       </method>
6372     </type>
6373   </test>
6374   <test name="gtest-231.cs">
6375     <type name="X">
6376       <method name="Void .ctor()">
6377         <size>7</size>
6378       </method>
6379       <method name="Void Main()">
6380         <size>31</size>
6381       </method>
6382     </type>
6383   </test>
6384   <test name="gtest-232.cs">
6385     <type name="M">
6386       <method name="Int32 Main()">
6387         <size>68</size>
6388       </method>
6389       <method name="Void .ctor()">
6390         <size>7</size>
6391       </method>
6392     </type>
6393   </test>
6394   <test name="gtest-233.cs">
6395     <type name="Program">
6396       <method name="Void .ctor()">
6397         <size>7</size>
6398       </method>
6399       <method name="Void Main(System.String[])">
6400         <size>25</size>
6401       </method>
6402       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
6403         <size>1</size>
6404       </method>
6405     </type>
6406   </test>
6407   <test name="gtest-234.cs">
6408     <type name="Test">
6409       <method name="Void .ctor()">
6410         <size>7</size>
6411       </method>
6412       <method name="IFoo`1 GetFooGeneric[T]()">
6413         <size>2</size>
6414       </method>
6415       <method name="IFoo GetFoo()">
6416         <size>7</size>
6417       </method>
6418       <method name="Void Main()">
6419         <size>14</size>
6420       </method>
6421     </type>
6422   </test>
6423   <test name="gtest-235.cs">
6424     <type name="GettingStarted">
6425       <method name="Void .ctor()">
6426         <size>7</size>
6427       </method>
6428       <method name="Void Main()">
6429         <size>13</size>
6430       </method>
6431     </type>
6432   </test>
6433   <test name="gtest-236.cs">
6434     <type name="Foo`1[T]">
6435       <method name="Void .ctor()">
6436         <size>7</size>
6437       </method>
6438       <method name="Int32 Test(Foo`1[T])">
6439         <size>2</size>
6440       </method>
6441       <method name="Int32 Test(Foo`1[System.Int32])">
6442         <size>2</size>
6443       </method>
6444     </type>
6445     <type name="X">
6446       <method name="Void .ctor()">
6447         <size>7</size>
6448       </method>
6449       <method name="Int32 Main()">
6450         <size>59</size>
6451       </method>
6452     </type>
6453   </test>
6454   <test name="gtest-237.cs">
6455     <type name="Foo`1[T]">
6456       <method name="Void .ctor()">
6457         <size>7</size>
6458       </method>
6459       <method name="Int32 Test(T)">
6460         <size>2</size>
6461       </method>
6462       <method name="Int32 Test(Int32)">
6463         <size>2</size>
6464       </method>
6465     </type>
6466     <type name="X">
6467       <method name="Void .ctor()">
6468         <size>7</size>
6469       </method>
6470       <method name="Int32 Main()">
6471         <size>60</size>
6472       </method>
6473     </type>
6474   </test>
6475   <test name="gtest-238.cs">
6476     <type name="X">
6477       <method name="Void .ctor()">
6478         <size>7</size>
6479       </method>
6480       <method name="Int32 Main()">
6481         <size>39</size>
6482       </method>
6483     </type>
6484   </test>
6485   <test name="gtest-239.cs">
6486     <type name="Foo`2[T,U]">
6487       <method name="Void .ctor()">
6488         <size>7</size>
6489       </method>
6490       <method name="Int32 Test(T, U)">
6491         <size>2</size>
6492       </method>
6493       <method name="Int32 Test(Int32, U)">
6494         <size>2</size>
6495       </method>
6496       <method name="Int32 Test(T, Single)">
6497         <size>2</size>
6498       </method>
6499       <method name="Int32 Test(Int32, Single)">
6500         <size>2</size>
6501       </method>
6502     </type>
6503     <type name="X">
6504       <method name="Void .ctor()">
6505         <size>7</size>
6506       </method>
6507       <method name="Int32 Main()">
6508         <size>237</size>
6509       </method>
6510     </type>
6511   </test>
6512   <test name="gtest-240.cs">
6513     <type name="MyClass">
6514       <method name="Void .ctor()">
6515         <size>7</size>
6516       </method>
6517     </type>
6518     <type name="X">
6519       <method name="Void .ctor()">
6520         <size>7</size>
6521       </method>
6522       <method name="Void Main()">
6523         <size>1</size>
6524       </method>
6525     </type>
6526     <type name="MyClass">
6527       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
6528         <size>1</size>
6529       </method>
6530       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
6531         <size>1</size>
6532       </method>
6533       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
6534         <size>1</size>
6535       </method>
6536       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
6537         <size>1</size>
6538       </method>
6539     </type>
6540   </test>
6541   <test name="gtest-241.cs">
6542     <type name="a">
6543       <method name="Void .ctor()">
6544         <size>7</size>
6545       </method>
6546       <method name="Void func[T](T ByRef)">
6547         <size>0</size>
6548       </method>
6549     </type>
6550     <type name="b">
6551       <method name="Void .ctor()">
6552         <size>7</size>
6553       </method>
6554       <method name="Void func[T](T ByRef)">
6555         <size>1</size>
6556       </method>
6557     </type>
6558     <type name="main">
6559       <method name="Void .ctor()">
6560         <size>7</size>
6561       </method>
6562       <method name="Void Main()">
6563         <size>1</size>
6564       </method>
6565     </type>
6566   </test>
6567   <test name="gtest-242.cs">
6568     <type name="Container`1[T]">
6569       <method name="Void .ctor()">
6570         <size>7</size>
6571       </method>
6572     </type>
6573     <type name="ReferenceType">
6574       <method name="Void .ctor()">
6575         <size>7</size>
6576       </method>
6577       <method name="Int32 CompareTo(ReferenceType)">
6578         <size>2</size>
6579       </method>
6580     </type>
6581     <type name="Test">
6582       <method name="Void .ctor()">
6583         <size>7</size>
6584       </method>
6585       <method name="Void Main()">
6586         <size>13</size>
6587       </method>
6588     </type>
6589     <type name="MyValueType">
6590       <method name="Int32 CompareTo(MyValueType)">
6591         <size>2</size>
6592       </method>
6593     </type>
6594   </test>
6595   <test name="gtest-243.cs">
6596     <type name="Foo`1[T]">
6597       <method name="Void .ctor()">
6598         <size>7</size>
6599       </method>
6600       <method name="Void Test(T)">
6601         <size>1</size>
6602       </method>
6603     </type>
6604     <type name="Tests">
6605       <method name="Void .ctor()">
6606         <size>7</size>
6607       </method>
6608       <method name="Void foo[T]()">
6609         <size>1</size>
6610       </method>
6611       <method name="Int32 Test()">
6612         <size>148</size>
6613       </method>
6614       <method name="Int32 Main()">
6615         <size>8</size>
6616       </method>
6617     </type>
6618   </test>
6619   <test name="gtest-244.cs">
6620     <type name="B">
6621       <method name="Void .ctor()">
6622         <size>7</size>
6623       </method>
6624       <method name="T Get[T]()">
6625         <size>10</size>
6626       </method>
6627     </type>
6628     <type name="A">
6629       <method name="Void .ctor()">
6630         <size>7</size>
6631       </method>
6632       <method name="T Get[T]()">
6633         <size>30</size>
6634       </method>
6635       <method name="Void Main()">
6636         <size>12</size>
6637       </method>
6638     </type>
6639   </test>
6640   <test name="gtest-245.cs">
6641     <type name="DerivedGenericClass`1[T]">
6642       <method name="Void .ctor()">
6643         <size>7</size>
6644       </method>
6645       <method name="Void Foo()">
6646         <size>1</size>
6647       </method>
6648       <method name="Void Baz()">
6649         <size>7</size>
6650       </method>
6651     </type>
6652     <type name="BaseClass">
6653       <method name="Void .ctor()">
6654         <size>7</size>
6655       </method>
6656       <method name="Void Foo()">
6657         <size>0</size>
6658       </method>
6659     </type>
6660     <type name="X">
6661       <method name="Void .ctor()">
6662         <size>7</size>
6663       </method>
6664       <method name="Void Main()">
6665         <size>1</size>
6666       </method>
6667     </type>
6668   </test>
6669   <test name="gtest-246.cs">
6670     <type name="TestCase.CTest">
6671       <method name="Void .ctor()">
6672         <size>7</size>
6673       </method>
6674       <method name="Void Main()">
6675         <size>1</size>
6676       </method>
6677       <method name="Void Bar()">
6678         <size>1</size>
6679       </method>
6680     </type>
6681     <type name="TestCase.CGenericTest`2[T,V]">
6682       <method name="Void .ctor()">
6683         <size>7</size>
6684       </method>
6685       <method name="V Foo()">
6686         <size>21</size>
6687       </method>
6688     </type>
6689   </test>
6690   <test name="gtest-247.cs">
6691     <type name="EnumerableBase`1[T]">
6692       <method name="Void .ctor()">
6693         <size>7</size>
6694       </method>
6695       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6696         <size>7</size>
6697       </method>
6698       <method name="IEnumerator`1 GetEnumerator()">
6699         <size>0</size>
6700       </method>
6701     </type>
6702     <type name="CollectionValueBase`1[T]">
6703       <method name="Void .ctor()">
6704         <size>7</size>
6705       </method>
6706       <method name="Void raiseItemsAdded(T, Int32)">
6707         <size>1</size>
6708       </method>
6709       <method name="IEnumerator`1 GetEnumerator()">
6710         <size>0</size>
6711       </method>
6712     </type>
6713     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
6714       <method name="Void .ctor()">
6715         <size>7</size>
6716       </method>
6717     </type>
6718     <type name="CircularQueue`1[T]">
6719       <method name="Void .ctor()">
6720         <size>7</size>
6721       </method>
6722       <method name="IEnumerator`1 GetEnumerator()">
6723         <size>8</size>
6724       </method>
6725       <method name="Void Enqueue(T)">
6726         <size>1</size>
6727       </method>
6728     </type>
6729     <type name="HashSet`1[T]">
6730       <method name="Void .ctor()">
6731         <size>7</size>
6732       </method>
6733       <method name="Void RemoveAll[U](IEnumerable`1)">
6734         <size>7</size>
6735       </method>
6736       <method name="Void AddAll[U](IEnumerable`1)">
6737         <size>63</size>
6738       </method>
6739       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
6740         <size>2</size>
6741       </method>
6742       <method name="IEnumerator`1 GetEnumerator()">
6743         <size>8</size>
6744       </method>
6745     </type>
6746     <type name="X">
6747       <method name="Void .ctor()">
6748         <size>7</size>
6749       </method>
6750       <method name="Void Main()">
6751         <size>1</size>
6752       </method>
6753     </type>
6754     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6755       <method name="Void .ctor()">
6756         <size>7</size>
6757       </method>
6758       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6759         <size>12</size>
6760       </method>
6761       <method name="Boolean MoveNext()">
6762         <size>25</size>
6763       </method>
6764       <method name="Void Dispose()">
6765         <size>8</size>
6766       </method>
6767       <method name="Void Reset()">
6768         <size>6</size>
6769       </method>
6770     </type>
6771     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6772       <method name="Void .ctor()">
6773         <size>7</size>
6774       </method>
6775       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6776         <size>12</size>
6777       </method>
6778       <method name="Boolean MoveNext()">
6779         <size>25</size>
6780       </method>
6781       <method name="Void Dispose()">
6782         <size>8</size>
6783       </method>
6784       <method name="Void Reset()">
6785         <size>6</size>
6786       </method>
6787     </type>
6788     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6789       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6790         <size>7</size>
6791       </method>
6792     </type>
6793     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6794       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6795         <size>7</size>
6796       </method>
6797     </type>
6798   </test>
6799   <test name="gtest-248.cs">
6800     <type name="Foo`1[T]">
6801       <method name="Void .ctor()">
6802         <size>7</size>
6803       </method>
6804     </type>
6805     <type name="X">
6806       <method name="Void .ctor()">
6807         <size>7</size>
6808       </method>
6809       <method name="Boolean Test(System.Object)">
6810         <size>19</size>
6811       </method>
6812       <method name="Void Main()">
6813         <size>1</size>
6814       </method>
6815     </type>
6816   </test>
6817   <test name="gtest-249.cs">
6818     <type name="EnumerableBase`1[T]">
6819       <method name="Void .ctor()">
6820         <size>7</size>
6821       </method>
6822       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6823         <size>7</size>
6824       </method>
6825       <method name="IEnumerator`1 GetEnumerator()">
6826         <size>0</size>
6827       </method>
6828     </type>
6829     <type name="ArrayBase`1[T]">
6830       <method name="Void .ctor()">
6831         <size>7</size>
6832       </method>
6833       <method name="IEnumerator`1 GetEnumerator()">
6834         <size>8</size>
6835       </method>
6836     </type>
6837     <type name="HashedArrayList`1[T]">
6838       <method name="Void .ctor()">
6839         <size>7</size>
6840       </method>
6841       <method name="IEnumerator`1 GetEnumerator()">
6842         <size>7</size>
6843       </method>
6844     </type>
6845     <type name="X">
6846       <method name="Void .ctor()">
6847         <size>7</size>
6848       </method>
6849       <method name="Void Main()">
6850         <size>1</size>
6851       </method>
6852     </type>
6853     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6854       <method name="Void .ctor()">
6855         <size>7</size>
6856       </method>
6857       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6858         <size>12</size>
6859       </method>
6860       <method name="Boolean MoveNext()">
6861         <size>25</size>
6862       </method>
6863       <method name="Void Dispose()">
6864         <size>8</size>
6865       </method>
6866       <method name="Void Reset()">
6867         <size>6</size>
6868       </method>
6869       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6870         <size>7</size>
6871       </method>
6872     </type>
6873   </test>
6874   <test name="gtest-250.cs">
6875     <type name="GuardedIndexedSorted`1[T]">
6876       <method name="Void .ctor()">
6877         <size>7</size>
6878       </method>
6879       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
6880         <size>13</size>
6881       </method>
6882     </type>
6883     <type name="X">
6884       <method name="Void .ctor()">
6885         <size>7</size>
6886       </method>
6887       <method name="Void Main()">
6888         <size>1</size>
6889       </method>
6890     </type>
6891     <type name="Fun`2[R,S]">
6892       <method name="Void .ctor(Object, IntPtr)">
6893         <size>0</size>
6894       </method>
6895       <method name="S Invoke(R)">
6896         <size>0</size>
6897       </method>
6898       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
6899         <size>0</size>
6900       </method>
6901       <method name="S EndInvoke(IAsyncResult)">
6902         <size>0</size>
6903       </method>
6904     </type>
6905   </test>
6906   <test name="gtest-251.cs">
6907     <type name="SortedIndexedTester`1[T]">
6908       <method name="Void .ctor()">
6909         <size>7</size>
6910       </method>
6911       <method name="Void Test(ISorted`1)">
6912         <size>24</size>
6913       </method>
6914     </type>
6915     <type name="X">
6916       <method name="Void .ctor()">
6917         <size>7</size>
6918       </method>
6919       <method name="Void Main()">
6920         <size>1</size>
6921       </method>
6922     </type>
6923     <type name="&lt;PrivateImplementationDetails&gt;">
6924       <method name="Void .ctor()">
6925         <size>7</size>
6926       </method>
6927     </type>
6928   </test>
6929   <test name="gtest-252.cs">
6930     <type name="EqualityComparer`1[T]">
6931       <method name="Void .cctor()">
6932         <size>16</size>
6933       </method>
6934       <method name="Void Test()">
6935         <size>1</size>
6936       </method>
6937     </type>
6938     <type name="SequencedEqualityComparer`2[T,W]">
6939       <method name="Void .ctor()">
6940         <size>7</size>
6941       </method>
6942     </type>
6943     <type name="X">
6944       <method name="Void .ctor()">
6945         <size>7</size>
6946       </method>
6947       <method name="Void Main()">
6948         <size>6</size>
6949       </method>
6950     </type>
6951   </test>
6952   <test name="gtest-253.cs">
6953     <type name="CollectionValueTester`2[R,S]">
6954       <method name="Void .ctor()">
6955         <size>7</size>
6956       </method>
6957     </type>
6958     <type name="ExtensibleTester`1[U]">
6959       <method name="Void .ctor(U)">
6960         <size>14</size>
6961       </method>
6962       <method name="Void Direct()">
6963         <size>24</size>
6964       </method>
6965     </type>
6966     <type name="Extensible`1[V]">
6967       <method name="Void .ctor()">
6968         <size>7</size>
6969       </method>
6970       <method name="Void AddAll[W](IEnumerable`1)">
6971         <size>1</size>
6972       </method>
6973     </type>
6974     <type name="X">
6975       <method name="Void .ctor()">
6976         <size>7</size>
6977       </method>
6978       <method name="Void Main()">
6979         <size>20</size>
6980       </method>
6981     </type>
6982   </test>
6983   <test name="gtest-254.cs">
6984     <type name="HashedLinkedList`1[T]">
6985       <method name="Void .ctor()">
6986         <size>7</size>
6987       </method>
6988       <method name="HashedLinkedList`1[T] GetList()">
6989         <size>6</size>
6990       </method>
6991       <method name="Void Test(Int32)">
6992         <size>55</size>
6993       </method>
6994       <method name="Void Test(HashedLinkedList`1[T])">
6995         <size>40</size>
6996       </method>
6997     </type>
6998     <type name="X">
6999       <method name="Void .ctor()">
7000         <size>7</size>
7001       </method>
7002       <method name="Void Main()">
7003         <size>20</size>
7004       </method>
7005     </type>
7006   </test>
7007   <test name="gtest-255.cs">
7008     <type name="A">
7009       <method name="Void .ctor()">
7010         <size>7</size>
7011       </method>
7012       <method name="T Foo[T]()">
7013         <size>0</size>
7014       </method>
7015     </type>
7016     <type name="B">
7017       <method name="Void .ctor()">
7018         <size>7</size>
7019       </method>
7020       <method name="T Foo[T]()">
7021         <size>10</size>
7022       </method>
7023     </type>
7024     <type name="C">
7025       <method name="Void .ctor()">
7026         <size>7</size>
7027       </method>
7028       <method name="Void Main()">
7029         <size>1</size>
7030       </method>
7031     </type>
7032   </test>
7033   <test name="gtest-256.cs">
7034     <type name="Test">
7035       <method name="Void .ctor()">
7036         <size>7</size>
7037       </method>
7038       <method name="IEnumerator`1 GetEnumerator()">
7039         <size>15</size>
7040       </method>
7041       <method name="Void Main()">
7042         <size>11</size>
7043       </method>
7044       <method name="Void Run()">
7045         <size>147</size>
7046       </method>
7047     </type>
7048     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
7049       <method name="Void .ctor()">
7050         <size>7</size>
7051       </method>
7052       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7053         <size>7</size>
7054       </method>
7055       <method name="Boolean MoveNext()">
7056         <size>127</size>
7057       </method>
7058       <method name="Void Dispose()">
7059         <size>8</size>
7060       </method>
7061       <method name="Void Reset()">
7062         <size>6</size>
7063       </method>
7064       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
7065         <size>7</size>
7066       </method>
7067     </type>
7068   </test>
7069   <test name="gtest-257.cs">
7070     <type name="Tests">
7071       <method name="Void .ctor()">
7072         <size>7</size>
7073       </method>
7074       <method name="Void Main()">
7075         <size>32</size>
7076       </method>
7077     </type>
7078   </test>
7079   <test name="gtest-258.cs">
7080     <type name="A">
7081       <method name="Void .ctor()">
7082         <size>7</size>
7083       </method>
7084     </type>
7085     <type name="B">
7086       <method name="Void .ctor()">
7087         <size>7</size>
7088       </method>
7089     </type>
7090     <type name="Foo`1[T]">
7091       <method name="Void .ctor()">
7092         <size>7</size>
7093       </method>
7094     </type>
7095     <type name="X">
7096       <method name="Void .ctor()">
7097         <size>7</size>
7098       </method>
7099       <method name="Void Main()">
7100         <size>7</size>
7101       </method>
7102     </type>
7103   </test>
7104   <test name="gtest-259.cs">
7105     <type name="Class1`1[T]">
7106       <method name="Void .ctor()">
7107         <size>7</size>
7108       </method>
7109       <method name="Void MethodOfClass1(T, MyType)">
7110         <size>14</size>
7111       </method>
7112     </type>
7113     <type name="MyType">
7114       <method name="Void .ctor()">
7115         <size>7</size>
7116       </method>
7117       <method name="Void MethodOfMyBaseType()">
7118         <size>1</size>
7119       </method>
7120     </type>
7121     <type name="MyBaseType">
7122       <method name="Void .ctor()">
7123         <size>7</size>
7124       </method>
7125       <method name="Void MethodOfMyBaseType()">
7126         <size>0</size>
7127       </method>
7128     </type>
7129     <type name="X">
7130       <method name="Void .ctor()">
7131         <size>7</size>
7132       </method>
7133       <method name="Void Main()">
7134         <size>1</size>
7135       </method>
7136     </type>
7137   </test>
7138   <test name="gtest-260.cs">
7139     <type name="A`1[T]">
7140       <method name="Void .ctor()">
7141         <size>7</size>
7142       </method>
7143     </type>
7144     <type name="B`1[T]">
7145       <method name="Void .ctor()">
7146         <size>7</size>
7147       </method>
7148     </type>
7149     <type name="Test">
7150       <method name="Void .ctor()">
7151         <size>7</size>
7152       </method>
7153       <method name="Void .cctor()">
7154         <size>11</size>
7155       </method>
7156       <method name="Void Main()">
7157         <size>1</size>
7158       </method>
7159     </type>
7160   </test>
7161   <test name="gtest-261.cs">
7162     <type name="Cons`2[T,U]">
7163       <method name="Void .ctor(T, U)">
7164         <size>21</size>
7165       </method>
7166       <method name="System.String ToString()">
7167         <size>68</size>
7168       </method>
7169     </type>
7170     <type name="List`1[A]">
7171       <method name="Void .ctor(A)">
7172         <size>9</size>
7173       </method>
7174       <method name="Void .ctor(A, List`1)">
7175         <size>9</size>
7176       </method>
7177       <method name="Void zip[B](List`1[B])">
7178         <size>18</size>
7179       </method>
7180     </type>
7181     <type name="Test">
7182       <method name="Void .ctor()">
7183         <size>7</size>
7184       </method>
7185       <method name="Void Main(System.String[])">
7186         <size>14</size>
7187       </method>
7188     </type>
7189   </test>
7190   <test name="gtest-262.cs">
7191     <type name="Test">
7192       <method name="Void .ctor()">
7193         <size>7</size>
7194       </method>
7195       <method name="Void f1(System.Object)">
7196         <size>1</size>
7197       </method>
7198       <method name="Void f2(System.String)">
7199         <size>1</size>
7200       </method>
7201       <method name="Void f3(Test)">
7202         <size>1</size>
7203       </method>
7204       <method name="Void f4(Int32)">
7205         <size>1</size>
7206       </method>
7207       <method name="Void f5(Int16)">
7208         <size>1</size>
7209       </method>
7210       <method name="Void Main()">
7211         <size>162</size>
7212       </method>
7213       <method name="Void f6(ParamEnum)">
7214         <size>1</size>
7215       </method>
7216     </type>
7217   </test>
7218   <test name="gtest-263.cs">
7219     <type name="Foo`1[S]">
7220       <method name="Void .ctor()">
7221         <size>7</size>
7222       </method>
7223       <method name="ICloneable Test(S)">
7224         <size>12</size>
7225       </method>
7226     </type>
7227     <type name="ConvertHelper">
7228       <method name="IEnumerator`1 Test[S,T](S)">
7229         <size>22</size>
7230       </method>
7231       <method name="Void Main()">
7232         <size>1</size>
7233       </method>
7234     </type>
7235     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
7236       <method name="Void .ctor()">
7237         <size>7</size>
7238       </method>
7239       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7240         <size>12</size>
7241       </method>
7242       <method name="Boolean MoveNext()">
7243         <size>78</size>
7244       </method>
7245       <method name="Void Dispose()">
7246         <size>8</size>
7247       </method>
7248       <method name="Void Reset()">
7249         <size>6</size>
7250       </method>
7251       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7252         <size>7</size>
7253       </method>
7254     </type>
7255   </test>
7256   <test name="gtest-264.cs">
7257     <type name="BaseList`1[SubType]">
7258       <method name="Void .ctor()">
7259         <size>18</size>
7260       </method>
7261     </type>
7262     <type name="XXX">
7263       <method name="Void .ctor()">
7264         <size>7</size>
7265       </method>
7266     </type>
7267     <type name="Crash">
7268       <method name="Void .ctor()">
7269         <size>7</size>
7270       </method>
7271       <method name="Void Main()">
7272         <size>14</size>
7273       </method>
7274     </type>
7275   </test>
7276   <test name="gtest-265.cs">
7277     <type name="Test">
7278       <method name="Void .ctor()">
7279         <size>7</size>
7280       </method>
7281       <method name="Void Main()">
7282         <size>14</size>
7283       </method>
7284     </type>
7285   </test>
7286   <test name="gtest-266.cs">
7287     <type name="Test`1[T]">
7288       <method name="Void .ctor()">
7289         <size>7</size>
7290       </method>
7291     </type>
7292     <type name="Test`1+Inner`1[T,U]">
7293       <method name="Void .ctor()">
7294         <size>7</size>
7295       </method>
7296       <method name="Void Foo()">
7297         <size>13</size>
7298       </method>
7299     </type>
7300     <type name="Test">
7301       <method name="Void .ctor()">
7302         <size>7</size>
7303       </method>
7304       <method name="Void Main()">
7305         <size>1</size>
7306       </method>
7307     </type>
7308   </test>
7309   <test name="gtest-267.cs">
7310     <type name="T">
7311       <method name="Void .ctor()">
7312         <size>7</size>
7313       </method>
7314       <method name="Void Foo[T](Handler`1[T])">
7315         <size>34</size>
7316       </method>
7317       <method name="Void Response[T](Handler`1[T])">
7318         <size>1</size>
7319       </method>
7320       <method name="Void Main()">
7321         <size>1</size>
7322       </method>
7323     </type>
7324     <type name="Handler`1[T]">
7325       <method name="Void .ctor(Object, IntPtr)">
7326         <size>0</size>
7327       </method>
7328       <method name="Void Invoke(T)">
7329         <size>0</size>
7330       </method>
7331       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7332         <size>0</size>
7333       </method>
7334       <method name="Void EndInvoke(IAsyncResult)">
7335         <size>0</size>
7336       </method>
7337     </type>
7338     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
7339       <method name="Void .ctor()">
7340         <size>7</size>
7341       </method>
7342       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7343         <size>18</size>
7344       </method>
7345     </type>
7346   </test>
7347   <test name="gtest-268.cs">
7348     <type name="Test">
7349       <method name="Void .ctor()">
7350         <size>7</size>
7351       </method>
7352       <method name="Void Bar()">
7353         <size>7</size>
7354       </method>
7355       <method name="Void Main()">
7356         <size>1</size>
7357       </method>
7358     </type>
7359     <type name="Test+G`1[T]">
7360       <method name="Void .ctor()">
7361         <size>7</size>
7362       </method>
7363     </type>
7364   </test>
7365   <test name="gtest-269.cs">
7366     <type name="X">
7367       <method name="Void .ctor()">
7368         <size>7</size>
7369       </method>
7370       <method name="Int32 Beer(Nullable`1)">
7371         <size>54</size>
7372       </method>
7373       <method name="Int64 PubToLong(IrishPub)">
7374         <size>12</size>
7375       </method>
7376       <method name="Int32 Test(Nullable`1)">
7377         <size>53</size>
7378       </method>
7379       <method name="Int32 TestWithNull(Nullable`1)">
7380         <size>55</size>
7381       </method>
7382       <method name="Nullable`1 Foo(Boolean)">
7383         <size>24</size>
7384       </method>
7385       <method name="Int32 Test(Boolean)">
7386         <size>54</size>
7387       </method>
7388       <method name="Int32 Main()">
7389         <size>194</size>
7390       </method>
7391     </type>
7392     <type name="IrishPub">
7393       <method name="Void .ctor(IrishBeer)">
7394         <size>8</size>
7395       </method>
7396       <method name="Int64 op_Implicit(Nullable`1)">
7397         <size>36</size>
7398       </method>
7399       <method name="Nullable`1 op_Implicit(Int64)">
7400         <size>13</size>
7401       </method>
7402     </type>
7403   </test>
7404   <test name="gtest-270.cs">
7405     <type name="X">
7406       <method name="Void .ctor()">
7407         <size>7</size>
7408       </method>
7409       <method name="Int32 Test(Nullable`1)">
7410         <size>44</size>
7411       </method>
7412       <method name="Int32 Main()">
7413         <size>42</size>
7414       </method>
7415     </type>
7416   </test>
7417   <test name="gtest-271.cs">
7418     <type name="Qux`2[X,V]">
7419       <method name="Void .ctor()">
7420         <size>7</size>
7421       </method>
7422       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7423         <size>8</size>
7424       </method>
7425       <method name="IEnumerator`1 GetEnumerator()">
7426         <size>8</size>
7427       </method>
7428     </type>
7429     <type name="Foo`2[X,V]">
7430       <method name="Void .ctor()">
7431         <size>7</size>
7432       </method>
7433     </type>
7434     <type name="Test`1[T]">
7435       <method name="Void .ctor()">
7436         <size>7</size>
7437       </method>
7438       <method name="Int32 CompareTo(Test`1[T])">
7439         <size>2</size>
7440       </method>
7441     </type>
7442     <type name="X">
7443       <method name="Void .ctor()">
7444         <size>7</size>
7445       </method>
7446       <method name="Void Main()">
7447         <size>55</size>
7448       </method>
7449     </type>
7450     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7451       <method name="Void .ctor()">
7452         <size>7</size>
7453       </method>
7454       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7455         <size>7</size>
7456       </method>
7457       <method name="Boolean MoveNext()">
7458         <size>25</size>
7459       </method>
7460       <method name="Void Dispose()">
7461         <size>8</size>
7462       </method>
7463       <method name="Void Reset()">
7464         <size>6</size>
7465       </method>
7466     </type>
7467     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7468       <method name="Void .ctor()">
7469         <size>7</size>
7470       </method>
7471       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7472         <size>12</size>
7473       </method>
7474       <method name="Boolean MoveNext()">
7475         <size>25</size>
7476       </method>
7477       <method name="Void Dispose()">
7478         <size>8</size>
7479       </method>
7480       <method name="Void Reset()">
7481         <size>6</size>
7482       </method>
7483     </type>
7484     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7485       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7486         <size>7</size>
7487       </method>
7488     </type>
7489     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7490       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
7491         <size>7</size>
7492       </method>
7493     </type>
7494   </test>
7495   <test name="gtest-272.cs">
7496     <type name="X">
7497       <method name="Void Foo[T](Handler`1[T])">
7498         <size>27</size>
7499       </method>
7500       <method name="Void Response[T](Handler`1[T])">
7501         <size>1</size>
7502       </method>
7503       <method name="Void Test[T](T)">
7504         <size>1</size>
7505       </method>
7506       <method name="Void Main()">
7507         <size>18</size>
7508       </method>
7509     </type>
7510     <type name="Handler`1[T]">
7511       <method name="Void .ctor(Object, IntPtr)">
7512         <size>0</size>
7513       </method>
7514       <method name="Void Invoke(T)">
7515         <size>0</size>
7516       </method>
7517       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7518         <size>0</size>
7519       </method>
7520       <method name="Void EndInvoke(IAsyncResult)">
7521         <size>0</size>
7522       </method>
7523     </type>
7524     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
7525       <method name="Void .ctor()">
7526         <size>7</size>
7527       </method>
7528       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7529         <size>12</size>
7530       </method>
7531     </type>
7532   </test>
7533   <test name="gtest-273.cs">
7534     <type name="ThisBaseClass`3[A,B,C]">
7535       <method name="Void .ctor()">
7536         <size>7</size>
7537       </method>
7538     </type>
7539     <type name="ThatBaseClass`3[B,A,C]">
7540       <method name="Void .ctor()">
7541         <size>7</size>
7542       </method>
7543     </type>
7544     <type name="ThisClass`3[A,B,C]">
7545       <method name="Void .ctor()">
7546         <size>7</size>
7547       </method>
7548     </type>
7549     <type name="ThatClass`3[B,A,C]">
7550       <method name="Void .ctor()">
7551         <size>7</size>
7552       </method>
7553     </type>
7554     <type name="ThisClass">
7555       <method name="Void .ctor()">
7556         <size>7</size>
7557       </method>
7558     </type>
7559     <type name="ThatClass">
7560       <method name="Void .ctor()">
7561         <size>7</size>
7562       </method>
7563     </type>
7564     <type name="Test">
7565       <method name="Void .ctor()">
7566         <size>7</size>
7567       </method>
7568       <method name="Void Main()">
7569         <size>1</size>
7570       </method>
7571     </type>
7572   </test>
7573   <test name="gtest-274.cs">
7574     <type name="X">
7575       <method name="Void .ctor()">
7576         <size>7</size>
7577       </method>
7578       <method name="Void Main()">
7579         <size>447</size>
7580       </method>
7581     </type>
7582     <type name="Foo">
7583       <method name="Void .ctor(Int64)">
7584         <size>8</size>
7585       </method>
7586       <method name="Foo op_Implicit(Int64)">
7587         <size>7</size>
7588       </method>
7589     </type>
7590     <type name="Bar">
7591       <method name="Void .ctor(Foo)">
7592         <size>8</size>
7593       </method>
7594       <method name="Bar op_Implicit(Foo)">
7595         <size>7</size>
7596       </method>
7597     </type>
7598     <type name="Baz">
7599       <method name="Void .ctor(Foo)">
7600         <size>8</size>
7601       </method>
7602       <method name="Baz op_Explicit(Foo)">
7603         <size>7</size>
7604       </method>
7605     </type>
7606   </test>
7607   <test name="gtest-275.cs">
7608     <type name="Test">
7609       <method name="Void .ctor()">
7610         <size>7</size>
7611       </method>
7612       <method name="Void Main()">
7613         <size>19</size>
7614       </method>
7615     </type>
7616     <type name="Test+C">
7617       <method name="Void .ctor()">
7618         <size>18</size>
7619       </method>
7620     </type>
7621     <type name="Test+D`2[T,U]">
7622       <method name="Void .ctor()">
7623         <size>18</size>
7624       </method>
7625     </type>
7626     <type name="Test+E`1[T]">
7627       <method name="Void .ctor()">
7628         <size>18</size>
7629       </method>
7630     </type>
7631   </test>
7632   <test name="gtest-276.cs">
7633     <type name="Tests">
7634       <method name="Void .ctor()">
7635         <size>7</size>
7636       </method>
7637       <method name="Int32 Main()">
7638         <size>30</size>
7639       </method>
7640     </type>
7641     <type name="Tests+GenericClass`1[T]">
7642       <method name="Void .ctor()">
7643         <size>7</size>
7644       </method>
7645       <method name="T Z(IList`1, Int32)">
7646         <size>8</size>
7647       </method>
7648     </type>
7649   </test>
7650   <test name="gtest-277.cs">
7651     <type name="X">
7652       <method name="Void .ctor()">
7653         <size>7</size>
7654       </method>
7655       <method name="Void Main()">
7656         <size>1</size>
7657       </method>
7658     </type>
7659   </test>
7660   <test name="gtest-278.cs">
7661     <type name="Program">
7662       <method name="Void .ctor()">
7663         <size>7</size>
7664       </method>
7665       <method name="Int32 Main()">
7666         <size>6</size>
7667       </method>
7668     </type>
7669   </test>
7670   <test name="gtest-279.cs">
7671     <type name="Foo">
7672       <method name="Void .ctor()">
7673         <size>7</size>
7674       </method>
7675       <method name="IList`1 Bar[T]()">
7676         <size>12</size>
7677       </method>
7678       <method name="Void Bar()">
7679         <size>11</size>
7680       </method>
7681     </type>
7682     <type name="BugReport">
7683       <method name="Void .ctor()">
7684         <size>7</size>
7685       </method>
7686       <method name="Void Main(System.String[])">
7687         <size>20</size>
7688       </method>
7689     </type>
7690   </test>
7691   <test name="gtest-280.cs">
7692     <type name="Test">
7693       <method name="Void .ctor()">
7694         <size>7</size>
7695       </method>
7696       <method name="Void Main(System.String[])">
7697         <size>69</size>
7698       </method>
7699     </type>
7700     <type name="Test+TestDel">
7701       <method name="Void .ctor(Object, IntPtr)">
7702         <size>0</size>
7703       </method>
7704       <method name="Int32 Invoke(Int32)">
7705         <size>0</size>
7706       </method>
7707       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
7708         <size>0</size>
7709       </method>
7710       <method name="Int32 EndInvoke(IAsyncResult)">
7711         <size>0</size>
7712       </method>
7713     </type>
7714     <type name="Test">
7715       <method name="Int32 &lt;Main&gt;m__0(Int32)">
7716         <size>2</size>
7717       </method>
7718     </type>
7719   </test>
7720   <test name="gtest-281.cs">
7721     <type name="List">
7722       <method name="Void .ctor()">
7723         <size>7</size>
7724       </method>
7725       <method name="Void AddRange[T](ICollection`1)">
7726         <size>1</size>
7727       </method>
7728     </type>
7729     <type name="Tests">
7730       <method name="Void .ctor()">
7731         <size>7</size>
7732       </method>
7733       <method name="Void Main()">
7734         <size>21</size>
7735       </method>
7736     </type>
7737   </test>
7738   <test name="gtest-282.cs">
7739     <type name="Foo">
7740       <method name="Void .ctor()">
7741         <size>7</size>
7742       </method>
7743     </type>
7744     <type name="Foo+Bar">
7745       <method name="Void .ctor()">
7746         <size>7</size>
7747       </method>
7748     </type>
7749     <type name="C`1[T]">
7750       <method name="Void .ctor()">
7751         <size>7</size>
7752       </method>
7753     </type>
7754     <type name="Test">
7755       <method name="Void .ctor()">
7756         <size>7</size>
7757       </method>
7758       <method name="Void .cctor()">
7759         <size>11</size>
7760       </method>
7761       <method name="Void Main()">
7762         <size>21</size>
7763       </method>
7764     </type>
7765   </test>
7766   <test name="gtest-283.cs">
7767     <type name="Point">
7768       <method name="Void .ctor(Int32, Int32)">
7769         <size>15</size>
7770       </method>
7771     </type>
7772     <type name="TestPoint">
7773       <method name="Void Serialize(IFoo)">
7774         <size>39</size>
7775       </method>
7776       <method name="Void Main()">
7777         <size>1</size>
7778       </method>
7779     </type>
7780   </test>
7781   <test name="gtest-284.cs">
7782     <type name="X">
7783       <method name="Void .ctor()">
7784         <size>7</size>
7785       </method>
7786     </type>
7787     <type name="CollectionTester">
7788       <method name="Int32 Test[T](IList`1)">
7789         <size>67</size>
7790       </method>
7791       <method name="Int32 Test()">
7792         <size>522</size>
7793       </method>
7794     </type>
7795     <type name="InterfaceTester">
7796       <method name="Void .cctor()">
7797         <size>106</size>
7798       </method>
7799       <method name="Int32 Test(System.Type, System.Type[])">
7800         <size>391</size>
7801       </method>
7802       <method name="Int32 Test()">
7803         <size>532</size>
7804       </method>
7805     </type>
7806     <type name="Z">
7807       <method name="Void .ctor()">
7808         <size>7</size>
7809       </method>
7810       <method name="Int32 Test()">
7811         <size>36</size>
7812       </method>
7813       <method name="Int32 Main()">
7814         <size>45</size>
7815       </method>
7816     </type>
7817   </test>
7818   <test name="gtest-285.cs">
7819     <type name="A">
7820       <method name="Void .ctor()">
7821         <size>7</size>
7822       </method>
7823     </type>
7824     <type name="B">
7825       <method name="Void .ctor()">
7826         <size>7</size>
7827       </method>
7828     </type>
7829     <type name="Tests">
7830       <method name="Void .ctor()">
7831         <size>7</size>
7832       </method>
7833       <method name="Void Main()">
7834         <size>38</size>
7835       </method>
7836     </type>
7837   </test>
7838   <test name="gtest-286.cs">
7839     <type name="TestAttribute">
7840       <method name="Void .ctor(Type)">
7841         <size>14</size>
7842       </method>
7843     </type>
7844     <type name="C`1[T]">
7845       <method name="Void .ctor()">
7846         <size>7</size>
7847       </method>
7848       <method name="Void Foo()">
7849         <size>1</size>
7850       </method>
7851     </type>
7852     <type name="C">
7853       <method name="Void .ctor()">
7854         <size>7</size>
7855       </method>
7856       <method name="Int32 Main()">
7857         <size>76</size>
7858       </method>
7859     </type>
7860   </test>
7861   <test name="gtest-287.cs">
7862     <type name="X">
7863       <method name="Void .ctor()">
7864         <size>7</size>
7865       </method>
7866       <method name="Void Main()">
7867         <size>36</size>
7868       </method>
7869       <method name="Void D()">
7870         <size>1</size>
7871       </method>
7872     </type>
7873   </test>
7874   <test name="gtest-288.cs">
7875     <type name="A">
7876       <method name="Void .ctor()">
7877         <size>7</size>
7878       </method>
7879       <method name="Boolean Test(Int32)">
7880         <size>5</size>
7881       </method>
7882     </type>
7883     <type name="B">
7884       <method name="Void .ctor()">
7885         <size>7</size>
7886       </method>
7887       <method name="Void Test()">
7888         <size>1</size>
7889       </method>
7890     </type>
7891     <type name="B+C">
7892       <method name="Void .ctor()">
7893         <size>7</size>
7894       </method>
7895       <method name="Boolean Foo(Int32)">
7896         <size>13</size>
7897       </method>
7898     </type>
7899     <type name="X">
7900       <method name="Void .ctor()">
7901         <size>7</size>
7902       </method>
7903       <method name="Void Main()">
7904         <size>1</size>
7905       </method>
7906     </type>
7907   </test>
7908   <test name="gtest-289.cs">
7909     <type name="C">
7910       <method name="Void .ctor()">
7911         <size>7</size>
7912       </method>
7913       <method name="Void add_Ev1(D)">
7914         <size>24</size>
7915       </method>
7916       <method name="Void remove_Ev1(D)">
7917         <size>24</size>
7918       </method>
7919     </type>
7920     <type name="Consts">
7921       <method name="Void .ctor()">
7922         <size>7</size>
7923       </method>
7924       <method name="Void .cctor()">
7925         <size>1</size>
7926       </method>
7927     </type>
7928     <type name="Test">
7929       <method name="Void .ctor()">
7930         <size>7</size>
7931       </method>
7932       <method name="Int32 Main()">
7933         <size>74</size>
7934       </method>
7935     </type>
7936     <type name="D">
7937       <method name="Void .ctor(Object, IntPtr)">
7938         <size>0</size>
7939       </method>
7940       <method name="Void Invoke()">
7941         <size>0</size>
7942       </method>
7943       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
7944         <size>0</size>
7945       </method>
7946       <method name="Void EndInvoke(IAsyncResult)">
7947         <size>0</size>
7948       </method>
7949     </type>
7950   </test>
7951   <test name="gtest-290.cs">
7952     <type name="GenericEventNotUsedTest`1[T]">
7953       <method name="Void .ctor()">
7954         <size>7</size>
7955       </method>
7956       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7957         <size>24</size>
7958       </method>
7959       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7960         <size>24</size>
7961       </method>
7962       <method name="Void RaiseTestEvent(T)">
7963         <size>14</size>
7964       </method>
7965     </type>
7966     <type name="TestEntry">
7967       <method name="Void Main()">
7968         <size>1</size>
7969       </method>
7970     </type>
7971     <type name="GenericEventHandler`2[U,V]">
7972       <method name="Void .ctor(Object, IntPtr)">
7973         <size>0</size>
7974       </method>
7975       <method name="Void Invoke(U, V)">
7976         <size>0</size>
7977       </method>
7978       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
7979         <size>0</size>
7980       </method>
7981       <method name="Void EndInvoke(IAsyncResult)">
7982         <size>0</size>
7983       </method>
7984     </type>
7985   </test>
7986   <test name="gtest-291.cs">
7987     <type name="Global">
7988       <method name="Void .ctor()">
7989         <size>7</size>
7990       </method>
7991       <method name="Void Main()">
7992         <size>22</size>
7993       </method>
7994       <method name="System.String Test2(Nullable`1)">
7995         <size>6</size>
7996       </method>
7997     </type>
7998   </test>
7999   <test name="gtest-292.cs">
8000     <type name="Test.A`1[TA]">
8001       <method name="Void .ctor()">
8002         <size>7</size>
8003       </method>
8004     </type>
8005     <type name="X">
8006       <method name="Void .ctor()">
8007         <size>7</size>
8008       </method>
8009       <method name="Void Main()">
8010         <size>1</size>
8011       </method>
8012     </type>
8013     <type name="Test.Handler`1[TA]">
8014       <method name="Void .ctor(Object, IntPtr)">
8015         <size>0</size>
8016       </method>
8017       <method name="Void Invoke(TA)">
8018         <size>0</size>
8019       </method>
8020       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
8021         <size>0</size>
8022       </method>
8023       <method name="Void EndInvoke(IAsyncResult)">
8024         <size>0</size>
8025       </method>
8026     </type>
8027   </test>
8028   <test name="gtest-293.cs">
8029     <type name="Test`1[T]">
8030       <method name="Void .ctor()">
8031         <size>7</size>
8032       </method>
8033       <method name="Void Invalid(T)">
8034         <size>21</size>
8035       </method>
8036       <method name="Void Other(IEnumerable`1)">
8037         <size>1</size>
8038       </method>
8039     </type>
8040     <type name="X">
8041       <method name="Void .ctor()">
8042         <size>7</size>
8043       </method>
8044       <method name="Void Main()">
8045         <size>1</size>
8046       </method>
8047     </type>
8048   </test>
8049   <test name="gtest-294.cs">
8050     <type name="A">
8051       <method name="Void .ctor()">
8052         <size>7</size>
8053       </method>
8054     </type>
8055     <type name="B">
8056       <method name="Void .ctor()">
8057         <size>7</size>
8058       </method>
8059     </type>
8060     <type name="X">
8061       <method name="Void .ctor()">
8062         <size>7</size>
8063       </method>
8064       <method name="A Test(A, B)">
8065         <size>10</size>
8066       </method>
8067       <method name="Int32 Main()">
8068         <size>73</size>
8069       </method>
8070     </type>
8071   </test>
8072   <test name="gtest-295.cs">
8073     <type name="Test.Cache`1[T]">
8074       <method name="Void .ctor()">
8075         <size>7</size>
8076       </method>
8077     </type>
8078     <type name="Test.Base">
8079       <method name="Void .ctor()">
8080         <size>7</size>
8081       </method>
8082     </type>
8083     <type name="Test.MyType`1[T]">
8084       <method name="Void .ctor()">
8085         <size>7</size>
8086       </method>
8087     </type>
8088     <type name="Test.Foo">
8089       <method name="Void .ctor()">
8090         <size>7</size>
8091       </method>
8092       <method name="Void Main()">
8093         <size>7</size>
8094       </method>
8095     </type>
8096   </test>
8097   <test name="gtest-296.cs">
8098     <type name="MyCollection`1[T]">
8099       <method name="Void .ctor()">
8100         <size>7</size>
8101       </method>
8102       <method name="Void Foo()">
8103         <size>14</size>
8104       </method>
8105     </type>
8106     <type name="C">
8107       <method name="Void .ctor()">
8108         <size>7</size>
8109       </method>
8110       <method name="Void Main()">
8111         <size>1</size>
8112       </method>
8113     </type>
8114   </test>
8115   <test name="gtest-297.cs">
8116     <type name="Test">
8117       <method name="Void .ctor()">
8118         <size>7</size>
8119       </method>
8120       <method name="Void Main()">
8121         <size>18</size>
8122       </method>
8123     </type>
8124   </test>
8125   <test name="gtest-298.cs">
8126     <type name="A">
8127       <method name="Void .ctor(TestFunc`1)">
8128         <size>14</size>
8129       </method>
8130     </type>
8131     <type name="TestClass">
8132       <method name="Void .ctor()">
8133         <size>7</size>
8134       </method>
8135       <method name="Void .cctor()">
8136         <size>46</size>
8137       </method>
8138       <method name="Int32 Main()">
8139         <size>6</size>
8140       </method>
8141     </type>
8142     <type name="TestFunc`1[T]">
8143       <method name="Void .ctor(Object, IntPtr)">
8144         <size>0</size>
8145       </method>
8146       <method name="Void Invoke(T)">
8147         <size>0</size>
8148       </method>
8149       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
8150         <size>0</size>
8151       </method>
8152       <method name="Void EndInvoke(IAsyncResult)">
8153         <size>0</size>
8154       </method>
8155     </type>
8156     <type name="TestClass">
8157       <method name="Void &lt;a&gt;m__0(Int32)">
8158         <size>7</size>
8159       </method>
8160     </type>
8161   </test>
8162   <test name="gtest-299.cs">
8163     <type name="N.A">
8164       <method name="Void .ctor()">
8165         <size>7</size>
8166       </method>
8167     </type>
8168     <type name="B`1[T]">
8169       <method name="Void .ctor()">
8170         <size>7</size>
8171       </method>
8172     </type>
8173     <type name="Test">
8174       <method name="Void .ctor()">
8175         <size>7</size>
8176       </method>
8177       <method name="Void Main()">
8178         <size>47</size>
8179       </method>
8180     </type>
8181   </test>
8182   <test name="gtest-300.cs">
8183     <type name="Test">
8184       <method name="Void .ctor()">
8185         <size>7</size>
8186       </method>
8187       <method name="Void Main()">
8188         <size>66</size>
8189       </method>
8190     </type>
8191   </test>
8192   <test name="gtest-301.cs">
8193     <type name="Test">
8194       <method name="Void .ctor()">
8195         <size>7</size>
8196       </method>
8197       <method name="Void Main(System.String[])">
8198         <size>23</size>
8199       </method>
8200     </type>
8201   </test>
8202   <test name="gtest-302.cs">
8203     <type name="Test">
8204       <method name="Void .ctor()">
8205         <size>7</size>
8206       </method>
8207       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8208         <size>6</size>
8209       </method>
8210     </type>
8211     <type name="M">
8212       <method name="Void .ctor()">
8213         <size>7</size>
8214       </method>
8215       <method name="Void Main()">
8216         <size>61</size>
8217       </method>
8218     </type>
8219     <type name="Test+GetEnumerator&gt;c__Iterator0">
8220       <method name="Void .ctor()">
8221         <size>7</size>
8222       </method>
8223       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8224         <size>12</size>
8225       </method>
8226       <method name="Boolean MoveNext()">
8227         <size>25</size>
8228       </method>
8229       <method name="Void Dispose()">
8230         <size>8</size>
8231       </method>
8232       <method name="Void Reset()">
8233         <size>6</size>
8234       </method>
8235     </type>
8236     <type name="Test">
8237       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
8238         <size>8</size>
8239       </method>
8240     </type>
8241     <type name="Test+GetEnumerator&gt;c__Iterator0">
8242       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
8243         <size>7</size>
8244       </method>
8245     </type>
8246   </test>
8247   <test name="gtest-303.cs">
8248     <type name="test.BaseClass">
8249       <method name="Void .ctor()">
8250         <size>7</size>
8251       </method>
8252       <method name="System.String get_Hello()">
8253         <size>6</size>
8254       </method>
8255     </type>
8256     <type name="test.Printer">
8257       <method name="Void .ctor()">
8258         <size>7</size>
8259       </method>
8260       <method name="Void Print[T](T)">
8261         <size>0</size>
8262       </method>
8263     </type>
8264     <type name="test.PrinterImpl">
8265       <method name="Void .ctor()">
8266         <size>7</size>
8267       </method>
8268       <method name="Void Print[T](T)">
8269         <size>19</size>
8270       </method>
8271     </type>
8272     <type name="test.Starter">
8273       <method name="Void .ctor()">
8274         <size>7</size>
8275       </method>
8276       <method name="Void Main(System.String[])">
8277         <size>20</size>
8278       </method>
8279     </type>
8280   </test>
8281   <test name="gtest-304.cs">
8282     <type name="test.BaseClass">
8283       <method name="Void .ctor()">
8284         <size>7</size>
8285       </method>
8286       <method name="System.String get_Hello()">
8287         <size>6</size>
8288       </method>
8289     </type>
8290     <type name="test.Printer">
8291       <method name="Void .ctor()">
8292         <size>7</size>
8293       </method>
8294       <method name="Void Print[T](System.Object)">
8295         <size>0</size>
8296       </method>
8297     </type>
8298     <type name="test.PrinterImpl">
8299       <method name="Void .ctor()">
8300         <size>7</size>
8301       </method>
8302       <method name="Void Print[T](System.Object)">
8303         <size>31</size>
8304       </method>
8305     </type>
8306     <type name="test.Starter">
8307       <method name="Void .ctor()">
8308         <size>7</size>
8309       </method>
8310       <method name="Void Main(System.String[])">
8311         <size>20</size>
8312       </method>
8313     </type>
8314   </test>
8315   <test name="gtest-305.cs">
8316     <type name="T">
8317       <method name="Void .ctor()">
8318         <size>82</size>
8319       </method>
8320       <method name="Int32 Main()">
8321         <size>54</size>
8322       </method>
8323     </type>
8324   </test>
8325   <test name="gtest-306.cs">
8326     <type name="FuParentClass`1[Trow]">
8327       <method name="Void .ctor()">
8328         <size>7</size>
8329       </method>
8330     </type>
8331     <type name="FuParentClass`1+FuChildClass[Trow]">
8332       <method name="Void .ctor()">
8333         <size>7</size>
8334       </method>
8335     </type>
8336     <type name="C">
8337       <method name="Void .ctor()">
8338         <size>7</size>
8339       </method>
8340       <method name="Void Main()">
8341         <size>1</size>
8342       </method>
8343     </type>
8344   </test>
8345   <test name="gtest-307.cs">
8346     <type name="Foo`1[T]">
8347       <method name="Void .ctor()">
8348         <size>7</size>
8349       </method>
8350     </type>
8351     <type name="Bar">
8352       <method name="Void .ctor()">
8353         <size>7</size>
8354       </method>
8355       <method name="Int32 g()">
8356         <size>2</size>
8357       </method>
8358       <method name="Int32 Main()">
8359         <size>20</size>
8360       </method>
8361     </type>
8362     <type name="Foo`1+F[T]">
8363       <method name="Void .ctor(Object, IntPtr)">
8364         <size>0</size>
8365       </method>
8366       <method name="Int32 Invoke()">
8367         <size>0</size>
8368       </method>
8369       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8370         <size>0</size>
8371       </method>
8372       <method name="Int32 EndInvoke(IAsyncResult)">
8373         <size>0</size>
8374       </method>
8375     </type>
8376   </test>
8377   <test name="gtest-308.cs">
8378     <type name="Test">
8379       <method name="Void .ctor()">
8380         <size>7</size>
8381       </method>
8382       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
8383         <size>26</size>
8384       </method>
8385       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
8386         <size>26</size>
8387       </method>
8388     </type>
8389     <type name="Foo">
8390       <method name="Void .ctor()">
8391         <size>7</size>
8392       </method>
8393       <method name="Int32 compare(Int32, Int32)">
8394         <size>4</size>
8395       </method>
8396       <method name="Int32 compare(System.String, System.String)">
8397         <size>8</size>
8398       </method>
8399       <method name="Void test(Int32)">
8400         <size>29</size>
8401       </method>
8402       <method name="Void Main()">
8403         <size>141</size>
8404       </method>
8405     </type>
8406     <type name="Test+MyComparison`1[V]">
8407       <method name="Void .ctor(Object, IntPtr)">
8408         <size>0</size>
8409       </method>
8410       <method name="Int32 Invoke(V, V)">
8411         <size>0</size>
8412       </method>
8413       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
8414         <size>0</size>
8415       </method>
8416       <method name="Int32 EndInvoke(IAsyncResult)">
8417         <size>0</size>
8418       </method>
8419     </type>
8420     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
8421       <method name="Void .ctor()">
8422         <size>7</size>
8423       </method>
8424       <method name="Int32 &lt;&gt;m__0(U, U)">
8425         <size>14</size>
8426       </method>
8427     </type>
8428     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
8429       <method name="Void .ctor()">
8430         <size>7</size>
8431       </method>
8432       <method name="Int32 &lt;&gt;m__1(W, W)">
8433         <size>14</size>
8434       </method>
8435     </type>
8436   </test>
8437   <test name="gtest-309.cs">
8438     <type name="Test`2[A,B]">
8439       <method name="Void .ctor()">
8440         <size>7</size>
8441       </method>
8442       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
8443         <size>1</size>
8444       </method>
8445     </type>
8446     <type name="X">
8447       <method name="Void .ctor()">
8448         <size>7</size>
8449       </method>
8450       <method name="Void Main()">
8451         <size>15</size>
8452       </method>
8453     </type>
8454   </test>
8455   <test name="gtest-310.cs">
8456     <type name="MonoBugs.IncompleteGenericInference">
8457       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
8458         <size>1</size>
8459       </method>
8460       <method name="Void Main()">
8461         <size>20</size>
8462       </method>
8463     </type>
8464   </test>
8465   <test name="gtest-312.cs">
8466     <type name="CantCastGenericListToArray">
8467       <method name="Void .ctor()">
8468         <size>7</size>
8469       </method>
8470       <method name="Void Main(System.String[])">
8471         <size>51</size>
8472       </method>
8473     </type>
8474   </test>
8475   <test name="gtest-313.cs">
8476     <type name="Foo`1[T]">
8477       <method name="Void .ctor(TestEnum)">
8478         <size>14</size>
8479       </method>
8480     </type>
8481     <type name="X">
8482       <method name="Void .ctor()">
8483         <size>7</size>
8484       </method>
8485       <method name="Void Main()">
8486         <size>28</size>
8487       </method>
8488     </type>
8489   </test>
8490   <test name="gtest-314.cs">
8491     <type name="test.App">
8492       <method name="Void .ctor()">
8493         <size>7</size>
8494       </method>
8495       <method name="Void Main()">
8496         <size>1</size>
8497       </method>
8498     </type>
8499     <type name="test.ThisClass`2[T,O]">
8500       <method name="Void .ctor()">
8501         <size>7</size>
8502       </method>
8503     </type>
8504     <type name="test.OtherClass`2[O,T]">
8505       <method name="Void .ctor()">
8506         <size>7</size>
8507       </method>
8508       <method name="Void Test(T)">
8509         <size>13</size>
8510       </method>
8511     </type>
8512   </test>
8513   <test name="gtest-315.cs">
8514     <type name="A`1[T]">
8515       <method name="Void .ctor()">
8516         <size>7</size>
8517       </method>
8518     </type>
8519     <type name="A`1+B[T]">
8520       <method name="Void .ctor()">
8521         <size>7</size>
8522       </method>
8523     </type>
8524     <type name="X">
8525       <method name="Void .ctor()">
8526         <size>7</size>
8527       </method>
8528       <method name="Void Main()">
8529         <size>18</size>
8530       </method>
8531     </type>
8532   </test>
8533   <test name="gtest-316.cs">
8534     <type name="X">
8535       <method name="Int32 Main()">
8536         <size>12</size>
8537       </method>
8538       <method name="Void .ctor()">
8539         <size>7</size>
8540       </method>
8541     </type>
8542     <type name="Foo">
8543       <method name="Void .ctor()">
8544         <size>7</size>
8545       </method>
8546     </type>
8547     <type name="Base">
8548       <method name="Void Method[R]()">
8549         <size>0</size>
8550       </method>
8551       <method name="Void .ctor()">
8552         <size>7</size>
8553       </method>
8554     </type>
8555     <type name="Derived">
8556       <method name="Void Method[S]()">
8557         <size>7</size>
8558       </method>
8559       <method name="Void Method2[T]()">
8560         <size>23</size>
8561       </method>
8562       <method name="Void .ctor()">
8563         <size>7</size>
8564       </method>
8565     </type>
8566   </test>
8567   <test name="gtest-317.cs">
8568     <type name="Foo`1[K]">
8569       <method name="Void .ctor()">
8570         <size>7</size>
8571       </method>
8572     </type>
8573     <type name="Bar`1[Q]">
8574       <method name="Void .ctor()">
8575         <size>7</size>
8576       </method>
8577     </type>
8578     <type name="Bar`1+Baz[Q]">
8579       <method name="Void .ctor()">
8580         <size>7</size>
8581       </method>
8582     </type>
8583     <type name="X">
8584       <method name="Void .ctor()">
8585         <size>7</size>
8586       </method>
8587       <method name="Void Main()">
8588         <size>13</size>
8589       </method>
8590     </type>
8591   </test>
8592   <test name="gtest-318.cs">
8593     <type name="Foo`1[K]">
8594       <method name="Void .ctor()">
8595         <size>7</size>
8596       </method>
8597     </type>
8598     <type name="Bar`1[Q]">
8599       <method name="Void .ctor()">
8600         <size>7</size>
8601       </method>
8602     </type>
8603     <type name="Bar`1+Baz[Q]">
8604       <method name="Void .ctor()">
8605         <size>7</size>
8606       </method>
8607     </type>
8608     <type name="Goo`1[Q]">
8609       <method name="Void .ctor()">
8610         <size>7</size>
8611       </method>
8612     </type>
8613     <type name="X">
8614       <method name="Void .ctor()">
8615         <size>7</size>
8616       </method>
8617       <method name="Void Main()">
8618         <size>13</size>
8619       </method>
8620     </type>
8621   </test>
8622   <test name="gtest-319.cs">
8623     <type name="Temp`1[T]">
8624       <method name="Void .ctor()">
8625         <size>7</size>
8626       </method>
8627       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8628         <size>7</size>
8629       </method>
8630       <method name="IEnumerator`1 GetEnumerator()">
8631         <size>8</size>
8632       </method>
8633     </type>
8634     <type name="Temp`1+Foo[T]">
8635       <method name="Void .ctor()">
8636         <size>7</size>
8637       </method>
8638     </type>
8639     <type name="X">
8640       <method name="Void .ctor()">
8641         <size>7</size>
8642       </method>
8643       <method name="Void Main()">
8644         <size>1</size>
8645       </method>
8646     </type>
8647     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8648       <method name="Void .ctor()">
8649         <size>7</size>
8650       </method>
8651       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8652         <size>7</size>
8653       </method>
8654       <method name="Boolean MoveNext()">
8655         <size>67</size>
8656       </method>
8657       <method name="Void Dispose()">
8658         <size>8</size>
8659       </method>
8660       <method name="Void Reset()">
8661         <size>6</size>
8662       </method>
8663       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
8664         <size>7</size>
8665       </method>
8666     </type>
8667   </test>
8668   <test name="gtest-320.cs">
8669     <type name="Foo`1[K]">
8670       <method name="Void .ctor()">
8671         <size>7</size>
8672       </method>
8673     </type>
8674     <type name="B">
8675       <method name="Void .ctor()">
8676         <size>7</size>
8677       </method>
8678     </type>
8679     <type name="B+C">
8680       <method name="Void .ctor()">
8681         <size>7</size>
8682       </method>
8683     </type>
8684     <type name="X">
8685       <method name="Void .ctor()">
8686         <size>7</size>
8687       </method>
8688       <method name="Void Main()">
8689         <size>1</size>
8690       </method>
8691     </type>
8692   </test>
8693   <test name="gtest-321.cs">
8694     <type name="App">
8695       <method name="Void .ctor()">
8696         <size>7</size>
8697       </method>
8698       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
8699         <size>25</size>
8700       </method>
8701       <method name="Void ADelegate[T](System.String)">
8702         <size>12</size>
8703       </method>
8704       <method name="Void Main(System.String[])">
8705         <size>13</size>
8706       </method>
8707       <method name="Void Run()">
8708         <size>49</size>
8709       </method>
8710     </type>
8711     <type name="App+TGenericDelegate`1[T]">
8712       <method name="Void .ctor(Object, IntPtr)">
8713         <size>0</size>
8714       </method>
8715       <method name="Void Invoke(System.String)">
8716         <size>0</size>
8717       </method>
8718       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
8719         <size>0</size>
8720       </method>
8721       <method name="Void EndInvoke(IAsyncResult)">
8722         <size>0</size>
8723       </method>
8724     </type>
8725   </test>
8726   <test name="gtest-322.cs">
8727     <type name="MyBase`2[K,V]">
8728       <method name="Void .ctor(Callback)">
8729         <size>7</size>
8730       </method>
8731     </type>
8732     <type name="X">
8733       <method name="Void .ctor(Callback)">
8734         <size>8</size>
8735       </method>
8736       <method name="Void Main()">
8737         <size>1</size>
8738       </method>
8739     </type>
8740     <type name="MyBase`2+Callback[K,V]">
8741       <method name="Void .ctor(Object, IntPtr)">
8742         <size>0</size>
8743       </method>
8744       <method name="Void Invoke(K, V)">
8745         <size>0</size>
8746       </method>
8747       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
8748         <size>0</size>
8749       </method>
8750       <method name="Void EndInvoke(IAsyncResult)">
8751         <size>0</size>
8752       </method>
8753     </type>
8754   </test>
8755   <test name="gtest-323.cs">
8756     <type name="MyBase`2[K,V]">
8757       <method name="Void .ctor()">
8758         <size>7</size>
8759       </method>
8760       <method name="Void Hello(MyBase`2+Callback[K,V])">
8761         <size>1</size>
8762       </method>
8763     </type>
8764     <type name="MyBase`2+Callback[K,V]">
8765       <method name="Void .ctor()">
8766         <size>7</size>
8767       </method>
8768     </type>
8769     <type name="X">
8770       <method name="Void .ctor(Callback)">
8771         <size>7</size>
8772       </method>
8773       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
8774         <size>8</size>
8775       </method>
8776       <method name="Void Main()">
8777         <size>1</size>
8778       </method>
8779     </type>
8780   </test>
8781   <test name="gtest-324.cs">
8782     <type name="B">
8783       <method name="Void .ctor()">
8784         <size>19</size>
8785       </method>
8786       <method name="Void add_D(A)">
8787         <size>22</size>
8788       </method>
8789       <method name="Void remove_D(A)">
8790         <size>22</size>
8791       </method>
8792       <method name="Void C()">
8793         <size>36</size>
8794       </method>
8795       <method name="Void F(Int64)">
8796         <size>1</size>
8797       </method>
8798       <method name="Void Main()">
8799         <size>1</size>
8800       </method>
8801     </type>
8802     <type name="A">
8803       <method name="Void .ctor(Object, IntPtr)">
8804         <size>0</size>
8805       </method>
8806       <method name="Void Invoke()">
8807         <size>0</size>
8808       </method>
8809       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8810         <size>0</size>
8811       </method>
8812       <method name="Void EndInvoke(IAsyncResult)">
8813         <size>0</size>
8814       </method>
8815     </type>
8816     <type name="B+&lt;C&gt;c__AnonStorey1">
8817       <method name="Void .ctor()">
8818         <size>7</size>
8819       </method>
8820       <method name="Void &lt;&gt;m__0()">
8821         <size>39</size>
8822       </method>
8823     </type>
8824     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
8825       <method name="Void .ctor()">
8826         <size>7</size>
8827       </method>
8828       <method name="Void &lt;&gt;m__1()">
8829         <size>57</size>
8830       </method>
8831     </type>
8832   </test>
8833   <test name="gtest-325.cs">
8834     <type name="SomeClass`1[T]">
8835       <method name="Void .ctor()">
8836         <size>7</size>
8837       </method>
8838       <method name="Void Foo()">
8839         <size>37</size>
8840       </method>
8841     </type>
8842     <type name="Foo">
8843       <method name="Void .ctor()">
8844         <size>7</size>
8845       </method>
8846       <method name="Void Main()">
8847         <size>13</size>
8848       </method>
8849     </type>
8850   </test>
8851   <test name="gtest-326.cs">
8852     <type name="A">
8853       <method name="Void .ctor()">
8854         <size>7</size>
8855       </method>
8856     </type>
8857     <type name="X">
8858       <method name="Void .ctor()">
8859         <size>7</size>
8860       </method>
8861       <method name="Void Main()">
8862         <size>55</size>
8863       </method>
8864     </type>
8865   </test>
8866   <test name="gtest-327.cs">
8867     <type name="Tester`1[T]">
8868       <method name="Void .ctor()">
8869         <size>7</size>
8870       </method>
8871       <method name="Void Do()">
8872         <size>50</size>
8873       </method>
8874     </type>
8875     <type name="Reference">
8876       <method name="Void .ctor()">
8877         <size>7</size>
8878       </method>
8879       <method name="Void Test()">
8880         <size>1</size>
8881       </method>
8882     </type>
8883     <type name="C">
8884       <method name="Void .ctor()">
8885         <size>7</size>
8886       </method>
8887       <method name="Void Main()">
8888         <size>21</size>
8889       </method>
8890     </type>
8891     <type name="Value">
8892       <method name="Void Test()">
8893         <size>1</size>
8894       </method>
8895     </type>
8896   </test>
8897   <test name="gtest-328.cs">
8898     <type name="App">
8899       <method name="Void .ctor()">
8900         <size>7</size>
8901       </method>
8902       <method name="Void Main()">
8903         <size>34</size>
8904       </method>
8905       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
8906         <size>13</size>
8907       </method>
8908     </type>
8909     <type name="App+MyClass">
8910       <method name="Void .ctor()">
8911         <size>7</size>
8912       </method>
8913     </type>
8914   </test>
8915   <test name="gtest-329.cs">
8916     <type name="NullableInt">
8917       <method name="Void .ctor()">
8918         <size>7</size>
8919       </method>
8920       <method name="Void Main()">
8921         <size>53</size>
8922       </method>
8923     </type>
8924   </test>
8925   <test name="gtest-330.cs">
8926     <type name="BaseCollection`1[T]">
8927       <method name="Void .ctor()">
8928         <size>18</size>
8929       </method>
8930       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8931         <size>17</size>
8932       </method>
8933     </type>
8934     <type name="BaseIntList`1[T]">
8935       <method name="Void .ctor()">
8936         <size>7</size>
8937       </method>
8938     </type>
8939     <type name="IntList">
8940       <method name="Void .ctor()">
8941         <size>7</size>
8942       </method>
8943     </type>
8944     <type name="X">
8945       <method name="Void .ctor()">
8946         <size>7</size>
8947       </method>
8948       <method name="Void Main()">
8949         <size>61</size>
8950       </method>
8951     </type>
8952     <type name="BaseCollection`1[T]">
8953       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8954         <size>17</size>
8955       </method>
8956     </type>
8957   </test>
8958   <test name="gtest-331.cs">
8959     <type name="Foo`1[T]">
8960       <method name="Void .ctor()">
8961         <size>7</size>
8962       </method>
8963       <method name="Void Map[S](S)">
8964         <size>14</size>
8965       </method>
8966       <method name="Void Test(T)">
8967         <size>12</size>
8968       </method>
8969     </type>
8970     <type name="X">
8971       <method name="Void .ctor()">
8972         <size>7</size>
8973       </method>
8974       <method name="Void Main()">
8975         <size>18</size>
8976       </method>
8977     </type>
8978   </test>
8979   <test name="gtest-332.cs">
8980     <type name="C`1[T]">
8981       <method name="Void .ctor()">
8982         <size>7</size>
8983       </method>
8984       <method name="System.Type Test()">
8985         <size>15</size>
8986       </method>
8987     </type>
8988     <type name="M">
8989       <method name="Void .ctor()">
8990         <size>7</size>
8991       </method>
8992       <method name="Void Main()">
8993         <size>67</size>
8994       </method>
8995     </type>
8996   </test>
8997   <test name="gtest-333.cs">
8998     <type name="Test">
8999       <method name="Void .ctor()">
9000         <size>7</size>
9001       </method>
9002       <method name="Void Main()">
9003         <size>1</size>
9004       </method>
9005       <method name="Void Foo(System.Object)">
9006         <size>20</size>
9007       </method>
9008     </type>
9009   </test>
9010   <test name="gtest-334.cs">
9011     <type name="Test">
9012       <method name="Void .ctor()">
9013         <size>7</size>
9014       </method>
9015       <method name="Int32 Main()">
9016         <size>105</size>
9017       </method>
9018       <method name="Void DelegateMethod(Boolean)">
9019         <size>1</size>
9020       </method>
9021       <method name="Int32 DelegateMethod(Int32)">
9022         <size>2</size>
9023       </method>
9024     </type>
9025     <type name="Test+DelegateA">
9026       <method name="Void .ctor(Object, IntPtr)">
9027         <size>0</size>
9028       </method>
9029       <method name="Void Invoke(Boolean)">
9030         <size>0</size>
9031       </method>
9032       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
9033         <size>0</size>
9034       </method>
9035       <method name="Void EndInvoke(IAsyncResult)">
9036         <size>0</size>
9037       </method>
9038     </type>
9039     <type name="Test+DelegateB">
9040       <method name="Void .ctor(Object, IntPtr)">
9041         <size>0</size>
9042       </method>
9043       <method name="Int32 Invoke(Int32)">
9044         <size>0</size>
9045       </method>
9046       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
9047         <size>0</size>
9048       </method>
9049       <method name="Int32 EndInvoke(IAsyncResult)">
9050         <size>0</size>
9051       </method>
9052     </type>
9053   </test>
9054   <test name="gtest-335.cs">
9055     <type name="TestClass">
9056       <method name="Boolean Test_1()">
9057         <size>43</size>
9058       </method>
9059       <method name="Boolean Test_2()">
9060         <size>48</size>
9061       </method>
9062       <method name="Boolean Test_3()">
9063         <size>46</size>
9064       </method>
9065       <method name="Boolean Test_4()">
9066         <size>29</size>
9067       </method>
9068       <method name="Int32 Main()">
9069         <size>60</size>
9070       </method>
9071       <method name="Void .ctor()">
9072         <size>7</size>
9073       </method>
9074     </type>
9075   </test>
9076   <test name="gtest-336.cs">
9077     <type name="TestAttribute">
9078       <method name="Void .ctor()">
9079         <size>7</size>
9080       </method>
9081       <method name="Void .ctor(Type)">
9082         <size>14</size>
9083       </method>
9084       <method name="System.Object get_Type()">
9085         <size>7</size>
9086       </method>
9087       <method name="Void set_Type(System.Object)">
9088         <size>8</size>
9089       </method>
9090     </type>
9091     <type name="N.C`1[T]">
9092       <method name="Void .ctor()">
9093         <size>7</size>
9094       </method>
9095       <method name="Void Bar()">
9096         <size>1</size>
9097       </method>
9098       <method name="Void Bar2()">
9099         <size>1</size>
9100       </method>
9101       <method name="Void Bar3()">
9102         <size>1</size>
9103       </method>
9104       <method name="Void Bar4()">
9105         <size>1</size>
9106       </method>
9107     </type>
9108     <type name="N.CC">
9109       <method name="Void .ctor()">
9110         <size>7</size>
9111       </method>
9112       <method name="Void Main()">
9113         <size>1</size>
9114       </method>
9115     </type>
9116   </test>
9117   <test name="gtest-337.cs">
9118     <type name="X">
9119       <method name="Void .ctor()">
9120         <size>7</size>
9121       </method>
9122       <method name="Void SetValue[T](System.Object, T)">
9123         <size>1</size>
9124       </method>
9125       <method name="Void Main()">
9126         <size>12</size>
9127       </method>
9128     </type>
9129   </test>
9130   <test name="gtest-338.cs">
9131     <type name="Test">
9132       <method name="Void .ctor()">
9133         <size>7</size>
9134       </method>
9135       <method name="Void Foo[T](IList`1)">
9136         <size>25</size>
9137       </method>
9138       <method name="Void Main()">
9139         <size>13</size>
9140       </method>
9141     </type>
9142     <type name="FooList`1[T]">
9143       <method name="Void .ctor()">
9144         <size>7</size>
9145       </method>
9146       <method name="Int32 IndexOf(T)">
9147         <size>6</size>
9148       </method>
9149       <method name="Void Insert(Int32, T)">
9150         <size>6</size>
9151       </method>
9152       <method name="Void RemoveAt(Int32)">
9153         <size>6</size>
9154       </method>
9155       <method name="T get_Item(Int32)">
9156         <size>6</size>
9157       </method>
9158       <method name="Void set_Item(Int32, T)">
9159         <size>6</size>
9160       </method>
9161       <method name="Void Add(T)">
9162         <size>6</size>
9163       </method>
9164       <method name="Void Clear()">
9165         <size>6</size>
9166       </method>
9167       <method name="Boolean Contains(T)">
9168         <size>6</size>
9169       </method>
9170       <method name="Void CopyTo(T[], Int32)">
9171         <size>6</size>
9172       </method>
9173       <method name="Boolean Remove(T)">
9174         <size>6</size>
9175       </method>
9176       <method name="Int32 get_Count()">
9177         <size>6</size>
9178       </method>
9179       <method name="Boolean get_IsReadOnly()">
9180         <size>6</size>
9181       </method>
9182       <method name="IEnumerator GetEnumerator()">
9183         <size>6</size>
9184       </method>
9185       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
9186         <size>6</size>
9187       </method>
9188     </type>
9189   </test>
9190   <test name="gtest-339.cs">
9191     <type name="Program">
9192       <method name="Void .ctor()">
9193         <size>7</size>
9194       </method>
9195       <method name="Void Main()">
9196         <size>11</size>
9197       </method>
9198       <method name="Void SerializeDictionary(IDictionary)">
9199         <size>1</size>
9200       </method>
9201       <method name="Void SerializeDictionary(IDictionary`2)">
9202         <size>1</size>
9203       </method>
9204     </type>
9205     <type name="SerializerLazyDictionary">
9206       <method name="Void .ctor()">
9207         <size>7</size>
9208       </method>
9209       <method name="IEnumerator`1 GetEnumerator()">
9210         <size>2</size>
9211       </method>
9212     </type>
9213     <type name="LazyDictionary">
9214       <method name="Void .ctor()">
9215         <size>7</size>
9216       </method>
9217       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9218         <size>7</size>
9219       </method>
9220       <method name="IEnumerator`1 GetEnumerator()">
9221         <size>0</size>
9222       </method>
9223       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
9224         <size>6</size>
9225       </method>
9226       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
9227         <size>6</size>
9228       </method>
9229       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
9230         <size>6</size>
9231       </method>
9232       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
9233         <size>6</size>
9234       </method>
9235       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
9236         <size>6</size>
9237       </method>
9238       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
9239         <size>6</size>
9240       </method>
9241       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
9242         <size>6</size>
9243       </method>
9244       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
9245         <size>6</size>
9246       </method>
9247       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
9248         <size>6</size>
9249       </method>
9250       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
9251         <size>6</size>
9252       </method>
9253       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
9254         <size>6</size>
9255       </method>
9256       <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)">
9257         <size>6</size>
9258       </method>
9259       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
9260         <size>6</size>
9261       </method>
9262       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
9263         <size>6</size>
9264       </method>
9265       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
9266         <size>6</size>
9267       </method>
9268       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
9269         <size>7</size>
9270       </method>
9271     </type>
9272   </test>
9273   <test name="gtest-340.cs">
9274     <type name="Tests">
9275       <method name="Void .ctor()">
9276         <size>7</size>
9277       </method>
9278       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
9279         <size>7</size>
9280       </method>
9281       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
9282         <size>2</size>
9283       </method>
9284       <method name="System.Reflection.MemberInfo[] foo()">
9285         <size>44</size>
9286       </method>
9287       <method name="Void Main(System.String[])">
9288         <size>12</size>
9289       </method>
9290     </type>
9291   </test>
9292   <test name="gtest-341.cs">
9293     <type name="C">
9294       <method name="Void .ctor()">
9295         <size>7</size>
9296       </method>
9297       <method name="Int32 GetLength()">
9298         <size>2</size>
9299       </method>
9300     </type>
9301     <type name="Tests">
9302       <method name="Void .ctor()">
9303         <size>7</size>
9304       </method>
9305       <method name="Void Main()">
9306         <size>1</size>
9307       </method>
9308     </type>
9309   </test>
9310   <test name="gtest-342.cs">
9311     <type name="Base`1[T]">
9312       <method name="Void .ctor()">
9313         <size>7</size>
9314       </method>
9315       <method name="T op_Implicit(Base`1[T])">
9316         <size>7</size>
9317       </method>
9318     </type>
9319     <type name="TestMain">
9320       <method name="Void .ctor()">
9321         <size>7</size>
9322       </method>
9323       <method name="Void Main(System.String[])">
9324         <size>1</size>
9325       </method>
9326     </type>
9327   </test>
9328   <test name="gtest-343.cs">
9329     <type name="Implementer">
9330       <method name="Void .ctor()">
9331         <size>7</size>
9332       </method>
9333       <method name="Void Combine[TOImplementer]()">
9334         <size>1</size>
9335       </method>
9336     </type>
9337     <type name="MainClass">
9338       <method name="Void .ctor()">
9339         <size>7</size>
9340       </method>
9341       <method name="Int32 Main()">
9342         <size>8</size>
9343       </method>
9344     </type>
9345   </test>
9346   <test name="gtest-344.cs">
9347     <type name="ConfigurationElement">
9348       <method name="Void .ctor()">
9349         <size>7</size>
9350       </method>
9351       <method name="Void Main()">
9352         <size>1</size>
9353       </method>
9354     </type>
9355     <type name="CustomConfigurationElement">
9356       <method name="Void .ctor()">
9357         <size>7</size>
9358       </method>
9359     </type>
9360     <type name="CustomConfigurationElementCollection">
9361       <method name="Void .ctor()">
9362         <size>7</size>
9363       </method>
9364     </type>
9365     <type name="BaseCollection`1[T]">
9366       <method name="Void .ctor()">
9367         <size>7</size>
9368       </method>
9369     </type>
9370   </test>
9371   <test name="gtest-345.cs">
9372     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
9373       <method name="Void .ctor()">
9374         <size>7</size>
9375       </method>
9376       <method name="Void Dump(System.String)">
9377         <size>6</size>
9378       </method>
9379     </type>
9380     <type name="Parser">
9381       <method name="Void .ctor()">
9382         <size>7</size>
9383       </method>
9384       <method name="Void NoCall[T](T)">
9385         <size>1</size>
9386       </method>
9387       <method name="Int32 Main()">
9388         <size>2</size>
9389       </method>
9390     </type>
9391   </test>
9392   <test name="gtest-346.cs">
9393     <type name="test">
9394       <method name="Void .ctor()">
9395         <size>7</size>
9396       </method>
9397       <method name="Void CreateSimpleCallSite[A]()">
9398         <size>1</size>
9399       </method>
9400       <method name="Void CreateSimpleCallSite[A](Int32)">
9401         <size>1</size>
9402       </method>
9403       <method name="Void CreateSimpleCallSite(Int32)">
9404         <size>1</size>
9405       </method>
9406       <method name="Void Main()">
9407         <size>1</size>
9408       </method>
9409     </type>
9410   </test>
9411   <test name="gtest-347.cs">
9412     <type name="X">
9413       <method name="Void .ctor()">
9414         <size>7</size>
9415       </method>
9416       <method name="IEnumerable`1 Enumerable[T](System.String)">
9417         <size>6</size>
9418       </method>
9419       <method name="IEnumerable Enumerable(Int32)">
9420         <size>6</size>
9421       </method>
9422       <method name="IEnumerable Enumerable(System.String)">
9423         <size>6</size>
9424       </method>
9425       <method name="Void Main()">
9426         <size>1</size>
9427       </method>
9428     </type>
9429   </test>
9430   <test name="gtest-348.cs">
9431     <type name="Bar`1[U]">
9432       <method name="Void .ctor()">
9433         <size>7</size>
9434       </method>
9435       <method name="Void OnWorldDestroyed()">
9436         <size>1</size>
9437       </method>
9438     </type>
9439     <type name="Baz`1[U]">
9440       <method name="Void .ctor()">
9441         <size>7</size>
9442       </method>
9443       <method name="Void DestroyWorld(U)">
9444         <size>14</size>
9445       </method>
9446     </type>
9447     <type name="Bling">
9448       <method name="Void .ctor()">
9449         <size>7</size>
9450       </method>
9451       <method name="Void Main()">
9452         <size>1</size>
9453       </method>
9454     </type>
9455   </test>
9456   <test name="gtest-349.cs">
9457     <type name="X">
9458       <method name="Void .ctor()">
9459         <size>7</size>
9460       </method>
9461       <method name="Int32 Main()">
9462         <size>103</size>
9463       </method>
9464       <method name="Int32 f2(IList, IList)">
9465         <size>2</size>
9466       </method>
9467       <method name="Int32 f2(IList, System.Object)">
9468         <size>2</size>
9469       </method>
9470     </type>
9471     <type name="X+Function`3[T1,T2,R]">
9472       <method name="Void .ctor(Object, IntPtr)">
9473         <size>0</size>
9474       </method>
9475       <method name="R Invoke(T1, T2)">
9476         <size>0</size>
9477       </method>
9478       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
9479         <size>0</size>
9480       </method>
9481       <method name="R EndInvoke(IAsyncResult)">
9482         <size>0</size>
9483       </method>
9484     </type>
9485   </test>
9486   <test name="gtest-350.cs">
9487     <type name="Foo`1[T]">
9488       <method name="Void .ctor()">
9489         <size>7</size>
9490       </method>
9491       <method name="Boolean Equals(T)">
9492         <size>0</size>
9493       </method>
9494     </type>
9495     <type name="C">
9496       <method name="Void .ctor()">
9497         <size>7</size>
9498       </method>
9499       <method name="Void Main()">
9500         <size>1</size>
9501       </method>
9502     </type>
9503   </test>
9504   <test name="gtest-351.cs">
9505     <type name="TestThing">
9506       <method name="Void .ctor()">
9507         <size>7</size>
9508       </method>
9509     </type>
9510     <type name="Test">
9511       <method name="Void .ctor()">
9512         <size>7</size>
9513       </method>
9514       <method name="Int32 Main(System.String[])">
9515         <size>36</size>
9516       </method>
9517     </type>
9518     <type name="TestThing">
9519       <method name="Int32 SetEnum(System.String, System.Enum)">
9520         <size>2</size>
9521       </method>
9522       <method name="Int32 SetEnum(Int32, System.Enum)">
9523         <size>2</size>
9524       </method>
9525     </type>
9526   </test>
9527   <test name="gtest-352.cs">
9528     <type name="T">
9529       <method name="Void .ctor()">
9530         <size>7</size>
9531       </method>
9532       <method name="Int32 Main()">
9533         <size>125</size>
9534       </method>
9535     </type>
9536     <type name="D">
9537       <method name="Void .ctor(Int32)">
9538         <size>8</size>
9539       </method>
9540       <method name="Void .cctor()">
9541         <size>12</size>
9542       </method>
9543     </type>
9544   </test>
9545   <test name="gtest-353.cs">
9546     <type name="Bug.RedSkyTimeCode">
9547       <method name="Void .ctor()">
9548         <size>7</size>
9549       </method>
9550       <method name="Void CopyTo(Bug.xxx*)">
9551         <size>99</size>
9552       </method>
9553       <method name="Void Main()">
9554         <size>1</size>
9555       </method>
9556       <method name="Void Convert(Bug.xxx*, UInt64*)">
9557         <size>93</size>
9558       </method>
9559     </type>
9560   </test>
9561   <test name="gtest-354.cs">
9562     <type name="M">
9563       <method name="Void .ctor()">
9564         <size>7</size>
9565       </method>
9566       <method name="Void Main()">
9567         <size>1</size>
9568       </method>
9569     </type>
9570   </test>
9571   <test name="gtest-355.cs">
9572     <type name="A">
9573       <method name="Void .ctor()">
9574         <size>7</size>
9575       </method>
9576       <method name="System.String Foo[T](System.String)">
9577         <size>6</size>
9578       </method>
9579       <method name="Boolean Foo(System.String)">
9580         <size>2</size>
9581       </method>
9582     </type>
9583     <type name="B">
9584       <method name="Void .ctor()">
9585         <size>7</size>
9586       </method>
9587       <method name="System.String Foo[T](System.String)">
9588         <size>6</size>
9589       </method>
9590       <method name="Boolean Goo(System.String)">
9591         <size>8</size>
9592       </method>
9593       <method name="Boolean Foo(System.String)">
9594         <size>2</size>
9595       </method>
9596     </type>
9597     <type name="C">
9598       <method name="Void .ctor()">
9599         <size>7</size>
9600       </method>
9601       <method name="Void Main()">
9602         <size>1</size>
9603       </method>
9604     </type>
9605   </test>
9606   <test name="gtest-356.cs">
9607     <type name="A`1[T]">
9608       <method name="Void .ctor()">
9609         <size>7</size>
9610       </method>
9611       <method name="Void Foo(B+E)">
9612         <size>1</size>
9613       </method>
9614     </type>
9615     <type name="B`1[U]">
9616       <method name="Void .ctor()">
9617         <size>7</size>
9618       </method>
9619     </type>
9620     <type name="B">
9621       <method name="Void .ctor()">
9622         <size>7</size>
9623       </method>
9624     </type>
9625     <type name="B+E">
9626       <method name="Void .ctor()">
9627         <size>7</size>
9628       </method>
9629     </type>
9630     <type name="C">
9631       <method name="Void .ctor()">
9632         <size>7</size>
9633       </method>
9634       <method name="Void Main()">
9635         <size>1</size>
9636       </method>
9637     </type>
9638   </test>
9639   <test name="gtest-357.cs">
9640     <type name="C`1[T]">
9641       <method name="Void .ctor()">
9642         <size>7</size>
9643       </method>
9644     </type>
9645     <type name="D`1[U]">
9646       <method name="Void .ctor()">
9647         <size>7</size>
9648       </method>
9649     </type>
9650     <type name="X">
9651       <method name="Void .ctor()">
9652         <size>7</size>
9653       </method>
9654       <method name="Void Main()">
9655         <size>1</size>
9656       </method>
9657     </type>
9658   </test>
9659   <test name="gtest-358.cs">
9660     <type name="Test">
9661       <method name="Void .ctor()">
9662         <size>7</size>
9663       </method>
9664     </type>
9665     <type name="Foo">
9666       <method name="Boolean op_Equality(Foo, Foo)">
9667         <size>6</size>
9668       </method>
9669       <method name="Boolean op_Inequality(Foo, Foo)">
9670         <size>6</size>
9671       </method>
9672     </type>
9673     <type name="S2">
9674       <method name="Boolean op_Equality(S2, Nullable`1)">
9675         <size>6</size>
9676       </method>
9677       <method name="Boolean op_Inequality(S2, Nullable`1)">
9678         <size>6</size>
9679       </method>
9680     </type>
9681     <type name="Test">
9682       <method name="Int32 Main()">
9683         <size>97</size>
9684       </method>
9685     </type>
9686     <type name="S3">
9687       <method name="Decimal op_Inequality(S3, System.Object)">
9688         <size>7</size>
9689       </method>
9690       <method name="Decimal op_Equality(S3, System.Object)">
9691         <size>7</size>
9692       </method>
9693     </type>
9694   </test>
9695   <test name="gtest-359.cs">
9696     <type name="BaseGeneric`1[T]">
9697       <method name="Void .ctor()">
9698         <size>7</size>
9699       </method>
9700     </type>
9701     <type name="BaseGeneric`1+InnerDerived[T]">
9702       <method name="Void .ctor(T)">
9703         <size>7</size>
9704       </method>
9705     </type>
9706     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
9707       <method name="Void .ctor(T, U)">
9708         <size>7</size>
9709       </method>
9710     </type>
9711     <type name="BaseConcrete">
9712       <method name="Void .ctor()">
9713         <size>7</size>
9714       </method>
9715     </type>
9716     <type name="Concrete_A">
9717       <method name="Void .ctor()">
9718         <size>7</size>
9719       </method>
9720     </type>
9721     <type name="Concrete_B">
9722       <method name="Void .ctor()">
9723         <size>7</size>
9724       </method>
9725     </type>
9726     <type name="BaseGeneric_2`2[T,U]">
9727       <method name="Void .ctor()">
9728         <size>7</size>
9729       </method>
9730     </type>
9731     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
9732       <method name="Void .ctor(T, U)">
9733         <size>7</size>
9734       </method>
9735     </type>
9736     <type name="BaseGeneric_1`1[T]">
9737       <method name="Void .ctor()">
9738         <size>7</size>
9739       </method>
9740     </type>
9741     <type name="Concrete_2">
9742       <method name="Void .ctor()">
9743         <size>7</size>
9744       </method>
9745     </type>
9746     <type name="Program">
9747       <method name="Void .ctor()">
9748         <size>7</size>
9749       </method>
9750       <method name="Void Main()">
9751         <size>40</size>
9752       </method>
9753     </type>
9754   </test>
9755   <test name="gtest-360.cs">
9756     <type name="C">
9757       <method name="Void .ctor()">
9758         <size>7</size>
9759       </method>
9760       <method name="Int32 Foo[T](T, System.Object[])">
9761         <size>2</size>
9762       </method>
9763       <method name="Int32 Foo(System.String, System.Object[])">
9764         <size>2</size>
9765       </method>
9766       <method name="Int32 InvokeMethod(System.String, System.Object[])">
9767         <size>8</size>
9768       </method>
9769       <method name="Int32 Main()">
9770         <size>17</size>
9771       </method>
9772     </type>
9773   </test>
9774   <test name="gtest-361.cs">
9775     <type name="Thing">
9776       <method name="Void .ctor()">
9777         <size>7</size>
9778       </method>
9779       <method name="Void Foo()">
9780         <size>1</size>
9781       </method>
9782       <method name="Int32 Main()">
9783         <size>164</size>
9784       </method>
9785       <method name="Void Method(Thing+Handler, System.String[])">
9786         <size>1</size>
9787       </method>
9788     </type>
9789     <type name="Thing+Handler">
9790       <method name="Void .ctor(Object, IntPtr)">
9791         <size>0</size>
9792       </method>
9793       <method name="Void Invoke()">
9794         <size>0</size>
9795       </method>
9796       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
9797         <size>0</size>
9798       </method>
9799       <method name="Void EndInvoke(IAsyncResult)">
9800         <size>0</size>
9801       </method>
9802     </type>
9803     <type name="Thing">
9804       <method name="Void &lt;Main&gt;m__0()">
9805         <size>1</size>
9806       </method>
9807       <method name="Void &lt;Main&gt;m__1()">
9808         <size>1</size>
9809       </method>
9810     </type>
9811   </test>
9812   <test name="gtest-362.cs">
9813     <type name="C">
9814       <method name="Void .ctor()">
9815         <size>7</size>
9816       </method>
9817       <method name="Void Assert[T](T)">
9818         <size>1</size>
9819       </method>
9820       <method name="Void Assert[T](T, T)">
9821         <size>1</size>
9822       </method>
9823       <method name="Int32 Main()">
9824         <size>83</size>
9825       </method>
9826     </type>
9827   </test>
9828   <test name="gtest-363.cs">
9829     <type name="Test">
9830       <method name="Void .ctor()">
9831         <size>7</size>
9832       </method>
9833       <method name="Void InsertAt[T](T[], Int32, T[])">
9834         <size>1</size>
9835       </method>
9836       <method name="Void Main()">
9837         <size>39</size>
9838       </method>
9839     </type>
9840   </test>
9841   <test name="gtest-364.cs">
9842     <type name="BugReport.Program">
9843       <method name="Void .ctor()">
9844         <size>7</size>
9845       </method>
9846       <method name="Int32 Main()">
9847         <size>307</size>
9848       </method>
9849     </type>
9850     <type name="BugReport.A">
9851       <method name="Void .ctor()">
9852         <size>7</size>
9853       </method>
9854       <method name="Nullable`1 get_Counter()">
9855         <size>7</size>
9856       </method>
9857       <method name="Void set_Counter(Nullable`1)">
9858         <size>8</size>
9859       </method>
9860     </type>
9861   </test>
9862   <test name="gtest-365.cs">
9863     <type name="B.Program">
9864       <method name="Void .ctor()">
9865         <size>7</size>
9866       </method>
9867       <method name="Int32 Main()">
9868         <size>51</size>
9869       </method>
9870     </type>
9871   </test>
9872   <test name="gtest-366.cs">
9873     <type name="Tester">
9874       <method name="Void .ctor()">
9875         <size>7</size>
9876       </method>
9877       <method name="Void Assert[T](T, T)">
9878         <size>1</size>
9879       </method>
9880       <method name="Void Main()">
9881         <size>20</size>
9882       </method>
9883     </type>
9884     <type name="MyType">
9885       <method name="Void .ctor(Int32)">
9886         <size>8</size>
9887       </method>
9888       <method name="Int32 op_Implicit(MyType)">
9889         <size>8</size>
9890       </method>
9891     </type>
9892   </test>
9893   <test name="gtest-367.cs">
9894     <type name="Foo">
9895       <method name="Void .ctor()">
9896         <size>7</size>
9897       </method>
9898     </type>
9899     <type name="Repro">
9900       <method name="Void .ctor()">
9901         <size>7</size>
9902       </method>
9903       <method name="Void Bar[TFoo](TFoo)">
9904         <size>19</size>
9905       </method>
9906       <method name="Void Baz[T](T, System.Action`1[T])">
9907         <size>8</size>
9908       </method>
9909       <method name="Void Main()">
9910         <size>1</size>
9911       </method>
9912       <method name="Void Gazonk(Repro)">
9913         <size>1</size>
9914       </method>
9915     </type>
9916   </test>
9917   <test name="gtest-368.cs">
9918     <type name="C`1[T]">
9919       <method name="Void .ctor(D)">
9920         <size>7</size>
9921       </method>
9922       <method name="Void .ctor()">
9923         <size>7</size>
9924       </method>
9925     </type>
9926     <type name="C`1+D[T]">
9927       <method name="Void .ctor()">
9928         <size>7</size>
9929       </method>
9930     </type>
9931     <type name="M">
9932       <method name="Void .ctor()">
9933         <size>7</size>
9934       </method>
9935       <method name="Void Main()">
9936         <size>1</size>
9937       </method>
9938     </type>
9939   </test>
9940   <test name="gtest-369.cs">
9941     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
9942       <method name="Void .ctor()">
9943         <size>7</size>
9944       </method>
9945       <method name="IList`1 Query[Extent](IList`1, IList`1)">
9946         <size>2</size>
9947       </method>
9948       <method name="IList Query()">
9949         <size>2</size>
9950       </method>
9951     </type>
9952     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9953       <method name="Void .ctor()">
9954         <size>7</size>
9955       </method>
9956     </type>
9957     <type name="Db4objects.Db4o.Internal.M">
9958       <method name="Void .ctor()">
9959         <size>7</size>
9960       </method>
9961       <method name="Void Main()">
9962         <size>1</size>
9963       </method>
9964     </type>
9965     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9966       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
9967         <size>7</size>
9968       </method>
9969       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
9970         <size>9</size>
9971       </method>
9972     </type>
9973   </test>
9974   <test name="gtest-370.cs">
9975     <type name="N2.X`1[T]">
9976       <method name="Void .ctor()">
9977         <size>7</size>
9978       </method>
9979     </type>
9980     <type name="N2.X`1+A`1[T,T]">
9981       <method name="Void .ctor()">
9982         <size>7</size>
9983       </method>
9984     </type>
9985     <type name="N2.X`1+A`1+B`1[T,T,T]">
9986       <method name="Void .ctor()">
9987         <size>7</size>
9988       </method>
9989     </type>
9990     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
9991       <method name="Void .ctor()">
9992         <size>7</size>
9993       </method>
9994     </type>
9995     <type name="N2.C">
9996       <method name="Void .ctor()">
9997         <size>7</size>
9998       </method>
9999       <method name="Void Main()">
10000         <size>1</size>
10001       </method>
10002     </type>
10003   </test>
10004   <test name="gtest-371.cs">
10005     <type name="X">
10006       <method name="Void .ctor()">
10007         <size>7</size>
10008       </method>
10009       <method name="Void Main()">
10010         <size>86</size>
10011       </method>
10012     </type>
10013     <type name="&lt;PrivateImplementationDetails&gt;">
10014       <method name="Void .ctor()">
10015         <size>7</size>
10016       </method>
10017     </type>
10018   </test>
10019   <test name="gtest-372.cs">
10020     <type name="TestClass`1[T]">
10021       <method name="Void .ctor()">
10022         <size>7</size>
10023       </method>
10024       <method name="Boolean Check(T, T)">
10025         <size>15</size>
10026       </method>
10027     </type>
10028     <type name="C">
10029       <method name="Void .ctor()">
10030         <size>7</size>
10031       </method>
10032     </type>
10033     <type name="TestClass2`1[T]">
10034       <method name="Void .ctor()">
10035         <size>7</size>
10036       </method>
10037       <method name="Boolean Check(T, T)">
10038         <size>15</size>
10039       </method>
10040     </type>
10041     <type name="X">
10042       <method name="Void .ctor()">
10043         <size>7</size>
10044       </method>
10045       <method name="Int32 Main()">
10046         <size>28</size>
10047       </method>
10048     </type>
10049   </test>
10050   <test name="gtest-373.cs">
10051     <type name="MonoBug.MainClass">
10052       <method name="Void .ctor()">
10053         <size>7</size>
10054       </method>
10055       <method name="Void Main()">
10056         <size>29</size>
10057       </method>
10058     </type>
10059     <type name="MonoBug.GenericType`1[T]">
10060       <method name="Void .ctor(T)">
10061         <size>14</size>
10062       </method>
10063       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
10064         <size>7</size>
10065       </method>
10066     </type>
10067   </test>
10068   <test name="gtest-374.cs">
10069     <type name="aClass">
10070       <method name="Void .ctor()">
10071         <size>7</size>
10072       </method>
10073       <method name="Void Main(System.String[])">
10074         <size>14</size>
10075       </method>
10076     </type>
10077   </test>
10078   <test name="gtest-375.cs">
10079     <type name="X">
10080       <method name="Void .ctor()">
10081         <size>7</size>
10082       </method>
10083       <method name="Boolean Compute(Int32)">
10084         <size>2</size>
10085       </method>
10086       <method name="Boolean Compute2(Int32)">
10087         <size>2</size>
10088       </method>
10089       <method name="Int32 Main()">
10090         <size>28</size>
10091       </method>
10092     </type>
10093   </test>
10094   <test name="gtest-376.cs">
10095     <type name="C">
10096       <method name="Void .ctor()">
10097         <size>7</size>
10098       </method>
10099       <method name="Void Main()">
10100         <size>1</size>
10101       </method>
10102     </type>
10103     <type name="S`1[T]">
10104       <method name="System.Object Box(Nullable`1)">
10105         <size>30</size>
10106       </method>
10107     </type>
10108   </test>
10109   <test name="gtest-377.cs">
10110     <type name="D">
10111       <method name="Void .cctor()">
10112         <size>26</size>
10113       </method>
10114       <method name="Void Main()">
10115         <size>88</size>
10116       </method>
10117     </type>
10118   </test>
10119   <test name="gtest-378.cs">
10120     <type name="Test">
10121       <method name="Void .ctor()">
10122         <size>7</size>
10123       </method>
10124       <method name="System.Object FooG[T](Nullable`1)">
10125         <size>7</size>
10126       </method>
10127       <method name="System.Object Foo(Nullable`1)">
10128         <size>7</size>
10129       </method>
10130       <method name="Int32 Main()">
10131         <size>58</size>
10132       </method>
10133     </type>
10134   </test>
10135   <test name="gtest-379.cs">
10136     <type name="C">
10137       <method name="Void .ctor()">
10138         <size>7</size>
10139       </method>
10140       <method name="Int32 Print(Nullable`1)">
10141         <size>16</size>
10142       </method>
10143       <method name="Int32 Main()">
10144         <size>15</size>
10145       </method>
10146     </type>
10147     <type name="S">
10148       <method name="Boolean op_Equality(S, S)">
10149         <size>2</size>
10150       </method>
10151       <method name="Boolean op_Inequality(S, S)">
10152         <size>2</size>
10153       </method>
10154     </type>
10155   </test>
10156   <test name="gtest-380.cs">
10157     <type name="Test">
10158       <method name="Void .ctor()">
10159         <size>7</size>
10160       </method>
10161       <method name="Int32 Main()">
10162         <size>165</size>
10163       </method>
10164     </type>
10165     <type name="GTest`1[T]">
10166       <method name="Void .ctor()">
10167         <size>7</size>
10168       </method>
10169       <method name="Void .cctor()">
10170         <size>13</size>
10171       </method>
10172     </type>
10173   </test>
10174   <test name="gtest-381.cs">
10175     <type name="TestGoto">
10176       <method name="Void .ctor()">
10177         <size>7</size>
10178       </method>
10179       <method name="Void .cctor()">
10180         <size>7</size>
10181       </method>
10182       <method name="Void Main(System.String[])">
10183         <size>69</size>
10184       </method>
10185       <method name="IEnumerable`1 setX()">
10186         <size>16</size>
10187       </method>
10188       <method name="IEnumerable`1 test()">
10189         <size>16</size>
10190       </method>
10191     </type>
10192     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10193       <method name="Void .ctor()">
10194         <size>7</size>
10195       </method>
10196       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10197         <size>12</size>
10198       </method>
10199       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10200         <size>7</size>
10201       </method>
10202       <method name="Boolean MoveNext()">
10203         <size>104</size>
10204       </method>
10205       <method name="Void Dispose()">
10206         <size>46</size>
10207       </method>
10208       <method name="Void Reset()">
10209         <size>6</size>
10210       </method>
10211     </type>
10212     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10213       <method name="Void .ctor()">
10214         <size>7</size>
10215       </method>
10216       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10217         <size>12</size>
10218       </method>
10219       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10220         <size>7</size>
10221       </method>
10222       <method name="Boolean MoveNext()">
10223         <size>178</size>
10224       </method>
10225       <method name="Void Dispose()">
10226         <size>62</size>
10227       </method>
10228       <method name="Void Reset()">
10229         <size>6</size>
10230       </method>
10231     </type>
10232     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10233       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10234         <size>7</size>
10235       </method>
10236       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10237         <size>26</size>
10238       </method>
10239     </type>
10240     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10241       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10242         <size>7</size>
10243       </method>
10244       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10245         <size>26</size>
10246       </method>
10247     </type>
10248   </test>
10249   <test name="gtest-382.cs">
10250     <type name="C">
10251       <method name="Void .ctor()">
10252         <size>7</size>
10253       </method>
10254       <method name="Int32 Main()">
10255         <size>76</size>
10256       </method>
10257     </type>
10258   </test>
10259   <test name="gtest-383.cs">
10260     <type name="C">
10261       <method name="Void .ctor()">
10262         <size>7</size>
10263       </method>
10264       <method name="Int32 Main()">
10265         <size>260</size>
10266       </method>
10267     </type>
10268     <type name="MyTypeA">
10269       <method name="Void .ctor(Int16)">
10270         <size>8</size>
10271       </method>
10272       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
10273         <size>6</size>
10274       </method>
10275       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
10276         <size>2</size>
10277       </method>
10278       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
10279         <size>6</size>
10280       </method>
10281       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
10282         <size>6</size>
10283       </method>
10284       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
10285         <size>6</size>
10286       </method>
10287     </type>
10288     <type name="MyTypeB">
10289       <method name="Void .ctor(Int16)">
10290         <size>8</size>
10291       </method>
10292       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
10293         <size>2</size>
10294       </method>
10295       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
10296         <size>2</size>
10297       </method>
10298       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
10299         <size>2</size>
10300       </method>
10301       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
10302         <size>2</size>
10303       </method>
10304       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
10305         <size>2</size>
10306       </method>
10307       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
10308         <size>2</size>
10309       </method>
10310     </type>
10311   </test>
10312   <test name="gtest-384.cs">
10313     <type name="N.TestG">
10314       <method name="Void .ctor()">
10315         <size>7</size>
10316       </method>
10317       <method name="Void Foo[T]()">
10318         <size>1</size>
10319       </method>
10320     </type>
10321     <type name="NonGeneric">
10322       <method name="Void .ctor()">
10323         <size>7</size>
10324       </method>
10325     </type>
10326     <type name="Generic`1[T]">
10327       <method name="Void .ctor()">
10328         <size>7</size>
10329       </method>
10330     </type>
10331     <type name="m">
10332       <method name="Void .ctor()">
10333         <size>7</size>
10334       </method>
10335       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
10336         <size>13</size>
10337       </method>
10338       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
10339         <size>13</size>
10340       </method>
10341       <method name="Void Main()">
10342         <size>6</size>
10343       </method>
10344     </type>
10345   </test>
10346   <test name="gtest-385.cs">
10347     <type name="DocAttribute">
10348       <method name="Void .ctor()">
10349         <size>7</size>
10350       </method>
10351       <method name="Void .ctor(String)">
10352         <size>7</size>
10353       </method>
10354     </type>
10355     <type name="Test">
10356       <method name="Void .ctor()">
10357         <size>7</size>
10358       </method>
10359       <method name="Int32 Main()">
10360         <size>66</size>
10361       </method>
10362     </type>
10363     <type name="Func`2[TArg,TRet]">
10364       <method name="Void .ctor(Object, IntPtr)">
10365         <size>0</size>
10366       </method>
10367       <method name="Void Invoke()">
10368         <size>0</size>
10369       </method>
10370       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10371         <size>0</size>
10372       </method>
10373       <method name="Void EndInvoke(IAsyncResult)">
10374         <size>0</size>
10375       </method>
10376     </type>
10377   </test>
10378   <test name="gtest-386.cs">
10379     <type name="C">
10380       <method name="Void .ctor()">
10381         <size>7</size>
10382       </method>
10383       <method name="Int32 Main()">
10384         <size>222</size>
10385       </method>
10386     </type>
10387     <type name="MyType">
10388       <method name="Void .ctor(Int32)">
10389         <size>8</size>
10390       </method>
10391       <method name="MyType op_UnaryNegation(MyType)">
10392         <size>14</size>
10393       </method>
10394     </type>
10395   </test>
10396   <test name="gtest-387.cs">
10397     <type name="C">
10398       <method name="Void .ctor()">
10399         <size>7</size>
10400       </method>
10401       <method name="Int32 Main()">
10402         <size>169</size>
10403       </method>
10404     </type>
10405   </test>
10406   <test name="gtest-388.cs">
10407     <type name="Data">
10408       <method name="Void .ctor()">
10409         <size>7</size>
10410       </method>
10411     </type>
10412     <type name="Foo">
10413       <method name="Void .ctor()">
10414         <size>7</size>
10415       </method>
10416       <method name="Void f(Data)">
10417         <size>19</size>
10418       </method>
10419       <method name="Void Main()">
10420         <size>22</size>
10421       </method>
10422     </type>
10423   </test>
10424   <test name="gtest-389.cs">
10425     <type name="C">
10426       <method name="Void .ctor()">
10427         <size>7</size>
10428       </method>
10429       <method name="Int32 Main()">
10430         <size>235</size>
10431       </method>
10432     </type>
10433   </test>
10434   <test name="gtest-390.cs">
10435     <type name="Program">
10436       <method name="Void .ctor()">
10437         <size>7</size>
10438       </method>
10439       <method name="Int32 Main()">
10440         <size>4</size>
10441       </method>
10442     </type>
10443   </test>
10444   <test name="gtest-391.cs">
10445     <type name="C">
10446       <method name="Void .ctor()">
10447         <size>7</size>
10448       </method>
10449       <method name="Int32 Main()">
10450         <size>121</size>
10451       </method>
10452       <method name="Boolean Test_1()">
10453         <size>36</size>
10454       </method>
10455     </type>
10456   </test>
10457   <test name="gtest-392.cs">
10458     <type name="DieSubrangeType">
10459       <method name="Void .ctor()">
10460         <size>19</size>
10461       </method>
10462       <method name="Nullable`1 get_UpperBound()">
10463         <size>7</size>
10464       </method>
10465       <method name="Void set_UpperBound(Nullable`1)">
10466         <size>8</size>
10467       </method>
10468     </type>
10469     <type name="X">
10470       <method name="Void .ctor()">
10471         <size>7</size>
10472       </method>
10473       <method name="Int32 Main()">
10474         <size>61</size>
10475       </method>
10476     </type>
10477   </test>
10478   <test name="gtest-393.cs">
10479     <type name="B`1[T]">
10480       <method name="Void .ctor()">
10481         <size>7</size>
10482       </method>
10483     </type>
10484     <type name="A">
10485       <method name="Void .ctor(Type)">
10486         <size>29</size>
10487       </method>
10488       <method name="Void .cctor()">
10489         <size>7</size>
10490       </method>
10491       <method name="Int32 Main()">
10492         <size>23</size>
10493       </method>
10494     </type>
10495   </test>
10496   <test name="gtest-394.cs">
10497     <type name="Test">
10498       <method name="Void .ctor()">
10499         <size>7</size>
10500       </method>
10501       <method name="Void FindMembers(Test+MemberFilter)">
10502         <size>1</size>
10503       </method>
10504       <method name="Void GetMethodGroup(Test+MemberFilter)">
10505         <size>43</size>
10506       </method>
10507       <method name="Void Main()">
10508         <size>1</size>
10509       </method>
10510     </type>
10511     <type name="Test+MemberFilter">
10512       <method name="Void .ctor(Object, IntPtr)">
10513         <size>0</size>
10514       </method>
10515       <method name="Boolean Invoke()">
10516         <size>0</size>
10517       </method>
10518       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10519         <size>0</size>
10520       </method>
10521       <method name="Boolean EndInvoke(IAsyncResult)">
10522         <size>0</size>
10523       </method>
10524     </type>
10525     <type name="Test">
10526       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
10527         <size>2</size>
10528       </method>
10529     </type>
10530   </test>
10531   <test name="gtest-395.cs">
10532     <type name="RuleBuilder`1[T]">
10533       <method name="Void .ctor()">
10534         <size>7</size>
10535       </method>
10536     </type>
10537     <type name="RubyMethod">
10538       <method name="Void .ctor()">
10539         <size>7</size>
10540       </method>
10541       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
10542         <size>6</size>
10543       </method>
10544     </type>
10545     <type name="T">
10546       <method name="Void .ctor()">
10547         <size>7</size>
10548       </method>
10549       <method name="Void Main()">
10550         <size>1</size>
10551       </method>
10552     </type>
10553   </test>
10554   <test name="gtest-396.cs">
10555     <type name="Test">
10556       <method name="Void .ctor()">
10557         <size>7</size>
10558       </method>
10559       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
10560         <size>1</size>
10561       </method>
10562       <method name="System.Func`1[System.Int32] Method(System.String)">
10563         <size>2</size>
10564       </method>
10565       <method name="Void Main()">
10566         <size>24</size>
10567       </method>
10568     </type>
10569   </test>
10570   <test name="gtest-397.cs">
10571     <type name="Test">
10572       <method name="Void .ctor()">
10573         <size>7</size>
10574       </method>
10575       <method name="Foo NegateFoo(Foo)">
10576         <size>12</size>
10577       </method>
10578       <method name="Foo NegateFooNullable(Nullable`1)">
10579         <size>7</size>
10580       </method>
10581       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
10582         <size>7</size>
10583       </method>
10584       <method name="Nullable`1 NegateBar(Bar)">
10585         <size>12</size>
10586       </method>
10587       <method name="Int32 Main()">
10588         <size>139</size>
10589       </method>
10590     </type>
10591     <type name="Foo">
10592       <method name="Void .ctor(Int32)">
10593         <size>8</size>
10594       </method>
10595       <method name="Foo op_UnaryNegation(Nullable`1)">
10596         <size>42</size>
10597       </method>
10598     </type>
10599     <type name="Bar">
10600       <method name="Void .ctor(Int32)">
10601         <size>8</size>
10602       </method>
10603       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
10604         <size>41</size>
10605       </method>
10606     </type>
10607   </test>
10608   <test name="gtest-398.cs">
10609     <type name="GenericClass`1[T]">
10610       <method name="Void .ctor(T)">
10611         <size>14</size>
10612       </method>
10613       <method name="Void Method()">
10614         <size>42</size>
10615       </method>
10616       <method name="Void Test(T)">
10617         <size>1</size>
10618       </method>
10619     </type>
10620     <type name="Foo">
10621       <method name="Void .ctor()">
10622         <size>7</size>
10623       </method>
10624       <method name="Void Main(System.String[])">
10625         <size>15</size>
10626       </method>
10627     </type>
10628     <type name="ToStr">
10629       <method name="Void .ctor(Object, IntPtr)">
10630         <size>0</size>
10631       </method>
10632       <method name="System.String Invoke(System.String, IFormatProvider)">
10633         <size>0</size>
10634       </method>
10635       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
10636         <size>0</size>
10637       </method>
10638       <method name="System.String EndInvoke(IAsyncResult)">
10639         <size>0</size>
10640       </method>
10641     </type>
10642   </test>
10643   <test name="gtest-399.cs">
10644     <type name="TestIssue.Base">
10645       <method name="Void .ctor()">
10646         <size>7</size>
10647       </method>
10648     </type>
10649     <type name="TestIssue.Derived">
10650       <method name="Void .ctor()">
10651         <size>7</size>
10652       </method>
10653     </type>
10654     <type name="TestIssue.Program">
10655       <method name="Void .ctor()">
10656         <size>7</size>
10657       </method>
10658       <method name="Int32 Main()">
10659         <size>39</size>
10660       </method>
10661     </type>
10662   </test>
10663   <test name="gtest-400.cs">
10664     <type name="Gen`1[T]">
10665       <method name="Void .ctor()">
10666         <size>7</size>
10667       </method>
10668       <method name="Boolean Foo(T)">
10669         <size>15</size>
10670       </method>
10671     </type>
10672     <type name="Program">
10673       <method name="Void .ctor()">
10674         <size>7</size>
10675       </method>
10676       <method name="Boolean Foo[T]()">
10677         <size>17</size>
10678       </method>
10679       <method name="Int32 Main()">
10680         <size>66</size>
10681       </method>
10682     </type>
10683   </test>
10684   <test name="gtest-401.cs">
10685     <type name="ParserTest">
10686       <method name="Void .ctor()">
10687         <size>7</size>
10688       </method>
10689       <method name="Void Main()">
10690         <size>165</size>
10691       </method>
10692     </type>
10693   </test>
10694   <test name="gtest-402.cs">
10695     <type name="X">
10696       <method name="Void .ctor()">
10697         <size>7</size>
10698       </method>
10699       <method name="Void Main()">
10700         <size>16</size>
10701       </method>
10702     </type>
10703   </test>
10704   <test name="gtest-403.cs">
10705     <type name="T">
10706       <method name="Void .ctor()">
10707         <size>7</size>
10708       </method>
10709       <method name="Void Main()">
10710         <size>15</size>
10711       </method>
10712     </type>
10713     <type name="S`1[T]">
10714       <method name="Void Foo()">
10715         <size>1</size>
10716       </method>
10717     </type>
10718   </test>
10719   <test name="gtest-404.cs">
10720     <type name="Test.Program">
10721       <method name="Void Main()">
10722         <size>1</size>
10723       </method>
10724     </type>
10725     <type name="Test.Class1`1[T1]">
10726       <method name="Void .ctor()">
10727         <size>7</size>
10728       </method>
10729       <method name="Void add_doSomething(System.EventHandler)">
10730         <size>24</size>
10731       </method>
10732       <method name="Void remove_doSomething(System.EventHandler)">
10733         <size>24</size>
10734       </method>
10735     </type>
10736     <type name="Test.Class2`1[T]">
10737       <method name="Void .ctor()">
10738         <size>7</size>
10739       </method>
10740       <method name="Void add_DoSomething(System.EventHandler)">
10741         <size>8</size>
10742       </method>
10743       <method name="Void remove_DoSomething(System.EventHandler)">
10744         <size>8</size>
10745       </method>
10746     </type>
10747   </test>
10748   <test name="gtest-405.cs">
10749     <type name="C">
10750       <method name="Void .ctor()">
10751         <size>7</size>
10752       </method>
10753       <method name="Void Main()">
10754         <size>1</size>
10755       </method>
10756     </type>
10757   </test>
10758   <test name="gtest-406.cs">
10759     <type name="Test`1[T]">
10760       <method name="Void .ctor()">
10761         <size>7</size>
10762       </method>
10763       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
10764         <size>1</size>
10765       </method>
10766     </type>
10767     <type name="C`2[A,B]">
10768       <method name="Void .ctor(IEnumerable`1)">
10769         <size>46</size>
10770       </method>
10771       <method name="B &lt;C&gt;m__0(B)">
10772         <size>2</size>
10773       </method>
10774     </type>
10775     <type name="M">
10776       <method name="Void .ctor()">
10777         <size>7</size>
10778       </method>
10779       <method name="Void Main()">
10780         <size>1</size>
10781       </method>
10782     </type>
10783   </test>
10784   <test name="gtest-407.cs">
10785     <type name="NullableColorTests">
10786       <method name="Void .ctor()">
10787         <size>7</size>
10788       </method>
10789       <method name="Int32 Main()">
10790         <size>99</size>
10791       </method>
10792     </type>
10793     <type name="MyColor">
10794       <method name="Void .ctor(Int32)">
10795         <size>8</size>
10796       </method>
10797       <method name="Boolean op_Equality(MyColor, MyColor)">
10798         <size>17</size>
10799       </method>
10800       <method name="Boolean op_Inequality(MyColor, MyColor)">
10801         <size>20</size>
10802       </method>
10803     </type>
10804   </test>
10805   <test name="gtest-408.cs">
10806     <type name="Test">
10807       <method name="Void .ctor()">
10808         <size>7</size>
10809       </method>
10810       <method name="Int32 Main()">
10811         <size>92</size>
10812       </method>
10813     </type>
10814   </test>
10815   <test name="gtest-409.cs">
10816     <type name="ConditionalParsing">
10817       <method name="Void .ctor()">
10818         <size>7</size>
10819       </method>
10820       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
10821         <size>14</size>
10822       </method>
10823       <method name="Void Test_1(Boolean)">
10824         <size>20</size>
10825       </method>
10826       <method name="Void Test_2()">
10827         <size>31</size>
10828       </method>
10829       <method name="Void Test_4(Boolean, Boolean)">
10830         <size>39</size>
10831       </method>
10832       <method name="Void Test_5(Boolean, IDisposable)">
10833         <size>45</size>
10834       </method>
10835       <method name="Void Test_6(Boolean)">
10836         <size>47</size>
10837       </method>
10838       <method name="Void Test_7(System.Object)">
10839         <size>8</size>
10840       </method>
10841       <method name="Void Main()">
10842         <size>1</size>
10843       </method>
10844     </type>
10845     <type name="ConditionalParsing+T">
10846       <method name="Void .ctor(String, Boolean)">
10847         <size>28</size>
10848       </method>
10849       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
10850         <size>7</size>
10851       </method>
10852     </type>
10853     <type name="&lt;PrivateImplementationDetails&gt;">
10854       <method name="Void .ctor()">
10855         <size>7</size>
10856       </method>
10857     </type>
10858     <type name="ConditionalParsing+Const">
10859       <method name="Void .ctor()">
10860         <size>7</size>
10861       </method>
10862     </type>
10863     <type name="ConditionalParsing">
10864       <method name="Void Test_8(DateTime)">
10865         <size>38</size>
10866       </method>
10867       <method name="Void Test_9()">
10868         <size>43</size>
10869       </method>
10870       <method name="Void Test_10()">
10871         <size>21</size>
10872       </method>
10873     </type>
10874     <type name="A`1[T]">
10875       <method name="Void .ctor()">
10876         <size>7</size>
10877       </method>
10878     </type>
10879     <type name="ConditionalParsing">
10880       <method name="Void Test_11()">
10881         <size>7</size>
10882       </method>
10883     </type>
10884   </test>
10885   <test name="gtest-410.cs">
10886     <type name="Program">
10887       <method name="Void .ctor()">
10888         <size>7</size>
10889       </method>
10890       <method name="Void Main()">
10891         <size>7</size>
10892       </method>
10893     </type>
10894   </test>
10895   <test name="gtest-411.cs">
10896     <type name="Maybe">
10897       <method name="Maybe`1[T] C[T](T)">
10898         <size>2</size>
10899       </method>
10900     </type>
10901     <type name="Maybe`1[T]">
10902       <method name="Void .ctor(T)">
10903         <size>7</size>
10904       </method>
10905     </type>
10906     <type name="Extensions">
10907       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
10908         <size>10</size>
10909       </method>
10910     </type>
10911     <type name="Test">
10912       <method name="Void .ctor()">
10913         <size>7</size>
10914       </method>
10915       <method name="Void Main()">
10916         <size>131</size>
10917       </method>
10918       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
10919         <size>7</size>
10920       </method>
10921       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
10922         <size>7</size>
10923       </method>
10924       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
10925         <size>11</size>
10926       </method>
10927     </type>
10928   </test>
10929   <test name="gtest-412.cs">
10930     <type name="Program">
10931       <method name="Void .ctor()">
10932         <size>7</size>
10933       </method>
10934       <method name="Int32 Main()">
10935         <size>213</size>
10936       </method>
10937     </type>
10938   </test>
10939   <test name="gtest-413.cs">
10940     <type name="Test">
10941       <method name="Void .ctor()">
10942         <size>7</size>
10943       </method>
10944       <method name="Int32 Main()">
10945         <size>95</size>
10946       </method>
10947     </type>
10948     <type name="S">
10949       <method name="Int64 op_Addition(S, Int64)">
10950         <size>2</size>
10951       </method>
10952     </type>
10953   </test>
10954   <test name="gtest-414.cs">
10955     <type name="MonoTest.MainClass">
10956       <method name="Void .ctor()">
10957         <size>7</size>
10958       </method>
10959       <method name="Void Main()">
10960         <size>1</size>
10961       </method>
10962     </type>
10963     <type name="MonoTest.TestImpl">
10964       <method name="Void .ctor()">
10965         <size>7</size>
10966       </method>
10967       <method name="Void MonoTest.ITest.Get[T](System.Object)">
10968         <size>1</size>
10969       </method>
10970       <method name="Void Get[T]()">
10971         <size>1</size>
10972       </method>
10973       <method name="Void Get[T](System.Object)">
10974         <size>1</size>
10975       </method>
10976     </type>
10977     <type name="MonoTest.C">
10978       <method name="Void .ctor()">
10979         <size>7</size>
10980       </method>
10981       <method name="Void MonoTest.IG&lt;int&gt;.M()">
10982         <size>1</size>
10983       </method>
10984       <method name="Void MonoTest.IG&lt;string&gt;.M()">
10985         <size>1</size>
10986       </method>
10987     </type>
10988   </test>
10989   <test name="gtest-415.cs">
10990     <type name="S2">
10991       <method name="Void Test()">
10992         <size>39</size>
10993       </method>
10994       <method name="Void Main()">
10995         <size>16</size>
10996       </method>
10997     </type>
10998   </test>
10999   <test name="gtest-416.cs">
11000     <type name="Bug.Demo">
11001       <method name="Boolean Fixed()">
11002         <size>14</size>
11003       </method>
11004       <method name="Boolean Foo(System.Int32[])">
11005         <size>43</size>
11006       </method>
11007       <method name="Int32 Main()">
11008         <size>65</size>
11009       </method>
11010     </type>
11011   </test>
11012   <test name="gtest-417.cs">
11013     <type name="C">
11014       <method name="Void .ctor()">
11015         <size>7</size>
11016       </method>
11017       <method name="Void Goo()">
11018         <size>11</size>
11019       </method>
11020       <method name="Void Main()">
11021         <size>1</size>
11022       </method>
11023     </type>
11024   </test>
11025   <test name="gtest-418.cs">
11026     <type name="N.Nested">
11027       <method name="Void .ctor()">
11028         <size>7</size>
11029       </method>
11030     </type>
11031     <type name="N.Nested+C">
11032       <method name="Void .ctor()">
11033         <size>7</size>
11034       </method>
11035       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
11036         <size>2</size>
11037       </method>
11038     </type>
11039     <type name="N.M">
11040       <method name="Void .ctor()">
11041         <size>7</size>
11042       </method>
11043       <method name="Int32 Main()">
11044         <size>173</size>
11045       </method>
11046     </type>
11047   </test>
11048   <test name="gtest-419.cs">
11049     <type name="Program">
11050       <method name="Void .ctor()">
11051         <size>7</size>
11052       </method>
11053       <method name="Int32 Main()">
11054         <size>56</size>
11055       </method>
11056       <method name="System.Object Test(System.String)">
11057         <size>42</size>
11058       </method>
11059     </type>
11060   </test>
11061   <test name="gtest-420.cs">
11062     <type name="C">
11063       <method name="Void .ctor()">
11064         <size>7</size>
11065       </method>
11066     </type>
11067     <type name="TestClass">
11068       <method name="Void .ctor()">
11069         <size>7</size>
11070       </method>
11071       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
11072         <size>2</size>
11073       </method>
11074       <method name="Int32 Test(System.Object, System.Object[])">
11075         <size>2</size>
11076       </method>
11077       <method name="Int32 Main()">
11078         <size>43</size>
11079       </method>
11080     </type>
11081   </test>
11082   <test name="gtest-421.cs">
11083     <type name="OneOff">
11084       <method name="Void .ctor()">
11085         <size>7</size>
11086       </method>
11087       <method name="Int32 Main()">
11088         <size>50</size>
11089       </method>
11090       <method name="T[] Clone[T](T[])">
11091         <size>166</size>
11092       </method>
11093     </type>
11094     <type name="&lt;PrivateImplementationDetails&gt;">
11095       <method name="Void .ctor()">
11096         <size>7</size>
11097       </method>
11098     </type>
11099   </test>
11100   <test name="gtest-422.cs">
11101     <type name="A">
11102       <method name="Void .ctor()">
11103         <size>7</size>
11104       </method>
11105       <method name="Boolean op_GreaterThan(A, System.Object)">
11106         <size>2</size>
11107       </method>
11108       <method name="Boolean op_LessThan(A, System.Object)">
11109         <size>2</size>
11110       </method>
11111     </type>
11112     <type name="C">
11113       <method name="Void .ctor()">
11114         <size>7</size>
11115       </method>
11116       <method name="Int32 Main()">
11117         <size>23</size>
11118       </method>
11119       <method name="Nullable`1 get_Id()">
11120         <size>7</size>
11121       </method>
11122       <method name="Boolean Test()">
11123         <size>51</size>
11124       </method>
11125     </type>
11126   </test>
11127   <test name="gtest-423.cs">
11128     <type name="App">
11129       <method name="Void .ctor()">
11130         <size>7</size>
11131       </method>
11132       <method name="Void Main()">
11133         <size>33</size>
11134       </method>
11135       <method name="Void Test(System.Object, System.EventArgs)">
11136         <size>1</size>
11137       </method>
11138     </type>
11139   </test>
11140   <test name="gtest-424.cs">
11141     <type name="A">
11142       <method name="Void .ctor()">
11143         <size>7</size>
11144       </method>
11145     </type>
11146     <type name="B">
11147       <method name="Void .ctor()">
11148         <size>7</size>
11149       </method>
11150     </type>
11151     <type name="Test">
11152       <method name="Void .ctor()">
11153         <size>7</size>
11154       </method>
11155       <method name="Void Block(A[])">
11156         <size>6</size>
11157       </method>
11158       <method name="Void Block(IEnumerable`1, A[])">
11159         <size>1</size>
11160       </method>
11161       <method name="Int32 Main()">
11162         <size>29</size>
11163       </method>
11164     </type>
11165   </test>
11166   <test name="gtest-425.cs">
11167     <type name="EventClass`1[T]">
11168       <method name="Void .ctor()">
11169         <size>7</size>
11170       </method>
11171     </type>
11172     <type name="Test">
11173       <method name="Void .ctor()">
11174         <size>7</size>
11175       </method>
11176       <method name="Void Main()">
11177         <size>16</size>
11178       </method>
11179     </type>
11180     <type name="EventClass`1+HookDelegate[T]">
11181       <method name="Void .ctor(Object, IntPtr)">
11182         <size>0</size>
11183       </method>
11184       <method name="Void Invoke(T)">
11185         <size>0</size>
11186       </method>
11187       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11188         <size>0</size>
11189       </method>
11190       <method name="Void EndInvoke(IAsyncResult)">
11191         <size>0</size>
11192       </method>
11193     </type>
11194   </test>
11195   <test name="gtest-426.cs">
11196     <type name="OverloadTest.MyClass`1[T]">
11197       <method name="Void .ctor()">
11198         <size>7</size>
11199       </method>
11200       <method name="Boolean Method(MyInterface`1)">
11201         <size>20</size>
11202       </method>
11203       <method name="Boolean Method(System.Action`1[T])">
11204         <size>2</size>
11205       </method>
11206     </type>
11207     <type name="OverloadTest.C">
11208       <method name="Void .ctor()">
11209         <size>7</size>
11210       </method>
11211       <method name="Void Main()">
11212         <size>1</size>
11213       </method>
11214     </type>
11215   </test>
11216   <test name="gtest-427.cs">
11217     <type name="T">
11218       <method name="Void .ctor()">
11219         <size>7</size>
11220       </method>
11221       <method name="Void Test()">
11222         <size>19</size>
11223       </method>
11224       <method name="Void Attach(EventHandler)">
11225         <size>2</size>
11226       </method>
11227       <method name="Void Attach(EventHandler`1[System.String])">
11228         <size>1</size>
11229       </method>
11230       <method name="Void OnClick(System.String)">
11231         <size>1</size>
11232       </method>
11233       <method name="Void Main()">
11234         <size>11</size>
11235       </method>
11236     </type>
11237     <type name="EventHandler">
11238       <method name="Void .ctor(Object, IntPtr)">
11239         <size>0</size>
11240       </method>
11241       <method name="Void Invoke(System.Object)">
11242         <size>0</size>
11243       </method>
11244       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
11245         <size>0</size>
11246       </method>
11247       <method name="Void EndInvoke(IAsyncResult)">
11248         <size>0</size>
11249       </method>
11250     </type>
11251     <type name="EventHandler`1[T]">
11252       <method name="Void .ctor(Object, IntPtr)">
11253         <size>0</size>
11254       </method>
11255       <method name="Void Invoke(T)">
11256         <size>0</size>
11257       </method>
11258       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11259         <size>0</size>
11260       </method>
11261       <method name="Void EndInvoke(IAsyncResult)">
11262         <size>0</size>
11263       </method>
11264     </type>
11265   </test>
11266   <test name="gtest-428.cs">
11267     <type name="CInt">
11268       <method name="Void .ctor(Int32)">
11269         <size>8</size>
11270       </method>
11271       <method name="CInt op_Implicit(Int32)">
11272         <size>7</size>
11273       </method>
11274       <method name="Int32 op_Implicit(CInt)">
11275         <size>8</size>
11276       </method>
11277     </type>
11278     <type name="Klass">
11279       <method name="Void .ctor(Nullable`1)">
11280         <size>14</size>
11281       </method>
11282       <method name="Nullable`1 get_Value()">
11283         <size>7</size>
11284       </method>
11285     </type>
11286     <type name="MainClass">
11287       <method name="Void .ctor()">
11288         <size>7</size>
11289       </method>
11290       <method name="Int32 Main()">
11291         <size>174</size>
11292       </method>
11293     </type>
11294   </test>
11295   <test name="gtest-429.cs">
11296     <type name="CInt">
11297       <method name="Void .ctor(Int32)">
11298         <size>8</size>
11299       </method>
11300       <method name="CInt op_Implicit(Int32)">
11301         <size>7</size>
11302       </method>
11303       <method name="Int32 op_Implicit(CInt)">
11304         <size>8</size>
11305       </method>
11306     </type>
11307     <type name="Klass">
11308       <method name="Void .ctor(Nullable`1)">
11309         <size>14</size>
11310       </method>
11311     </type>
11312     <type name="MainClass">
11313       <method name="Void .ctor()">
11314         <size>7</size>
11315       </method>
11316       <method name="Int32 Main()">
11317         <size>36</size>
11318       </method>
11319     </type>
11320   </test>
11321   <test name="gtest-430.cs">
11322     <type name="Tmp">
11323       <method name="Void .ctor()">
11324         <size>7</size>
11325       </method>
11326     </type>
11327     <type name="Driver">
11328       <method name="Void .ctor()">
11329         <size>7</size>
11330       </method>
11331       <method name="Nullable`1 get_Prop()">
11332         <size>42</size>
11333       </method>
11334       <method name="Int32 Main()">
11335         <size>42</size>
11336       </method>
11337     </type>
11338   </test>
11339   <test name="gtest-431.cs">
11340     <type name="Program">
11341       <method name="Void .ctor()">
11342         <size>7</size>
11343       </method>
11344       <method name="Void Main()">
11345         <size>13</size>
11346       </method>
11347     </type>
11348   </test>
11349   <test name="gtest-432.cs">
11350     <type name="Test.Bar`2[T,U]">
11351       <method name="Void .ctor()">
11352         <size>7</size>
11353       </method>
11354       <method name="Void DoSomething[V]()">
11355         <size>1</size>
11356       </method>
11357     </type>
11358     <type name="Test.Baz">
11359       <method name="Void .ctor()">
11360         <size>7</size>
11361       </method>
11362       <method name="Void GetInTroubleHere()">
11363         <size>13</size>
11364       </method>
11365       <method name="Void Main()">
11366         <size>1</size>
11367       </method>
11368     </type>
11369   </test>
11370   <test name="gtest-433.cs">
11371     <type name="M">
11372       <method name="Void .ctor()">
11373         <size>7</size>
11374       </method>
11375       <method name="Void Main()">
11376         <size>37</size>
11377       </method>
11378     </type>
11379   </test>
11380   <test name="gtest-434.cs">
11381     <type name="testcase.Init">
11382       <method name="Void .ctor()">
11383         <size>7</size>
11384       </method>
11385       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
11386         <size>8</size>
11387       </method>
11388     </type>
11389     <type name="testcase.Program">
11390       <method name="Void .ctor()">
11391         <size>7</size>
11392       </method>
11393       <method name="Int32 Main()">
11394         <size>75</size>
11395       </method>
11396     </type>
11397   </test>
11398   <test name="gtest-435.cs">
11399     <type name="testcase.Program">
11400       <method name="Void .ctor()">
11401         <size>7</size>
11402       </method>
11403       <method name="Int32 Main()">
11404         <size>261</size>
11405       </method>
11406     </type>
11407   </test>
11408   <test name="gtest-436.cs">
11409     <type name="SomeClass">
11410       <method name="Void .ctor()">
11411         <size>7</size>
11412       </method>
11413       <method name="Int32 Main()">
11414         <size>2</size>
11415       </method>
11416     </type>
11417   </test>
11418   <test name="gtest-438.cs">
11419     <type name="Tests">
11420       <method name="Void .ctor()">
11421         <size>7</size>
11422       </method>
11423       <method name="ServiceType GetService[ServiceType](System.Object[])">
11424         <size>17</size>
11425       </method>
11426       <method name="Int32 Main()">
11427         <size>19</size>
11428       </method>
11429     </type>
11430   </test>
11431   <test name="gtest-439.cs">
11432     <type name="MonoBug.Stuff">
11433       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
11434         <size>8</size>
11435       </method>
11436     </type>
11437     <type name="MonoBug.GenericStuff`2[T1,T2]">
11438       <method name="Void .ctor(T1, T2)">
11439         <size>21</size>
11440       </method>
11441     </type>
11442     <type name="MonoBug.Program">
11443       <method name="Void Main()">
11444         <size>35</size>
11445       </method>
11446     </type>
11447   </test>
11448   <test name="gtest-440.cs">
11449     <type name="AnyObjectId">
11450       <method name="Void .ctor()">
11451         <size>7</size>
11452       </method>
11453       <method name="Int32 get_W1()">
11454         <size>7</size>
11455       </method>
11456       <method name="Void set_W1(Int32)">
11457         <size>8</size>
11458       </method>
11459     </type>
11460     <type name="ObjectId">
11461       <method name="Void .ctor()">
11462         <size>14</size>
11463       </method>
11464       <method name="Void Main()">
11465         <size>1</size>
11466       </method>
11467     </type>
11468   </test>
11469   <test name="gtest-441.cs">
11470     <type name="Name.Test">
11471       <method name="Void .ctor()">
11472         <size>7</size>
11473       </method>
11474     </type>
11475     <type name="Name.Subclass">
11476       <method name="Void .ctor()">
11477         <size>7</size>
11478       </method>
11479       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
11480         <size>7</size>
11481       </method>
11482       <method name="Void Main(System.String[])">
11483         <size>7</size>
11484       </method>
11485     </type>
11486   </test>
11487   <test name="gtest-442.cs">
11488     <type name="NonGenericBase">
11489       <method name="Void .ctor()">
11490         <size>7</size>
11491       </method>
11492       <method name="Int32 get_Item(Int32)">
11493         <size>0</size>
11494       </method>
11495     </type>
11496     <type name="GenericBase`1[T]">
11497       <method name="Void .ctor()">
11498         <size>7</size>
11499       </method>
11500       <method name="T get_Instance()">
11501         <size>7</size>
11502       </method>
11503       <method name="Void Foo()">
11504         <size>24</size>
11505       </method>
11506     </type>
11507     <type name="EntryPoint">
11508       <method name="Void .ctor()">
11509         <size>7</size>
11510       </method>
11511       <method name="Void Main()">
11512         <size>1</size>
11513       </method>
11514     </type>
11515   </test>
11516   <test name="gtest-443.cs">
11517     <type name="C">
11518       <method name="Void .ctor()">
11519         <size>7</size>
11520       </method>
11521       <method name="Void M[T]()">
11522         <size>28</size>
11523       </method>
11524       <method name="Int32 Main()">
11525         <size>7</size>
11526       </method>
11527     </type>
11528   </test>
11529   <test name="gtest-444.cs">
11530     <type name="MyClass">
11531       <method name="Void .ctor()">
11532         <size>7</size>
11533       </method>
11534       <method name="Int32 Main()">
11535         <size>114</size>
11536       </method>
11537     </type>
11538   </test>
11539   <test name="gtest-445.cs">
11540     <type name="Test">
11541       <method name="Void .ctor()">
11542         <size>7</size>
11543       </method>
11544       <method name="Void Main()">
11545         <size>1</size>
11546       </method>
11547       <method name="Void Foo[T](T ByRef)">
11548         <size>1</size>
11549       </method>
11550       <method name="Void Foo[T](T[])">
11551         <size>1</size>
11552       </method>
11553       <method name="Void Foo[T](T[,])">
11554         <size>1</size>
11555       </method>
11556       <method name="Void Foo[T](T[,,])">
11557         <size>1</size>
11558       </method>
11559       <method name="Void Bar(Int32 ByRef)">
11560         <size>1</size>
11561       </method>
11562       <method name="Void Bar(System.Int32[])">
11563         <size>1</size>
11564       </method>
11565       <method name="Void Bar(System.Int32[,])">
11566         <size>1</size>
11567       </method>
11568       <method name="Void Bar(System.Int32[,,])">
11569         <size>1</size>
11570       </method>
11571     </type>
11572   </test>
11573   <test name="gtest-446.cs">
11574     <type name="BugTest.Bug`1[T]">
11575       <method name="Void .ctor()">
11576         <size>7</size>
11577       </method>
11578       <method name="Void CreateObject(T ByRef)">
11579         <size>42</size>
11580       </method>
11581     </type>
11582     <type name="BugTest.Program">
11583       <method name="Int32 Main()">
11584         <size>16</size>
11585       </method>
11586     </type>
11587   </test>
11588   <test name="gtest-447.cs">
11589     <type name="B">
11590       <method name="Void .ctor()">
11591         <size>7</size>
11592       </method>
11593       <method name="Int32 Main()">
11594         <size>29</size>
11595       </method>
11596     </type>
11597   </test>
11598   <test name="gtest-448.cs">
11599     <type name="Impl`1[T]">
11600       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11601         <size>2</size>
11602       </method>
11603       <method name="Void Foo[U](IEnumerable`1)">
11604         <size>1</size>
11605       </method>
11606       <method name="IEnumerator`1 GetEnumerator()">
11607         <size>2</size>
11608       </method>
11609       <method name="Void .ctor()">
11610         <size>7</size>
11611       </method>
11612     </type>
11613     <type name="A`1[K]">
11614       <method name="Void .ctor()">
11615         <size>18</size>
11616       </method>
11617     </type>
11618     <type name="Test`1[TT]">
11619       <method name="Void Foo()">
11620         <size>24</size>
11621       </method>
11622       <method name="Void .ctor()">
11623         <size>7</size>
11624       </method>
11625     </type>
11626     <type name="M">
11627       <method name="Void Main()">
11628         <size>11</size>
11629       </method>
11630       <method name="Void .ctor()">
11631         <size>7</size>
11632       </method>
11633     </type>
11634   </test>
11635   <test name="gtest-449.cs">
11636     <type name="Program">
11637       <method name="Void .ctor()">
11638         <size>7</size>
11639       </method>
11640       <method name="Int32 Main()">
11641         <size>59</size>
11642       </method>
11643     </type>
11644   </test>
11645   <test name="gtest-450.cs">
11646     <type name="Program">
11647       <method name="Void .ctor()">
11648         <size>7</size>
11649       </method>
11650       <method name="Int32 Main()">
11651         <size>59</size>
11652       </method>
11653     </type>
11654   </test>
11655   <test name="gtest-451.cs">
11656     <type name="Test">
11657       <method name="Int32 Main()">
11658         <size>18</size>
11659       </method>
11660       <method name="Void .ctor()">
11661         <size>7</size>
11662       </method>
11663     </type>
11664   </test>
11665   <test name="gtest-452.cs">
11666     <type name="Test">
11667       <method name="Int32 Main()">
11668         <size>51</size>
11669       </method>
11670       <method name="Void .ctor()">
11671         <size>7</size>
11672       </method>
11673     </type>
11674     <type name="S">
11675       <method name="Single op_Implicit(S)">
11676         <size>11</size>
11677       </method>
11678       <method name="Nullable`1 op_Implicit(S)">
11679         <size>11</size>
11680       </method>
11681     </type>
11682   </test>
11683   <test name="gtest-453.cs">
11684     <type name="Test.CompilerTest">
11685       <method name="Void .ctor()">
11686         <size>7</size>
11687       </method>
11688       <method name="Int32 Main()">
11689         <size>12</size>
11690       </method>
11691       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
11692         <size>73</size>
11693       </method>
11694       <method name="Void ThisDoesNotWork()">
11695         <size>27</size>
11696       </method>
11697       <method name="Void ThisWorksFine()">
11698         <size>38</size>
11699       </method>
11700     </type>
11701   </test>
11702   <test name="gtest-454.cs">
11703     <type name="TestNS.TestCase">
11704       <method name="Void .ctor()">
11705         <size>7</size>
11706       </method>
11707       <method name="Int32 Compare[T](T[], T[])">
11708         <size>2</size>
11709       </method>
11710       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
11711         <size>30</size>
11712       </method>
11713       <method name="Int32 Main()">
11714         <size>19</size>
11715       </method>
11716     </type>
11717   </test>
11718   <test name="gtest-455.cs">
11719     <type name="ConsoleApplication1.Program">
11720       <method name="Void .ctor()">
11721         <size>7</size>
11722       </method>
11723       <method name="Void Main()">
11724         <size>14</size>
11725       </method>
11726     </type>
11727     <type name="ConsoleApplication1.Inner`1[T]">
11728       <method name="Void .ctor()">
11729         <size>7</size>
11730       </method>
11731       <method name="Void Compare(System.Object, T)">
11732         <size>13</size>
11733       </method>
11734     </type>
11735   </test>
11736   <test name="gtest-456.cs">
11737     <type name="G`1[T]">
11738       <method name="Void .ctor()">
11739         <size>7</size>
11740       </method>
11741     </type>
11742     <type name="G`1+S[T]">
11743       <method name="System.String Test()">
11744         <size>22</size>
11745       </method>
11746     </type>
11747     <type name="C">
11748       <method name="Int32 Main()">
11749         <size>36</size>
11750       </method>
11751       <method name="Void .ctor()">
11752         <size>7</size>
11753       </method>
11754     </type>
11755   </test>
11756   <test name="gtest-457.cs">
11757     <type name="Program">
11758       <method name="Void Foo[T]()">
11759         <size>1</size>
11760       </method>
11761       <method name="Int32 Main()">
11762         <size>2</size>
11763       </method>
11764       <method name="Void .ctor()">
11765         <size>7</size>
11766       </method>
11767     </type>
11768     <type name="Program+C">
11769       <method name="Void .ctor()">
11770         <size>7</size>
11771       </method>
11772     </type>
11773   </test>
11774   <test name="gtest-458.cs">
11775     <type name="MyList`1[T]">
11776       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
11777         <size>2</size>
11778       </method>
11779       <method name="Void .ctor()">
11780         <size>7</size>
11781       </method>
11782     </type>
11783     <type name="MyList`1+Helper`2[T,U,V]">
11784       <method name="Void .ctor()">
11785         <size>7</size>
11786       </method>
11787     </type>
11788     <type name="C">
11789       <method name="Int32 Main()">
11790         <size>13</size>
11791       </method>
11792       <method name="Void .ctor()">
11793         <size>7</size>
11794       </method>
11795     </type>
11796   </test>
11797   <test name="gtest-459.cs">
11798     <type name="GenericTest.OuterGeneric`1[T]">
11799       <method name="Void .ctor()">
11800         <size>7</size>
11801       </method>
11802     </type>
11803     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
11804       <method name="System.String GetTypeNames()">
11805         <size>41</size>
11806       </method>
11807       <method name="Void .ctor()">
11808         <size>7</size>
11809       </method>
11810     </type>
11811     <type name="GenericTest.Program">
11812       <method name="Int32 Main()">
11813         <size>14</size>
11814       </method>
11815       <method name="Void .ctor()">
11816         <size>7</size>
11817       </method>
11818     </type>
11819   </test>
11820   <test name="gtest-460.cs">
11821     <type name="Foo`1[T]">
11822       <method name="Void .ctor()">
11823         <size>7</size>
11824       </method>
11825     </type>
11826     <type name="Foo`1+Bar`1[T,V]">
11827       <method name="Void .ctor()">
11828         <size>7</size>
11829       </method>
11830     </type>
11831     <type name="FooImpl">
11832       <method name="Int32 Main()">
11833         <size>8</size>
11834       </method>
11835       <method name="Void .ctor()">
11836         <size>7</size>
11837       </method>
11838     </type>
11839     <type name="FooImpl+BarImpl">
11840       <method name="Void .ctor()">
11841         <size>7</size>
11842       </method>
11843     </type>
11844   </test>
11845   <test name="gtest-461.cs">
11846     <type name="Test.BaseContext">
11847       <method name="Void .ctor()">
11848         <size>7</size>
11849       </method>
11850     </type>
11851     <type name="Test.MyDataContext">
11852       <method name="Void .ctor()">
11853         <size>7</size>
11854       </method>
11855     </type>
11856     <type name="Test.Entity`1[T]">
11857       <method name="Void .ctor()">
11858         <size>7</size>
11859       </method>
11860     </type>
11861     <type name="Test.Person">
11862       <method name="Void .ctor()">
11863         <size>7</size>
11864       </method>
11865     </type>
11866     <type name="Test.TheBox`1[T]">
11867       <method name="U GetById[U](Guid)">
11868         <size>7</size>
11869       </method>
11870       <method name="Void .ctor()">
11871         <size>7</size>
11872       </method>
11873     </type>
11874     <type name="Test.Program">
11875       <method name="Void Main()">
11876         <size>19</size>
11877       </method>
11878       <method name="Void .ctor()">
11879         <size>7</size>
11880       </method>
11881     </type>
11882   </test>
11883   <test name="gtest-462.cs">
11884     <type name="Program">
11885       <method name="Int32 Main()">
11886         <size>79</size>
11887       </method>
11888       <method name="Void .ctor()">
11889         <size>7</size>
11890       </method>
11891     </type>
11892     <type name="Program+Tester`1[T]">
11893       <method name="T Get(System.Object)">
11894         <size>30</size>
11895       </method>
11896       <method name="Void .ctor()">
11897         <size>7</size>
11898       </method>
11899     </type>
11900   </test>
11901   <test name="gtest-463.cs">
11902     <type name="STuple`1[Ta]">
11903       <method name="Void .ctor(Ta)">
11904         <size>8</size>
11905       </method>
11906     </type>
11907     <type name="C">
11908       <method name="Int32 Main()">
11909         <size>10</size>
11910       </method>
11911       <method name="Void .ctor()">
11912         <size>7</size>
11913       </method>
11914     </type>
11915   </test>
11916   <test name="gtest-464.cs">
11917     <type name="Test">
11918       <method name="Int32 Main()">
11919         <size>28</size>
11920       </method>
11921       <method name="Void .ctor()">
11922         <size>7</size>
11923       </method>
11924     </type>
11925   </test>
11926   <test name="gtest-465.cs">
11927     <type name="DerivedClass">
11928       <method name="Void GenericMethod_1[T]()">
11929         <size>1</size>
11930       </method>
11931       <method name="Void GenericMethod_2[T]()">
11932         <size>1</size>
11933       </method>
11934       <method name="Void GenericMethod_3[T]()">
11935         <size>1</size>
11936       </method>
11937       <method name="Void .ctor()">
11938         <size>7</size>
11939       </method>
11940     </type>
11941     <type name="Program">
11942       <method name="Int32 Main()">
11943         <size>8</size>
11944       </method>
11945       <method name="Void .ctor()">
11946         <size>7</size>
11947       </method>
11948     </type>
11949   </test>
11950   <test name="gtest-466.cs">
11951     <type name="Program">
11952       <method name="Boolean Test[T](T)">
11953         <size>10</size>
11954       </method>
11955       <method name="Int32 Main()">
11956         <size>40</size>
11957       </method>
11958       <method name="Void .ctor()">
11959         <size>7</size>
11960       </method>
11961     </type>
11962   </test>
11963   <test name="gtest-467.cs">
11964     <type name="S">
11965       <method name="Int32 Main()">
11966         <size>79</size>
11967       </method>
11968     </type>
11969     <type name="A">
11970       <method name="A op_Implicit(S)">
11971         <size>6</size>
11972       </method>
11973       <method name="Void .ctor()">
11974         <size>7</size>
11975       </method>
11976     </type>
11977     <type name="B">
11978       <method name="Void .ctor()">
11979         <size>7</size>
11980       </method>
11981     </type>
11982   </test>
11983   <test name="gtest-468.cs">
11984     <type name="TS">
11985       <method name="Nullable`1 get_v()">
11986         <size>7</size>
11987       </method>
11988       <method name="Int32 Main()">
11989         <size>43</size>
11990       </method>
11991       <method name="Nullable`1 op_Implicit(TS)">
11992         <size>7</size>
11993       </method>
11994       <method name="TS op_Implicit(Nullable`1)">
11995         <size>2</size>
11996       </method>
11997       <method name="Void .ctor()">
11998         <size>7</size>
11999       </method>
12000     </type>
12001   </test>
12002   <test name="gtest-469.cs">
12003     <type name="Foo`2[T1,T2]">
12004       <method name="Void .ctor(T2)">
12005         <size>7</size>
12006       </method>
12007     </type>
12008     <type name="Bar">
12009       <method name="Int32 Main()">
12010         <size>13</size>
12011       </method>
12012       <method name="Void .ctor()">
12013         <size>7</size>
12014       </method>
12015     </type>
12016   </test>
12017   <test name="gtest-470.cs">
12018     <type name="C">
12019       <method name="Void Main()">
12020         <size>13</size>
12021       </method>
12022       <method name="Void .ctor()">
12023         <size>7</size>
12024       </method>
12025     </type>
12026   </test>
12027   <test name="gtest-471.cs">
12028     <type name="Q">
12029       <method name="Void bar[T](T ByRef)">
12030         <size>16</size>
12031       </method>
12032       <method name="Int32 Main()">
12033         <size>11</size>
12034       </method>
12035       <method name="Void .ctor()">
12036         <size>7</size>
12037       </method>
12038     </type>
12039   </test>
12040   <test name="gtest-472.cs">
12041     <type name="C`1[T]">
12042       <method name="Void CopyUnsafe(T[], System.Int64[])">
12043         <size>1</size>
12044       </method>
12045       <method name="Boolean CopyUnsafe(T[], Int64)">
12046         <size>2</size>
12047       </method>
12048       <method name="Void CopyUnsafe(T[])">
12049         <size>11</size>
12050       </method>
12051       <method name="Void .ctor()">
12052         <size>7</size>
12053       </method>
12054     </type>
12055     <type name="A">
12056       <method name="Void Main()">
12057         <size>1</size>
12058       </method>
12059       <method name="Void .ctor()">
12060         <size>7</size>
12061       </method>
12062     </type>
12063   </test>
12064   <test name="gtest-473.cs">
12065     <type name="A`1[X]">
12066       <method name="Void Foo[T]()">
12067         <size>1</size>
12068       </method>
12069       <method name="Void .ctor()">
12070         <size>7</size>
12071       </method>
12072     </type>
12073     <type name="B">
12074       <method name="Void Foo[T]()">
12075         <size>1</size>
12076       </method>
12077       <method name="Void .ctor()">
12078         <size>7</size>
12079       </method>
12080     </type>
12081     <type name="C">
12082       <method name="Int32 Main()">
12083         <size>8</size>
12084       </method>
12085       <method name="Void .ctor()">
12086         <size>7</size>
12087       </method>
12088     </type>
12089   </test>
12090   <test name="gtest-474.cs">
12091     <type name="A`1[X]">
12092       <method name="Void .ctor()">
12093         <size>7</size>
12094       </method>
12095     </type>
12096     <type name="B`1[T]">
12097       <method name="Void .ctor()">
12098         <size>7</size>
12099       </method>
12100     </type>
12101     <type name="C">
12102       <method name="Void Main()">
12103         <size>7</size>
12104       </method>
12105       <method name="Void .ctor()">
12106         <size>7</size>
12107       </method>
12108     </type>
12109   </test>
12110   <test name="gtest-475.cs">
12111     <type name="Value`1[T]">
12112       <method name="Void .ctor()">
12113         <size>7</size>
12114       </method>
12115       <method name="Void .cctor()">
12116         <size>1</size>
12117       </method>
12118     </type>
12119     <type name="Test`2[T,U]">
12120       <method name="Value`1[T] get_Value()">
12121         <size>2</size>
12122       </method>
12123       <method name="Void .ctor()">
12124         <size>7</size>
12125       </method>
12126     </type>
12127     <type name="Test`2+B[T,U]">
12128       <method name="Void .ctor(Value`1)">
12129         <size>7</size>
12130       </method>
12131       <method name="Void .cctor()">
12132         <size>16</size>
12133       </method>
12134     </type>
12135     <type name="C">
12136       <method name="Void Main()">
12137         <size>7</size>
12138       </method>
12139       <method name="Void .ctor()">
12140         <size>7</size>
12141       </method>
12142     </type>
12143   </test>
12144   <test name="gtest-476.cs">
12145     <type name="Test`1[T]">
12146       <method name="B First()">
12147         <size>10</size>
12148       </method>
12149       <method name="IFoo Second()">
12150         <size>15</size>
12151       </method>
12152       <method name="Void .ctor()">
12153         <size>7</size>
12154       </method>
12155     </type>
12156     <type name="C">
12157       <method name="Void Main()">
12158         <size>1</size>
12159       </method>
12160       <method name="Void .ctor()">
12161         <size>7</size>
12162       </method>
12163     </type>
12164   </test>
12165   <test name="gtest-477.cs">
12166     <type name="B`1[T]">
12167       <method name="Void .ctor()">
12168         <size>7</size>
12169       </method>
12170     </type>
12171     <type name="B`1+BNested[T]">
12172       <method name="Void .ctor()">
12173         <size>7</size>
12174       </method>
12175     </type>
12176     <type name="A`1[T]">
12177       <method name="Void .ctor()">
12178         <size>7</size>
12179       </method>
12180     </type>
12181     <type name="AA`1[T]">
12182       <method name="Void .ctor()">
12183         <size>7</size>
12184       </method>
12185     </type>
12186     <type name="AA`1+ANested[T]">
12187       <method name="Void .ctor()">
12188         <size>7</size>
12189       </method>
12190     </type>
12191     <type name="M">
12192       <method name="Void Main()">
12193         <size>1</size>
12194       </method>
12195       <method name="Void .ctor()">
12196         <size>7</size>
12197       </method>
12198     </type>
12199   </test>
12200   <test name="gtest-478.cs">
12201     <type name="M">
12202       <method name="Void Foo()">
12203         <size>1</size>
12204       </method>
12205       <method name="Void GenFoo()">
12206         <size>1</size>
12207       </method>
12208       <method name="Void Main()">
12209         <size>13</size>
12210       </method>
12211       <method name="Void .ctor()">
12212         <size>7</size>
12213       </method>
12214     </type>
12215   </test>
12216   <test name="gtest-479.cs">
12217     <type name="A">
12218       <method name="Void .ctor()">
12219         <size>7</size>
12220       </method>
12221     </type>
12222     <type name="B">
12223       <method name="Void .ctor()">
12224         <size>7</size>
12225       </method>
12226     </type>
12227     <type name="M">
12228       <method name="Void Test[T](I`1)">
12229         <size>1</size>
12230       </method>
12231       <method name="Void Main()">
12232         <size>21</size>
12233       </method>
12234       <method name="Void .ctor()">
12235         <size>7</size>
12236       </method>
12237     </type>
12238   </test>
12239   <test name="gtest-480.cs">
12240     <type name="C">
12241       <method name="Void Foo()">
12242         <size>57</size>
12243       </method>
12244       <method name="Void Main()">
12245         <size>30</size>
12246       </method>
12247       <method name="Void .ctor()">
12248         <size>7</size>
12249       </method>
12250     </type>
12251   </test>
12252   <test name="gtest-481.cs">
12253     <type name="TestClass`1[T]">
12254       <method name="Void Add(T[][] ByRef)">
12255         <size>1</size>
12256       </method>
12257       <method name="Void .ctor(Int32)">
12258         <size>18</size>
12259       </method>
12260     </type>
12261     <type name="C">
12262       <method name="Void Main()">
12263         <size>8</size>
12264       </method>
12265       <method name="Void .ctor()">
12266         <size>7</size>
12267       </method>
12268     </type>
12269   </test>
12270   <test name="gtest-482.cs">
12271     <type name="TestBug.BugClass`1[T]">
12272       <method name="Void add_Evt(System.EventHandler)">
12273         <size>1</size>
12274       </method>
12275       <method name="Void remove_Evt(System.EventHandler)">
12276         <size>1</size>
12277       </method>
12278       <method name="Void Bug()">
12279         <size>19</size>
12280       </method>
12281       <method name="Void Handler(System.Object, System.EventArgs)">
12282         <size>1</size>
12283       </method>
12284       <method name="Void .ctor()">
12285         <size>7</size>
12286       </method>
12287     </type>
12288     <type name="TestBug.MainClass">
12289       <method name="Void Main()">
12290         <size>25</size>
12291       </method>
12292       <method name="Void .ctor()">
12293         <size>7</size>
12294       </method>
12295     </type>
12296   </test>
12297   <test name="gtest-483.cs">
12298     <type name="Program">
12299       <method name="Int32 Main()">
12300         <size>86</size>
12301       </method>
12302       <method name="Void ReplaceContentsWith[T](T, T)">
12303         <size>95</size>
12304       </method>
12305       <method name="Void .ctor()">
12306         <size>7</size>
12307       </method>
12308     </type>
12309     <type name="Int32Collection">
12310       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12311         <size>17</size>
12312       </method>
12313       <method name="Int32 get_Count()">
12314         <size>12</size>
12315       </method>
12316       <method name="Int32 get_Item(Int32)">
12317         <size>13</size>
12318       </method>
12319       <method name="Void set_Item(Int32, Int32)">
12320         <size>14</size>
12321       </method>
12322       <method name="Void Add(Int32)">
12323         <size>13</size>
12324       </method>
12325       <method name="Void Clear()">
12326         <size>12</size>
12327       </method>
12328       <method name="Void .ctor()">
12329         <size>18</size>
12330       </method>
12331     </type>
12332   </test>
12333   <test name="gtest-484.cs">
12334     <type name="MainClass">
12335       <method name="Void Foo(System.Action`1[MainClass][][])">
12336         <size>1</size>
12337       </method>
12338       <method name="System.Action`1[MainClass][] Set(System.Action`1[MainClass][])">
12339         <size>2</size>
12340       </method>
12341       <method name="Void Bar(MainClass)">
12342         <size>1</size>
12343       </method>
12344       <method name="Void Main(System.String[])">
12345         <size>100</size>
12346       </method>
12347       <method name="Void .ctor()">
12348         <size>7</size>
12349       </method>
12350     </type>
12351   </test>
12352   <test name="gtest-485.cs">
12353     <type name="C">
12354       <method name="Void Main()">
12355         <size>1</size>
12356       </method>
12357       <method name="Void .ctor()">
12358         <size>7</size>
12359       </method>
12360     </type>
12361   </test>
12362   <test name="gtest-486.cs">
12363     <type name="MyCollection`1[T]">
12364       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12365         <size>2</size>
12366       </method>
12367       <method name="Void AddRange(IMyCollection`1)">
12368         <size>1</size>
12369       </method>
12370       <method name="Void AddRange(IEnumerable`1)">
12371         <size>1</size>
12372       </method>
12373       <method name="Int32 get_Count()">
12374         <size>2</size>
12375       </method>
12376       <method name="Boolean get_IsReadOnly()">
12377         <size>2</size>
12378       </method>
12379       <method name="Void Add(T)">
12380         <size>1</size>
12381       </method>
12382       <method name="Void Clear()">
12383         <size>1</size>
12384       </method>
12385       <method name="Boolean Contains(T)">
12386         <size>2</size>
12387       </method>
12388       <method name="Void CopyTo(T[], Int32)">
12389         <size>1</size>
12390       </method>
12391       <method name="Boolean Remove(T)">
12392         <size>2</size>
12393       </method>
12394       <method name="IEnumerator`1 GetEnumerator()">
12395         <size>2</size>
12396       </method>
12397       <method name="Void .ctor()">
12398         <size>7</size>
12399       </method>
12400     </type>
12401     <type name="P">
12402       <method name="MyCollection`1[System.String] get_IgnoreTokens()">
12403         <size>36</size>
12404       </method>
12405       <method name="Void Main()">
12406         <size>1</size>
12407       </method>
12408       <method name="Void .ctor()">
12409         <size>7</size>
12410       </method>
12411       <method name="Void .cctor()">
12412         <size>21</size>
12413       </method>
12414     </type>
12415   </test>
12416   <test name="gtest-487.cs">
12417     <type name="Limada.MonoTests.Generics.MultiDictionary`3[K,V,TDictionary]">
12418       <method name="Void .ctor()">
12419         <size>7</size>
12420       </method>
12421     </type>
12422     <type name="Limada.MonoTests.Generics.Test">
12423       <method name="Void Main()">
12424         <size>7</size>
12425       </method>
12426       <method name="Void .ctor()">
12427         <size>7</size>
12428       </method>
12429     </type>
12430   </test>
12431   <test name="gtest-488.cs">
12432     <type name="Ref">
12433       <method name="Void .ctor()">
12434         <size>7</size>
12435       </method>
12436     </type>
12437     <type name="Def">
12438       <method name="Void .ctor()">
12439         <size>7</size>
12440       </method>
12441     </type>
12442     <type name="FooProcessor`1[T]">
12443       <method name="Void Attach(T, Def)">
12444         <size>15</size>
12445       </method>
12446       <method name="Void .ctor()">
12447         <size>7</size>
12448       </method>
12449     </type>
12450     <type name="Program">
12451       <method name="Void Main()">
12452         <size>1</size>
12453       </method>
12454       <method name="Void .ctor()">
12455         <size>7</size>
12456       </method>
12457     </type>
12458   </test>
12459   <test name="gtest-489.cs">
12460     <type name="sample">
12461       <method name="TValue Value[TKey,TValue]()">
12462         <size>0</size>
12463       </method>
12464       <method name="Void Main()">
12465         <size>1</size>
12466       </method>
12467       <method name="Void .ctor()">
12468         <size>7</size>
12469       </method>
12470     </type>
12471     <type name="sample+nested`1[T]">
12472       <method name="TValue Value[TKey,TValue]()">
12473         <size>6</size>
12474       </method>
12475       <method name="Void .ctor()">
12476         <size>7</size>
12477       </method>
12478     </type>
12479   </test>
12480   <test name="gtest-490.cs">
12481     <type name="Foo">
12482       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
12483         <size>17</size>
12484       </method>
12485       <method name="IEnumerator GetEnumerator()">
12486         <size>17</size>
12487       </method>
12488       <method name="Void Main()">
12489         <size>1</size>
12490       </method>
12491       <method name="Void .ctor()">
12492         <size>18</size>
12493       </method>
12494     </type>
12495   </test>
12496   <test name="gtest-491.cs">
12497     <type name="ArrayEqualityComparer`1[T]">
12498       <method name="Boolean Equals(T[], T[])">
12499         <size>2</size>
12500       </method>
12501       <method name="Int32 GetHashCode(T[])">
12502         <size>2</size>
12503       </method>
12504       <method name="Void .ctor()">
12505         <size>7</size>
12506       </method>
12507     </type>
12508     <type name="Program">
12509       <method name="Int32 Main()">
12510         <size>13</size>
12511       </method>
12512       <method name="Void .ctor()">
12513         <size>7</size>
12514       </method>
12515     </type>
12516   </test>
12517   <test name="gtest-492.cs">
12518     <type name="B`1[T]">
12519       <method name="Void .ctor()">
12520         <size>7</size>
12521       </method>
12522     </type>
12523     <type name="A`1[T]">
12524       <method name="Void .ctor()">
12525         <size>7</size>
12526       </method>
12527     </type>
12528     <type name="A`1+C[T]">
12529       <method name="Void .ctor()">
12530         <size>7</size>
12531       </method>
12532     </type>
12533     <type name="M">
12534       <method name="Void Main()">
12535         <size>1</size>
12536       </method>
12537       <method name="Void .ctor()">
12538         <size>7</size>
12539       </method>
12540     </type>
12541   </test>
12542   <test name="gtest-493.cs">
12543     <type name="MonoGenericIteratorTest.MyType">
12544       <method name="Void .ctor()">
12545         <size>7</size>
12546       </method>
12547     </type>
12548     <type name="MonoGenericIteratorTest.MyCollectionBase`1[T]">
12549       <method name="IEnumerator GetEnumerator()">
12550         <size>17</size>
12551       </method>
12552       <method name="Void .ctor()">
12553         <size>7</size>
12554       </method>
12555     </type>
12556     <type name="MonoGenericIteratorTest.MyCollection">
12557       <method name="Void .ctor()">
12558         <size>7</size>
12559       </method>
12560     </type>
12561     <type name="MonoGenericIteratorTest.MainClass">
12562       <method name="Void Main(System.String[])">
12563         <size>77</size>
12564       </method>
12565       <method name="Void .ctor()">
12566         <size>7</size>
12567       </method>
12568     </type>
12569   </test>
12570   <test name="gtest-494.cs">
12571     <type name="Grid`1[CT]">
12572       <method name="Void .ctor()">
12573         <size>7</size>
12574       </method>
12575     </type>
12576     <type name="Grid`1+GPD[CT]">
12577       <method name="Void .ctor()">
12578         <size>18</size>
12579       </method>
12580     </type>
12581     <type name="Grid`1+GPD+GC[CT]">
12582       <method name="Void .ctor()">
12583         <size>7</size>
12584       </method>
12585     </type>
12586     <type name="H">
12587       <method name="Void .ctor()">
12588         <size>7</size>
12589       </method>
12590     </type>
12591     <type name="H+MyCT">
12592       <method name="Void .ctor()">
12593         <size>7</size>
12594       </method>
12595     </type>
12596     <type name="TheTest">
12597       <method name="Void Main(System.String[])">
12598         <size>7</size>
12599       </method>
12600       <method name="Void .ctor()">
12601         <size>7</size>
12602       </method>
12603     </type>
12604   </test>
12605   <test name="gtest-495.cs">
12606     <type name="Repro">
12607       <method name="Void Main()">
12608         <size>12</size>
12609       </method>
12610       <method name="Void .ctor()">
12611         <size>7</size>
12612       </method>
12613     </type>
12614     <type name="Repro+Outer">
12615       <method name="Void .ctor()">
12616         <size>7</size>
12617       </method>
12618     </type>
12619     <type name="Repro+Outer+Inner`1[T]">
12620       <method name="Void .ctor()">
12621         <size>7</size>
12622       </method>
12623     </type>
12624   </test>
12625   <test name="gtest-496.cs">
12626     <type name="Base">
12627       <method name="T EndExecute[T](System.Object, System.String)">
12628         <size>7</size>
12629       </method>
12630       <method name="Void .ctor()">
12631         <size>7</size>
12632       </method>
12633     </type>
12634     <type name="Derived">
12635       <method name="Derived EndExecute[TElement](System.Object)">
12636         <size>2</size>
12637       </method>
12638       <method name="Void .ctor()">
12639         <size>7</size>
12640       </method>
12641     </type>
12642     <type name="a">
12643       <method name="Int32 Main()">
12644         <size>14</size>
12645       </method>
12646       <method name="Void .ctor()">
12647         <size>7</size>
12648       </method>
12649     </type>
12650   </test>
12651   <test name="gtest-497.cs">
12652     <type name="Item">
12653       <method name="Void .ctor()">
12654         <size>7</size>
12655       </method>
12656     </type>
12657     <type name="ItemCollection`1[T]">
12658       <method name="Void Bind[U](ItemCollection`1[U])">
12659         <size>1</size>
12660       </method>
12661       <method name="Void .ctor()">
12662         <size>7</size>
12663       </method>
12664     </type>
12665     <type name="a">
12666       <method name="Void Main()">
12667         <size>14</size>
12668       </method>
12669       <method name="Void .ctor()">
12670         <size>7</size>
12671       </method>
12672     </type>
12673   </test>
12674   <test name="gtest-498.cs">
12675     <type name="A">
12676       <method name="Int32 Main()">
12677         <size>16</size>
12678       </method>
12679       <method name="Void .ctor()">
12680         <size>15</size>
12681       </method>
12682     </type>
12683   </test>
12684   <test name="gtest-499.cs">
12685     <type name="C">
12686       <method name="Int32 Test[T](T[])">
12687         <size>21</size>
12688       </method>
12689       <method name="Int32 TestExtra[T](T[,])">
12690         <size>22</size>
12691       </method>
12692       <method name="Int32 Main()">
12693         <size>118</size>
12694       </method>
12695       <method name="Void .ctor()">
12696         <size>7</size>
12697       </method>
12698     </type>
12699   </test>
12700   <test name="gtest-500.cs">
12701     <type name="Program">
12702       <method name="Int32 Main()">
12703         <size>85</size>
12704       </method>
12705       <method name="Void .ctor()">
12706         <size>7</size>
12707       </method>
12708     </type>
12709   </test>
12710   <test name="gtest-501.cs">
12711     <type name="UndoableDictionary`2[TKey,TValue]">
12712       <method name="Void TestFunc()">
12713         <size>1</size>
12714       </method>
12715       <method name="Void .ctor()">
12716         <size>7</size>
12717       </method>
12718     </type>
12719     <type name="UpdateableCollection`1[T]">
12720       <method name="Void AddReferences()">
12721         <size>1</size>
12722       </method>
12723       <method name="Void TestFunc()">
12724         <size>1</size>
12725       </method>
12726       <method name="Void .ctor()">
12727         <size>7</size>
12728       </method>
12729     </type>
12730     <type name="UpdateableCollection`1+X[T]">
12731       <method name="Void .ctor()">
12732         <size>7</size>
12733       </method>
12734     </type>
12735     <type name="C">
12736       <method name="Int32 Main()">
12737         <size>8</size>
12738       </method>
12739       <method name="Void .ctor()">
12740         <size>7</size>
12741       </method>
12742     </type>
12743   </test>
12744   <test name="gtest-502.cs">
12745     <type name="C`1[T]">
12746       <method name="Void .ctor()">
12747         <size>7</size>
12748       </method>
12749       <method name="Void .cctor()">
12750         <size>31</size>
12751       </method>
12752     </type>
12753     <type name="C`1+Foo`1[T,U]">
12754       <method name="Void .ctor()">
12755         <size>7</size>
12756       </method>
12757     </type>
12758     <type name="C`1+Simple[T]">
12759       <method name="Void .ctor()">
12760         <size>7</size>
12761       </method>
12762     </type>
12763     <type name="M">
12764       <method name="Void .ctor()">
12765         <size>7</size>
12766       </method>
12767     </type>
12768     <type name="A">
12769       <method name="Void .ctor()">
12770         <size>7</size>
12771       </method>
12772     </type>
12773     <type name="A+N`1[T]">
12774       <method name="Void .ctor()">
12775         <size>7</size>
12776       </method>
12777     </type>
12778     <type name="M">
12779       <method name="Int32 Main()">
12780         <size>40</size>
12781       </method>
12782     </type>
12783   </test>
12784   <test name="gtest-503.cs">
12785     <type name="TestAttribute">
12786       <method name="Void .ctor(Type)">
12787         <size>7</size>
12788       </method>
12789     </type>
12790     <type name="C`1[T]">
12791       <method name="Void .ctor()">
12792         <size>7</size>
12793       </method>
12794     </type>
12795     <type name="C`1+N`1[T,U]">
12796       <method name="Void .ctor()">
12797         <size>7</size>
12798       </method>
12799     </type>
12800     <type name="A">
12801       <method name="Int32 Main()">
12802         <size>28</size>
12803       </method>
12804       <method name="Void .ctor()">
12805         <size>7</size>
12806       </method>
12807     </type>
12808   </test>
12809   <test name="gtest-504.cs">
12810     <type name="C">
12811       <method name="Void Main()">
12812         <size>1</size>
12813       </method>
12814       <method name="Void .ctor()">
12815         <size>7</size>
12816       </method>
12817     </type>
12818   </test>
12819   <test name="gtest-505.cs">
12820     <type name="C">
12821       <method name="Int32 Test(System.Collections.Generic.List`1[System.Int32])">
12822         <size>3</size>
12823       </method>
12824       <method name="Int32 Test(System.String)">
12825         <size>3</size>
12826       </method>
12827       <method name="Int32 Test(Int32)">
12828         <size>2</size>
12829       </method>
12830       <method name="R Method[T,R](IEnumerable`1, System.Func`2[T,R])">
12831         <size>16</size>
12832       </method>
12833       <method name="R Method2[T,R](IEnumerable`1, System.Func`2[System.Collections.Generic.List`1[T],R])">
12834         <size>8</size>
12835       </method>
12836       <method name="Int32 Main()">
12837         <size>73</size>
12838       </method>
12839       <method name="Void .ctor()">
12840         <size>7</size>
12841       </method>
12842     </type>
12843   </test>
12844   <test name="gtest-506.cs">
12845     <type name="C">
12846       <method name="Void Main()">
12847         <size>9</size>
12848       </method>
12849       <method name="Void .ctor()">
12850         <size>7</size>
12851       </method>
12852     </type>
12853   </test>
12854   <test name="gtest-507.cs">
12855     <type name="A">
12856       <method name="Int32 Main()">
12857         <size>26</size>
12858       </method>
12859       <method name="Void .ctor()">
12860         <size>7</size>
12861       </method>
12862     </type>
12863     <type name="B`1[T]">
12864       <method name="Int32 get_Item(T)">
12865         <size>2</size>
12866       </method>
12867       <method name="Int32 get_Item(System.Object)">
12868         <size>2</size>
12869       </method>
12870       <method name="Void .ctor()">
12871         <size>7</size>
12872       </method>
12873     </type>
12874   </test>
12875   <test name="gtest-508.cs">
12876     <type name="B">
12877       <method name="Void Main()">
12878         <size>8</size>
12879       </method>
12880       <method name="Void .ctor(Int32)">
12881         <size>8</size>
12882       </method>
12883     </type>
12884     <type name="A`1[T]">
12885       <method name="Void .ctor(T)">
12886         <size>7</size>
12887       </method>
12888     </type>
12889   </test>
12890   <test name="gtest-509.cs">
12891     <type name="Test.Foo">
12892       <method name="Void .ctor()">
12893         <size>7</size>
12894       </method>
12895     </type>
12896     <type name="Test.TestClass">
12897       <method name="T Test.IBase.Get[T](System.Object)">
12898         <size>10</size>
12899       </method>
12900       <method name="T Get[T](System.Object)">
12901         <size>10</size>
12902       </method>
12903       <method name="Void Main(System.String[])">
12904         <size>17</size>
12905       </method>
12906       <method name="Void .ctor()">
12907         <size>7</size>
12908       </method>
12909     </type>
12910   </test>
12911   <test name="gtest-510.cs">
12912     <type name="CA`2[U,V]">
12913       <method name="Void .ctor()">
12914         <size>7</size>
12915       </method>
12916     </type>
12917     <type name="Map`2[K,T]">
12918       <method name="Void .ctor()">
12919         <size>7</size>
12920       </method>
12921     </type>
12922     <type name="S">
12923       <method name="Void Main()">
12924         <size>7</size>
12925       </method>
12926       <method name="Void .ctor()">
12927         <size>7</size>
12928       </method>
12929     </type>
12930   </test>
12931   <test name="gtest-511.cs">
12932     <type name="A`1[T]">
12933       <method name="Void .ctor()">
12934         <size>7</size>
12935       </method>
12936     </type>
12937     <type name="C">
12938       <method name="Void Foo[T](A`1[T])">
12939         <size>1</size>
12940       </method>
12941       <method name="Void .ctor()">
12942         <size>7</size>
12943       </method>
12944     </type>
12945     <type name="D">
12946       <method name="Void Foo[T](A`1[T])">
12947         <size>1</size>
12948       </method>
12949       <method name="Int32 Main()">
12950         <size>76</size>
12951       </method>
12952       <method name="Void .ctor()">
12953         <size>7</size>
12954       </method>
12955     </type>
12956   </test>
12957   <test name="gtest-512.cs">
12958     <type name="C">
12959       <method name="Void Main()">
12960         <size>5</size>
12961       </method>
12962       <method name="Void .ctor()">
12963         <size>7</size>
12964       </method>
12965     </type>
12966   </test>
12967   <test name="gtest-513.cs">
12968     <type name="S">
12969       <method name="Void System.IDisposable.Dispose()">
12970         <size>13</size>
12971       </method>
12972       <method name="Void Dispose()">
12973         <size>6</size>
12974       </method>
12975     </type>
12976     <type name="C">
12977       <method name="Void System.IDisposable.Dispose()">
12978         <size>1</size>
12979       </method>
12980       <method name="Void Dispose()">
12981         <size>6</size>
12982       </method>
12983       <method name="Void .ctor()">
12984         <size>7</size>
12985       </method>
12986     </type>
12987     <type name="Test">
12988       <method name="Int32 Main()">
12989         <size>154</size>
12990       </method>
12991       <method name="Void GenMethod[T](T)">
12992         <size>33</size>
12993       </method>
12994       <method name="Void .ctor()">
12995         <size>7</size>
12996       </method>
12997     </type>
12998   </test>
12999   <test name="gtest-514.cs">
13000     <type name="test2.Test`3[T,U,V]">
13001       <method name="Void Method()">
13002         <size>127</size>
13003       </method>
13004       <method name="Void .ctor()">
13005         <size>7</size>
13006       </method>
13007     </type>
13008     <type name="test2.MainClass">
13009       <method name="Void Dispose()">
13010         <size>1</size>
13011       </method>
13012       <method name="Void Main()">
13013         <size>11</size>
13014       </method>
13015       <method name="Void .ctor()">
13016         <size>7</size>
13017       </method>
13018     </type>
13019   </test>
13020   <test name="gtest-515.cs">
13021     <type name="A">
13022       <method name="I`1 Foo[T]()">
13023         <size>2</size>
13024       </method>
13025       <method name="Void .ctor()">
13026         <size>7</size>
13027       </method>
13028     </type>
13029     <type name="AA">
13030       <method name="I`1 Foo[V]()">
13031         <size>7</size>
13032       </method>
13033       <method name="Void .ctor()">
13034         <size>7</size>
13035       </method>
13036     </type>
13037     <type name="B">
13038       <method name="Void Dispose()">
13039         <size>1</size>
13040       </method>
13041       <method name="I`1 Foo[R]()">
13042         <size>7</size>
13043       </method>
13044       <method name="Void Main()">
13045         <size>12</size>
13046       </method>
13047       <method name="Void .ctor()">
13048         <size>7</size>
13049       </method>
13050     </type>
13051   </test>
13052   <test name="gtest-516.cs">
13053     <type name="B">
13054       <method name="Void Foo()">
13055         <size>15</size>
13056       </method>
13057       <method name="Void Main()">
13058         <size>1</size>
13059       </method>
13060       <method name="Void .ctor()">
13061         <size>7</size>
13062       </method>
13063     </type>
13064   </test>
13065   <test name="gtest-517.cs">
13066     <type name="C">
13067       <method name="Void .ctor()">
13068         <size>7</size>
13069       </method>
13070     </type>
13071     <type name="G`1[T]">
13072       <method name="Void .ctor()">
13073         <size>7</size>
13074       </method>
13075     </type>
13076     <type name="Test`1[U]">
13077       <method name="Void .ctor()">
13078         <size>7</size>
13079       </method>
13080     </type>
13081     <type name="M">
13082       <method name="Void Main()">
13083         <size>1</size>
13084       </method>
13085       <method name="Void .ctor()">
13086         <size>7</size>
13087       </method>
13088     </type>
13089   </test>
13090   <test name="gtest-518.cs">
13091     <type name="Top`1[X]">
13092       <method name="Void .ctor()">
13093         <size>7</size>
13094       </method>
13095     </type>
13096     <type name="Top`1+C[X]">
13097       <method name="Void .ctor()">
13098         <size>7</size>
13099       </method>
13100     </type>
13101     <type name="M">
13102       <method name="Int32 Main()">
13103         <size>2</size>
13104       </method>
13105       <method name="Void .ctor()">
13106         <size>7</size>
13107       </method>
13108     </type>
13109   </test>
13110   <test name="gtest-519.cs">
13111     <type name="G`1[T]">
13112       <method name="Void .ctor()">
13113         <size>7</size>
13114       </method>
13115     </type>
13116     <type name="A">
13117       <method name="Void Foo[U]()">
13118         <size>1</size>
13119       </method>
13120       <method name="Void Main()">
13121         <size>1</size>
13122       </method>
13123       <method name="Void .ctor()">
13124         <size>7</size>
13125       </method>
13126     </type>
13127   </test>
13128   <test name="gtest-520.cs">
13129     <type name="A">
13130       <method name="Void Method()">
13131         <size>1</size>
13132       </method>
13133       <method name="Void .ctor()">
13134         <size>7</size>
13135       </method>
13136     </type>
13137     <type name="C">
13138       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13139         <size>6</size>
13140       </method>
13141       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator()">
13142         <size>16</size>
13143       </method>
13144       <method name="Void .ctor()">
13145         <size>7</size>
13146       </method>
13147     </type>
13148     <type name="C+GetEnumerator">
13149       <method name="Void .ctor()">
13150         <size>7</size>
13151       </method>
13152     </type>
13153     <type name="D">
13154       <method name="Void .ctor()">
13155         <size>7</size>
13156       </method>
13157     </type>
13158     <type name="Test">
13159       <method name="Int32 Main()">
13160         <size>118</size>
13161       </method>
13162       <method name="Void .ctor()">
13163         <size>7</size>
13164       </method>
13165     </type>
13166   </test>
13167   <test name="gtest-521.cs">
13168     <type name="D">
13169       <method name="Void Invoke(System.Object)">
13170         <size>0</size>
13171       </method>
13172       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
13173         <size>0</size>
13174       </method>
13175       <method name="Void EndInvoke(IAsyncResult)">
13176         <size>0</size>
13177       </method>
13178       <method name="Void .ctor(Object, IntPtr)">
13179         <size>0</size>
13180       </method>
13181     </type>
13182     <type name="E`1[T]">
13183       <method name="Void Test()">
13184         <size>25</size>
13185       </method>
13186       <method name="Void EH(System.Object)">
13187         <size>1</size>
13188       </method>
13189       <method name="Void .ctor()">
13190         <size>7</size>
13191       </method>
13192     </type>
13193     <type name="E`1+I[T]">
13194       <method name="Void add_E(D)">
13195         <size>24</size>
13196       </method>
13197       <method name="Void remove_E(D)">
13198         <size>24</size>
13199       </method>
13200       <method name="Void .ctor()">
13201         <size>7</size>
13202       </method>
13203     </type>
13204     <type name="M">
13205       <method name="Void Main()">
13206         <size>6</size>
13207       </method>
13208       <method name="Void .ctor()">
13209         <size>7</size>
13210       </method>
13211     </type>
13212   </test>
13213   <test name="gtest-522.cs">
13214     <type name="C`1[T]">
13215       <method name="Void .ctor()">
13216         <size>7</size>
13217       </method>
13218     </type>
13219     <type name="X">
13220       <method name="Void Main()">
13221         <size>1</size>
13222       </method>
13223       <method name="Void Test[T](T)">
13224         <size>12</size>
13225       </method>
13226       <method name="Void A[U]()">
13227         <size>1</size>
13228       </method>
13229       <method name="Void .ctor()">
13230         <size>7</size>
13231       </method>
13232     </type>
13233   </test>
13234   <test name="gtest-523.cs">
13235     <type name="Test.TestClass4`1[T]">
13236       <method name="Boolean Equals(T)">
13237         <size>2</size>
13238       </method>
13239       <method name="Boolean Equals(TestClass4`1)">
13240         <size>2</size>
13241       </method>
13242       <method name="Boolean Equals(TestClass4`1, TestClass4`1)">
13243         <size>9</size>
13244       </method>
13245       <method name="Int32 GetHashCode(TestClass4`1)">
13246         <size>14</size>
13247       </method>
13248       <method name="Int32 GetHashCode()">
13249         <size>2</size>
13250       </method>
13251       <method name="Boolean Equals(System.Object)">
13252         <size>2</size>
13253       </method>
13254       <method name="Boolean op_Equality(TestClass4`1, TestClass4`1)">
13255         <size>9</size>
13256       </method>
13257       <method name="Boolean op_Equality(T, TestClass4`1)">
13258         <size>9</size>
13259       </method>
13260       <method name="Boolean op_Equality(TestClass4`1, T)">
13261         <size>9</size>
13262       </method>
13263       <method name="Boolean op_Equality(System.Object, TestClass4`1)">
13264         <size>15</size>
13265       </method>
13266       <method name="Boolean op_Equality(TestClass4`1, System.Object)">
13267         <size>15</size>
13268       </method>
13269       <method name="Boolean op_Inequality(TestClass4`1, TestClass4`1)">
13270         <size>11</size>
13271       </method>
13272       <method name="Boolean op_Inequality(T, TestClass4`1)">
13273         <size>11</size>
13274       </method>
13275       <method name="Boolean op_Inequality(TestClass4`1, T)">
13276         <size>11</size>
13277       </method>
13278       <method name="Boolean op_Inequality(System.Object, TestClass4`1)">
13279         <size>11</size>
13280       </method>
13281       <method name="Boolean op_Inequality(TestClass4`1, System.Object)">
13282         <size>11</size>
13283       </method>
13284     </type>
13285     <type name="Test.C">
13286       <method name="Void Main()">
13287         <size>9</size>
13288       </method>
13289       <method name="Void .ctor()">
13290         <size>7</size>
13291       </method>
13292     </type>
13293   </test>
13294   <test name="gtest-524.cs">
13295     <type name="C">
13296       <method name="T M[T]()">
13297         <size>16</size>
13298       </method>
13299       <method name="Int32 Main()">
13300         <size>14</size>
13301       </method>
13302       <method name="Void .ctor()">
13303         <size>7</size>
13304       </method>
13305     </type>
13306   </test>
13307   <test name="gtest-525.cs">
13308     <type name="A">
13309       <method name="Void MA[T](System.String)">
13310         <size>1</size>
13311       </method>
13312       <method name="Void F()">
13313         <size>1</size>
13314       </method>
13315       <method name="Void .ctor()">
13316         <size>7</size>
13317       </method>
13318     </type>
13319     <type name="A+C">
13320       <method name="Void Foo()">
13321         <size>16</size>
13322       </method>
13323       <method name="Void Main()">
13324         <size>11</size>
13325       </method>
13326       <method name="Void .ctor()">
13327         <size>7</size>
13328       </method>
13329     </type>
13330   </test>
13331   <test name="gtest-526.cs">
13332     <type name="A`1[U]">
13333       <method name="Void .ctor()">
13334         <size>7</size>
13335       </method>
13336     </type>
13337     <type name="B`1[T]">
13338       <method name="Void .ctor()">
13339         <size>7</size>
13340       </method>
13341     </type>
13342     <type name="B`1+N[T]">
13343       <method name="Void Test(C)">
13344         <size>8</size>
13345       </method>
13346       <method name="Void .ctor()">
13347         <size>7</size>
13348       </method>
13349     </type>
13350     <type name="C">
13351       <method name="Void Main()">
13352         <size>16</size>
13353       </method>
13354       <method name="Void .ctor()">
13355         <size>7</size>
13356       </method>
13357     </type>
13358   </test>
13359   <test name="gtest-527.cs">
13360     <type name="CoalescingWithGenericsBug">
13361       <method name="T Provide[T]()">
13362         <size>23</size>
13363       </method>
13364       <method name="T FindExisting[T]()">
13365         <size>7</size>
13366       </method>
13367       <method name="Int32 Main()">
13368         <size>12</size>
13369       </method>
13370     </type>
13371     <type name="CoalescingWithGenericsBug+Service">
13372       <method name="Void Foo()">
13373         <size>1</size>
13374       </method>
13375       <method name="Void .ctor()">
13376         <size>7</size>
13377       </method>
13378     </type>
13379   </test>
13380   <test name="gtest-528.cs">
13381     <type name="GenericType`1[U]">
13382       <method name="Void .ctor()">
13383         <size>7</size>
13384       </method>
13385     </type>
13386     <type name="Base">
13387       <method name="T Test[T](GenericType`1[T])">
13388         <size>7</size>
13389       </method>
13390       <method name="Void .ctor()">
13391         <size>7</size>
13392       </method>
13393     </type>
13394     <type name="Override">
13395       <method name="T Test[T](GenericType`1[T])">
13396         <size>8</size>
13397       </method>
13398       <method name="Int32 Main()">
13399         <size>20</size>
13400       </method>
13401       <method name="Void .ctor()">
13402         <size>7</size>
13403       </method>
13404     </type>
13405   </test>
13406   <test name="gtest-529.cs">
13407     <type name="GenericType`2[U,V]">
13408       <method name="Void .ctor()">
13409         <size>7</size>
13410       </method>
13411     </type>
13412     <type name="Base`1[V]">
13413       <method name="T Test[T](GenericType`2[T,V])">
13414         <size>7</size>
13415       </method>
13416       <method name="Void .ctor()">
13417         <size>7</size>
13418       </method>
13419     </type>
13420     <type name="Override`1[W]">
13421       <method name="T Test[T](GenericType`2[T,W])">
13422         <size>8</size>
13423       </method>
13424       <method name="Void .ctor()">
13425         <size>7</size>
13426       </method>
13427     </type>
13428     <type name="M">
13429       <method name="Int32 Main()">
13430         <size>20</size>
13431       </method>
13432       <method name="Void .ctor()">
13433         <size>7</size>
13434       </method>
13435     </type>
13436   </test>
13437   <test name="gtest-530.cs">
13438     <type name="B">
13439       <method name="Void Main()">
13440         <size>1</size>
13441       </method>
13442       <method name="Void .ctor()">
13443         <size>7</size>
13444       </method>
13445     </type>
13446     <type name="B2">
13447       <method name="Void .ctor()">
13448         <size>7</size>
13449       </method>
13450     </type>
13451     <type name="A">
13452       <method name="Void .ctor()">
13453         <size>7</size>
13454       </method>
13455     </type>
13456     <type name="G`1[T]">
13457       <method name="Void .ctor()">
13458         <size>7</size>
13459       </method>
13460     </type>
13461   </test>
13462   <test name="gtest-531.cs">
13463     <type name="ATop`1[T]">
13464       <method name="T[] IB&lt;T&gt;.ToArray(T[])">
13465         <size>2</size>
13466       </method>
13467       <method name="Void IC.ToArray()">
13468         <size>1</size>
13469       </method>
13470       <method name="Void Test()">
13471         <size>37</size>
13472       </method>
13473       <method name="Void .ctor()">
13474         <size>7</size>
13475       </method>
13476     </type>
13477     <type name="M">
13478       <method name="Int32 Main()">
13479         <size>12</size>
13480       </method>
13481       <method name="Void .ctor()">
13482         <size>7</size>
13483       </method>
13484     </type>
13485   </test>
13486   <test name="gtest-532.cs">
13487     <type name="DictionaryServicesContainer">
13488       <method name="Void Register[I,T]()">
13489         <size>6</size>
13490       </method>
13491       <method name="Void Register[I](System.Object)">
13492         <size>6</size>
13493       </method>
13494       <method name="I Resolve[I]()">
13495         <size>6</size>
13496       </method>
13497       <method name="Void Main()">
13498         <size>7</size>
13499       </method>
13500       <method name="Void .ctor()">
13501         <size>7</size>
13502       </method>
13503     </type>
13504   </test>
13505   <test name="gtest-533.cs">
13506     <type name="List`1[X]">
13507       <method name="Void .ctor()">
13508         <size>7</size>
13509       </method>
13510     </type>
13511     <type name="List`1+Comp`1[X,Y]">
13512       <method name="List`1+Comp`1[Y,X] flip(Y, X)">
13513         <size>7</size>
13514       </method>
13515       <method name="Void .ctor()">
13516         <size>7</size>
13517       </method>
13518     </type>
13519     <type name="List`1+Flip`1[X,Z]">
13520       <method name="Void .ctor(Comp`1)">
13521         <size>14</size>
13522       </method>
13523     </type>
13524     <type name="C">
13525       <method name="Int32 Main()">
13526         <size>15</size>
13527       </method>
13528       <method name="Void .ctor()">
13529         <size>7</size>
13530       </method>
13531     </type>
13532   </test>
13533   <test name="gtest-534.cs">
13534     <type name="A">
13535       <method name="Void Method(IG`1)">
13536         <size>1</size>
13537       </method>
13538       <method name="Int32 Main()">
13539         <size>13</size>
13540       </method>
13541       <method name="Void .ctor()">
13542         <size>7</size>
13543       </method>
13544     </type>
13545   </test>
13546   <test name="gtest-535.cs">
13547     <type name="G`1[T]">
13548       <method name="Void .ctor()">
13549         <size>7</size>
13550       </method>
13551     </type>
13552     <type name="A">
13553       <method name="Int32 Foo[T](T, G`1[T])">
13554         <size>2</size>
13555       </method>
13556       <method name="Int32 Foo[T](T, System.Object)">
13557         <size>2</size>
13558       </method>
13559       <method name="Int32 Main()">
13560         <size>34</size>
13561       </method>
13562       <method name="Void .ctor()">
13563         <size>7</size>
13564       </method>
13565     </type>
13566   </test>
13567   <test name="gtest-536.cs">
13568     <type name="Test">
13569       <method name="Void Main()">
13570         <size>6</size>
13571       </method>
13572       <method name="Void .ctor()">
13573         <size>7</size>
13574       </method>
13575     </type>
13576     <type name="Test+Expression`1[TDelegate]">
13577       <method name="Void .ctor()">
13578         <size>7</size>
13579       </method>
13580     </type>
13581     <type name="Test+Expression">
13582       <method name="Void Test()">
13583         <size>1</size>
13584       </method>
13585       <method name="Void .ctor()">
13586         <size>7</size>
13587       </method>
13588     </type>
13589   </test>
13590   <test name="gtest-537.cs">
13591     <type name="Test">
13592       <method name="Int32 Main()">
13593         <size>86</size>
13594       </method>
13595       <method name="Void .ctor()">
13596         <size>7</size>
13597       </method>
13598     </type>
13599     <type name="S">
13600       <method name="System.String op_BitwiseOr(S, Nullable`1)">
13601         <size>6</size>
13602       </method>
13603       <method name="Nullable`1 op_Addition(S, Nullable`1)">
13604         <size>8</size>
13605       </method>
13606     </type>
13607   </test>
13608   <test name="gtest-538.cs">
13609     <type name="S">
13610       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13611         <size>6</size>
13612       </method>
13613       <method name="IEnumerator`1 GetEnumerator()">
13614         <size>15</size>
13615       </method>
13616       <method name="Void .ctor(Int32)">
13617         <size>1</size>
13618       </method>
13619     </type>
13620     <type name="S2">
13621       <method name="IEnumerator`1 GetEnumerator()">
13622         <size>15</size>
13623       </method>
13624     </type>
13625     <type name="Enumerator`1[T]">
13626       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13627         <size>6</size>
13628       </method>
13629       <method name="T get_Current()">
13630         <size>6</size>
13631       </method>
13632       <method name="Boolean MoveNext()">
13633         <size>2</size>
13634       </method>
13635       <method name="Void Reset()">
13636         <size>6</size>
13637       </method>
13638       <method name="Void Dispose()">
13639         <size>13</size>
13640       </method>
13641     </type>
13642     <type name="MySystem">
13643       <method name="Int32 Main()">
13644         <size>182</size>
13645       </method>
13646       <method name="Void .ctor()">
13647         <size>7</size>
13648       </method>
13649     </type>
13650   </test>
13651   <test name="gtest-539.cs">
13652     <type name="S">
13653       <method name="Int32 get_ID()">
13654         <size>7</size>
13655       </method>
13656       <method name="Void set_ID(Int32)">
13657         <size>8</size>
13658       </method>
13659     </type>
13660     <type name="C">
13661       <method name="C op_Explicit(S)">
13662         <size>11</size>
13663       </method>
13664       <method name="C op_Explicit(Nullable`1)">
13665         <size>39</size>
13666       </method>
13667       <method name="Void .ctor(Int32)">
13668         <size>14</size>
13669       </method>
13670     </type>
13671     <type name="Test">
13672       <method name="Int32 Main()">
13673         <size>79</size>
13674       </method>
13675       <method name="Void .ctor()">
13676         <size>7</size>
13677       </method>
13678     </type>
13679   </test>
13680   <test name="gtest-540.cs">
13681     <type name="C">
13682       <method name="Int32 Main()">
13683         <size>809</size>
13684       </method>
13685       <method name="Void .ctor()">
13686         <size>7</size>
13687       </method>
13688     </type>
13689   </test>
13690   <test name="gtest-541.cs">
13691     <type name="Foo">
13692       <method name="Void .ctor()">
13693         <size>7</size>
13694       </method>
13695     </type>
13696     <type name="Top`1[S]">
13697       <method name="Void .ctor()">
13698         <size>7</size>
13699       </method>
13700     </type>
13701     <type name="Top`1+Base`1[S,T]">
13702       <method name="Void .ctor()">
13703         <size>7</size>
13704       </method>
13705     </type>
13706     <type name="Top`1+Base`1+Derived`1[S,T,U]">
13707       <method name="Void Test()">
13708         <size>1</size>
13709       </method>
13710       <method name="Void .ctor()">
13711         <size>7</size>
13712       </method>
13713     </type>
13714     <type name="Test">
13715       <method name="Int32 Main()">
13716         <size>14</size>
13717       </method>
13718       <method name="Void .ctor()">
13719         <size>7</size>
13720       </method>
13721     </type>
13722   </test>
13723   <test name="gtest-542.cs">
13724     <type name="A`1[T]">
13725       <method name="T getT()">
13726         <size>0</size>
13727       </method>
13728       <method name="Void .ctor()">
13729         <size>7</size>
13730       </method>
13731     </type>
13732     <type name="A`1+B[T]">
13733       <method name="A`1+B[T] getT()">
13734         <size>2</size>
13735       </method>
13736       <method name="Void .ctor()">
13737         <size>7</size>
13738       </method>
13739     </type>
13740     <type name="C">
13741       <method name="Int32 Main()">
13742         <size>22</size>
13743       </method>
13744       <method name="Void .ctor()">
13745         <size>7</size>
13746       </method>
13747     </type>
13748   </test>
13749   <test name="gtest-anon-1.cs">
13750     <type name="X">
13751       <method name="Void .ctor()">
13752         <size>7</size>
13753       </method>
13754       <method name="Void Hello[U](U)">
13755         <size>1</size>
13756       </method>
13757       <method name="Void Test[T](T)">
13758         <size>64</size>
13759       </method>
13760       <method name="Void Main()">
13761         <size>14</size>
13762       </method>
13763     </type>
13764     <type name="Foo">
13765       <method name="Void .ctor(Object, IntPtr)">
13766         <size>0</size>
13767       </method>
13768       <method name="Void Invoke()">
13769         <size>0</size>
13770       </method>
13771       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13772         <size>0</size>
13773       </method>
13774       <method name="Void EndInvoke(IAsyncResult)">
13775         <size>0</size>
13776       </method>
13777     </type>
13778     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
13779       <method name="Void .ctor()">
13780         <size>7</size>
13781       </method>
13782       <method name="Void &lt;&gt;m__0()">
13783         <size>18</size>
13784       </method>
13785     </type>
13786   </test>
13787   <test name="gtest-anon-10.cs">
13788     <type name="X">
13789       <method name="Void .ctor()">
13790         <size>7</size>
13791       </method>
13792       <method name="IEnumerable`1 Test[T](T, T)">
13793         <size>44</size>
13794       </method>
13795       <method name="Int32 Main()">
13796         <size>97</size>
13797       </method>
13798     </type>
13799     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
13800       <method name="Void .ctor()">
13801         <size>7</size>
13802       </method>
13803       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13804         <size>12</size>
13805       </method>
13806       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13807         <size>7</size>
13808       </method>
13809       <method name="Boolean MoveNext()">
13810         <size>108</size>
13811       </method>
13812       <method name="Void Dispose()">
13813         <size>8</size>
13814       </method>
13815       <method name="Void Reset()">
13816         <size>6</size>
13817       </method>
13818       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
13819         <size>7</size>
13820       </method>
13821       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
13822         <size>52</size>
13823       </method>
13824     </type>
13825   </test>
13826   <test name="gtest-anon-11.cs">
13827     <type name="Test`1[R]">
13828       <method name="Void .ctor()">
13829         <size>7</size>
13830       </method>
13831       <method name="Void World[S,T](S, T)">
13832         <size>1</size>
13833       </method>
13834       <method name="Void Hello[U,V](U, V)">
13835         <size>47</size>
13836       </method>
13837     </type>
13838     <type name="X">
13839       <method name="Void .ctor()">
13840         <size>7</size>
13841       </method>
13842       <method name="Void Main()">
13843         <size>21</size>
13844       </method>
13845     </type>
13846     <type name="Foo">
13847       <method name="Void .ctor(Object, IntPtr)">
13848         <size>0</size>
13849       </method>
13850       <method name="Void Invoke()">
13851         <size>0</size>
13852       </method>
13853       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13854         <size>0</size>
13855       </method>
13856       <method name="Void EndInvoke(IAsyncResult)">
13857         <size>0</size>
13858       </method>
13859     </type>
13860     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
13861       <method name="Void .ctor()">
13862         <size>7</size>
13863       </method>
13864       <method name="Void &lt;&gt;m__0()">
13865         <size>24</size>
13866       </method>
13867     </type>
13868   </test>
13869   <test name="gtest-anon-12.cs">
13870     <type name="World`1[T]">
13871       <method name="Void .ctor()">
13872         <size>7</size>
13873       </method>
13874       <method name="Void Hello[U](U)">
13875         <size>1</size>
13876       </method>
13877       <method name="Void Test(T)">
13878         <size>46</size>
13879       </method>
13880     </type>
13881     <type name="X">
13882       <method name="Void .ctor()">
13883         <size>7</size>
13884       </method>
13885       <method name="Void Main()">
13886         <size>18</size>
13887       </method>
13888     </type>
13889     <type name="Foo">
13890       <method name="Void .ctor(Object, IntPtr)">
13891         <size>0</size>
13892       </method>
13893       <method name="Void Invoke()">
13894         <size>0</size>
13895       </method>
13896       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13897         <size>0</size>
13898       </method>
13899       <method name="Void EndInvoke(IAsyncResult)">
13900         <size>0</size>
13901       </method>
13902     </type>
13903     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
13904       <method name="Void .ctor()">
13905         <size>7</size>
13906       </method>
13907       <method name="Void &lt;&gt;m__0()">
13908         <size>18</size>
13909       </method>
13910     </type>
13911   </test>
13912   <test name="gtest-anon-13.cs">
13913     <type name="X">
13914       <method name="Void .ctor()">
13915         <size>7</size>
13916       </method>
13917       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
13918         <size>13</size>
13919       </method>
13920       <method name="Void Main()">
13921         <size>1</size>
13922       </method>
13923     </type>
13924     <type name="X+ModuleBinder`1[T]">
13925       <method name="Void .ctor(Object, IntPtr)">
13926         <size>0</size>
13927       </method>
13928       <method name="T Invoke(System.Object)">
13929         <size>0</size>
13930       </method>
13931       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
13932         <size>0</size>
13933       </method>
13934       <method name="T EndInvoke(IAsyncResult)">
13935         <size>0</size>
13936       </method>
13937     </type>
13938     <type name="X">
13939       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
13940         <size>7</size>
13941       </method>
13942     </type>
13943   </test>
13944   <test name="gtest-anon-14.cs">
13945     <type name="T">
13946       <method name="Void .ctor()">
13947         <size>7</size>
13948       </method>
13949       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
13950         <size>1</size>
13951       </method>
13952       <method name="Void SomeCaller()">
13953         <size>36</size>
13954       </method>
13955       <method name="Void Main()">
13956         <size>1</size>
13957       </method>
13958       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
13959         <size>2</size>
13960       </method>
13961     </type>
13962   </test>
13963   <test name="gtest-anon-15.cs">
13964     <type name="Test`1[T]">
13965       <method name="Void .ctor()">
13966         <size>7</size>
13967       </method>
13968       <method name="Void Hello[S](T, S)">
13969         <size>42</size>
13970       </method>
13971     </type>
13972     <type name="X">
13973       <method name="Void .ctor()">
13974         <size>7</size>
13975       </method>
13976       <method name="Void Main()">
13977         <size>16</size>
13978       </method>
13979     </type>
13980     <type name="Foo`1[V]">
13981       <method name="Void .ctor(Object, IntPtr)">
13982         <size>0</size>
13983       </method>
13984       <method name="Void Invoke(V)">
13985         <size>0</size>
13986       </method>
13987       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
13988         <size>0</size>
13989       </method>
13990       <method name="Void EndInvoke(IAsyncResult)">
13991         <size>0</size>
13992       </method>
13993     </type>
13994     <type name="Bar`1[W]">
13995       <method name="Void .ctor(Object, IntPtr)">
13996         <size>0</size>
13997       </method>
13998       <method name="Void Invoke(W)">
13999         <size>0</size>
14000       </method>
14001       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
14002         <size>0</size>
14003       </method>
14004       <method name="Void EndInvoke(IAsyncResult)">
14005         <size>0</size>
14006       </method>
14007     </type>
14008     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
14009       <method name="Void .ctor()">
14010         <size>7</size>
14011       </method>
14012       <method name="Void &lt;&gt;m__0(Int64)">
14013         <size>57</size>
14014       </method>
14015     </type>
14016     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
14017       <method name="Void .ctor()">
14018         <size>7</size>
14019       </method>
14020       <method name="Void &lt;&gt;m__1(T)">
14021         <size>65</size>
14022       </method>
14023     </type>
14024   </test>
14025   <test name="gtest-anon-16.cs">
14026     <type name="A">
14027       <method name="Void .ctor(TestFunc`1)">
14028         <size>7</size>
14029       </method>
14030       <method name="Void Main()">
14031         <size>1</size>
14032       </method>
14033     </type>
14034     <type name="TestClass">
14035       <method name="Void .ctor()">
14036         <size>47</size>
14037       </method>
14038       <method name="Void Func[T](TestFunc`1[T])">
14039         <size>1</size>
14040       </method>
14041     </type>
14042     <type name="TestFunc`1[T]">
14043       <method name="Void .ctor(Object, IntPtr)">
14044         <size>0</size>
14045       </method>
14046       <method name="Void Invoke(T)">
14047         <size>0</size>
14048       </method>
14049       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14050         <size>0</size>
14051       </method>
14052       <method name="Void EndInvoke(IAsyncResult)">
14053         <size>0</size>
14054       </method>
14055     </type>
14056     <type name="TestClass">
14057       <method name="Void &lt;a&gt;m__0(Int32)">
14058         <size>1</size>
14059       </method>
14060     </type>
14061   </test>
14062   <test name="gtest-anon-17.cs">
14063     <type name="C">
14064       <method name="Void .ctor()">
14065         <size>7</size>
14066       </method>
14067       <method name="Void Test[T,U](C+Func`1[T], U)">
14068         <size>1</size>
14069       </method>
14070       <method name="Void Main()">
14071         <size>75</size>
14072       </method>
14073     </type>
14074     <type name="C+Func`1[T]">
14075       <method name="Void .ctor(Object, IntPtr)">
14076         <size>0</size>
14077       </method>
14078       <method name="T Invoke(T)">
14079         <size>0</size>
14080       </method>
14081       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14082         <size>0</size>
14083       </method>
14084       <method name="T EndInvoke(IAsyncResult)">
14085         <size>0</size>
14086       </method>
14087     </type>
14088     <type name="C">
14089       <method name="Int32 &lt;Main&gt;m__0(Int32)">
14090         <size>2</size>
14091       </method>
14092       <method name="Int32 &lt;Main&gt;m__1(Int32)">
14093         <size>2</size>
14094       </method>
14095     </type>
14096   </test>
14097   <test name="gtest-anon-18.cs">
14098     <type name="C">
14099       <method name="Void .ctor()">
14100         <size>7</size>
14101       </method>
14102       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
14103         <size>10</size>
14104       </method>
14105       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
14106         <size>10</size>
14107       </method>
14108       <method name="Void Test2[T]()">
14109         <size>19</size>
14110       </method>
14111       <method name="Void Main()">
14112         <size>100</size>
14113       </method>
14114     </type>
14115     <type name="C+Func`2[TR,TA]">
14116       <method name="Void .ctor(Object, IntPtr)">
14117         <size>0</size>
14118       </method>
14119       <method name="TR Invoke(TA)">
14120         <size>0</size>
14121       </method>
14122       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
14123         <size>0</size>
14124       </method>
14125       <method name="TR EndInvoke(IAsyncResult)">
14126         <size>0</size>
14127       </method>
14128     </type>
14129     <type name="C">
14130       <method name="Int32 &lt;Main&gt;m__1(Int32)">
14131         <size>16</size>
14132       </method>
14133       <method name="System.String &lt;Main&gt;m__2(Int32)">
14134         <size>6</size>
14135       </method>
14136       <method name="System.String &lt;Main&gt;m__3(Int32)">
14137         <size>6</size>
14138       </method>
14139       <method name="T &lt;Test2`1&gt;m__0[T](T)">
14140         <size>2</size>
14141       </method>
14142     </type>
14143   </test>
14144   <test name="gtest-anon-19.cs">
14145     <type name="Test">
14146       <method name="Void .ctor()">
14147         <size>7</size>
14148       </method>
14149       <method name="Void TestNaturalSort()">
14150         <size>31</size>
14151       </method>
14152       <method name="Void Main()">
14153         <size>6</size>
14154       </method>
14155     </type>
14156     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
14157       <method name="Void .ctor()">
14158         <size>7</size>
14159       </method>
14160       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
14161         <size>113</size>
14162       </method>
14163     </type>
14164     <type name="Test">
14165       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
14166         <size>106</size>
14167       </method>
14168     </type>
14169     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
14170       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
14171         <size>113</size>
14172       </method>
14173     </type>
14174   </test>
14175   <test name="gtest-anon-2.cs">
14176     <type name="X">
14177       <method name="Void .ctor()">
14178         <size>7</size>
14179       </method>
14180       <method name="Void Hello[U](U)">
14181         <size>1</size>
14182       </method>
14183       <method name="Void Test[T](T)">
14184         <size>71</size>
14185       </method>
14186       <method name="Void Main()">
14187         <size>14</size>
14188       </method>
14189     </type>
14190     <type name="Simple">
14191       <method name="Void .ctor(Object, IntPtr)">
14192         <size>0</size>
14193       </method>
14194       <method name="Void Invoke()">
14195         <size>0</size>
14196       </method>
14197       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14198         <size>0</size>
14199       </method>
14200       <method name="Void EndInvoke(IAsyncResult)">
14201         <size>0</size>
14202       </method>
14203     </type>
14204     <type name="Foo">
14205       <method name="Void .ctor(Object, IntPtr)">
14206         <size>0</size>
14207       </method>
14208       <method name="Simple Invoke()">
14209         <size>0</size>
14210       </method>
14211       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14212         <size>0</size>
14213       </method>
14214       <method name="Simple EndInvoke(IAsyncResult)">
14215         <size>0</size>
14216       </method>
14217     </type>
14218     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
14219       <method name="Void .ctor()">
14220         <size>7</size>
14221       </method>
14222       <method name="Simple &lt;&gt;m__0()">
14223         <size>55</size>
14224       </method>
14225     </type>
14226     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
14227       <method name="Void .ctor()">
14228         <size>7</size>
14229       </method>
14230       <method name="Void &lt;&gt;m__1()">
14231         <size>50</size>
14232       </method>
14233     </type>
14234   </test>
14235   <test name="gtest-anon-21.cs">
14236     <type name="BaseObject">
14237       <method name="Void .ctor()">
14238         <size>7</size>
14239       </method>
14240       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
14241         <size>53</size>
14242       </method>
14243       <method name="T MakeSomething[T]()">
14244         <size>7</size>
14245       </method>
14246       <method name="Int32 Main()">
14247         <size>10</size>
14248       </method>
14249       <method name="Void Closure(EmptyDelegate)">
14250         <size>1</size>
14251       </method>
14252     </type>
14253     <type name="EmptyDelegate">
14254       <method name="Void .ctor(Object, IntPtr)">
14255         <size>0</size>
14256       </method>
14257       <method name="Void Invoke()">
14258         <size>0</size>
14259       </method>
14260       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14261         <size>0</size>
14262       </method>
14263       <method name="Void EndInvoke(IAsyncResult)">
14264         <size>0</size>
14265       </method>
14266     </type>
14267     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
14268       <method name="Void .ctor()">
14269         <size>7</size>
14270       </method>
14271       <method name="Void &lt;&gt;m__0()">
14272         <size>17</size>
14273       </method>
14274     </type>
14275   </test>
14276   <test name="gtest-anon-22.cs">
14277     <type name="C">
14278       <method name="Void .ctor()">
14279         <size>7</size>
14280       </method>
14281       <method name="Int32 Foo(D1)">
14282         <size>2</size>
14283       </method>
14284       <method name="Int32 Foo(D2)">
14285         <size>2</size>
14286       </method>
14287       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
14288         <size>2</size>
14289       </method>
14290       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
14291         <size>2</size>
14292       </method>
14293       <method name="Int32 Main()">
14294         <size>82</size>
14295       </method>
14296     </type>
14297     <type name="D1">
14298       <method name="Void .ctor(Object, IntPtr)">
14299         <size>0</size>
14300       </method>
14301       <method name="Int32 Invoke()">
14302         <size>0</size>
14303       </method>
14304       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14305         <size>0</size>
14306       </method>
14307       <method name="Int32 EndInvoke(IAsyncResult)">
14308         <size>0</size>
14309       </method>
14310     </type>
14311     <type name="D2">
14312       <method name="Void .ctor(Object, IntPtr)">
14313         <size>0</size>
14314       </method>
14315       <method name="Int64 Invoke()">
14316         <size>0</size>
14317       </method>
14318       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14319         <size>0</size>
14320       </method>
14321       <method name="Int64 EndInvoke(IAsyncResult)">
14322         <size>0</size>
14323       </method>
14324     </type>
14325     <type name="C">
14326       <method name="Int32 &lt;Main&gt;m__0()">
14327         <size>2</size>
14328       </method>
14329     </type>
14330   </test>
14331   <test name="gtest-anon-23.cs">
14332     <type name="MemberAccessData">
14333       <method name="Void .ctor()">
14334         <size>7</size>
14335       </method>
14336       <method name="Void set_MyTypeProperty(Nullable`1)">
14337         <size>8</size>
14338       </method>
14339       <method name="Nullable`1 get_MyTypeProperty()">
14340         <size>7</size>
14341       </method>
14342     </type>
14343     <type name="C">
14344       <method name="Void .ctor()">
14345         <size>7</size>
14346       </method>
14347       <method name="Void Test(C+D)">
14348         <size>1</size>
14349       </method>
14350       <method name="Void Main()">
14351         <size>212</size>
14352       </method>
14353     </type>
14354     <type name="C+D">
14355       <method name="Void .ctor(Object, IntPtr)">
14356         <size>0</size>
14357       </method>
14358       <method name="Void Invoke()">
14359         <size>0</size>
14360       </method>
14361       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14362         <size>0</size>
14363       </method>
14364       <method name="Void EndInvoke(IAsyncResult)">
14365         <size>0</size>
14366       </method>
14367     </type>
14368     <type name="C+&lt;Main&gt;c__AnonStorey0">
14369       <method name="Void .ctor()">
14370         <size>7</size>
14371       </method>
14372       <method name="Void &lt;&gt;m__1()">
14373         <size>38</size>
14374       </method>
14375     </type>
14376     <type name="C">
14377       <method name="Void &lt;Main&gt;m__3()">
14378         <size>16</size>
14379       </method>
14380       <method name="Void &lt;Main&gt;m__4()">
14381         <size>16</size>
14382       </method>
14383       <method name="Void &lt;Main&gt;m__5()">
14384         <size>61</size>
14385       </method>
14386     </type>
14387     <type name="&lt;PrivateImplementationDetails&gt;">
14388       <method name="Void .ctor()">
14389         <size>7</size>
14390       </method>
14391     </type>
14392     <type name="B">
14393       <method name="Void BaseM()">
14394         <size>1</size>
14395       </method>
14396       <method name="Void .ctor()">
14397         <size>7</size>
14398       </method>
14399     </type>
14400     <type name="C">
14401       <method name="Void InstanceTests()">
14402         <size>18</size>
14403       </method>
14404       <method name="Void &lt;InstanceTests&gt;m__0()">
14405         <size>7</size>
14406       </method>
14407       <method name="Void &lt;Main&gt;m__6()">
14408         <size>53</size>
14409       </method>
14410     </type>
14411     <type name="C+&lt;Main&gt;c__AnonStorey0">
14412       <method name="Void &lt;&gt;m__2()">
14413         <size>32</size>
14414       </method>
14415     </type>
14416     <type name="C">
14417       <method name="Void &lt;BaseM&gt;__BaseCallProxy0()">
14418         <size>7</size>
14419       </method>
14420     </type>
14421   </test>
14422   <test name="gtest-anon-24.cs">
14423     <type name="Disposable`1[T]">
14424       <method name="Void .ctor()">
14425         <size>7</size>
14426       </method>
14427       <method name="Void Dispose()">
14428         <size>1</size>
14429       </method>
14430     </type>
14431     <type name="Test">
14432       <method name="Void .ctor()">
14433         <size>7</size>
14434       </method>
14435       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
14436         <size>38</size>
14437       </method>
14438       <method name="System.Func`1[T] Throw[T](T)">
14439         <size>26</size>
14440       </method>
14441       <method name="System.Func`1[T] Do[T](T)">
14442         <size>26</size>
14443       </method>
14444       <method name="System.Func`1[T] Lock[T](T)">
14445         <size>26</size>
14446       </method>
14447       <method name="System.Func`1[T] Catch[T](T)">
14448         <size>26</size>
14449       </method>
14450       <method name="System.Func`1[T] Finally[T](T)">
14451         <size>26</size>
14452       </method>
14453       <method name="System.Func`1[T] Using[T](T)">
14454         <size>57</size>
14455       </method>
14456       <method name="System.Func`1[T] Switch[T](T)">
14457         <size>38</size>
14458       </method>
14459       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
14460         <size>26</size>
14461       </method>
14462       <method name="Int32 Main()">
14463         <size>570</size>
14464       </method>
14465     </type>
14466     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
14467       <method name="Void .ctor()">
14468         <size>7</size>
14469       </method>
14470       <method name="T[] &lt;&gt;m__0()">
14471         <size>56</size>
14472       </method>
14473     </type>
14474     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
14475       <method name="Void .ctor()">
14476         <size>7</size>
14477       </method>
14478       <method name="T &lt;&gt;m__1()">
14479         <size>23</size>
14480       </method>
14481     </type>
14482     <type name="Test">
14483       <method name="Void ArrayMutate[T](T[])">
14484         <size>27</size>
14485       </method>
14486       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
14487         <size>26</size>
14488       </method>
14489       <method name="System.Func`1[System.Type] TypeOf[T](T)">
14490         <size>38</size>
14491       </method>
14492     </type>
14493     <type name="Test+&lt;TypeOf&gt;c__AnonStorey2`1[T]">
14494       <method name="System.Type &lt;&gt;m__2()">
14495         <size>56</size>
14496       </method>
14497       <method name="Void .ctor()">
14498         <size>7</size>
14499       </method>
14500     </type>
14501     <type name="Test+&lt;Do&gt;c__AnonStorey3`1[T]">
14502       <method name="T &lt;&gt;m__3()">
14503         <size>28</size>
14504       </method>
14505       <method name="Void .ctor()">
14506         <size>7</size>
14507       </method>
14508     </type>
14509     <type name="Test+&lt;Lock&gt;c__AnonStorey4`1[T]">
14510       <method name="T &lt;&gt;m__4()">
14511         <size>65</size>
14512       </method>
14513       <method name="Void .ctor()">
14514         <size>7</size>
14515       </method>
14516     </type>
14517     <type name="Test+&lt;Catch&gt;c__AnonStorey5`1[T]">
14518       <method name="T &lt;&gt;m__5()">
14519         <size>48</size>
14520       </method>
14521       <method name="Void .ctor()">
14522         <size>7</size>
14523       </method>
14524     </type>
14525     <type name="Test+&lt;Finally&gt;c__AnonStorey6`1[T]">
14526       <method name="T &lt;&gt;m__6()">
14527         <size>50</size>
14528       </method>
14529       <method name="Void .ctor()">
14530         <size>7</size>
14531       </method>
14532     </type>
14533     <type name="Test+&lt;Using&gt;c__AnonStorey7`1[T]">
14534       <method name="T &lt;&gt;m__7()">
14535         <size>7</size>
14536       </method>
14537       <method name="Void .ctor()">
14538         <size>7</size>
14539       </method>
14540     </type>
14541     <type name="Test+&lt;Switch&gt;c__AnonStorey8`1[T]">
14542       <method name="T &lt;&gt;m__8()">
14543         <size>35</size>
14544       </method>
14545       <method name="Void .ctor()">
14546         <size>7</size>
14547       </method>
14548     </type>
14549     <type name="Test+&lt;ForForeach&gt;c__AnonStorey9`1[T]">
14550       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__9()">
14551         <size>56</size>
14552       </method>
14553       <method name="Void .ctor()">
14554         <size>7</size>
14555       </method>
14556     </type>
14557     <type name="Test+&lt;ArrayMutate&gt;c__AnonStoreyA`1[T]">
14558       <method name="Void &lt;&gt;m__A(Int32)">
14559         <size>36</size>
14560       </method>
14561       <method name="Void .ctor()">
14562         <size>7</size>
14563       </method>
14564     </type>
14565     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyB`1[T]">
14566       <method name="T[][] &lt;&gt;m__B()">
14567         <size>48</size>
14568       </method>
14569       <method name="Void .ctor()">
14570         <size>7</size>
14571       </method>
14572     </type>
14573     <type name="CA`1[T]">
14574       <method name="Void .ctor()">
14575         <size>7</size>
14576       </method>
14577     </type>
14578     <type name="Test">
14579       <method name="System.Func`1[T[]] NestedTypeMutate[T]()">
14580         <size>34</size>
14581       </method>
14582       <method name="System.Func`1[System.Int32] ArrayMultiMutate[T](T[,])">
14583         <size>26</size>
14584       </method>
14585     </type>
14586     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyC`1[T]">
14587       <method name="Int32 &lt;&gt;m__C()">
14588         <size>27</size>
14589       </method>
14590       <method name="Void .ctor()">
14591         <size>7</size>
14592       </method>
14593     </type>
14594     <type name="Test+&lt;NestedTypeMutate&gt;c__AnonStoreyD`1[T]">
14595       <method name="T[] &lt;&gt;m__D()">
14596         <size>37</size>
14597       </method>
14598       <method name="Void .ctor()">
14599         <size>7</size>
14600       </method>
14601     </type>
14602   </test>
14603   <test name="gtest-anon-25.cs">
14604     <type name="HS`1[T]">
14605       <method name="Void .ctor(IEqualityComparer`1)">
14606         <size>7</size>
14607       </method>
14608     </type>
14609     <type name="Test">
14610       <method name="Void .ctor()">
14611         <size>7</size>
14612       </method>
14613       <method name="Void Foo[T](IEqualityComparer`1)">
14614         <size>27</size>
14615       </method>
14616       <method name="Int32 Main()">
14617         <size>8</size>
14618       </method>
14619     </type>
14620     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
14621       <method name="Void .ctor()">
14622         <size>7</size>
14623       </method>
14624       <method name="HS`1[T] &lt;&gt;m__0()">
14625         <size>12</size>
14626       </method>
14627     </type>
14628   </test>
14629   <test name="gtest-anon-26.cs">
14630     <type name="MonoBugs.BrokenGenericCast">
14631       <method name="Void .ctor()">
14632         <size>7</size>
14633       </method>
14634       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
14635         <size>13</size>
14636       </method>
14637       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
14638         <size>13</size>
14639       </method>
14640       <method name="Void Main()">
14641         <size>1</size>
14642       </method>
14643       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
14644         <size>12</size>
14645       </method>
14646       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
14647         <size>12</size>
14648       </method>
14649     </type>
14650   </test>
14651   <test name="gtest-anon-27.cs">
14652     <type name="BaseDataObjectFactory">
14653       <method name="Void .ctor()">
14654         <size>7</size>
14655       </method>
14656       <method name="T GetBusinessQueryObjectFromReader[T]()">
14657         <size>8</size>
14658       </method>
14659       <method name="T[] GetQueryObjects[T](System.String)">
14660         <size>0</size>
14661       </method>
14662     </type>
14663     <type name="BusinessQueryObject">
14664       <method name="Void .ctor()">
14665         <size>7</size>
14666       </method>
14667     </type>
14668     <type name="MySqlDataObjectFactory">
14669       <method name="Void .ctor()">
14670         <size>7</size>
14671       </method>
14672       <method name="T[] GetQueryObjects[T](System.String)">
14673         <size>63</size>
14674       </method>
14675       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
14676         <size>1</size>
14677       </method>
14678     </type>
14679     <type name="C">
14680       <method name="Void .ctor()">
14681         <size>7</size>
14682       </method>
14683       <method name="Void Main()">
14684         <size>1</size>
14685       </method>
14686     </type>
14687     <type name="MySqlDataObjectFactory+PerformActionWithReader">
14688       <method name="Void .ctor(Object, IntPtr)">
14689         <size>0</size>
14690       </method>
14691       <method name="Void Invoke()">
14692         <size>0</size>
14693       </method>
14694       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14695         <size>0</size>
14696       </method>
14697       <method name="Void EndInvoke(IAsyncResult)">
14698         <size>0</size>
14699       </method>
14700     </type>
14701     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
14702       <method name="Void .ctor()">
14703         <size>7</size>
14704       </method>
14705       <method name="Void &lt;&gt;m__0()">
14706         <size>17</size>
14707       </method>
14708     </type>
14709   </test>
14710   <test name="gtest-anon-28.cs">
14711     <type name="A">
14712       <method name="Void .ctor()">
14713         <size>7</size>
14714       </method>
14715       <method name="Void Foo[T]()">
14716         <size>0</size>
14717       </method>
14718     </type>
14719     <type name="B">
14720       <method name="Void .ctor()">
14721         <size>7</size>
14722       </method>
14723       <method name="Void Foo[T]()">
14724         <size>14</size>
14725       </method>
14726       <method name="Void Main()">
14727         <size>1</size>
14728       </method>
14729     </type>
14730     <type name="B+Del">
14731       <method name="Void .ctor(Object, IntPtr)">
14732         <size>0</size>
14733       </method>
14734       <method name="Void Invoke()">
14735         <size>0</size>
14736       </method>
14737       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14738         <size>0</size>
14739       </method>
14740       <method name="Void EndInvoke(IAsyncResult)">
14741         <size>0</size>
14742       </method>
14743     </type>
14744     <type name="B">
14745       <method name="Void &lt;Foo`1&gt;m__0[T]()">
14746         <size>7</size>
14747       </method>
14748     </type>
14749   </test>
14750   <test name="gtest-anon-29.cs">
14751     <type name="Test">
14752       <method name="Void .ctor()">
14753         <size>7</size>
14754       </method>
14755       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
14756         <size>17</size>
14757       </method>
14758       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
14759         <size>32</size>
14760       </method>
14761       <method name="T Item[T](IList`1)">
14762         <size>7</size>
14763       </method>
14764       <method name="T GetSingleItem[T](IList`1)">
14765         <size>10</size>
14766       </method>
14767       <method name="Void Main()">
14768         <size>15</size>
14769       </method>
14770     </type>
14771     <type name="Test+Creator`1[T]">
14772       <method name="Void .ctor(Object, IntPtr)">
14773         <size>0</size>
14774       </method>
14775       <method name="T Invoke()">
14776         <size>0</size>
14777       </method>
14778       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14779         <size>0</size>
14780       </method>
14781       <method name="T EndInvoke(IAsyncResult)">
14782         <size>0</size>
14783       </method>
14784     </type>
14785     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
14786       <method name="Void .ctor()">
14787         <size>7</size>
14788       </method>
14789       <method name="T &lt;&gt;m__0()">
14790         <size>12</size>
14791       </method>
14792     </type>
14793   </test>
14794   <test name="gtest-anon-3.cs">
14795     <type name="X">
14796       <method name="Void .ctor()">
14797         <size>7</size>
14798       </method>
14799       <method name="Void Hello[U](U)">
14800         <size>1</size>
14801       </method>
14802       <method name="Void Test[T](T)">
14803         <size>28</size>
14804       </method>
14805       <method name="Void Main()">
14806         <size>14</size>
14807       </method>
14808     </type>
14809     <type name="Foo`1[S]">
14810       <method name="Void .ctor(Object, IntPtr)">
14811         <size>0</size>
14812       </method>
14813       <method name="Void Invoke(S)">
14814         <size>0</size>
14815       </method>
14816       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
14817         <size>0</size>
14818       </method>
14819       <method name="Void EndInvoke(IAsyncResult)">
14820         <size>0</size>
14821       </method>
14822     </type>
14823     <type name="X">
14824       <method name="Void &lt;Test`1&gt;m__0[T](T)">
14825         <size>8</size>
14826       </method>
14827     </type>
14828   </test>
14829   <test name="gtest-anon-30.cs">
14830     <type name="X">
14831       <method name="Void .ctor()">
14832         <size>7</size>
14833       </method>
14834       <method name="Void Hello[U](U)">
14835         <size>1</size>
14836       </method>
14837       <method name="Void Test[T](T)">
14838         <size>46</size>
14839       </method>
14840       <method name="Void Main()">
14841         <size>1</size>
14842       </method>
14843     </type>
14844     <type name="Simple">
14845       <method name="Void .ctor(Object, IntPtr)">
14846         <size>0</size>
14847       </method>
14848       <method name="Void Invoke()">
14849         <size>0</size>
14850       </method>
14851       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14852         <size>0</size>
14853       </method>
14854       <method name="Void EndInvoke(IAsyncResult)">
14855         <size>0</size>
14856       </method>
14857     </type>
14858     <type name="Foo">
14859       <method name="Void .ctor(Object, IntPtr)">
14860         <size>0</size>
14861       </method>
14862       <method name="Simple Invoke()">
14863         <size>0</size>
14864       </method>
14865       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14866         <size>0</size>
14867       </method>
14868       <method name="Simple EndInvoke(IAsyncResult)">
14869         <size>0</size>
14870       </method>
14871     </type>
14872     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
14873       <method name="Void .ctor()">
14874         <size>7</size>
14875       </method>
14876       <method name="Simple &lt;&gt;m__0()">
14877         <size>55</size>
14878       </method>
14879     </type>
14880     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
14881       <method name="Void .ctor()">
14882         <size>7</size>
14883       </method>
14884       <method name="Void &lt;&gt;m__1()">
14885         <size>50</size>
14886       </method>
14887     </type>
14888   </test>
14889   <test name="gtest-anon-31.cs">
14890     <type name="A">
14891       <method name="Void Fail[X]()">
14892         <size>25</size>
14893       </method>
14894       <method name="Void Main()">
14895         <size>1</size>
14896       </method>
14897     </type>
14898     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
14899       <method name="Void .ctor()">
14900         <size>7</size>
14901       </method>
14902       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
14903         <size>36</size>
14904       </method>
14905       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
14906         <size>1</size>
14907       </method>
14908     </type>
14909   </test>
14910   <test name="gtest-anon-32.cs">
14911     <type name="Program">
14912       <method name="Void .ctor()">
14913         <size>7</size>
14914       </method>
14915       <method name="Void Foo[T](IList`1)">
14916         <size>31</size>
14917       </method>
14918       <method name="Void Assert(System.Action`1[System.Int32])">
14919         <size>9</size>
14920       </method>
14921       <method name="Void Main(System.String[])">
14922         <size>7</size>
14923       </method>
14924     </type>
14925     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
14926       <method name="Void .ctor()">
14927         <size>7</size>
14928       </method>
14929       <method name="Void &lt;&gt;m__0(Int32)">
14930         <size>18</size>
14931       </method>
14932     </type>
14933   </test>
14934   <test name="gtest-anon-33.cs">
14935     <type name="IEnumerableRocks">
14936       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
14937         <size>33</size>
14938       </method>
14939       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
14940         <size>125</size>
14941       </method>
14942     </type>
14943     <type name="Test">
14944       <method name="Void .ctor()">
14945         <size>7</size>
14946       </method>
14947       <method name="Void Main()">
14948         <size>67</size>
14949       </method>
14950       <method name="System.String &lt;Main&gt;m__1(System.String)">
14951         <size>17</size>
14952       </method>
14953     </type>
14954     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
14955       <method name="Void .ctor()">
14956         <size>7</size>
14957       </method>
14958       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
14959         <size>34</size>
14960       </method>
14961     </type>
14962   </test>
14963   <test name="gtest-anon-34.cs">
14964     <type name="MyClass">
14965       <method name="Void .ctor()">
14966         <size>18</size>
14967       </method>
14968       <method name="Int32 get_Answer()">
14969         <size>7</size>
14970       </method>
14971       <method name="Void set_Answer(Int32)">
14972         <size>8</size>
14973       </method>
14974     </type>
14975     <type name="Test">
14976       <method name="Void .ctor()">
14977         <size>7</size>
14978       </method>
14979       <method name="Int32 Main()">
14980         <size>82</size>
14981       </method>
14982     </type>
14983     <type name="Test+D">
14984       <method name="Void .ctor(Object, IntPtr)">
14985         <size>0</size>
14986       </method>
14987       <method name="Void Invoke()">
14988         <size>0</size>
14989       </method>
14990       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14991         <size>0</size>
14992       </method>
14993       <method name="Void EndInvoke(IAsyncResult)">
14994         <size>0</size>
14995       </method>
14996     </type>
14997     <type name="Test+&lt;Main&gt;c__AnonStorey0">
14998       <method name="Void .ctor()">
14999         <size>7</size>
15000       </method>
15001       <method name="Void &lt;&gt;m__0()">
15002         <size>33</size>
15003       </method>
15004     </type>
15005   </test>
15006   <test name="gtest-anon-35.cs">
15007     <type name="C`1[T]">
15008       <method name="Void .ctor()">
15009         <size>7</size>
15010       </method>
15011       <method name="System.Func`1[T] XX()">
15012         <size>32</size>
15013       </method>
15014       <method name="T &lt;XX&gt;m__0()">
15015         <size>10</size>
15016       </method>
15017     </type>
15018     <type name="C2`1[T]">
15019       <method name="Void .ctor()">
15020         <size>7</size>
15021       </method>
15022       <method name="System.Func`1[C`1[T]] XX()">
15023         <size>32</size>
15024       </method>
15025       <method name="C`1[T] &lt;XX&gt;m__1()">
15026         <size>2</size>
15027       </method>
15028     </type>
15029     <type name="N1">
15030       <method name="Void .ctor()">
15031         <size>7</size>
15032       </method>
15033       <method name="System.Func`1[T] XX[T]()">
15034         <size>15</size>
15035       </method>
15036     </type>
15037     <type name="Test">
15038       <method name="Void .ctor()">
15039         <size>7</size>
15040       </method>
15041       <method name="Int32 Main()">
15042         <size>98</size>
15043       </method>
15044     </type>
15045     <type name="N1">
15046       <method name="T &lt;XX`1&gt;m__2[T]()">
15047         <size>10</size>
15048       </method>
15049     </type>
15050   </test>
15051   <test name="gtest-anon-36.cs">
15052     <type name="Foo`1[T]">
15053       <method name="Void .ctor()">
15054         <size>7</size>
15055       </method>
15056       <method name="Void add_handler(Handler`1[T])">
15057         <size>24</size>
15058       </method>
15059       <method name="Void remove_handler(Handler`1[T])">
15060         <size>24</size>
15061       </method>
15062       <method name="Void add_Handler(Handler`1[T])">
15063         <size>48</size>
15064       </method>
15065       <method name="Void remove_Handler(Handler`1[T])">
15066         <size>8</size>
15067       </method>
15068       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
15069         <size>18</size>
15070       </method>
15071     </type>
15072     <type name="Program">
15073       <method name="Void .ctor()">
15074         <size>7</size>
15075       </method>
15076       <method name="Int32 Main()">
15077         <size>15</size>
15078       </method>
15079     </type>
15080     <type name="Handler`1[T]">
15081       <method name="Void .ctor(Object, IntPtr)">
15082         <size>0</size>
15083       </method>
15084       <method name="Void Invoke(System.Object)">
15085         <size>0</size>
15086       </method>
15087       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
15088         <size>0</size>
15089       </method>
15090       <method name="Void EndInvoke(IAsyncResult)">
15091         <size>0</size>
15092       </method>
15093     </type>
15094   </test>
15095   <test name="gtest-anon-37.cs">
15096     <type name="Wrap`1[U]">
15097       <method name="Void .ctor()">
15098         <size>7</size>
15099       </method>
15100     </type>
15101     <type name="Test">
15102       <method name="Void .ctor()">
15103         <size>7</size>
15104       </method>
15105       <method name="Int32 Run[T](Wrap`1[T])">
15106         <size>56</size>
15107       </method>
15108       <method name="Int32 Main()">
15109         <size>16</size>
15110       </method>
15111     </type>
15112     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
15113       <method name="Void .ctor()">
15114         <size>7</size>
15115       </method>
15116       <method name="Void &lt;&gt;m__0()">
15117         <size>17</size>
15118       </method>
15119     </type>
15120   </test>
15121   <test name="gtest-anon-38.cs">
15122     <type name="Foo`1[T]">
15123       <method name="Void .ctor()">
15124         <size>7</size>
15125       </method>
15126       <method name="Boolean ContainsAll[U](IEnumerable`1)">
15127         <size>40</size>
15128       </method>
15129       <method name="Boolean Contains(T)">
15130         <size>2</size>
15131       </method>
15132     </type>
15133     <type name="Program">
15134       <method name="Void .ctor()">
15135         <size>7</size>
15136       </method>
15137       <method name="Int32 Main()">
15138         <size>42</size>
15139       </method>
15140     </type>
15141     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
15142       <method name="Void .ctor()">
15143         <size>7</size>
15144       </method>
15145       <method name="Boolean &lt;&gt;m__0()">
15146         <size>201</size>
15147       </method>
15148     </type>
15149     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
15150       <method name="Void .ctor()">
15151         <size>7</size>
15152       </method>
15153     </type>
15154     <type name="&lt;PrivateImplementationDetails&gt;">
15155       <method name="Void .ctor()">
15156         <size>7</size>
15157       </method>
15158     </type>
15159   </test>
15160   <test name="gtest-anon-39.cs">
15161     <type name="Test">
15162       <method name="Void .ctor()">
15163         <size>7</size>
15164       </method>
15165       <method name="Void Test_1[T](T)">
15166         <size>33</size>
15167       </method>
15168       <method name="Void Test_2[T](Nullable`1)">
15169         <size>33</size>
15170       </method>
15171       <method name="Void Main()">
15172         <size>39</size>
15173       </method>
15174     </type>
15175     <type name="Test+D">
15176       <method name="Void .ctor(Object, IntPtr)">
15177         <size>0</size>
15178       </method>
15179       <method name="Void Invoke()">
15180         <size>0</size>
15181       </method>
15182       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15183         <size>0</size>
15184       </method>
15185       <method name="Void EndInvoke(IAsyncResult)">
15186         <size>0</size>
15187       </method>
15188     </type>
15189     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
15190       <method name="Void .ctor()">
15191         <size>7</size>
15192       </method>
15193       <method name="Void &lt;&gt;m__0()">
15194         <size>24</size>
15195       </method>
15196     </type>
15197     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
15198       <method name="Void .ctor()">
15199         <size>7</size>
15200       </method>
15201       <method name="Void &lt;&gt;m__1()">
15202         <size>85</size>
15203       </method>
15204     </type>
15205     <type name="Test">
15206       <method name="T Test_3[T](System.Object)">
15207         <size>51</size>
15208       </method>
15209     </type>
15210     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
15211       <method name="Void .ctor()">
15212         <size>7</size>
15213       </method>
15214       <method name="Void &lt;&gt;m__2()">
15215         <size>23</size>
15216       </method>
15217     </type>
15218   </test>
15219   <test name="gtest-anon-4.cs">
15220     <type name="Test">
15221       <method name="Void .ctor()">
15222         <size>7</size>
15223       </method>
15224       <method name="Void Main()">
15225         <size>59</size>
15226       </method>
15227       <method name="Int32 GetItem()">
15228         <size>50</size>
15229       </method>
15230       <method name="IEnumerable`1 GetItems()">
15231         <size>16</size>
15232       </method>
15233     </type>
15234     <type name="&lt;PrivateImplementationDetails&gt;">
15235       <method name="Void .ctor()">
15236         <size>7</size>
15237       </method>
15238     </type>
15239     <type name="Test+&lt;GetItems&gt;c__Iterator0">
15240       <method name="Void .ctor()">
15241         <size>7</size>
15242       </method>
15243       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15244         <size>12</size>
15245       </method>
15246       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15247         <size>7</size>
15248       </method>
15249       <method name="Boolean MoveNext()">
15250         <size>67</size>
15251       </method>
15252       <method name="Void Dispose()">
15253         <size>8</size>
15254       </method>
15255       <method name="Void Reset()">
15256         <size>6</size>
15257       </method>
15258       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
15259         <size>7</size>
15260       </method>
15261       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
15262         <size>26</size>
15263       </method>
15264     </type>
15265   </test>
15266   <test name="gtest-anon-40.cs">
15267     <type name="RunTests">
15268       <method name="Int32 Main()">
15269         <size>7</size>
15270       </method>
15271     </type>
15272     <type name="Test1.X">
15273       <method name="Void .ctor()">
15274         <size>7</size>
15275       </method>
15276       <method name="Void Test1[R](R, Int32)">
15277         <size>150</size>
15278       </method>
15279       <method name="Void Run()">
15280         <size>13</size>
15281       </method>
15282     </type>
15283     <type name="Test1.Foo">
15284       <method name="Void .ctor(Object, IntPtr)">
15285         <size>0</size>
15286       </method>
15287       <method name="Int32 Invoke()">
15288         <size>0</size>
15289       </method>
15290       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15291         <size>0</size>
15292       </method>
15293       <method name="Int32 EndInvoke(IAsyncResult)">
15294         <size>0</size>
15295       </method>
15296     </type>
15297     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
15298       <method name="Void .ctor()">
15299         <size>7</size>
15300       </method>
15301       <method name="Int32 &lt;&gt;m__0()">
15302         <size>71</size>
15303       </method>
15304     </type>
15305     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
15306       <method name="Void .ctor()">
15307         <size>7</size>
15308       </method>
15309     </type>
15310     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
15311       <method name="Void .ctor()">
15312         <size>7</size>
15313       </method>
15314     </type>
15315   </test>
15316   <test name="gtest-anon-41.cs">
15317     <type name="C">
15318       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
15319         <size>37</size>
15320       </method>
15321       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
15322         <size>6</size>
15323       </method>
15324       <method name="Void Main()">
15325         <size>1</size>
15326       </method>
15327       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
15328         <size>8</size>
15329       </method>
15330       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
15331         <size>8</size>
15332       </method>
15333     </type>
15334   </test>
15335   <test name="gtest-anon-42.cs">
15336     <type name="Test">
15337       <method name="Void .ctor()">
15338         <size>7</size>
15339       </method>
15340       <method name="Void Test_3[T]()">
15341         <size>20</size>
15342       </method>
15343       <method name="Int32 Main()">
15344         <size>12</size>
15345       </method>
15346     </type>
15347     <type name="Test+D">
15348       <method name="Void .ctor(Object, IntPtr)">
15349         <size>0</size>
15350       </method>
15351       <method name="Void Invoke()">
15352         <size>0</size>
15353       </method>
15354       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15355         <size>0</size>
15356       </method>
15357       <method name="Void EndInvoke(IAsyncResult)">
15358         <size>0</size>
15359       </method>
15360     </type>
15361     <type name="Test">
15362       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
15363         <size>11</size>
15364       </method>
15365     </type>
15366   </test>
15367   <test name="gtest-anon-43.cs">
15368     <type name="TestC">
15369       <method name="Void .ctor()">
15370         <size>7</size>
15371       </method>
15372       <method name="System.Func`1[System.Type] Test[T]()">
15373         <size>13</size>
15374       </method>
15375       <method name="Int32 Main()">
15376         <size>66</size>
15377       </method>
15378       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
15379         <size>11</size>
15380       </method>
15381     </type>
15382   </test>
15383   <test name="gtest-anon-44.cs">
15384     <type name="UiaAtkBridgeTest.Test">
15385       <method name="Void .ctor()">
15386         <size>7</size>
15387       </method>
15388       <method name="Void Invoke(System.EventHandler)">
15389         <size>1</size>
15390       </method>
15391     </type>
15392     <type name="UiaAtkBridgeTest.GailTester">
15393       <method name="Void .ctor()">
15394         <size>7</size>
15395       </method>
15396       <method name="Void ThisCausesACrash[I]()">
15397         <size>18</size>
15398       </method>
15399       <method name="Void Main()">
15400         <size>1</size>
15401       </method>
15402       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
15403         <size>1</size>
15404       </method>
15405     </type>
15406   </test>
15407   <test name="gtest-anon-45.cs">
15408     <type name="C">
15409       <method name="Void .ctor()">
15410         <size>7</size>
15411       </method>
15412       <method name="Void AnyMethod[T]()">
15413         <size>20</size>
15414       </method>
15415       <method name="Int32 Main()">
15416         <size>12</size>
15417       </method>
15418     </type>
15419     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
15420       <method name="Void .ctor()">
15421         <size>7</size>
15422       </method>
15423       <method name="Void &lt;&gt;m__1(System.String)">
15424         <size>14</size>
15425       </method>
15426     </type>
15427     <type name="C">
15428       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
15429         <size>31</size>
15430       </method>
15431     </type>
15432   </test>
15433   <test name="gtest-anon-46.cs">
15434     <type name="TheClass">
15435       <method name="Void .ctor()">
15436         <size>7</size>
15437       </method>
15438       <method name="Void Foo[T](T, System.Func`2[T,T])">
15439         <size>41</size>
15440       </method>
15441       <method name="Void Main()">
15442         <size>8</size>
15443       </method>
15444     </type>
15445     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
15446       <method name="Void .ctor()">
15447         <size>7</size>
15448       </method>
15449       <method name="System.Func`1[T] &lt;&gt;m__0()">
15450         <size>31</size>
15451       </method>
15452       <method name="T &lt;&gt;m__1()">
15453         <size>18</size>
15454       </method>
15455     </type>
15456   </test>
15457   <test name="gtest-anon-47.cs">
15458     <type name="C">
15459       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
15460         <size>26</size>
15461       </method>
15462     </type>
15463     <type name="Test">
15464       <method name="Int32 Main()">
15465         <size>59</size>
15466       </method>
15467       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
15468         <size>23</size>
15469       </method>
15470       <method name="Void .ctor()">
15471         <size>7</size>
15472       </method>
15473     </type>
15474     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
15475       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
15476         <size>33</size>
15477       </method>
15478       <method name="Void .ctor()">
15479         <size>7</size>
15480       </method>
15481     </type>
15482     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
15483       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
15484         <size>45</size>
15485       </method>
15486       <method name="Void .ctor()">
15487         <size>7</size>
15488       </method>
15489     </type>
15490     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
15491       <method name="Void &lt;&gt;m__2(T3)">
15492         <size>35</size>
15493       </method>
15494       <method name="Void .ctor()">
15495         <size>7</size>
15496       </method>
15497     </type>
15498   </test>
15499   <test name="gtest-anon-48.cs">
15500     <type name="GeneratorEnumerable`1[T]">
15501       <method name="Void .ctor(Func`1)">
15502         <size>7</size>
15503       </method>
15504     </type>
15505     <type name="GeneratorExpression">
15506       <method name="Void .ctor()">
15507         <size>7</size>
15508       </method>
15509     </type>
15510     <type name="GeneratorInvoker">
15511       <method name="Void .ctor(GeneratorExpression)">
15512         <size>7</size>
15513       </method>
15514       <method name="Void Invoke[T](T ByRef)">
15515         <size>1</size>
15516       </method>
15517     </type>
15518     <type name="Interpreter">
15519       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
15520         <size>31</size>
15521       </method>
15522       <method name="Int32 Main()">
15523         <size>13</size>
15524       </method>
15525     </type>
15526     <type name="Func`1[TResult]">
15527       <method name="Void .ctor(Object, IntPtr)">
15528         <size>0</size>
15529       </method>
15530       <method name="TResult Invoke()">
15531         <size>0</size>
15532       </method>
15533       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15534         <size>0</size>
15535       </method>
15536       <method name="TResult EndInvoke(IAsyncResult)">
15537         <size>0</size>
15538       </method>
15539     </type>
15540     <type name="GeneratorNext`1[T]">
15541       <method name="Void .ctor(Object, IntPtr)">
15542         <size>0</size>
15543       </method>
15544       <method name="Void Invoke(T ByRef)">
15545         <size>0</size>
15546       </method>
15547       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
15548         <size>0</size>
15549       </method>
15550       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
15551         <size>0</size>
15552       </method>
15553     </type>
15554     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
15555       <method name="Void .ctor()">
15556         <size>7</size>
15557       </method>
15558       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
15559         <size>23</size>
15560       </method>
15561     </type>
15562   </test>
15563   <test name="gtest-anon-49.cs">
15564     <type name="Test">
15565       <method name="Void .ctor()">
15566         <size>7</size>
15567       </method>
15568       <method name="Void Main()">
15569         <size>1</size>
15570       </method>
15571       <method name="Void DetermineLinkedCells()">
15572         <size>74</size>
15573       </method>
15574     </type>
15575     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
15576       <method name="Void .ctor()">
15577         <size>7</size>
15578       </method>
15579     </type>
15580     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
15581       <method name="Void .ctor()">
15582         <size>7</size>
15583       </method>
15584       <method name="Boolean &lt;&gt;m__1(System.Object)">
15585         <size>13</size>
15586       </method>
15587       <method name="Boolean &lt;&gt;m__0(System.Object)">
15588         <size>18</size>
15589       </method>
15590     </type>
15591   </test>
15592   <test name="gtest-anon-5.cs">
15593     <type name="X">
15594       <method name="Void .ctor()">
15595         <size>7</size>
15596       </method>
15597       <method name="Void Main()">
15598         <size>80</size>
15599       </method>
15600     </type>
15601     <type name="Hello">
15602       <method name="Void .ctor(Object, IntPtr)">
15603         <size>0</size>
15604       </method>
15605       <method name="Void Invoke()">
15606         <size>0</size>
15607       </method>
15608       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15609         <size>0</size>
15610       </method>
15611       <method name="Void EndInvoke(IAsyncResult)">
15612         <size>0</size>
15613       </method>
15614     </type>
15615     <type name="Foo+&lt;Test&gt;c__Iterator0">
15616       <method name="Void .ctor()">
15617         <size>7</size>
15618       </method>
15619       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15620         <size>12</size>
15621       </method>
15622       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15623         <size>7</size>
15624       </method>
15625       <method name="Boolean MoveNext()">
15626         <size>96</size>
15627       </method>
15628       <method name="Void Dispose()">
15629         <size>8</size>
15630       </method>
15631       <method name="Void Reset()">
15632         <size>6</size>
15633       </method>
15634     </type>
15635     <type name="Foo">
15636       <method name="Void .ctor(Int32)">
15637         <size>8</size>
15638       </method>
15639       <method name="IEnumerable`1 Test(Foo)">
15640         <size>42</size>
15641       </method>
15642       <method name="Void Hello(Int32)">
15643         <size>19</size>
15644       </method>
15645       <method name="System.String ToString()">
15646         <size>22</size>
15647       </method>
15648     </type>
15649     <type name="Foo+&lt;Test&gt;c__Iterator0">
15650       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
15651         <size>7</size>
15652       </method>
15653       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
15654         <size>52</size>
15655       </method>
15656     </type>
15657   </test>
15658   <test name="gtest-anon-50.cs">
15659     <type name="M">
15660       <method name="Void .ctor()">
15661         <size>7</size>
15662       </method>
15663       <method name="Int32 Main()">
15664         <size>12</size>
15665       </method>
15666     </type>
15667     <type name="SomeGenericClass`1[SomeType]">
15668       <method name="Void .ctor()">
15669         <size>7</size>
15670       </method>
15671       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
15672         <size>7</size>
15673       </method>
15674       <method name="Void FailsToCompile()">
15675         <size>19</size>
15676       </method>
15677     </type>
15678     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
15679       <method name="Void .ctor(Object, IntPtr)">
15680         <size>0</size>
15681       </method>
15682       <method name="Void Invoke()">
15683         <size>0</size>
15684       </method>
15685       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15686         <size>0</size>
15687       </method>
15688       <method name="Void EndInvoke(IAsyncResult)">
15689         <size>0</size>
15690       </method>
15691     </type>
15692     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
15693       <method name="Void .ctor()">
15694         <size>7</size>
15695       </method>
15696     </type>
15697     <type name="SomeGenericClass`1[SomeType]">
15698       <method name="Void &lt;FailsToCompile&gt;m__0()">
15699         <size>44</size>
15700       </method>
15701     </type>
15702     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
15703       <method name="Void &lt;&gt;m__1()">
15704         <size>18</size>
15705       </method>
15706     </type>
15707   </test>
15708   <test name="gtest-anon-51.cs">
15709     <type name="Driver">
15710       <method name="Void .ctor()">
15711         <size>7</size>
15712       </method>
15713       <method name="Int32 Main()">
15714         <size>12</size>
15715       </method>
15716       <method name="Void P(Int32, Int32)">
15717         <size>1</size>
15718       </method>
15719       <method name="Void Repro()">
15720         <size>100</size>
15721       </method>
15722     </type>
15723     <type name="Bla">
15724       <method name="Void .ctor(Object, IntPtr)">
15725         <size>0</size>
15726       </method>
15727       <method name="Void Invoke()">
15728         <size>0</size>
15729       </method>
15730       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15731         <size>0</size>
15732       </method>
15733       <method name="Void EndInvoke(IAsyncResult)">
15734         <size>0</size>
15735       </method>
15736     </type>
15737     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
15738       <method name="Void .ctor()">
15739         <size>7</size>
15740       </method>
15741       <method name="Void &lt;&gt;m__0()">
15742         <size>35</size>
15743       </method>
15744     </type>
15745   </test>
15746   <test name="gtest-anon-52.cs">
15747     <type name="A`1[T]">
15748       <method name="Void .ctor()">
15749         <size>7</size>
15750       </method>
15751     </type>
15752     <type name="A`1+B[T]">
15753       <method name="Void .ctor()">
15754         <size>18</size>
15755       </method>
15756       <method name="Void W[R](System.String, System.Func`2[T,R])">
15757         <size>39</size>
15758       </method>
15759     </type>
15760     <type name="B">
15761       <method name="Void .ctor()">
15762         <size>7</size>
15763       </method>
15764       <method name="Void Main()">
15765         <size>1</size>
15766       </method>
15767     </type>
15768     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
15769       <method name="Void .ctor()">
15770         <size>7</size>
15771       </method>
15772       <method name="Void &lt;&gt;m__0(T[])">
15773         <size>55</size>
15774       </method>
15775     </type>
15776   </test>
15777   <test name="gtest-anon-53.cs">
15778     <type name="TestComp.Program">
15779       <method name="Void .ctor()">
15780         <size>7</size>
15781       </method>
15782       <method name="Void Main(System.String[])">
15783         <size>1</size>
15784       </method>
15785     </type>
15786     <type name="TestComp.Program+MyClass">
15787       <method name="Void .ctor()">
15788         <size>7</size>
15789       </method>
15790       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
15791         <size>1</size>
15792       </method>
15793       <method name="Void UseATemplate()">
15794         <size>36</size>
15795       </method>
15796       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
15797         <size>16</size>
15798       </method>
15799     </type>
15800     <type name="TestComp.Program+MyClass+MyDelegate">
15801       <method name="Void .ctor(Object, IntPtr)">
15802         <size>0</size>
15803       </method>
15804       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
15805         <size>0</size>
15806       </method>
15807       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
15808         <size>0</size>
15809       </method>
15810       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
15811         <size>0</size>
15812       </method>
15813     </type>
15814   </test>
15815   <test name="gtest-anon-54.cs">
15816     <type name="Class">
15817       <method name="Void .ctor()">
15818         <size>7</size>
15819       </method>
15820       <method name="System.String get_Property()">
15821         <size>6</size>
15822       </method>
15823       <method name="System.String Method()">
15824         <size>44</size>
15825       </method>
15826       <method name="Int32 Main()">
15827         <size>39</size>
15828       </method>
15829     </type>
15830     <type name="Class+&lt;Method&gt;c__AnonStorey0">
15831       <method name="Void .ctor()">
15832         <size>7</size>
15833       </method>
15834       <method name="System.String &lt;&gt;m__0()">
15835         <size>56</size>
15836       </method>
15837     </type>
15838     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
15839       <method name="Void .ctor()">
15840         <size>7</size>
15841       </method>
15842       <method name="System.String &lt;&gt;m__1(System.String)">
15843         <size>52</size>
15844       </method>
15845     </type>
15846     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
15847       <method name="Void .ctor()">
15848         <size>7</size>
15849       </method>
15850       <method name="System.String &lt;&gt;m__2()">
15851         <size>39</size>
15852       </method>
15853     </type>
15854   </test>
15855   <test name="gtest-anon-55.cs">
15856     <type name="Thing`1[TFirst]">
15857       <method name="Void .ctor(Action`1)">
15858         <size>14</size>
15859       </method>
15860       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
15861         <size>31</size>
15862       </method>
15863       <method name="Void SomeAction()">
15864         <size>18</size>
15865       </method>
15866     </type>
15867     <type name="Program">
15868       <method name="Void Main()">
15869         <size>42</size>
15870       </method>
15871       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
15872         <size>2</size>
15873       </method>
15874     </type>
15875     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
15876       <method name="Void .ctor()">
15877         <size>7</size>
15878       </method>
15879       <method name="Void &lt;&gt;m__0(TFirst)">
15880         <size>47</size>
15881       </method>
15882     </type>
15883   </test>
15884   <test name="gtest-anon-56.cs">
15885     <type name="G`1[T]">
15886       <method name="Void .ctor()">
15887         <size>7</size>
15888       </method>
15889       <method name="T def()">
15890         <size>10</size>
15891       </method>
15892     </type>
15893     <type name="C">
15894       <method name="Void .ctor()">
15895         <size>7</size>
15896       </method>
15897       <method name="Void foo(System.Object)">
15898         <size>1</size>
15899       </method>
15900       <method name="Void cf[T]()">
15901         <size>35</size>
15902       </method>
15903       <method name="Int32 Main()">
15904         <size>17</size>
15905       </method>
15906     </type>
15907     <type name="C+DF">
15908       <method name="Void .ctor(Object, IntPtr)">
15909         <size>0</size>
15910       </method>
15911       <method name="Void Invoke()">
15912         <size>0</size>
15913       </method>
15914       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15915         <size>0</size>
15916       </method>
15917       <method name="Void EndInvoke(IAsyncResult)">
15918         <size>0</size>
15919       </method>
15920     </type>
15921     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
15922       <method name="Void .ctor()">
15923         <size>7</size>
15924       </method>
15925       <method name="Void &lt;&gt;m__0()">
15926         <size>22</size>
15927       </method>
15928     </type>
15929   </test>
15930   <test name="gtest-anon-57.cs">
15931     <type name="X`1[T]">
15932       <method name="Void IFoo&lt;T&gt;.Test()">
15933         <size>37</size>
15934       </method>
15935       <method name="Void &lt;Test&gt;m__0()">
15936         <size>7</size>
15937       </method>
15938       <method name="Void .ctor()">
15939         <size>7</size>
15940       </method>
15941     </type>
15942     <type name="M">
15943       <method name="Void Main()">
15944         <size>13</size>
15945       </method>
15946       <method name="Void .ctor()">
15947         <size>7</size>
15948       </method>
15949     </type>
15950     <type name="Foo">
15951       <method name="Void Invoke()">
15952         <size>0</size>
15953       </method>
15954       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15955         <size>0</size>
15956       </method>
15957       <method name="Void EndInvoke(IAsyncResult)">
15958         <size>0</size>
15959       </method>
15960       <method name="Void .ctor(Object, IntPtr)">
15961         <size>0</size>
15962       </method>
15963     </type>
15964   </test>
15965   <test name="gtest-anon-58.cs">
15966     <type name="Test">
15967       <method name="X Foo[X](Boolean)">
15968         <size>45</size>
15969       </method>
15970       <method name="X FooNested[X](Boolean)">
15971         <size>66</size>
15972       </method>
15973       <method name="Int32 Main()">
15974         <size>36</size>
15975       </method>
15976       <method name="Void .ctor()">
15977         <size>7</size>
15978       </method>
15979     </type>
15980     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[X]">
15981       <method name="X &lt;&gt;m__0()">
15982         <size>12</size>
15983       </method>
15984       <method name="Void .ctor()">
15985         <size>7</size>
15986       </method>
15987     </type>
15988     <type name="Test+&lt;FooNested&gt;c__AnonStorey1`1[X]">
15989       <method name="Call`1[X] &lt;&gt;m__1()">
15990         <size>12</size>
15991       </method>
15992       <method name="Void .ctor()">
15993         <size>7</size>
15994       </method>
15995     </type>
15996   </test>
15997   <test name="gtest-anon-59.cs">
15998     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
15999       <method name="Void DoSend[TMessage](System.Action`1[T])">
16000         <size>83</size>
16001       </method>
16002       <method name="Void Send(System.Action`1[T])">
16003         <size>1</size>
16004       </method>
16005       <method name="Void ActionOnObject(System.Object)">
16006         <size>8</size>
16007       </method>
16008       <method name="Void Dispose()">
16009         <size>11</size>
16010       </method>
16011       <method name="Void .ctor()">
16012         <size>7</size>
16013       </method>
16014     </type>
16015     <type name="TestGenericsSubtypeMatching.C">
16016       <method name="Void Main()">
16017         <size>40</size>
16018       </method>
16019       <method name="Void &lt;Main&gt;m__1(System.String)">
16020         <size>7</size>
16021       </method>
16022       <method name="Void .ctor()">
16023         <size>7</size>
16024       </method>
16025     </type>
16026     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
16027       <method name="Void .ctor()">
16028         <size>7</size>
16029       </method>
16030     </type>
16031     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
16032       <method name="Void &lt;&gt;m__0(T)">
16033         <size>35</size>
16034       </method>
16035       <method name="Void .ctor()">
16036         <size>7</size>
16037       </method>
16038     </type>
16039   </test>
16040   <test name="gtest-anon-6.cs">
16041     <type name="X">
16042       <method name="Void .ctor()">
16043         <size>7</size>
16044       </method>
16045       <method name="Void Hello[U,V](U, V)">
16046         <size>1</size>
16047       </method>
16048       <method name="Void Test[A,B,C](A, B, C)">
16049         <size>49</size>
16050       </method>
16051       <method name="Void Main()">
16052         <size>28</size>
16053       </method>
16054     </type>
16055     <type name="Foo`2[R,S]">
16056       <method name="Void .ctor(Object, IntPtr)">
16057         <size>0</size>
16058       </method>
16059       <method name="Void Invoke(R, S)">
16060         <size>0</size>
16061       </method>
16062       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
16063         <size>0</size>
16064       </method>
16065       <method name="Void EndInvoke(IAsyncResult)">
16066         <size>0</size>
16067       </method>
16068     </type>
16069     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
16070       <method name="Void .ctor()">
16071         <size>7</size>
16072       </method>
16073       <method name="Void &lt;&gt;m__0(A, Int32)">
16074         <size>32</size>
16075       </method>
16076     </type>
16077   </test>
16078   <test name="gtest-anon-60.cs">
16079     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
16080       <method name="Void DoSend[TMessage](System.Action`1[T])">
16081         <size>83</size>
16082       </method>
16083       <method name="Void Send(System.Action`1[T])">
16084         <size>1</size>
16085       </method>
16086       <method name="Void ActionOnObject(System.Object)">
16087         <size>8</size>
16088       </method>
16089       <method name="Void Dispose()">
16090         <size>11</size>
16091       </method>
16092       <method name="Void .ctor()">
16093         <size>7</size>
16094       </method>
16095     </type>
16096     <type name="TestGenericsSubtypeMatching.C">
16097       <method name="Int32 Main()">
16098         <size>41</size>
16099       </method>
16100       <method name="Void &lt;Main&gt;m__1(Int32)">
16101         <size>7</size>
16102       </method>
16103       <method name="Void .ctor()">
16104         <size>7</size>
16105       </method>
16106     </type>
16107     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
16108       <method name="Void .ctor()">
16109         <size>7</size>
16110       </method>
16111     </type>
16112     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
16113       <method name="Void &lt;&gt;m__0(T)">
16114         <size>35</size>
16115       </method>
16116       <method name="Void .ctor()">
16117         <size>7</size>
16118       </method>
16119     </type>
16120   </test>
16121   <test name="gtest-anon-61.cs">
16122     <type name="TestCase">
16123       <method name="Void Main()">
16124         <size>32</size>
16125       </method>
16126       <method name="Void Test[T](IList`1)">
16127         <size>33</size>
16128       </method>
16129       <method name="Void .ctor()">
16130         <size>7</size>
16131       </method>
16132     </type>
16133     <type name="&lt;PrivateImplementationDetails&gt;">
16134       <method name="Void .ctor()">
16135         <size>7</size>
16136       </method>
16137     </type>
16138     <type name="TestCase+&lt;Test&gt;c__AnonStorey0`1[T]">
16139       <method name="Void &lt;&gt;m__0()">
16140         <size>46</size>
16141       </method>
16142       <method name="Int32 &lt;&gt;m__1(IList`1)">
16143         <size>2</size>
16144       </method>
16145       <method name="Void .ctor()">
16146         <size>7</size>
16147       </method>
16148     </type>
16149   </test>
16150   <test name="gtest-anon-62.cs">
16151     <type name="D">
16152       <method name="Void Invoke(System.Object)">
16153         <size>0</size>
16154       </method>
16155       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
16156         <size>0</size>
16157       </method>
16158       <method name="Void EndInvoke(IAsyncResult)">
16159         <size>0</size>
16160       </method>
16161       <method name="Void .ctor(Object, IntPtr)">
16162         <size>0</size>
16163       </method>
16164     </type>
16165     <type name="T">
16166       <method name="Void Assert(System.Object)">
16167         <size>1</size>
16168       </method>
16169       <method name="Void Execute(System.Action)">
16170         <size>1</size>
16171       </method>
16172       <method name="D GetD[T](System.Object)">
16173         <size>33</size>
16174       </method>
16175       <method name="Void Main()">
16176         <size>24</size>
16177       </method>
16178       <method name="Void .ctor()">
16179         <size>7</size>
16180       </method>
16181     </type>
16182     <type name="T+&lt;GetD&gt;c__AnonStorey2`1[T]">
16183       <method name="Void &lt;&gt;m__0(System.Object)">
16184         <size>77</size>
16185       </method>
16186       <method name="Void .ctor()">
16187         <size>7</size>
16188       </method>
16189     </type>
16190     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey0`1[T]">
16191       <method name="Void .ctor()">
16192         <size>7</size>
16193       </method>
16194     </type>
16195     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey1`1[T]">
16196       <method name="Void &lt;&gt;m__1()">
16197         <size>51</size>
16198       </method>
16199       <method name="Void .ctor()">
16200         <size>7</size>
16201       </method>
16202     </type>
16203   </test>
16204   <test name="gtest-anon-63.cs">
16205     <type name="A">
16206       <method name="Void Foo[T](T, System.String[])">
16207         <size>1</size>
16208       </method>
16209       <method name="Void .ctor()">
16210         <size>7</size>
16211       </method>
16212     </type>
16213     <type name="B">
16214       <method name="Void Test(Int32)">
16215         <size>40</size>
16216       </method>
16217       <method name="Void Test2[T](T)">
16218         <size>34</size>
16219       </method>
16220       <method name="Void &lt;Foo&gt;__BaseCallProxy0[T](T, System.String[])">
16221         <size>9</size>
16222       </method>
16223       <method name="Void .ctor()">
16224         <size>7</size>
16225       </method>
16226     </type>
16227     <type name="Test">
16228       <method name="Void Main()">
16229         <size>12</size>
16230       </method>
16231       <method name="Void .ctor()">
16232         <size>7</size>
16233       </method>
16234     </type>
16235     <type name="B+&lt;Test&gt;c__AnonStorey0">
16236       <method name="Void &lt;&gt;m__0()">
16237         <size>32</size>
16238       </method>
16239       <method name="Void .ctor()">
16240         <size>7</size>
16241       </method>
16242     </type>
16243     <type name="B+&lt;Test2&gt;c__AnonStorey1`1[T]">
16244       <method name="Void &lt;&gt;m__1()">
16245         <size>40</size>
16246       </method>
16247       <method name="Void .ctor()">
16248         <size>7</size>
16249       </method>
16250     </type>
16251   </test>
16252   <test name="gtest-anon-7.cs">
16253     <type name="MyDisposable">
16254       <method name="Void .ctor()">
16255         <size>26</size>
16256       </method>
16257       <method name="Void Dispose()">
16258         <size>1</size>
16259       </method>
16260       <method name="Int32 get_ID()">
16261         <size>7</size>
16262       </method>
16263       <method name="System.String ToString()">
16264         <size>28</size>
16265       </method>
16266     </type>
16267     <type name="X">
16268       <method name="Void .ctor()">
16269         <size>7</size>
16270       </method>
16271       <method name="IEnumerable`1 Test(Int32)">
16272         <size>30</size>
16273       </method>
16274       <method name="Void Main()">
16275         <size>60</size>
16276       </method>
16277     </type>
16278     <type name="X+&lt;Test&gt;c__Iterator0">
16279       <method name="Void .ctor()">
16280         <size>7</size>
16281       </method>
16282       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16283         <size>12</size>
16284       </method>
16285       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16286         <size>7</size>
16287       </method>
16288       <method name="Boolean MoveNext()">
16289         <size>178</size>
16290       </method>
16291       <method name="Void Dispose()">
16292         <size>66</size>
16293       </method>
16294       <method name="Void Reset()">
16295         <size>6</size>
16296       </method>
16297       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16298         <size>7</size>
16299       </method>
16300       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16301         <size>40</size>
16302       </method>
16303     </type>
16304   </test>
16305   <test name="gtest-anon-8.cs">
16306     <type name="X">
16307       <method name="Void .ctor()">
16308         <size>7</size>
16309       </method>
16310       <method name="Void Test[R](R, Int32)">
16311         <size>88</size>
16312       </method>
16313       <method name="Void Main()">
16314         <size>12</size>
16315       </method>
16316     </type>
16317     <type name="Foo">
16318       <method name="Void .ctor(Object, IntPtr)">
16319         <size>0</size>
16320       </method>
16321       <method name="Int32 Invoke()">
16322         <size>0</size>
16323       </method>
16324       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16325         <size>0</size>
16326       </method>
16327       <method name="Int32 EndInvoke(IAsyncResult)">
16328         <size>0</size>
16329       </method>
16330     </type>
16331     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
16332       <method name="Void .ctor()">
16333         <size>7</size>
16334       </method>
16335       <method name="Int32 &lt;&gt;m__0()">
16336         <size>34</size>
16337       </method>
16338     </type>
16339     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
16340       <method name="Void .ctor()">
16341         <size>7</size>
16342       </method>
16343     </type>
16344   </test>
16345   <test name="gtest-anon-9.cs">
16346     <type name="Test">
16347       <method name="Void .ctor()">
16348         <size>7</size>
16349       </method>
16350       <method name="IEnumerable`1 get_Foo()">
16351         <size>16</size>
16352       </method>
16353       <method name="Void set_Foo(IEnumerable`1)">
16354         <size>11</size>
16355       </method>
16356       <method name="Void Main()">
16357         <size>80</size>
16358       </method>
16359       <method name="Foo op_Implicit(Test)">
16360         <size>30</size>
16361       </method>
16362       <method name="IEnumerable`1 op_Addition(Test, Test)">
16363         <size>44</size>
16364       </method>
16365     </type>
16366     <type name="Foo">
16367       <method name="Void .ctor(Object, IntPtr)">
16368         <size>0</size>
16369       </method>
16370       <method name="Void Invoke()">
16371         <size>0</size>
16372       </method>
16373       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16374         <size>0</size>
16375       </method>
16376       <method name="Void EndInvoke(IAsyncResult)">
16377         <size>0</size>
16378       </method>
16379     </type>
16380     <type name="Test">
16381       <method name="Void &lt;op_Implicit&gt;m__0()">
16382         <size>11</size>
16383       </method>
16384     </type>
16385     <type name="Test+&lt;&gt;c__Iterator0">
16386       <method name="Void .ctor()">
16387         <size>7</size>
16388       </method>
16389       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16390         <size>12</size>
16391       </method>
16392       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16393         <size>7</size>
16394       </method>
16395       <method name="Boolean MoveNext()">
16396         <size>63</size>
16397       </method>
16398       <method name="Void Dispose()">
16399         <size>8</size>
16400       </method>
16401       <method name="Void Reset()">
16402         <size>6</size>
16403       </method>
16404     </type>
16405     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
16406       <method name="Void .ctor()">
16407         <size>7</size>
16408       </method>
16409       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16410         <size>7</size>
16411       </method>
16412       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16413         <size>7</size>
16414       </method>
16415       <method name="Boolean MoveNext()">
16416         <size>96</size>
16417       </method>
16418       <method name="Void Dispose()">
16419         <size>8</size>
16420       </method>
16421       <method name="Void Reset()">
16422         <size>6</size>
16423       </method>
16424     </type>
16425     <type name="Test+&lt;&gt;c__Iterator0">
16426       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16427         <size>7</size>
16428       </method>
16429       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16430         <size>26</size>
16431       </method>
16432     </type>
16433     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
16434       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
16435         <size>7</size>
16436       </method>
16437       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
16438         <size>52</size>
16439       </method>
16440     </type>
16441   </test>
16442   <test name="gtest-anon-type-12.cs">
16443     <type name="C">
16444       <method name="Int32 Main()">
16445         <size>23</size>
16446       </method>
16447       <method name="Void .ctor()">
16448         <size>7</size>
16449       </method>
16450     </type>
16451     <type name="&lt;&gt;__AnonType0`1[&lt;ToString&gt;__T]">
16452       <method name="&lt;ToString&gt;__T get_ToString()">
16453         <size>7</size>
16454       </method>
16455       <method name="Boolean Equals(System.Object)">
16456         <size>39</size>
16457       </method>
16458       <method name="Int32 GetHashCode()">
16459         <size>63</size>
16460       </method>
16461       <method name="System.String ToString()">
16462         <size>67</size>
16463       </method>
16464       <method name="Void .ctor(&lt;ToString&gt;__T)">
16465         <size>14</size>
16466       </method>
16467     </type>
16468   </test>
16469   <test name="gtest-anontype-01.cs">
16470     <type name="Test">
16471       <method name="Void .ctor()">
16472         <size>7</size>
16473       </method>
16474       <method name="Int32 Main()">
16475         <size>53</size>
16476       </method>
16477     </type>
16478     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
16479       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
16480         <size>21</size>
16481       </method>
16482       <method name="&lt;Foo&gt;__T get_Foo()">
16483         <size>7</size>
16484       </method>
16485       <method name="&lt;Baz&gt;__T get_Baz()">
16486         <size>7</size>
16487       </method>
16488       <method name="Boolean Equals(System.Object)">
16489         <size>69</size>
16490       </method>
16491       <method name="Int32 GetHashCode()">
16492         <size>86</size>
16493       </method>
16494       <method name="System.String ToString()">
16495         <size>142</size>
16496       </method>
16497     </type>
16498   </test>
16499   <test name="gtest-anontype-02.cs">
16500     <type name="Test">
16501       <method name="Void .ctor()">
16502         <size>7</size>
16503       </method>
16504       <method name="System.Object TestA(System.String)">
16505         <size>7</size>
16506       </method>
16507       <method name="Int32 Main()">
16508         <size>99</size>
16509       </method>
16510     </type>
16511     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
16512       <method name="Void .ctor(&lt;s&gt;__T)">
16513         <size>14</size>
16514       </method>
16515       <method name="&lt;s&gt;__T get_s()">
16516         <size>7</size>
16517       </method>
16518       <method name="Boolean Equals(System.Object)">
16519         <size>39</size>
16520       </method>
16521       <method name="Int32 GetHashCode()">
16522         <size>63</size>
16523       </method>
16524       <method name="System.String ToString()">
16525         <size>67</size>
16526       </method>
16527     </type>
16528     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
16529       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
16530         <size>21</size>
16531       </method>
16532       <method name="&lt;Foo&gt;__T get_Foo()">
16533         <size>7</size>
16534       </method>
16535       <method name="&lt;Baz&gt;__T get_Baz()">
16536         <size>7</size>
16537       </method>
16538       <method name="Boolean Equals(System.Object)">
16539         <size>69</size>
16540       </method>
16541       <method name="Int32 GetHashCode()">
16542         <size>86</size>
16543       </method>
16544       <method name="System.String ToString()">
16545         <size>142</size>
16546       </method>
16547     </type>
16548   </test>
16549   <test name="gtest-anontype-03.cs">
16550     <type name="MyClass">
16551       <method name="Void .ctor()">
16552         <size>18</size>
16553       </method>
16554       <method name="Int32 get_Baz()">
16555         <size>3</size>
16556       </method>
16557     </type>
16558     <type name="Test">
16559       <method name="Void .ctor()">
16560         <size>7</size>
16561       </method>
16562       <method name="Int32 Main()">
16563         <size>64</size>
16564       </method>
16565     </type>
16566     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
16567       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
16568         <size>21</size>
16569       </method>
16570       <method name="&lt;Foo&gt;__T get_Foo()">
16571         <size>7</size>
16572       </method>
16573       <method name="&lt;Baz&gt;__T get_Baz()">
16574         <size>7</size>
16575       </method>
16576       <method name="Boolean Equals(System.Object)">
16577         <size>69</size>
16578       </method>
16579       <method name="Int32 GetHashCode()">
16580         <size>86</size>
16581       </method>
16582       <method name="System.String ToString()">
16583         <size>142</size>
16584       </method>
16585     </type>
16586   </test>
16587   <test name="gtest-anontype-04.cs">
16588     <type name="MyClass">
16589       <method name="Void .ctor()">
16590         <size>18</size>
16591       </method>
16592       <method name="Int32 get_Baz()">
16593         <size>3</size>
16594       </method>
16595     </type>
16596     <type name="Test">
16597       <method name="Void .ctor()">
16598         <size>7</size>
16599       </method>
16600       <method name="Int32 Main()">
16601         <size>111</size>
16602       </method>
16603     </type>
16604     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
16605       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
16606         <size>36</size>
16607       </method>
16608       <method name="&lt;Foo&gt;__T get_Foo()">
16609         <size>7</size>
16610       </method>
16611       <method name="&lt;Baz&gt;__T get_Baz()">
16612         <size>7</size>
16613       </method>
16614       <method name="&lt;Hello&gt;__T get_Hello()">
16615         <size>7</size>
16616       </method>
16617       <method name="&lt;Answer&gt;__T get_Answer()">
16618         <size>7</size>
16619       </method>
16620       <method name="Boolean Equals(System.Object)">
16621         <size>123</size>
16622       </method>
16623       <method name="Int32 GetHashCode()">
16624         <size>132</size>
16625       </method>
16626       <method name="System.String ToString()">
16627         <size>258</size>
16628       </method>
16629     </type>
16630   </test>
16631   <test name="gtest-anontype-05.cs">
16632     <type name="Test">
16633       <method name="Void .ctor()">
16634         <size>7</size>
16635       </method>
16636       <method name="System.String Null()">
16637         <size>2</size>
16638       </method>
16639       <method name="Int32 Main()">
16640         <size>287</size>
16641       </method>
16642     </type>
16643     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
16644       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
16645         <size>21</size>
16646       </method>
16647       <method name="&lt;Name&gt;__T get_Name()">
16648         <size>7</size>
16649       </method>
16650       <method name="&lt;Age&gt;__T get_Age()">
16651         <size>7</size>
16652       </method>
16653       <method name="Boolean Equals(System.Object)">
16654         <size>69</size>
16655       </method>
16656       <method name="Int32 GetHashCode()">
16657         <size>86</size>
16658       </method>
16659       <method name="System.String ToString()">
16660         <size>142</size>
16661       </method>
16662     </type>
16663     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
16664       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
16665         <size>21</size>
16666       </method>
16667       <method name="&lt;Age&gt;__T get_Age()">
16668         <size>7</size>
16669       </method>
16670       <method name="&lt;Name&gt;__T get_Name()">
16671         <size>7</size>
16672       </method>
16673       <method name="Boolean Equals(System.Object)">
16674         <size>69</size>
16675       </method>
16676       <method name="Int32 GetHashCode()">
16677         <size>86</size>
16678       </method>
16679       <method name="System.String ToString()">
16680         <size>142</size>
16681       </method>
16682     </type>
16683     <type name="&lt;&gt;__AnonType2">
16684       <method name="Void .ctor()">
16685         <size>7</size>
16686       </method>
16687       <method name="Boolean Equals(System.Object)">
16688         <size>15</size>
16689       </method>
16690       <method name="Int32 GetHashCode()">
16691         <size>40</size>
16692       </method>
16693       <method name="System.String ToString()">
16694         <size>6</size>
16695       </method>
16696     </type>
16697     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
16698       <method name="Void .ctor(&lt;Foo&gt;__T)">
16699         <size>14</size>
16700       </method>
16701       <method name="&lt;Foo&gt;__T get_Foo()">
16702         <size>7</size>
16703       </method>
16704       <method name="Boolean Equals(System.Object)">
16705         <size>39</size>
16706       </method>
16707       <method name="Int32 GetHashCode()">
16708         <size>63</size>
16709       </method>
16710       <method name="System.String ToString()">
16711         <size>67</size>
16712       </method>
16713     </type>
16714   </test>
16715   <test name="gtest-anontype-06.cs">
16716     <type name="CastByExample">
16717       <method name="Void .ctor()">
16718         <size>7</size>
16719       </method>
16720       <method name="T Cast[T](System.Object, T)">
16721         <size>7</size>
16722       </method>
16723       <method name="Void Main()">
16724         <size>29</size>
16725       </method>
16726     </type>
16727     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
16728       <method name="Void .ctor(&lt;Foo&gt;__T)">
16729         <size>14</size>
16730       </method>
16731       <method name="&lt;Foo&gt;__T get_Foo()">
16732         <size>7</size>
16733       </method>
16734       <method name="Boolean Equals(System.Object)">
16735         <size>39</size>
16736       </method>
16737       <method name="Int32 GetHashCode()">
16738         <size>63</size>
16739       </method>
16740       <method name="System.String ToString()">
16741         <size>67</size>
16742       </method>
16743     </type>
16744   </test>
16745   <test name="gtest-anontype-07.cs">
16746     <type name="Test">
16747       <method name="Void .ctor()">
16748         <size>7</size>
16749       </method>
16750       <method name="Int32 Main()">
16751         <size>59</size>
16752       </method>
16753     </type>
16754     <type name="&lt;&gt;__AnonType0">
16755       <method name="Void .ctor()">
16756         <size>7</size>
16757       </method>
16758       <method name="Boolean Equals(System.Object)">
16759         <size>15</size>
16760       </method>
16761       <method name="Int32 GetHashCode()">
16762         <size>40</size>
16763       </method>
16764       <method name="System.String ToString()">
16765         <size>6</size>
16766       </method>
16767     </type>
16768   </test>
16769   <test name="gtest-anontype-08.cs">
16770     <type name="Test">
16771       <method name="Void Main()">
16772         <size>15</size>
16773       </method>
16774     </type>
16775     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
16776       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
16777         <size>21</size>
16778       </method>
16779       <method name="&lt;X&gt;__T get_X()">
16780         <size>7</size>
16781       </method>
16782       <method name="&lt;Y&gt;__T get_Y()">
16783         <size>7</size>
16784       </method>
16785       <method name="Boolean Equals(System.Object)">
16786         <size>69</size>
16787       </method>
16788       <method name="Int32 GetHashCode()">
16789         <size>86</size>
16790       </method>
16791       <method name="System.String ToString()">
16792         <size>142</size>
16793       </method>
16794     </type>
16795   </test>
16796   <test name="gtest-anontype-09.cs">
16797     <type name="My.System.Test">
16798       <method name="Int32 Main()">
16799         <size>35</size>
16800       </method>
16801     </type>
16802     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
16803       <method name="Void .ctor(&lt;X&gt;__T)">
16804         <size>14</size>
16805       </method>
16806       <method name="&lt;X&gt;__T get_X()">
16807         <size>7</size>
16808       </method>
16809       <method name="Boolean Equals(System.Object)">
16810         <size>39</size>
16811       </method>
16812       <method name="Int32 GetHashCode()">
16813         <size>63</size>
16814       </method>
16815       <method name="System.String ToString()">
16816         <size>67</size>
16817       </method>
16818     </type>
16819     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
16820       <method name="Void .ctor(&lt;Value&gt;__T)">
16821         <size>14</size>
16822       </method>
16823       <method name="&lt;Value&gt;__T get_Value()">
16824         <size>7</size>
16825       </method>
16826       <method name="Boolean Equals(System.Object)">
16827         <size>39</size>
16828       </method>
16829       <method name="Int32 GetHashCode()">
16830         <size>63</size>
16831       </method>
16832       <method name="System.String ToString()">
16833         <size>67</size>
16834       </method>
16835     </type>
16836   </test>
16837   <test name="gtest-anontype-10.cs">
16838     <type name="A">
16839       <method name="Void .ctor()">
16840         <size>7</size>
16841       </method>
16842       <method name="Int32 get_X()">
16843         <size>3</size>
16844       </method>
16845     </type>
16846     <type name="B">
16847       <method name="Void .ctor()">
16848         <size>7</size>
16849       </method>
16850       <method name="Int32 Main()">
16851         <size>11</size>
16852       </method>
16853       <method name="Int32 Test()">
16854         <size>33</size>
16855       </method>
16856     </type>
16857     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
16858       <method name="Void .ctor(&lt;X&gt;__T)">
16859         <size>14</size>
16860       </method>
16861       <method name="&lt;X&gt;__T get_X()">
16862         <size>7</size>
16863       </method>
16864       <method name="Boolean Equals(System.Object)">
16865         <size>39</size>
16866       </method>
16867       <method name="Int32 GetHashCode()">
16868         <size>63</size>
16869       </method>
16870       <method name="System.String ToString()">
16871         <size>67</size>
16872       </method>
16873     </type>
16874   </test>
16875   <test name="gtest-anontype-11.cs">
16876     <type name="Alpha">
16877       <method name="Void .ctor(String)">
16878         <size>14</size>
16879       </method>
16880       <method name="Int32 GetHashCode()">
16881         <size>18</size>
16882       </method>
16883     </type>
16884     <type name="Beta">
16885       <method name="Void .ctor(String)">
16886         <size>14</size>
16887       </method>
16888       <method name="Int32 GetHashCode()">
16889         <size>18</size>
16890       </method>
16891     </type>
16892     <type name="Program">
16893       <method name="Int32 Main()">
16894         <size>49</size>
16895       </method>
16896     </type>
16897     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
16898       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
16899         <size>21</size>
16900       </method>
16901       <method name="&lt;First&gt;__T get_First()">
16902         <size>7</size>
16903       </method>
16904       <method name="&lt;Second&gt;__T get_Second()">
16905         <size>7</size>
16906       </method>
16907       <method name="Boolean Equals(System.Object)">
16908         <size>69</size>
16909       </method>
16910       <method name="Int32 GetHashCode()">
16911         <size>86</size>
16912       </method>
16913       <method name="System.String ToString()">
16914         <size>142</size>
16915       </method>
16916     </type>
16917   </test>
16918   <test name="gtest-autoproperty-01.cs">
16919     <type name="Test">
16920       <method name="Void .ctor()">
16921         <size>15</size>
16922       </method>
16923       <method name="System.String get_Foo()">
16924         <size>7</size>
16925       </method>
16926       <method name="Void set_Foo(System.String)">
16927         <size>8</size>
16928       </method>
16929       <method name="Int32 get_Answer()">
16930         <size>7</size>
16931       </method>
16932       <method name="Void set_Answer(Int32)">
16933         <size>8</size>
16934       </method>
16935       <method name="Int32 Main()">
16936         <size>97</size>
16937       </method>
16938     </type>
16939     <type name="Test+A">
16940       <method name="Void .ctor()">
16941         <size>7</size>
16942       </method>
16943       <method name="System.String get_B()">
16944         <size>7</size>
16945       </method>
16946       <method name="Void set_B(System.String)">
16947         <size>8</size>
16948       </method>
16949     </type>
16950   </test>
16951   <test name="gtest-autoproperty-02.cs">
16952     <type name="Test">
16953       <method name="Void .ctor()">
16954         <size>7</size>
16955       </method>
16956       <method name="System.String get_Foo()">
16957         <size>6</size>
16958       </method>
16959       <method name="Void set_Foo(System.String)">
16960         <size>7</size>
16961       </method>
16962       <method name="Int32 get_Answer()">
16963         <size>6</size>
16964       </method>
16965       <method name="Void set_Answer(Int32)">
16966         <size>7</size>
16967       </method>
16968       <method name="Int32 Main()">
16969         <size>114</size>
16970       </method>
16971     </type>
16972     <type name="Test+A">
16973       <method name="Void .ctor()">
16974         <size>7</size>
16975       </method>
16976       <method name="System.String get_B()">
16977         <size>6</size>
16978       </method>
16979       <method name="Void set_B(System.String)">
16980         <size>7</size>
16981       </method>
16982       <method name="System.String get_C()">
16983         <size>6</size>
16984       </method>
16985       <method name="Void set_C(System.String)">
16986         <size>7</size>
16987       </method>
16988       <method name="Void DoThings()">
16989         <size>11</size>
16990       </method>
16991     </type>
16992   </test>
16993   <test name="gtest-autoproperty-03.cs">
16994     <type name="Test">
16995       <method name="Void .ctor()">
16996         <size>7</size>
16997       </method>
16998       <method name="System.String get_Foo()">
16999         <size>7</size>
17000       </method>
17001       <method name="Void set_Foo(System.String)">
17002         <size>8</size>
17003       </method>
17004       <method name="Int32 Main()">
17005         <size>236</size>
17006       </method>
17007     </type>
17008   </test>
17009   <test name="gtest-autoproperty-04.cs">
17010     <type name="MonoTests.MainClass">
17011       <method name="Void .ctor()">
17012         <size>7</size>
17013       </method>
17014       <method name="System.String[] get_foo()">
17015         <size>7</size>
17016       </method>
17017       <method name="Void set_foo(System.String[])">
17018         <size>8</size>
17019       </method>
17020       <method name="System.String[] get_bar()">
17021         <size>0</size>
17022       </method>
17023       <method name="Void set_bar(System.String[])">
17024         <size>0</size>
17025       </method>
17026       <method name="Void Main(System.String[])">
17027         <size>11</size>
17028       </method>
17029     </type>
17030     <type name="MonoTests.ChildClass">
17031       <method name="Void .ctor()">
17032         <size>7</size>
17033       </method>
17034       <method name="System.String[] get_foo()">
17035         <size>7</size>
17036       </method>
17037       <method name="Void set_foo(System.String[])">
17038         <size>8</size>
17039       </method>
17040       <method name="System.String[] get_bar()">
17041         <size>7</size>
17042       </method>
17043       <method name="Void set_bar(System.String[])">
17044         <size>8</size>
17045       </method>
17046     </type>
17047   </test>
17048   <test name="gtest-autoproperty-05.cs">
17049     <type name="Test">
17050       <method name="Void .ctor()">
17051         <size>7</size>
17052       </method>
17053       <method name="System.String get_X()">
17054         <size>7</size>
17055       </method>
17056       <method name="Void set_X(System.String)">
17057         <size>8</size>
17058       </method>
17059     </type>
17060     <type name="M">
17061       <method name="Void .ctor()">
17062         <size>7</size>
17063       </method>
17064       <method name="Void Main()">
17065         <size>1</size>
17066       </method>
17067     </type>
17068   </test>
17069   <test name="gtest-autoproperty-06.cs">
17070     <type name="A">
17071       <method name="Void .ctor()">
17072         <size>7</size>
17073       </method>
17074     </type>
17075     <type name="B">
17076       <method name="Void .ctor()">
17077         <size>7</size>
17078       </method>
17079     </type>
17080     <type name="C">
17081       <method name="Void .ctor()">
17082         <size>7</size>
17083       </method>
17084       <method name="B I&lt;B&gt;.get_Prop()">
17085         <size>7</size>
17086       </method>
17087       <method name="Void I&lt;B&gt;.set_Prop(B)">
17088         <size>8</size>
17089       </method>
17090       <method name="A I&lt;A&gt;.get_Prop()">
17091         <size>7</size>
17092       </method>
17093       <method name="Void I&lt;A&gt;.set_Prop(A)">
17094         <size>8</size>
17095       </method>
17096     </type>
17097     <type name="Program">
17098       <method name="Void .ctor()">
17099         <size>7</size>
17100       </method>
17101       <method name="Void Main(System.String[])">
17102         <size>7</size>
17103       </method>
17104     </type>
17105   </test>
17106   <test name="gtest-collectioninit-01.cs">
17107     <type name="Test">
17108       <method name="Void .ctor()">
17109         <size>7</size>
17110       </method>
17111       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
17112         <size>83</size>
17113       </method>
17114       <method name="Int32 Main()">
17115         <size>528</size>
17116       </method>
17117     </type>
17118     <type name="Test+Wrap">
17119       <method name="Void .ctor()">
17120         <size>31</size>
17121       </method>
17122       <method name="Void .ctor(Int32)">
17123         <size>25</size>
17124       </method>
17125       <method name="System.Collections.ArrayList get_Numbers()">
17126         <size>7</size>
17127       </method>
17128     </type>
17129   </test>
17130   <test name="gtest-collectioninit-02.cs">
17131     <type name="C">
17132       <method name="Void .ctor()">
17133         <size>7</size>
17134       </method>
17135       <method name="Int32 Main()">
17136         <size>73</size>
17137       </method>
17138     </type>
17139   </test>
17140   <test name="gtest-collectioninit-03.cs">
17141     <type name="X">
17142       <method name="Void .ctor()">
17143         <size>7</size>
17144       </method>
17145       <method name="Int32 Main()">
17146         <size>34</size>
17147       </method>
17148       <method name="Void R(System.Object ByRef)">
17149         <size>28</size>
17150       </method>
17151     </type>
17152   </test>
17153   <test name="gtest-etree-01.cs">
17154     <type name="MyTypeExplicit">
17155       <method name="Void .ctor(Int32)">
17156         <size>14</size>
17157       </method>
17158       <method name="Int32 op_Explicit(MyTypeExplicit)">
17159         <size>7</size>
17160       </method>
17161     </type>
17162     <type name="MemberAccessData">
17163       <method name="Void .ctor()">
17164         <size>7</size>
17165       </method>
17166       <method name="Void .cctor()">
17167         <size>16</size>
17168       </method>
17169       <method name="Void add_EventField(System.Func`1[System.Boolean])">
17170         <size>24</size>
17171       </method>
17172       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
17173         <size>24</size>
17174       </method>
17175       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
17176         <size>33</size>
17177       </method>
17178       <method name="Void set_MyTypeProperty(MyType)">
17179         <size>8</size>
17180       </method>
17181       <method name="MyType get_MyTypeProperty()">
17182         <size>7</size>
17183       </method>
17184       <method name="System.String get_StaticProperty()">
17185         <size>6</size>
17186       </method>
17187     </type>
17188     <type name="NewTest`1[T]">
17189       <method name="Void .ctor(T)">
17190         <size>27</size>
17191       </method>
17192       <method name="Void .ctor(T[])">
17193         <size>14</size>
17194       </method>
17195       <method name="Int32 GetHashCode()">
17196         <size>7</size>
17197       </method>
17198       <method name="Boolean Equals(System.Object)">
17199         <size>91</size>
17200       </method>
17201     </type>
17202     <type name="Indexer">
17203       <method name="Void .ctor()">
17204         <size>7</size>
17205       </method>
17206       <method name="Int32 get_Item(Int32)">
17207         <size>2</size>
17208       </method>
17209       <method name="Void set_Item(Int32, Int32)">
17210         <size>1</size>
17211       </method>
17212       <method name="System.String get_Item(System.String[])">
17213         <size>7</size>
17214       </method>
17215     </type>
17216     <type name="Tester">
17217       <method name="Void .ctor()">
17218         <size>7</size>
17219       </method>
17220       <method name="Void Assert[T](T, T)">
17221         <size>9</size>
17222       </method>
17223       <method name="Void Assert[T](T, T, System.String)">
17224         <size>89</size>
17225       </method>
17226       <method name="Void Assert[T](T[], T[])">
17227         <size>220</size>
17228       </method>
17229       <method name="T GenericMethod[T](T)">
17230         <size>2</size>
17231       </method>
17232       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
17233         <size>56</size>
17234       </method>
17235       <method name="Void AddTest()">
17236         <size>99</size>
17237       </method>
17238       <method name="Void AddTest_2()">
17239         <size>118</size>
17240       </method>
17241       <method name="Void AddTest_3()">
17242         <size>129</size>
17243       </method>
17244       <method name="Void AddTest_4()">
17245         <size>191</size>
17246       </method>
17247       <method name="Void AddTest_5()">
17248         <size>133</size>
17249       </method>
17250       <method name="Void AddTest_6()">
17251         <size>158</size>
17252       </method>
17253       <method name="Void AddTest_7()">
17254         <size>142</size>
17255       </method>
17256       <method name="Void AddTest_8()">
17257         <size>248</size>
17258       </method>
17259       <method name="Void AddTest_9()">
17260         <size>142</size>
17261       </method>
17262       <method name="Void AddCheckedTest()">
17263         <size>99</size>
17264       </method>
17265       <method name="Void AddCheckedTest_2()">
17266         <size>118</size>
17267       </method>
17268       <method name="Void AddCheckedTest_3()">
17269         <size>129</size>
17270       </method>
17271       <method name="Void AddStringTest()">
17272         <size>128</size>
17273       </method>
17274       <method name="Void AddStringTest_2()">
17275         <size>173</size>
17276       </method>
17277       <method name="Void AddStringTest_3()">
17278         <size>174</size>
17279       </method>
17280       <method name="Void AddStringTest_4()">
17281         <size>174</size>
17282       </method>
17283       <method name="Void AndTest()">
17284         <size>140</size>
17285       </method>
17286       <method name="Void AndTest_2()">
17287         <size>161</size>
17288       </method>
17289       <method name="Void AndTest_3()">
17290         <size>161</size>
17291       </method>
17292       <method name="Void AndNullableTest()">
17293         <size>381</size>
17294       </method>
17295       <method name="Void AndNullableTest_2()">
17296         <size>237</size>
17297       </method>
17298       <method name="Void AndNullableTest_3()">
17299         <size>198</size>
17300       </method>
17301       <method name="Void AndAlsoTest()">
17302         <size>96</size>
17303       </method>
17304       <method name="Void AndAlsoTest_2()">
17305         <size>165</size>
17306       </method>
17307       <method name="Void AndAlsoTest_3()">
17308         <size>108</size>
17309       </method>
17310       <method name="Void ArrayIndexTest()">
17311         <size>145</size>
17312       </method>
17313       <method name="Void ArrayIndexTest_2()">
17314         <size>115</size>
17315       </method>
17316       <method name="Void ArrayIndexTest_3()">
17317         <size>199</size>
17318       </method>
17319       <method name="Void ArrayIndexTest_4()">
17320         <size>243</size>
17321       </method>
17322       <method name="Void ArrayIndexTest_5()">
17323         <size>108</size>
17324       </method>
17325       <method name="Void ArrayLengthTest()">
17326         <size>99</size>
17327       </method>
17328       <method name="Void ArrayLengthTest_2()">
17329         <size>91</size>
17330       </method>
17331       <method name="Void CallTest()">
17332         <size>138</size>
17333       </method>
17334       <method name="Void CallTest_2()">
17335         <size>107</size>
17336       </method>
17337       <method name="Void CallTest_3()">
17338         <size>207</size>
17339       </method>
17340       <method name="Void CallTest_4()">
17341         <size>121</size>
17342       </method>
17343       <method name="Void CallTest_5()">
17344         <size>99</size>
17345       </method>
17346       <method name="Void CallTest_6()">
17347         <size>70</size>
17348       </method>
17349       <method name="Void CallTest_7()">
17350         <size>124</size>
17351       </method>
17352       <method name="Void CallTest_8()">
17353         <size>227</size>
17354       </method>
17355       <method name="Void CallTest_9()">
17356         <size>88</size>
17357       </method>
17358       <method name="Void CoalesceTest()">
17359         <size>120</size>
17360       </method>
17361       <method name="Void CoalesceTest_2()">
17362         <size>171</size>
17363       </method>
17364       <method name="Void ConditionTest()">
17365         <size>170</size>
17366       </method>
17367       <method name="Void ConditionTest_2()">
17368         <size>301</size>
17369       </method>
17370       <method name="Void ConditionTest_3()">
17371         <size>179</size>
17372       </method>
17373       <method name="Void ConditionTest_4()">
17374         <size>183</size>
17375       </method>
17376       <method name="Void ConstantTest()">
17377         <size>59</size>
17378       </method>
17379       <method name="Void ConstantTest_2()">
17380         <size>62</size>
17381       </method>
17382       <method name="Void ConstantTest_3()">
17383         <size>54</size>
17384       </method>
17385       <method name="Void ConstantTest_4()">
17386         <size>44</size>
17387       </method>
17388       <method name="Void ConstantTest_5()">
17389         <size>59</size>
17390       </method>
17391       <method name="Void ConstantTest_6()">
17392         <size>67</size>
17393       </method>
17394       <method name="Void ConstantTest_7()">
17395         <size>62</size>
17396       </method>
17397       <method name="Void ConstantTest_8()">
17398         <size>72</size>
17399       </method>
17400       <method name="Void ConstantTest_9()">
17401         <size>72</size>
17402       </method>
17403       <method name="Void ConstantTest_10()">
17404         <size>72</size>
17405       </method>
17406       <method name="Void ConstantTest_11()">
17407         <size>59</size>
17408       </method>
17409       <method name="Void ConstantTest_13()">
17410         <size>59</size>
17411       </method>
17412       <method name="Void ConstantTest_14()">
17413         <size>72</size>
17414       </method>
17415       <method name="Void ConstantTest_15()">
17416         <size>62</size>
17417       </method>
17418       <method name="Void ConvertTest()">
17419         <size>82</size>
17420       </method>
17421       <method name="Void ConvertTest_2()">
17422         <size>83</size>
17423       </method>
17424       <method name="Void ConvertTest_3()">
17425         <size>93</size>
17426       </method>
17427       <method name="Void ConvertTest_4()">
17428         <size>102</size>
17429       </method>
17430       <method name="Void ConvertTest_5()">
17431         <size>109</size>
17432       </method>
17433       <method name="Void ConvertTest_6()">
17434         <size>240</size>
17435       </method>
17436       <method name="Void ConvertTest_7()">
17437         <size>122</size>
17438       </method>
17439       <method name="Void ConvertTest_8()">
17440         <size>118</size>
17441       </method>
17442       <method name="Void ConvertTest_9()">
17443         <size>97</size>
17444       </method>
17445       <method name="Void ConvertTest_10()">
17446         <size>163</size>
17447       </method>
17448       <method name="Void ConvertTest_11()">
17449         <size>101</size>
17450       </method>
17451       <method name="Void ConvertTest_12()">
17452         <size>156</size>
17453       </method>
17454       <method name="Void ConvertTest_13()">
17455         <size>86</size>
17456       </method>
17457       <method name="Void ConvertTest_14()">
17458         <size>88</size>
17459       </method>
17460       <method name="Void ConvertTest_15()">
17461         <size>132</size>
17462       </method>
17463       <method name="Void ConvertCheckedTest()">
17464         <size>82</size>
17465       </method>
17466       <method name="Void ConvertCheckedTest_2()">
17467         <size>83</size>
17468       </method>
17469       <method name="Void ConvertCheckedTest_3()">
17470         <size>93</size>
17471       </method>
17472       <method name="Void ConvertCheckedTest_4()">
17473         <size>102</size>
17474       </method>
17475       <method name="Void DivideTest()">
17476         <size>99</size>
17477       </method>
17478       <method name="Void DivideTest_2()">
17479         <size>185</size>
17480       </method>
17481       <method name="Void DivideTest_3()">
17482         <size>129</size>
17483       </method>
17484       <method name="Void DivideTest_4()">
17485         <size>192</size>
17486       </method>
17487       <method name="Void DivideTest_5()">
17488         <size>134</size>
17489       </method>
17490       <method name="Void DivideTest_6()">
17491         <size>196</size>
17492       </method>
17493       <method name="Void EqualTest()">
17494         <size>118</size>
17495       </method>
17496       <method name="Void EqualTest_2()">
17497         <size>168</size>
17498       </method>
17499       <method name="Void EqualTest_3()">
17500         <size>125</size>
17501       </method>
17502       <method name="Void EqualTest_4()">
17503         <size>210</size>
17504       </method>
17505       <method name="Void EqualTest_5()">
17506         <size>176</size>
17507       </method>
17508       <method name="Void EqualTest_6()">
17509         <size>119</size>
17510       </method>
17511       <method name="Void EqualTest_7()">
17512         <size>167</size>
17513       </method>
17514       <method name="Void EqualTest_8()">
17515         <size>116</size>
17516       </method>
17517       <method name="Void EqualTest_9()">
17518         <size>146</size>
17519       </method>
17520       <method name="Void EqualTest_10()">
17521         <size>169</size>
17522       </method>
17523       <method name="Void EqualTest_11()">
17524         <size>132</size>
17525       </method>
17526       <method name="Void EqualTest_12()">
17527         <size>127</size>
17528       </method>
17529       <method name="Void EqualTest_13()">
17530         <size>124</size>
17531       </method>
17532       <method name="Void EqualTestDelegate()">
17533         <size>113</size>
17534       </method>
17535       <method name="Void EqualTestDelegate_2()">
17536         <size>312</size>
17537       </method>
17538       <method name="Void ExclusiveOrTest()">
17539         <size>115</size>
17540       </method>
17541       <method name="Void ExclusiveOrTest_2()">
17542         <size>183</size>
17543       </method>
17544       <method name="Void ExclusiveOrTest_3()">
17545         <size>129</size>
17546       </method>
17547       <method name="Void ExclusiveOrTest_4()">
17548         <size>192</size>
17549       </method>
17550       <method name="Void ExclusiveOrTest_5()">
17551         <size>197</size>
17552       </method>
17553       <method name="Void ExclusiveOrTest_6()">
17554         <size>161</size>
17555       </method>
17556       <method name="Void ExclusiveOrTest_7()">
17557         <size>198</size>
17558       </method>
17559       <method name="Void ExclusiveOrTest_8()">
17560         <size>164</size>
17561       </method>
17562       <method name="Void GreaterThanTest()">
17563         <size>99</size>
17564       </method>
17565       <method name="Void GreaterThanTest_2()">
17566         <size>154</size>
17567       </method>
17568       <method name="Void GreaterThanTest_3()">
17569         <size>125</size>
17570       </method>
17571       <method name="Void GreaterThanTest_4()">
17572         <size>210</size>
17573       </method>
17574       <method name="Void GreaterThanTest_5()">
17575         <size>209</size>
17576       </method>
17577       <method name="Void GreaterThanTest_6()">
17578         <size>102</size>
17579       </method>
17580       <method name="Void GreaterThanTest_7()">
17581         <size>146</size>
17582       </method>
17583       <method name="Void GreaterThanTest_8()">
17584         <size>169</size>
17585       </method>
17586       <method name="Void GreaterThanOrEqualTest()">
17587         <size>99</size>
17588       </method>
17589       <method name="Void GreaterThanOrEqualTest_2()">
17590         <size>169</size>
17591       </method>
17592       <method name="Void GreaterThanOrEqualTest_3()">
17593         <size>130</size>
17594       </method>
17595       <method name="Void GreaterThanOrEqualTest_4()">
17596         <size>210</size>
17597       </method>
17598       <method name="Void GreaterThanOrEqualTest_5()">
17599         <size>209</size>
17600       </method>
17601       <method name="Void GreaterThanOrEqualTest_6()">
17602         <size>102</size>
17603       </method>
17604       <method name="Void GreaterThanOrEqualTest_7()">
17605         <size>146</size>
17606       </method>
17607       <method name="Void GreaterThanOrEqualTest_8()">
17608         <size>169</size>
17609       </method>
17610       <method name="Void InvokeTest()">
17611         <size>90</size>
17612       </method>
17613       <method name="Void InvokeTest_2()">
17614         <size>138</size>
17615       </method>
17616       <method name="Void LeftShiftTest()">
17617         <size>155</size>
17618       </method>
17619       <method name="Void LeftShiftTest_2()">
17620         <size>162</size>
17621       </method>
17622       <method name="Void LeftShiftTest_3()">
17623         <size>169</size>
17624       </method>
17625       <method name="Void LeftShiftTest_4()">
17626         <size>261</size>
17627       </method>
17628       <method name="Void LeftShiftTest_5()">
17629         <size>110</size>
17630       </method>
17631       <method name="Void LessThanTest()">
17632         <size>99</size>
17633       </method>
17634       <method name="Void LessThanTest_2()">
17635         <size>154</size>
17636       </method>
17637       <method name="Void LessThanTest_3()">
17638         <size>125</size>
17639       </method>
17640       <method name="Void LessThanTest_4()">
17641         <size>210</size>
17642       </method>
17643       <method name="Void LessThanTest_5()">
17644         <size>209</size>
17645       </method>
17646       <method name="Void LessThanTest_6()">
17647         <size>102</size>
17648       </method>
17649       <method name="Void LessThanTest_7()">
17650         <size>146</size>
17651       </method>
17652       <method name="Void LessThanTest_8()">
17653         <size>169</size>
17654       </method>
17655       <method name="Void LessThanOrEqualTest()">
17656         <size>99</size>
17657       </method>
17658       <method name="Void LessThanOrEqualTest_2()">
17659         <size>169</size>
17660       </method>
17661       <method name="Void LessThanOrEqualTest_3()">
17662         <size>125</size>
17663       </method>
17664       <method name="Void LessThanOrEqualTest_4()">
17665         <size>210</size>
17666       </method>
17667       <method name="Void LessThanOrEqualTest_5()">
17668         <size>209</size>
17669       </method>
17670       <method name="Void LessThanOrEqualTest_6()">
17671         <size>102</size>
17672       </method>
17673       <method name="Void LessThanOrEqualTest_7()">
17674         <size>146</size>
17675       </method>
17676       <method name="Void LessThanOrEqualTest_8()">
17677         <size>169</size>
17678       </method>
17679       <method name="Void ListInitTest()">
17680         <size>404</size>
17681       </method>
17682       <method name="Void ListInitTest_2()">
17683         <size>292</size>
17684       </method>
17685       <method name="Void MemberAccessTest()">
17686         <size>132</size>
17687       </method>
17688       <method name="Void MemberAccessTest_2()">
17689         <size>63</size>
17690       </method>
17691       <method name="Void MemberAccessTest_3()">
17692         <size>113</size>
17693       </method>
17694       <method name="Void MemberAccessTest_4()">
17695         <size>91</size>
17696       </method>
17697       <method name="Void MemberAccessTest_5()">
17698         <size>39</size>
17699       </method>
17700       <method name="Void MemberAccessTest_6()">
17701         <size>104</size>
17702       </method>
17703       <method name="Void MemberAccessTest_7()">
17704         <size>109</size>
17705       </method>
17706       <method name="Void MemberAccessTest_8()">
17707         <size>63</size>
17708       </method>
17709       <method name="Void MemberAccessTest_9()">
17710         <size>91</size>
17711       </method>
17712       <method name="Void MemberInitTest()">
17713         <size>302</size>
17714       </method>
17715       <method name="Void MemberInitTest_2()">
17716         <size>250</size>
17717       </method>
17718       <method name="Void MemberInitTest_3()">
17719         <size>124</size>
17720       </method>
17721       <method name="Void ModuloTest()">
17722         <size>100</size>
17723       </method>
17724       <method name="Void ModuloTest_2()">
17725         <size>185</size>
17726       </method>
17727       <method name="Void ModuloTest_3()">
17728         <size>129</size>
17729       </method>
17730       <method name="Void ModuloTest_4()">
17731         <size>192</size>
17732       </method>
17733       <method name="Void ModuloTest_5()">
17734         <size>133</size>
17735       </method>
17736       <method name="Void ModuloTest_6()">
17737         <size>200</size>
17738       </method>
17739       <method name="Void ModuloTest_7()">
17740         <size>110</size>
17741       </method>
17742       <method name="Void MultiplyTest()">
17743         <size>131</size>
17744       </method>
17745       <method name="Void MultiplyTest_2()">
17746         <size>185</size>
17747       </method>
17748       <method name="Void MultiplyTest_3()">
17749         <size>133</size>
17750       </method>
17751       <method name="Void MultiplyTest_4()">
17752         <size>195</size>
17753       </method>
17754       <method name="Void MultiplyTest_5()">
17755         <size>137</size>
17756       </method>
17757       <method name="Void MultiplyTest_6()">
17758         <size>202</size>
17759       </method>
17760       <method name="Void MultiplyTest_7()">
17761         <size>110</size>
17762       </method>
17763       <method name="Void MultiplyCheckedTest()">
17764         <size>122</size>
17765       </method>
17766       <method name="Void MultiplyCheckedTest_2()">
17767         <size>192</size>
17768       </method>
17769       <method name="Void MultiplyCheckedTest_3()">
17770         <size>133</size>
17771       </method>
17772       <method name="Void MultiplyCheckedTest_4()">
17773         <size>121</size>
17774       </method>
17775       <method name="Void MultiplyCheckedTest_5()">
17776         <size>124</size>
17777       </method>
17778       <method name="Void NegateTest()">
17779         <size>72</size>
17780       </method>
17781       <method name="Void NegateTest_2()">
17782         <size>92</size>
17783       </method>
17784       <method name="Void NegateTest_3()">
17785         <size>130</size>
17786       </method>
17787       <method name="Void NegateTest_4()">
17788         <size>97</size>
17789       </method>
17790       <method name="Void NegateTest_5()">
17791         <size>141</size>
17792       </method>
17793       <method name="Void NegateTest_6()">
17794         <size>121</size>
17795       </method>
17796       <method name="Void NegateTest_7()">
17797         <size>132</size>
17798       </method>
17799       <method name="Void NegateTest_8()">
17800         <size>97</size>
17801       </method>
17802       <method name="Void NegateTest_9()">
17803         <size>87</size>
17804       </method>
17805       <method name="Void NegateTestChecked()">
17806         <size>91</size>
17807       </method>
17808       <method name="Void NegateTestChecked_2()">
17809         <size>137</size>
17810       </method>
17811       <method name="Void NegateTestChecked_3()">
17812         <size>97</size>
17813       </method>
17814       <method name="Void NegateTestChecked_4()">
17815         <size>86</size>
17816       </method>
17817       <method name="Void NewArrayInitTest()">
17818         <size>92</size>
17819       </method>
17820       <method name="Void NewArrayInitTest_2()">
17821         <size>64</size>
17822       </method>
17823       <method name="Void NewArrayInitTest_3()">
17824         <size>136</size>
17825       </method>
17826       <method name="Void NewArrayInitTest_4()">
17827         <size>120</size>
17828       </method>
17829       <method name="Void NewArrayBoundsTest()">
17830         <size>123</size>
17831       </method>
17832       <method name="Void NewArrayBoundsTest_2()">
17833         <size>123</size>
17834       </method>
17835       <method name="Void NewTest()">
17836         <size>93</size>
17837       </method>
17838       <method name="Void NewTest_2()">
17839         <size>61</size>
17840       </method>
17841       <method name="Void NewTest_3()">
17842         <size>98</size>
17843       </method>
17844       <method name="Void NewTest_4()">
17845         <size>252</size>
17846       </method>
17847       <method name="Void NewTest_5()">
17848         <size>371</size>
17849       </method>
17850       <method name="Void NotTest()">
17851         <size>70</size>
17852       </method>
17853       <method name="Void NotTest_2()">
17854         <size>113</size>
17855       </method>
17856       <method name="Void NotTest_3()">
17857         <size>71</size>
17858       </method>
17859       <method name="Void NotTest_4()">
17860         <size>105</size>
17861       </method>
17862       <method name="Void NotTest_5()">
17863         <size>73</size>
17864       </method>
17865       <method name="Void NotTest_6()">
17866         <size>104</size>
17867       </method>
17868       <method name="Void NotNullableTest()">
17869         <size>114</size>
17870       </method>
17871       <method name="Void NotNullableTest_2()">
17872         <size>134</size>
17873       </method>
17874       <method name="Void NotNullableTest_3()">
17875         <size>130</size>
17876       </method>
17877       <method name="Void NotNullableTest_4()">
17878         <size>149</size>
17879       </method>
17880       <method name="Void NotNullableTest_5()">
17881         <size>148</size>
17882       </method>
17883       <method name="Void NotEqualTest()">
17884         <size>118</size>
17885       </method>
17886       <method name="Void NotEqualTest_2()">
17887         <size>166</size>
17888       </method>
17889       <method name="Void NotEqualTest_3()">
17890         <size>125</size>
17891       </method>
17892       <method name="Void NotEqualTest_4()">
17893         <size>210</size>
17894       </method>
17895       <method name="Void NotEqualTest_5()">
17896         <size>176</size>
17897       </method>
17898       <method name="Void NotEqualTest_6()">
17899         <size>119</size>
17900       </method>
17901       <method name="Void NotEqualTest_7()">
17902         <size>167</size>
17903       </method>
17904       <method name="Void NotEqualTest_8()">
17905         <size>116</size>
17906       </method>
17907       <method name="Void NotEqualTest_9()">
17908         <size>146</size>
17909       </method>
17910       <method name="Void NotEqualTest_10()">
17911         <size>169</size>
17912       </method>
17913       <method name="Void NotEqualTest_11()">
17914         <size>132</size>
17915       </method>
17916       <method name="Void OrTest()">
17917         <size>141</size>
17918       </method>
17919       <method name="Void OrTest_2()">
17920         <size>129</size>
17921       </method>
17922       <method name="Void OrTest_3()">
17923         <size>161</size>
17924       </method>
17925       <method name="Void OrNullableTest()">
17926         <size>382</size>
17927       </method>
17928       <method name="Void OrNullableTest_2()">
17929         <size>186</size>
17930       </method>
17931       <method name="Void OrNullableTest_3()">
17932         <size>176</size>
17933       </method>
17934       <method name="Void OrNullableTest_4()">
17935         <size>198</size>
17936       </method>
17937       <method name="Void OrElseTest()">
17938         <size>97</size>
17939       </method>
17940       <method name="Void OrElseTest_2()">
17941         <size>167</size>
17942       </method>
17943       <method name="Void ParameterTest()">
17944         <size>73</size>
17945       </method>
17946       <method name="Void ParameterTest_2()">
17947         <size>75</size>
17948       </method>
17949       <method name="Void ParameterTest_3()">
17950         <size>73</size>
17951       </method>
17952       <method name="Void ParameterTest_4()">
17953         <size>100</size>
17954       </method>
17955       <method name="Void QuoteTest()">
17956         <size>85</size>
17957       </method>
17958       <method name="Void RightShiftTest()">
17959         <size>152</size>
17960       </method>
17961       <method name="Void RightShiftTest_2()">
17962         <size>159</size>
17963       </method>
17964       <method name="Void RightShiftTest_3()">
17965         <size>169</size>
17966       </method>
17967       <method name="Void RightShiftTest_4()">
17968         <size>258</size>
17969       </method>
17970       <method name="Void SubtractTest()">
17971         <size>100</size>
17972       </method>
17973       <method name="Void SubtractTest_2()">
17974         <size>119</size>
17975       </method>
17976       <method name="Void SubtractTest_3()">
17977         <size>130</size>
17978       </method>
17979       <method name="Void SubtractTest_4()">
17980         <size>192</size>
17981       </method>
17982       <method name="Void SubtractTest_5()">
17983         <size>134</size>
17984       </method>
17985       <method name="Void SubtractTest_6()">
17986         <size>160</size>
17987       </method>
17988       <method name="Void SubtractTest_7()">
17989         <size>113</size>
17990       </method>
17991       <method name="Void SubtractTest_8()">
17992         <size>146</size>
17993       </method>
17994       <method name="Void SubtractTest_9()">
17995         <size>142</size>
17996       </method>
17997       <method name="Void SubtractTest_10()">
17998         <size>161</size>
17999       </method>
18000       <method name="Void SubtractTest_11()">
18001         <size>157</size>
18002       </method>
18003       <method name="Void SubtractCheckedTest()">
18004         <size>127</size>
18005       </method>
18006       <method name="Void SubtractCheckedTest_2()">
18007         <size>185</size>
18008       </method>
18009       <method name="Void SubtractCheckedTest_3()">
18010         <size>130</size>
18011       </method>
18012       <method name="Void SubtractCheckedTest_4()">
18013         <size>121</size>
18014       </method>
18015       <method name="Void TypeAsTest()">
18016         <size>80</size>
18017       </method>
18018       <method name="Void TypeAsTest_2()">
18019         <size>144</size>
18020       </method>
18021       <method name="Void TypeAsTest_3()">
18022         <size>85</size>
18023       </method>
18024       <method name="Void TypeIsTest()">
18025         <size>103</size>
18026       </method>
18027       <method name="Void TypeIsTest_2()">
18028         <size>103</size>
18029       </method>
18030       <method name="Void TypeIsTest_3()">
18031         <size>85</size>
18032       </method>
18033       <method name="Void TypeIsTest_5()">
18034         <size>74</size>
18035       </method>
18036       <method name="Void TypeIsTest_6()">
18037         <size>111</size>
18038       </method>
18039       <method name="Void UnaryPlusTest()">
18040         <size>67</size>
18041       </method>
18042       <method name="Void UnaryPlusTest_2()">
18043         <size>47</size>
18044       </method>
18045       <method name="Void UnaryPlusTest_3()">
18046         <size>97</size>
18047       </method>
18048       <method name="Void UnaryPlusTest_4()">
18049         <size>141</size>
18050       </method>
18051       <method name="Void UnaryPlusTest_5()">
18052         <size>140</size>
18053       </method>
18054       <method name="System.String InstanceMethod(System.String)">
18055         <size>2</size>
18056       </method>
18057       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
18058         <size>30</size>
18059       </method>
18060       <method name="Int32 TestInt()">
18061         <size>3</size>
18062       </method>
18063       <method name="Void RefMethod(Int32 ByRef)">
18064         <size>8</size>
18065       </method>
18066       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
18067         <size>87</size>
18068       </method>
18069       <method name="Int32 Main()">
18070         <size>179</size>
18071       </method>
18072     </type>
18073     <type name="Tester+EmptyDelegate">
18074       <method name="Void .ctor(Object, IntPtr)">
18075         <size>0</size>
18076       </method>
18077       <method name="Void Invoke()">
18078         <size>0</size>
18079       </method>
18080       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18081         <size>0</size>
18082       </method>
18083       <method name="Void EndInvoke(IAsyncResult)">
18084         <size>0</size>
18085       </method>
18086     </type>
18087     <type name="Tester+IntDelegate">
18088       <method name="Void .ctor(Object, IntPtr)">
18089         <size>0</size>
18090       </method>
18091       <method name="Int32 Invoke()">
18092         <size>0</size>
18093       </method>
18094       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18095         <size>0</size>
18096       </method>
18097       <method name="Int32 EndInvoke(IAsyncResult)">
18098         <size>0</size>
18099       </method>
18100     </type>
18101     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
18102       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
18103         <size>21</size>
18104       </method>
18105       <method name="&lt;A&gt;__T get_A()">
18106         <size>7</size>
18107       </method>
18108       <method name="&lt;Value&gt;__T get_Value()">
18109         <size>7</size>
18110       </method>
18111       <method name="Boolean Equals(System.Object)">
18112         <size>69</size>
18113       </method>
18114       <method name="Int32 GetHashCode()">
18115         <size>86</size>
18116       </method>
18117       <method name="System.String ToString()">
18118         <size>142</size>
18119       </method>
18120     </type>
18121     <type name="Tester">
18122       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
18123         <size>1</size>
18124       </method>
18125       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
18126         <size>1</size>
18127       </method>
18128       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
18129         <size>1</size>
18130       </method>
18131       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
18132         <size>1</size>
18133       </method>
18134       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
18135         <size>1</size>
18136       </method>
18137       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
18138         <size>12</size>
18139       </method>
18140       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
18141         <size>12</size>
18142       </method>
18143       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
18144         <size>7</size>
18145       </method>
18146       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
18147         <size>7</size>
18148       </method>
18149       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
18150         <size>5</size>
18151       </method>
18152       <method name="Void NewArrayInitTest_5()">
18153         <size>158</size>
18154       </method>
18155       <method name="Void ConditionTest_5()">
18156         <size>107</size>
18157       </method>
18158       <method name="Void AndTest_4()">
18159         <size>92</size>
18160       </method>
18161       <method name="Void MemberInitTest_4()">
18162         <size>66</size>
18163       </method>
18164       <method name="Void NewTest_6()">
18165         <size>182</size>
18166       </method>
18167     </type>
18168     <type name="InverseLogicalOperator">
18169       <method name="Void .ctor(Boolean)">
18170         <size>8</size>
18171       </method>
18172       <method name="Boolean op_True(InverseLogicalOperator)">
18173         <size>8</size>
18174       </method>
18175       <method name="Boolean op_False(InverseLogicalOperator)">
18176         <size>8</size>
18177       </method>
18178     </type>
18179     <type name="MyType">
18180       <method name="Void .ctor(Int32)">
18181         <size>8</size>
18182       </method>
18183       <method name="Int16 get_ShortProp()">
18184         <size>7</size>
18185       </method>
18186       <method name="Void set_ShortProp(Int16)">
18187         <size>8</size>
18188       </method>
18189       <method name="Int32 GetHashCode()">
18190         <size>6</size>
18191       </method>
18192       <method name="System.String ToString()">
18193         <size>12</size>
18194       </method>
18195       <method name="Int32 op_Implicit(MyType)">
18196         <size>8</size>
18197       </method>
18198       <method name="Boolean op_True(MyType)">
18199         <size>16</size>
18200       </method>
18201       <method name="Boolean op_False(MyType)">
18202         <size>19</size>
18203       </method>
18204       <method name="MyType op_Addition(MyType, MyType)">
18205         <size>21</size>
18206       </method>
18207       <method name="MyType op_Subtraction(MyType, MyType)">
18208         <size>21</size>
18209       </method>
18210       <method name="MyType op_Division(MyType, MyType)">
18211         <size>21</size>
18212       </method>
18213       <method name="MyType op_Multiply(MyType, MyType)">
18214         <size>21</size>
18215       </method>
18216       <method name="MyType op_Modulus(MyType, MyType)">
18217         <size>21</size>
18218       </method>
18219       <method name="MyType op_BitwiseAnd(MyType, MyType)">
18220         <size>21</size>
18221       </method>
18222       <method name="MyType op_BitwiseOr(MyType, MyType)">
18223         <size>21</size>
18224       </method>
18225       <method name="MyType op_ExclusiveOr(MyType, MyType)">
18226         <size>21</size>
18227       </method>
18228       <method name="Boolean op_Equality(MyType, MyType)">
18229         <size>17</size>
18230       </method>
18231       <method name="Boolean op_Inequality(MyType, MyType)">
18232         <size>20</size>
18233       </method>
18234       <method name="Boolean op_GreaterThan(MyType, MyType)">
18235         <size>17</size>
18236       </method>
18237       <method name="Boolean op_LessThan(MyType, MyType)">
18238         <size>17</size>
18239       </method>
18240       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
18241         <size>20</size>
18242       </method>
18243       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
18244         <size>20</size>
18245       </method>
18246       <method name="Boolean op_LogicalNot(MyType)">
18247         <size>11</size>
18248       </method>
18249       <method name="Int32 op_RightShift(MyType, Int32)">
18250         <size>13</size>
18251       </method>
18252       <method name="Int32 op_LeftShift(MyType, Int32)">
18253         <size>13</size>
18254       </method>
18255       <method name="MyType op_UnaryNegation(MyType)">
18256         <size>14</size>
18257       </method>
18258       <method name="MyType op_UnaryPlus(MyType)">
18259         <size>13</size>
18260       </method>
18261     </type>
18262     <type name="MyTypeImplicitOnly">
18263       <method name="Void .ctor(Int16)">
18264         <size>8</size>
18265       </method>
18266       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
18267         <size>8</size>
18268       </method>
18269     </type>
18270     <type name="Tester">
18271       <method name="Void EqualTest_14()">
18272         <size>101</size>
18273       </method>
18274     </type>
18275     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
18276       <method name="Void .ctor()">
18277         <size>7</size>
18278       </method>
18279     </type>
18280     <type name="Tester">
18281       <method name="Void NewArrayInitTest_6()">
18282         <size>103</size>
18283       </method>
18284       <method name="Void LambdaTest()">
18285         <size>89</size>
18286       </method>
18287       <method name="Void EqualTest_15()">
18288         <size>159</size>
18289       </method>
18290       <method name="Void ArrayIndexTest_6()">
18291         <size>122</size>
18292       </method>
18293       <method name="Void ArrayIndexTest_7()">
18294         <size>128</size>
18295       </method>
18296       <method name="Void NewArrayBoundsTest_3()">
18297         <size>85</size>
18298       </method>
18299       <method name="Void NewArrayBoundsTest_4()">
18300         <size>82</size>
18301       </method>
18302     </type>
18303     <type name="&lt;PrivateImplementationDetails&gt;">
18304       <method name="Void .ctor()">
18305         <size>7</size>
18306       </method>
18307     </type>
18308     <type name="Tester">
18309       <method name="Void LeftShiftTest_6()">
18310         <size>155</size>
18311       </method>
18312       <method name="Void RightShiftTest_5()">
18313         <size>152</size>
18314       </method>
18315       <method name="Void QuoteTest_2()">
18316         <size>99</size>
18317       </method>
18318     </type>
18319     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
18320       <method name="Void .ctor()">
18321         <size>7</size>
18322       </method>
18323     </type>
18324     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
18325       <method name="Void .ctor()">
18326         <size>7</size>
18327       </method>
18328     </type>
18329     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
18330       <method name="Void .ctor()">
18331         <size>7</size>
18332       </method>
18333     </type>
18334     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
18335       <method name="Void .ctor()">
18336         <size>7</size>
18337       </method>
18338     </type>
18339     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
18340       <method name="Void .ctor()">
18341         <size>7</size>
18342       </method>
18343     </type>
18344     <type name="Tester">
18345       <method name="Void NewTest_7()">
18346         <size>53</size>
18347       </method>
18348       <method name="Void ConvertTest_16()">
18349         <size>81</size>
18350       </method>
18351       <method name="Int32 ReturnNumber()">
18352         <size>2</size>
18353       </method>
18354       <method name="Void EqualTestDelegate_3()">
18355         <size>227</size>
18356       </method>
18357       <method name="Void DivideTest_7()">
18358         <size>185</size>
18359       </method>
18360       <method name="Void MultiplyTest_8()">
18361         <size>198</size>
18362       </method>
18363       <method name="Void RightShiftTest_6()">
18364         <size>145</size>
18365       </method>
18366     </type>
18367   </test>
18368   <test name="gtest-etree-02.cs">
18369     <type name="M">
18370       <method name="Void .ctor()">
18371         <size>7</size>
18372       </method>
18373       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
18374         <size>1</size>
18375       </method>
18376       <method name="System.String Param(System.String)">
18377         <size>114</size>
18378       </method>
18379       <method name="Int32 Main()">
18380         <size>157</size>
18381       </method>
18382     </type>
18383     <type name="M+&lt;Param&gt;c__AnonStorey0">
18384       <method name="Void .ctor()">
18385         <size>7</size>
18386       </method>
18387     </type>
18388   </test>
18389   <test name="gtest-etree-03.cs">
18390     <type name="C">
18391       <method name="Void .ctor()">
18392         <size>7</size>
18393       </method>
18394       <method name="Int32 Main()">
18395         <size>6</size>
18396       </method>
18397     </type>
18398     <type name="S`1[T]">
18399       <method name="Int32 Test()">
18400         <size>145</size>
18401       </method>
18402     </type>
18403   </test>
18404   <test name="gtest-etree-04.cs">
18405     <type name="C">
18406       <method name="Void .ctor()">
18407         <size>7</size>
18408       </method>
18409       <method name="Int32 Main()">
18410         <size>366</size>
18411       </method>
18412     </type>
18413     <type name="C+&lt;Main&gt;c__AnonStorey0">
18414       <method name="Void .ctor()">
18415         <size>7</size>
18416       </method>
18417     </type>
18418     <type name="Foo">
18419       <method name="Boolean op_GreaterThan(Foo, Foo)">
18420         <size>6</size>
18421       </method>
18422       <method name="Boolean op_LessThan(Foo, Foo)">
18423         <size>6</size>
18424       </method>
18425       <method name="Boolean op_Equality(Foo, Foo)">
18426         <size>6</size>
18427       </method>
18428       <method name="Boolean op_Inequality(Foo, Foo)">
18429         <size>6</size>
18430       </method>
18431     </type>
18432   </test>
18433   <test name="gtest-etree-05.cs">
18434     <type name="C">
18435       <method name="Void .ctor()">
18436         <size>7</size>
18437       </method>
18438       <method name="Void Assert[T](T, T)">
18439         <size>46</size>
18440       </method>
18441       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
18442         <size>56</size>
18443       </method>
18444       <method name="Int32 Main()">
18445         <size>350</size>
18446       </method>
18447     </type>
18448   </test>
18449   <test name="gtest-etree-06.cs">
18450     <type name="Test">
18451       <method name="Void .ctor()">
18452         <size>7</size>
18453       </method>
18454       <method name="Int32 Main()">
18455         <size>45</size>
18456       </method>
18457       <method name="Int32 Value()">
18458         <size>2</size>
18459       </method>
18460     </type>
18461   </test>
18462   <test name="gtest-etree-07.cs">
18463     <type name="C">
18464       <method name="Void .ctor()">
18465         <size>7</size>
18466       </method>
18467       <method name="Void Test()">
18468         <size>14</size>
18469       </method>
18470       <method name="Int32* Foo()">
18471         <size>3</size>
18472       </method>
18473       <method name="Int32 Main()">
18474         <size>564</size>
18475       </method>
18476     </type>
18477     <type name="EmptyDelegate">
18478       <method name="Void .ctor(Object, IntPtr)">
18479         <size>0</size>
18480       </method>
18481       <method name="Void Invoke()">
18482         <size>0</size>
18483       </method>
18484       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18485         <size>0</size>
18486       </method>
18487       <method name="Void EndInvoke(IAsyncResult)">
18488         <size>0</size>
18489       </method>
18490     </type>
18491     <type name="UnsafeDelegate">
18492       <method name="Void .ctor(Object, IntPtr)">
18493         <size>0</size>
18494       </method>
18495       <method name="Int32* Invoke()">
18496         <size>0</size>
18497       </method>
18498       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18499         <size>0</size>
18500       </method>
18501       <method name="Int32* EndInvoke(IAsyncResult)">
18502         <size>0</size>
18503       </method>
18504     </type>
18505   </test>
18506   <test name="gtest-etree-08.cs">
18507     <type name="Foo">
18508       <method name="Void .ctor()">
18509         <size>7</size>
18510       </method>
18511       <method name="Int32 ThisMethod()">
18512         <size>3</size>
18513       </method>
18514       <method name="Int32 Goo(Boolean)">
18515         <size>204</size>
18516       </method>
18517       <method name="Int32 Main()">
18518         <size>14</size>
18519       </method>
18520     </type>
18521     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
18522       <method name="Void .ctor()">
18523         <size>7</size>
18524       </method>
18525     </type>
18526   </test>
18527   <test name="gtest-etree-09.cs">
18528     <type name="Mono.C">
18529       <method name="Void .ctor()">
18530         <size>7</size>
18531       </method>
18532       <method name="Int32 Main()">
18533         <size>298</size>
18534       </method>
18535       <method name="System.Int64[] GetValues()">
18536         <size>18</size>
18537       </method>
18538     </type>
18539     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
18540       <method name="Void .ctor()">
18541         <size>7</size>
18542       </method>
18543     </type>
18544     <type name="&lt;PrivateImplementationDetails&gt;">
18545       <method name="Void .ctor()">
18546         <size>7</size>
18547       </method>
18548     </type>
18549   </test>
18550   <test name="gtest-etree-10.cs">
18551     <type name="Foo`1[T]">
18552       <method name="Void .ctor()">
18553         <size>7</size>
18554       </method>
18555       <method name="Boolean ContainsAll[U](IEnumerable`1)">
18556         <size>191</size>
18557       </method>
18558       <method name="Boolean Contains(T)">
18559         <size>2</size>
18560       </method>
18561     </type>
18562     <type name="Program">
18563       <method name="Void .ctor()">
18564         <size>7</size>
18565       </method>
18566       <method name="Int32 Main()">
18567         <size>42</size>
18568       </method>
18569     </type>
18570     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
18571       <method name="Void .ctor()">
18572         <size>7</size>
18573       </method>
18574     </type>
18575     <type name="&lt;PrivateImplementationDetails&gt;">
18576       <method name="Void .ctor()">
18577         <size>7</size>
18578       </method>
18579     </type>
18580   </test>
18581   <test name="gtest-etree-11.cs">
18582     <type name="C">
18583       <method name="Void .ctor()">
18584         <size>7</size>
18585       </method>
18586       <method name="Void Main()">
18587         <size>12</size>
18588       </method>
18589     </type>
18590     <type name="Test">
18591       <method name="Void .ctor()">
18592         <size>7</size>
18593       </method>
18594       <method name="Void Invalid(Int32)">
18595         <size>124</size>
18596       </method>
18597       <method name="Void Other(System.Int32[])">
18598         <size>1</size>
18599       </method>
18600     </type>
18601     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
18602       <method name="Void .ctor()">
18603         <size>7</size>
18604       </method>
18605     </type>
18606   </test>
18607   <test name="gtest-etree-12.cs">
18608     <type name="TestCase">
18609       <method name="Void .cctor()">
18610         <size>68</size>
18611       </method>
18612       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
18613         <size>2</size>
18614       </method>
18615       <method name="Void DummyToMakeTheStaticsInitialize()">
18616         <size>1</size>
18617       </method>
18618     </type>
18619     <type name="Program">
18620       <method name="Void .ctor()">
18621         <size>7</size>
18622       </method>
18623       <method name="Int32 Main()">
18624         <size>7</size>
18625       </method>
18626     </type>
18627   </test>
18628   <test name="gtest-etree-13.cs">
18629     <type name="Program">
18630       <method name="Void .ctor()">
18631         <size>7</size>
18632       </method>
18633       <method name="Int32 Main()">
18634         <size>55</size>
18635       </method>
18636       <method name="IEnumerable`1 Test[T](Int32)">
18637         <size>30</size>
18638       </method>
18639     </type>
18640     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
18641       <method name="Void .ctor()">
18642         <size>7</size>
18643       </method>
18644       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
18645         <size>7</size>
18646       </method>
18647       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18648         <size>12</size>
18649       </method>
18650       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18651         <size>7</size>
18652       </method>
18653       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
18654         <size>40</size>
18655       </method>
18656       <method name="Boolean MoveNext()">
18657         <size>106</size>
18658       </method>
18659       <method name="Void Dispose()">
18660         <size>8</size>
18661       </method>
18662       <method name="Void Reset()">
18663         <size>6</size>
18664       </method>
18665     </type>
18666   </test>
18667   <test name="gtest-etree-14.cs">
18668     <type name="Person">
18669       <method name="Void .ctor()">
18670         <size>7</size>
18671       </method>
18672       <method name="Int32 get_Age()">
18673         <size>7</size>
18674       </method>
18675       <method name="Void set_Age(Int32)">
18676         <size>8</size>
18677       </method>
18678     </type>
18679     <type name="Repro">
18680       <method name="Void .ctor()">
18681         <size>7</size>
18682       </method>
18683       <method name="Int32 Main()">
18684         <size>59</size>
18685       </method>
18686       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
18687         <size>44</size>
18688       </method>
18689       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
18690         <size>13</size>
18691       </method>
18692     </type>
18693     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
18694       <method name="Void .ctor()">
18695         <size>7</size>
18696       </method>
18697       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
18698         <size>7</size>
18699       </method>
18700       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18701         <size>12</size>
18702       </method>
18703       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18704         <size>7</size>
18705       </method>
18706       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
18707         <size>52</size>
18708       </method>
18709       <method name="Boolean MoveNext()">
18710         <size>293</size>
18711       </method>
18712       <method name="Void Dispose()">
18713         <size>62</size>
18714       </method>
18715       <method name="Void Reset()">
18716         <size>6</size>
18717       </method>
18718     </type>
18719   </test>
18720   <test name="gtest-etree-15.cs">
18721     <type name="Foo">
18722       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
18723         <size>2</size>
18724       </method>
18725       <method name="Void Main()">
18726         <size>190</size>
18727       </method>
18728     </type>
18729   </test>
18730   <test name="gtest-etree-16.cs">
18731     <type name="Program">
18732       <method name="Void .ctor()">
18733         <size>7</size>
18734       </method>
18735       <method name="Int32 Main()">
18736         <size>136</size>
18737       </method>
18738     </type>
18739     <type name="Foo">
18740       <method name="Void .ctor()">
18741         <size>7</size>
18742       </method>
18743     </type>
18744   </test>
18745   <test name="gtest-etree-17.cs">
18746     <type name="CompilerCrashTest.QueryCompiler">
18747       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
18748         <size>12</size>
18749       </method>
18750       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
18751         <size>6</size>
18752       </method>
18753       <method name="Void Main()">
18754         <size>1</size>
18755       </method>
18756     </type>
18757   </test>
18758   <test name="gtest-etree-18.cs">
18759     <type name="FooBase">
18760       <method name="Void .ctor()">
18761         <size>7</size>
18762       </method>
18763     </type>
18764     <type name="Foo">
18765       <method name="Void .ctor()">
18766         <size>7</size>
18767       </method>
18768     </type>
18769     <type name="Program">
18770       <method name="Void .ctor()">
18771         <size>7</size>
18772       </method>
18773       <method name="Int32 Main()">
18774         <size>140</size>
18775       </method>
18776     </type>
18777   </test>
18778   <test name="gtest-etree-19.cs">
18779     <type name="Test">
18780       <method name="Void .ctor()">
18781         <size>7</size>
18782       </method>
18783       <method name="Int32 Main()">
18784         <size>20</size>
18785       </method>
18786       <method name="T Value[T]()">
18787         <size>76</size>
18788       </method>
18789     </type>
18790   </test>
18791   <test name="gtest-etree-20.cs">
18792     <type name="S">
18793       <method name="Int32 Main()">
18794         <size>216</size>
18795       </method>
18796     </type>
18797     <type name="A">
18798       <method name="A op_Implicit(S)">
18799         <size>6</size>
18800       </method>
18801       <method name="Void .ctor()">
18802         <size>7</size>
18803       </method>
18804     </type>
18805     <type name="B">
18806       <method name="Void .ctor()">
18807         <size>7</size>
18808       </method>
18809     </type>
18810   </test>
18811   <test name="gtest-etree-22.cs">
18812     <type name="FieldInfoBug.MonoRuntime">
18813       <method name="Int32 Main()">
18814         <size>13</size>
18815       </method>
18816       <method name="Void .ctor()">
18817         <size>7</size>
18818       </method>
18819     </type>
18820     <type name="FieldInfoBug.GenericClass`1[T]">
18821       <method name="Void .ctor(String)">
18822         <size>58</size>
18823       </method>
18824     </type>
18825     <type name="FieldInfoBug.GenericClass`1+&lt;GenericClass&gt;c__AnonStorey0[T]">
18826       <method name="Void .ctor()">
18827         <size>7</size>
18828       </method>
18829     </type>
18830   </test>
18831   <test name="gtest-etree-23.cs">
18832     <type name="Test.OrderBySpecification">
18833       <method name="Void .ctor(Expression`1)">
18834         <size>7</size>
18835       </method>
18836     </type>
18837     <type name="Test.RateOrderById">
18838       <method name="Int32 Main()">
18839         <size>8</size>
18840       </method>
18841       <method name="Void .ctor()">
18842         <size>44</size>
18843       </method>
18844     </type>
18845   </test>
18846   <test name="gtest-etree-24.cs">
18847     <type name="NotifyingProperty">
18848       <method name="Void CreateDependent[TValue](System.Linq.Expressions.Expression`1[System.Func`1[TValue]], System.Func`1[System.Object], System.Linq.Expressions.Expression`1[System.Func`1[System.Object]][])">
18849         <size>1</size>
18850       </method>
18851     </type>
18852     <type name="NotifyingPropertyTest">
18853       <method name="Void CreateDependent_NotifierNull()">
18854         <size>58</size>
18855       </method>
18856       <method name="Void CreateDependent_DependentsNull()">
18857         <size>83</size>
18858       </method>
18859       <method name="Void Main()">
18860         <size>1</size>
18861       </method>
18862       <method name="System.Object &lt;CreateDependent_DependentsNull&gt;m__0()">
18863         <size>2</size>
18864       </method>
18865       <method name="Void .ctor()">
18866         <size>7</size>
18867       </method>
18868     </type>
18869     <type name="NotifyingPropertyTest+&lt;CreateDependent_NotifierNull&gt;c__AnonStorey0">
18870       <method name="Void .ctor()">
18871         <size>7</size>
18872       </method>
18873     </type>
18874     <type name="NotifyingPropertyTest+&lt;CreateDependent_DependentsNull&gt;c__AnonStorey1">
18875       <method name="Void .ctor()">
18876         <size>7</size>
18877       </method>
18878     </type>
18879   </test>
18880   <test name="gtest-exmethod-01.cs">
18881     <type name="SimpleTest">
18882       <method name="System.String Prefix(System.String, System.String)">
18883         <size>8</size>
18884       </method>
18885     </type>
18886     <type name="M">
18887       <method name="Void .ctor()">
18888         <size>7</size>
18889       </method>
18890       <method name="Int32 Main()">
18891         <size>157</size>
18892       </method>
18893     </type>
18894   </test>
18895   <test name="gtest-exmethod-02.cs">
18896     <type name="M">
18897       <method name="Void .ctor()">
18898         <size>7</size>
18899       </method>
18900       <method name="Void Main()">
18901         <size>12</size>
18902       </method>
18903     </type>
18904     <type name="N.M">
18905       <method name="Void .ctor()">
18906         <size>7</size>
18907       </method>
18908       <method name="Void Test2()">
18909         <size>12</size>
18910       </method>
18911     </type>
18912   </test>
18913   <test name="gtest-exmethod-03.cs">
18914     <type name="A.A">
18915       <method name="Int32 Foo(Int32)">
18916         <size>2</size>
18917       </method>
18918       <method name="Int32 Foo(Int32, System.String)">
18919         <size>3</size>
18920       </method>
18921     </type>
18922     <type name="B.X">
18923       <method name="Int32 Foo(Int32)">
18924         <size>2</size>
18925       </method>
18926       <method name="Int32 Foo(Int32, Boolean)">
18927         <size>3</size>
18928       </method>
18929     </type>
18930     <type name="C.F">
18931       <method name="Boolean Foo(Byte)">
18932         <size>2</size>
18933       </method>
18934     </type>
18935     <type name="C.D.F">
18936       <method name="Int32 Foo(Int32)">
18937         <size>3</size>
18938       </method>
18939       <method name="Void TestX()">
18940         <size>9</size>
18941       </method>
18942     </type>
18943     <type name="C.M">
18944       <method name="Int32 Foo(Int32)">
18945         <size>2</size>
18946       </method>
18947       <method name="Int32 Main()">
18948         <size>61</size>
18949       </method>
18950     </type>
18951   </test>
18952   <test name="gtest-exmethod-04.cs">
18953     <type name="A.Test">
18954       <method name="System.String Test_1(Boolean)">
18955         <size>6</size>
18956       </method>
18957     </type>
18958     <type name="B.M">
18959       <method name="Void .ctor()">
18960         <size>7</size>
18961       </method>
18962       <method name="Void Main()">
18963         <size>12</size>
18964       </method>
18965     </type>
18966   </test>
18967   <test name="gtest-exmethod-05.cs">
18968     <type name="A.Test_A">
18969       <method name="System.String Test_1(System.String)">
18970         <size>6</size>
18971       </method>
18972     </type>
18973     <type name="A.Test_B">
18974       <method name="System.String Test_2(System.String)">
18975         <size>6</size>
18976       </method>
18977     </type>
18978     <type name="B.M">
18979       <method name="Void .ctor()">
18980         <size>7</size>
18981       </method>
18982       <method name="Void Main()">
18983         <size>23</size>
18984       </method>
18985     </type>
18986   </test>
18987   <test name="gtest-exmethod-06.cs">
18988     <type name="Gen">
18989       <method name="T Test_1[T](T)">
18990         <size>10</size>
18991       </method>
18992       <method name="System.String Test_1[T](System.String)">
18993         <size>6</size>
18994       </method>
18995     </type>
18996     <type name="B.M">
18997       <method name="Void .ctor()">
18998         <size>7</size>
18999       </method>
19000       <method name="Void Main()">
19001         <size>30</size>
19002       </method>
19003     </type>
19004   </test>
19005   <test name="gtest-exmethod-07.cs">
19006     <type name="E">
19007       <method name="Void ToReadOnly[T](IEnumerable`1)">
19008         <size>1</size>
19009       </method>
19010       <method name="Void To(IA)">
19011         <size>1</size>
19012       </method>
19013     </type>
19014     <type name="C">
19015       <method name="Void .ctor()">
19016         <size>7</size>
19017       </method>
19018       <method name="Void Main()">
19019         <size>1</size>
19020       </method>
19021       <method name="Void Test(IEnumerable`1)">
19022         <size>15</size>
19023       </method>
19024     </type>
19025   </test>
19026   <test name="gtest-exmethod-08.cs">
19027     <type name="C">
19028       <method name="Void .ctor()">
19029         <size>7</size>
19030       </method>
19031       <method name="Void Main()">
19032         <size>21</size>
19033       </method>
19034     </type>
19035   </test>
19036   <test name="gtest-exmethod-09.cs">
19037     <type name="Test">
19038       <method name="Void Foo[T](System.String)">
19039         <size>1</size>
19040       </method>
19041     </type>
19042     <type name="C">
19043       <method name="Void .ctor()">
19044         <size>7</size>
19045       </method>
19046       <method name="Void Main()">
19047         <size>11</size>
19048       </method>
19049     </type>
19050   </test>
19051   <test name="gtest-exmethod-10.cs">
19052     <type name="AExtensions">
19053       <method name="Int32 Round(Double)">
19054         <size>8</size>
19055       </method>
19056     </type>
19057     <type name="BExtensions">
19058       <method name="T GetBy[T](T[], Double)">
19059         <size>13</size>
19060       </method>
19061     </type>
19062     <type name="C">
19063       <method name="Void .ctor()">
19064         <size>7</size>
19065       </method>
19066       <method name="Void Main()">
19067         <size>1</size>
19068       </method>
19069     </type>
19070   </test>
19071   <test name="gtest-exmethod-11.cs">
19072     <type name="Test">
19073       <method name="Void .ctor()">
19074         <size>7</size>
19075       </method>
19076       <method name="Int32 Main(System.String[])">
19077         <size>20</size>
19078       </method>
19079     </type>
19080     <type name="Lol">
19081       <method name="Boolean OneEleven(System.Object)">
19082         <size>2</size>
19083       </method>
19084     </type>
19085   </test>
19086   <test name="gtest-exmethod-12.cs">
19087     <type name="Program">
19088       <method name="Void .ctor()">
19089         <size>7</size>
19090       </method>
19091       <method name="Void Main(System.String[])">
19092         <size>63</size>
19093       </method>
19094     </type>
19095     <type name="ChatClient">
19096       <method name="Void .ctor()">
19097         <size>7</size>
19098       </method>
19099       <method name="Void Say(System.String, System.String)">
19100         <size>13</size>
19101       </method>
19102     </type>
19103     <type name="ChatExtensions">
19104       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
19105         <size>64</size>
19106       </method>
19107     </type>
19108   </test>
19109   <test name="gtest-exmethod-13.cs">
19110     <type name="Foo">
19111       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
19112         <size>2</size>
19113       </method>
19114       <method name="Void Main()">
19115         <size>23</size>
19116       </method>
19117     </type>
19118   </test>
19119   <test name="gtest-exmethod-14.cs">
19120     <type name="C">
19121       <method name="Void Bar[U](IA)">
19122         <size>7</size>
19123       </method>
19124       <method name="Void Foo[T](IA)">
19125         <size>1</size>
19126       </method>
19127       <method name="Void Foo(IA)">
19128         <size>7</size>
19129       </method>
19130       <method name="Void Main()">
19131         <size>1</size>
19132       </method>
19133     </type>
19134   </test>
19135   <test name="gtest-exmethod-15.cs">
19136     <type name="C">
19137       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
19138         <size>15</size>
19139       </method>
19140       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
19141         <size>2</size>
19142       </method>
19143       <method name="Void Main()">
19144         <size>1</size>
19145       </method>
19146     </type>
19147   </test>
19148   <test name="gtest-exmethod-16.cs">
19149     <type name="Rocks">
19150       <method name="Boolean Extension(System.String)">
19151         <size>2</size>
19152       </method>
19153       <method name="Boolean Extension(D)">
19154         <size>2</size>
19155       </method>
19156     </type>
19157     <type name="Program">
19158       <method name="Void .ctor()">
19159         <size>7</size>
19160       </method>
19161       <method name="Void add_e(D)">
19162         <size>24</size>
19163       </method>
19164       <method name="Void remove_e(D)">
19165         <size>24</size>
19166       </method>
19167       <method name="System.String get_Item(Int32)">
19168         <size>6</size>
19169       </method>
19170       <method name="System.String get_Property()">
19171         <size>6</size>
19172       </method>
19173       <method name="Void Main(System.String[])">
19174         <size>44</size>
19175       </method>
19176     </type>
19177     <type name="D">
19178       <method name="Void .ctor(Object, IntPtr)">
19179         <size>0</size>
19180       </method>
19181       <method name="System.String Invoke()">
19182         <size>0</size>
19183       </method>
19184       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19185         <size>0</size>
19186       </method>
19187       <method name="System.String EndInvoke(IAsyncResult)">
19188         <size>0</size>
19189       </method>
19190     </type>
19191   </test>
19192   <test name="gtest-exmethod-17.cs">
19193     <type name="MainClass">
19194       <method name="Void Main()">
19195         <size>45</size>
19196       </method>
19197     </type>
19198   </test>
19199   <test name="gtest-exmethod-18.cs">
19200     <type name="Foo">
19201       <method name="Void .ctor()">
19202         <size>7</size>
19203       </method>
19204       <method name="Boolean get_IsBar()">
19205         <size>2</size>
19206       </method>
19207     </type>
19208     <type name="FooExt">
19209       <method name="Boolean IsBar(Foo)">
19210         <size>7</size>
19211       </method>
19212     </type>
19213     <type name="Repro">
19214       <method name="Void .ctor()">
19215         <size>7</size>
19216       </method>
19217       <method name="Void Main()">
19218         <size>18</size>
19219       </method>
19220     </type>
19221   </test>
19222   <test name="gtest-exmethod-19.cs">
19223     <type name="Rocks">
19224       <method name="Int32 Test_2[T](IEnumerable`1)">
19225         <size>3</size>
19226       </method>
19227       <method name="System.String Test_1(System.String)">
19228         <size>12</size>
19229       </method>
19230     </type>
19231     <type name="Test">
19232       <method name="Void .ctor()">
19233         <size>7</size>
19234       </method>
19235       <method name="Int32 Main()">
19236         <size>142</size>
19237       </method>
19238     </type>
19239     <type name="Test+D">
19240       <method name="Void .ctor(Object, IntPtr)">
19241         <size>0</size>
19242       </method>
19243       <method name="System.String Invoke()">
19244         <size>0</size>
19245       </method>
19246       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19247         <size>0</size>
19248       </method>
19249       <method name="System.String EndInvoke(IAsyncResult)">
19250         <size>0</size>
19251       </method>
19252     </type>
19253   </test>
19254   <test name="gtest-exmethod-20.cs">
19255     <type name="Outer.Inner.Test">
19256       <method name="Void .ctor()">
19257         <size>7</size>
19258       </method>
19259       <method name="Void M(I)">
19260         <size>13</size>
19261       </method>
19262       <method name="Void Main()">
19263         <size>1</size>
19264       </method>
19265     </type>
19266     <type name="Outer.ExtensionMethods">
19267       <method name="Void AddRange[T](I, IEnumerable`1)">
19268         <size>1</size>
19269       </method>
19270     </type>
19271   </test>
19272   <test name="gtest-exmethod-21.cs">
19273     <type name="Outer.Inner.Test">
19274       <method name="Void .ctor()">
19275         <size>7</size>
19276       </method>
19277       <method name="Void M(I)">
19278         <size>7</size>
19279       </method>
19280       <method name="Void Main()">
19281         <size>1</size>
19282       </method>
19283     </type>
19284     <type name="External.ExtensionMethods">
19285       <method name="Void AddRange(I)">
19286         <size>1</size>
19287       </method>
19288     </type>
19289   </test>
19290   <test name="gtest-exmethod-22.cs">
19291     <type name="Program">
19292       <method name="Void .ctor()">
19293         <size>7</size>
19294       </method>
19295       <method name="Int32 Main()">
19296         <size>8</size>
19297       </method>
19298     </type>
19299   </test>
19300   <test name="gtest-exmethod-23.cs">
19301     <type name="T">
19302       <method name="Void A(System.String, Int32)">
19303         <size>1</size>
19304       </method>
19305       <method name="Void Main()">
19306         <size>1</size>
19307       </method>
19308     </type>
19309   </test>
19310   <test name="gtest-exmethod-24.cs">
19311     <type name="Bar">
19312       <method name="Void .ctor()">
19313         <size>7</size>
19314       </method>
19315       <method name="Void Main()">
19316         <size>1</size>
19317       </method>
19318     </type>
19319   </test>
19320   <test name="gtest-exmethod-25.cs">
19321     <type name="Bar">
19322       <method name="Void .ctor()">
19323         <size>7</size>
19324       </method>
19325       <method name="Void Main()">
19326         <size>11</size>
19327       </method>
19328     </type>
19329   </test>
19330   <test name="gtest-exmethod-26.cs">
19331     <type name="test.TypeExtensions">
19332       <method name="Boolean IsNullable(System.Type)">
19333         <size>2</size>
19334       </method>
19335     </type>
19336     <type name="testmono.MainClass">
19337       <method name="Void .ctor()">
19338         <size>7</size>
19339       </method>
19340       <method name="Void Main()">
19341         <size>33</size>
19342       </method>
19343     </type>
19344   </test>
19345   <test name="gtest-exmethod-27.cs">
19346     <type name="Foo.Extensions">
19347       <method name="System.String AsString(IList`1)">
19348         <size>6</size>
19349       </method>
19350     </type>
19351     <type name="Bar.Program">
19352       <method name="Void .ctor()">
19353         <size>7</size>
19354       </method>
19355       <method name="Void Main()">
19356         <size>17</size>
19357       </method>
19358       <method name="System.String Pan(System.Byte[])">
19359         <size>7</size>
19360       </method>
19361     </type>
19362   </test>
19363   <test name="gtest-exmethod-28.cs">
19364     <type name="Foo">
19365       <method name="Void .ctor()">
19366         <size>7</size>
19367       </method>
19368     </type>
19369     <type name="Extensions">
19370       <method name="Boolean IsFoo(Foo)">
19371         <size>2</size>
19372       </method>
19373       <method name="Boolean IsBar(Bar)">
19374         <size>2</size>
19375       </method>
19376     </type>
19377     <type name="Bar">
19378       <method name="Void .ctor()">
19379         <size>7</size>
19380       </method>
19381     </type>
19382     <type name="Program">
19383       <method name="Void .ctor()">
19384         <size>7</size>
19385       </method>
19386       <method name="Void Main()">
19387         <size>1</size>
19388       </method>
19389     </type>
19390   </test>
19391   <test name="gtest-exmethod-29.cs">
19392     <type name="My">
19393       <method name="Void .ctor()">
19394         <size>7</size>
19395       </method>
19396     </type>
19397     <type name="Test">
19398       <method name="Int32 Main()">
19399         <size>40</size>
19400       </method>
19401       <method name="Int32 ContentTransferEncoding[T](My)">
19402         <size>2</size>
19403       </method>
19404       <method name="Int32 ContentTransferEncoding(My)">
19405         <size>2</size>
19406       </method>
19407     </type>
19408     <type name="My">
19409       <method name="Void set_ContentTransferEncoding(Boolean)">
19410         <size>1</size>
19411       </method>
19412     </type>
19413   </test>
19414   <test name="gtest-exmethod-30.cs">
19415     <type name="Test">
19416       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19417         <size>2</size>
19418       </method>
19419       <method name="Int32 get_First()">
19420         <size>2</size>
19421       </method>
19422       <method name="IEnumerator`1 GetEnumerator()">
19423         <size>2</size>
19424       </method>
19425       <method name="Void .ctor()">
19426         <size>7</size>
19427       </method>
19428     </type>
19429     <type name="C">
19430       <method name="Void Test()">
19431         <size>14</size>
19432       </method>
19433       <method name="Void Main()">
19434         <size>1</size>
19435       </method>
19436       <method name="Void .ctor()">
19437         <size>7</size>
19438       </method>
19439     </type>
19440   </test>
19441   <test name="gtest-exmethod-31.cs">
19442     <type name="N.S">
19443       <method name="Void Map[T](Int32, System.Func`2[T,System.String])">
19444         <size>1</size>
19445       </method>
19446     </type>
19447     <type name="N2.S2">
19448       <method name="Void Map(Int32, Int32)">
19449         <size>1</size>
19450       </method>
19451     </type>
19452     <type name="M.C">
19453       <method name="Void Main()">
19454         <size>8</size>
19455       </method>
19456       <method name="Void .ctor()">
19457         <size>7</size>
19458       </method>
19459     </type>
19460   </test>
19461   <test name="gtest-exmethod-32.cs">
19462     <type name="A">
19463       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19464         <size>2</size>
19465       </method>
19466       <method name="Int32 get_Count()">
19467         <size>2</size>
19468       </method>
19469       <method name="Void .ctor()">
19470         <size>7</size>
19471       </method>
19472     </type>
19473     <type name="G`1[T]">
19474       <method name="Void Test()">
19475         <size>20</size>
19476       </method>
19477       <method name="Void .ctor()">
19478         <size>7</size>
19479       </method>
19480     </type>
19481     <type name="Extensions">
19482       <method name="Int32 Count(IEnumerable)">
19483         <size>2</size>
19484       </method>
19485       <method name="Void Main()">
19486         <size>1</size>
19487       </method>
19488     </type>
19489   </test>
19490   <test name="gtest-exmethod-33.cs">
19491     <type name="Prop">
19492       <method name="Void .ctor()">
19493         <size>7</size>
19494       </method>
19495     </type>
19496     <type name="HelperExtensions">
19497       <method name="Void Foo(I, I)">
19498         <size>1</size>
19499       </method>
19500     </type>
19501     <type name="C">
19502       <method name="I get_Prop()">
19503         <size>2</size>
19504       </method>
19505       <method name="System.Int32[] get_Loc()">
19506         <size>2</size>
19507       </method>
19508       <method name="Void Test()">
19509         <size>13</size>
19510       </method>
19511       <method name="Void Main()">
19512         <size>1</size>
19513       </method>
19514       <method name="Void .ctor()">
19515         <size>7</size>
19516       </method>
19517     </type>
19518   </test>
19519   <test name="gtest-exmethod-34.cs">
19520     <type name="Program">
19521       <method name="Void Foo(System.Object)">
19522         <size>1</size>
19523       </method>
19524       <method name="Void Main()">
19525         <size>7</size>
19526       </method>
19527     </type>
19528   </test>
19529   <test name="gtest-exmethod-35.cs">
19530     <type name="A">
19531       <method name="Void Test(Int32)">
19532         <size>1</size>
19533       </method>
19534       <method name="Void Main()">
19535         <size>1</size>
19536       </method>
19537     </type>
19538   </test>
19539   <test name="gtest-exmethod-36.cs">
19540     <type name="S">
19541       <method name="System.String get_Prop()">
19542         <size>6</size>
19543       </method>
19544       <method name="Void .ctor()">
19545         <size>7</size>
19546       </method>
19547     </type>
19548     <type name="S2">
19549       <method name="Void .ctor()">
19550         <size>7</size>
19551       </method>
19552     </type>
19553     <type name="E">
19554       <method name="Int32 Prop(S)">
19555         <size>2</size>
19556       </method>
19557       <method name="Int32 Prop(S2)">
19558         <size>3</size>
19559       </method>
19560     </type>
19561     <type name="C">
19562       <method name="Void Main()">
19563         <size>43</size>
19564       </method>
19565       <method name="Void .ctor()">
19566         <size>7</size>
19567       </method>
19568     </type>
19569   </test>
19570   <test name="gtest-exmethod-37.cs">
19571     <type name="S">
19572       <method name="Void Extension(A, System.String, Boolean)">
19573         <size>11</size>
19574       </method>
19575     </type>
19576     <type name="A">
19577       <method name="Void Extension(System.String)">
19578         <size>1</size>
19579       </method>
19580       <method name="Void .ctor()">
19581         <size>7</size>
19582       </method>
19583     </type>
19584     <type name="Test">
19585       <method name="Void TestMethod(System.Action`1[System.Boolean])">
19586         <size>1</size>
19587       </method>
19588       <method name="Int32 TestMethod(System.Action`1[System.String])">
19589         <size>13</size>
19590       </method>
19591       <method name="Int32 Main()">
19592         <size>33</size>
19593       </method>
19594       <method name="Void .ctor()">
19595         <size>7</size>
19596       </method>
19597     </type>
19598   </test>
19599   <test name="gtest-exmethod-38.cs">
19600     <type name="Repro2.Color">
19601       <method name="Void .ctor(Int32)">
19602         <size>8</size>
19603       </method>
19604       <method name="Void .cctor()">
19605         <size>38</size>
19606       </method>
19607     </type>
19608     <type name="Repro2.ExtensionMethods">
19609       <method name="Color Transparent(Color)">
19610         <size>6</size>
19611       </method>
19612     </type>
19613     <type name="Repro2.MainClass">
19614       <method name="Int32 Main()">
19615         <size>13</size>
19616       </method>
19617       <method name="Void .ctor()">
19618         <size>7</size>
19619       </method>
19620     </type>
19621   </test>
19622   <test name="gtest-friend-01.cs">
19623     <type name="Test">
19624       <method name="Void .ctor()">
19625         <size>7</size>
19626       </method>
19627       <method name="Void Main()">
19628         <size>20</size>
19629       </method>
19630     </type>
19631   </test>
19632   <test name="gtest-friend-02.cs">
19633     <type name="Test">
19634       <method name="Void .ctor()">
19635         <size>7</size>
19636       </method>
19637       <method name="Void Main()">
19638         <size>20</size>
19639       </method>
19640     </type>
19641   </test>
19642   <test name="gtest-friend-03.cs">
19643     <type name="Test">
19644       <method name="Void .ctor()">
19645         <size>7</size>
19646       </method>
19647       <method name="Void Main()">
19648         <size>20</size>
19649       </method>
19650     </type>
19651   </test>
19652   <test name="gtest-friend-04.cs">
19653     <type name="Test">
19654       <method name="Void .ctor()">
19655         <size>7</size>
19656       </method>
19657       <method name="Void Main()">
19658         <size>19</size>
19659       </method>
19660     </type>
19661   </test>
19662   <test name="gtest-friend-05.cs">
19663     <type name="Test">
19664       <method name="Void .ctor()">
19665         <size>7</size>
19666       </method>
19667       <method name="Void Main()">
19668         <size>20</size>
19669       </method>
19670     </type>
19671   </test>
19672   <test name="gtest-friend-06.cs">
19673     <type name="Test">
19674       <method name="Void .ctor()">
19675         <size>7</size>
19676       </method>
19677       <method name="Void Main()">
19678         <size>20</size>
19679       </method>
19680     </type>
19681   </test>
19682   <test name="gtest-friend-07.cs">
19683     <type name="Test">
19684       <method name="Void .ctor()">
19685         <size>7</size>
19686       </method>
19687       <method name="Void Main()">
19688         <size>20</size>
19689       </method>
19690     </type>
19691   </test>
19692   <test name="gtest-friend-08.cs">
19693     <type name="Test">
19694       <method name="Void .ctor()">
19695         <size>7</size>
19696       </method>
19697       <method name="Void Main()">
19698         <size>19</size>
19699       </method>
19700     </type>
19701   </test>
19702   <test name="gtest-friend-09.cs">
19703     <type name="Test">
19704       <method name="Void .ctor()">
19705         <size>7</size>
19706       </method>
19707       <method name="Void Main()">
19708         <size>20</size>
19709       </method>
19710     </type>
19711   </test>
19712   <test name="gtest-friend-10.cs">
19713     <type name="Test">
19714       <method name="Void .ctor()">
19715         <size>7</size>
19716       </method>
19717       <method name="Void Main()">
19718         <size>20</size>
19719       </method>
19720     </type>
19721   </test>
19722   <test name="gtest-friend-11.cs">
19723     <type name="Test">
19724       <method name="Void .ctor()">
19725         <size>7</size>
19726       </method>
19727       <method name="Void Main()">
19728         <size>20</size>
19729       </method>
19730     </type>
19731   </test>
19732   <test name="gtest-friend-12.cs">
19733     <type name="Test">
19734       <method name="Void .ctor()">
19735         <size>7</size>
19736       </method>
19737       <method name="Void Main()">
19738         <size>19</size>
19739       </method>
19740     </type>
19741   </test>
19742   <test name="gtest-friend-13.cs">
19743     <type name="B">
19744       <method name="Void .ctor()">
19745         <size>7</size>
19746       </method>
19747       <method name="Void Test()">
19748         <size>1</size>
19749       </method>
19750       <method name="Void Test_2()">
19751         <size>1</size>
19752       </method>
19753     </type>
19754     <type name="Test">
19755       <method name="Void .ctor()">
19756         <size>7</size>
19757       </method>
19758       <method name="Void Main()">
19759         <size>1</size>
19760       </method>
19761     </type>
19762   </test>
19763   <test name="gtest-friend-14.cs">
19764     <type name="Test">
19765       <method name="Int32 Main()">
19766         <size>13</size>
19767       </method>
19768       <method name="Void .ctor()">
19769         <size>7</size>
19770       </method>
19771     </type>
19772   </test>
19773   <test name="gtest-implicitarray-01.cs">
19774     <type name="Test">
19775       <method name="Void .ctor()">
19776         <size>7</size>
19777       </method>
19778       <method name="Int32 Main()">
19779         <size>296</size>
19780       </method>
19781     </type>
19782     <type name="&lt;PrivateImplementationDetails&gt;">
19783       <method name="Void .ctor()">
19784         <size>7</size>
19785       </method>
19786     </type>
19787   </test>
19788   <test name="gtest-implicitarray-02.cs">
19789     <type name="MyString">
19790       <method name="Void .ctor()">
19791         <size>7</size>
19792       </method>
19793       <method name="System.String op_Implicit(MyString)">
19794         <size>6</size>
19795       </method>
19796     </type>
19797     <type name="Test">
19798       <method name="Void .ctor()">
19799         <size>7</size>
19800       </method>
19801       <method name="Int32 Main()">
19802         <size>50</size>
19803       </method>
19804     </type>
19805   </test>
19806   <test name="gtest-initialize-01.cs">
19807     <type name="MyClass">
19808       <method name="Void .ctor()">
19809         <size>18</size>
19810       </method>
19811       <method name="Int32 get_Answer()">
19812         <size>7</size>
19813       </method>
19814       <method name="Void set_Answer(Int32)">
19815         <size>8</size>
19816       </method>
19817     </type>
19818     <type name="Test">
19819       <method name="Void .ctor()">
19820         <size>7</size>
19821       </method>
19822       <method name="Int32 Main()">
19823         <size>67</size>
19824       </method>
19825     </type>
19826   </test>
19827   <test name="gtest-initialize-02.cs">
19828     <type name="Test">
19829       <method name="Void .ctor()">
19830         <size>7</size>
19831       </method>
19832       <method name="Int32 Main()">
19833         <size>1234</size>
19834       </method>
19835     </type>
19836     <type name="Test+Point">
19837       <method name="Void .ctor()">
19838         <size>7</size>
19839       </method>
19840     </type>
19841     <type name="Test+Line">
19842       <method name="Void .ctor()">
19843         <size>29</size>
19844       </method>
19845     </type>
19846     <type name="Test+Rectangle">
19847       <method name="Void .ctor()">
19848         <size>51</size>
19849       </method>
19850     </type>
19851     <type name="Test+Library">
19852       <method name="Void .ctor()">
19853         <size>53</size>
19854       </method>
19855     </type>
19856     <type name="Test+Thing">
19857       <method name="Void .ctor()">
19858         <size>7</size>
19859       </method>
19860     </type>
19861     <type name="Test+Box">
19862       <method name="Void .ctor()">
19863         <size>7</size>
19864       </method>
19865     </type>
19866   </test>
19867   <test name="gtest-initialize-03.cs">
19868     <type name="Data">
19869       <method name="Void .ctor()">
19870         <size>7</size>
19871       </method>
19872     </type>
19873     <type name="Test">
19874       <method name="Void .ctor()">
19875         <size>7</size>
19876       </method>
19877       <method name="Void set_Prop(Data)">
19878         <size>1</size>
19879       </method>
19880       <method name="System.Object Foo()">
19881         <size>15</size>
19882       </method>
19883       <method name="Void Main()">
19884         <size>52</size>
19885       </method>
19886     </type>
19887   </test>
19888   <test name="gtest-initialize-04.cs">
19889     <type name="C">
19890       <method name="Void .ctor()">
19891         <size>7</size>
19892       </method>
19893       <method name="Void .cctor()">
19894         <size>34</size>
19895       </method>
19896       <method name="Int32 Main()">
19897         <size>30</size>
19898       </method>
19899     </type>
19900   </test>
19901   <test name="gtest-initialize-05.cs">
19902     <type name="C">
19903       <method name="Void .ctor()">
19904         <size>7</size>
19905       </method>
19906       <method name="Int32 Main()">
19907         <size>235</size>
19908       </method>
19909     </type>
19910   </test>
19911   <test name="gtest-initialize-06.cs">
19912     <type name="C">
19913       <method name="Void .ctor()">
19914         <size>7</size>
19915       </method>
19916       <method name="Int32 Main()">
19917         <size>39</size>
19918       </method>
19919       <method name="Void Foo(Point ByRef)">
19920         <size>38</size>
19921       </method>
19922     </type>
19923   </test>
19924   <test name="gtest-initialize-07.cs">
19925     <type name="A">
19926       <method name="Void .ctor()">
19927         <size>7</size>
19928       </method>
19929       <method name="System.String get_Name()">
19930         <size>7</size>
19931       </method>
19932       <method name="Void set_Name(System.String)">
19933         <size>8</size>
19934       </method>
19935       <method name="Boolean Matches(System.String)">
19936         <size>13</size>
19937       </method>
19938     </type>
19939     <type name="M">
19940       <method name="Void .ctor()">
19941         <size>7</size>
19942       </method>
19943       <method name="Int32 Main()">
19944         <size>37</size>
19945       </method>
19946     </type>
19947   </test>
19948   <test name="gtest-initialize-08.cs">
19949     <type name="T">
19950       <method name="Void .ctor()">
19951         <size>7</size>
19952       </method>
19953     </type>
19954     <type name="X">
19955       <method name="Void .ctor()">
19956         <size>7</size>
19957       </method>
19958       <method name="Z[] get_Prop()">
19959         <size>7</size>
19960       </method>
19961       <method name="Void set_Prop(Z[])">
19962         <size>8</size>
19963       </method>
19964     </type>
19965     <type name="Z">
19966       <method name="Void .ctor()">
19967         <size>7</size>
19968       </method>
19969     </type>
19970     <type name="Test">
19971       <method name="Void .ctor(String)">
19972         <size>70</size>
19973       </method>
19974       <method name="Void .ctor(Int32)">
19975         <size>70</size>
19976       </method>
19977     </type>
19978     <type name="C">
19979       <method name="Void .ctor()">
19980         <size>7</size>
19981       </method>
19982       <method name="Int32 Main()">
19983         <size>13</size>
19984       </method>
19985     </type>
19986   </test>
19987   <test name="gtest-initialize-09.cs">
19988     <type name="Test">
19989       <method name="Void .ctor()">
19990         <size>7</size>
19991       </method>
19992       <method name="Int32 Main()">
19993         <size>53</size>
19994       </method>
19995     </type>
19996     <type name="&lt;PrivateImplementationDetails&gt;">
19997       <method name="Void .ctor()">
19998         <size>7</size>
19999       </method>
20000     </type>
20001   </test>
20002   <test name="gtest-initialize-10.cs">
20003     <type name="Foo">
20004       <method name="Void .ctor()">
20005         <size>7</size>
20006       </method>
20007       <method name="Int32 get_P()">
20008         <size>7</size>
20009       </method>
20010       <method name="Void set_P(Int32)">
20011         <size>8</size>
20012       </method>
20013     </type>
20014     <type name="Y">
20015       <method name="Void .ctor()">
20016         <size>7</size>
20017       </method>
20018       <method name="Int32 Main()">
20019         <size>38</size>
20020       </method>
20021       <method name="Boolean Do(Foo)">
20022         <size>86</size>
20023       </method>
20024     </type>
20025   </test>
20026   <test name="gtest-initialize-11.cs">
20027     <type name="InlineAssignmentTest.Foo">
20028       <method name="Void .ctor()">
20029         <size>14</size>
20030       </method>
20031     </type>
20032     <type name="InlineAssignmentTest.MainClass">
20033       <method name="Int32 Main()">
20034         <size>30</size>
20035       </method>
20036       <method name="Void .ctor()">
20037         <size>7</size>
20038       </method>
20039     </type>
20040   </test>
20041   <test name="gtest-initialize-12.cs">
20042     <type name="C">
20043       <method name="Void set_Foo(Int32)">
20044         <size>1</size>
20045       </method>
20046       <method name="Void .ctor()">
20047         <size>7</size>
20048       </method>
20049     </type>
20050     <type name="B">
20051       <method name="Void set_Foo(Int32)">
20052         <size>0</size>
20053       </method>
20054       <method name="Void .ctor()">
20055         <size>7</size>
20056       </method>
20057     </type>
20058     <type name="Test">
20059       <method name="Void set_Foo(Int32)">
20060         <size>1</size>
20061       </method>
20062       <method name="Void Main()">
20063         <size>16</size>
20064       </method>
20065       <method name="Void .ctor()">
20066         <size>7</size>
20067       </method>
20068     </type>
20069   </test>
20070   <test name="gtest-iter-01.cs">
20071     <type name="C">
20072       <method name="Void .ctor()">
20073         <size>7</size>
20074       </method>
20075       <method name="Void Main()">
20076         <size>1</size>
20077       </method>
20078     </type>
20079     <type name="C+ArrayReadOnlyList`1[T]">
20080       <method name="Void .ctor()">
20081         <size>7</size>
20082       </method>
20083       <method name="T get_Item(Int32)">
20084         <size>13</size>
20085       </method>
20086       <method name="IEnumerator`1 GetEnumerator()">
20087         <size>15</size>
20088       </method>
20089     </type>
20090     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
20091       <method name="Void .ctor()">
20092         <size>7</size>
20093       </method>
20094       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20095         <size>12</size>
20096       </method>
20097       <method name="Boolean MoveNext()">
20098         <size>134</size>
20099       </method>
20100       <method name="Void Dispose()">
20101         <size>8</size>
20102       </method>
20103       <method name="Void Reset()">
20104         <size>6</size>
20105       </method>
20106       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20107         <size>7</size>
20108       </method>
20109     </type>
20110   </test>
20111   <test name="gtest-iter-02.cs">
20112     <type name="C">
20113       <method name="Void .ctor()">
20114         <size>7</size>
20115       </method>
20116       <method name="IEnumerator`1 Test()">
20117         <size>8</size>
20118       </method>
20119       <method name="Void Main()">
20120         <size>1</size>
20121       </method>
20122     </type>
20123     <type name="C+&lt;Test&gt;c__Iterator0">
20124       <method name="Void .ctor()">
20125         <size>7</size>
20126       </method>
20127       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20128         <size>12</size>
20129       </method>
20130       <method name="Boolean MoveNext()">
20131         <size>25</size>
20132       </method>
20133       <method name="Void Dispose()">
20134         <size>8</size>
20135       </method>
20136       <method name="Void Reset()">
20137         <size>6</size>
20138       </method>
20139       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
20140         <size>7</size>
20141       </method>
20142     </type>
20143   </test>
20144   <test name="gtest-iter-03.cs">
20145     <type name="Test">
20146       <method name="Void .ctor()">
20147         <size>18</size>
20148       </method>
20149       <method name="IEnumerable`1 Annotations[T]()">
20150         <size>23</size>
20151       </method>
20152       <method name="IEnumerable`1 Annotations(System.Type)">
20153         <size>37</size>
20154       </method>
20155       <method name="Void Main()">
20156         <size>14</size>
20157       </method>
20158     </type>
20159     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
20160       <method name="Void .ctor()">
20161         <size>7</size>
20162       </method>
20163       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20164         <size>12</size>
20165       </method>
20166       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20167         <size>7</size>
20168       </method>
20169       <method name="Boolean MoveNext()">
20170         <size>194</size>
20171       </method>
20172       <method name="Void Dispose()">
20173         <size>62</size>
20174       </method>
20175       <method name="Void Reset()">
20176         <size>6</size>
20177       </method>
20178     </type>
20179     <type name="Test+&lt;Annotations&gt;c__Iterator1">
20180       <method name="Void .ctor()">
20181         <size>7</size>
20182       </method>
20183       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20184         <size>7</size>
20185       </method>
20186       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20187         <size>7</size>
20188       </method>
20189       <method name="Boolean MoveNext()">
20190         <size>217</size>
20191       </method>
20192       <method name="Void Dispose()">
20193         <size>57</size>
20194       </method>
20195       <method name="Void Reset()">
20196         <size>6</size>
20197       </method>
20198     </type>
20199     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
20200       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20201         <size>7</size>
20202       </method>
20203       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20204         <size>40</size>
20205       </method>
20206     </type>
20207     <type name="Test+&lt;Annotations&gt;c__Iterator1">
20208       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
20209         <size>7</size>
20210       </method>
20211       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
20212         <size>52</size>
20213       </method>
20214     </type>
20215   </test>
20216   <test name="gtest-iter-04.cs">
20217     <type name="TestClass">
20218       <method name="Void .ctor()">
20219         <size>7</size>
20220       </method>
20221       <method name="Void ToString(System.Object)">
20222         <size>0</size>
20223       </method>
20224       <method name="IEnumerable`1 TestEnumerator()">
20225         <size>23</size>
20226       </method>
20227       <method name="Void Test()">
20228         <size>8</size>
20229       </method>
20230     </type>
20231     <type name="M">
20232       <method name="Void .ctor()">
20233         <size>7</size>
20234       </method>
20235       <method name="Void Main()">
20236         <size>1</size>
20237       </method>
20238     </type>
20239     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
20240       <method name="Void .ctor()">
20241         <size>7</size>
20242       </method>
20243       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20244         <size>7</size>
20245       </method>
20246       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20247         <size>7</size>
20248       </method>
20249       <method name="Boolean MoveNext()">
20250         <size>37</size>
20251       </method>
20252       <method name="Void Dispose()">
20253         <size>8</size>
20254       </method>
20255       <method name="Void Reset()">
20256         <size>6</size>
20257       </method>
20258       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
20259         <size>7</size>
20260       </method>
20261       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
20262         <size>40</size>
20263       </method>
20264     </type>
20265   </test>
20266   <test name="gtest-iter-05.cs">
20267     <type name="Test">
20268       <method name="Void .ctor()">
20269         <size>7</size>
20270       </method>
20271       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
20272         <size>44</size>
20273       </method>
20274       <method name="Void Main()">
20275         <size>31</size>
20276       </method>
20277     </type>
20278     <type name="Foo`1[T]">
20279       <method name="Void .ctor()">
20280         <size>7</size>
20281       </method>
20282       <method name="Void CreateItem[G]()">
20283         <size>1</size>
20284       </method>
20285     </type>
20286     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
20287       <method name="Void .ctor()">
20288         <size>7</size>
20289       </method>
20290       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20291         <size>12</size>
20292       </method>
20293       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20294         <size>7</size>
20295       </method>
20296       <method name="Boolean MoveNext()">
20297         <size>185</size>
20298       </method>
20299       <method name="Void Dispose()">
20300         <size>62</size>
20301       </method>
20302       <method name="Void Reset()">
20303         <size>6</size>
20304       </method>
20305       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20306         <size>7</size>
20307       </method>
20308       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20309         <size>52</size>
20310       </method>
20311     </type>
20312   </test>
20313   <test name="gtest-iter-06.cs">
20314     <type name="Mono.Rocks.KeyValuePair">
20315       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
20316         <size>13</size>
20317       </method>
20318     </type>
20319     <type name="Mono.Rocks.Sequence">
20320       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
20321         <size>8</size>
20322       </method>
20323       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
20324         <size>44</size>
20325       </method>
20326     </type>
20327     <type name="Mono.Rocks.Test">
20328       <method name="Void .ctor()">
20329         <size>7</size>
20330       </method>
20331       <method name="Int32 Main()">
20332         <size>118</size>
20333       </method>
20334       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
20335         <size>30</size>
20336       </method>
20337     </type>
20338     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
20339       <method name="Void .ctor()">
20340         <size>7</size>
20341       </method>
20342       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20343         <size>12</size>
20344       </method>
20345       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20346         <size>7</size>
20347       </method>
20348       <method name="Boolean MoveNext()">
20349         <size>181</size>
20350       </method>
20351       <method name="Void Dispose()">
20352         <size>8</size>
20353       </method>
20354       <method name="Void Reset()">
20355         <size>6</size>
20356       </method>
20357       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
20358         <size>7</size>
20359       </method>
20360       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
20361         <size>52</size>
20362       </method>
20363     </type>
20364   </test>
20365   <test name="gtest-iter-07.cs">
20366     <type name="Test">
20367       <method name="Void .ctor()">
20368         <size>7</size>
20369       </method>
20370       <method name="Int32 Main()">
20371         <size>8</size>
20372       </method>
20373       <method name="Void TestFunction(IEnumerable`1)">
20374         <size>35</size>
20375       </method>
20376     </type>
20377     <type name="MySystem">
20378       <method name="Void .ctor()">
20379         <size>34</size>
20380       </method>
20381       <method name="IEnumerable`1 get_Items()">
20382         <size>23</size>
20383       </method>
20384     </type>
20385     <type name="MySystem+&lt;&gt;c__Iterator0">
20386       <method name="Void .ctor()">
20387         <size>7</size>
20388       </method>
20389       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20390         <size>7</size>
20391       </method>
20392       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20393         <size>7</size>
20394       </method>
20395       <method name="Boolean MoveNext()">
20396         <size>185</size>
20397       </method>
20398       <method name="Void Dispose()">
20399         <size>57</size>
20400       </method>
20401       <method name="Void Reset()">
20402         <size>6</size>
20403       </method>
20404       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
20405         <size>7</size>
20406       </method>
20407       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
20408         <size>40</size>
20409       </method>
20410     </type>
20411   </test>
20412   <test name="gtest-iter-08.cs">
20413     <type name="App">
20414       <method name="Void .ctor()">
20415         <size>7</size>
20416       </method>
20417       <method name="IEnumerable QueryEnumerable[T]()">
20418         <size>16</size>
20419       </method>
20420       <method name="Int32 Main()">
20421         <size>118</size>
20422       </method>
20423     </type>
20424     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
20425       <method name="Void .ctor()">
20426         <size>7</size>
20427       </method>
20428       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20429         <size>7</size>
20430       </method>
20431       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20432         <size>7</size>
20433       </method>
20434       <method name="Boolean MoveNext()">
20435         <size>82</size>
20436       </method>
20437       <method name="Void Dispose()">
20438         <size>8</size>
20439       </method>
20440       <method name="Void Reset()">
20441         <size>6</size>
20442       </method>
20443     </type>
20444     <type name="App">
20445       <method name="T TestType[T]()">
20446         <size>21</size>
20447       </method>
20448       <method name="System.Object TestType(System.Type)">
20449         <size>6</size>
20450       </method>
20451     </type>
20452     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
20453       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
20454         <size>7</size>
20455       </method>
20456       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
20457         <size>26</size>
20458       </method>
20459     </type>
20460   </test>
20461   <test name="gtest-iter-09.cs">
20462     <type name="Test">
20463       <method name="Void .ctor()">
20464         <size>7</size>
20465       </method>
20466       <method name="IEnumerable`1 Create[T](T[,])">
20467         <size>30</size>
20468       </method>
20469       <method name="Int32 Main()">
20470         <size>80</size>
20471       </method>
20472     </type>
20473     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
20474       <method name="Void .ctor()">
20475         <size>7</size>
20476       </method>
20477       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20478         <size>12</size>
20479       </method>
20480       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20481         <size>7</size>
20482       </method>
20483       <method name="Boolean MoveNext()">
20484         <size>128</size>
20485       </method>
20486       <method name="Void Dispose()">
20487         <size>8</size>
20488       </method>
20489       <method name="Void Reset()">
20490         <size>6</size>
20491       </method>
20492       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20493         <size>7</size>
20494       </method>
20495       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20496         <size>40</size>
20497       </method>
20498     </type>
20499     <type name="&lt;PrivateImplementationDetails&gt;">
20500       <method name="Void .ctor()">
20501         <size>7</size>
20502       </method>
20503     </type>
20504   </test>
20505   <test name="gtest-iter-10.cs">
20506     <type name="Test">
20507       <method name="Void .ctor()">
20508         <size>7</size>
20509       </method>
20510       <method name="IEnumerable`1 FromTo(Int32, Int32)">
20511         <size>44</size>
20512       </method>
20513       <method name="Int32 Main()">
20514         <size>163</size>
20515       </method>
20516     </type>
20517     <type name="Test+&lt;FromTo&gt;c__Iterator0">
20518       <method name="Void .ctor()">
20519         <size>7</size>
20520       </method>
20521       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
20522         <size>7</size>
20523       </method>
20524       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20525         <size>12</size>
20526       </method>
20527       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20528         <size>7</size>
20529       </method>
20530       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
20531         <size>52</size>
20532       </method>
20533       <method name="Boolean MoveNext()">
20534         <size>101</size>
20535       </method>
20536       <method name="Void Dispose()">
20537         <size>8</size>
20538       </method>
20539       <method name="Void Reset()">
20540         <size>6</size>
20541       </method>
20542     </type>
20543   </test>
20544   <test name="gtest-iter-11.cs">
20545     <type name="Foo">
20546       <method name="Void .ctor()">
20547         <size>7</size>
20548       </method>
20549     </type>
20550     <type name="Bar">
20551       <method name="Void .ctor()">
20552         <size>7</size>
20553       </method>
20554       <method name="System.String get_Name()">
20555         <size>7</size>
20556       </method>
20557       <method name="Void set_Name(System.String)">
20558         <size>8</size>
20559       </method>
20560     </type>
20561     <type name="Collection`1[T]">
20562       <method name="Void .ctor()">
20563         <size>18</size>
20564       </method>
20565       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20566         <size>7</size>
20567       </method>
20568       <method name="Void Add(T)">
20569         <size>13</size>
20570       </method>
20571       <method name="IEnumerator`1 GetEnumerator()">
20572         <size>15</size>
20573       </method>
20574     </type>
20575     <type name="BarCollection">
20576       <method name="Void .ctor()">
20577         <size>7</size>
20578       </method>
20579     </type>
20580     <type name="Program">
20581       <method name="Void .ctor()">
20582         <size>7</size>
20583       </method>
20584       <method name="Int32 Main()">
20585         <size>143</size>
20586       </method>
20587     </type>
20588     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
20589       <method name="Void .ctor()">
20590         <size>7</size>
20591       </method>
20592       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20593         <size>7</size>
20594       </method>
20595       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20596         <size>12</size>
20597       </method>
20598       <method name="Boolean MoveNext()">
20599         <size>174</size>
20600       </method>
20601       <method name="Void Dispose()">
20602         <size>57</size>
20603       </method>
20604       <method name="Void Reset()">
20605         <size>6</size>
20606       </method>
20607     </type>
20608   </test>
20609   <test name="gtest-iter-12.cs">
20610     <type name="H">
20611       <method name="Void Main(System.String[])">
20612         <size>1</size>
20613       </method>
20614       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
20615         <size>30</size>
20616       </method>
20617       <method name="Void .ctor()">
20618         <size>7</size>
20619       </method>
20620     </type>
20621     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
20622       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20623         <size>7</size>
20624       </method>
20625       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20626         <size>12</size>
20627       </method>
20628       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20629         <size>7</size>
20630       </method>
20631       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20632         <size>40</size>
20633       </method>
20634       <method name="Boolean MoveNext()">
20635         <size>115</size>
20636       </method>
20637       <method name="Void Dispose()">
20638         <size>8</size>
20639       </method>
20640       <method name="Void Reset()">
20641         <size>6</size>
20642       </method>
20643       <method name="Void .ctor()">
20644         <size>7</size>
20645       </method>
20646     </type>
20647   </test>
20648   <test name="gtest-iter-13.cs">
20649     <type name="C`1[T]">
20650       <method name="IEnumerator GetEnumerator()">
20651         <size>12</size>
20652       </method>
20653       <method name="IEnumerable`1 Filter(System.Func`2[T,System.Boolean])">
20654         <size>37</size>
20655       </method>
20656       <method name="Void .ctor()">
20657         <size>7</size>
20658       </method>
20659     </type>
20660     <type name="M">
20661       <method name="Void Main()">
20662         <size>59</size>
20663       </method>
20664       <method name="Void .ctor()">
20665         <size>7</size>
20666       </method>
20667     </type>
20668     <type name="C`1+&lt;Filter&gt;c__Iterator0[T]">
20669       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20670         <size>7</size>
20671       </method>
20672       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20673         <size>12</size>
20674       </method>
20675       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20676         <size>7</size>
20677       </method>
20678       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20679         <size>52</size>
20680       </method>
20681       <method name="Boolean MoveNext()">
20682         <size>215</size>
20683       </method>
20684       <method name="Void Dispose()">
20685         <size>76</size>
20686       </method>
20687       <method name="Void Reset()">
20688         <size>6</size>
20689       </method>
20690       <method name="Void .ctor()">
20691         <size>7</size>
20692       </method>
20693     </type>
20694   </test>
20695   <test name="gtest-iter-14.cs">
20696     <type name="A">
20697       <method name="Int32 get_BaseM()">
20698         <size>2</size>
20699       </method>
20700       <method name="Void set_BaseM(Int32)">
20701         <size>11</size>
20702       </method>
20703       <method name="Void .ctor()">
20704         <size>7</size>
20705       </method>
20706     </type>
20707     <type name="B">
20708       <method name="Void set_BaseM(Int32)">
20709         <size>1</size>
20710       </method>
20711       <method name="Void .ctor()">
20712         <size>7</size>
20713       </method>
20714     </type>
20715     <type name="S">
20716       <method name="IEnumerable`1 GetIt()">
20717         <size>28</size>
20718       </method>
20719       <method name="Int32 &lt;GetHashCode&gt;__BaseCallProxy0()">
20720         <size>17</size>
20721       </method>
20722     </type>
20723     <type name="X">
20724       <method name="Void set_BaseM(Int32)">
20725         <size>11</size>
20726       </method>
20727       <method name="IEnumerable`1 GetIt()">
20728         <size>23</size>
20729       </method>
20730       <method name="Int32 Main()">
20731         <size>135</size>
20732       </method>
20733       <method name="Int32 &lt;get_BaseM&gt;__BaseCallProxy0()">
20734         <size>7</size>
20735       </method>
20736       <method name="Void &lt;set_BaseM&gt;__BaseCallProxy1(Int32)">
20737         <size>8</size>
20738       </method>
20739       <method name="Void .ctor()">
20740         <size>7</size>
20741       </method>
20742     </type>
20743     <type name="S+&lt;GetIt&gt;c__Iterator0">
20744       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
20745         <size>7</size>
20746       </method>
20747       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20748         <size>12</size>
20749       </method>
20750       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20751         <size>7</size>
20752       </method>
20753       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
20754         <size>40</size>
20755       </method>
20756       <method name="Boolean MoveNext()">
20757         <size>73</size>
20758       </method>
20759       <method name="Void Dispose()">
20760         <size>8</size>
20761       </method>
20762       <method name="Void Reset()">
20763         <size>6</size>
20764       </method>
20765       <method name="Void .ctor()">
20766         <size>7</size>
20767       </method>
20768     </type>
20769     <type name="X+&lt;GetIt&gt;c__Iterator1">
20770       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
20771         <size>7</size>
20772       </method>
20773       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20774         <size>12</size>
20775       </method>
20776       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20777         <size>7</size>
20778       </method>
20779       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
20780         <size>40</size>
20781       </method>
20782       <method name="Boolean MoveNext()">
20783         <size>84</size>
20784       </method>
20785       <method name="Void Dispose()">
20786         <size>8</size>
20787       </method>
20788       <method name="Void Reset()">
20789         <size>6</size>
20790       </method>
20791       <method name="Void .ctor()">
20792         <size>7</size>
20793       </method>
20794     </type>
20795   </test>
20796   <test name="gtest-iter-15.cs">
20797     <type name="C`1[TFirst]">
20798       <method name="IEnumerable`1 GetEnumerable[V](IEnumerable`1)">
20799         <size>30</size>
20800       </method>
20801       <method name="Void .ctor()">
20802         <size>7</size>
20803       </method>
20804     </type>
20805     <type name="C`1+VSlot`1[TFirst,T]">
20806       <method name="Void .ctor(T)">
20807         <size>8</size>
20808       </method>
20809     </type>
20810     <type name="C">
20811       <method name="Int32 Main()">
20812         <size>111</size>
20813       </method>
20814       <method name="Void .ctor()">
20815         <size>7</size>
20816       </method>
20817     </type>
20818     <type name="C`1+&lt;GetEnumerable&gt;c__Iterator0`1[TFirst,V]">
20819       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
20820         <size>7</size>
20821       </method>
20822       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20823         <size>12</size>
20824       </method>
20825       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20826         <size>7</size>
20827       </method>
20828       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;V&gt;.GetEnumerator()">
20829         <size>40</size>
20830       </method>
20831       <method name="Boolean MoveNext()">
20832         <size>179</size>
20833       </method>
20834       <method name="Void Dispose()">
20835         <size>62</size>
20836       </method>
20837       <method name="Void Reset()">
20838         <size>6</size>
20839       </method>
20840       <method name="Void .ctor()">
20841         <size>7</size>
20842       </method>
20843     </type>
20844   </test>
20845   <test name="gtest-iter-16.cs">
20846     <type name="Test.Base">
20847       <method name="IEnumerable`1 GetStuff(Int32)">
20848         <size>23</size>
20849       </method>
20850       <method name="Void .ctor()">
20851         <size>7</size>
20852       </method>
20853     </type>
20854     <type name="Test.Derived">
20855       <method name="IEnumerable`1 GetStuff(Int32)">
20856         <size>37</size>
20857       </method>
20858       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
20859         <size>8</size>
20860       </method>
20861       <method name="Void .ctor()">
20862         <size>7</size>
20863       </method>
20864     </type>
20865     <type name="Test.SpecialDerived">
20866       <method name="IEnumerable`1 GetStuff(Int32)">
20867         <size>37</size>
20868       </method>
20869       <method name="Void Main()">
20870         <size>61</size>
20871       </method>
20872       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
20873         <size>8</size>
20874       </method>
20875       <method name="Void .ctor()">
20876         <size>7</size>
20877       </method>
20878     </type>
20879     <type name="Test.Base+&lt;GetStuff&gt;c__Iterator0">
20880       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
20881         <size>7</size>
20882       </method>
20883       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20884         <size>7</size>
20885       </method>
20886       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20887         <size>7</size>
20888       </method>
20889       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
20890         <size>40</size>
20891       </method>
20892       <method name="Boolean MoveNext()">
20893         <size>68</size>
20894       </method>
20895       <method name="Void Dispose()">
20896         <size>8</size>
20897       </method>
20898       <method name="Void Reset()">
20899         <size>6</size>
20900       </method>
20901       <method name="Void .ctor()">
20902         <size>7</size>
20903       </method>
20904     </type>
20905     <type name="Test.Derived+&lt;GetStuff&gt;c__Iterator1">
20906       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
20907         <size>7</size>
20908       </method>
20909       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20910         <size>7</size>
20911       </method>
20912       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20913         <size>7</size>
20914       </method>
20915       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
20916         <size>52</size>
20917       </method>
20918       <method name="Boolean MoveNext()">
20919         <size>185</size>
20920       </method>
20921       <method name="Void Dispose()">
20922         <size>62</size>
20923       </method>
20924       <method name="Void Reset()">
20925         <size>6</size>
20926       </method>
20927       <method name="Void .ctor()">
20928         <size>7</size>
20929       </method>
20930     </type>
20931     <type name="Test.SpecialDerived+&lt;GetStuff&gt;c__Iterator2">
20932       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
20933         <size>7</size>
20934       </method>
20935       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20936         <size>7</size>
20937       </method>
20938       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20939         <size>7</size>
20940       </method>
20941       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
20942         <size>52</size>
20943       </method>
20944       <method name="Boolean MoveNext()">
20945         <size>185</size>
20946       </method>
20947       <method name="Void Dispose()">
20948         <size>62</size>
20949       </method>
20950       <method name="Void Reset()">
20951         <size>6</size>
20952       </method>
20953       <method name="Void .ctor()">
20954         <size>7</size>
20955       </method>
20956     </type>
20957   </test>
20958   <test name="gtest-lambda-01.cs">
20959     <type name="X">
20960       <method name="Int32 Main()">
20961         <size>300</size>
20962       </method>
20963       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20964         <size>4</size>
20965       </method>
20966       <method name="Int32 &lt;Main&gt;m__1(Int32)">
20967         <size>4</size>
20968       </method>
20969       <method name="Void &lt;Main&gt;m__3(Int32)">
20970         <size>8</size>
20971       </method>
20972       <method name="Void .ctor(Int32)">
20973         <size>13</size>
20974       </method>
20975     </type>
20976     <type name="IntFunc">
20977       <method name="Int32 Invoke(Int32)">
20978         <size>0</size>
20979       </method>
20980       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
20981         <size>0</size>
20982       </method>
20983       <method name="Int32 EndInvoke(IAsyncResult)">
20984         <size>0</size>
20985       </method>
20986       <method name="Void .ctor(Object, IntPtr)">
20987         <size>0</size>
20988       </method>
20989     </type>
20990     <type name="VoidFunc">
20991       <method name="Void Invoke(Int32)">
20992         <size>0</size>
20993       </method>
20994       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
20995         <size>0</size>
20996       </method>
20997       <method name="Void EndInvoke(IAsyncResult)">
20998         <size>0</size>
20999       </method>
21000       <method name="Void .ctor(Object, IntPtr)">
21001         <size>0</size>
21002       </method>
21003     </type>
21004     <type name="X+&lt;Main&gt;c__AnonStorey0">
21005       <method name="Void &lt;&gt;m__2(Int32)">
21006         <size>8</size>
21007       </method>
21008       <method name="Void .ctor()">
21009         <size>7</size>
21010       </method>
21011     </type>
21012   </test>
21013   <test name="gtest-lambda-02.cs">
21014     <type name="X">
21015       <method name="Void Foo(funci)">
21016         <size>16</size>
21017       </method>
21018       <method name="Void Foo(funcs)">
21019         <size>19</size>
21020       </method>
21021       <method name="Void Main()">
21022         <size>35</size>
21023       </method>
21024       <method name="System.String &lt;Main&gt;m__0(System.String)">
21025         <size>12</size>
21026       </method>
21027       <method name="Void .ctor()">
21028         <size>7</size>
21029       </method>
21030     </type>
21031     <type name="funcs">
21032       <method name="System.String Invoke(System.String)">
21033         <size>0</size>
21034       </method>
21035       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
21036         <size>0</size>
21037       </method>
21038       <method name="System.String EndInvoke(IAsyncResult)">
21039         <size>0</size>
21040       </method>
21041       <method name="Void .ctor(Object, IntPtr)">
21042         <size>0</size>
21043       </method>
21044     </type>
21045     <type name="funci">
21046       <method name="Int32 Invoke(Int32)">
21047         <size>0</size>
21048       </method>
21049       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21050         <size>0</size>
21051       </method>
21052       <method name="Int32 EndInvoke(IAsyncResult)">
21053         <size>0</size>
21054       </method>
21055       <method name="Void .ctor(Object, IntPtr)">
21056         <size>0</size>
21057       </method>
21058     </type>
21059   </test>
21060   <test name="gtest-lambda-03.cs">
21061     <type name="Demo">
21062       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
21063         <size>8</size>
21064       </method>
21065       <method name="Int32 Main()">
21066         <size>54</size>
21067       </method>
21068       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
21069         <size>7</size>
21070       </method>
21071       <method name="Void .ctor()">
21072         <size>7</size>
21073       </method>
21074     </type>
21075     <type name="Func`2[TArg0,TResult]">
21076       <method name="TResult Invoke(TArg0)">
21077         <size>0</size>
21078       </method>
21079       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
21080         <size>0</size>
21081       </method>
21082       <method name="TResult EndInvoke(IAsyncResult)">
21083         <size>0</size>
21084       </method>
21085       <method name="Void .ctor(Object, IntPtr)">
21086         <size>0</size>
21087       </method>
21088     </type>
21089   </test>
21090   <test name="gtest-lambda-04.cs">
21091     <type name="Demo">
21092       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
21093         <size>14</size>
21094       </method>
21095       <method name="Int32 Main()">
21096         <size>103</size>
21097       </method>
21098       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
21099         <size>7</size>
21100       </method>
21101       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
21102         <size>8</size>
21103       </method>
21104       <method name="Void .ctor()">
21105         <size>7</size>
21106       </method>
21107     </type>
21108     <type name="Func`2[TArg0,TResult]">
21109       <method name="TResult Invoke(TArg0)">
21110         <size>0</size>
21111       </method>
21112       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
21113         <size>0</size>
21114       </method>
21115       <method name="TResult EndInvoke(IAsyncResult)">
21116         <size>0</size>
21117       </method>
21118       <method name="Void .ctor(Object, IntPtr)">
21119         <size>0</size>
21120       </method>
21121     </type>
21122   </test>
21123   <test name="gtest-lambda-05.cs">
21124     <type name="C">
21125       <method name="Boolean M(C+db)">
21126         <size>8</size>
21127       </method>
21128       <method name="System.String M(C+ds)">
21129         <size>6</size>
21130       </method>
21131       <method name="Int32 M(C+di)">
21132         <size>8</size>
21133       </method>
21134       <method name="Int32 Main()">
21135         <size>125</size>
21136       </method>
21137       <method name="System.String &lt;Main&gt;m__0(System.String)">
21138         <size>31</size>
21139       </method>
21140       <method name="Int32 &lt;Main&gt;m__1(Int32)">
21141         <size>31</size>
21142       </method>
21143       <method name="Void .ctor()">
21144         <size>7</size>
21145       </method>
21146     </type>
21147     <type name="C+di">
21148       <method name="Int32 Invoke(Int32)">
21149         <size>0</size>
21150       </method>
21151       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21152         <size>0</size>
21153       </method>
21154       <method name="Int32 EndInvoke(IAsyncResult)">
21155         <size>0</size>
21156       </method>
21157       <method name="Void .ctor(Object, IntPtr)">
21158         <size>0</size>
21159       </method>
21160     </type>
21161     <type name="C+ds">
21162       <method name="System.String Invoke(System.String)">
21163         <size>0</size>
21164       </method>
21165       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
21166         <size>0</size>
21167       </method>
21168       <method name="System.String EndInvoke(IAsyncResult)">
21169         <size>0</size>
21170       </method>
21171       <method name="Void .ctor(Object, IntPtr)">
21172         <size>0</size>
21173       </method>
21174     </type>
21175     <type name="C+db">
21176       <method name="Boolean Invoke(Boolean)">
21177         <size>0</size>
21178       </method>
21179       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
21180         <size>0</size>
21181       </method>
21182       <method name="Boolean EndInvoke(IAsyncResult)">
21183         <size>0</size>
21184       </method>
21185       <method name="Void .ctor(Object, IntPtr)">
21186         <size>0</size>
21187       </method>
21188     </type>
21189     <type name="C+&lt;Main&gt;c__AnonStorey0">
21190       <method name="System.String &lt;&gt;m__2(System.String)">
21191         <size>12</size>
21192       </method>
21193       <method name="Void .ctor()">
21194         <size>7</size>
21195       </method>
21196     </type>
21197     <type name="C+&lt;Main&gt;c__AnonStorey1">
21198       <method name="Int32 &lt;&gt;m__3(Int32)">
21199         <size>11</size>
21200       </method>
21201       <method name="Void .ctor()">
21202         <size>7</size>
21203       </method>
21204     </type>
21205   </test>
21206   <test name="gtest-lambda-06.cs">
21207     <type name="TestClass">
21208       <method name="Void P(TestClass+DT)">
21209         <size>26</size>
21210       </method>
21211       <method name="Void P(TestClass+DF)">
21212         <size>26</size>
21213       </method>
21214       <method name="T And(T, T)">
21215         <size>10</size>
21216       </method>
21217       <method name="F And(T, F)">
21218         <size>10</size>
21219       </method>
21220       <method name="F And(F, T)">
21221         <size>10</size>
21222       </method>
21223       <method name="F And(F, F)">
21224         <size>10</size>
21225       </method>
21226       <method name="T Or(T, T)">
21227         <size>10</size>
21228       </method>
21229       <method name="T Or(T, F)">
21230         <size>10</size>
21231       </method>
21232       <method name="T Or(F, T)">
21233         <size>10</size>
21234       </method>
21235       <method name="F Or(F, F)">
21236         <size>10</size>
21237       </method>
21238       <method name="F Not(T)">
21239         <size>10</size>
21240       </method>
21241       <method name="T Not(F)">
21242         <size>10</size>
21243       </method>
21244       <method name="Void StopTrue(T)">
21245         <size>1</size>
21246       </method>
21247       <method name="Int32 Main()">
21248         <size>36</size>
21249       </method>
21250       <method name="Void &lt;Main&gt;m__0(F)">
21251         <size>31</size>
21252       </method>
21253       <method name="Void .ctor()">
21254         <size>7</size>
21255       </method>
21256     </type>
21257     <type name="TestClass+DT">
21258       <method name="Void Invoke(T)">
21259         <size>0</size>
21260       </method>
21261       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
21262         <size>0</size>
21263       </method>
21264       <method name="Void EndInvoke(IAsyncResult)">
21265         <size>0</size>
21266       </method>
21267       <method name="Void .ctor(Object, IntPtr)">
21268         <size>0</size>
21269       </method>
21270     </type>
21271     <type name="TestClass+DF">
21272       <method name="Void Invoke(F)">
21273         <size>0</size>
21274       </method>
21275       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
21276         <size>0</size>
21277       </method>
21278       <method name="Void EndInvoke(IAsyncResult)">
21279         <size>0</size>
21280       </method>
21281       <method name="Void .ctor(Object, IntPtr)">
21282         <size>0</size>
21283       </method>
21284     </type>
21285     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
21286       <method name="Void &lt;&gt;m__1(T)">
21287         <size>38</size>
21288       </method>
21289       <method name="Void .ctor()">
21290         <size>7</size>
21291       </method>
21292     </type>
21293     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
21294       <method name="Void &lt;&gt;m__2(F)">
21295         <size>77</size>
21296       </method>
21297       <method name="Void .ctor()">
21298         <size>7</size>
21299       </method>
21300     </type>
21301   </test>
21302   <test name="gtest-lambda-07.cs">
21303     <type name="C">
21304       <method name="Void Test(D)">
21305         <size>1</size>
21306       </method>
21307       <method name="Void Test(System.Object, D)">
21308         <size>1</size>
21309       </method>
21310       <method name="Void Test(D, D)">
21311         <size>1</size>
21312       </method>
21313       <method name="Void Test2(System.Object, E)">
21314         <size>1</size>
21315       </method>
21316       <method name="Void Main()">
21317         <size>207</size>
21318       </method>
21319       <method name="Void &lt;Main&gt;m__0()">
21320         <size>1</size>
21321       </method>
21322       <method name="Void &lt;Main&gt;m__1()">
21323         <size>1</size>
21324       </method>
21325       <method name="Void &lt;Main&gt;m__2()">
21326         <size>1</size>
21327       </method>
21328       <method name="Void &lt;Main&gt;m__3()">
21329         <size>1</size>
21330       </method>
21331       <method name="Void &lt;Main&gt;m__4()">
21332         <size>1</size>
21333       </method>
21334       <method name="Void &lt;Main&gt;m__5(Boolean)">
21335         <size>1</size>
21336       </method>
21337       <method name="Void .ctor()">
21338         <size>7</size>
21339       </method>
21340     </type>
21341     <type name="D">
21342       <method name="Void Invoke()">
21343         <size>0</size>
21344       </method>
21345       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21346         <size>0</size>
21347       </method>
21348       <method name="Void EndInvoke(IAsyncResult)">
21349         <size>0</size>
21350       </method>
21351       <method name="Void .ctor(Object, IntPtr)">
21352         <size>0</size>
21353       </method>
21354     </type>
21355     <type name="E">
21356       <method name="Void Invoke(Boolean)">
21357         <size>0</size>
21358       </method>
21359       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
21360         <size>0</size>
21361       </method>
21362       <method name="Void EndInvoke(IAsyncResult)">
21363         <size>0</size>
21364       </method>
21365       <method name="Void .ctor(Object, IntPtr)">
21366         <size>0</size>
21367       </method>
21368     </type>
21369   </test>
21370   <test name="gtest-lambda-08.cs">
21371     <type name="C">
21372       <method name="Void Test[T,R](System.Func`2[T,R])">
21373         <size>1</size>
21374       </method>
21375       <method name="Int32 Main()">
21376         <size>321</size>
21377       </method>
21378       <method name="Int32 &lt;Main&gt;m__0(Int32)">
21379         <size>4</size>
21380       </method>
21381       <method name="Boolean &lt;Main&gt;m__1(Int32)">
21382         <size>5</size>
21383       </method>
21384       <method name="Int32 &lt;Main&gt;m__2(Int32)">
21385         <size>4</size>
21386       </method>
21387       <method name="Boolean &lt;Main&gt;m__3(Int32)">
21388         <size>5</size>
21389       </method>
21390       <method name="Int32 &lt;Main&gt;m__4(Int32)">
21391         <size>4</size>
21392       </method>
21393       <method name="Boolean &lt;Main&gt;m__5(Int32)">
21394         <size>5</size>
21395       </method>
21396       <method name="Int32 &lt;Main&gt;m__6(Int32)">
21397         <size>4</size>
21398       </method>
21399       <method name="Void .ctor()">
21400         <size>7</size>
21401       </method>
21402     </type>
21403   </test>
21404   <test name="gtest-lambda-09.cs">
21405     <type name="C">
21406       <method name="IEnumerable`1 Test[T](T)">
21407         <size>2</size>
21408       </method>
21409       <method name="IEnumerable`1 Test[T](Func`1[T])">
21410         <size>2</size>
21411       </method>
21412       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
21413         <size>2</size>
21414       </method>
21415       <method name="Void Main()">
21416         <size>113</size>
21417       </method>
21418       <method name="System.String &lt;Main&gt;m__0()">
21419         <size>6</size>
21420       </method>
21421       <method name="System.String &lt;Main&gt;m__1()">
21422         <size>6</size>
21423       </method>
21424       <method name="System.String &lt;Main&gt;m__2(System.String)">
21425         <size>6</size>
21426       </method>
21427       <method name="Void .ctor()">
21428         <size>7</size>
21429       </method>
21430     </type>
21431     <type name="Func`1[TD]">
21432       <method name="TD Invoke()">
21433         <size>0</size>
21434       </method>
21435       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21436         <size>0</size>
21437       </method>
21438       <method name="TD EndInvoke(IAsyncResult)">
21439         <size>0</size>
21440       </method>
21441       <method name="Void .ctor(Object, IntPtr)">
21442         <size>0</size>
21443       </method>
21444     </type>
21445     <type name="Func`2[TA,TR]">
21446       <method name="TR Invoke(TA)">
21447         <size>0</size>
21448       </method>
21449       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
21450         <size>0</size>
21451       </method>
21452       <method name="TR EndInvoke(IAsyncResult)">
21453         <size>0</size>
21454       </method>
21455       <method name="Void .ctor(Object, IntPtr)">
21456         <size>0</size>
21457       </method>
21458     </type>
21459   </test>
21460   <test name="gtest-lambda-10.cs">
21461     <type name="C">
21462       <method name="Void Foo[TSource](IEnumerable`1)">
21463         <size>1</size>
21464       </method>
21465       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
21466         <size>1</size>
21467       </method>
21468       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
21469         <size>1</size>
21470       </method>
21471       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
21472         <size>1</size>
21473       </method>
21474       <method name="Void Main()">
21475         <size>97</size>
21476       </method>
21477       <method name="Void .ctor()">
21478         <size>7</size>
21479       </method>
21480     </type>
21481     <type name="C+&lt;Main&gt;c__AnonStorey0">
21482       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
21483         <size>7</size>
21484       </method>
21485       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
21486         <size>7</size>
21487       </method>
21488       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
21489         <size>7</size>
21490       </method>
21491       <method name="Void .ctor()">
21492         <size>7</size>
21493       </method>
21494     </type>
21495   </test>
21496   <test name="gtest-lambda-11.cs">
21497     <type name="Pair`2[T1,T2]">
21498       <method name="Void .ctor()">
21499         <size>7</size>
21500       </method>
21501     </type>
21502     <type name="C">
21503       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
21504         <size>1</size>
21505       </method>
21506     </type>
21507     <type name="E`1[TI]">
21508       <method name="Void Rep1[TV](Group`2[TI,TV])">
21509         <size>37</size>
21510       </method>
21511       <method name="Void .ctor()">
21512         <size>7</size>
21513       </method>
21514     </type>
21515     <type name="M">
21516       <method name="Void Main()">
21517         <size>1</size>
21518       </method>
21519       <method name="Void .ctor()">
21520         <size>7</size>
21521       </method>
21522     </type>
21523     <type name="Group`2[T1,T2]">
21524       <method name="Pair`2[T1,T2] Invoke(T1)">
21525         <size>0</size>
21526       </method>
21527       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
21528         <size>0</size>
21529       </method>
21530       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
21531         <size>0</size>
21532       </method>
21533       <method name="Void .ctor(Object, IntPtr)">
21534         <size>0</size>
21535       </method>
21536     </type>
21537     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
21538       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
21539         <size>7</size>
21540       </method>
21541       <method name="Void .ctor()">
21542         <size>7</size>
21543       </method>
21544     </type>
21545   </test>
21546   <test name="gtest-lambda-12.cs">
21547     <type name="Demo">
21548       <method name="Void F[T](T[], T, Func`1[T])">
21549         <size>42</size>
21550       </method>
21551       <method name="Int32 Main()">
21552         <size>65</size>
21553       </method>
21554       <method name="Void .ctor()">
21555         <size>7</size>
21556       </method>
21557     </type>
21558     <type name="Func`1[TA]">
21559       <method name="Void Invoke(TA)">
21560         <size>0</size>
21561       </method>
21562       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
21563         <size>0</size>
21564       </method>
21565       <method name="Void EndInvoke(IAsyncResult)">
21566         <size>0</size>
21567       </method>
21568       <method name="Void .ctor(Object, IntPtr)">
21569         <size>0</size>
21570       </method>
21571     </type>
21572     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
21573       <method name="Void &lt;&gt;m__0(Int32)">
21574         <size>10</size>
21575       </method>
21576       <method name="Void .ctor()">
21577         <size>7</size>
21578       </method>
21579     </type>
21580   </test>
21581   <test name="gtest-lambda-13.cs">
21582     <type name="TestUnary">
21583       <method name="Void Foo(System.Action`1[System.Int32])">
21584         <size>1</size>
21585       </method>
21586       <method name="Void Bar()">
21587         <size>35</size>
21588       </method>
21589       <method name="Void &lt;Bar&gt;m__0(Int32)">
21590         <size>6</size>
21591       </method>
21592       <method name="Void .ctor()">
21593         <size>7</size>
21594       </method>
21595     </type>
21596     <type name="Program">
21597       <method name="Void Foo(System.Action`1[System.String])">
21598         <size>12</size>
21599       </method>
21600       <method name="T Foo[T](System.Func`2[System.String,T])">
21601         <size>12</size>
21602       </method>
21603       <method name="System.String Bar()">
21604         <size>35</size>
21605       </method>
21606       <method name="Void Main()">
21607         <size>76</size>
21608       </method>
21609       <method name="System.String &lt;Bar&gt;m__1(System.String)">
21610         <size>7</size>
21611       </method>
21612       <method name="System.String &lt;Main&gt;m__2(System.String)">
21613         <size>2</size>
21614       </method>
21615       <method name="Void &lt;Main&gt;m__3(System.String)">
21616         <size>7</size>
21617       </method>
21618       <method name="Void .ctor()">
21619         <size>7</size>
21620       </method>
21621     </type>
21622   </test>
21623   <test name="gtest-lambda-14.cs">
21624     <type name="Test">
21625       <method name="Void Main()">
21626         <size>1</size>
21627       </method>
21628       <method name="Void Foo[T]()">
21629         <size>14</size>
21630       </method>
21631       <method name="Void .ctor()">
21632         <size>7</size>
21633       </method>
21634       <method name="T &lt;Foo`1&gt;m__0[T](T)">
21635         <size>2</size>
21636       </method>
21637     </type>
21638   </test>
21639   <test name="gtest-lambda-15.cs">
21640     <type name="Enumerable">
21641       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
21642         <size>32</size>
21643       </method>
21644       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
21645         <size>123</size>
21646       </method>
21647     </type>
21648     <type name="Repro">
21649       <method name="Int32 Main()">
21650         <size>115</size>
21651       </method>
21652       <method name="Int32 &lt;Main&gt;m__1(System.String)">
21653         <size>7</size>
21654       </method>
21655       <method name="Void .ctor()">
21656         <size>7</size>
21657       </method>
21658     </type>
21659     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
21660       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
21661         <size>15</size>
21662       </method>
21663       <method name="Void .ctor()">
21664         <size>7</size>
21665       </method>
21666     </type>
21667   </test>
21668   <test name="gtest-lambda-16.cs">
21669     <type name="Repro">
21670       <method name="Void AssertFoo[T](IList`1)">
21671         <size>34</size>
21672       </method>
21673       <method name="Void Main()">
21674         <size>1</size>
21675       </method>
21676       <method name="Void .ctor()">
21677         <size>7</size>
21678       </method>
21679     </type>
21680     <type name="Repro+Runner`1[T]">
21681       <method name="Void .ctor(Action`1, T)">
21682         <size>7</size>
21683       </method>
21684     </type>
21685     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
21686       <method name="Void &lt;&gt;m__0(Int32)">
21687         <size>54</size>
21688       </method>
21689       <method name="Void .ctor()">
21690         <size>7</size>
21691       </method>
21692     </type>
21693   </test>
21694   <test name="gtest-lambda-17.cs">
21695     <type name="TestCase">
21696       <method name="Void Testing()">
21697         <size>75</size>
21698       </method>
21699       <method name="Void Main()">
21700         <size>11</size>
21701       </method>
21702       <method name="Void &lt;Testing&gt;m__0()">
21703         <size>8</size>
21704       </method>
21705       <method name="Void .ctor()">
21706         <size>7</size>
21707       </method>
21708     </type>
21709   </test>
21710   <test name="gtest-lambda-18.cs">
21711     <type name="Test">
21712       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
21713         <size>33</size>
21714       </method>
21715       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
21716         <size>1</size>
21717       </method>
21718       <method name="Void Main()">
21719         <size>1</size>
21720       </method>
21721     </type>
21722     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
21723       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
21724         <size>14</size>
21725       </method>
21726       <method name="Void .ctor()">
21727         <size>7</size>
21728       </method>
21729     </type>
21730   </test>
21731   <test name="gtest-lambda-19.cs">
21732     <type name="Crasher">
21733       <method name="Void Crash()">
21734         <size>36</size>
21735       </method>
21736       <method name="Void Do(System.Action)">
21737         <size>1</size>
21738       </method>
21739       <method name="Void Main()">
21740         <size>1</size>
21741       </method>
21742       <method name="Void .ctor()">
21743         <size>7</size>
21744       </method>
21745     </type>
21746     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
21747       <method name="Void &lt;&gt;m__0()">
21748         <size>27</size>
21749       </method>
21750       <method name="Void .ctor()">
21751         <size>7</size>
21752       </method>
21753     </type>
21754   </test>
21755   <test name="gtest-lambda-20.cs">
21756     <type name="Z">
21757       <method name="Void &lt;Z&gt;m__0()">
21758         <size>7</size>
21759       </method>
21760       <method name="Void .ctor()">
21761         <size>37</size>
21762       </method>
21763     </type>
21764     <type name="Test">
21765       <method name="Boolean Foo()">
21766         <size>2</size>
21767       </method>
21768       <method name="Void Main()">
21769         <size>1</size>
21770       </method>
21771       <method name="Void .ctor()">
21772         <size>7</size>
21773       </method>
21774     </type>
21775     <type name="TestMethod">
21776       <method name="Void Invoke()">
21777         <size>0</size>
21778       </method>
21779       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21780         <size>0</size>
21781       </method>
21782       <method name="Void EndInvoke(IAsyncResult)">
21783         <size>0</size>
21784       </method>
21785       <method name="Void .ctor(Object, IntPtr)">
21786         <size>0</size>
21787       </method>
21788     </type>
21789   </test>
21790   <test name="gtest-lambda-21.cs">
21791     <type name="Program">
21792       <method name="Void Foo(System.Action`1[System.String])">
21793         <size>12</size>
21794       </method>
21795       <method name="T Foo[T](System.Func`2[System.String,T])">
21796         <size>12</size>
21797       </method>
21798       <method name="System.String Bar()">
21799         <size>35</size>
21800       </method>
21801       <method name="Int32 Main()">
21802         <size>95</size>
21803       </method>
21804       <method name="System.String &lt;Bar&gt;m__0(System.String)">
21805         <size>7</size>
21806       </method>
21807       <method name="System.String &lt;Main&gt;m__1(System.String)">
21808         <size>2</size>
21809       </method>
21810       <method name="Void &lt;Main&gt;m__2(System.String)">
21811         <size>7</size>
21812       </method>
21813       <method name="Void .ctor()">
21814         <size>7</size>
21815       </method>
21816     </type>
21817   </test>
21818   <test name="gtest-lambda-22.cs">
21819     <type name="Product">
21820       <method name="Void .ctor()">
21821         <size>7</size>
21822       </method>
21823     </type>
21824     <type name="MainClass">
21825       <method name="Void Main()">
21826         <size>136</size>
21827       </method>
21828       <method name="Int32 &lt;Main&gt;m__0(Product)">
21829         <size>7</size>
21830       </method>
21831       <method name="Product &lt;Main&gt;m__1(Product)">
21832         <size>2</size>
21833       </method>
21834       <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)">
21835         <size>48</size>
21836       </method>
21837       <method name="Void .ctor()">
21838         <size>7</size>
21839       </method>
21840     </type>
21841     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
21842       <method name="&lt;g&gt;__T get_g()">
21843         <size>7</size>
21844       </method>
21845       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
21846         <size>7</size>
21847       </method>
21848       <method name="Boolean Equals(System.Object)">
21849         <size>69</size>
21850       </method>
21851       <method name="Int32 GetHashCode()">
21852         <size>86</size>
21853       </method>
21854       <method name="System.String ToString()">
21855         <size>142</size>
21856       </method>
21857       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
21858         <size>21</size>
21859       </method>
21860     </type>
21861     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
21862       <method name="Boolean &lt;&gt;m__3(Product)">
21863         <size>52</size>
21864       </method>
21865       <method name="Decimal &lt;&gt;m__4(Product)">
21866         <size>7</size>
21867       </method>
21868       <method name="Void .ctor()">
21869         <size>7</size>
21870       </method>
21871     </type>
21872   </test>
21873   <test name="gtest-lambda-23.cs">
21874     <type name="C">
21875       <method name="U Test[T,U](T[], System.Func`2[T,U])">
21876         <size>14</size>
21877       </method>
21878       <method name="Int32 Main()">
21879         <size>77</size>
21880       </method>
21881       <method name="System.String &lt;Main&gt;m__0(System.String)">
21882         <size>27</size>
21883       </method>
21884       <method name="Void .ctor()">
21885         <size>7</size>
21886       </method>
21887     </type>
21888   </test>
21889   <test name="gtest-lambda-24.cs">
21890     <type name="E">
21891       <method name="System.String Test[T](C, T, System.Func`1[T])">
21892         <size>6</size>
21893       </method>
21894     </type>
21895     <type name="C">
21896       <method name="Int32 Test[T](T, System.Func`1[System.Boolean])">
21897         <size>2</size>
21898       </method>
21899       <method name="System.String Foo[T](T, System.Action`1[T])">
21900         <size>13</size>
21901       </method>
21902       <method name="Void Main()">
21903         <size>42</size>
21904       </method>
21905       <method name="Void .ctor()">
21906         <size>7</size>
21907       </method>
21908     </type>
21909     <type name="C+&lt;Main&gt;c__AnonStorey0">
21910       <method name="Void &lt;&gt;m__0(System.String)">
21911         <size>24</size>
21912       </method>
21913       <method name="Void &lt;&gt;m__1(System.String)">
21914         <size>47</size>
21915       </method>
21916       <method name="System.String &lt;&gt;m__2()">
21917         <size>6</size>
21918       </method>
21919       <method name="Void .ctor()">
21920         <size>7</size>
21921       </method>
21922     </type>
21923   </test>
21924   <test name="gtest-lambda-25.cs">
21925     <type name="MonoBugs.Bar">
21926       <method name="Void DoStuff[T](T, System.Action`1[T])">
21927         <size>11</size>
21928       </method>
21929       <method name="Void DoStuff[T](Nullable`1, System.Action`1[T])">
21930         <size>14</size>
21931       </method>
21932     </type>
21933     <type name="MonoBugs.Program">
21934       <method name="Void Main()">
21935         <size>59</size>
21936       </method>
21937       <method name="Void &lt;Main&gt;m__0(Foo`1)">
21938         <size>13</size>
21939       </method>
21940     </type>
21941   </test>
21942   <test name="gtest-lambda-26.cs">
21943     <type name="C">
21944       <method name="Void Main()">
21945         <size>35</size>
21946       </method>
21947       <method name="Void Execute(System.Action)">
21948         <size>1</size>
21949       </method>
21950       <method name="Void &lt;Main&gt;m__0()">
21951         <size>1</size>
21952       </method>
21953       <method name="Void .ctor()">
21954         <size>7</size>
21955       </method>
21956     </type>
21957   </test>
21958   <test name="gtest-linq-01.cs">
21959     <type name="from.C">
21960       <method name="Void .ctor()">
21961         <size>7</size>
21962       </method>
21963       <method name="Void Main()">
21964         <size>2180</size>
21965       </method>
21966       <method name="Void Foo(Int32, Boolean)">
21967         <size>11</size>
21968       </method>
21969       <method name="Void Do(System.String[])">
21970         <size>16</size>
21971       </method>
21972     </type>
21973     <type name="from.D">
21974       <method name="Void .ctor()">
21975         <size>7</size>
21976       </method>
21977       <method name="Boolean check(System.Object, System.Object)">
21978         <size>26</size>
21979       </method>
21980     </type>
21981     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
21982       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
21983         <size>21</size>
21984       </method>
21985       <method name="&lt;i&gt;__T get_i()">
21986         <size>7</size>
21987       </method>
21988       <method name="&lt;j&gt;__T get_j()">
21989         <size>7</size>
21990       </method>
21991       <method name="Boolean Equals(System.Object)">
21992         <size>69</size>
21993       </method>
21994       <method name="Int32 GetHashCode()">
21995         <size>86</size>
21996       </method>
21997       <method name="System.String ToString()">
21998         <size>142</size>
21999       </method>
22000     </type>
22001     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
22002       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
22003         <size>21</size>
22004       </method>
22005       <method name="&lt;i&gt;__T get_i()">
22006         <size>7</size>
22007       </method>
22008       <method name="&lt;l&gt;__T get_l()">
22009         <size>7</size>
22010       </method>
22011       <method name="Boolean Equals(System.Object)">
22012         <size>69</size>
22013       </method>
22014       <method name="Int32 GetHashCode()">
22015         <size>86</size>
22016       </method>
22017       <method name="System.String ToString()">
22018         <size>142</size>
22019       </method>
22020     </type>
22021     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
22022       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
22023         <size>21</size>
22024       </method>
22025       <method name="&lt;i9&gt;__T get_i9()">
22026         <size>7</size>
22027       </method>
22028       <method name="&lt;i&gt;__T get_i()">
22029         <size>7</size>
22030       </method>
22031       <method name="Boolean Equals(System.Object)">
22032         <size>69</size>
22033       </method>
22034       <method name="Int32 GetHashCode()">
22035         <size>86</size>
22036       </method>
22037       <method name="System.String ToString()">
22038         <size>142</size>
22039       </method>
22040     </type>
22041     <type name="from.C">
22042       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22043         <size>2</size>
22044       </method>
22045       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22046         <size>2</size>
22047       </method>
22048       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
22049         <size>2</size>
22050       </method>
22051       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22052         <size>2</size>
22053       </method>
22054     </type>
22055     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
22056       <method name="Void .ctor()">
22057         <size>7</size>
22058       </method>
22059       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
22060         <size>7</size>
22061       </method>
22062     </type>
22063     <type name="from.C">
22064       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
22065         <size>2</size>
22066       </method>
22067       <method name="Boolean &lt;Main&gt;m__6(Int32)">
22068         <size>10</size>
22069       </method>
22070       <method name="Int32 &lt;Main&gt;m__7(Int32)">
22071         <size>2</size>
22072       </method>
22073       <method name="Int32 &lt;Main&gt;m__8(Int32)">
22074         <size>2</size>
22075       </method>
22076       <method name="Int32 &lt;Main&gt;m__9(Int32)">
22077         <size>2</size>
22078       </method>
22079       <method name="Int32 &lt;Main&gt;m__A(Int32)">
22080         <size>2</size>
22081       </method>
22082       <method name="Int32 &lt;Main&gt;m__B(Int32)">
22083         <size>2</size>
22084       </method>
22085       <method name="Int32 &lt;Main&gt;m__C(Int32)">
22086         <size>2</size>
22087       </method>
22088       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
22089         <size>2</size>
22090       </method>
22091       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
22092         <size>2</size>
22093       </method>
22094       <method name="Int32 &lt;Main&gt;m__20(Int32)">
22095         <size>2</size>
22096       </method>
22097       <method name="Int32 &lt;Main&gt;m__21(Int32)">
22098         <size>2</size>
22099       </method>
22100       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
22101         <size>10</size>
22102       </method>
22103       <method name="Int32 &lt;Main&gt;m__39(Int32)">
22104         <size>2</size>
22105       </method>
22106     </type>
22107     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent2&gt;__T,&lt;l2&gt;__T]">
22108       <method name="&lt;&lt;&gt;__TranspIdent2&gt;__T get_&lt;&gt;__TranspIdent2()">
22109         <size>7</size>
22110       </method>
22111       <method name="&lt;l2&gt;__T get_l2()">
22112         <size>7</size>
22113       </method>
22114       <method name="Boolean Equals(System.Object)">
22115         <size>69</size>
22116       </method>
22117       <method name="Int32 GetHashCode()">
22118         <size>86</size>
22119       </method>
22120       <method name="System.String ToString()">
22121         <size>142</size>
22122       </method>
22123       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent2&gt;__T, &lt;l2&gt;__T)">
22124         <size>21</size>
22125       </method>
22126     </type>
22127     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent7&gt;__T,&lt;l2&gt;__T]">
22128       <method name="&lt;&lt;&gt;__TranspIdent7&gt;__T get_&lt;&gt;__TranspIdent7()">
22129         <size>7</size>
22130       </method>
22131       <method name="&lt;l2&gt;__T get_l2()">
22132         <size>7</size>
22133       </method>
22134       <method name="Boolean Equals(System.Object)">
22135         <size>69</size>
22136       </method>
22137       <method name="Int32 GetHashCode()">
22138         <size>86</size>
22139       </method>
22140       <method name="System.String ToString()">
22141         <size>142</size>
22142       </method>
22143       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent7&gt;__T, &lt;l2&gt;__T)">
22144         <size>21</size>
22145       </method>
22146     </type>
22147     <type name="from.C">
22148       <method name="Int32 &lt;Main&gt;m__D(Int32)">
22149         <size>2</size>
22150       </method>
22151       <method name="Int32 &lt;Main&gt;m__E(Int32)">
22152         <size>2</size>
22153       </method>
22154       <method name="Int32 &lt;Main&gt;m__F(ITest)">
22155         <size>7</size>
22156       </method>
22157       <method name="Int32 &lt;Main&gt;m__10(Int32, ITest)">
22158         <size>2</size>
22159       </method>
22160       <method name="Int32 &lt;Main&gt;m__11(Int32)">
22161         <size>2</size>
22162       </method>
22163       <method name="Int32 &lt;Main&gt;m__12(ITest)">
22164         <size>7</size>
22165       </method>
22166       <method name="Int32 &lt;Main&gt;m__13(Int32, ITest)">
22167         <size>2</size>
22168       </method>
22169       <method name="Int32 &lt;Main&gt;m__14(Int32)">
22170         <size>2</size>
22171       </method>
22172       <method name="Int32 &lt;Main&gt;m__15(ITest)">
22173         <size>7</size>
22174       </method>
22175       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__16(Int32, ITest)">
22176         <size>8</size>
22177       </method>
22178       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
22179         <size>7</size>
22180       </method>
22181       <method name="Int32 &lt;Main&gt;m__18(ITest)">
22182         <size>7</size>
22183       </method>
22184       <method name="Int32 &lt;Main&gt;m__19(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
22185         <size>7</size>
22186       </method>
22187       <method name="Int32 &lt;Main&gt;m__1A(Int32)">
22188         <size>2</size>
22189       </method>
22190       <method name="Int32 &lt;Main&gt;m__1C(Int32, IEnumerable`1)">
22191         <size>2</size>
22192       </method>
22193       <method name="Int32 &lt;Main&gt;m__1D(Int32)">
22194         <size>2</size>
22195       </method>
22196       <method name="Int32 &lt;Main&gt;m__1F(Int32, IEnumerable`1)">
22197         <size>2</size>
22198       </method>
22199       <method name="Int32 &lt;Main&gt;m__22(Int32)">
22200         <size>2</size>
22201       </method>
22202       <method name="Int32 &lt;Main&gt;m__23(Int32)">
22203         <size>2</size>
22204       </method>
22205       <method name="IGrouping`2 &lt;Main&gt;m__24(IGrouping`2)">
22206         <size>2</size>
22207       </method>
22208       <method name="Int32 &lt;Main&gt;m__26(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
22209         <size>7</size>
22210       </method>
22211       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__27(Int32)">
22212         <size>10</size>
22213       </method>
22214       <method name="&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__28(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
22215         <size>15</size>
22216       </method>
22217       <method name="Int32 &lt;Main&gt;m__29(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
22218         <size>12</size>
22219       </method>
22220       <method name="Int32 &lt;Main&gt;m__2A(Int32)">
22221         <size>2</size>
22222       </method>
22223       <method name="Int32 &lt;Main&gt;m__2B(Int32)">
22224         <size>2</size>
22225       </method>
22226       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2D(IGrouping`2, Int32)">
22227         <size>8</size>
22228       </method>
22229       <method name="Int32 &lt;Main&gt;m__2E(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22230         <size>2</size>
22231       </method>
22232       <method name="Int32 &lt;Main&gt;m__2F(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22233         <size>7</size>
22234       </method>
22235       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__31(IGrouping`2, Int32)">
22236         <size>8</size>
22237       </method>
22238       <method name="Int32 &lt;Main&gt;m__32(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22239         <size>2</size>
22240       </method>
22241       <method name="Int32 &lt;Main&gt;m__33(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22242         <size>7</size>
22243       </method>
22244       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__35(IGrouping`2, Int32)">
22245         <size>8</size>
22246       </method>
22247       <method name="Int32 &lt;Main&gt;m__36(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22248         <size>2</size>
22249       </method>
22250       <method name="Int32 &lt;Main&gt;m__37(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22251         <size>7</size>
22252       </method>
22253       <method name="IGrouping`2 &lt;Main&gt;m__38(IGrouping`2)">
22254         <size>2</size>
22255       </method>
22256       <method name="Int32 &lt;Main&gt;m__3A(Int32)">
22257         <size>2</size>
22258       </method>
22259       <method name="Int32 &lt;Main&gt;m__3B(Int32)">
22260         <size>2</size>
22261       </method>
22262       <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__3D(&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]])">
22263         <size>9</size>
22264       </method>
22265       <method name="Int32 &lt;Main&gt;m__3E(&lt;&gt;__AnonType4`2[&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]],System.Int32])">
22266         <size>2</size>
22267       </method>
22268     </type>
22269     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
22270       <method name="IEnumerable`1 &lt;&gt;m__2C(IGrouping`2)">
22271         <size>7</size>
22272       </method>
22273       <method name="IEnumerable`1 &lt;&gt;m__30(IGrouping`2)">
22274         <size>7</size>
22275       </method>
22276       <method name="IEnumerable`1 &lt;&gt;m__34(IGrouping`2)">
22277         <size>7</size>
22278       </method>
22279       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3C(Int32)">
22280         <size>47</size>
22281       </method>
22282       <method name="Int32 &lt;&gt;m__3F(Int32)">
22283         <size>2</size>
22284       </method>
22285     </type>
22286   </test>
22287   <test name="gtest-linq-02.cs">
22288     <type name="Test">
22289       <method name="Void .ctor()">
22290         <size>7</size>
22291       </method>
22292       <method name="Int32 Main()">
22293         <size>507</size>
22294       </method>
22295       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22296         <size>2</size>
22297       </method>
22298       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22299         <size>3</size>
22300       </method>
22301       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22302         <size>2</size>
22303       </method>
22304       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22305         <size>3</size>
22306       </method>
22307     </type>
22308   </test>
22309   <test name="gtest-linq-03.cs">
22310     <type name="WhereTest">
22311       <method name="Void .ctor()">
22312         <size>7</size>
22313       </method>
22314       <method name="Int32 Main()">
22315         <size>179</size>
22316       </method>
22317       <method name="Boolean &lt;Main&gt;m__0(Int32)">
22318         <size>5</size>
22319       </method>
22320       <method name="Boolean &lt;Main&gt;m__1(Int32)">
22321         <size>5</size>
22322       </method>
22323       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22324         <size>4</size>
22325       </method>
22326     </type>
22327   </test>
22328   <test name="gtest-linq-04.cs">
22329     <type name="TestGroupBy">
22330       <method name="Void .ctor()">
22331         <size>7</size>
22332       </method>
22333       <method name="Int32 Main()">
22334         <size>559</size>
22335       </method>
22336     </type>
22337     <type name="&lt;PrivateImplementationDetails&gt;">
22338       <method name="Void .ctor()">
22339         <size>7</size>
22340       </method>
22341     </type>
22342     <type name="TestGroupBy">
22343       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22344         <size>4</size>
22345       </method>
22346       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22347         <size>2</size>
22348       </method>
22349       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22350         <size>4</size>
22351       </method>
22352       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22353         <size>2</size>
22354       </method>
22355     </type>
22356   </test>
22357   <test name="gtest-linq-05.cs">
22358     <type name="OrderByTests">
22359       <method name="Void .ctor()">
22360         <size>7</size>
22361       </method>
22362       <method name="Int32 Main()">
22363         <size>1254</size>
22364       </method>
22365     </type>
22366     <type name="OrderByTests+Data">
22367       <method name="Void .ctor()">
22368         <size>7</size>
22369       </method>
22370       <method name="Int32 get_ID()">
22371         <size>7</size>
22372       </method>
22373       <method name="Void set_ID(Int32)">
22374         <size>8</size>
22375       </method>
22376       <method name="System.String get_Name()">
22377         <size>7</size>
22378       </method>
22379       <method name="Void set_Name(System.String)">
22380         <size>8</size>
22381       </method>
22382       <method name="System.String ToString()">
22383         <size>28</size>
22384       </method>
22385     </type>
22386     <type name="OrderByTests">
22387       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22388         <size>2</size>
22389       </method>
22390       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22391         <size>2</size>
22392       </method>
22393       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22394         <size>2</size>
22395       </method>
22396       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22397         <size>4</size>
22398       </method>
22399       <method name="System.String &lt;Main&gt;m__4(System.String)">
22400         <size>2</size>
22401       </method>
22402       <method name="Int32 &lt;Main&gt;m__5(System.String)">
22403         <size>7</size>
22404       </method>
22405       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
22406         <size>7</size>
22407       </method>
22408       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
22409         <size>7</size>
22410       </method>
22411       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
22412         <size>7</size>
22413       </method>
22414       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
22415         <size>7</size>
22416       </method>
22417       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
22418         <size>11</size>
22419       </method>
22420       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
22421         <size>7</size>
22422       </method>
22423       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
22424         <size>7</size>
22425       </method>
22426       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
22427         <size>11</size>
22428       </method>
22429       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
22430         <size>7</size>
22431       </method>
22432       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
22433         <size>7</size>
22434       </method>
22435       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
22436         <size>2</size>
22437       </method>
22438     </type>
22439   </test>
22440   <test name="gtest-linq-06.cs">
22441     <type name="Let">
22442       <method name="Void .ctor()">
22443         <size>7</size>
22444       </method>
22445       <method name="Int32 Main()">
22446         <size>408</size>
22447       </method>
22448     </type>
22449     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
22450       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
22451         <size>21</size>
22452       </method>
22453       <method name="&lt;i&gt;__T get_i()">
22454         <size>7</size>
22455       </method>
22456       <method name="&lt;u&gt;__T get_u()">
22457         <size>7</size>
22458       </method>
22459       <method name="Boolean Equals(System.Object)">
22460         <size>69</size>
22461       </method>
22462       <method name="Int32 GetHashCode()">
22463         <size>86</size>
22464       </method>
22465       <method name="System.String ToString()">
22466         <size>142</size>
22467       </method>
22468     </type>
22469     <type name="Let">
22470       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
22471         <size>10</size>
22472       </method>
22473       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
22474         <size>7</size>
22475       </method>
22476       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
22477         <size>10</size>
22478       </method>
22479       <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])">
22480         <size>15</size>
22481       </method>
22482       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
22483         <size>18</size>
22484       </method>
22485       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
22486         <size>7</size>
22487       </method>
22488     </type>
22489     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
22490       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
22491         <size>21</size>
22492       </method>
22493       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
22494         <size>7</size>
22495       </method>
22496       <method name="&lt;v&gt;__T get_v()">
22497         <size>7</size>
22498       </method>
22499       <method name="Boolean Equals(System.Object)">
22500         <size>69</size>
22501       </method>
22502       <method name="Int32 GetHashCode()">
22503         <size>86</size>
22504       </method>
22505       <method name="System.String ToString()">
22506         <size>142</size>
22507       </method>
22508     </type>
22509   </test>
22510   <test name="gtest-linq-07.cs">
22511     <type name="SelectMany">
22512       <method name="Void .ctor()">
22513         <size>7</size>
22514       </method>
22515       <method name="Int32 Main()">
22516         <size>748</size>
22517       </method>
22518     </type>
22519     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
22520       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
22521         <size>21</size>
22522       </method>
22523       <method name="&lt;i1&gt;__T get_i1()">
22524         <size>7</size>
22525       </method>
22526       <method name="&lt;i2&gt;__T get_i2()">
22527         <size>7</size>
22528       </method>
22529       <method name="Boolean Equals(System.Object)">
22530         <size>69</size>
22531       </method>
22532       <method name="Int32 GetHashCode()">
22533         <size>86</size>
22534       </method>
22535       <method name="System.String ToString()">
22536         <size>142</size>
22537       </method>
22538     </type>
22539     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
22540       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
22541         <size>28</size>
22542       </method>
22543       <method name="&lt;pp&gt;__T get_pp()">
22544         <size>7</size>
22545       </method>
22546       <method name="&lt;i1&gt;__T get_i1()">
22547         <size>7</size>
22548       </method>
22549       <method name="&lt;i3&gt;__T get_i3()">
22550         <size>7</size>
22551       </method>
22552       <method name="Boolean Equals(System.Object)">
22553         <size>96</size>
22554       </method>
22555       <method name="Int32 GetHashCode()">
22556         <size>109</size>
22557       </method>
22558       <method name="System.String ToString()">
22559         <size>199</size>
22560       </method>
22561     </type>
22562     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
22563       <method name="Void .ctor()">
22564         <size>7</size>
22565       </method>
22566       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
22567         <size>12</size>
22568       </method>
22569       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
22570         <size>12</size>
22571       </method>
22572       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
22573         <size>12</size>
22574       </method>
22575       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
22576         <size>7</size>
22577       </method>
22578     </type>
22579     <type name="SelectMany">
22580       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
22581         <size>8</size>
22582       </method>
22583       <method name="Boolean &lt;Main&gt;m__2(Int32)">
22584         <size>5</size>
22585       </method>
22586       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
22587         <size>8</size>
22588       </method>
22589       <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)">
22590         <size>8</size>
22591       </method>
22592       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
22593         <size>7</size>
22594       </method>
22595       <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])">
22596         <size>25</size>
22597       </method>
22598       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
22599         <size>8</size>
22600       </method>
22601     </type>
22602     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent0&gt;__T,&lt;i3&gt;__T]">
22603       <method name="&lt;&lt;&gt;__TranspIdent0&gt;__T get_&lt;&gt;__TranspIdent0()">
22604         <size>7</size>
22605       </method>
22606       <method name="&lt;i3&gt;__T get_i3()">
22607         <size>7</size>
22608       </method>
22609       <method name="Boolean Equals(System.Object)">
22610         <size>69</size>
22611       </method>
22612       <method name="Int32 GetHashCode()">
22613         <size>86</size>
22614       </method>
22615       <method name="System.String ToString()">
22616         <size>142</size>
22617       </method>
22618       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent0&gt;__T, &lt;i3&gt;__T)">
22619         <size>21</size>
22620       </method>
22621     </type>
22622   </test>
22623   <test name="gtest-linq-08.cs">
22624     <type name="TestA">
22625       <method name="Void .ctor(String)">
22626         <size>14</size>
22627       </method>
22628       <method name="System.String Select[U](System.Func`2[TestA,U])">
22629         <size>7</size>
22630       </method>
22631     </type>
22632     <type name="TestB">
22633       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
22634         <size>25</size>
22635       </method>
22636     </type>
22637     <type name="CustomQueryExpressionPattern">
22638       <method name="Void .ctor()">
22639         <size>7</size>
22640       </method>
22641       <method name="Int32 Main()">
22642         <size>153</size>
22643       </method>
22644       <method name="TestA &lt;Main&gt;m__0(TestA)">
22645         <size>2</size>
22646       </method>
22647       <method name="Boolean &lt;Main&gt;m__1(TestA)">
22648         <size>17</size>
22649       </method>
22650     </type>
22651   </test>
22652   <test name="gtest-linq-09.cs">
22653     <type name="Data">
22654       <method name="Void .ctor()">
22655         <size>7</size>
22656       </method>
22657     </type>
22658     <type name="Join">
22659       <method name="Void .ctor()">
22660         <size>7</size>
22661       </method>
22662       <method name="Int32 Main()">
22663         <size>911</size>
22664       </method>
22665     </type>
22666     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
22667       <method name="Void .ctor(&lt;Result&gt;__T)">
22668         <size>14</size>
22669       </method>
22670       <method name="&lt;Result&gt;__T get_Result()">
22671         <size>7</size>
22672       </method>
22673       <method name="Boolean Equals(System.Object)">
22674         <size>39</size>
22675       </method>
22676       <method name="Int32 GetHashCode()">
22677         <size>63</size>
22678       </method>
22679       <method name="System.String ToString()">
22680         <size>67</size>
22681       </method>
22682     </type>
22683     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
22684       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
22685         <size>21</size>
22686       </method>
22687       <method name="&lt;a&gt;__T get_a()">
22688         <size>7</size>
22689       </method>
22690       <method name="&lt;b&gt;__T get_b()">
22691         <size>7</size>
22692       </method>
22693       <method name="Boolean Equals(System.Object)">
22694         <size>69</size>
22695       </method>
22696       <method name="Int32 GetHashCode()">
22697         <size>86</size>
22698       </method>
22699       <method name="System.String ToString()">
22700         <size>142</size>
22701       </method>
22702     </type>
22703     <type name="Join">
22704       <method name="Int32 &lt;Main&gt;m__0(Data)">
22705         <size>7</size>
22706       </method>
22707       <method name="Int32 &lt;Main&gt;m__1(Data)">
22708         <size>7</size>
22709       </method>
22710       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
22711         <size>23</size>
22712       </method>
22713       <method name="Int32 &lt;Main&gt;m__3(Data)">
22714         <size>7</size>
22715       </method>
22716       <method name="Int32 &lt;Main&gt;m__4(Data)">
22717         <size>7</size>
22718       </method>
22719       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
22720         <size>8</size>
22721       </method>
22722       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
22723         <size>22</size>
22724       </method>
22725       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
22726         <size>33</size>
22727       </method>
22728       <method name="Int32 &lt;Main&gt;m__8(Data)">
22729         <size>7</size>
22730       </method>
22731       <method name="Int32 &lt;Main&gt;m__9(Data)">
22732         <size>7</size>
22733       </method>
22734       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
22735         <size>23</size>
22736       </method>
22737       <method name="Int32 &lt;Main&gt;m__B(Data)">
22738         <size>7</size>
22739       </method>
22740       <method name="Int32 &lt;Main&gt;m__C(Data)">
22741         <size>7</size>
22742       </method>
22743       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
22744         <size>8</size>
22745       </method>
22746       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
22747         <size>12</size>
22748       </method>
22749       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
22750         <size>7</size>
22751       </method>
22752     </type>
22753   </test>
22754   <test name="gtest-linq-10.cs">
22755     <type name="DataA">
22756       <method name="Void .ctor()">
22757         <size>7</size>
22758       </method>
22759     </type>
22760     <type name="DataB">
22761       <method name="Void .ctor()">
22762         <size>7</size>
22763       </method>
22764     </type>
22765     <type name="GroupJoin">
22766       <method name="Void .ctor()">
22767         <size>7</size>
22768       </method>
22769       <method name="Int32 Main()">
22770         <size>734</size>
22771       </method>
22772     </type>
22773     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
22774       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
22775         <size>21</size>
22776       </method>
22777       <method name="&lt;a&gt;__T get_a()">
22778         <size>7</size>
22779       </method>
22780       <method name="&lt;ab&gt;__T get_ab()">
22781         <size>7</size>
22782       </method>
22783       <method name="Boolean Equals(System.Object)">
22784         <size>69</size>
22785       </method>
22786       <method name="Int32 GetHashCode()">
22787         <size>86</size>
22788       </method>
22789       <method name="System.String ToString()">
22790         <size>142</size>
22791       </method>
22792     </type>
22793     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
22794       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
22795         <size>21</size>
22796       </method>
22797       <method name="&lt;a&gt;__T get_a()">
22798         <size>7</size>
22799       </method>
22800       <method name="&lt;b&gt;__T get_b()">
22801         <size>7</size>
22802       </method>
22803       <method name="Boolean Equals(System.Object)">
22804         <size>69</size>
22805       </method>
22806       <method name="Int32 GetHashCode()">
22807         <size>86</size>
22808       </method>
22809       <method name="System.String ToString()">
22810         <size>142</size>
22811       </method>
22812     </type>
22813     <type name="GroupJoin">
22814       <method name="Int32 &lt;Main&gt;m__0(DataA)">
22815         <size>7</size>
22816       </method>
22817       <method name="Int32 &lt;Main&gt;m__1(DataB)">
22818         <size>7</size>
22819       </method>
22820       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
22821         <size>8</size>
22822       </method>
22823       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
22824         <size>12</size>
22825       </method>
22826       <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)">
22827         <size>39</size>
22828       </method>
22829       <method name="Int32 &lt;Main&gt;m__5(DataA)">
22830         <size>7</size>
22831       </method>
22832       <method name="Int32 &lt;Main&gt;m__6(DataB)">
22833         <size>7</size>
22834       </method>
22835       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
22836         <size>8</size>
22837       </method>
22838       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
22839         <size>12</size>
22840       </method>
22841       <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)">
22842         <size>39</size>
22843       </method>
22844       <method name="Int32 &lt;Main&gt;m__A(DataA)">
22845         <size>7</size>
22846       </method>
22847       <method name="Int32 &lt;Main&gt;m__B(DataB)">
22848         <size>7</size>
22849       </method>
22850       <method name="DataA &lt;Main&gt;m__C(DataA, IEnumerable`1)">
22851         <size>2</size>
22852       </method>
22853     </type>
22854   </test>
22855   <test name="gtest-linq-11.cs">
22856     <type name="IntoTest">
22857       <method name="Void .ctor()">
22858         <size>7</size>
22859       </method>
22860       <method name="Int32 Main()">
22861         <size>275</size>
22862       </method>
22863       <method name="Boolean &lt;Main&gt;m__0(Int32)">
22864         <size>5</size>
22865       </method>
22866       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22867         <size>5</size>
22868       </method>
22869       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22870         <size>4</size>
22871       </method>
22872       <method name="Boolean &lt;Main&gt;m__3(Int32)">
22873         <size>5</size>
22874       </method>
22875       <method name="Int32 &lt;Main&gt;m__4(Int32)">
22876         <size>4</size>
22877       </method>
22878     </type>
22879   </test>
22880   <test name="gtest-linq-12.cs">
22881     <type name="NestedQuery">
22882       <method name="Void .ctor()">
22883         <size>7</size>
22884       </method>
22885       <method name="Void XX()">
22886         <size>108</size>
22887       </method>
22888       <method name="Int32 Main()">
22889         <size>472</size>
22890       </method>
22891     </type>
22892     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
22893       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
22894         <size>21</size>
22895       </method>
22896       <method name="&lt;values&gt;__T get_values()">
22897         <size>7</size>
22898       </method>
22899       <method name="&lt;length&gt;__T get_length()">
22900         <size>7</size>
22901       </method>
22902       <method name="Boolean Equals(System.Object)">
22903         <size>69</size>
22904       </method>
22905       <method name="Int32 GetHashCode()">
22906         <size>86</size>
22907       </method>
22908       <method name="System.String ToString()">
22909         <size>142</size>
22910       </method>
22911     </type>
22912     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
22913       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
22914         <size>21</size>
22915       </method>
22916       <method name="&lt;type&gt;__T get_type()">
22917         <size>7</size>
22918       </method>
22919       <method name="&lt;x&gt;__T get_x()">
22920         <size>7</size>
22921       </method>
22922       <method name="Boolean Equals(System.Object)">
22923         <size>69</size>
22924       </method>
22925       <method name="Int32 GetHashCode()">
22926         <size>86</size>
22927       </method>
22928       <method name="System.String ToString()">
22929         <size>142</size>
22930       </method>
22931     </type>
22932     <type name="NestedQuery">
22933       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
22934         <size>13</size>
22935       </method>
22936     </type>
22937     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
22938       <method name="Void .ctor()">
22939         <size>7</size>
22940       </method>
22941     </type>
22942     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
22943       <method name="Void .ctor()">
22944         <size>7</size>
22945       </method>
22946     </type>
22947     <type name="NestedQuery">
22948       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
22949         <size>110</size>
22950       </method>
22951       <method name="Boolean &lt;Main&gt;m__2(System.String)">
22952         <size>10</size>
22953       </method>
22954       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
22955         <size>36</size>
22956       </method>
22957       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
22958         <size>13</size>
22959       </method>
22960       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
22961         <size>110</size>
22962       </method>
22963       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
22964         <size>9</size>
22965       </method>
22966       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
22967         <size>7</size>
22968       </method>
22969       <method name="Boolean &lt;Main&gt;m__9(Char)">
22970         <size>6</size>
22971       </method>
22972       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
22973         <size>9</size>
22974       </method>
22975       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
22976         <size>7</size>
22977       </method>
22978     </type>
22979     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
22980       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
22981         <size>15</size>
22982       </method>
22983     </type>
22984     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
22985       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
22986         <size>15</size>
22987       </method>
22988     </type>
22989   </test>
22990   <test name="gtest-linq-13.cs">
22991     <type name="Program">
22992       <method name="Void .ctor()">
22993         <size>7</size>
22994       </method>
22995       <method name="Void Main()">
22996         <size>1</size>
22997       </method>
22998       <method name="Void Foo(TypeDefinition)">
22999         <size>47</size>
23000       </method>
23001       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
23002         <size>2</size>
23003       </method>
23004     </type>
23005     <type name="Extension">
23006       <method name="IEnumerable`1 Cast[T](IFoo)">
23007         <size>2</size>
23008       </method>
23009     </type>
23010     <type name="MethodDefinition">
23011       <method name="Void .ctor()">
23012         <size>7</size>
23013       </method>
23014     </type>
23015     <type name="TypeDefinition">
23016       <method name="Void .ctor()">
23017         <size>7</size>
23018       </method>
23019       <method name="MethodDefinitionCollection get_Methods()">
23020         <size>2</size>
23021       </method>
23022       <method name="Void set_Methods(MethodDefinitionCollection)">
23023         <size>1</size>
23024       </method>
23025     </type>
23026     <type name="MethodDefinitionCollection">
23027       <method name="Void .ctor()">
23028         <size>7</size>
23029       </method>
23030     </type>
23031   </test>
23032   <test name="gtest-linq-14.cs">
23033     <type name="Person">
23034       <method name="Void .ctor()">
23035         <size>7</size>
23036       </method>
23037       <method name="Style get_Style()">
23038         <size>7</size>
23039       </method>
23040       <method name="Void set_Style(Style)">
23041         <size>8</size>
23042       </method>
23043     </type>
23044     <type name="Extensions">
23045       <method name="IMarker`1 Cast[T](IObjectContainer)">
23046         <size>2</size>
23047       </method>
23048       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
23049         <size>2</size>
23050       </method>
23051     </type>
23052     <type name="Program">
23053       <method name="Void .ctor()">
23054         <size>7</size>
23055       </method>
23056       <method name="Void Main()">
23057         <size>1</size>
23058       </method>
23059       <method name="Void Assert(System.Action)">
23060         <size>1</size>
23061       </method>
23062       <method name="Void Test(IObjectContainer, Style)">
23063         <size>38</size>
23064       </method>
23065     </type>
23066     <type name="Program+&lt;Test&gt;c__AnonStorey0">
23067       <method name="Void .ctor()">
23068         <size>7</size>
23069       </method>
23070       <method name="Void &lt;&gt;m__0()">
23071         <size>117</size>
23072       </method>
23073     </type>
23074   </test>
23075   <test name="gtest-linq-15.cs">
23076     <type name="NameCollisionTest.Data">
23077       <method name="Void .ctor()">
23078         <size>7</size>
23079       </method>
23080     </type>
23081     <type name="NameCollisionTest.Ex">
23082       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
23083         <size>44</size>
23084       </method>
23085     </type>
23086     <type name="NameCollisionTest.C">
23087       <method name="Void .ctor()">
23088         <size>7</size>
23089       </method>
23090       <method name="Void Main()">
23091         <size>78</size>
23092       </method>
23093       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
23094         <size>7</size>
23095       </method>
23096       <method name="Boolean &lt;Main&gt;m__1(Int32)">
23097         <size>5</size>
23098       </method>
23099     </type>
23100     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
23101       <method name="Void .ctor()">
23102         <size>7</size>
23103       </method>
23104       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23105         <size>12</size>
23106       </method>
23107       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23108         <size>7</size>
23109       </method>
23110       <method name="Boolean MoveNext()">
23111         <size>84</size>
23112       </method>
23113       <method name="Void Dispose()">
23114         <size>8</size>
23115       </method>
23116       <method name="Void Reset()">
23117         <size>6</size>
23118       </method>
23119       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
23120         <size>7</size>
23121       </method>
23122       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
23123         <size>52</size>
23124       </method>
23125     </type>
23126   </test>
23127   <test name="gtest-linq-16.cs">
23128     <type name="C">
23129       <method name="Void .ctor()">
23130         <size>7</size>
23131       </method>
23132       <method name="Void Main()">
23133         <size>12</size>
23134       </method>
23135       <method name="Void Test_1(Int32)">
23136         <size>27</size>
23137       </method>
23138       <method name="Void Test_2()">
23139         <size>31</size>
23140       </method>
23141       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
23142         <size>26</size>
23143       </method>
23144     </type>
23145     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
23146       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
23147         <size>21</size>
23148       </method>
23149       <method name="&lt;a&gt;__T get_a()">
23150         <size>7</size>
23151       </method>
23152       <method name="&lt;b&gt;__T get_b()">
23153         <size>7</size>
23154       </method>
23155       <method name="Boolean Equals(System.Object)">
23156         <size>69</size>
23157       </method>
23158       <method name="Int32 GetHashCode()">
23159         <size>86</size>
23160       </method>
23161       <method name="System.String ToString()">
23162         <size>142</size>
23163       </method>
23164     </type>
23165     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
23166       <method name="Void .ctor()">
23167         <size>7</size>
23168       </method>
23169       <method name="IEnumerable`1 &lt;&gt;m__0()">
23170         <size>67</size>
23171       </method>
23172       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
23173         <size>8</size>
23174       </method>
23175       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
23176         <size>14</size>
23177       </method>
23178     </type>
23179     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
23180       <method name="Void .ctor()">
23181         <size>7</size>
23182       </method>
23183       <method name="IEnumerable`1 &lt;&gt;m__2()">
23184         <size>67</size>
23185       </method>
23186       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
23187         <size>8</size>
23188       </method>
23189       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
23190         <size>14</size>
23191       </method>
23192     </type>
23193   </test>
23194   <test name="gtest-linq-17.cs">
23195     <type name="TestGroupBy">
23196       <method name="Void .ctor()">
23197         <size>7</size>
23198       </method>
23199       <method name="Int32 Main()">
23200         <size>157</size>
23201       </method>
23202       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23203         <size>2</size>
23204       </method>
23205     </type>
23206     <type name="&lt;PrivateImplementationDetails&gt;">
23207       <method name="Void .ctor()">
23208         <size>7</size>
23209       </method>
23210     </type>
23211   </test>
23212   <test name="gtest-linq-18.cs">
23213     <type name="C">
23214       <method name="Void .ctor()">
23215         <size>7</size>
23216       </method>
23217       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
23218         <size>2</size>
23219       </method>
23220       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
23221         <size>2</size>
23222       </method>
23223       <method name="Int32 Main()">
23224         <size>648</size>
23225       </method>
23226       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
23227         <size>42</size>
23228       </method>
23229       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
23230         <size>11</size>
23231       </method>
23232       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
23233         <size>31</size>
23234       </method>
23235       <method name="Boolean &lt;Main&gt;m__3(Int32)">
23236         <size>31</size>
23237       </method>
23238       <method name="Boolean &lt;Main&gt;m__4(Int32)">
23239         <size>31</size>
23240       </method>
23241       <method name="Boolean &lt;Main&gt;m__5(Int32)">
23242         <size>31</size>
23243       </method>
23244       <method name="Boolean &lt;Main&gt;m__6(Int32)">
23245         <size>31</size>
23246       </method>
23247       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
23248         <size>10</size>
23249       </method>
23250       <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])">
23251         <size>15</size>
23252       </method>
23253       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
23254         <size>31</size>
23255       </method>
23256       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
23257         <size>15</size>
23258       </method>
23259       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
23260         <size>12</size>
23261       </method>
23262     </type>
23263     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
23264       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
23265         <size>21</size>
23266       </method>
23267       <method name="&lt;ck&gt;__T get_ck()">
23268         <size>7</size>
23269       </method>
23270       <method name="&lt;xy&gt;__T get_xy()">
23271         <size>7</size>
23272       </method>
23273       <method name="Boolean Equals(System.Object)">
23274         <size>69</size>
23275       </method>
23276       <method name="Int32 GetHashCode()">
23277         <size>86</size>
23278       </method>
23279       <method name="System.String ToString()">
23280         <size>142</size>
23281       </method>
23282     </type>
23283     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
23284       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
23285         <size>21</size>
23286       </method>
23287       <method name="&lt;i&gt;__T get_i()">
23288         <size>7</size>
23289       </method>
23290       <method name="&lt;l&gt;__T get_l()">
23291         <size>7</size>
23292       </method>
23293       <method name="Boolean Equals(System.Object)">
23294         <size>69</size>
23295       </method>
23296       <method name="Int32 GetHashCode()">
23297         <size>86</size>
23298       </method>
23299       <method name="System.String ToString()">
23300         <size>142</size>
23301       </method>
23302     </type>
23303     <type name="&lt;PrivateImplementationDetails&gt;">
23304       <method name="Void .ctor()">
23305         <size>7</size>
23306       </method>
23307     </type>
23308     <type name="C+&lt;Main&gt;c__AnonStorey0">
23309       <method name="Void .ctor()">
23310         <size>7</size>
23311       </method>
23312     </type>
23313     <type name="C+&lt;Main&gt;c__AnonStorey1">
23314       <method name="Void .ctor()">
23315         <size>7</size>
23316       </method>
23317     </type>
23318     <type name="C+&lt;Main&gt;c__AnonStorey2">
23319       <method name="Void .ctor()">
23320         <size>7</size>
23321       </method>
23322     </type>
23323     <type name="C+&lt;Main&gt;c__AnonStorey3">
23324       <method name="Void .ctor()">
23325         <size>7</size>
23326       </method>
23327     </type>
23328     <type name="C+&lt;Main&gt;c__AnonStorey4">
23329       <method name="Void .ctor()">
23330         <size>7</size>
23331       </method>
23332     </type>
23333     <type name="C+&lt;Main&gt;c__AnonStorey5">
23334       <method name="Void .ctor()">
23335         <size>7</size>
23336       </method>
23337     </type>
23338     <type name="C+&lt;Main&gt;c__AnonStorey6">
23339       <method name="Void .ctor()">
23340         <size>7</size>
23341       </method>
23342     </type>
23343     <type name="C">
23344       <method name="Boolean &lt;Main&gt;m__C(Int32)">
23345         <size>31</size>
23346       </method>
23347       <method name="Boolean &lt;Main&gt;m__D(Int32)">
23348         <size>31</size>
23349       </method>
23350       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
23351         <size>2</size>
23352       </method>
23353       <method name="Boolean &lt;Main&gt;m__F(Int32)">
23354         <size>31</size>
23355       </method>
23356       <method name="Boolean &lt;Main&gt;m__10(Int32)">
23357         <size>31</size>
23358       </method>
23359       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
23360         <size>2</size>
23361       </method>
23362     </type>
23363     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
23364       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
23365         <size>21</size>
23366       </method>
23367       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
23368         <size>7</size>
23369       </method>
23370       <method name="&lt;g&gt;__T get_g()">
23371         <size>7</size>
23372       </method>
23373       <method name="Boolean Equals(System.Object)">
23374         <size>69</size>
23375       </method>
23376       <method name="Int32 GetHashCode()">
23377         <size>86</size>
23378       </method>
23379       <method name="System.String ToString()">
23380         <size>142</size>
23381       </method>
23382     </type>
23383     <type name="C+&lt;Main&gt;c__AnonStorey0">
23384       <method name="Boolean &lt;&gt;m__12(Int32)">
23385         <size>10</size>
23386       </method>
23387     </type>
23388     <type name="C+&lt;Main&gt;c__AnonStorey1">
23389       <method name="Boolean &lt;&gt;m__13(Int32)">
23390         <size>15</size>
23391       </method>
23392     </type>
23393     <type name="C+&lt;Main&gt;c__AnonStorey2">
23394       <method name="Boolean &lt;&gt;m__14(Int32)">
23395         <size>10</size>
23396       </method>
23397     </type>
23398     <type name="C+&lt;Main&gt;c__AnonStorey3">
23399       <method name="Boolean &lt;&gt;m__15(Int32)">
23400         <size>10</size>
23401       </method>
23402     </type>
23403     <type name="C+&lt;Main&gt;c__AnonStorey4">
23404       <method name="Int32 &lt;&gt;m__16(Int32)">
23405         <size>9</size>
23406       </method>
23407     </type>
23408     <type name="C+&lt;Main&gt;c__AnonStorey5">
23409       <method name="Int32 &lt;&gt;m__17(Int32)">
23410         <size>9</size>
23411       </method>
23412     </type>
23413     <type name="C+&lt;Main&gt;c__AnonStorey6">
23414       <method name="Boolean &lt;&gt;m__18(Int32)">
23415         <size>20</size>
23416       </method>
23417     </type>
23418     <type name="C+&lt;Main&gt;c__AnonStorey7">
23419       <method name="Void .ctor()">
23420         <size>7</size>
23421       </method>
23422       <method name="Boolean &lt;&gt;m__19(Int32)">
23423         <size>10</size>
23424       </method>
23425     </type>
23426     <type name="C+&lt;Main&gt;c__AnonStorey8">
23427       <method name="Void .ctor()">
23428         <size>7</size>
23429       </method>
23430       <method name="Boolean &lt;&gt;m__1A(Int32)">
23431         <size>10</size>
23432       </method>
23433     </type>
23434     <type name="C+&lt;Main&gt;c__AnonStorey9">
23435       <method name="Void .ctor()">
23436         <size>7</size>
23437       </method>
23438       <method name="Boolean &lt;&gt;m__1B(Int32)">
23439         <size>10</size>
23440       </method>
23441     </type>
23442     <type name="C+&lt;Main&gt;c__AnonStoreyA">
23443       <method name="Void .ctor()">
23444         <size>7</size>
23445       </method>
23446       <method name="Boolean &lt;&gt;m__1C(Int32)">
23447         <size>10</size>
23448       </method>
23449     </type>
23450   </test>
23451   <test name="gtest-linq-19.cs">
23452     <type name="Test">
23453       <method name="Void .ctor()">
23454         <size>7</size>
23455       </method>
23456       <method name="Void .cctor()">
23457         <size>45</size>
23458       </method>
23459       <method name="Void Main()">
23460         <size>1</size>
23461       </method>
23462       <method name="Char &lt;E&gt;m__0(Char)">
23463         <size>2</size>
23464       </method>
23465     </type>
23466   </test>
23467   <test name="gtest-linq-20.cs">
23468     <type name="Maybe`1[T]">
23469       <method name="T get_Value()">
23470         <size>7</size>
23471       </method>
23472       <method name="Void set_Value(T)">
23473         <size>8</size>
23474       </method>
23475       <method name="Boolean get_HasValue()">
23476         <size>7</size>
23477       </method>
23478       <method name="Void set_HasValue(Boolean)">
23479         <size>8</size>
23480       </method>
23481       <method name="System.String ToString()">
23482         <size>38</size>
23483       </method>
23484       <method name="Maybe`1[U] SelectMany[U](System.Func`2[T,Maybe`1[U]])">
23485         <size>30</size>
23486       </method>
23487       <method name="Maybe`1[V] SelectMany[U,V](System.Func`2[T,Maybe`1[U]], System.Func`3[T,U,V])">
23488         <size>71</size>
23489       </method>
23490       <method name="Void .ctor()">
23491         <size>14</size>
23492       </method>
23493       <method name="Void .ctor(T)">
23494         <size>21</size>
23495       </method>
23496       <method name="Void .cctor()">
23497         <size>11</size>
23498       </method>
23499     </type>
23500     <type name="MaybeExtensions">
23501       <method name="Maybe`1[T] ToMaybe[T](T)">
23502         <size>7</size>
23503       </method>
23504     </type>
23505     <type name="Test">
23506       <method name="Void Main()">
23507         <size>138</size>
23508       </method>
23509       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__0(Int32)">
23510         <size>7</size>
23511       </method>
23512       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__1(Int32, Int32)">
23513         <size>8</size>
23514       </method>
23515       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
23516         <size>7</size>
23517       </method>
23518       <method name="Int32 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[System.Int32,System.Int32], Int32)">
23519         <size>16</size>
23520       </method>
23521       <method name="Void .ctor()">
23522         <size>7</size>
23523       </method>
23524     </type>
23525     <type name="&lt;&gt;__AnonType0`2[&lt;x&gt;__T,&lt;y&gt;__T]">
23526       <method name="&lt;x&gt;__T get_x()">
23527         <size>7</size>
23528       </method>
23529       <method name="&lt;y&gt;__T get_y()">
23530         <size>7</size>
23531       </method>
23532       <method name="Boolean Equals(System.Object)">
23533         <size>69</size>
23534       </method>
23535       <method name="Int32 GetHashCode()">
23536         <size>86</size>
23537       </method>
23538       <method name="System.String ToString()">
23539         <size>142</size>
23540       </method>
23541       <method name="Void .ctor(&lt;x&gt;__T, &lt;y&gt;__T)">
23542         <size>21</size>
23543       </method>
23544     </type>
23545   </test>
23546   <test name="gtest-linq-21.cs">
23547     <type name="Program">
23548       <method name="Int32 Main()">
23549         <size>90</size>
23550       </method>
23551     </type>
23552     <type name="Program+&lt;Main&gt;c__AnonStorey0">
23553       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
23554         <size>7</size>
23555       </method>
23556       <method name="System.Action &lt;&gt;m__1(Int32, Int32)">
23557         <size>40</size>
23558       </method>
23559       <method name="Void .ctor()">
23560         <size>7</size>
23561       </method>
23562     </type>
23563     <type name="Program+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
23564       <method name="Void &lt;&gt;m__2()">
23565         <size>49</size>
23566       </method>
23567       <method name="Void .ctor()">
23568         <size>7</size>
23569       </method>
23570     </type>
23571   </test>
23572   <test name="gtest-linq-22.cs">
23573     <type name="Test.MainClass">
23574       <method name="Void Main()">
23575         <size>47</size>
23576       </method>
23577       <method name="Void .ctor()">
23578         <size>7</size>
23579       </method>
23580     </type>
23581     <type name="&lt;&gt;__AnonType0`2[&lt;item&gt;__T,&lt;parsed&gt;__T]">
23582       <method name="&lt;item&gt;__T get_item()">
23583         <size>7</size>
23584       </method>
23585       <method name="&lt;parsed&gt;__T get_parsed()">
23586         <size>7</size>
23587       </method>
23588       <method name="Boolean Equals(System.Object)">
23589         <size>69</size>
23590       </method>
23591       <method name="Int32 GetHashCode()">
23592         <size>86</size>
23593       </method>
23594       <method name="System.String ToString()">
23595         <size>142</size>
23596       </method>
23597       <method name="Void .ctor(&lt;item&gt;__T, &lt;parsed&gt;__T)">
23598         <size>21</size>
23599       </method>
23600     </type>
23601     <type name="Test.MainClass+&lt;Main&gt;c__AnonStorey0">
23602       <method name="&lt;&gt;__AnonType0`2[System.Char,System.Boolean] &lt;&gt;m__0(Char)">
23603         <size>23</size>
23604       </method>
23605       <method name="DateTime &lt;&gt;m__1(&lt;&gt;__AnonType0`2[System.Char,System.Boolean])">
23606         <size>28</size>
23607       </method>
23608       <method name="Void .ctor()">
23609         <size>7</size>
23610       </method>
23611     </type>
23612   </test>
23613   <test name="gtest-linq-23.cs">
23614     <type name="OrderByBugExample.Foo">
23615       <method name="System.String get_Name()">
23616         <size>7</size>
23617       </method>
23618       <method name="Void set_Name(System.String)">
23619         <size>8</size>
23620       </method>
23621       <method name="Int32 get_Value1()">
23622         <size>7</size>
23623       </method>
23624       <method name="Void set_Value1(Int32)">
23625         <size>8</size>
23626       </method>
23627       <method name="Int32 get_Value2()">
23628         <size>7</size>
23629       </method>
23630       <method name="Void set_Value2(Int32)">
23631         <size>8</size>
23632       </method>
23633       <method name="Void .ctor()">
23634         <size>7</size>
23635       </method>
23636     </type>
23637     <type name="OrderByBugExample.Program">
23638       <method name="Int32 Main()">
23639         <size>345</size>
23640       </method>
23641       <method name="System.String &lt;Main&gt;m__0(OrderByBugExample.Foo)">
23642         <size>7</size>
23643       </method>
23644       <method name="Int32 &lt;Main&gt;m__1(OrderByBugExample.Foo)">
23645         <size>7</size>
23646       </method>
23647       <method name="Int32 &lt;Main&gt;m__2(OrderByBugExample.Foo)">
23648         <size>7</size>
23649       </method>
23650     </type>
23651   </test>
23652   <test name="gtest-linq-24.cs">
23653     <type name="A">
23654       <method name="Void .ctor()">
23655         <size>7</size>
23656       </method>
23657     </type>
23658     <type name="C">
23659       <method name="A[] get_Prop()">
23660         <size>15</size>
23661       </method>
23662       <method name="Void Test()">
23663         <size>56</size>
23664       </method>
23665       <method name="Int32 Main()">
23666         <size>12</size>
23667       </method>
23668       <method name="Int32 &lt;Test&gt;m__0(A)">
23669         <size>7</size>
23670       </method>
23671       <method name="Void .ctor()">
23672         <size>7</size>
23673       </method>
23674     </type>
23675   </test>
23676   <test name="gtest-linq-25.cs">
23677     <type name="A">
23678       <method name="System.String get_Header()">
23679         <size>2</size>
23680       </method>
23681       <method name="Void .ctor()">
23682         <size>7</size>
23683       </method>
23684     </type>
23685     <type name="B">
23686       <method name="System.String get_Name()">
23687         <size>2</size>
23688       </method>
23689       <method name="Void .ctor()">
23690         <size>7</size>
23691       </method>
23692     </type>
23693     <type name="C">
23694       <method name="Int32 Main()">
23695         <size>36</size>
23696       </method>
23697       <method name="Void Test(System.Action)">
23698         <size>7</size>
23699       </method>
23700       <method name="Void &lt;Main&gt;m__0()">
23701         <size>159</size>
23702       </method>
23703       <method name="IEnumerable`1 &lt;Main&gt;m__1(A)">
23704         <size>7</size>
23705       </method>
23706       <method name="&lt;&gt;__AnonType0`2[A,B] &lt;Main&gt;m__2(A, B)">
23707         <size>8</size>
23708       </method>
23709       <method name="Boolean &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[A,B])">
23710         <size>67</size>
23711       </method>
23712       <method name="&lt;&gt;__AnonType1`2[A,B] &lt;Main&gt;m__4(&lt;&gt;__AnonType0`2[A,B])">
23713         <size>18</size>
23714       </method>
23715       <method name="Void .ctor()">
23716         <size>7</size>
23717       </method>
23718     </type>
23719     <type name="&lt;&gt;__AnonType0`2[&lt;c&gt;__T,&lt;p&gt;__T]">
23720       <method name="&lt;c&gt;__T get_c()">
23721         <size>7</size>
23722       </method>
23723       <method name="&lt;p&gt;__T get_p()">
23724         <size>7</size>
23725       </method>
23726       <method name="Boolean Equals(System.Object)">
23727         <size>69</size>
23728       </method>
23729       <method name="Int32 GetHashCode()">
23730         <size>86</size>
23731       </method>
23732       <method name="System.String ToString()">
23733         <size>142</size>
23734       </method>
23735       <method name="Void .ctor(&lt;c&gt;__T, &lt;p&gt;__T)">
23736         <size>21</size>
23737       </method>
23738     </type>
23739     <type name="&lt;&gt;__AnonType1`2[&lt;C&gt;__T,&lt;P&gt;__T]">
23740       <method name="&lt;C&gt;__T get_C()">
23741         <size>7</size>
23742       </method>
23743       <method name="&lt;P&gt;__T get_P()">
23744         <size>7</size>
23745       </method>
23746       <method name="Boolean Equals(System.Object)">
23747         <size>69</size>
23748       </method>
23749       <method name="Int32 GetHashCode()">
23750         <size>86</size>
23751       </method>
23752       <method name="System.String ToString()">
23753         <size>142</size>
23754       </method>
23755       <method name="Void .ctor(&lt;C&gt;__T, &lt;P&gt;__T)">
23756         <size>21</size>
23757       </method>
23758     </type>
23759   </test>
23760   <test name="gtest-named-01.cs">
23761     <type name="C">
23762       <method name="Int32 Test(Int32, Int32, System.String)">
23763         <size>6</size>
23764       </method>
23765       <method name="T Foo[T](T, Int32)">
23766         <size>2</size>
23767       </method>
23768       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
23769         <size>9</size>
23770       </method>
23771       <method name="Int32 Main()">
23772         <size>173</size>
23773       </method>
23774       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23775         <size>2</size>
23776       </method>
23777     </type>
23778     <type name="C+&lt;Main&gt;c__AnonStorey0">
23779       <method name="Void .ctor()">
23780         <size>7</size>
23781       </method>
23782       <method name="Int32 &lt;&gt;m__1(Int32)">
23783         <size>7</size>
23784       </method>
23785     </type>
23786   </test>
23787   <test name="gtest-named-02.cs">
23788     <type name="D">
23789       <method name="Void Foo(Int32)">
23790         <size>1</size>
23791       </method>
23792       <method name="Void Main()">
23793         <size>1</size>
23794       </method>
23795       <method name="Void .ctor()">
23796         <size>7</size>
23797       </method>
23798     </type>
23799   </test>
23800   <test name="gtest-named-03.cs">
23801     <type name="C">
23802       <method name="Int32 Foo(Int32, Int32, Int32)">
23803         <size>2</size>
23804       </method>
23805       <method name="Int32 Main()">
23806         <size>77</size>
23807       </method>
23808       <method name="Void .ctor()">
23809         <size>7</size>
23810       </method>
23811       <method name="Void set_Item(Int32, Int32, Int32, Int32)">
23812         <size>21</size>
23813       </method>
23814       <method name="Int32 get_Item(Int32, Int32, Int32)">
23815         <size>7</size>
23816       </method>
23817     </type>
23818   </test>
23819   <test name="gtest-optional-01.cs">
23820     <type name="C">
23821       <method name="Void TestA(Int32)">
23822         <size>1</size>
23823       </method>
23824       <method name="Void TestB(Int64)">
23825         <size>1</size>
23826       </method>
23827       <method name="Void TestC(Decimal)">
23828         <size>1</size>
23829       </method>
23830       <method name="Int32 Main()">
23831         <size>310</size>
23832       </method>
23833       <method name="Void .ctor()">
23834         <size>7</size>
23835       </method>
23836     </type>
23837   </test>
23838   <test name="gtest-optional-02.cs">
23839     <type name="C">
23840       <method name="Boolean Test2(Nullable`1)">
23841         <size>11</size>
23842       </method>
23843       <method name="Int32 Test(Nullable`1)">
23844         <size>27</size>
23845       </method>
23846       <method name="Int32 Main()">
23847         <size>122</size>
23848       </method>
23849       <method name="Void .ctor()">
23850         <size>7</size>
23851       </method>
23852       <method name="Boolean Test3(Nullable`1)">
23853         <size>21</size>
23854       </method>
23855       <method name="Int64 Test4(Nullable`1)">
23856         <size>8</size>
23857       </method>
23858     </type>
23859   </test>
23860   <test name="gtest-optional-03.cs">
23861     <type name="C">
23862       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
23863         <size>2</size>
23864       </method>
23865       <method name="Int32 Main()">
23866         <size>225</size>
23867       </method>
23868       <method name="Void .ctor()">
23869         <size>7</size>
23870       </method>
23871     </type>
23872   </test>
23873   <test name="gtest-optional-04.cs">
23874     <type name="C">
23875       <method name="Void Foo[T](T, T)">
23876         <size>1</size>
23877       </method>
23878       <method name="Void TestParams(System.Int32[])">
23879         <size>6</size>
23880       </method>
23881       <method name="Void TestParams(Int32)">
23882         <size>1</size>
23883       </method>
23884       <method name="Void TestStruct(Nullable`1)">
23885         <size>24</size>
23886       </method>
23887       <method name="System.String get_Item(Int32, System.String)">
23888         <size>2</size>
23889       </method>
23890       <method name="Void set_Item(Int32, System.String, System.String)">
23891         <size>4</size>
23892       </method>
23893       <method name="Int32 Main()">
23894         <size>134</size>
23895       </method>
23896       <method name="Void .ctor()">
23897         <size>7</size>
23898       </method>
23899       <method name="Void TestStruct2(Nullable`1)">
23900         <size>1</size>
23901       </method>
23902     </type>
23903   </test>
23904   <test name="gtest-optional-05.cs">
23905     <type name="Blah">
23906       <method name="Int32 Foo(Int32, Int32)">
23907         <size>4</size>
23908       </method>
23909       <method name="Int32 Main()">
23910         <size>46</size>
23911       </method>
23912       <method name="Void .ctor()">
23913         <size>7</size>
23914       </method>
23915     </type>
23916     <type name="Blah+MyDelegate">
23917       <method name="Int32 Invoke(Int32, Int32)">
23918         <size>0</size>
23919       </method>
23920       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
23921         <size>0</size>
23922       </method>
23923       <method name="Int32 EndInvoke(IAsyncResult)">
23924         <size>0</size>
23925       </method>
23926       <method name="Void .ctor(Object, IntPtr)">
23927         <size>0</size>
23928       </method>
23929     </type>
23930   </test>
23931   <test name="gtest-optional-06.cs">
23932     <type name="C">
23933       <method name="Int32 Foo(Int32)">
23934         <size>2</size>
23935       </method>
23936       <method name="Int32 Main()">
23937         <size>38</size>
23938       </method>
23939       <method name="Void .ctor()">
23940         <size>7</size>
23941       </method>
23942     </type>
23943     <type name="D">
23944       <method name="Int32 Invoke(Int32)">
23945         <size>0</size>
23946       </method>
23947       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
23948         <size>0</size>
23949       </method>
23950       <method name="Int32 EndInvoke(IAsyncResult)">
23951         <size>0</size>
23952       </method>
23953       <method name="Void .ctor(Object, IntPtr)">
23954         <size>0</size>
23955       </method>
23956     </type>
23957   </test>
23958   <test name="gtest-optional-07.cs">
23959     <type name="Tests">
23960       <method name="Void foo(Foo)">
23961         <size>1</size>
23962       </method>
23963       <method name="Int32 Main()">
23964         <size>8</size>
23965       </method>
23966       <method name="Void .ctor()">
23967         <size>7</size>
23968       </method>
23969     </type>
23970   </test>
23971   <test name="gtest-optional-08.cs">
23972     <type name="Tests">
23973       <method name="Int32 Main()">
23974         <size>36</size>
23975       </method>
23976       <method name="Void .ctor(String)">
23977         <size>14</size>
23978       </method>
23979       <method name="Void .ctor(Int32)">
23980         <size>7</size>
23981       </method>
23982     </type>
23983   </test>
23984   <test name="gtest-optional-09.cs">
23985     <type name="Program">
23986       <method name="Int32 Test_1(Int32, SByte)">
23987         <size>2</size>
23988       </method>
23989       <method name="Int32 Test_1[T](T)">
23990         <size>2</size>
23991       </method>
23992       <method name="Int32 Test_1(Int32, Int64)">
23993         <size>2</size>
23994       </method>
23995       <method name="Int32 Test_2(Int16)">
23996         <size>2</size>
23997       </method>
23998       <method name="Int32 Test_2(Int32, SByte)">
23999         <size>2</size>
24000       </method>
24001       <method name="Int32 Test_3(System.String)">
24002         <size>2</size>
24003       </method>
24004       <method name="Int32 Test_3(System.String, SByte)">
24005         <size>2</size>
24006       </method>
24007       <method name="Int32 Test_4(System.Object)">
24008         <size>2</size>
24009       </method>
24010       <method name="Int32 Test_4(System.Object[])">
24011         <size>2</size>
24012       </method>
24013       <method name="Int32 Test_5()">
24014         <size>2</size>
24015       </method>
24016       <method name="Int32 Test_5(Int32, System.Object[])">
24017         <size>2</size>
24018       </method>
24019       <method name="Int32 Test_6(System.Object[])">
24020         <size>2</size>
24021       </method>
24022       <method name="Int32 Test_6(Int32, System.Object[])">
24023         <size>2</size>
24024       </method>
24025       <method name="Int32 Test_7(Boolean, System.Object[])">
24026         <size>2</size>
24027       </method>
24028       <method name="Int32 Test_7(Boolean, Int32, System.Object[])">
24029         <size>2</size>
24030       </method>
24031       <method name="Int32 Main()">
24032         <size>118</size>
24033       </method>
24034       <method name="Void .ctor()">
24035         <size>7</size>
24036       </method>
24037     </type>
24038   </test>
24039   <test name="gtest-optional-10.cs">
24040     <type name="Program">
24041       <method name="Void Main()">
24042         <size>8</size>
24043       </method>
24044       <method name="Void .ctor()">
24045         <size>7</size>
24046       </method>
24047     </type>
24048     <type name="Program`1[T]">
24049       <method name="Void .ctor(Generic`1)">
24050         <size>7</size>
24051       </method>
24052     </type>
24053     <type name="Generic`1[T]">
24054       <method name="Void .ctor()">
24055         <size>7</size>
24056       </method>
24057     </type>
24058   </test>
24059   <test name="gtest-optional-11.cs">
24060     <type name="C">
24061       <method name="Int32 TestA(Int32)">
24062         <size>2</size>
24063       </method>
24064       <method name="T TestB[T](T, T)">
24065         <size>2</size>
24066       </method>
24067       <method name="System.Object TestC(System.Object)">
24068         <size>2</size>
24069       </method>
24070       <method name="Int32 Main()">
24071         <size>211</size>
24072       </method>
24073       <method name="Void .ctor()">
24074         <size>7</size>
24075       </method>
24076       <method name="Int32 TestD(Int32, Int32)">
24077         <size>2</size>
24078       </method>
24079     </type>
24080   </test>
24081   <test name="gtest-optional-12.cs">
24082     <type name="C">
24083       <method name="Int32 M(System.String, Int32, System.Int32[])">
24084         <size>4</size>
24085       </method>
24086       <method name="Int32 Main()">
24087         <size>41</size>
24088       </method>
24089       <method name="Void .ctor()">
24090         <size>7</size>
24091       </method>
24092     </type>
24093     <type name="&lt;PrivateImplementationDetails&gt;">
24094       <method name="Void .ctor()">
24095         <size>7</size>
24096       </method>
24097     </type>
24098   </test>
24099   <test name="gtest-optional-13.cs">
24100     <type name="A">
24101       <method name="Int32 Foo(Int32)">
24102         <size>2</size>
24103       </method>
24104       <method name="Int32 Foo2(Int32)">
24105         <size>2</size>
24106       </method>
24107       <method name="Int32 get_Item(System.String, Int32)">
24108         <size>2</size>
24109       </method>
24110       <method name="Void .ctor()">
24111         <size>7</size>
24112       </method>
24113     </type>
24114     <type name="B">
24115       <method name="Int32 Foo(Int32)">
24116         <size>4</size>
24117       </method>
24118       <method name="Int32 Foo2(Int32)">
24119         <size>3</size>
24120       </method>
24121       <method name="Int32 get_Item(System.String, Int32)">
24122         <size>4</size>
24123       </method>
24124       <method name="Void .ctor()">
24125         <size>7</size>
24126       </method>
24127     </type>
24128     <type name="C">
24129       <method name="Int32 Main()">
24130         <size>137</size>
24131       </method>
24132       <method name="Void .ctor()">
24133         <size>7</size>
24134       </method>
24135     </type>
24136   </test>
24137   <test name="gtest-partial-01.cs">
24138     <type name="B`1[U]">
24139       <method name="Void .ctor()">
24140         <size>7</size>
24141       </method>
24142     </type>
24143     <type name="C`1[T]">
24144       <method name="Void .ctor()">
24145         <size>7</size>
24146       </method>
24147     </type>
24148     <type name="Test">
24149       <method name="Void Main()">
24150         <size>1</size>
24151       </method>
24152       <method name="Void .ctor()">
24153         <size>7</size>
24154       </method>
24155     </type>
24156   </test>
24157   <test name="gtest-partial-02.cs">
24158     <type name="A`1[T]">
24159       <method name="Void Test()">
24160         <size>13</size>
24161       </method>
24162       <method name="T get_CurrentItem()">
24163         <size>7</size>
24164       </method>
24165       <method name="Void set_CurrentItem(T)">
24166         <size>8</size>
24167       </method>
24168       <method name="Void .ctor()">
24169         <size>7</size>
24170       </method>
24171     </type>
24172     <type name="C">
24173       <method name="Void Main()">
24174         <size>1</size>
24175       </method>
24176       <method name="Void .ctor()">
24177         <size>7</size>
24178       </method>
24179     </type>
24180   </test>
24181   <test name="gtest-repl-01.cs">
24182     <type name="MyTest">
24183       <method name="Void Run(System.String, System.String)">
24184         <size>23</size>
24185       </method>
24186       <method name="Void Evaluate(System.String, System.String, System.Object)">
24187         <size>80</size>
24188       </method>
24189       <method name="Void Main()">
24190         <size>561</size>
24191       </method>
24192       <method name="Void .ctor()">
24193         <size>7</size>
24194       </method>
24195     </type>
24196   </test>
24197   <test name="gtest-var-04.cs">
24198     <type name="Test">
24199       <method name="Void .ctor()">
24200         <size>7</size>
24201       </method>
24202       <method name="Int32 Main()">
24203         <size>221</size>
24204       </method>
24205     </type>
24206   </test>
24207   <test name="gtest-variance-1.cs">
24208     <type name="Foo">
24209       <method name="System.String get_Bar()">
24210         <size>7</size>
24211       </method>
24212       <method name="Void .ctor(String)">
24213         <size>14</size>
24214       </method>
24215     </type>
24216     <type name="Test">
24217       <method name="Int32 Main()">
24218         <size>57</size>
24219       </method>
24220       <method name="Void .ctor()">
24221         <size>7</size>
24222       </method>
24223     </type>
24224   </test>
24225   <test name="gtest-variance-10.cs">
24226     <type name="Foo">
24227       <method name="Void .ctor()">
24228         <size>7</size>
24229       </method>
24230     </type>
24231     <type name="Test">
24232       <method name="Int32 I&lt;string&gt;.get_Count()">
24233         <size>2</size>
24234       </method>
24235       <method name="Int32 I&lt;Foo&gt;.get_Count()">
24236         <size>2</size>
24237       </method>
24238       <method name="Void .ctor()">
24239         <size>7</size>
24240       </method>
24241     </type>
24242     <type name="Program">
24243       <method name="Int32 Main()">
24244         <size>29</size>
24245       </method>
24246     </type>
24247   </test>
24248   <test name="gtest-variance-11.cs">
24249     <type name="D">
24250       <method name="Void .ctor()">
24251         <size>7</size>
24252       </method>
24253       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
24254         <size>38</size>
24255       </method>
24256       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
24257         <size>38</size>
24258       </method>
24259       <method name="Int32 Main()">
24260         <size>38</size>
24261       </method>
24262     </type>
24263   </test>
24264   <test name="gtest-variance-12.cs">
24265     <type name="D">
24266       <method name="Void add_field(D`1[System.String])">
24267         <size>24</size>
24268       </method>
24269       <method name="Void remove_field(D`1[System.String])">
24270         <size>24</size>
24271       </method>
24272       <method name="Int32 Main()">
24273         <size>56</size>
24274       </method>
24275       <method name="Void &lt;Main&gt;m__0()">
24276         <size>1</size>
24277       </method>
24278       <method name="Void .ctor()">
24279         <size>7</size>
24280       </method>
24281     </type>
24282     <type name="D`1[T]">
24283       <method name="Void Invoke()">
24284         <size>0</size>
24285       </method>
24286       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24287         <size>0</size>
24288       </method>
24289       <method name="Void EndInvoke(IAsyncResult)">
24290         <size>0</size>
24291       </method>
24292       <method name="Void .ctor(Object, IntPtr)">
24293         <size>0</size>
24294       </method>
24295     </type>
24296   </test>
24297   <test name="gtest-variance-13.cs">
24298     <type name="A">
24299       <method name="Void .ctor()">
24300         <size>7</size>
24301       </method>
24302       <method name="Void Foo[T](T, IList`1)">
24303         <size>1</size>
24304       </method>
24305       <method name="Void Test()">
24306         <size>17</size>
24307       </method>
24308     </type>
24309     <type name="B">
24310       <method name="Void .ctor()">
24311         <size>7</size>
24312       </method>
24313       <method name="Void Foo[T](T, I`1)">
24314         <size>1</size>
24315       </method>
24316       <method name="Void Test[U](U, I`1)">
24317         <size>8</size>
24318       </method>
24319     </type>
24320     <type name="M">
24321       <method name="Void .ctor()">
24322         <size>7</size>
24323       </method>
24324       <method name="Int32 Main()">
24325         <size>2</size>
24326       </method>
24327     </type>
24328   </test>
24329   <test name="gtest-variance-14.cs">
24330     <type name="A">
24331       <method name="Void .ctor()">
24332         <size>7</size>
24333       </method>
24334     </type>
24335     <type name="B">
24336       <method name="Void .ctor()">
24337         <size>7</size>
24338       </method>
24339     </type>
24340     <type name="C">
24341       <method name="Int32 Main()">
24342         <size>28</size>
24343       </method>
24344       <method name="Void .ctor()">
24345         <size>7</size>
24346       </method>
24347     </type>
24348     <type name="C+D`1[T]">
24349       <method name="Void Invoke(T)">
24350         <size>0</size>
24351       </method>
24352       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24353         <size>0</size>
24354       </method>
24355       <method name="Void EndInvoke(IAsyncResult)">
24356         <size>0</size>
24357       </method>
24358       <method name="Void .ctor(Object, IntPtr)">
24359         <size>0</size>
24360       </method>
24361     </type>
24362     <type name="C+D`2[T,U]">
24363       <method name="T Invoke(U)">
24364         <size>0</size>
24365       </method>
24366       <method name="IAsyncResult BeginInvoke(U, System.AsyncCallback, System.Object)">
24367         <size>0</size>
24368       </method>
24369       <method name="T EndInvoke(IAsyncResult)">
24370         <size>0</size>
24371       </method>
24372       <method name="Void .ctor(Object, IntPtr)">
24373         <size>0</size>
24374       </method>
24375     </type>
24376   </test>
24377   <test name="gtest-variance-15.cs">
24378     <type name="C">
24379       <method name="Void M[T](T ByRef, C+D`1[T])">
24380         <size>13</size>
24381       </method>
24382       <method name="Void M2[T](T, C+D`1[T])">
24383         <size>8</size>
24384       </method>
24385       <method name="Void MethodArg(System.Object)">
24386         <size>1</size>
24387       </method>
24388       <method name="Int32 Main()">
24389         <size>53</size>
24390       </method>
24391       <method name="Void &lt;Main&gt;m__0(System.Object)">
24392         <size>7</size>
24393       </method>
24394       <method name="Void .ctor()">
24395         <size>7</size>
24396       </method>
24397     </type>
24398     <type name="C+D`1[T]">
24399       <method name="Void Invoke(T)">
24400         <size>0</size>
24401       </method>
24402       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24403         <size>0</size>
24404       </method>
24405       <method name="Void EndInvoke(IAsyncResult)">
24406         <size>0</size>
24407       </method>
24408       <method name="Void .ctor(Object, IntPtr)">
24409         <size>0</size>
24410       </method>
24411     </type>
24412   </test>
24413   <test name="gtest-variance-16.cs">
24414     <type name="S">
24415       <method name="System.String op_Implicit(S)">
24416         <size>6</size>
24417       </method>
24418     </type>
24419     <type name="C">
24420       <method name="T Foo[T](T, I`1)">
24421         <size>2</size>
24422       </method>
24423       <method name="Int32 Main()">
24424         <size>45</size>
24425       </method>
24426       <method name="Void .ctor()">
24427         <size>7</size>
24428       </method>
24429     </type>
24430   </test>
24431   <test name="gtest-variance-2.cs">
24432     <type name="Foo">
24433       <method name="System.String Bar(System.Object)">
24434         <size>12</size>
24435       </method>
24436       <method name="Void .ctor()">
24437         <size>7</size>
24438       </method>
24439     </type>
24440     <type name="Test">
24441       <method name="Int32 Main()">
24442         <size>92</size>
24443       </method>
24444       <method name="Void .ctor()">
24445         <size>7</size>
24446       </method>
24447     </type>
24448   </test>
24449   <test name="gtest-variance-3.cs">
24450     <type name="Test">
24451       <method name="Int32 Main()">
24452         <size>56</size>
24453       </method>
24454       <method name="Int32 Bar(Foo`1[System.Object])">
24455         <size>12</size>
24456       </method>
24457       <method name="Void .ctor()">
24458         <size>7</size>
24459       </method>
24460     </type>
24461     <type name="Foo`1[T]">
24462       <method name="T Invoke()">
24463         <size>0</size>
24464       </method>
24465       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24466         <size>0</size>
24467       </method>
24468       <method name="T EndInvoke(IAsyncResult)">
24469         <size>0</size>
24470       </method>
24471       <method name="Void .ctor(Object, IntPtr)">
24472         <size>0</size>
24473       </method>
24474     </type>
24475     <type name="Test+&lt;Main&gt;c__AnonStorey0">
24476       <method name="System.String &lt;&gt;m__0()">
24477         <size>7</size>
24478       </method>
24479       <method name="Void .ctor()">
24480         <size>7</size>
24481       </method>
24482     </type>
24483   </test>
24484   <test name="gtest-variance-4.cs">
24485     <type name="Test">
24486       <method name="Int32 Main()">
24487         <size>58</size>
24488       </method>
24489       <method name="Int32 Bar(Foo`1[System.String], System.String)">
24490         <size>8</size>
24491       </method>
24492       <method name="Int32 &lt;Main&gt;m__0(System.Object)">
24493         <size>7</size>
24494       </method>
24495       <method name="Void .ctor()">
24496         <size>7</size>
24497       </method>
24498     </type>
24499     <type name="Foo`1[T]">
24500       <method name="Int32 Invoke(T)">
24501         <size>0</size>
24502       </method>
24503       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24504         <size>0</size>
24505       </method>
24506       <method name="Int32 EndInvoke(IAsyncResult)">
24507         <size>0</size>
24508       </method>
24509       <method name="Void .ctor(Object, IntPtr)">
24510         <size>0</size>
24511       </method>
24512     </type>
24513   </test>
24514   <test name="gtest-variance-5.cs">
24515     <type name="BothVariants`2[T1,T2]">
24516       <method name="T1 get_Foo()">
24517         <size>7</size>
24518       </method>
24519       <method name="Void set_Foo(T1)">
24520         <size>8</size>
24521       </method>
24522       <method name="Int32 Bar(T2)">
24523         <size>35</size>
24524       </method>
24525       <method name="Void .ctor(T1)">
24526         <size>14</size>
24527       </method>
24528     </type>
24529     <type name="Invariant`1[T]">
24530       <method name="T get_Foo()">
24531         <size>36</size>
24532       </method>
24533       <method name="Int32 Bar(T)">
24534         <size>14</size>
24535       </method>
24536       <method name="Void .ctor()">
24537         <size>7</size>
24538       </method>
24539     </type>
24540     <type name="A">
24541       <method name="System.String get_Fruit()">
24542         <size>6</size>
24543       </method>
24544       <method name="Void .ctor()">
24545         <size>7</size>
24546       </method>
24547     </type>
24548     <type name="B">
24549       <method name="System.String get_Fruit()">
24550         <size>6</size>
24551       </method>
24552       <method name="Void .ctor()">
24553         <size>7</size>
24554       </method>
24555     </type>
24556     <type name="C">
24557       <method name="System.String get_Fruit()">
24558         <size>6</size>
24559       </method>
24560       <method name="Void .ctor()">
24561         <size>7</size>
24562       </method>
24563     </type>
24564     <type name="Test">
24565       <method name="Int32 Main()">
24566         <size>110</size>
24567       </method>
24568       <method name="Void .ctor()">
24569         <size>7</size>
24570       </method>
24571     </type>
24572   </test>
24573   <test name="gtest-variance-6.cs">
24574     <type name="Program">
24575       <method name="Void .ctor()">
24576         <size>7</size>
24577       </method>
24578       <method name="Void Main()">
24579         <size>1</size>
24580       </method>
24581     </type>
24582     <type name="Cov1`1[U]">
24583       <method name="Void .ctor(Object, IntPtr)">
24584         <size>0</size>
24585       </method>
24586       <method name="ICovariant`1 Invoke(IContravariant`1)">
24587         <size>0</size>
24588       </method>
24589       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
24590         <size>0</size>
24591       </method>
24592       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24593         <size>0</size>
24594       </method>
24595     </type>
24596     <type name="Cov2`1[U]">
24597       <method name="Void .ctor(Object, IntPtr)">
24598         <size>0</size>
24599       </method>
24600       <method name="ICovariant`1 Invoke(IContravariant`1)">
24601         <size>0</size>
24602       </method>
24603       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
24604         <size>0</size>
24605       </method>
24606       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24607         <size>0</size>
24608       </method>
24609     </type>
24610     <type name="Cov3`1[U]">
24611       <method name="Void .ctor(Object, IntPtr)">
24612         <size>0</size>
24613       </method>
24614       <method name="ICovariant`1 Invoke(IContravariant`1)">
24615         <size>0</size>
24616       </method>
24617       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
24618         <size>0</size>
24619       </method>
24620       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24621         <size>0</size>
24622       </method>
24623     </type>
24624     <type name="Cov4`1[U]">
24625       <method name="Void .ctor(Object, IntPtr)">
24626         <size>0</size>
24627       </method>
24628       <method name="ICovariant`1 Invoke()">
24629         <size>0</size>
24630       </method>
24631       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24632         <size>0</size>
24633       </method>
24634       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24635         <size>0</size>
24636       </method>
24637     </type>
24638     <type name="Cov5`1[U]">
24639       <method name="Void .ctor(Object, IntPtr)">
24640         <size>0</size>
24641       </method>
24642       <method name="IContravariant`1 Invoke()">
24643         <size>0</size>
24644       </method>
24645       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24646         <size>0</size>
24647       </method>
24648       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24649         <size>0</size>
24650       </method>
24651     </type>
24652     <type name="Contra5`1[U]">
24653       <method name="Void .ctor(Object, IntPtr)">
24654         <size>0</size>
24655       </method>
24656       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
24657         <size>0</size>
24658       </method>
24659       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
24660         <size>0</size>
24661       </method>
24662       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24663         <size>0</size>
24664       </method>
24665     </type>
24666     <type name="Contra6`1[U]">
24667       <method name="Void .ctor(Object, IntPtr)">
24668         <size>0</size>
24669       </method>
24670       <method name="IContravariant`1 Invoke()">
24671         <size>0</size>
24672       </method>
24673       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24674         <size>0</size>
24675       </method>
24676       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24677         <size>0</size>
24678       </method>
24679     </type>
24680     <type name="Contra7`1[U]">
24681       <method name="Void .ctor(Object, IntPtr)">
24682         <size>0</size>
24683       </method>
24684       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
24685         <size>0</size>
24686       </method>
24687       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
24688         <size>0</size>
24689       </method>
24690       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24691         <size>0</size>
24692       </method>
24693     </type>
24694     <type name="Contra8`1[U]">
24695       <method name="Void .ctor(Object, IntPtr)">
24696         <size>0</size>
24697       </method>
24698       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
24699         <size>0</size>
24700       </method>
24701       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
24702         <size>0</size>
24703       </method>
24704       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24705         <size>0</size>
24706       </method>
24707     </type>
24708   </test>
24709   <test name="gtest-variance-7.cs">
24710     <type name="C">
24711       <method name="Void .ctor()">
24712         <size>7</size>
24713       </method>
24714       <method name="Void Main()">
24715         <size>1</size>
24716       </method>
24717     </type>
24718     <type name="Covariant`1[T]">
24719       <method name="Void .ctor(Object, IntPtr)">
24720         <size>0</size>
24721       </method>
24722       <method name="T Invoke()">
24723         <size>0</size>
24724       </method>
24725       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24726         <size>0</size>
24727       </method>
24728       <method name="T EndInvoke(IAsyncResult)">
24729         <size>0</size>
24730       </method>
24731     </type>
24732     <type name="Contra`1[T]">
24733       <method name="Void .ctor(Object, IntPtr)">
24734         <size>0</size>
24735       </method>
24736       <method name="Void Invoke(T)">
24737         <size>0</size>
24738       </method>
24739       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24740         <size>0</size>
24741       </method>
24742       <method name="Void EndInvoke(IAsyncResult)">
24743         <size>0</size>
24744       </method>
24745     </type>
24746     <type name="CoContra`2[TR,T]">
24747       <method name="Void .ctor(Object, IntPtr)">
24748         <size>0</size>
24749       </method>
24750       <method name="TR Invoke(T)">
24751         <size>0</size>
24752       </method>
24753       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24754         <size>0</size>
24755       </method>
24756       <method name="TR EndInvoke(IAsyncResult)">
24757         <size>0</size>
24758       </method>
24759     </type>
24760     <type name="None`1[T]">
24761       <method name="Void .ctor(Object, IntPtr)">
24762         <size>0</size>
24763       </method>
24764       <method name="Void Invoke(T)">
24765         <size>0</size>
24766       </method>
24767       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24768         <size>0</size>
24769       </method>
24770       <method name="Void EndInvoke(IAsyncResult)">
24771         <size>0</size>
24772       </method>
24773     </type>
24774     <type name="Test`1[U]">
24775       <method name="Void .ctor(Object, IntPtr)">
24776         <size>0</size>
24777       </method>
24778       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
24779         <size>0</size>
24780       </method>
24781       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24782         <size>0</size>
24783       </method>
24784       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
24785         <size>0</size>
24786       </method>
24787     </type>
24788     <type name="Test2`1[U]">
24789       <method name="Void .ctor(Object, IntPtr)">
24790         <size>0</size>
24791       </method>
24792       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
24793         <size>0</size>
24794       </method>
24795       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24796         <size>0</size>
24797       </method>
24798       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
24799         <size>0</size>
24800       </method>
24801     </type>
24802     <type name="Test3`1[U]">
24803       <method name="Void .ctor(Object, IntPtr)">
24804         <size>0</size>
24805       </method>
24806       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
24807         <size>0</size>
24808       </method>
24809       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24810         <size>0</size>
24811       </method>
24812       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
24813         <size>0</size>
24814       </method>
24815     </type>
24816     <type name="Test4`1[U]">
24817       <method name="Void .ctor(Object, IntPtr)">
24818         <size>0</size>
24819       </method>
24820       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
24821         <size>0</size>
24822       </method>
24823       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24824         <size>0</size>
24825       </method>
24826       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
24827         <size>0</size>
24828       </method>
24829     </type>
24830     <type name="Test5`1[U]">
24831       <method name="Void .ctor(Object, IntPtr)">
24832         <size>0</size>
24833       </method>
24834       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
24835         <size>0</size>
24836       </method>
24837       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24838         <size>0</size>
24839       </method>
24840       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
24841         <size>0</size>
24842       </method>
24843     </type>
24844     <type name="Test6`1[U]">
24845       <method name="Void .ctor(Object, IntPtr)">
24846         <size>0</size>
24847       </method>
24848       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
24849         <size>0</size>
24850       </method>
24851       <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)">
24852         <size>0</size>
24853       </method>
24854       <method name="Void EndInvoke(IAsyncResult)">
24855         <size>0</size>
24856       </method>
24857     </type>
24858     <type name="Both`2[U,V]">
24859       <method name="Void .ctor(Object, IntPtr)">
24860         <size>0</size>
24861       </method>
24862       <method name="Void Invoke(CoContra`2[U,V])">
24863         <size>0</size>
24864       </method>
24865       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
24866         <size>0</size>
24867       </method>
24868       <method name="Void EndInvoke(IAsyncResult)">
24869         <size>0</size>
24870       </method>
24871     </type>
24872     <type name="Both2`2[U,V]">
24873       <method name="Void .ctor(Object, IntPtr)">
24874         <size>0</size>
24875       </method>
24876       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
24877         <size>0</size>
24878       </method>
24879       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
24880         <size>0</size>
24881       </method>
24882       <method name="Void EndInvoke(IAsyncResult)">
24883         <size>0</size>
24884       </method>
24885     </type>
24886     <type name="Both3`2[U,V]">
24887       <method name="Void .ctor(Object, IntPtr)">
24888         <size>0</size>
24889       </method>
24890       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
24891         <size>0</size>
24892       </method>
24893       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
24894         <size>0</size>
24895       </method>
24896       <method name="Void EndInvoke(IAsyncResult)">
24897         <size>0</size>
24898       </method>
24899     </type>
24900     <type name="Both4`2[U,V]">
24901       <method name="Void .ctor(Object, IntPtr)">
24902         <size>0</size>
24903       </method>
24904       <method name="Void Invoke(Both`2[V,U])">
24905         <size>0</size>
24906       </method>
24907       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
24908         <size>0</size>
24909       </method>
24910       <method name="Void EndInvoke(IAsyncResult)">
24911         <size>0</size>
24912       </method>
24913     </type>
24914     <type name="Both5`2[U,V]">
24915       <method name="Void .ctor(Object, IntPtr)">
24916         <size>0</size>
24917       </method>
24918       <method name="Void Invoke(Both`2[V,System.Int32])">
24919         <size>0</size>
24920       </method>
24921       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
24922         <size>0</size>
24923       </method>
24924       <method name="Void EndInvoke(IAsyncResult)">
24925         <size>0</size>
24926       </method>
24927     </type>
24928   </test>
24929   <test name="gtest-variance-8.cs">
24930     <type name="A`1[T]">
24931       <method name="Void .ctor()">
24932         <size>7</size>
24933       </method>
24934     </type>
24935     <type name="C">
24936       <method name="Int32 Main()">
24937         <size>144</size>
24938       </method>
24939       <method name="Void .ctor()">
24940         <size>7</size>
24941       </method>
24942     </type>
24943   </test>
24944   <test name="gtest-variance-9.cs">
24945     <type name="Test">
24946       <method name="Void .ctor()">
24947         <size>7</size>
24948       </method>
24949       <method name="Void Foo(IIn`1)">
24950         <size>1</size>
24951       </method>
24952       <method name="Int32 Main()">
24953         <size>10</size>
24954       </method>
24955     </type>
24956   </test>
24957   <test name="test-1.cs">
24958     <type name="X">
24959       <method name="Void .ctor()">
24960         <size>7</size>
24961       </method>
24962       <method name="Int32 Main(System.String[])">
24963         <size>12</size>
24964       </method>
24965     </type>
24966   </test>
24967   <test name="test-10.cs">
24968     <type name="X">
24969       <method name="Void .ctor()">
24970         <size>7</size>
24971       </method>
24972       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
24973         <size>1</size>
24974       </method>
24975       <method name="Void bsbyte()">
24976         <size>35</size>
24977       </method>
24978       <method name="Void abyte(SByte, Char)">
24979         <size>1</size>
24980       </method>
24981       <method name="Void bbyte()">
24982         <size>22</size>
24983       </method>
24984       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
24985         <size>1</size>
24986       </method>
24987       <method name="Void bshort()">
24988         <size>39</size>
24989       </method>
24990       <method name="Void aushort(SByte, Byte, Int16, Char)">
24991         <size>1</size>
24992       </method>
24993       <method name="Void bushort()">
24994         <size>29</size>
24995       </method>
24996       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
24997         <size>1</size>
24998       </method>
24999       <method name="Void bint()">
25000         <size>42</size>
25001       </method>
25002       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
25003         <size>1</size>
25004       </method>
25005       <method name="Void buint()">
25006         <size>38</size>
25007       </method>
25008       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
25009         <size>1</size>
25010       </method>
25011       <method name="Void blong()">
25012         <size>47</size>
25013       </method>
25014       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
25015         <size>1</size>
25016       </method>
25017       <method name="Void bulong()">
25018         <size>47</size>
25019       </method>
25020       <method name="Void achar(SByte, Byte, Int16)">
25021         <size>1</size>
25022       </method>
25023       <method name="Void bchar()">
25024         <size>27</size>
25025       </method>
25026       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
25027         <size>1</size>
25028       </method>
25029       <method name="Void bfloat()">
25030         <size>67</size>
25031       </method>
25032       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
25033         <size>1</size>
25034       </method>
25035       <method name="Void bdouble()">
25036         <size>75</size>
25037       </method>
25038       <method name="Void TestDecimal(Decimal)">
25039         <size>15</size>
25040       </method>
25041       <method name="Void Main()">
25042         <size>1</size>
25043       </method>
25044     </type>
25045     <type name="Test2">
25046       <method name="Void .ctor()">
25047         <size>7</size>
25048       </method>
25049       <method name="Void ExtraTst()">
25050         <size>10</size>
25051       </method>
25052     </type>
25053   </test>
25054   <test name="test-100.cs">
25055     <type name="GLib.Object">
25056       <method name="Void .ctor()">
25057         <size>7</size>
25058       </method>
25059       <method name="Int32 get_Raw()">
25060         <size>2</size>
25061       </method>
25062       <method name="Void set_Raw(Int32)">
25063         <size>8</size>
25064       </method>
25065       <method name="Void GetProperty()">
25066         <size>12</size>
25067       </method>
25068       <method name="Int32 Main()">
25069         <size>2</size>
25070       </method>
25071     </type>
25072   </test>
25073   <test name="test-101.cs">
25074     <type name="Test.MyAttribute">
25075       <method name="Void .ctor(String)">
25076         <size>20</size>
25077       </method>
25078     </type>
25079     <type name="Test.My2Attribute">
25080       <method name="Void .ctor(String, Int32)">
25081         <size>31</size>
25082       </method>
25083     </type>
25084     <type name="Test.Test">
25085       <method name="Void .ctor()">
25086         <size>7</size>
25087       </method>
25088       <method name="Int32 Main()">
25089         <size>92</size>
25090       </method>
25091     </type>
25092   </test>
25093   <test name="test-102.cs">
25094     <type name="N1.MineAttribute">
25095       <method name="Void .ctor(String)">
25096         <size>14</size>
25097       </method>
25098     </type>
25099     <type name="N1.ReturnAttribute">
25100       <method name="Void .ctor(String)">
25101         <size>14</size>
25102       </method>
25103     </type>
25104     <type name="N1.Foo">
25105       <method name="Void .ctor()">
25106         <size>7</size>
25107       </method>
25108       <method name="Int32 Main()">
25109         <size>250</size>
25110       </method>
25111     </type>
25112   </test>
25113   <test name="test-103.cs">
25114     <type name="A">
25115       <method name="Void .ctor()">
25116         <size>7</size>
25117       </method>
25118       <method name="Int32 Foo()">
25119         <size>0</size>
25120       </method>
25121     </type>
25122     <type name="B">
25123       <method name="Void .ctor()">
25124         <size>7</size>
25125       </method>
25126       <method name="Int32 Foo()">
25127         <size>2</size>
25128       </method>
25129       <method name="Int32 M()">
25130         <size>7</size>
25131       </method>
25132     </type>
25133     <type name="Test">
25134       <method name="Void .ctor()">
25135         <size>7</size>
25136       </method>
25137       <method name="Int32 Main()">
25138         <size>11</size>
25139       </method>
25140     </type>
25141   </test>
25142   <test name="test-104.cs">
25143     <type name="Test">
25144       <method name="Void .ctor()">
25145         <size>7</size>
25146       </method>
25147       <method name="Int32 Main(System.String[])">
25148         <size>12</size>
25149       </method>
25150     </type>
25151   </test>
25152   <test name="test-105.cs">
25153     <type name="Test">
25154       <method name="Void .ctor()">
25155         <size>7</size>
25156       </method>
25157       <method name="Int32 F(Int32)">
25158         <size>33</size>
25159       </method>
25160       <method name="Void async_callback(IAsyncResult)">
25161         <size>22</size>
25162       </method>
25163       <method name="Int32 Main()">
25164         <size>407</size>
25165       </method>
25166     </type>
25167     <type name="Test+SimpleDelegate">
25168       <method name="Void .ctor(Object, IntPtr)">
25169         <size>0</size>
25170       </method>
25171       <method name="Int32 Invoke(Int32)">
25172         <size>0</size>
25173       </method>
25174       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25175         <size>0</size>
25176       </method>
25177       <method name="Int32 EndInvoke(IAsyncResult)">
25178         <size>0</size>
25179       </method>
25180     </type>
25181   </test>
25182   <test name="test-107.cs">
25183     <type name="Test">
25184       <method name="Void .ctor()">
25185         <size>7</size>
25186       </method>
25187       <method name="Void .cctor()">
25188         <size>1</size>
25189       </method>
25190       <method name="Int32 F(Int32)">
25191         <size>27</size>
25192       </method>
25193       <method name="Void async_callback(IAsyncResult)">
25194         <size>100</size>
25195       </method>
25196       <method name="Int32 Main()">
25197         <size>89</size>
25198       </method>
25199     </type>
25200     <type name="Test+SimpleDelegate">
25201       <method name="Void .ctor(Object, IntPtr)">
25202         <size>0</size>
25203       </method>
25204       <method name="Int32 Invoke(Int32)">
25205         <size>0</size>
25206       </method>
25207       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25208         <size>0</size>
25209       </method>
25210       <method name="Int32 EndInvoke(IAsyncResult)">
25211         <size>0</size>
25212       </method>
25213     </type>
25214   </test>
25215   <test name="test-108.cs">
25216     <type name="X">
25217       <method name="Void .ctor()">
25218         <size>7</size>
25219       </method>
25220       <method name="Int32 Main()">
25221         <size>79</size>
25222       </method>
25223     </type>
25224   </test>
25225   <test name="test-109.cs">
25226     <type name="T">
25227       <method name="Void .ctor()">
25228         <size>7</size>
25229       </method>
25230       <method name="Int32 Main()">
25231         <size>23</size>
25232       </method>
25233     </type>
25234   </test>
25235   <test name="test-11.cs">
25236     <type name="Test">
25237       <method name="Void .ctor()">
25238         <size>7</size>
25239       </method>
25240       <method name="Int32 boxtest()">
25241         <size>12</size>
25242       </method>
25243       <method name="Int32 Main()">
25244         <size>14</size>
25245       </method>
25246     </type>
25247   </test>
25248   <test name="test-110.cs">
25249     <type name="test.test">
25250       <method name="Void .ctor()">
25251         <size>7</size>
25252       </method>
25253       <method name="Int32 test_method(Int32)">
25254         <size>13</size>
25255       </method>
25256       <method name="Int32 Main()">
25257         <size>17</size>
25258       </method>
25259     </type>
25260   </test>
25261   <test name="test-111.cs">
25262     <type name="T">
25263       <method name="Void .ctor()">
25264         <size>7</size>
25265       </method>
25266       <method name="System.Object get_obj()">
25267         <size>6</size>
25268       </method>
25269       <method name="Int32 Main()">
25270         <size>21</size>
25271       </method>
25272     </type>
25273   </test>
25274   <test name="test-112.cs">
25275     <type name="X">
25276       <method name="Void .ctor()">
25277         <size>7</size>
25278       </method>
25279       <method name="System.Int32[] g()">
25280         <size>14</size>
25281       </method>
25282       <method name="Int32 Main()">
25283         <size>18</size>
25284       </method>
25285     </type>
25286   </test>
25287   <test name="test-113.cs">
25288     <type name="X">
25289       <method name="Void .ctor()">
25290         <size>7</size>
25291       </method>
25292       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
25293         <size>4</size>
25294       </method>
25295       <method name="Void GetProperty(System.String, System.String ByRef)">
25296         <size>21</size>
25297       </method>
25298       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
25299         <size>4</size>
25300       </method>
25301       <method name="Void GetProperty(System.String, Boolean ByRef)">
25302         <size>21</size>
25303       </method>
25304       <method name="Int32 Main()">
25305         <size>2</size>
25306       </method>
25307     </type>
25308   </test>
25309   <test name="test-114.cs">
25310     <type name="MyClass">
25311       <method name="Void .ctor()">
25312         <size>7</size>
25313       </method>
25314       <method name="Int32 Main()">
25315         <size>15</size>
25316       </method>
25317     </type>
25318     <type name="MyClass+IsAnything">
25319       <method name="Void .ctor(Object, IntPtr)">
25320         <size>0</size>
25321       </method>
25322       <method name="Boolean Invoke(Char)">
25323         <size>0</size>
25324       </method>
25325       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
25326         <size>0</size>
25327       </method>
25328       <method name="Boolean EndInvoke(IAsyncResult)">
25329         <size>0</size>
25330       </method>
25331     </type>
25332   </test>
25333   <test name="test-115.cs">
25334     <type name="A">
25335       <method name="Void .ctor()">
25336         <size>7</size>
25337       </method>
25338       <method name="X op_Explicit(A)">
25339         <size>8</size>
25340       </method>
25341     </type>
25342     <type name="X">
25343       <method name="Void .ctor()">
25344         <size>7</size>
25345       </method>
25346     </type>
25347     <type name="Y">
25348       <method name="Void .ctor()">
25349         <size>7</size>
25350       </method>
25351     </type>
25352     <type name="blah">
25353       <method name="Void .ctor()">
25354         <size>7</size>
25355       </method>
25356       <method name="Int32 Main()">
25357         <size>47</size>
25358       </method>
25359     </type>
25360   </test>
25361   <test name="test-116.cs">
25362     <type name="X">
25363       <method name="Void .ctor()">
25364         <size>7</size>
25365       </method>
25366       <method name="Int32 Main()">
25367         <size>12</size>
25368       </method>
25369     </type>
25370   </test>
25371   <test name="test-117.cs">
25372     <type name="Blah">
25373       <method name="Void .ctor()">
25374         <size>18</size>
25375       </method>
25376       <method name="Int32 Main()">
25377         <size>25</size>
25378       </method>
25379     </type>
25380   </test>
25381   <test name="test-118.cs">
25382     <type name="Container">
25383       <method name="Void .ctor()">
25384         <size>7</size>
25385       </method>
25386       <method name="Int32 Main(System.String[])">
25387         <size>2</size>
25388       </method>
25389     </type>
25390   </test>
25391   <test name="test-119.cs">
25392     <type name="Value">
25393       <method name="Void .ctor()">
25394         <size>7</size>
25395       </method>
25396       <method name="Int32 op_Explicit(Value)">
25397         <size>2</size>
25398       </method>
25399       <method name="MyObject op_Explicit(Value)">
25400         <size>7</size>
25401       </method>
25402       <method name="UInt32 op_Explicit(Value)">
25403         <size>2</size>
25404       </method>
25405     </type>
25406     <type name="MyObject">
25407       <method name="Void .ctor(Int32)">
25408         <size>7</size>
25409       </method>
25410     </type>
25411     <type name="Derived">
25412       <method name="Void .ctor(Int32)">
25413         <size>8</size>
25414       </method>
25415       <method name="Derived Blah()">
25416         <size>18</size>
25417       </method>
25418     </type>
25419     <type name="Test">
25420       <method name="Void .ctor()">
25421         <size>7</size>
25422       </method>
25423       <method name="Int32 Main()">
25424         <size>33</size>
25425       </method>
25426     </type>
25427   </test>
25428   <test name="test-12.cs">
25429     <type name="X">
25430       <method name="Void .ctor()">
25431         <size>7</size>
25432       </method>
25433       <method name="Int32 Main(System.String[])">
25434         <size>270</size>
25435       </method>
25436       <method name="System.String s(System.String, Int32)">
25437         <size>13</size>
25438       </method>
25439       <method name="System.String x(System.String, System.Object)">
25440         <size>8</size>
25441       </method>
25442     </type>
25443   </test>
25444   <test name="test-120.cs">
25445     <type name="test">
25446       <method name="Void .ctor()">
25447         <size>7</size>
25448       </method>
25449       <method name="Int32 Main()">
25450         <size>140</size>
25451       </method>
25452     </type>
25453   </test>
25454   <test name="test-121.cs">
25455     <type name="X">
25456       <method name="Void .ctor()">
25457         <size>7</size>
25458       </method>
25459       <method name="Int32 g()">
25460         <size>14</size>
25461       </method>
25462       <method name="Int32 Main()">
25463         <size>81</size>
25464       </method>
25465     </type>
25466   </test>
25467   <test name="test-122.cs">
25468     <type name="A">
25469       <method name="Void .ctor()">
25470         <size>7</size>
25471       </method>
25472       <method name="Void .cctor()">
25473         <size>1</size>
25474       </method>
25475       <method name="Int32 Main()">
25476         <size>2</size>
25477       </method>
25478     </type>
25479     <type name="A+B">
25480       <method name="Void .ctor()">
25481         <size>7</size>
25482       </method>
25483       <method name="Void Foo()">
25484         <size>13</size>
25485       </method>
25486     </type>
25487   </test>
25488   <test name="test-123.cs">
25489     <type name="X">
25490       <method name="Void .ctor()">
25491         <size>7</size>
25492       </method>
25493       <method name="System.Object get_non_null()">
25494         <size>6</size>
25495       </method>
25496       <method name="System.Object get_null()">
25497         <size>2</size>
25498       </method>
25499       <method name="Int32 Main()">
25500         <size>95</size>
25501       </method>
25502     </type>
25503   </test>
25504   <test name="test-124.cs">
25505     <type name="t">
25506       <method name="Void .ctor()">
25507         <size>7</size>
25508       </method>
25509       <method name="Void a()">
25510         <size>16</size>
25511       </method>
25512       <method name="Void b()">
25513         <size>16</size>
25514       </method>
25515       <method name="Void c()">
25516         <size>24</size>
25517       </method>
25518       <method name="Void d()">
25519         <size>28</size>
25520       </method>
25521       <method name="Void Main()">
25522         <size>1</size>
25523       </method>
25524     </type>
25525   </test>
25526   <test name="test-125.cs">
25527     <type name="Fraction">
25528       <method name="Void .ctor(Int32, Int32)">
25529         <size>31</size>
25530       </method>
25531       <method name="Void .ctor(Int32)">
25532         <size>31</size>
25533       </method>
25534       <method name="Boolean Equals(System.Object)">
25535         <size>36</size>
25536       </method>
25537       <method name="System.String ToString()">
25538         <size>35</size>
25539       </method>
25540       <method name="Fraction op_Implicit(Int32)">
25541         <size>17</size>
25542       </method>
25543       <method name="Int32 op_Explicit(Fraction)">
25544         <size>24</size>
25545       </method>
25546       <method name="Boolean op_Equality(Fraction, Fraction)">
25547         <size>48</size>
25548       </method>
25549       <method name="Boolean op_Inequality(Fraction, Fraction)">
25550         <size>21</size>
25551       </method>
25552       <method name="Fraction op_Addition(Fraction, Fraction)">
25553         <size>102</size>
25554       </method>
25555     </type>
25556     <type name="Tester">
25557       <method name="Void .ctor()">
25558         <size>7</size>
25559       </method>
25560       <method name="Int32 Main()">
25561         <size>148</size>
25562       </method>
25563     </type>
25564   </test>
25565   <test name="test-126.cs">
25566     <type name="X">
25567       <method name="Void .ctor()">
25568         <size>7</size>
25569       </method>
25570       <method name="Void Iface.Method()">
25571         <size>1</size>
25572       </method>
25573       <method name="Int32 Main()">
25574         <size>33</size>
25575       </method>
25576     </type>
25577   </test>
25578   <test name="test-127.cs">
25579     <type name="X">
25580       <method name="Void .ctor()">
25581         <size>7</size>
25582       </method>
25583       <method name="Int32 Main()">
25584         <size>32</size>
25585       </method>
25586     </type>
25587   </test>
25588   <test name="test-128.cs">
25589     <type name="SimpleAttribute">
25590       <method name="Void .ctor(String)">
25591         <size>14</size>
25592       </method>
25593     </type>
25594     <type name="MineAttribute">
25595       <method name="Void .ctor(Type[])">
25596         <size>14</size>
25597       </method>
25598     </type>
25599     <type name="Foo">
25600       <method name="Void .ctor()">
25601         <size>7</size>
25602       </method>
25603       <method name="Int32 MM()">
25604         <size>153</size>
25605       </method>
25606     </type>
25607     <type name="Blah">
25608       <method name="Void .ctor()">
25609         <size>7</size>
25610       </method>
25611       <method name="Int32 get_Value()">
25612         <size>7</size>
25613       </method>
25614       <method name="Void set_Value(Int32)">
25615         <size>8</size>
25616       </method>
25617       <method name="Int32 Another()">
25618         <size>2</size>
25619       </method>
25620       <method name="Int32 Main()">
25621         <size>6</size>
25622       </method>
25623     </type>
25624   </test>
25625   <test name="test-129.cs">
25626     <type name="X">
25627       <method name="Void .ctor()">
25628         <size>7</size>
25629       </method>
25630       <method name="Int32 Main()">
25631         <size>27</size>
25632       </method>
25633     </type>
25634   </test>
25635   <test name="test-13.cs">
25636     <type name="Foo">
25637       <method name="Void .ctor()">
25638         <size>7</size>
25639       </method>
25640       <method name="Boolean MyMethod()">
25641         <size>12</size>
25642       </method>
25643     </type>
25644     <type name="Blah">
25645       <method name="Void .ctor()">
25646         <size>7</size>
25647       </method>
25648       <method name="Int32 Main()">
25649         <size>23</size>
25650       </method>
25651     </type>
25652   </test>
25653   <test name="test-130.cs">
25654     <type name="X">
25655       <method name="Void .ctor()">
25656         <size>20</size>
25657       </method>
25658       <method name="Int32 Main()">
25659         <size>2</size>
25660       </method>
25661     </type>
25662   </test>
25663   <test name="test-131.cs">
25664     <type name="SimpleAttribute">
25665       <method name="Void .ctor(String)">
25666         <size>14</size>
25667       </method>
25668     </type>
25669     <type name="Blah">
25670       <method name="Void .ctor()">
25671         <size>7</size>
25672       </method>
25673       <method name="Int32 Main()">
25674         <size>2</size>
25675       </method>
25676     </type>
25677   </test>
25678   <test name="test-132.cs">
25679     <type name="T">
25680       <method name="Void .ctor()">
25681         <size>7</size>
25682       </method>
25683       <method name="Int32 Main()">
25684         <size>51</size>
25685       </method>
25686     </type>
25687   </test>
25688   <test name="test-133.cs">
25689     <type name="T">
25690       <method name="Void .ctor()">
25691         <size>7</size>
25692       </method>
25693       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
25694         <size>21</size>
25695       </method>
25696       <method name="Void get_struct(S ByRef)">
25697         <size>24</size>
25698       </method>
25699       <method name="Int32 Main()">
25700         <size>75</size>
25701       </method>
25702     </type>
25703   </test>
25704   <test name="test-134.cs">
25705     <type name="AA">
25706       <method name="Void .ctor()">
25707         <size>7</size>
25708       </method>
25709       <method name="Void A()">
25710         <size>8</size>
25711       </method>
25712       <method name="Void B()">
25713         <size>8</size>
25714       </method>
25715       <method name="Void C()">
25716         <size>8</size>
25717       </method>
25718       <method name="Boolean get_OK()">
25719         <size>32</size>
25720       </method>
25721     </type>
25722     <type name="BB">
25723       <method name="Void .ctor()">
25724         <size>7</size>
25725       </method>
25726       <method name="Void A()">
25727         <size>18</size>
25728       </method>
25729       <method name="Void B()">
25730         <size>8</size>
25731       </method>
25732       <method name="Void C()">
25733         <size>8</size>
25734       </method>
25735       <method name="Boolean get_OK()">
25736         <size>32</size>
25737       </method>
25738     </type>
25739     <type name="T">
25740       <method name="Void .ctor()">
25741         <size>7</size>
25742       </method>
25743       <method name="Void A()">
25744         <size>1</size>
25745       </method>
25746       <method name="Void B()">
25747         <size>1</size>
25748       </method>
25749       <method name="Int32 Main()">
25750         <size>76</size>
25751       </method>
25752     </type>
25753   </test>
25754   <test name="test-135.cs">
25755     <type name="A">
25756       <method name="Void .ctor()">
25757         <size>7</size>
25758       </method>
25759       <method name="Void doh()">
25760         <size>1</size>
25761       </method>
25762     </type>
25763     <type name="T">
25764       <method name="Void .ctor()">
25765         <size>7</size>
25766       </method>
25767       <method name="A get_Prop()">
25768         <size>6</size>
25769       </method>
25770       <method name="Int32 Main()">
25771         <size>37</size>
25772       </method>
25773       <method name="IA IB.get_Prop()">
25774         <size>6</size>
25775       </method>
25776     </type>
25777   </test>
25778   <test name="test-136.cs">
25779     <type name="MyCar">
25780       <method name="Void .ctor()">
25781         <size>7</size>
25782       </method>
25783       <method name="Void IDiagnostic.Stop()">
25784         <size>8</size>
25785       </method>
25786       <method name="Void IAutomobile.Stop()">
25787         <size>8</size>
25788       </method>
25789       <method name="Void Stop()">
25790         <size>16</size>
25791       </method>
25792     </type>
25793     <type name="TestConflict">
25794       <method name="Void .ctor()">
25795         <size>7</size>
25796       </method>
25797       <method name="Int32 Main()">
25798         <size>74</size>
25799       </method>
25800     </type>
25801   </test>
25802   <test name="test-137.cs">
25803     <type name="C">
25804       <method name="Void .ctor()">
25805         <size>7</size>
25806       </method>
25807       <method name="Void X()">
25808         <size>15</size>
25809       </method>
25810       <method name="Int32 Main()">
25811         <size>95</size>
25812       </method>
25813     </type>
25814   </test>
25815   <test name="test-138.cs">
25816     <type name="T">
25817       <method name="Void .ctor()">
25818         <size>7</size>
25819       </method>
25820       <method name="Int32 Main()">
25821         <size>14</size>
25822       </method>
25823     </type>
25824   </test>
25825   <test name="test-139.cs">
25826     <type name="T">
25827       <method name="Void one()">
25828         <size>13</size>
25829       </method>
25830       <method name="Void two(T)">
25831         <size>8</size>
25832       </method>
25833       <method name="Void three(T ByRef)">
25834         <size>13</size>
25835       </method>
25836       <method name="Int32 GetHashCode()">
25837         <size>12</size>
25838       </method>
25839       <method name="Int32 Main()">
25840         <size>31</size>
25841       </method>
25842     </type>
25843   </test>
25844   <test name="test-14.cs">
25845     <type name="Obj.A">
25846       <method name="Void .ctor()">
25847         <size>7</size>
25848       </method>
25849       <method name="Int32 F()">
25850         <size>2</size>
25851       </method>
25852       <method name="Int32 G()">
25853         <size>2</size>
25854       </method>
25855       <method name="Int32 H()">
25856         <size>3</size>
25857       </method>
25858     </type>
25859     <type name="Obj.B">
25860       <method name="Void .ctor()">
25861         <size>7</size>
25862       </method>
25863       <method name="Int32 F()">
25864         <size>2</size>
25865       </method>
25866       <method name="Int32 G()">
25867         <size>2</size>
25868       </method>
25869       <method name="Int32 H()">
25870         <size>3</size>
25871       </method>
25872     </type>
25873     <type name="Obj.Test">
25874       <method name="Void .ctor()">
25875         <size>7</size>
25876       </method>
25877       <method name="Int32 Main()">
25878         <size>182</size>
25879       </method>
25880     </type>
25881   </test>
25882   <test name="test-140.cs">
25883     <type name="BreakTest">
25884       <method name="Void .ctor()">
25885         <size>7</size>
25886       </method>
25887       <method name="Void .cctor()">
25888         <size>1</size>
25889       </method>
25890       <method name="Void B()">
25891         <size>47</size>
25892       </method>
25893       <method name="Int32 Main()">
25894         <size>20</size>
25895       </method>
25896     </type>
25897   </test>
25898   <test name="test-141.cs">
25899     <type name="X">
25900       <method name="Void .ctor()">
25901         <size>7</size>
25902       </method>
25903       <method name="Int32 Main()">
25904         <size>38</size>
25905       </method>
25906       <method name="Boolean Test1()">
25907         <size>41</size>
25908       </method>
25909       <method name="Boolean Test2()">
25910         <size>42</size>
25911       </method>
25912       <method name="Boolean Test3()">
25913         <size>37</size>
25914       </method>
25915     </type>
25916   </test>
25917   <test name="test-142.cs">
25918     <type name="TestClass">
25919       <method name="Void .ctor(EventHandler)">
25920         <size>14</size>
25921       </method>
25922       <method name="Int32 Main()">
25923         <size>2</size>
25924       </method>
25925     </type>
25926     <type name="TestBaseClass">
25927       <method name="Void .ctor()">
25928         <size>7</size>
25929       </method>
25930       <method name="Void add_Blah(System.EventHandler)">
25931         <size>24</size>
25932       </method>
25933       <method name="Void remove_Blah(System.EventHandler)">
25934         <size>24</size>
25935       </method>
25936     </type>
25937   </test>
25938   <test name="test-143.cs">
25939     <type name="MonoEnumInfo">
25940       <method name="Void stuff()">
25941         <size>8</size>
25942       </method>
25943       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
25944         <size>20</size>
25945       </method>
25946       <method name="Int32 Main()">
25947         <size>32</size>
25948       </method>
25949     </type>
25950   </test>
25951   <test name="test-144.cs">
25952     <type name="Test">
25953       <method name="Void .ctor()">
25954         <size>7</size>
25955       </method>
25956       <method name="Void Main()">
25957         <size>1</size>
25958       </method>
25959     </type>
25960   </test>
25961   <test name="test-145.cs">
25962     <type name="JagArrayTest">
25963       <method name="Void .ctor()">
25964         <size>7</size>
25965       </method>
25966       <method name="Void .cctor()">
25967         <size>25</size>
25968       </method>
25969       <method name="Void Main()">
25970         <size>15</size>
25971       </method>
25972     </type>
25973   </test>
25974   <test name="test-146.cs">
25975     <type name="Test">
25976       <method name="Void .ctor()">
25977         <size>7</size>
25978       </method>
25979       <method name="Int32 Main()">
25980         <size>335</size>
25981       </method>
25982     </type>
25983   </test>
25984   <test name="test-147.cs">
25985     <type name="X">
25986       <method name="Void .ctor()">
25987         <size>15</size>
25988       </method>
25989       <method name="Void .cctor()">
25990         <size>8</size>
25991       </method>
25992       <method name="X Foo()">
25993         <size>6</size>
25994       </method>
25995       <method name="X Bar()">
25996         <size>6</size>
25997       </method>
25998       <method name="X Baz()">
25999         <size>6</size>
26000       </method>
26001       <method name="UInt32 get_Property()">
26002         <size>2</size>
26003       </method>
26004       <method name="UInt32 get_StaticProperty()">
26005         <size>3</size>
26006       </method>
26007       <method name="Int32 get_Item(Int32)">
26008         <size>2</size>
26009       </method>
26010     </type>
26011     <type name="Y">
26012       <method name="Void .ctor()">
26013         <size>15</size>
26014       </method>
26015       <method name="Void .cctor()">
26016         <size>9</size>
26017       </method>
26018       <method name="Y Foo()">
26019         <size>6</size>
26020       </method>
26021       <method name="Y Bar()">
26022         <size>6</size>
26023       </method>
26024       <method name="Y Baz()">
26025         <size>6</size>
26026       </method>
26027       <method name="UInt32 get_Property()">
26028         <size>2</size>
26029       </method>
26030       <method name="UInt32 get_StaticProperty()">
26031         <size>3</size>
26032       </method>
26033       <method name="Int32 get_Item(Int32)">
26034         <size>2</size>
26035       </method>
26036     </type>
26037     <type name="Z">
26038       <method name="Void .ctor()">
26039         <size>7</size>
26040       </method>
26041       <method name="Int32 Test()">
26042         <size>94</size>
26043       </method>
26044     </type>
26045     <type name="Test">
26046       <method name="Void .ctor()">
26047         <size>7</size>
26048       </method>
26049       <method name="Int32 Main()">
26050         <size>252</size>
26051       </method>
26052     </type>
26053   </test>
26054   <test name="test-148.cs">
26055     <type name="Y">
26056       <method name="Void .ctor()">
26057         <size>7</size>
26058       </method>
26059       <method name="Int32 get_Bar(Int32)">
26060         <size>2</size>
26061       </method>
26062       <method name="Int64 get_Bar(Double)">
26063         <size>3</size>
26064       </method>
26065     </type>
26066     <type name="Z">
26067       <method name="Void .ctor()">
26068         <size>7</size>
26069       </method>
26070       <method name="Int64 get_Whatever(Double)">
26071         <size>3</size>
26072       </method>
26073       <method name="Single get_Whatever(Int64, Int32)">
26074         <size>6</size>
26075       </method>
26076       <method name="Int32 InstanceTest()">
26077         <size>54</size>
26078       </method>
26079       <method name="Int32 Test()">
26080         <size>356</size>
26081       </method>
26082       <method name="Int32 Main()">
26083         <size>94</size>
26084       </method>
26085     </type>
26086     <type name="Z+MyArray">
26087       <method name="Void .ctor()">
26088         <size>7</size>
26089       </method>
26090       <method name="System.Object get_Item(Int32)">
26091         <size>8</size>
26092       </method>
26093       <method name="Void set_Item(Int32, System.Object)">
26094         <size>9</size>
26095       </method>
26096     </type>
26097     <type name="A">
26098       <method name="Void .ctor()">
26099         <size>7</size>
26100       </method>
26101       <method name="Int32 get_Monkey(Int32)">
26102         <size>4</size>
26103       </method>
26104     </type>
26105     <type name="B">
26106       <method name="Void .ctor()">
26107         <size>7</size>
26108       </method>
26109       <method name="Int64 get_Item(Int64, Int32)">
26110         <size>5</size>
26111       </method>
26112     </type>
26113     <type name="C">
26114       <method name="Void .ctor()">
26115         <size>7</size>
26116       </method>
26117       <method name="Int32 get_Item(Int32)">
26118         <size>4</size>
26119       </method>
26120     </type>
26121     <type name="D">
26122       <method name="Void .ctor()">
26123         <size>7</size>
26124       </method>
26125       <method name="Int64 get_Item(Int64, Int32)">
26126         <size>5</size>
26127       </method>
26128     </type>
26129     <type name="E">
26130       <method name="Void .ctor()">
26131         <size>7</size>
26132       </method>
26133       <method name="System.String get_g()">
26134         <size>6</size>
26135       </method>
26136       <method name="Void set_g(System.String)">
26137         <size>1</size>
26138       </method>
26139     </type>
26140     <type name="F">
26141       <method name="Void .ctor()">
26142         <size>7</size>
26143       </method>
26144       <method name="System.String get_g()">
26145         <size>6</size>
26146       </method>
26147     </type>
26148     <type name="DisposableNotifyList">
26149       <method name="Void .ctor()">
26150         <size>7</size>
26151       </method>
26152     </type>
26153     <type name="ChildList">
26154       <method name="Void .ctor()">
26155         <size>7</size>
26156       </method>
26157       <method name="Void Test()">
26158         <size>14</size>
26159       </method>
26160     </type>
26161     <type name="Y">
26162       <method name="Int32 X.get_Foo(Int32)">
26163         <size>2</size>
26164       </method>
26165     </type>
26166   </test>
26167   <test name="test-149.cs">
26168     <type name="Y">
26169       <method name="Void .ctor()">
26170         <size>7</size>
26171       </method>
26172       <method name="Void .cctor()">
26173         <size>1</size>
26174       </method>
26175       <method name="Void add_Foo(System.EventHandler)">
26176         <size>24</size>
26177       </method>
26178       <method name="Void remove_Foo(System.EventHandler)">
26179         <size>24</size>
26180       </method>
26181       <method name="Void add_TestEvent(MyDelegate)">
26182         <size>24</size>
26183       </method>
26184       <method name="Void remove_TestEvent(MyDelegate)">
26185         <size>24</size>
26186       </method>
26187       <method name="Int32 Test()">
26188         <size>134</size>
26189       </method>
26190       <method name="Void callback1(System.Object, System.EventArgs)">
26191         <size>7</size>
26192       </method>
26193       <method name="Int64 callback2(Int32)">
26194         <size>19</size>
26195       </method>
26196       <method name="Void callback3(System.Object, System.EventArgs)">
26197         <size>7</size>
26198       </method>
26199     </type>
26200     <type name="Z">
26201       <method name="Void .ctor()">
26202         <size>7</size>
26203       </method>
26204       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
26205         <size>22</size>
26206       </method>
26207       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
26208         <size>22</size>
26209       </method>
26210       <method name="Int32 a()">
26211         <size>2</size>
26212       </method>
26213       <method name="Int32 Main()">
26214         <size>80</size>
26215       </method>
26216     </type>
26217     <type name="Static">
26218       <method name="Void .ctor()">
26219         <size>7</size>
26220       </method>
26221       <method name="Void add_Test(System.EventHandler)">
26222         <size>22</size>
26223       </method>
26224       <method name="Void remove_Test(System.EventHandler)">
26225         <size>22</size>
26226       </method>
26227       <method name="Void Fire()">
26228         <size>23</size>
26229       </method>
26230     </type>
26231     <type name="Z+SomeEventHandler">
26232       <method name="Void .ctor(Object, IntPtr)">
26233         <size>0</size>
26234       </method>
26235       <method name="Int32 Invoke()">
26236         <size>0</size>
26237       </method>
26238       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26239         <size>0</size>
26240       </method>
26241       <method name="Int32 EndInvoke(IAsyncResult)">
26242         <size>0</size>
26243       </method>
26244     </type>
26245     <type name="MyDelegate">
26246       <method name="Void .ctor(Object, IntPtr)">
26247         <size>0</size>
26248       </method>
26249       <method name="Int64 Invoke(Int32)">
26250         <size>0</size>
26251       </method>
26252       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
26253         <size>0</size>
26254       </method>
26255       <method name="Int64 EndInvoke(IAsyncResult)">
26256         <size>0</size>
26257       </method>
26258     </type>
26259     <type name="Y">
26260       <method name="Void X.add_Foo(System.EventHandler)">
26261         <size>1</size>
26262       </method>
26263       <method name="Void X.remove_Foo(System.EventHandler)">
26264         <size>1</size>
26265       </method>
26266     </type>
26267   </test>
26268   <test name="test-15.cs">
26269     <type name="Implementor">
26270       <method name="Void .ctor()">
26271         <size>7</size>
26272       </method>
26273       <method name="Int32 A()">
26274         <size>2</size>
26275       </method>
26276     </type>
26277     <type name="Run">
26278       <method name="Void .ctor()">
26279         <size>7</size>
26280       </method>
26281       <method name="Int32 Main()">
26282         <size>53</size>
26283       </method>
26284     </type>
26285     <type name="StructImplementor">
26286       <method name="Int32 A()">
26287         <size>2</size>
26288       </method>
26289     </type>
26290   </test>
26291   <test name="test-150.cs">
26292     <type name="T">
26293       <method name="Void .ctor()">
26294         <size>18</size>
26295       </method>
26296       <method name="Int32 Main()">
26297         <size>2</size>
26298       </method>
26299     </type>
26300   </test>
26301   <test name="test-151.cs">
26302     <type name="A.Iface">
26303       <method name="Void .ctor()">
26304         <size>7</size>
26305       </method>
26306       <method name="Void bah()">
26307         <size>1</size>
26308       </method>
26309     </type>
26310     <type name="A.my">
26311       <method name="Void .ctor()">
26312         <size>7</size>
26313       </method>
26314       <method name="Void doit(System.Object)">
26315         <size>13</size>
26316       </method>
26317       <method name="Int32 Main()">
26318         <size>2</size>
26319       </method>
26320     </type>
26321   </test>
26322   <test name="test-152.cs">
26323     <type name="X">
26324       <method name="Void .ctor()">
26325         <size>7</size>
26326       </method>
26327       <method name="Int32 Main()">
26328         <size>101</size>
26329       </method>
26330     </type>
26331   </test>
26332   <test name="test-153.cs">
26333     <type name="Z">
26334       <method name="Void .ctor()">
26335         <size>7</size>
26336       </method>
26337       <method name="Void Test2(System.String, System.Object[])">
26338         <size>1</size>
26339       </method>
26340       <method name="Void Test(System.String, System.Object[])">
26341         <size>8</size>
26342       </method>
26343       <method name="Int32 Main()">
26344         <size>86</size>
26345       </method>
26346     </type>
26347   </test>
26348   <test name="test-154.cs">
26349     <type name="X">
26350       <method name="Void .ctor()">
26351         <size>7</size>
26352       </method>
26353       <method name="Int32 Main()">
26354         <size>2</size>
26355       </method>
26356       <method name="Void test1(Single ByRef)">
26357         <size>6</size>
26358       </method>
26359       <method name="Void test2(Int32, Single ByRef)">
26360         <size>38</size>
26361       </method>
26362       <method name="Void test3(System.Int64[], Int32)">
26363         <size>21</size>
26364       </method>
26365       <method name="Int32 test4(Int32, Single ByRef)">
26366         <size>33</size>
26367       </method>
26368       <method name="Int32 test5(Single ByRef, Int64)">
26369         <size>73</size>
26370       </method>
26371       <method name="Int32 test6(Single ByRef)">
26372         <size>10</size>
26373       </method>
26374       <method name="Int64 test7(System.Int32[], Int32)">
26375         <size>64</size>
26376       </method>
26377       <method name="Int64 test8(Int32)">
26378         <size>34</size>
26379       </method>
26380       <method name="Int64 test9(Int32)">
26381         <size>28</size>
26382       </method>
26383       <method name="Void test10(Int32, Single ByRef)">
26384         <size>23</size>
26385       </method>
26386       <method name="Int64 test11(Int32)">
26387         <size>44</size>
26388       </method>
26389       <method name="Void test12(Single ByRef)">
26390         <size>25</size>
26391       </method>
26392       <method name="Void test13(Int32, Single ByRef)">
26393         <size>23</size>
26394       </method>
26395       <method name="Int64 test14(Int32, Single ByRef)">
26396         <size>66</size>
26397       </method>
26398       <method name="Int32 test15(Int32, Single ByRef)">
26399         <size>33</size>
26400       </method>
26401       <method name="Void test16()">
26402         <size>54</size>
26403       </method>
26404       <method name="Void test17()">
26405         <size>62</size>
26406       </method>
26407       <method name="Void test18(Int32, Int32 ByRef)">
26408         <size>35</size>
26409       </method>
26410       <method name="Int32 test19()">
26411         <size>49</size>
26412       </method>
26413       <method name="Int32 test20()">
26414         <size>22</size>
26415       </method>
26416       <method name="Int32 test21()">
26417         <size>28</size>
26418       </method>
26419       <method name="Int32 test22()">
26420         <size>27</size>
26421       </method>
26422       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
26423         <size>29</size>
26424       </method>
26425       <method name="Int64 test24(Int32)">
26426         <size>67</size>
26427       </method>
26428       <method name="Int64 test25(Int32)">
26429         <size>44</size>
26430       </method>
26431       <method name="Void test26()">
26432         <size>22</size>
26433       </method>
26434       <method name="Int32 test27()">
26435         <size>12</size>
26436       </method>
26437       <method name="Void test28(System.Object ByRef)">
26438         <size>23</size>
26439       </method>
26440       <method name="Boolean test29(Int32 ByRef)">
26441         <size>33</size>
26442       </method>
26443       <method name="System.String test30(System.String ByRef)">
26444         <size>36</size>
26445       </method>
26446       <method name="System.String test31(Int32)">
26447         <size>78</size>
26448       </method>
26449       <method name="Void test32()">
26450         <size>11</size>
26451       </method>
26452       <method name="Int32 test33()">
26453         <size>4</size>
26454       </method>
26455       <method name="Void test34()">
26456         <size>20</size>
26457       </method>
26458       <method name="Void test35(Int32, Boolean)">
26459         <size>28</size>
26460       </method>
26461       <method name="Void test36()">
26462         <size>41</size>
26463       </method>
26464       <method name="Void test37()">
26465         <size>42</size>
26466       </method>
26467       <method name="Int32 test38()">
26468         <size>2</size>
26469       </method>
26470       <method name="Int32 test40(Int32)">
26471         <size>18</size>
26472       </method>
26473     </type>
26474   </test>
26475   <test name="test-155.cs">
26476     <type name="Test">
26477       <method name="Void .ctor()">
26478         <size>7</size>
26479       </method>
26480       <method name="Int32 Main()">
26481         <size>44</size>
26482       </method>
26483     </type>
26484     <type name="Test+TestClass">
26485       <method name="Void .ctor()">
26486         <size>7</size>
26487       </method>
26488       <method name="System.String test(System.String)">
26489         <size>22</size>
26490       </method>
26491     </type>
26492   </test>
26493   <test name="test-156.cs">
26494     <type name="Internal">
26495       <method name="Void .ctor()">
26496         <size>7</size>
26497       </method>
26498     </type>
26499     <type name="Public">
26500       <method name="Void .ctor()">
26501         <size>7</size>
26502       </method>
26503     </type>
26504     <type name="X">
26505       <method name="Void .ctor()">
26506         <size>7</size>
26507       </method>
26508       <method name="Void Main()">
26509         <size>1</size>
26510       </method>
26511     </type>
26512     <type name="X+NestedPublic">
26513       <method name="Void .ctor()">
26514         <size>7</size>
26515       </method>
26516     </type>
26517     <type name="X+NestedAssembly">
26518       <method name="Void .ctor()">
26519         <size>7</size>
26520       </method>
26521     </type>
26522     <type name="X+NestedFamilyAndAssembly">
26523       <method name="Void .ctor()">
26524         <size>7</size>
26525       </method>
26526     </type>
26527     <type name="X+NestedFamily">
26528       <method name="Void .ctor()">
26529         <size>7</size>
26530       </method>
26531     </type>
26532     <type name="X+NestedPrivate">
26533       <method name="Void .ctor()">
26534         <size>7</size>
26535       </method>
26536     </type>
26537     <type name="A">
26538       <method name="Void .ctor()">
26539         <size>7</size>
26540       </method>
26541     </type>
26542     <type name="B">
26543       <method name="Void .ctor()">
26544         <size>7</size>
26545       </method>
26546     </type>
26547     <type name="C">
26548       <method name="Void .ctor()">
26549         <size>7</size>
26550       </method>
26551     </type>
26552     <type name="D">
26553       <method name="Void .ctor()">
26554         <size>7</size>
26555       </method>
26556     </type>
26557     <type name="E">
26558       <method name="Void .ctor()">
26559         <size>7</size>
26560       </method>
26561     </type>
26562     <type name="F">
26563       <method name="Void .ctor()">
26564         <size>7</size>
26565       </method>
26566     </type>
26567     <type name="Y">
26568       <method name="Void .ctor()">
26569         <size>7</size>
26570       </method>
26571       <method name="Void Test(YI)">
26572         <size>1</size>
26573       </method>
26574     </type>
26575     <type name="Y+YA">
26576       <method name="Void .ctor()">
26577         <size>7</size>
26578       </method>
26579     </type>
26580     <type name="Y+YB">
26581       <method name="Void .ctor()">
26582         <size>7</size>
26583       </method>
26584     </type>
26585     <type name="Y+YC">
26586       <method name="Void .ctor()">
26587         <size>7</size>
26588       </method>
26589     </type>
26590     <type name="Y+YD">
26591       <method name="Void .ctor()">
26592         <size>7</size>
26593       </method>
26594     </type>
26595     <type name="Y+YE">
26596       <method name="Void .ctor()">
26597         <size>7</size>
26598       </method>
26599     </type>
26600     <type name="Y+YF">
26601       <method name="Void .ctor()">
26602         <size>7</size>
26603       </method>
26604     </type>
26605     <type name="Y+YG">
26606       <method name="Void .ctor()">
26607         <size>7</size>
26608       </method>
26609     </type>
26610     <type name="Y+YH">
26611       <method name="Void .ctor()">
26612         <size>7</size>
26613       </method>
26614     </type>
26615     <type name="Z">
26616       <method name="Void .ctor()">
26617         <size>7</size>
26618       </method>
26619     </type>
26620     <type name="Z+P">
26621       <method name="Void .ctor()">
26622         <size>7</size>
26623       </method>
26624     </type>
26625     <type name="W">
26626       <method name="Void .ctor()">
26627         <size>7</size>
26628       </method>
26629     </type>
26630     <type name="W+WA">
26631       <method name="Void .ctor()">
26632         <size>7</size>
26633       </method>
26634     </type>
26635     <type name="W+WB">
26636       <method name="Void .ctor()">
26637         <size>7</size>
26638       </method>
26639     </type>
26640     <type name="W+WC">
26641       <method name="Void .ctor()">
26642         <size>7</size>
26643       </method>
26644     </type>
26645     <type name="W+WD">
26646       <method name="Void .ctor()">
26647         <size>7</size>
26648       </method>
26649     </type>
26650     <type name="W+WE">
26651       <method name="Void .ctor()">
26652         <size>7</size>
26653       </method>
26654     </type>
26655     <type name="W+WCA">
26656       <method name="Void .ctor()">
26657         <size>7</size>
26658       </method>
26659     </type>
26660     <type name="W+WCB">
26661       <method name="Void .ctor()">
26662         <size>7</size>
26663       </method>
26664     </type>
26665     <type name="W+WCB+WCD">
26666       <method name="Void .ctor()">
26667         <size>7</size>
26668       </method>
26669     </type>
26670     <type name="W+WCB+WCD+WCE">
26671       <method name="Void .ctor()">
26672         <size>7</size>
26673       </method>
26674     </type>
26675     <type name="G">
26676       <method name="Void .ctor()">
26677         <size>7</size>
26678       </method>
26679       <method name="Void Test(X)">
26680         <size>1</size>
26681       </method>
26682     </type>
26683     <type name="G+I">
26684       <method name="Void .ctor()">
26685         <size>7</size>
26686       </method>
26687     </type>
26688     <type name="G+I+J">
26689       <method name="Void .ctor()">
26690         <size>7</size>
26691       </method>
26692       <method name="Void Test(Foo)">
26693         <size>1</size>
26694       </method>
26695     </type>
26696     <type name="H">
26697       <method name="Void .ctor()">
26698         <size>7</size>
26699       </method>
26700       <method name="Void Test(System.Int32[])">
26701         <size>1</size>
26702       </method>
26703     </type>
26704     <type name="M">
26705       <method name="Void .ctor()">
26706         <size>7</size>
26707       </method>
26708       <method name="Void Hello(System.String)">
26709         <size>1</size>
26710       </method>
26711     </type>
26712   </test>
26713   <test name="test-157.cs">
26714     <type name="Test.MyAttribute">
26715       <method name="Void .ctor(String)">
26716         <size>20</size>
26717       </method>
26718     </type>
26719     <type name="Test.Test">
26720       <method name="Void .ctor()">
26721         <size>7</size>
26722       </method>
26723       <method name="Int32 Main()">
26724         <size>197</size>
26725       </method>
26726     </type>
26727   </test>
26728   <test name="test-158.cs">
26729     <type name="My">
26730       <method name="Void .ctor(Object)">
26731         <size>14</size>
26732       </method>
26733     </type>
26734     <type name="My+Test">
26735       <method name="Void .ctor()">
26736         <size>7</size>
26737       </method>
26738       <method name="Int32 Main()">
26739         <size>87</size>
26740       </method>
26741     </type>
26742   </test>
26743   <test name="test-159.cs">
26744     <type name="A.Iface">
26745       <method name="Void .ctor()">
26746         <size>7</size>
26747       </method>
26748       <method name="Void bah()">
26749         <size>1</size>
26750       </method>
26751     </type>
26752     <type name="A.my">
26753       <method name="Void .ctor()">
26754         <size>7</size>
26755       </method>
26756       <method name="Void doit(System.Object)">
26757         <size>13</size>
26758       </method>
26759       <method name="Int32 Main()">
26760         <size>2</size>
26761       </method>
26762     </type>
26763   </test>
26764   <test name="test-16.cs">
26765     <type name="Mine.Blah">
26766       <method name="Void .ctor()">
26767         <size>7</size>
26768       </method>
26769       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
26770         <size>12</size>
26771       </method>
26772       <method name="Int32 op_Implicit(Mine.Blah)">
26773         <size>12</size>
26774       </method>
26775       <method name="Byte op_Implicit(Mine.Blah)">
26776         <size>12</size>
26777       </method>
26778       <method name="Int16 op_Implicit(Mine.Blah)">
26779         <size>12</size>
26780       </method>
26781     </type>
26782     <type name="Mine.Foo">
26783       <method name="Void .ctor()">
26784         <size>7</size>
26785       </method>
26786       <method name="Int32 Main()">
26787         <size>118</size>
26788       </method>
26789     </type>
26790   </test>
26791   <test name="test-160.cs">
26792     <type name="B">
26793       <method name="Void .ctor()">
26794         <size>7</size>
26795       </method>
26796     </type>
26797     <type name="S">
26798       <method name="Void .ctor()">
26799         <size>7</size>
26800       </method>
26801     </type>
26802     <type name="T">
26803       <method name="Void .ctor()">
26804         <size>7</size>
26805       </method>
26806       <method name="Int32 blah(System.Object)">
26807         <size>62</size>
26808       </method>
26809       <method name="Int32 Main()">
26810         <size>2</size>
26811       </method>
26812     </type>
26813   </test>
26814   <test name="test-161.cs">
26815     <type name="ZipEntry">
26816       <method name="Void .ctor(String)">
26817         <size>18</size>
26818       </method>
26819       <method name="Void .ctor(ZipEntry)">
26820         <size>18</size>
26821       </method>
26822       <method name="DateTime get_DateTime()">
26823         <size>7</size>
26824       </method>
26825       <method name="Int32 Main()">
26826         <size>2</size>
26827       </method>
26828     </type>
26829   </test>
26830   <test name="test-162.cs">
26831     <type name="X">
26832       <method name="Void .ctor()">
26833         <size>7</size>
26834       </method>
26835       <method name="Void test_output(A)">
26836         <size>1</size>
26837       </method>
26838       <method name="Void test_output(B)">
26839         <size>1</size>
26840       </method>
26841       <method name="Void test_output(E)">
26842         <size>1</size>
26843       </method>
26844       <method name="Void test_output(F)">
26845         <size>1</size>
26846       </method>
26847       <method name="Void test1()">
26848         <size>21</size>
26849       </method>
26850       <method name="Void test2()">
26851         <size>32</size>
26852       </method>
26853       <method name="Void test3()">
26854         <size>21</size>
26855       </method>
26856       <method name="Void test4(A)">
26857         <size>9</size>
26858       </method>
26859       <method name="Void test5(A ByRef)">
26860         <size>9</size>
26861       </method>
26862       <method name="Void test6(B ByRef)">
26863         <size>8</size>
26864       </method>
26865       <method name="Void test7()">
26866         <size>28</size>
26867       </method>
26868       <method name="Void test8()">
26869         <size>50</size>
26870       </method>
26871       <method name="Void test9()">
26872         <size>26</size>
26873       </method>
26874       <method name="Void test10()">
26875         <size>82</size>
26876       </method>
26877       <method name="Int32 Main()">
26878         <size>2</size>
26879       </method>
26880     </type>
26881     <type name="A">
26882       <method name="Void .ctor(Int32)">
26883         <size>27</size>
26884       </method>
26885     </type>
26886     <type name="C">
26887       <method name="Void .ctor(Int64)">
26888         <size>8</size>
26889       </method>
26890       <method name="Void .ctor(String)">
26891         <size>13</size>
26892       </method>
26893     </type>
26894     <type name="E">
26895       <method name="Void .ctor(Int32)">
26896         <size>21</size>
26897       </method>
26898     </type>
26899   </test>
26900   <test name="test-163.cs">
26901     <type name="Blah">
26902       <method name="Void .ctor()">
26903         <size>7</size>
26904       </method>
26905       <method name="Int32 Foo(System.String)">
26906         <size>2</size>
26907       </method>
26908       <method name="Int32 Foo(System.Object)">
26909         <size>2</size>
26910       </method>
26911       <method name="Int32 Main()">
26912         <size>28</size>
26913       </method>
26914     </type>
26915   </test>
26916   <test name="test-164.cs">
26917     <type name="X">
26918       <method name="Void .ctor()">
26919         <size>26</size>
26920       </method>
26921       <method name="Int32 Foo()">
26922         <size>2</size>
26923       </method>
26924     </type>
26925     <type name="Y">
26926       <method name="Void .ctor()">
26927         <size>7</size>
26928       </method>
26929       <method name="Int32 Foo()">
26930         <size>2</size>
26931       </method>
26932       <method name="Int32 Hello()">
26933         <size>12</size>
26934       </method>
26935       <method name="Void Main()">
26936         <size>46</size>
26937       </method>
26938     </type>
26939     <type name="X+FooDelegate">
26940       <method name="Void .ctor(Object, IntPtr)">
26941         <size>0</size>
26942       </method>
26943       <method name="Int32 Invoke()">
26944         <size>0</size>
26945       </method>
26946       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26947         <size>0</size>
26948       </method>
26949       <method name="Int32 EndInvoke(IAsyncResult)">
26950         <size>0</size>
26951       </method>
26952     </type>
26953   </test>
26954   <test name="test-165.cs">
26955     <type name="Testing">
26956       <method name="Void .ctor()">
26957         <size>7</size>
26958       </method>
26959       <method name="Int32 TestEnumInit(Fruit)">
26960         <size>21</size>
26961       </method>
26962       <method name="Int32 Main()">
26963         <size>62</size>
26964       </method>
26965     </type>
26966   </test>
26967   <test name="test-166.cs">
26968     <type name="Test">
26969       <method name="Void .ctor()">
26970         <size>7</size>
26971       </method>
26972       <method name="Int32 get_Item(Int32)">
26973         <size>2</size>
26974       </method>
26975     </type>
26976     <type name="D">
26977       <method name="Void .ctor()">
26978         <size>7</size>
26979       </method>
26980       <method name="Int32 get_TargetIntegerSize()">
26981         <size>2</size>
26982       </method>
26983       <method name="Int32 Hello(IInferior)">
26984         <size>7</size>
26985       </method>
26986       <method name="Int32 Main()">
26987         <size>61</size>
26988       </method>
26989     </type>
26990     <type name="Test">
26991       <method name="Int32 ITest.get_Item(Int32)">
26992         <size>2</size>
26993       </method>
26994     </type>
26995   </test>
26996   <test name="test-167.cs">
26997     <type name="X">
26998       <method name="Void .ctor()">
26999         <size>7</size>
27000       </method>
27001       <method name="Int32 Test(X+Foo[])">
27002         <size>23</size>
27003       </method>
27004       <method name="Int32 Main()">
27005         <size>44</size>
27006       </method>
27007     </type>
27008   </test>
27009   <test name="test-168.cs">
27010     <type name="Test">
27011       <method name="Void .ctor()">
27012         <size>7</size>
27013       </method>
27014       <method name="Int32 Main()">
27015         <size>21</size>
27016       </method>
27017     </type>
27018     <type name="X">
27019       <method name="System.String op_Implicit(X)">
27020         <size>6</size>
27021       </method>
27022     </type>
27023   </test>
27024   <test name="test-169.cs">
27025     <type name="basec">
27026       <method name="Void .ctor()">
27027         <size>7</size>
27028       </method>
27029       <method name="System.String get_Message()">
27030         <size>6</size>
27031       </method>
27032     </type>
27033     <type name="der">
27034       <method name="Void .ctor()">
27035         <size>7</size>
27036       </method>
27037       <method name="System.String get_Message()">
27038         <size>6</size>
27039       </method>
27040     </type>
27041     <type name="Base">
27042       <method name="Void .ctor()">
27043         <size>7</size>
27044       </method>
27045       <method name="Int32 get_Thingy()">
27046         <size>7</size>
27047       </method>
27048       <method name="Void set_Thingy(Int32)">
27049         <size>8</size>
27050       </method>
27051     </type>
27052     <type name="Derived">
27053       <method name="Void .ctor()">
27054         <size>7</size>
27055       </method>
27056       <method name="Int32 get_BaseThingy()">
27057         <size>7</size>
27058       </method>
27059       <method name="Void set_Thingy(Int32)">
27060         <size>1</size>
27061       </method>
27062     </type>
27063     <type name="D">
27064       <method name="Void .ctor()">
27065         <size>7</size>
27066       </method>
27067       <method name="Int32 Main()">
27068         <size>97</size>
27069       </method>
27070     </type>
27071   </test>
27072   <test name="test-17.cs">
27073     <type name="Blah">
27074       <method name="Void .ctor()">
27075         <size>7</size>
27076       </method>
27077       <method name="Int32 Main()">
27078         <size>39</size>
27079       </method>
27080       <method name="Byte op_Implicit(Blah)">
27081         <size>12</size>
27082       </method>
27083       <method name="Int16 op_Implicit(Blah)">
27084         <size>12</size>
27085       </method>
27086       <method name="Int32 op_Implicit(Blah)">
27087         <size>12</size>
27088       </method>
27089     </type>
27090   </test>
27091   <test name="test-170.cs">
27092     <type name="X">
27093       <method name="Void .ctor()">
27094         <size>7</size>
27095       </method>
27096       <method name="Int32 get_prop()">
27097         <size>7</size>
27098       </method>
27099       <method name="Void set_prop(Int32)">
27100         <size>8</size>
27101       </method>
27102       <method name="Void set_AAA(Int32)">
27103         <size>1</size>
27104       </method>
27105     </type>
27106     <type name="Y">
27107       <method name="Void .ctor()">
27108         <size>14</size>
27109       </method>
27110       <method name="Int32 get_prop()">
27111         <size>7</size>
27112       </method>
27113       <method name="Void set_prop(Int32)">
27114         <size>8</size>
27115       </method>
27116       <method name="Int32 A()">
27117         <size>38</size>
27118       </method>
27119       <method name="Int32 Main()">
27120         <size>13</size>
27121       </method>
27122     </type>
27123   </test>
27124   <test name="test-171.cs">
27125     <type name="IntPtr_Conv.Class1">
27126       <method name="Void .ctor()">
27127         <size>7</size>
27128       </method>
27129       <method name="Int32 Main(System.String[])">
27130         <size>15</size>
27131       </method>
27132     </type>
27133   </test>
27134   <test name="test-172.cs">
27135     <type name="X">
27136       <method name="Void .ctor()">
27137         <size>7</size>
27138       </method>
27139       <method name="Void .cctor()">
27140         <size>31</size>
27141       </method>
27142       <method name="Boolean ff()">
27143         <size>14</size>
27144       </method>
27145       <method name="Boolean tt()">
27146         <size>14</size>
27147       </method>
27148       <method name="Int32 test_if()">
27149         <size>599</size>
27150       </method>
27151       <method name="Int32 test_while()">
27152         <size>437</size>
27153       </method>
27154       <method name="Int32 test_inline()">
27155         <size>29</size>
27156       </method>
27157       <method name="Int32 Main()">
27158         <size>109</size>
27159       </method>
27160     </type>
27161   </test>
27162   <test name="test-173.cs">
27163     <type name="Base">
27164       <method name="Void .ctor(Int32)">
27165         <size>14</size>
27166       </method>
27167       <method name="Int32 get_Value()">
27168         <size>7</size>
27169       </method>
27170     </type>
27171     <type name="A">
27172       <method name="Void .ctor(Int32)">
27173         <size>18</size>
27174       </method>
27175       <method name="Void .ctor(UInt32)">
27176         <size>18</size>
27177       </method>
27178     </type>
27179     <type name="B">
27180       <method name="Void .ctor(Int64)">
27181         <size>18</size>
27182       </method>
27183       <method name="Void .ctor(UInt64)">
27184         <size>18</size>
27185       </method>
27186     </type>
27187     <type name="C">
27188       <method name="Void .ctor(Int16)">
27189         <size>18</size>
27190       </method>
27191       <method name="Void .ctor(UInt16)">
27192         <size>18</size>
27193       </method>
27194     </type>
27195     <type name="D">
27196       <method name="Void .ctor(SByte)">
27197         <size>18</size>
27198       </method>
27199       <method name="Void .ctor(Byte)">
27200         <size>18</size>
27201       </method>
27202     </type>
27203     <type name="E">
27204       <method name="Void .ctor(Int64)">
27205         <size>19</size>
27206       </method>
27207       <method name="Void .ctor(E)">
27208         <size>19</size>
27209       </method>
27210       <method name="E op_Implicit(Int64)">
27211         <size>7</size>
27212       </method>
27213     </type>
27214     <type name="F">
27215       <method name="Void .ctor(Int32)">
27216         <size>19</size>
27217       </method>
27218       <method name="Void .ctor(F)">
27219         <size>19</size>
27220       </method>
27221       <method name="F op_Implicit(Int32)">
27222         <size>7</size>
27223       </method>
27224     </type>
27225     <type name="X">
27226       <method name="Void .ctor()">
27227         <size>7</size>
27228       </method>
27229       <method name="Int32 Test()">
27230         <size>231</size>
27231       </method>
27232       <method name="Int32 Main()">
27233         <size>24</size>
27234       </method>
27235     </type>
27236   </test>
27237   <test name="test-174.cs">
27238     <type name="ProtectedAccessToPropertyOnChild">
27239       <method name="Void .ctor()">
27240         <size>14</size>
27241       </method>
27242       <method name="Int32 Main()">
27243         <size>21</size>
27244       </method>
27245     </type>
27246     <type name="TestAccessToPrivateMemberInParentClass">
27247       <method name="Void .ctor()">
27248         <size>7</size>
27249       </method>
27250       <method name="System.Double[][] get_Array()">
27251         <size>7</size>
27252       </method>
27253     </type>
27254     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
27255       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
27256         <size>37</size>
27257       </method>
27258     </type>
27259     <type name="TestAccessToProtectedOnChildInstanceFromParent">
27260       <method name="Void .ctor()">
27261         <size>29</size>
27262       </method>
27263       <method name="Int32 Test()">
27264         <size>27</size>
27265       </method>
27266     </type>
27267     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
27268       <method name="Void .ctor()">
27269         <size>26</size>
27270       </method>
27271       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
27272         <size>15</size>
27273       </method>
27274     </type>
27275     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
27276       <method name="Void .ctor()">
27277         <size>7</size>
27278       </method>
27279     </type>
27280   </test>
27281   <test name="test-175.cs">
27282     <type name="X">
27283       <method name="Void .ctor()">
27284         <size>7</size>
27285       </method>
27286       <method name="Int32 Main()">
27287         <size>59</size>
27288       </method>
27289     </type>
27290     <type name="RVA">
27291       <method name="Void .ctor(UInt32)">
27292         <size>8</size>
27293       </method>
27294       <method name="RVA op_Implicit(UInt32)">
27295         <size>7</size>
27296       </method>
27297       <method name="UInt32 op_Implicit(RVA)">
27298         <size>8</size>
27299       </method>
27300     </type>
27301   </test>
27302   <test name="test-176.cs">
27303     <type name="X">
27304       <method name="Void .ctor()">
27305         <size>7</size>
27306       </method>
27307       <method name="Int32 Main()">
27308         <size>34</size>
27309       </method>
27310     </type>
27311   </test>
27312   <test name="test-177.cs">
27313     <type name="MethodAttribute">
27314       <method name="Void .ctor()">
27315         <size>7</size>
27316       </method>
27317     </type>
27318     <type name="ReturnAttribute">
27319       <method name="Void .ctor()">
27320         <size>7</size>
27321       </method>
27322     </type>
27323     <type name="Test">
27324       <method name="Void .ctor()">
27325         <size>7</size>
27326       </method>
27327       <method name="Void Method()">
27328         <size>1</size>
27329       </method>
27330       <method name="Int32 Main()">
27331         <size>40</size>
27332       </method>
27333     </type>
27334   </test>
27335   <test name="test-178.cs">
27336     <type name="BrowsableClass">
27337       <method name="Void .ctor()">
27338         <size>7</size>
27339       </method>
27340       <method name="Int32 Main()">
27341         <size>54</size>
27342       </method>
27343       <method name="BrowsableClass op_Increment(BrowsableClass)">
27344         <size>2</size>
27345       </method>
27346     </type>
27347   </test>
27348   <test name="test-179.cs">
27349     <type name="A">
27350       <method name="Void .ctor()">
27351         <size>7</size>
27352       </method>
27353       <method name="Void set_Item(Double, Double)">
27354         <size>15</size>
27355       </method>
27356       <method name="Double get_Item(Double)">
27357         <size>29</size>
27358       </method>
27359     </type>
27360     <type name="B">
27361       <method name="Void .ctor()">
27362         <size>7</size>
27363       </method>
27364       <method name="Void set_Item(Double, Double)">
27365         <size>15</size>
27366       </method>
27367       <method name="Double get_Item(Double)">
27368         <size>29</size>
27369       </method>
27370     </type>
27371     <type name="C">
27372       <method name="Void .ctor()">
27373         <size>7</size>
27374       </method>
27375       <method name="Void set_Item(System.String, System.String)">
27376         <size>15</size>
27377       </method>
27378       <method name="System.String get_Item(System.String)">
27379         <size>30</size>
27380       </method>
27381       <method name="Void set_Item(Int32, Int32)">
27382         <size>15</size>
27383       </method>
27384       <method name="Int32 get_Item(Int32)">
27385         <size>21</size>
27386       </method>
27387     </type>
27388     <type name="EntryPoint">
27389       <method name="Int32 Main(System.String[])">
27390         <size>150</size>
27391       </method>
27392     </type>
27393   </test>
27394   <test name="test-18.cs">
27395     <type name="X">
27396       <method name="Void .ctor()">
27397         <size>7</size>
27398       </method>
27399       <method name="Void m()">
27400         <size>60</size>
27401       </method>
27402       <method name="Int32 ret(Int32)">
27403         <size>40</size>
27404       </method>
27405       <method name="Int32 Main()">
27406         <size>62</size>
27407       </method>
27408     </type>
27409   </test>
27410   <test name="test-180.cs">
27411     <type name="Testing">
27412       <method name="Void .ctor()">
27413         <size>7</size>
27414       </method>
27415       <method name="Void Main()">
27416         <size>17</size>
27417       </method>
27418     </type>
27419   </test>
27420   <test name="test-181.cs">
27421     <type name="Test">
27422       <method name="Void .ctor()">
27423         <size>7</size>
27424       </method>
27425       <method name="Void test()">
27426         <size>1</size>
27427       </method>
27428       <method name="Int32 Main()">
27429         <size>43</size>
27430       </method>
27431     </type>
27432   </test>
27433   <test name="test-182.cs">
27434     <type name="T">
27435       <method name="Void .ctor()">
27436         <size>7</size>
27437       </method>
27438       <method name="Int32 Main()">
27439         <size>26</size>
27440       </method>
27441     </type>
27442     <type name="TS">
27443       <method name="Int64 get_Ticks()">
27444         <size>19</size>
27445       </method>
27446     </type>
27447     <type name="DT">
27448       <method name="Int64 get_Ticks()">
27449         <size>12</size>
27450       </method>
27451     </type>
27452   </test>
27453   <test name="test-183.cs">
27454     <type name="Test">
27455       <method name="Void .ctor()">
27456         <size>7</size>
27457       </method>
27458       <method name="Int32 M(Int32, Int32 ByRef)">
27459         <size>12</size>
27460       </method>
27461       <method name="Int32 Main()">
27462         <size>67</size>
27463       </method>
27464     </type>
27465     <type name="Test+D">
27466       <method name="Void .ctor(Object, IntPtr)">
27467         <size>0</size>
27468       </method>
27469       <method name="Int32 Invoke(Int32, Int32 ByRef)">
27470         <size>0</size>
27471       </method>
27472       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
27473         <size>0</size>
27474       </method>
27475       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
27476         <size>0</size>
27477       </method>
27478     </type>
27479   </test>
27480   <test name="test-184.cs">
27481     <type name="User">
27482       <method name="Void .ctor(Interface)">
27483         <size>7</size>
27484       </method>
27485     </type>
27486     <type name="Test">
27487       <method name="Void .ctor()">
27488         <size>55</size>
27489       </method>
27490       <method name="Int32 Main()">
27491         <size>8</size>
27492       </method>
27493     </type>
27494     <type name="Struct">
27495       <method name="Void .ctor(Int32)">
27496         <size>1</size>
27497       </method>
27498       <method name="Int32 get_X()">
27499         <size>2</size>
27500       </method>
27501     </type>
27502   </test>
27503   <test name="test-185.cs">
27504     <type name="X">
27505       <method name="Void .ctor()">
27506         <size>7</size>
27507       </method>
27508       <method name="Int32 Test(Int32)">
27509         <size>36</size>
27510       </method>
27511       <method name="Int32 Main()">
27512         <size>29</size>
27513       </method>
27514     </type>
27515   </test>
27516   <test name="test-186.cs">
27517     <type name="TestBUG.myAttribute">
27518       <method name="Void .ctor(String, String, String, Int32)">
27519         <size>7</size>
27520       </method>
27521     </type>
27522     <type name="TestBUG.Test">
27523       <method name="Void .ctor()">
27524         <size>7</size>
27525       </method>
27526       <method name="Int32 Main()">
27527         <size>2</size>
27528       </method>
27529     </type>
27530   </test>
27531   <test name="test-187.cs">
27532     <type name="MyClass">
27533       <method name="Void .ctor()">
27534         <size>7</size>
27535       </method>
27536       <method name="Container get_Item(System.String)">
27537         <size>2</size>
27538       </method>
27539       <method name="Void set_Item(System.String, Container)">
27540         <size>1</size>
27541       </method>
27542     </type>
27543     <type name="Container">
27544       <method name="Void .ctor()">
27545         <size>7</size>
27546       </method>
27547       <method name="Container op_Addition(Container, System.Object)">
27548         <size>2</size>
27549       </method>
27550     </type>
27551     <type name="D">
27552       <method name="Void .ctor()">
27553         <size>7</size>
27554       </method>
27555       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
27556         <size>69</size>
27557       </method>
27558       <method name="Int32 Main()">
27559         <size>2</size>
27560       </method>
27561     </type>
27562   </test>
27563   <test name="test-188.cs">
27564     <type name="Enumerator">
27565       <method name="Void .ctor()">
27566         <size>14</size>
27567       </method>
27568       <method name="Boolean MoveNext()">
27569         <size>21</size>
27570       </method>
27571       <method name="Char get_Current()">
27572         <size>3</size>
27573       </method>
27574     </type>
27575     <type name="RealEnumerator">
27576       <method name="Void .ctor(Coll)">
27577         <size>14</size>
27578       </method>
27579       <method name="Void Dispose()">
27580         <size>13</size>
27581       </method>
27582     </type>
27583     <type name="Coll">
27584       <method name="Void .ctor()">
27585         <size>7</size>
27586       </method>
27587       <method name="Enumerator GetEnumerator()">
27588         <size>7</size>
27589       </method>
27590     </type>
27591     <type name="Test">
27592       <method name="Void .ctor()">
27593         <size>7</size>
27594       </method>
27595       <method name="Int32 Main(System.String[])">
27596         <size>80</size>
27597       </method>
27598     </type>
27599   </test>
27600   <test name="test-189.cs">
27601     <type name="MyTest">
27602       <method name="Void .ctor()">
27603         <size>7</size>
27604       </method>
27605       <method name="Int32 Main(System.String[])">
27606         <size>63</size>
27607       </method>
27608       <method name="Int32 m(Int32, Double)">
27609         <size>2</size>
27610       </method>
27611       <method name="Int32 m(Int32, System.Int32[])">
27612         <size>2</size>
27613       </method>
27614     </type>
27615     <type name="MonoTest">
27616       <method name="Void .ctor()">
27617         <size>7</size>
27618       </method>
27619       <method name="Int32 method1(System.String, System.Object[])">
27620         <size>2</size>
27621       </method>
27622       <method name="Void testmethod()">
27623         <size>27</size>
27624       </method>
27625     </type>
27626     <type name="MonoTest2">
27627       <method name="Void .ctor()">
27628         <size>7</size>
27629       </method>
27630       <method name="Int32 method1(System.String, System.Object[])">
27631         <size>2</size>
27632       </method>
27633       <method name="Void testmethod2()">
27634         <size>27</size>
27635       </method>
27636     </type>
27637   </test>
27638   <test name="test-19.cs">
27639     <type name="I">
27640       <method name="Void .ctor()">
27641         <size>7</size>
27642       </method>
27643       <method name="Void .cctor()">
27644         <size>18</size>
27645       </method>
27646       <method name="System.String fn(System.String)">
27647         <size>17</size>
27648       </method>
27649     </type>
27650     <type name="X">
27651       <method name="Void .ctor()">
27652         <size>7</size>
27653       </method>
27654       <method name="Void Thread_func()">
27655         <size>11</size>
27656       </method>
27657       <method name="Int32 Func(Int32, Int32)">
27658         <size>4</size>
27659       </method>
27660       <method name="Void Bar()">
27661         <size>44</size>
27662       </method>
27663       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
27664         <size>18</size>
27665       </method>
27666       <method name="Int32 Main()">
27667         <size>303</size>
27668       </method>
27669       <method name="Int32 multiply_by_three(Int32)">
27670         <size>4</size>
27671       </method>
27672     </type>
27673     <type name="TestNamespace.TestClass">
27674       <method name="Void .ctor()">
27675         <size>7</size>
27676       </method>
27677     </type>
27678     <type name="I+GetTextFn">
27679       <method name="Void .ctor(Object, IntPtr)">
27680         <size>0</size>
27681       </method>
27682       <method name="System.String Invoke(System.String)">
27683         <size>0</size>
27684       </method>
27685       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
27686         <size>0</size>
27687       </method>
27688       <method name="System.String EndInvoke(IAsyncResult)">
27689         <size>0</size>
27690       </method>
27691     </type>
27692     <type name="X+Foo">
27693       <method name="Void .ctor(Object, IntPtr)">
27694         <size>0</size>
27695       </method>
27696       <method name="Int32 Invoke(Int32, Int32)">
27697         <size>0</size>
27698       </method>
27699       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27700         <size>0</size>
27701       </method>
27702       <method name="Int32 EndInvoke(IAsyncResult)">
27703         <size>0</size>
27704       </method>
27705     </type>
27706     <type name="TestNamespace.TestClass+NotWorkingDelegate">
27707       <method name="Void .ctor(Object, IntPtr)">
27708         <size>0</size>
27709       </method>
27710       <method name="Single Invoke(Single, System.Object[])">
27711         <size>0</size>
27712       </method>
27713       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
27714         <size>0</size>
27715       </method>
27716       <method name="Single EndInvoke(IAsyncResult)">
27717         <size>0</size>
27718       </method>
27719     </type>
27720     <type name="NameSpace.TestDelegate">
27721       <method name="Void .ctor(Object, IntPtr)">
27722         <size>0</size>
27723       </method>
27724       <method name="Int32 Invoke(Int32)">
27725         <size>0</size>
27726       </method>
27727       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27728         <size>0</size>
27729       </method>
27730       <method name="Int32 EndInvoke(IAsyncResult)">
27731         <size>0</size>
27732       </method>
27733     </type>
27734   </test>
27735   <test name="test-190.cs">
27736     <type name="A">
27737       <method name="Void .ctor()">
27738         <size>7</size>
27739       </method>
27740       <method name="Void Main()">
27741         <size>1</size>
27742       </method>
27743     </type>
27744     <type name="A+B">
27745       <method name="Void .ctor()">
27746         <size>7</size>
27747       </method>
27748       <method name="Void Test()">
27749         <size>8</size>
27750       </method>
27751     </type>
27752     <type name="A+C">
27753       <method name="Void .ctor()">
27754         <size>7</size>
27755       </method>
27756       <method name="Void Test(A)">
27757         <size>8</size>
27758       </method>
27759     </type>
27760   </test>
27761   <test name="test-191.cs">
27762     <type name="X">
27763       <method name="Void .ctor()">
27764         <size>7</size>
27765       </method>
27766     </type>
27767     <type name="X+E">
27768       <method name="Void .ctor()">
27769         <size>7</size>
27770       </method>
27771     </type>
27772     <type name="X+D">
27773       <method name="Void .ctor()">
27774         <size>7</size>
27775       </method>
27776     </type>
27777     <type name="X+D+P">
27778       <method name="Void .ctor()">
27779         <size>7</size>
27780       </method>
27781     </type>
27782     <type name="Y">
27783       <method name="Void .ctor()">
27784         <size>7</size>
27785       </method>
27786     </type>
27787     <type name="Y+Op">
27788       <method name="Void .ctor()">
27789         <size>7</size>
27790       </method>
27791     </type>
27792     <type name="R">
27793       <method name="Void .ctor()">
27794         <size>7</size>
27795       </method>
27796       <method name="Void Main()">
27797         <size>1</size>
27798       </method>
27799     </type>
27800   </test>
27801   <test name="test-192.cs">
27802     <type name="X">
27803       <method name="Void .ctor()">
27804         <size>7</size>
27805       </method>
27806       <method name="Void Main()">
27807         <size>1</size>
27808       </method>
27809     </type>
27810   </test>
27811   <test name="test-193.cs">
27812     <type name="A">
27813       <method name="Void .ctor()">
27814         <size>7</size>
27815       </method>
27816       <method name="Int32 Test(Int32)">
27817         <size>88</size>
27818       </method>
27819       <method name="Int32 Main()">
27820         <size>7</size>
27821       </method>
27822     </type>
27823   </test>
27824   <test name="test-194.cs">
27825     <type name="TestParams">
27826       <method name="Void .ctor()">
27827         <size>7</size>
27828       </method>
27829       <method name="Int32 Main(System.String[])">
27830         <size>38</size>
27831       </method>
27832       <method name="Int32 Params(System.Object[])">
27833         <size>10</size>
27834       </method>
27835     </type>
27836   </test>
27837   <test name="test-195.cs">
27838     <type name="Y">
27839       <method name="Void .ctor()">
27840         <size>7</size>
27841       </method>
27842       <method name="Void .cctor()">
27843         <size>1</size>
27844       </method>
27845       <method name="Int32 C()">
27846         <size>36</size>
27847       </method>
27848     </type>
27849     <type name="X">
27850       <method name="Void .ctor()">
27851         <size>8</size>
27852       </method>
27853       <method name="Void .ctor(Int32)">
27854         <size>18</size>
27855       </method>
27856       <method name="Void Main()">
27857         <size>7</size>
27858       </method>
27859     </type>
27860   </test>
27861   <test name="test-196.cs">
27862     <type name="X">
27863       <method name="Void .ctor()">
27864         <size>7</size>
27865       </method>
27866       <method name="Void Bug1()">
27867         <size>15</size>
27868       </method>
27869       <method name="Void Bug2()">
27870         <size>15</size>
27871       </method>
27872       <method name="Int32 Main()">
27873         <size>2</size>
27874       </method>
27875     </type>
27876   </test>
27877   <test name="test-197.cs">
27878     <type name="X">
27879       <method name="Void .ctor()">
27880         <size>7</size>
27881       </method>
27882       <method name="Void Foo()">
27883         <size>0</size>
27884       </method>
27885     </type>
27886     <type name="Y">
27887       <method name="Void .ctor()">
27888         <size>7</size>
27889       </method>
27890     </type>
27891     <type name="Z">
27892       <method name="Void .ctor()">
27893         <size>7</size>
27894       </method>
27895       <method name="Void Foo()">
27896         <size>11</size>
27897       </method>
27898     </type>
27899     <type name="Test">
27900       <method name="Void .ctor()">
27901         <size>7</size>
27902       </method>
27903       <method name="Int32 Main()">
27904         <size>16</size>
27905       </method>
27906     </type>
27907   </test>
27908   <test name="test-198.cs">
27909     <type name="N1.N3.N4.Bar">
27910       <method name="Void .ctor()">
27911         <size>7</size>
27912       </method>
27913     </type>
27914     <type name="N1.N2.Foo">
27915       <method name="Void .ctor()">
27916         <size>7</size>
27917       </method>
27918     </type>
27919     <type name="N5.N6.Foo">
27920       <method name="Void .ctor()">
27921         <size>7</size>
27922       </method>
27923     </type>
27924     <type name="N5.N7.N8.Bar">
27925       <method name="Void .ctor()">
27926         <size>7</size>
27927       </method>
27928     </type>
27929     <type name="FirstOuter.FirstInner.First">
27930       <method name="Void .ctor()">
27931         <size>7</size>
27932       </method>
27933       <method name="System.String get_MyIdentity()">
27934         <size>12</size>
27935       </method>
27936     </type>
27937     <type name="FirstOuter.Second">
27938       <method name="Void .ctor()">
27939         <size>7</size>
27940       </method>
27941     </type>
27942     <type name="FirstOuter.SecondInner.Third">
27943       <method name="Void .ctor()">
27944         <size>7</size>
27945       </method>
27946     </type>
27947     <type name="FirstOuter.FirstInner.Fourth">
27948       <method name="Void .ctor()">
27949         <size>7</size>
27950       </method>
27951     </type>
27952     <type name="Fifth">
27953       <method name="Void .ctor()">
27954         <size>7</size>
27955       </method>
27956     </type>
27957     <type name="M1.M2.M3.Foo">
27958       <method name="Void .ctor()">
27959         <size>7</size>
27960       </method>
27961     </type>
27962     <type name="P1.P2.Bar">
27963       <method name="Void .ctor()">
27964         <size>7</size>
27965       </method>
27966     </type>
27967     <type name="X">
27968       <method name="Void .ctor()">
27969         <size>7</size>
27970       </method>
27971       <method name="Int32 Main()">
27972         <size>2</size>
27973       </method>
27974     </type>
27975   </test>
27976   <test name="test-199.cs">
27977     <type name="Test">
27978       <method name="Void .ctor()">
27979         <size>7</size>
27980       </method>
27981       <method name="Int32 Main()">
27982         <size>22</size>
27983       </method>
27984     </type>
27985     <type name="N1.Foo">
27986       <method name="Void .ctor()">
27987         <size>7</size>
27988       </method>
27989     </type>
27990     <type name="N1.Foo+Foo2">
27991       <method name="Void .ctor()">
27992         <size>7</size>
27993       </method>
27994     </type>
27995     <type name="N1.Bar2">
27996       <method name="Void .ctor()">
27997         <size>7</size>
27998       </method>
27999       <method name="Int32 Talk()">
28000         <size>2</size>
28001       </method>
28002     </type>
28003     <type name="N2.Bar">
28004       <method name="Void .ctor()">
28005         <size>7</size>
28006       </method>
28007     </type>
28008     <type name="N2.Bar+Bar2">
28009       <method name="Void .ctor()">
28010         <size>7</size>
28011       </method>
28012       <method name="Int32 Talk()">
28013         <size>2</size>
28014       </method>
28015     </type>
28016   </test>
28017   <test name="test-2.cs">
28018     <type name="X">
28019       <method name="Void .ctor()">
28020         <size>7</size>
28021       </method>
28022       <method name="Int32 Main(System.String[])">
28023         <size>12</size>
28024       </method>
28025     </type>
28026   </test>
28027   <test name="test-20.cs">
28028     <type name="A">
28029       <method name="Void .ctor()">
28030         <size>7</size>
28031       </method>
28032       <method name="Void X()">
28033         <size>8</size>
28034       </method>
28035     </type>
28036     <type name="B">
28037       <method name="Void .ctor()">
28038         <size>7</size>
28039       </method>
28040       <method name="Void X()">
28041         <size>8</size>
28042       </method>
28043       <method name="Void TestB()">
28044         <size>7</size>
28045       </method>
28046     </type>
28047     <type name="Ax">
28048       <method name="Void .ctor()">
28049         <size>7</size>
28050       </method>
28051       <method name="Void A()">
28052         <size>8</size>
28053       </method>
28054       <method name="Void B()">
28055         <size>8</size>
28056       </method>
28057     </type>
28058     <type name="Bx">
28059       <method name="Void .ctor()">
28060         <size>7</size>
28061       </method>
28062       <method name="Void A()">
28063         <size>8</size>
28064       </method>
28065       <method name="Void B()">
28066         <size>8</size>
28067       </method>
28068     </type>
28069     <type name="Test">
28070       <method name="Void .ctor()">
28071         <size>7</size>
28072       </method>
28073       <method name="Int32 Main()">
28074         <size>100</size>
28075       </method>
28076     </type>
28077   </test>
28078   <test name="test-200.cs">
28079     <type name="X">
28080       <method name="Void .ctor()">
28081         <size>7</size>
28082       </method>
28083       <method name="Int32 Main()">
28084         <size>104</size>
28085       </method>
28086     </type>
28087   </test>
28088   <test name="test-201.cs">
28089     <type name="Parent">
28090       <method name="Void .ctor()">
28091         <size>7</size>
28092       </method>
28093     </type>
28094     <type name="Child">
28095       <method name="Void .ctor()">
28096         <size>7</size>
28097       </method>
28098     </type>
28099     <type name="Child+Nested">
28100       <method name="Void .ctor()">
28101         <size>18</size>
28102       </method>
28103     </type>
28104     <type name="Collide">
28105       <method name="Void .ctor(Int32)">
28106         <size>14</size>
28107       </method>
28108       <method name="Void .cctor()">
28109         <size>12</size>
28110       </method>
28111       <method name="Int32 Main()">
28112         <size>27</size>
28113       </method>
28114     </type>
28115   </test>
28116   <test name="test-202.cs">
28117     <type name="X.X">
28118       <method name="Void .ctor()">
28119         <size>7</size>
28120       </method>
28121     </type>
28122     <type name="A.B.C.D">
28123       <method name="Void .ctor()">
28124         <size>7</size>
28125       </method>
28126     </type>
28127     <type name="Test">
28128       <method name="Void .ctor()">
28129         <size>7</size>
28130       </method>
28131       <method name="Int32 Main()">
28132         <size>14</size>
28133       </method>
28134     </type>
28135   </test>
28136   <test name="test-203.cs">
28137     <type name="Foo">
28138       <method name="Void .ctor()">
28139         <size>7</size>
28140       </method>
28141       <method name="Modifiers get_Modifiers()">
28142         <size>2</size>
28143       </method>
28144     </type>
28145     <type name="Bar">
28146       <method name="Void .ctor()">
28147         <size>7</size>
28148       </method>
28149       <method name="Int32 Main()">
28150         <size>13</size>
28151       </method>
28152     </type>
28153   </test>
28154   <test name="test-204.cs">
28155     <type name="X">
28156       <method name="Void .ctor(Int32)">
28157         <size>14</size>
28158       </method>
28159       <method name="System.String ToString()">
28160         <size>22</size>
28161       </method>
28162       <method name="Int32 Test()">
28163         <size>153</size>
28164       </method>
28165       <method name="Int32 Main()">
28166         <size>24</size>
28167       </method>
28168       <method name="X op_BitwiseAnd(X, X)">
28169         <size>19</size>
28170       </method>
28171       <method name="X op_BitwiseOr(X, X)">
28172         <size>19</size>
28173       </method>
28174       <method name="Boolean op_True(X)">
28175         <size>15</size>
28176       </method>
28177       <method name="Boolean op_False(X)">
28178         <size>12</size>
28179       </method>
28180     </type>
28181   </test>
28182   <test name="test-205.cs">
28183     <type name="A">
28184       <method name="Void .ctor(Object)">
28185         <size>7</size>
28186       </method>
28187     </type>
28188     <type name="Test">
28189       <method name="Void .ctor()">
28190         <size>7</size>
28191       </method>
28192       <method name="Void Main()">
28193         <size>1</size>
28194       </method>
28195     </type>
28196   </test>
28197   <test name="test-206.cs">
28198     <type name="X">
28199       <method name="Void .ctor()">
28200         <size>7</size>
28201       </method>
28202       <method name="Int32 get_Item(Int32)">
28203         <size>2</size>
28204       </method>
28205       <method name="System.Int32[] get_Item(System.Int32[])">
28206         <size>39</size>
28207       </method>
28208       <method name="Void Main()">
28209         <size>91</size>
28210       </method>
28211     </type>
28212     <type name="&lt;PrivateImplementationDetails&gt;">
28213       <method name="Void .ctor()">
28214         <size>7</size>
28215       </method>
28216     </type>
28217   </test>
28218   <test name="test-207.cs">
28219     <type name="X">
28220       <method name="Void .ctor()">
28221         <size>7</size>
28222       </method>
28223       <method name="Void .cctor()">
28224         <size>1</size>
28225       </method>
28226       <method name="Void hello(Int32)">
28227         <size>13</size>
28228       </method>
28229       <method name="Void world(Int32)">
28230         <size>16</size>
28231       </method>
28232       <method name="Int32 Main()">
28233         <size>138</size>
28234       </method>
28235     </type>
28236     <type name="Test">
28237       <method name="Void .ctor(Object, IntPtr)">
28238         <size>0</size>
28239       </method>
28240       <method name="Void Invoke(Int32)">
28241         <size>0</size>
28242       </method>
28243       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28244         <size>0</size>
28245       </method>
28246       <method name="Void EndInvoke(IAsyncResult)">
28247         <size>0</size>
28248       </method>
28249     </type>
28250   </test>
28251   <test name="test-208.cs">
28252     <type name="X">
28253       <method name="Void .ctor()">
28254         <size>7</size>
28255       </method>
28256       <method name="System.String get_Item(System.String)">
28257         <size>2</size>
28258       </method>
28259       <method name="Void Test()">
28260         <size>1</size>
28261       </method>
28262     </type>
28263     <type name="Y">
28264       <method name="Void .ctor()">
28265         <size>7</size>
28266       </method>
28267       <method name="Void Main()">
28268         <size>19</size>
28269       </method>
28270     </type>
28271   </test>
28272   <test name="test-209.cs">
28273     <type name="X">
28274       <method name="Void .ctor(Int32)">
28275         <size>14</size>
28276       </method>
28277       <method name="Int32 get_Foo()">
28278         <size>9</size>
28279       </method>
28280       <method name="Void set_Foo(Int32)">
28281         <size>8</size>
28282       </method>
28283       <method name="Int32 get_Item(Int32)">
28284         <size>7</size>
28285       </method>
28286       <method name="Void set_Item(Int32, Int32)">
28287         <size>8</size>
28288       </method>
28289       <method name="Void set_Item(System.String, System.String)">
28290         <size>7</size>
28291       </method>
28292       <method name="Void set_Bar(System.String)">
28293         <size>7</size>
28294       </method>
28295       <method name="A get_A()">
28296         <size>7</size>
28297       </method>
28298       <method name="Void set_A(A)">
28299         <size>12</size>
28300       </method>
28301       <method name="Int32 Main()">
28302         <size>75</size>
28303       </method>
28304     </type>
28305     <type name="A">
28306       <method name="Void .ctor(Int32)">
28307         <size>8</size>
28308       </method>
28309     </type>
28310   </test>
28311   <test name="test-21.cs">
28312     <type name="Blah">
28313       <method name="Void .ctor()">
28314         <size>7</size>
28315       </method>
28316       <method name="Int32 Main()">
28317         <size>47</size>
28318       </method>
28319     </type>
28320     <type name="Blah+Foo">
28321       <method name="Void .ctor()">
28322         <size>17</size>
28323       </method>
28324       <method name="Int32 Bar(Int32, Int32)">
28325         <size>14</size>
28326       </method>
28327     </type>
28328   </test>
28329   <test name="test-210.cs">
28330     <type name="X">
28331       <method name="Void .ctor()">
28332         <size>7</size>
28333       </method>
28334       <method name="Void foo()">
28335         <size>1</size>
28336       </method>
28337       <method name="Void Main()">
28338         <size>25</size>
28339       </method>
28340     </type>
28341     <type name="FooHandler">
28342       <method name="Void .ctor(Object, IntPtr)">
28343         <size>0</size>
28344       </method>
28345       <method name="Void Invoke()">
28346         <size>0</size>
28347       </method>
28348       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28349         <size>0</size>
28350       </method>
28351       <method name="Void EndInvoke(IAsyncResult)">
28352         <size>0</size>
28353       </method>
28354     </type>
28355   </test>
28356   <test name="test-211.cs">
28357     <type name="X">
28358       <method name="Void .ctor(Int32)">
28359         <size>14</size>
28360       </method>
28361       <method name="X op_Implicit(Int32)">
28362         <size>7</size>
28363       </method>
28364     </type>
28365     <type name="Y">
28366       <method name="Void .ctor(X)">
28367         <size>14</size>
28368       </method>
28369       <method name="Y op_Implicit(X)">
28370         <size>7</size>
28371       </method>
28372     </type>
28373     <type name="Z">
28374       <method name="Void .ctor(Y)">
28375         <size>14</size>
28376       </method>
28377       <method name="Int32 Main()">
28378         <size>27</size>
28379       </method>
28380       <method name="Z op_Implicit(Y)">
28381         <size>7</size>
28382       </method>
28383     </type>
28384   </test>
28385   <test name="test-212.cs">
28386     <type name="Problem">
28387       <method name="Void .ctor(String)">
28388         <size>14</size>
28389       </method>
28390       <method name="Int32 Multi(Int32, Problem[])">
28391         <size>4</size>
28392       </method>
28393       <method name="Int32 Main(System.String[])">
28394         <size>76</size>
28395       </method>
28396       <method name="Problem op_Implicit(Int32)">
28397         <size>22</size>
28398       </method>
28399     </type>
28400   </test>
28401   <test name="test-213.cs">
28402     <type name="MyTest">
28403       <method name="Void .ctor()">
28404         <size>7</size>
28405       </method>
28406       <method name="Void Main(System.String[])">
28407         <size>31</size>
28408       </method>
28409     </type>
28410     <type name="S">
28411       <method name="Void .ctor(Int32)">
28412         <size>8</size>
28413       </method>
28414       <method name="Void Print()">
28415         <size>12</size>
28416       </method>
28417     </type>
28418   </test>
28419   <test name="test-214.cs">
28420     <type name="N2.Test">
28421       <method name="Void .ctor()">
28422         <size>7</size>
28423       </method>
28424       <method name="Int32 Main()">
28425         <size>7</size>
28426       </method>
28427     </type>
28428     <type name="N1.C1">
28429       <method name="Void .ctor()">
28430         <size>7</size>
28431       </method>
28432       <method name="Void Foo()">
28433         <size>1</size>
28434       </method>
28435     </type>
28436   </test>
28437   <test name="test-215.cs">
28438     <type name="Test">
28439       <method name="Void .ctor()">
28440         <size>7</size>
28441       </method>
28442       <method name="Void .cctor()">
28443         <size>1</size>
28444       </method>
28445       <method name="N1.C1 get_C1()">
28446         <size>6</size>
28447       </method>
28448       <method name="Int32 Main()">
28449         <size>8</size>
28450       </method>
28451     </type>
28452     <type name="N1.C1">
28453       <method name="Void .ctor()">
28454         <size>7</size>
28455       </method>
28456     </type>
28457   </test>
28458   <test name="test-216.cs">
28459     <type name="cls">
28460       <method name="Void .ctor()">
28461         <size>7</size>
28462       </method>
28463       <method name="Void add_OnWhatever(OnWhateverDelegate)">
28464         <size>24</size>
28465       </method>
28466       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
28467         <size>24</size>
28468       </method>
28469       <method name="Void CallMyDel(System.String)">
28470         <size>13</size>
28471       </method>
28472     </type>
28473     <type name="cls+nestedcls">
28474       <method name="Void .ctor()">
28475         <size>7</size>
28476       </method>
28477       <method name="Void CallParentDel(cls, System.String)">
28478         <size>13</size>
28479       </method>
28480     </type>
28481     <type name="MonoEmbed">
28482       <method name="Void .ctor()">
28483         <size>7</size>
28484       </method>
28485       <method name="Void Main()">
28486         <size>36</size>
28487       </method>
28488       <method name="Void Whatever(System.String)">
28489         <size>7</size>
28490       </method>
28491     </type>
28492     <type name="OnWhateverDelegate">
28493       <method name="Void .ctor(Object, IntPtr)">
28494         <size>0</size>
28495       </method>
28496       <method name="Void Invoke(System.String)">
28497         <size>0</size>
28498       </method>
28499       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
28500         <size>0</size>
28501       </method>
28502       <method name="Void EndInvoke(IAsyncResult)">
28503         <size>0</size>
28504       </method>
28505     </type>
28506   </test>
28507   <test name="test-217.cs">
28508     <type name="Test">
28509       <method name="Void .ctor()">
28510         <size>7</size>
28511       </method>
28512       <method name="Int32 Main()">
28513         <size>174</size>
28514       </method>
28515       <method name="System.Object compare_gte(Int32, Int32)">
28516         <size>13</size>
28517       </method>
28518       <method name="System.Object compare_lte(Int32, Int32)">
28519         <size>13</size>
28520       </method>
28521     </type>
28522   </test>
28523   <test name="test-218.cs">
28524     <type name="T">
28525       <method name="Void .ctor()">
28526         <size>7</size>
28527       </method>
28528       <method name="Void .cctor()">
28529         <size>27</size>
28530       </method>
28531       <method name="Void Main()">
28532         <size>1</size>
28533       </method>
28534       <method name="Void compareQueryQuery1(System.Object)">
28535         <size>1</size>
28536       </method>
28537     </type>
28538     <type name="T+foo">
28539       <method name="Void .ctor(Object, IntPtr)">
28540         <size>0</size>
28541       </method>
28542       <method name="Void Invoke(System.Object)">
28543         <size>0</size>
28544       </method>
28545       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
28546         <size>0</size>
28547       </method>
28548       <method name="Void EndInvoke(IAsyncResult)">
28549         <size>0</size>
28550       </method>
28551     </type>
28552   </test>
28553   <test name="test-219.cs">
28554     <type name="TestAttribute">
28555       <method name="Void .ctor(Type)">
28556         <size>14</size>
28557       </method>
28558       <method name="System.Type get_Type()">
28559         <size>7</size>
28560       </method>
28561     </type>
28562     <type name="Test">
28563       <method name="Void .ctor()">
28564         <size>7</size>
28565       </method>
28566       <method name="Void Main()">
28567         <size>75</size>
28568       </method>
28569     </type>
28570   </test>
28571   <test name="test-22.cs">
28572     <type name="M">
28573       <method name="Void .ctor()">
28574         <size>7</size>
28575       </method>
28576       <method name="Int32 Main()">
28577         <size>63</size>
28578       </method>
28579     </type>
28580     <type name="S">
28581       <method name="T GetT()">
28582         <size>7</size>
28583       </method>
28584       <method name="Void Init()">
28585         <size>25</size>
28586       </method>
28587     </type>
28588   </test>
28589   <test name="test-220.cs">
28590     <type name="MonoBUG.Bug">
28591       <method name="Void .ctor()">
28592         <size>7</size>
28593       </method>
28594       <method name="Int32 Main(System.String[])">
28595         <size>136</size>
28596       </method>
28597     </type>
28598     <type name="MonoBUG.Foo">
28599       <method name="Void .ctor(String)">
28600         <size>14</size>
28601       </method>
28602       <method name="System.String get_Name()">
28603         <size>7</size>
28604       </method>
28605     </type>
28606     <type name="MonoBUG.FooList">
28607       <method name="Void .ctor()">
28608         <size>7</size>
28609       </method>
28610       <method name="Void .cctor()">
28611         <size>1</size>
28612       </method>
28613       <method name="Void Add(MonoBUG.Foo)">
28614         <size>19</size>
28615       </method>
28616       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
28617         <size>7</size>
28618       </method>
28619     </type>
28620     <type name="MonoBUG.FooList+FooEnumerator">
28621       <method name="Void .ctor(FooList)">
28622         <size>31</size>
28623       </method>
28624       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
28625         <size>12</size>
28626       </method>
28627       <method name="Void System.Collections.IEnumerator.Reset()">
28628         <size>12</size>
28629       </method>
28630       <method name="MonoBUG.Foo get_Current()">
28631         <size>46</size>
28632       </method>
28633       <method name="Boolean MoveNext()">
28634         <size>12</size>
28635       </method>
28636       <method name="Void Reset()">
28637         <size>12</size>
28638       </method>
28639       <method name="System.Object System.Collections.IEnumerator.get_Current()">
28640         <size>28</size>
28641       </method>
28642     </type>
28643   </test>
28644   <test name="test-221.cs">
28645     <type name="A">
28646       <method name="Void .ctor()">
28647         <size>7</size>
28648       </method>
28649       <method name="Int32 get_Blah()">
28650         <size>2</size>
28651       </method>
28652       <method name="Void set_Blah(Int32)">
28653         <size>1</size>
28654       </method>
28655     </type>
28656     <type name="B">
28657       <method name="Void .ctor()">
28658         <size>7</size>
28659       </method>
28660       <method name="Int32 get_Blah()">
28661         <size>2</size>
28662       </method>
28663       <method name="Boolean Test()">
28664         <size>54</size>
28665       </method>
28666     </type>
28667     <type name="C">
28668       <method name="Void .ctor()">
28669         <size>7</size>
28670       </method>
28671       <method name="Int32 get_Blah()">
28672         <size>0</size>
28673       </method>
28674       <method name="Void set_Blah(Int32)">
28675         <size>0</size>
28676       </method>
28677     </type>
28678     <type name="D">
28679       <method name="Void .ctor()">
28680         <size>7</size>
28681       </method>
28682       <method name="Int32 get_Blah()">
28683         <size>2</size>
28684       </method>
28685       <method name="Void set_Blah(Int32)">
28686         <size>1</size>
28687       </method>
28688     </type>
28689     <type name="E">
28690       <method name="Void .ctor()">
28691         <size>7</size>
28692       </method>
28693       <method name="Int32 get_Blah()">
28694         <size>7</size>
28695       </method>
28696       <method name="Boolean Test()">
28697         <size>54</size>
28698       </method>
28699     </type>
28700     <type name="F">
28701       <method name="Void .ctor()">
28702         <size>7</size>
28703       </method>
28704       <method name="Int32 get_Item(Int32)">
28705         <size>2</size>
28706       </method>
28707       <method name="Void set_Item(Int32, Int32)">
28708         <size>1</size>
28709       </method>
28710       <method name="Int32 get_Blah()">
28711         <size>2</size>
28712       </method>
28713       <method name="Void set_Blah(Int32)">
28714         <size>1</size>
28715       </method>
28716       <method name="Boolean Test()">
28717         <size>108</size>
28718       </method>
28719     </type>
28720     <type name="Driver">
28721       <method name="Void .ctor()">
28722         <size>7</size>
28723       </method>
28724       <method name="Int32 Main()">
28725         <size>38</size>
28726       </method>
28727     </type>
28728     <type name="F">
28729       <method name="Int32 IBlah.get_Item(Int32)">
28730         <size>2</size>
28731       </method>
28732       <method name="Void IBlah.set_Item(Int32, Int32)">
28733         <size>1</size>
28734       </method>
28735       <method name="Int32 IBlah.get_Blah()">
28736         <size>2</size>
28737       </method>
28738       <method name="Void IBlah.set_Blah(Int32)">
28739         <size>1</size>
28740       </method>
28741     </type>
28742   </test>
28743   <test name="test-222.cs">
28744     <type name="Class_1">
28745       <method name="Void .ctor()">
28746         <size>7</size>
28747       </method>
28748       <method name="UIntPtr Valid()">
28749         <size>7</size>
28750       </method>
28751     </type>
28752     <type name="MainClass">
28753       <method name="Void .ctor()">
28754         <size>7</size>
28755       </method>
28756       <method name="Int32 Main()">
28757         <size>2</size>
28758       </method>
28759     </type>
28760   </test>
28761   <test name="test-223.cs">
28762     <type name="T">
28763       <method name="Void .ctor()">
28764         <size>7</size>
28765       </method>
28766       <method name="Int32 Main()">
28767         <size>65</size>
28768       </method>
28769     </type>
28770   </test>
28771   <test name="test-224.cs">
28772     <type name="XmlMemberArrayAttribute">
28773       <method name="Void .ctor(String)">
28774         <size>38</size>
28775       </method>
28776       <method name="System.Char[] get_Separator()">
28777         <size>7</size>
28778       </method>
28779       <method name="Void set_Separator(System.Char[])">
28780         <size>8</size>
28781       </method>
28782       <method name="System.String get_Name()">
28783         <size>7</size>
28784       </method>
28785       <method name="Void set_Name(System.String)">
28786         <size>8</size>
28787       </method>
28788       <method name="Boolean get_IsRequired()">
28789         <size>7</size>
28790       </method>
28791       <method name="Void set_IsRequired(Boolean)">
28792         <size>8</size>
28793       </method>
28794     </type>
28795     <type name="t">
28796       <method name="Void .ctor()">
28797         <size>7</size>
28798       </method>
28799       <method name="Void Main()">
28800         <size>1</size>
28801       </method>
28802     </type>
28803   </test>
28804   <test name="test-225.cs">
28805     <type name="A">
28806       <method name="Void .ctor()">
28807         <size>14</size>
28808       </method>
28809     </type>
28810     <type name="B">
28811       <method name="Void .ctor()">
28812         <size>7</size>
28813       </method>
28814       <method name="Int32 foo()">
28815         <size>2</size>
28816       </method>
28817       <method name="Void Main()">
28818         <size>18</size>
28819       </method>
28820     </type>
28821   </test>
28822   <test name="test-226.cs">
28823     <type name="Test226">
28824       <method name="Void .ctor()">
28825         <size>7</size>
28826       </method>
28827       <method name="Void Test()">
28828         <size>35</size>
28829       </method>
28830       <method name="Int32 Main()">
28831         <size>23</size>
28832       </method>
28833     </type>
28834   </test>
28835   <test name="test-227.cs">
28836     <type name="A.T">
28837       <method name="Void .ctor()">
28838         <size>7</size>
28839       </method>
28840       <method name="Void Main()">
28841         <size>3</size>
28842       </method>
28843     </type>
28844   </test>
28845   <test name="test-228.cs">
28846     <type name="BadRefTest.CtorInc">
28847       <method name="Void .ctor()">
28848         <size>30</size>
28849       </method>
28850       <method name="Int32 IncByRef(Int32 ByRef)">
28851         <size>10</size>
28852       </method>
28853       <method name="Boolean Results(Int32)">
28854         <size>98</size>
28855       </method>
28856     </type>
28857     <type name="BadRefTest.Runner">
28858       <method name="Void .ctor()">
28859         <size>7</size>
28860       </method>
28861       <method name="Int32 Main()">
28862         <size>43</size>
28863       </method>
28864     </type>
28865   </test>
28866   <test name="test-229.cs">
28867     <type name="List">
28868       <method name="Void .ctor(Int32)">
28869         <size>19</size>
28870       </method>
28871       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
28872         <size>12</size>
28873       </method>
28874       <method name="Void Add(Int32)">
28875         <size>26</size>
28876       </method>
28877       <method name="MyEnumerator GetEnumerator()">
28878         <size>7</size>
28879       </method>
28880     </type>
28881     <type name="UberList">
28882       <method name="Void .ctor(Int32)">
28883         <size>8</size>
28884       </method>
28885       <method name="Int32 Main(System.String[])">
28886         <size>38</size>
28887       </method>
28888       <method name="Boolean One()">
28889         <size>62</size>
28890       </method>
28891       <method name="Boolean Two()">
28892         <size>62</size>
28893       </method>
28894       <method name="Boolean Three()">
28895         <size>62</size>
28896       </method>
28897     </type>
28898     <type name="List+MyEnumerator">
28899       <method name="Void .ctor(List)">
28900         <size>15</size>
28901       </method>
28902       <method name="System.Object get_Current()">
28903         <size>24</size>
28904       </method>
28905       <method name="Boolean MoveNext()">
28906         <size>31</size>
28907       </method>
28908       <method name="Void Reset()">
28909         <size>8</size>
28910       </method>
28911     </type>
28912   </test>
28913   <test name="test-23.cs">
28914     <type name="X">
28915       <method name="Void .ctor()">
28916         <size>7</size>
28917       </method>
28918       <method name="Void .cctor()">
28919         <size>8</size>
28920       </method>
28921       <method name="Int32 get_Value()">
28922         <size>6</size>
28923       </method>
28924       <method name="Void set_Value(Int32)">
28925         <size>7</size>
28926       </method>
28927       <method name="Int32 Main()">
28928         <size>170</size>
28929       </method>
28930     </type>
28931     <type name="Y">
28932       <method name="Void .ctor(String)">
28933         <size>14</size>
28934       </method>
28935       <method name="System.String get_Value()">
28936         <size>7</size>
28937       </method>
28938       <method name="Void set_Value(System.String)">
28939         <size>8</size>
28940       </method>
28941     </type>
28942     <type name="Z">
28943       <method name="Void .cctor()">
28944         <size>7</size>
28945       </method>
28946       <method name="Int32 get_IVal()">
28947         <size>6</size>
28948       </method>
28949       <method name="Void set_IVal(Int32)">
28950         <size>7</size>
28951       </method>
28952       <method name="Int32 get_XVal()">
28953         <size>7</size>
28954       </method>
28955       <method name="Void set_XVal(Int32)">
28956         <size>8</size>
28957       </method>
28958     </type>
28959   </test>
28960   <test name="test-230.cs">
28961     <type name="TestClass">
28962       <method name="Void .ctor()">
28963         <size>7</size>
28964       </method>
28965       <method name="Int32 Main()">
28966         <size>56</size>
28967       </method>
28968     </type>
28969   </test>
28970   <test name="test-231.cs">
28971     <type name="T">
28972       <method name="Void .ctor()">
28973         <size>7</size>
28974       </method>
28975       <method name="Void .cctor()">
28976         <size>1</size>
28977       </method>
28978       <method name="Int32 Main()">
28979         <size>44</size>
28980       </method>
28981       <method name="Void Foo()">
28982         <size>23</size>
28983       </method>
28984     </type>
28985   </test>
28986   <test name="test-232.cs">
28987     <type name="CtorInfoTest">
28988       <method name="Void .ctor()">
28989         <size>7</size>
28990       </method>
28991       <method name="Void Main(System.String[])">
28992         <size>977</size>
28993       </method>
28994       <method name="Void Assert(System.Object, System.Object)">
28995         <size>38</size>
28996       </method>
28997     </type>
28998     <type name="&lt;PrivateImplementationDetails&gt;">
28999       <method name="Void .ctor()">
29000         <size>7</size>
29001       </method>
29002     </type>
29003   </test>
29004   <test name="test-233.cs">
29005     <type name="Tests">
29006       <method name="Void .ctor()">
29007         <size>7</size>
29008       </method>
29009       <method name="Int32 Main()">
29010         <size>16</size>
29011       </method>
29012       <method name="Int32 test_0_beq()">
29013         <size>29</size>
29014       </method>
29015       <method name="Int32 test_0_bne_un()">
29016         <size>29</size>
29017       </method>
29018       <method name="Int32 test_0_conv_r8()">
29019         <size>29</size>
29020       </method>
29021       <method name="Int32 test_0_conv_i()">
29022         <size>76</size>
29023       </method>
29024       <method name="Int32 test_5_conv_r4()">
29025         <size>8</size>
29026       </method>
29027       <method name="Int32 test_5_double_conv_r4()">
29028         <size>16</size>
29029       </method>
29030       <method name="Int32 test_5_float_conv_r8()">
29031         <size>12</size>
29032       </method>
29033       <method name="Int32 test_5_conv_r8()">
29034         <size>8</size>
29035       </method>
29036       <method name="Int32 test_5_add()">
29037         <size>25</size>
29038       </method>
29039       <method name="Int32 test_5_sub()">
29040         <size>25</size>
29041       </method>
29042       <method name="Int32 test_24_mul()">
29043         <size>25</size>
29044       </method>
29045       <method name="Int32 test_4_div()">
29046         <size>25</size>
29047       </method>
29048       <method name="Int32 test_2_rem()">
29049         <size>25</size>
29050       </method>
29051       <method name="Int32 test_2_neg()">
29052         <size>14</size>
29053       </method>
29054       <method name="Int32 test_46_float_add_spill()">
29055         <size>129</size>
29056       </method>
29057       <method name="Int32 test_362880_float_mul_spill()">
29058         <size>129</size>
29059       </method>
29060       <method name="Int32 test_4_long_cast()">
29061         <size>29</size>
29062       </method>
29063       <method name="Int32 test_16_float_cmp()">
29064         <size>317</size>
29065       </method>
29066       <method name="Int32 test_15_float_cmp_un()">
29067         <size>297</size>
29068       </method>
29069       <method name="Int32 test_15_float_branch()">
29070         <size>219</size>
29071       </method>
29072       <method name="Int32 test_15_float_branch_un()">
29073         <size>219</size>
29074       </method>
29075     </type>
29076     <type name="TestDriver">
29077       <method name="Void .ctor()">
29078         <size>7</size>
29079       </method>
29080       <method name="Int32 RunTests(System.Type, System.String[])">
29081         <size>571</size>
29082       </method>
29083       <method name="Int32 RunTests(System.Type)">
29084         <size>8</size>
29085       </method>
29086     </type>
29087   </test>
29088   <test name="test-234.cs">
29089     <type name="T">
29090       <method name="Void .ctor()">
29091         <size>7</size>
29092       </method>
29093       <method name="Void Main()">
29094         <size>701</size>
29095       </method>
29096     </type>
29097   </test>
29098   <test name="test-235.cs">
29099     <type name="T">
29100       <method name="Void .ctor()">
29101         <size>7</size>
29102       </method>
29103       <method name="Void Foo(T, T)">
29104         <size>1</size>
29105       </method>
29106       <method name="Void Foo(System.Object[])">
29107         <size>1</size>
29108       </method>
29109       <method name="Int32 Main()">
29110         <size>13</size>
29111       </method>
29112     </type>
29113   </test>
29114   <test name="test-236.cs">
29115     <type name="Tests.Test">
29116       <method name="Void .ctor()">
29117         <size>7</size>
29118       </method>
29119       <method name="Void Main()">
29120         <size>42</size>
29121       </method>
29122       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
29123         <size>9</size>
29124       </method>
29125       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
29126         <size>10</size>
29127       </method>
29128     </type>
29129   </test>
29130   <test name="test-237.cs">
29131     <type name="Params">
29132       <method name="Void .ctor()">
29133         <size>7</size>
29134       </method>
29135       <method name="Void .cctor()">
29136         <size>96</size>
29137       </method>
29138       <method name="Void foo(System.String, System.Object[])">
29139         <size>132</size>
29140       </method>
29141       <method name="Void Main()">
29142         <size>45</size>
29143       </method>
29144     </type>
29145     <type name="Params+FOO">
29146       <method name="Void .ctor(Object, IntPtr)">
29147         <size>0</size>
29148       </method>
29149       <method name="Void Invoke(System.String, System.Object[])">
29150         <size>0</size>
29151       </method>
29152       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
29153         <size>0</size>
29154       </method>
29155       <method name="Void EndInvoke(IAsyncResult)">
29156         <size>0</size>
29157       </method>
29158     </type>
29159   </test>
29160   <test name="test-238.cs">
29161     <type name="TestClass">
29162       <method name="Void .ctor()">
29163         <size>7</size>
29164       </method>
29165       <method name="Void ConditionalMethod()">
29166         <size>7</size>
29167       </method>
29168       <method name="Int32 Main()">
29169         <size>12</size>
29170       </method>
29171     </type>
29172   </test>
29173   <test name="test-239.cs">
29174     <type name="BaseClass">
29175       <method name="Void .ctor()">
29176         <size>7</size>
29177       </method>
29178       <method name="Void ConditionalMethod()">
29179         <size>7</size>
29180       </method>
29181     </type>
29182     <type name="TestClass">
29183       <method name="Void .ctor()">
29184         <size>7</size>
29185       </method>
29186       <method name="Void ConditionalMethod()">
29187         <size>1</size>
29188       </method>
29189     </type>
29190     <type name="MainClass">
29191       <method name="Void .ctor()">
29192         <size>7</size>
29193       </method>
29194       <method name="Int32 Main()">
29195         <size>18</size>
29196       </method>
29197     </type>
29198   </test>
29199   <test name="test-24.cs">
29200     <type name="X">
29201       <method name="Void .ctor()">
29202         <size>7</size>
29203       </method>
29204       <method name="System.String get_S()">
29205         <size>6</size>
29206       </method>
29207       <method name="Void set_S(System.String)">
29208         <size>7</size>
29209       </method>
29210       <method name="Int32 Main()">
29211         <size>92</size>
29212       </method>
29213     </type>
29214   </test>
29215   <test name="test-240.cs">
29216     <type name="TestClass">
29217       <method name="Void .ctor()">
29218         <size>7</size>
29219       </method>
29220       <method name="Void .cctor()">
29221         <size>7</size>
29222       </method>
29223       <method name="Void ConditionalMethod()">
29224         <size>17</size>
29225       </method>
29226       <method name="Int32 Main()">
29227         <size>11</size>
29228       </method>
29229     </type>
29230   </test>
29231   <test name="test-241.cs">
29232     <type name="Foo">
29233       <method name="Void .ctor()">
29234         <size>7</size>
29235       </method>
29236       <method name="Int32 get_SomeProperty()">
29237         <size>3</size>
29238       </method>
29239       <method name="Int32 M()">
29240         <size>3</size>
29241       </method>
29242       <method name="Void Main()">
29243         <size>1</size>
29244       </method>
29245     </type>
29246     <type name="Foo+FooPrivate">
29247       <method name="Void .ctor(Foo)">
29248         <size>14</size>
29249       </method>
29250       <method name="Int32 get_SomeProperty()">
29251         <size>24</size>
29252       </method>
29253     </type>
29254   </test>
29255   <test name="test-242.cs">
29256     <type name="BaseClass">
29257       <method name="Void .ctor()">
29258         <size>14</size>
29259       </method>
29260     </type>
29261     <type name="Derived">
29262       <method name="Void .ctor()">
29263         <size>7</size>
29264       </method>
29265       <method name="Int32 get_Location()">
29266         <size>3</size>
29267       </method>
29268       <method name="Void Main()">
29269         <size>1</size>
29270       </method>
29271     </type>
29272   </test>
29273   <test name="test-243.cs">
29274     <type name="X">
29275       <method name="Void .ctor()">
29276         <size>7</size>
29277       </method>
29278       <method name="Boolean Resolve(System.String)">
29279         <size>2</size>
29280       </method>
29281       <method name="System.String Test()">
29282         <size>2</size>
29283       </method>
29284       <method name="Void Main()">
29285         <size>8</size>
29286       </method>
29287     </type>
29288   </test>
29289   <test name="test-244.cs">
29290     <type name="Foo">
29291       <method name="Void .ctor()">
29292         <size>7</size>
29293       </method>
29294       <method name="Void .cctor()">
29295         <size>1</size>
29296       </method>
29297       <method name="Int32 Main()">
29298         <size>136</size>
29299       </method>
29300       <method name="MyBool get_t()">
29301         <size>29</size>
29302       </method>
29303       <method name="MyBool get_f()">
29304         <size>29</size>
29305       </method>
29306     </type>
29307     <type name="MyBool">
29308       <method name="Void .ctor(Boolean)">
29309         <size>8</size>
29310       </method>
29311       <method name="System.String ToString()">
29312         <size>12</size>
29313       </method>
29314       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
29315         <size>21</size>
29316       </method>
29317       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
29318         <size>21</size>
29319       </method>
29320       <method name="Boolean op_True(MyBool)">
29321         <size>8</size>
29322       </method>
29323       <method name="Boolean op_False(MyBool)">
29324         <size>11</size>
29325       </method>
29326     </type>
29327   </test>
29328   <test name="test-245.cs">
29329     <type name="Class2">
29330       <method name="Void .ctor()">
29331         <size>7</size>
29332       </method>
29333       <method name="System.String get_def_kind()">
29334         <size>12</size>
29335       </method>
29336       <method name="Void Main()">
29337         <size>1</size>
29338       </method>
29339     </type>
29340   </test>
29341   <test name="test-246.cs">
29342     <type name="B">
29343       <method name="Void .ctor()">
29344         <size>7</size>
29345       </method>
29346       <method name="Void Main()">
29347         <size>38</size>
29348       </method>
29349     </type>
29350     <type name="Blah">
29351       <method name="Void Dispose()">
29352         <size>11</size>
29353       </method>
29354     </type>
29355   </test>
29356   <test name="test-247.cs">
29357     <type name="B">
29358       <method name="Void .ctor()">
29359         <size>7</size>
29360       </method>
29361       <method name="Void Main()">
29362         <size>71</size>
29363       </method>
29364     </type>
29365     <type name="Blah">
29366       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
29367         <size>11</size>
29368       </method>
29369     </type>
29370   </test>
29371   <test name="test-248.cs">
29372     <type name="T">
29373       <method name="Void .ctor()">
29374         <size>7</size>
29375       </method>
29376       <method name="Foo GetFoo()">
29377         <size>10</size>
29378       </method>
29379       <method name="Void Main()">
29380         <size>26</size>
29381       </method>
29382     </type>
29383   </test>
29384   <test name="test-249.cs">
29385     <type name="X">
29386       <method name="Void .ctor()">
29387         <size>7</size>
29388       </method>
29389       <method name="Void Main()">
29390         <size>1</size>
29391       </method>
29392     </type>
29393   </test>
29394   <test name="test-25.cs">
29395     <type name="X">
29396       <method name="Void .ctor()">
29397         <size>7</size>
29398       </method>
29399       <method name="Int32 Main()">
29400         <size>214</size>
29401       </method>
29402     </type>
29403   </test>
29404   <test name="test-250.cs">
29405     <type name="Test.foo3">
29406       <method name="Void .ctor()">
29407         <size>7</size>
29408       </method>
29409     </type>
29410     <type name="Test.Tests">
29411       <method name="Void .ctor()">
29412         <size>7</size>
29413       </method>
29414       <method name="Void Main()">
29415         <size>1</size>
29416       </method>
29417     </type>
29418   </test>
29419   <test name="test-251.cs">
29420     <type name="X">
29421       <method name="Void .ctor()">
29422         <size>7</size>
29423       </method>
29424       <method name="Void Main()">
29425         <size>1</size>
29426       </method>
29427     </type>
29428   </test>
29429   <test name="test-252.cs">
29430     <type name="A">
29431       <method name="Void .ctor()">
29432         <size>7</size>
29433       </method>
29434       <method name="Void add_Bar(Foo)">
29435         <size>24</size>
29436       </method>
29437       <method name="Void remove_Bar(Foo)">
29438         <size>24</size>
29439       </method>
29440       <method name="Void m1()">
29441         <size>1</size>
29442       </method>
29443       <method name="Int32 Main()">
29444         <size>61</size>
29445       </method>
29446     </type>
29447     <type name="Foo">
29448       <method name="Void .ctor(Object, IntPtr)">
29449         <size>0</size>
29450       </method>
29451       <method name="Void Invoke()">
29452         <size>0</size>
29453       </method>
29454       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29455         <size>0</size>
29456       </method>
29457       <method name="Void EndInvoke(IAsyncResult)">
29458         <size>0</size>
29459       </method>
29460     </type>
29461   </test>
29462   <test name="test-253.cs">
29463     <type name="AccessibleAttribute">
29464       <method name="Void .ctor()">
29465         <size>7</size>
29466       </method>
29467     </type>
29468     <type name="MyClass">
29469       <method name="Void .ctor()">
29470         <size>7</size>
29471       </method>
29472     </type>
29473     <type name="Test">
29474       <method name="Void .ctor()">
29475         <size>7</size>
29476       </method>
29477       <method name="Int32 Main()">
29478         <size>66</size>
29479       </method>
29480     </type>
29481   </test>
29482   <test name="test-254.cs">
29483     <type name="TestAttribute">
29484       <method name="Void .ctor()">
29485         <size>7</size>
29486       </method>
29487     </type>
29488     <type name="Test_1">
29489       <method name="Void .ctor()">
29490         <size>7</size>
29491       </method>
29492       <method name="Void Test(Int32)">
29493         <size>1</size>
29494       </method>
29495     </type>
29496     <type name="Test_2">
29497       <method name="Void .ctor()">
29498         <size>7</size>
29499       </method>
29500       <method name="Int32 get_Test()">
29501         <size>2</size>
29502       </method>
29503       <method name="Void set_Test(Int32)">
29504         <size>1</size>
29505       </method>
29506       <method name="Void set_Test2(Boolean)">
29507         <size>1</size>
29508       </method>
29509     </type>
29510     <type name="Test_3">
29511       <method name="Void .ctor()">
29512         <size>7</size>
29513       </method>
29514       <method name="Void add_e_1(test_delegate)">
29515         <size>24</size>
29516       </method>
29517       <method name="Void remove_e_1(test_delegate)">
29518         <size>24</size>
29519       </method>
29520       <method name="Void add_e_2(test_delegate)">
29521         <size>24</size>
29522       </method>
29523       <method name="Void remove_e_2(test_delegate)">
29524         <size>24</size>
29525       </method>
29526     </type>
29527     <type name="Test_4">
29528       <method name="Void .ctor()">
29529         <size>7</size>
29530       </method>
29531       <method name="Void add_e_1(test_delegate)">
29532         <size>1</size>
29533       </method>
29534       <method name="Void remove_e_1(test_delegate)">
29535         <size>1</size>
29536       </method>
29537       <method name="Void add_e_2(test_delegate)">
29538         <size>1</size>
29539       </method>
29540       <method name="Void remove_e_2(test_delegate)">
29541         <size>1</size>
29542       </method>
29543       <method name="Void add_e_3(test_delegate)">
29544         <size>1</size>
29545       </method>
29546       <method name="Void remove_e_3(test_delegate)">
29547         <size>1</size>
29548       </method>
29549     </type>
29550     <type name="ClassMain">
29551       <method name="Void .ctor()">
29552         <size>7</size>
29553       </method>
29554       <method name="Void .cctor()">
29555         <size>1</size>
29556       </method>
29557       <method name="Void Assert(System.Object[], Boolean, Int32)">
29558         <size>65</size>
29559       </method>
29560       <method name="Int32 Main()">
29561         <size>1159</size>
29562       </method>
29563     </type>
29564     <type name="test_delegate">
29565       <method name="Void .ctor(Object, IntPtr)">
29566         <size>0</size>
29567       </method>
29568       <method name="System.Delegate Invoke(Int32)">
29569         <size>0</size>
29570       </method>
29571       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29572         <size>0</size>
29573       </method>
29574       <method name="System.Delegate EndInvoke(IAsyncResult)">
29575         <size>0</size>
29576       </method>
29577     </type>
29578   </test>
29579   <test name="test-255.cs">
29580     <type name="TestAttribute">
29581       <method name="Void .ctor()">
29582         <size>7</size>
29583       </method>
29584     </type>
29585     <type name="C">
29586       <method name="Void .ctor()">
29587         <size>7</size>
29588       </method>
29589       <method name="Void Method()">
29590         <size>1</size>
29591       </method>
29592       <method name="Void Main()">
29593         <size>1</size>
29594       </method>
29595     </type>
29596   </test>
29597   <test name="test-256.cs">
29598     <type name="TableColumn">
29599       <method name="Void .ctor()">
29600         <size>7</size>
29601       </method>
29602       <method name="System.Object get_MagicValue()">
29603         <size>2</size>
29604       </method>
29605       <method name="Void set_MagicValue(System.Object)">
29606         <size>1</size>
29607       </method>
29608     </type>
29609     <type name="Bug">
29610       <method name="Void .ctor()">
29611         <size>7</size>
29612       </method>
29613       <method name="Int32 get_TInt()">
29614         <size>2</size>
29615       </method>
29616       <method name="Void Main()">
29617         <size>1</size>
29618       </method>
29619     </type>
29620   </test>
29621   <test name="test-257.cs">
29622     <type name="X">
29623       <method name="Void Main()">
29624         <size>8</size>
29625       </method>
29626       <method name="Void call(Int32 ByRef)">
29627         <size>25</size>
29628       </method>
29629       <method name="Void .ctor()">
29630         <size>7</size>
29631       </method>
29632     </type>
29633   </test>
29634   <test name="test-258.cs">
29635     <type name="MyTest.Test">
29636       <method name="Void .ctor()">
29637         <size>7</size>
29638       </method>
29639     </type>
29640     <type name="MyTest.Test2">
29641       <method name="Void .ctor()">
29642         <size>7</size>
29643       </method>
29644       <method name="Void MyTest.Test.Inner.Foo()">
29645         <size>1</size>
29646       </method>
29647       <method name="Void Main()">
29648         <size>1</size>
29649       </method>
29650     </type>
29651   </test>
29652   <test name="test-259.cs">
29653     <type name="Testing">
29654       <method name="Void .ctor()">
29655         <size>7</size>
29656       </method>
29657       <method name="Void Main()">
29658         <size>1</size>
29659       </method>
29660     </type>
29661   </test>
29662   <test name="test-26.cs">
29663     <type name="Blah">
29664       <method name="Void .ctor()">
29665         <size>7</size>
29666       </method>
29667       <method name="Int32 Foo(Int32, Int32)">
29668         <size>4</size>
29669       </method>
29670       <method name="Int32 Test1()">
29671         <size>114</size>
29672       </method>
29673       <method name="Int32 Adder(System.Int32[])">
29674         <size>34</size>
29675       </method>
29676       <method name="Int32 Test2()">
29677         <size>46</size>
29678       </method>
29679       <method name="Int32 Main()">
29680         <size>40</size>
29681       </method>
29682     </type>
29683     <type name="Blah+MyDelegate">
29684       <method name="Void .ctor(Object, IntPtr)">
29685         <size>0</size>
29686       </method>
29687       <method name="Int32 Invoke(Int32, Int32)">
29688         <size>0</size>
29689       </method>
29690       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
29691         <size>0</size>
29692       </method>
29693       <method name="Int32 EndInvoke(IAsyncResult)">
29694         <size>0</size>
29695       </method>
29696     </type>
29697     <type name="Blah+List">
29698       <method name="Void .ctor(Object, IntPtr)">
29699         <size>0</size>
29700       </method>
29701       <method name="Int32 Invoke(System.Int32[])">
29702         <size>0</size>
29703       </method>
29704       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
29705         <size>0</size>
29706       </method>
29707       <method name="Int32 EndInvoke(IAsyncResult)">
29708         <size>0</size>
29709       </method>
29710     </type>
29711     <type name="&lt;PrivateImplementationDetails&gt;">
29712       <method name="Void .ctor()">
29713         <size>7</size>
29714       </method>
29715     </type>
29716   </test>
29717   <test name="test-260.cs">
29718     <type name="x.Test">
29719       <method name="Void .ctor()">
29720         <size>7</size>
29721       </method>
29722     </type>
29723     <type name="y.Test">
29724       <method name="Void .ctor()">
29725         <size>7</size>
29726       </method>
29727     </type>
29728     <type name="b.a">
29729       <method name="Void .ctor()">
29730         <size>7</size>
29731       </method>
29732       <method name="Void Main()">
29733         <size>7</size>
29734       </method>
29735     </type>
29736   </test>
29737   <test name="test-261.cs">
29738     <type name="T">
29739       <method name="Void .ctor()">
29740         <size>7</size>
29741       </method>
29742       <method name="T get_Me()">
29743         <size>16</size>
29744       </method>
29745       <method name="T GetMe()">
29746         <size>16</size>
29747       </method>
29748       <method name="Int32 Test(T)">
29749         <size>106</size>
29750       </method>
29751       <method name="Int32 Main()">
29752         <size>31</size>
29753       </method>
29754     </type>
29755   </test>
29756   <test name="test-262.cs">
29757     <type name="n1.Attribute">
29758       <method name="Void .ctor()">
29759         <size>7</size>
29760       </method>
29761     </type>
29762     <type name="n3.A">
29763       <method name="Void .ctor()">
29764         <size>7</size>
29765       </method>
29766       <method name="Void Attribute()">
29767         <size>1</size>
29768       </method>
29769       <method name="Void X()">
29770         <size>7</size>
29771       </method>
29772       <method name="Void Main()">
29773         <size>11</size>
29774       </method>
29775     </type>
29776   </test>
29777   <test name="test-263.cs">
29778     <type name="Test">
29779       <method name="Void .ctor()">
29780         <size>7</size>
29781       </method>
29782       <method name="System.String GetString(System.Byte[])">
29783         <size>19</size>
29784       </method>
29785       <method name="Void Main()">
29786         <size>1</size>
29787       </method>
29788     </type>
29789   </test>
29790   <test name="test-264.cs">
29791     <type name="Proef">
29792       <method name="Void .ctor()">
29793         <size>7</size>
29794       </method>
29795       <method name="Void add_OnDoSomething(System.EventHandler)">
29796         <size>24</size>
29797       </method>
29798       <method name="Void remove_OnDoSomething(System.EventHandler)">
29799         <size>24</size>
29800       </method>
29801       <method name="Void Temp(System.Object, System.EventArgs)">
29802         <size>1</size>
29803       </method>
29804       <method name="Void Main()">
29805         <size>25</size>
29806       </method>
29807     </type>
29808   </test>
29809   <test name="test-265.cs">
29810     <type name="ClassFormatError">
29811       <method name="Void .ctor(String, Object[])">
29812         <size>7</size>
29813       </method>
29814       <method name="Void Main()">
29815         <size>1</size>
29816       </method>
29817     </type>
29818     <type name="UnsupportedClassVersionError">
29819       <method name="Void .ctor(String)">
29820         <size>14</size>
29821       </method>
29822     </type>
29823   </test>
29824   <test name="test-266.cs">
29825     <type name="T">
29826       <method name="Void .ctor()">
29827         <size>7</size>
29828       </method>
29829       <method name="Int32 Main()">
29830         <size>25</size>
29831       </method>
29832     </type>
29833   </test>
29834   <test name="test-267.cs">
29835     <type name="X">
29836       <method name="Void .ctor()">
29837         <size>7</size>
29838       </method>
29839       <method name="System.String Text()">
29840         <size>6</size>
29841       </method>
29842       <method name="Int32 Main()">
29843         <size>12</size>
29844       </method>
29845     </type>
29846   </test>
29847   <test name="test-268.cs">
29848     <type name="X">
29849       <method name="Void .ctor()">
29850         <size>7</size>
29851       </method>
29852       <method name="Int32 Main()">
29853         <size>26</size>
29854       </method>
29855     </type>
29856     <type name="X+Nested">
29857       <method name="Void .ctor()">
29858         <size>7</size>
29859       </method>
29860       <method name="MyEnum D()">
29861         <size>2</size>
29862       </method>
29863     </type>
29864   </test>
29865   <test name="test-269.cs">
29866     <type name="Class1">
29867       <method name="Void .ctor()">
29868         <size>7</size>
29869       </method>
29870       <method name="Int32 Main(System.String[])">
29871         <size>361</size>
29872       </method>
29873       <method name="Int32 AddABunchOfInts(...)">
29874         <size>63</size>
29875       </method>
29876       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
29877         <size>63</size>
29878       </method>
29879       <method name="Result VtAddABunchOfInts(...)">
29880         <size>68</size>
29881       </method>
29882       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
29883         <size>68</size>
29884       </method>
29885       <method name="Int32 InstAddABunchOfInts(...)">
29886         <size>63</size>
29887       </method>
29888       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
29889         <size>63</size>
29890       </method>
29891       <method name="Result InstVtAddABunchOfInts(...)">
29892         <size>68</size>
29893       </method>
29894       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
29895         <size>68</size>
29896       </method>
29897     </type>
29898     <type name="Result">
29899       <method name="Void .ctor(Int32)">
29900         <size>24</size>
29901       </method>
29902     </type>
29903   </test>
29904   <test name="test-27.cs">
29905     <type name="Foo">
29906       <method name="Void .ctor()">
29907         <size>7</size>
29908       </method>
29909       <method name="Boolean MyMethod(Int32)">
29910         <size>12</size>
29911       </method>
29912       <method name="Int32 AnotherMethod(Int32)">
29913         <size>5</size>
29914       </method>
29915     </type>
29916     <type name="Blah">
29917       <method name="Void .ctor()">
29918         <size>7</size>
29919       </method>
29920       <method name="Void Bar(Int32, Int32)">
29921         <size>9</size>
29922       </method>
29923       <method name="Int32 Main()">
29924         <size>139</size>
29925       </method>
29926     </type>
29927     <type name="Blah+MyDelegate">
29928       <method name="Void .ctor(Object, IntPtr)">
29929         <size>0</size>
29930       </method>
29931       <method name="Void Invoke(Int32, Int32)">
29932         <size>0</size>
29933       </method>
29934       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
29935         <size>0</size>
29936       </method>
29937       <method name="Void EndInvoke(IAsyncResult)">
29938         <size>0</size>
29939       </method>
29940     </type>
29941   </test>
29942   <test name="test-270.cs">
29943     <type name="X">
29944       <method name="Void .ctor()">
29945         <size>7</size>
29946       </method>
29947       <method name="Int32 Test(System.String, System.Object[])">
29948         <size>2</size>
29949       </method>
29950       <method name="Int32 Main()">
29951         <size>75</size>
29952       </method>
29953       <method name="Int32 Test(System.String, ...)">
29954         <size>2</size>
29955       </method>
29956     </type>
29957   </test>
29958   <test name="test-271.cs">
29959     <type name="T">
29960       <method name="Void .ctor()">
29961         <size>7</size>
29962       </method>
29963       <method name="C X()">
29964         <size>10</size>
29965       </method>
29966       <method name="Void Main()">
29967         <size>63</size>
29968       </method>
29969     </type>
29970     <type name="T+C">
29971       <method name="IEnumerator GetEnumerator()">
29972         <size>11</size>
29973       </method>
29974     </type>
29975   </test>
29976   <test name="test-272.cs">
29977     <type name="BazAttribute">
29978       <method name="Void .ctor()">
29979         <size>7</size>
29980       </method>
29981       <method name="Void .ctor(Foo)">
29982         <size>7</size>
29983       </method>
29984       <method name="Void set_foo3(Foo)">
29985         <size>1</size>
29986       </method>
29987       <method name="Foo get_foo3()">
29988         <size>2</size>
29989       </method>
29990     </type>
29991     <type name="Test">
29992       <method name="Void .ctor()">
29993         <size>7</size>
29994       </method>
29995       <method name="Void f0()">
29996         <size>1</size>
29997       </method>
29998       <method name="Void f1()">
29999         <size>1</size>
30000       </method>
30001       <method name="Void f2()">
30002         <size>1</size>
30003       </method>
30004       <method name="Void f3()">
30005         <size>1</size>
30006       </method>
30007       <method name="Void Main()">
30008         <size>1</size>
30009       </method>
30010     </type>
30011   </test>
30012   <test name="test-273.cs">
30013     <type name="FooAttribute">
30014       <method name="Void .ctor()">
30015         <size>7</size>
30016       </method>
30017     </type>
30018     <type name="Tests">
30019       <method name="Void .ctor()">
30020         <size>7</size>
30021       </method>
30022       <method name="Void Main()">
30023         <size>36</size>
30024       </method>
30025     </type>
30026   </test>
30027   <test name="test-274.cs">
30028     <type name="MyClass">
30029       <method name="Void .ctor(String[])">
30030         <size>7</size>
30031       </method>
30032     </type>
30033     <type name="ChildClass">
30034       <method name="Void .ctor()">
30035         <size>13</size>
30036       </method>
30037     </type>
30038     <type name="M">
30039       <method name="Void .ctor()">
30040         <size>7</size>
30041       </method>
30042       <method name="Void Main()">
30043         <size>1</size>
30044       </method>
30045     </type>
30046   </test>
30047   <test name="test-275.cs">
30048     <type name="Test">
30049       <method name="Void .ctor()">
30050         <size>7</size>
30051       </method>
30052       <method name="Void add_MyEvent(DelType)">
30053         <size>24</size>
30054       </method>
30055       <method name="Void remove_MyEvent(DelType)">
30056         <size>24</size>
30057       </method>
30058       <method name="Int32 Main()">
30059         <size>176</size>
30060       </method>
30061     </type>
30062     <type name="DelType">
30063       <method name="Void .ctor(Object, IntPtr)">
30064         <size>0</size>
30065       </method>
30066       <method name="Void Invoke()">
30067         <size>0</size>
30068       </method>
30069       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30070         <size>0</size>
30071       </method>
30072       <method name="Void EndInvoke(IAsyncResult)">
30073         <size>0</size>
30074       </method>
30075     </type>
30076     <type name="S">
30077       <method name="Void add_MyEvent(DelType)">
30078         <size>24</size>
30079       </method>
30080       <method name="Void remove_MyEvent(DelType)">
30081         <size>24</size>
30082       </method>
30083     </type>
30084   </test>
30085   <test name="test-276.cs">
30086     <type name="EventTestClass">
30087       <method name="Void .ctor()">
30088         <size>7</size>
30089       </method>
30090       <method name="Void add_Elapsed(System.EventHandler)">
30091         <size>24</size>
30092       </method>
30093       <method name="Void remove_Elapsed(System.EventHandler)">
30094         <size>24</size>
30095       </method>
30096     </type>
30097     <type name="EntryPoint">
30098       <method name="Void .ctor()">
30099         <size>7</size>
30100       </method>
30101       <method name="Boolean test(System.Type)">
30102         <size>17</size>
30103       </method>
30104       <method name="Int32 Main()">
30105         <size>48</size>
30106       </method>
30107     </type>
30108   </test>
30109   <test name="test-277.cs">
30110     <type name="T">
30111       <method name="Void .ctor()">
30112         <size>7</size>
30113       </method>
30114       <method name="Int32 Main()">
30115         <size>7</size>
30116       </method>
30117       <method name="Int32 X(Byte)">
30118         <size>2</size>
30119       </method>
30120       <method name="Int32 X(Int16)">
30121         <size>2</size>
30122       </method>
30123     </type>
30124   </test>
30125   <test name="test-278.cs">
30126     <type name="X">
30127       <method name="Void .ctor()">
30128         <size>7</size>
30129       </method>
30130       <method name="Int32 Main()">
30131         <size>73</size>
30132       </method>
30133     </type>
30134     <type name="Rect">
30135       <method name="Int32 get_X()">
30136         <size>7</size>
30137       </method>
30138       <method name="Void set_X(Int32)">
30139         <size>8</size>
30140       </method>
30141     </type>
30142   </test>
30143   <test name="test-279.cs">
30144     <type name="FlagsAttributeDemo">
30145       <method name="Void .ctor()">
30146         <size>7</size>
30147       </method>
30148       <method name="Int32 Main()">
30149         <size>38</size>
30150       </method>
30151     </type>
30152   </test>
30153   <test name="test-28.cs">
30154     <type name="A">
30155       <method name="Void .ctor()">
30156         <size>7</size>
30157       </method>
30158       <method name="Int32 get_Item(Int32)">
30159         <size>0</size>
30160       </method>
30161       <method name="Int32 EmulateIndexer(Int32)">
30162         <size>8</size>
30163       </method>
30164     </type>
30165     <type name="B">
30166       <method name="Void .ctor()">
30167         <size>7</size>
30168       </method>
30169       <method name="Int32 get_Item(Int32)">
30170         <size>2</size>
30171       </method>
30172       <method name="Int32 M()">
30173         <size>8</size>
30174       </method>
30175     </type>
30176     <type name="X">
30177       <method name="Void .ctor()">
30178         <size>7</size>
30179       </method>
30180       <method name="Int32 get_Item(Int32)">
30181         <size>20</size>
30182       </method>
30183       <method name="Void set_Item(Int32, Int32)">
30184         <size>26</size>
30185       </method>
30186       <method name="Int32 Main()">
30187         <size>122</size>
30188       </method>
30189     </type>
30190   </test>
30191   <test name="test-280.cs">
30192     <type name="AppFramework.Util.Logic">
30193       <method name="Void .ctor()">
30194         <size>7</size>
30195       </method>
30196       <method name="Void Main()">
30197         <size>1</size>
30198       </method>
30199       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
30200         <size>37</size>
30201       </method>
30202     </type>
30203   </test>
30204   <test name="test-281.cs">
30205     <type name="Foo.Hello">
30206       <method name="Void .ctor()">
30207         <size>7</size>
30208       </method>
30209       <method name="Void .cctor()">
30210         <size>7</size>
30211       </method>
30212     </type>
30213     <type name="Bar.Hello">
30214       <method name="Void .ctor()">
30215         <size>7</size>
30216       </method>
30217       <method name="Void .cctor()">
30218         <size>8</size>
30219       </method>
30220     </type>
30221     <type name="Test.Test1">
30222       <method name="Void .ctor()">
30223         <size>7</size>
30224       </method>
30225       <method name="Int32 World()">
30226         <size>6</size>
30227       </method>
30228     </type>
30229     <type name="Test.Test2">
30230       <method name="Void .ctor()">
30231         <size>7</size>
30232       </method>
30233       <method name="Int32 World()">
30234         <size>6</size>
30235       </method>
30236     </type>
30237     <type name="X">
30238       <method name="Void .ctor()">
30239         <size>7</size>
30240       </method>
30241       <method name="Int32 Main()">
30242         <size>29</size>
30243       </method>
30244     </type>
30245   </test>
30246   <test name="test-282.cs">
30247     <type name="X">
30248       <method name="Void .ctor()">
30249         <size>7</size>
30250       </method>
30251       <method name="System.Object Add(integer, System.Object)">
30252         <size>70</size>
30253       </method>
30254       <method name="Int32 Main()">
30255         <size>68</size>
30256       </method>
30257     </type>
30258     <type name="integer">
30259       <method name="Void .ctor(Int32)">
30260         <size>8</size>
30261       </method>
30262       <method name="integer op_Implicit(Int32)">
30263         <size>7</size>
30264       </method>
30265       <method name="Double op_Implicit(integer)">
30266         <size>13</size>
30267       </method>
30268       <method name="integer op_Addition(integer, integer)">
30269         <size>21</size>
30270       </method>
30271     </type>
30272   </test>
30273   <test name="test-283.cs">
30274     <type name="X">
30275       <method name="Void .ctor()">
30276         <size>7</size>
30277       </method>
30278       <method name="Int32 Foo()">
30279         <size>2</size>
30280       </method>
30281     </type>
30282     <type name="Y">
30283       <method name="Void .ctor()">
30284         <size>7</size>
30285       </method>
30286       <method name="Y+D GetIt()">
30287         <size>13</size>
30288       </method>
30289       <method name="Y+D GetIt2()">
30290         <size>13</size>
30291       </method>
30292       <method name="Int32 Foo()">
30293         <size>2</size>
30294       </method>
30295       <method name="Int32 Main()">
30296         <size>56</size>
30297       </method>
30298     </type>
30299     <type name="Y+D">
30300       <method name="Void .ctor(Object, IntPtr)">
30301         <size>0</size>
30302       </method>
30303       <method name="Int32 Invoke()">
30304         <size>0</size>
30305       </method>
30306       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30307         <size>0</size>
30308       </method>
30309       <method name="Int32 EndInvoke(IAsyncResult)">
30310         <size>0</size>
30311       </method>
30312     </type>
30313   </test>
30314   <test name="test-284.cs">
30315     <type name="App">
30316       <method name="Void .ctor()">
30317         <size>7</size>
30318       </method>
30319       <method name="Void Main()">
30320         <size>12</size>
30321       </method>
30322     </type>
30323   </test>
30324   <test name="test-285.cs">
30325     <type name="T">
30326       <method name="Void .ctor()">
30327         <size>7</size>
30328       </method>
30329       <method name="Int32 Main()">
30330         <size>2</size>
30331       </method>
30332     </type>
30333   </test>
30334   <test name="test-286.cs">
30335     <type name="MethodWrapper">
30336       <method name="Void .ctor()">
30337         <size>7</size>
30338       </method>
30339       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
30340         <size>57</size>
30341       </method>
30342     </type>
30343     <type name="MapXml.Throws">
30344       <method name="Void .ctor()">
30345         <size>7</size>
30346       </method>
30347       <method name="Void Main()">
30348         <size>1</size>
30349       </method>
30350     </type>
30351   </test>
30352   <test name="test-287.cs">
30353     <type name="StaticClass">
30354       <method name="System.String Name()">
30355         <size>6</size>
30356       </method>
30357     </type>
30358     <type name="MainClass">
30359       <method name="Void .ctor()">
30360         <size>7</size>
30361       </method>
30362       <method name="Int32 Main()">
30363         <size>83</size>
30364       </method>
30365     </type>
30366     <type name="StaticClass+D">
30367       <method name="Void .ctor(Object, IntPtr)">
30368         <size>0</size>
30369       </method>
30370       <method name="System.Object Invoke()">
30371         <size>0</size>
30372       </method>
30373       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30374         <size>0</size>
30375       </method>
30376       <method name="System.Object EndInvoke(IAsyncResult)">
30377         <size>0</size>
30378       </method>
30379     </type>
30380   </test>
30381   <test name="test-288.cs">
30382     <type name="Test.BookAboutMovie">
30383       <method name="Void .ctor(String)">
30384         <size>25</size>
30385       </method>
30386       <method name="System.String GetItem(Int32)">
30387         <size>7</size>
30388       </method>
30389       <method name="System.String get_Item(Int32)">
30390         <size>7</size>
30391       </method>
30392       <method name="Int32 Main(System.String[])">
30393         <size>57</size>
30394       </method>
30395     </type>
30396   </test>
30397   <test name="test-289.cs">
30398     <type name="Test">
30399       <method name="Void .ctor()">
30400         <size>7</size>
30401       </method>
30402       <method name="Void Main()">
30403         <size>1</size>
30404       </method>
30405       <method name="Void set_Value(System.String)">
30406         <size>1</size>
30407       </method>
30408       <method name="Void set_Value()">
30409         <size>1</size>
30410       </method>
30411       <method name="Void set_Item(Int32, Int32, Boolean)">
30412         <size>1</size>
30413       </method>
30414       <method name="Void set_Item(Int32, Int32)">
30415         <size>1</size>
30416       </method>
30417       <method name="Boolean get_Item(Boolean)">
30418         <size>2</size>
30419       </method>
30420     </type>
30421   </test>
30422   <test name="test-29.cs">
30423     <type name="Base">
30424       <method name="Void .ctor()">
30425         <size>7</size>
30426       </method>
30427       <method name="Void Add(Int32)">
30428         <size>18</size>
30429       </method>
30430     </type>
30431     <type name="Derived">
30432       <method name="Void .ctor()">
30433         <size>7</size>
30434       </method>
30435       <method name="Void Add(Double)">
30436         <size>18</size>
30437       </method>
30438     </type>
30439     <type name="Demo">
30440       <method name="Void .ctor()">
30441         <size>7</size>
30442       </method>
30443       <method name="Int32 Main()">
30444         <size>51</size>
30445       </method>
30446     </type>
30447   </test>
30448   <test name="test-290.cs">
30449     <type name="EntryPoint">
30450       <method name="Void .ctor()">
30451         <size>7</size>
30452       </method>
30453       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
30454         <size>22</size>
30455       </method>
30456       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
30457         <size>22</size>
30458       </method>
30459       <method name="Void bar_f(System.Object)">
30460         <size>1</size>
30461       </method>
30462       <method name="Void Main()">
30463         <size>35</size>
30464       </method>
30465     </type>
30466     <type name="EntryPoint+EventHandler">
30467       <method name="Void .ctor(Object, IntPtr)">
30468         <size>0</size>
30469       </method>
30470       <method name="Void Invoke(System.Object)">
30471         <size>0</size>
30472       </method>
30473       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
30474         <size>0</size>
30475       </method>
30476       <method name="Void EndInvoke(IAsyncResult)">
30477         <size>0</size>
30478       </method>
30479     </type>
30480   </test>
30481   <test name="test-291.cs">
30482     <type name="Test">
30483       <method name="Void .ctor()">
30484         <size>7</size>
30485       </method>
30486       <method name="Void Method()">
30487         <size>1</size>
30488       </method>
30489       <method name="Void Main()">
30490         <size>13</size>
30491       </method>
30492     </type>
30493   </test>
30494   <test name="test-292.cs">
30495     <type name="X">
30496       <method name="Void .ctor()">
30497         <size>7</size>
30498       </method>
30499       <method name="Void .cctor()">
30500         <size>1</size>
30501       </method>
30502       <method name="Void Main()">
30503         <size>19</size>
30504       </method>
30505     </type>
30506   </test>
30507   <test name="test-293.cs">
30508     <type name="A">
30509       <method name="Void .ctor()">
30510         <size>7</size>
30511       </method>
30512       <method name="System.String get_Warning()">
30513         <size>6</size>
30514       </method>
30515     </type>
30516     <type name="B">
30517       <method name="Void .ctor()">
30518         <size>7</size>
30519       </method>
30520       <method name="System.String get_Warning()">
30521         <size>6</size>
30522       </method>
30523       <method name="Void Main()">
30524         <size>1</size>
30525       </method>
30526     </type>
30527   </test>
30528   <test name="test-294.cs">
30529     <type name="ObsoleteClass">
30530       <method name="Void .ctor()">
30531         <size>7</size>
30532       </method>
30533     </type>
30534     <type name="Test">
30535       <method name="Void .ctor()">
30536         <size>13</size>
30537       </method>
30538       <method name="Void .ctor(String, Boolean)">
30539         <size>14</size>
30540       </method>
30541       <method name="System.String get_Name()">
30542         <size>7</size>
30543       </method>
30544       <method name="Void set_Name(System.String)">
30545         <size>8</size>
30546       </method>
30547     </type>
30548     <type name="DerivedTest">
30549       <method name="Void .ctor(String)">
30550         <size>16</size>
30551       </method>
30552       <method name="System.String Method()">
30553         <size>7</size>
30554       </method>
30555       <method name="Void T2()">
30556         <size>1</size>
30557       </method>
30558       <method name="Void Main()">
30559         <size>1</size>
30560       </method>
30561     </type>
30562     <type name="ObsoleteClass2">
30563       <method name="Void .ctor()">
30564         <size>7</size>
30565       </method>
30566     </type>
30567     <type name="ObsoleteClass3">
30568       <method name="Void .ctor()">
30569         <size>18</size>
30570       </method>
30571       <method name="Void .cctor()">
30572         <size>25</size>
30573       </method>
30574     </type>
30575     <type name="ObsoleteClass4">
30576       <method name="Void .ctor()">
30577         <size>7</size>
30578       </method>
30579       <method name="Void T()">
30580         <size>59</size>
30581       </method>
30582     </type>
30583   </test>
30584   <test name="test-295.cs">
30585     <type name="MyAttribute">
30586       <method name="Void .ctor(Object)">
30587         <size>14</size>
30588       </method>
30589       <method name="System.Object get_my()">
30590         <size>7</size>
30591       </method>
30592     </type>
30593     <type name="MyConstructorBuilder">
30594       <method name="Void .ctor()">
30595         <size>7</size>
30596       </method>
30597       <method name="Int32 Main()">
30598         <size>111</size>
30599       </method>
30600       <method name="System.Type MyCreateCallee(System.AppDomain)">
30601         <size>329</size>
30602       </method>
30603     </type>
30604   </test>
30605   <test name="test-296.cs">
30606     <type name="GetElementTypeTest">
30607       <method name="Void .ctor()">
30608         <size>7</size>
30609       </method>
30610       <method name="Int32 Main(System.String[])">
30611         <size>30</size>
30612       </method>
30613     </type>
30614   </test>
30615   <test name="test-297.cs">
30616     <type name="T">
30617       <method name="Void .ctor()">
30618         <size>7</size>
30619       </method>
30620       <method name="Int32 Main()">
30621         <size>311</size>
30622       </method>
30623       <method name="Void Login(System.String)">
30624         <size>1</size>
30625       </method>
30626     </type>
30627     <type name="My">
30628       <method name="Void .ctor(Object)">
30629         <size>14</size>
30630       </method>
30631     </type>
30632   </test>
30633   <test name="test-298.cs">
30634     <type name="A">
30635       <method name="Int32 op_Addition(Int16, A)">
30636         <size>2</size>
30637       </method>
30638       <method name="Int32 op_UnaryNegation(A)">
30639         <size>2</size>
30640       </method>
30641       <method name="Void .ctor()">
30642         <size>7</size>
30643       </method>
30644     </type>
30645     <type name="B">
30646       <method name="Int32 op_Addition(Int32, B)">
30647         <size>2</size>
30648       </method>
30649       <method name="Int32 op_UnaryNegation(B)">
30650         <size>2</size>
30651       </method>
30652       <method name="Void .ctor()">
30653         <size>7</size>
30654       </method>
30655     </type>
30656     <type name="C">
30657       <method name="Void .ctor()">
30658         <size>7</size>
30659       </method>
30660     </type>
30661     <type name="Test">
30662       <method name="Int32 Main()">
30663         <size>47</size>
30664       </method>
30665       <method name="Void .ctor()">
30666         <size>7</size>
30667       </method>
30668     </type>
30669   </test>
30670   <test name="test-299.cs">
30671     <type name="SampleClass">
30672       <method name="Void .ctor()">
30673         <size>7</size>
30674       </method>
30675       <method name="SuperClass op_Increment(SampleClass)">
30676         <size>6</size>
30677       </method>
30678     </type>
30679     <type name="SuperClass">
30680       <method name="Void .ctor()">
30681         <size>7</size>
30682       </method>
30683       <method name="Int32 Main()">
30684         <size>2</size>
30685       </method>
30686     </type>
30687   </test>
30688   <test name="test-3.cs">
30689     <type name="TestIntOps">
30690       <method name="Void .ctor()">
30691         <size>7</size>
30692       </method>
30693       <method name="SByte sbyte_add(SByte, SByte)">
30694         <size>7</size>
30695       </method>
30696       <method name="Int16 short_add(Int16, Int16)">
30697         <size>5</size>
30698       </method>
30699       <method name="Double double_add(Double, Double)">
30700         <size>4</size>
30701       </method>
30702       <method name="Int32 int_add(Int32, Int32)">
30703         <size>4</size>
30704       </method>
30705       <method name="Int32 int_sub(Int32, Int32)">
30706         <size>4</size>
30707       </method>
30708       <method name="Int32 int_mul(Int32, Int32)">
30709         <size>4</size>
30710       </method>
30711       <method name="Int32 Main()">
30712         <size>215</size>
30713       </method>
30714     </type>
30715   </test>
30716   <test name="test-30.cs">
30717     <type name="X">
30718       <method name="Void .ctor()">
30719         <size>7</size>
30720       </method>
30721       <method name="Void IA.Draw()">
30722         <size>8</size>
30723       </method>
30724       <method name="Void IB.Draw()">
30725         <size>8</size>
30726       </method>
30727     </type>
30728     <type name="test">
30729       <method name="Void .ctor()">
30730         <size>7</size>
30731       </method>
30732       <method name="Int32 Main()">
30733         <size>192</size>
30734       </method>
30735     </type>
30736   </test>
30737   <test name="test-300.cs">
30738     <type name="A">
30739       <method name="Void .ctor()">
30740         <size>7</size>
30741       </method>
30742       <method name="Void Main()">
30743         <size>7</size>
30744       </method>
30745     </type>
30746     <type name="A+C">
30747       <method name="Void .ctor()">
30748         <size>7</size>
30749       </method>
30750     </type>
30751     <type name="A+B">
30752       <method name="Void .ctor()">
30753         <size>474</size>
30754       </method>
30755     </type>
30756     <type name="A+B+C">
30757       <method name="Void .ctor()">
30758         <size>7</size>
30759       </method>
30760     </type>
30761   </test>
30762   <test name="test-301.cs">
30763     <type name="A">
30764       <method name="Void .ctor()">
30765         <size>7</size>
30766       </method>
30767       <method name="Void Main()">
30768         <size>7</size>
30769       </method>
30770     </type>
30771     <type name="A+B">
30772       <method name="Void .ctor()">
30773         <size>211</size>
30774       </method>
30775     </type>
30776   </test>
30777   <test name="test-302.cs">
30778     <type name="A">
30779       <method name="Void .ctor()">
30780         <size>7</size>
30781       </method>
30782       <method name="Void Main()">
30783         <size>7</size>
30784       </method>
30785     </type>
30786     <type name="A+C">
30787       <method name="Void .ctor()">
30788         <size>7</size>
30789       </method>
30790     </type>
30791     <type name="A+B">
30792       <method name="Void .ctor()">
30793         <size>24</size>
30794       </method>
30795     </type>
30796     <type name="A+B+C">
30797       <method name="Void .ctor()">
30798         <size>7</size>
30799       </method>
30800     </type>
30801   </test>
30802   <test name="test-303.cs">
30803     <type name="A">
30804       <method name="Void .ctor()">
30805         <size>7</size>
30806       </method>
30807       <method name="Void Main()">
30808         <size>7</size>
30809       </method>
30810     </type>
30811     <type name="A+C">
30812       <method name="Void .ctor()">
30813         <size>7</size>
30814       </method>
30815       <method name="Void System.IDisposable.Dispose()">
30816         <size>11</size>
30817       </method>
30818     </type>
30819     <type name="A+B">
30820       <method name="Void .ctor()">
30821         <size>31</size>
30822       </method>
30823     </type>
30824     <type name="A+B+C">
30825       <method name="Void .ctor()">
30826         <size>7</size>
30827       </method>
30828       <method name="Void System.IDisposable.Dispose()">
30829         <size>1</size>
30830       </method>
30831     </type>
30832   </test>
30833   <test name="test-304.cs">
30834     <type name="A">
30835       <method name="Void .ctor()">
30836         <size>7</size>
30837       </method>
30838       <method name="Void Main()">
30839         <size>7</size>
30840       </method>
30841     </type>
30842     <type name="A+D">
30843       <method name="Void .ctor()">
30844         <size>7</size>
30845       </method>
30846     </type>
30847     <type name="A+B">
30848       <method name="Void .ctor()">
30849         <size>474</size>
30850       </method>
30851     </type>
30852     <type name="A+B+C">
30853       <method name="Void .ctor()">
30854         <size>7</size>
30855       </method>
30856     </type>
30857   </test>
30858   <test name="test-305.cs">
30859     <type name="A">
30860       <method name="Void .ctor()">
30861         <size>7</size>
30862       </method>
30863       <method name="Void Main()">
30864         <size>7</size>
30865       </method>
30866     </type>
30867     <type name="A+B">
30868       <method name="Void .ctor()">
30869         <size>211</size>
30870       </method>
30871     </type>
30872   </test>
30873   <test name="test-306.cs">
30874     <type name="A">
30875       <method name="Void .ctor()">
30876         <size>7</size>
30877       </method>
30878       <method name="Void Main()">
30879         <size>7</size>
30880       </method>
30881     </type>
30882     <type name="A+D">
30883       <method name="Void .ctor()">
30884         <size>7</size>
30885       </method>
30886     </type>
30887     <type name="A+B">
30888       <method name="Void .ctor()">
30889         <size>24</size>
30890       </method>
30891     </type>
30892     <type name="A+B+C">
30893       <method name="Void .ctor()">
30894         <size>7</size>
30895       </method>
30896     </type>
30897   </test>
30898   <test name="test-307.cs">
30899     <type name="A">
30900       <method name="Void .ctor()">
30901         <size>7</size>
30902       </method>
30903       <method name="Void Main()">
30904         <size>7</size>
30905       </method>
30906     </type>
30907     <type name="A+D">
30908       <method name="Void .ctor()">
30909         <size>7</size>
30910       </method>
30911       <method name="Void System.IDisposable.Dispose()">
30912         <size>11</size>
30913       </method>
30914     </type>
30915     <type name="A+B">
30916       <method name="Void .ctor()">
30917         <size>31</size>
30918       </method>
30919     </type>
30920     <type name="A+B+C">
30921       <method name="Void .ctor()">
30922         <size>7</size>
30923       </method>
30924       <method name="Void System.IDisposable.Dispose()">
30925         <size>1</size>
30926       </method>
30927     </type>
30928   </test>
30929   <test name="test-308.cs">
30930     <type name="Program">
30931       <method name="Void .ctor()">
30932         <size>7</size>
30933       </method>
30934       <method name="Void Main(System.String[])">
30935         <size>40</size>
30936       </method>
30937     </type>
30938   </test>
30939   <test name="test-309.cs">
30940     <type name="MonoBASIC.Parser">
30941       <method name="Void .ctor()">
30942         <size>7</size>
30943       </method>
30944       <method name="Void Main()">
30945         <size>1</size>
30946       </method>
30947     </type>
30948     <type name="MonoBASIC.Parser+StateMachine">
30949       <method name="Void .ctor()">
30950         <size>7</size>
30951       </method>
30952       <method name="Void HandleToken(Token)">
30953         <size>1</size>
30954       </method>
30955     </type>
30956   </test>
30957   <test name="test-31.cs">
30958     <type name="Base">
30959       <method name="Void .ctor()">
30960         <size>7</size>
30961       </method>
30962       <method name="Void A()">
30963         <size>8</size>
30964       </method>
30965     </type>
30966     <type name="Derived">
30967       <method name="Void .ctor()">
30968         <size>7</size>
30969       </method>
30970       <method name="Void A()">
30971         <size>8</size>
30972       </method>
30973     </type>
30974     <type name="Test">
30975       <method name="Void .ctor()">
30976         <size>7</size>
30977       </method>
30978       <method name="Int32 Main()">
30979         <size>38</size>
30980       </method>
30981     </type>
30982   </test>
30983   <test name="test-310.cs">
30984     <type name="test.Impl">
30985       <method name="Void .ctor()">
30986         <size>7</size>
30987       </method>
30988       <method name="System.String GetType(Int32)">
30989         <size>6</size>
30990       </method>
30991       <method name="Boolean IsDone()">
30992         <size>2</size>
30993       </method>
30994     </type>
30995     <type name="test.myclass">
30996       <method name="Void .ctor()">
30997         <size>7</size>
30998       </method>
30999       <method name="Void Main(System.String[])">
31000         <size>28</size>
31001       </method>
31002     </type>
31003   </test>
31004   <test name="test-311.cs">
31005     <type name="Program">
31006       <method name="Void .ctor()">
31007         <size>38</size>
31008       </method>
31009       <method name="Void .cctor()">
31010         <size>11</size>
31011       </method>
31012       <method name="System.String get_Message()">
31013         <size>6</size>
31014       </method>
31015       <method name="Void set_Message(System.String)">
31016         <size>7</size>
31017       </method>
31018       <method name="Boolean DenyMethod()">
31019         <size>2</size>
31020       </method>
31021       <method name="Void Test2()">
31022         <size>1</size>
31023       </method>
31024       <method name="Void Test3()">
31025         <size>1</size>
31026       </method>
31027       <method name="Void Test4()">
31028         <size>1</size>
31029       </method>
31030       <method name="Int32 Main(System.String[])">
31031         <size>175</size>
31032       </method>
31033     </type>
31034     <type name="Test2">
31035       <method name="Void .ctor()">
31036         <size>7</size>
31037       </method>
31038     </type>
31039   </test>
31040   <test name="test-312.cs">
31041     <type name="X">
31042       <method name="Void .ctor()">
31043         <size>7</size>
31044       </method>
31045       <method name="Void .cctor()">
31046         <size>1</size>
31047       </method>
31048       <method name="Boolean Method(PointF)">
31049         <size>72</size>
31050       </method>
31051       <method name="Boolean Call_constructor_and_implicit()">
31052         <size>29</size>
31053       </method>
31054       <method name="Boolean Init_with_implicit_conv()">
31055         <size>52</size>
31056       </method>
31057       <method name="Boolean Init_ValueType()">
31058         <size>26</size>
31059       </method>
31060       <method name="Boolean InstanceAssignTest()">
31061         <size>75</size>
31062       </method>
31063       <method name="Int32 T()">
31064         <size>54</size>
31065       </method>
31066       <method name="Int32 Main()">
31067         <size>45</size>
31068       </method>
31069     </type>
31070     <type name="PointF">
31071       <method name="Void .ctor(Single, Single)">
31072         <size>47</size>
31073       </method>
31074     </type>
31075     <type name="Point">
31076       <method name="Void .ctor(Int32, Int32)">
31077         <size>37</size>
31078       </method>
31079       <method name="PointF op_Implicit(Point)">
31080         <size>22</size>
31081       </method>
31082     </type>
31083   </test>
31084   <test name="test-313.cs">
31085     <type name="D">
31086       <method name="Void .ctor()">
31087         <size>7</size>
31088       </method>
31089       <method name="Void A.B.METHOD()">
31090         <size>1</size>
31091       </method>
31092       <method name="Int32 Main()">
31093         <size>132</size>
31094       </method>
31095     </type>
31096   </test>
31097   <test name="test-314.cs">
31098     <type name="X">
31099       <method name="Void .ctor()">
31100         <size>28</size>
31101       </method>
31102       <method name="Void .ctor(Int32)">
31103         <size>28</size>
31104       </method>
31105       <method name="Void .cctor()">
31106         <size>11</size>
31107       </method>
31108       <method name="Int32 Main()">
31109         <size>57</size>
31110       </method>
31111     </type>
31112   </test>
31113   <test name="test-315.cs">
31114     <type name="GuardedCollectionValue">
31115       <method name="Void .ctor()">
31116         <size>7</size>
31117       </method>
31118       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
31119         <size>2</size>
31120       </method>
31121       <method name="IDirectedCollectionValue Backwards()">
31122         <size>2</size>
31123       </method>
31124     </type>
31125     <type name="GuardedSequenced">
31126       <method name="Void .ctor()">
31127         <size>7</size>
31128       </method>
31129       <method name="IDirectedCollectionValue Test()">
31130         <size>12</size>
31131       </method>
31132     </type>
31133     <type name="X">
31134       <method name="Void .ctor()">
31135         <size>7</size>
31136       </method>
31137       <method name="Void Main()">
31138         <size>1</size>
31139       </method>
31140     </type>
31141   </test>
31142   <test name="test-316.cs">
31143     <type name="D">
31144       <method name="Void .ctor()">
31145         <size>7</size>
31146       </method>
31147       <method name="Int32 IA.Add(Int32)">
31148         <size>2</size>
31149       </method>
31150       <method name="Int32 IB.Add(Int32)">
31151         <size>2</size>
31152       </method>
31153     </type>
31154     <type name="E">
31155       <method name="Void .ctor()">
31156         <size>7</size>
31157       </method>
31158       <method name="Int32 IA.Add(Int32)">
31159         <size>2</size>
31160       </method>
31161       <method name="Int32 IB.Add(Int32)">
31162         <size>2</size>
31163       </method>
31164       <method name="Void doom()">
31165         <size>1</size>
31166       </method>
31167       <method name="System.Object Clone()">
31168         <size>2</size>
31169       </method>
31170       <method name="Void Dispose()">
31171         <size>1</size>
31172       </method>
31173     </type>
31174     <type name="C">
31175       <method name="Void .ctor()">
31176         <size>7</size>
31177       </method>
31178       <method name="Int32 Test(IC)">
31179         <size>49</size>
31180       </method>
31181       <method name="Void Test2(IE)">
31182         <size>20</size>
31183       </method>
31184       <method name="Int32 Main()">
31185         <size>32</size>
31186       </method>
31187     </type>
31188   </test>
31189   <test name="test-317.cs">
31190     <type name="X">
31191       <method name="Void .ctor()">
31192         <size>7</size>
31193       </method>
31194       <method name="Void Main()">
31195         <size>1</size>
31196       </method>
31197     </type>
31198   </test>
31199   <test name="test-318.cs">
31200     <type name="Ev">
31201       <method name="Void .ctor()">
31202         <size>29</size>
31203       </method>
31204       <method name="Void add_Disposed(System.EventHandler)">
31205         <size>19</size>
31206       </method>
31207       <method name="Void remove_Disposed(System.EventHandler)">
31208         <size>19</size>
31209       </method>
31210       <method name="Void OnClick(System.EventArgs)">
31211         <size>38</size>
31212       </method>
31213     </type>
31214     <type name="Foo">
31215       <method name="Void .ctor()">
31216         <size>7</size>
31217       </method>
31218     </type>
31219     <type name="C">
31220       <method name="Void .ctor()">
31221         <size>7</size>
31222       </method>
31223       <method name="Void my_from_fixed(Int32 ByRef)">
31224         <size>4</size>
31225       </method>
31226       <method name="Void month_from_fixed(Int32)">
31227         <size>8</size>
31228       </method>
31229       <method name="Int32 CreateFromString(Int32)">
31230         <size>10</size>
31231       </method>
31232       <method name="Void Main()">
31233         <size>1</size>
31234       </method>
31235     </type>
31236     <type name="Foo">
31237       <method name="Void EventInterface.add_Event(System.EventHandler)">
31238         <size>1</size>
31239       </method>
31240       <method name="Void EventInterface.remove_Event(System.EventHandler)">
31241         <size>1</size>
31242       </method>
31243     </type>
31244     <type name="C">
31245       <method name="Double* GetValue(Double)">
31246         <size>5</size>
31247       </method>
31248     </type>
31249   </test>
31250   <test name="test-319.cs">
31251     <type name="ConstFields">
31252       <method name="Void .ctor()">
31253         <size>7</size>
31254       </method>
31255       <method name="Void .cctor()">
31256         <size>137</size>
31257       </method>
31258       <method name="Int32 Main()">
31259         <size>324</size>
31260       </method>
31261     </type>
31262   </test>
31263   <test name="test-32.cs">
31264     <type name="Blah">
31265       <method name="Void .ctor()">
31266         <size>7</size>
31267       </method>
31268       <method name="Int32 Main()">
31269         <size>50</size>
31270       </method>
31271     </type>
31272   </test>
31273   <test name="test-320.cs">
31274     <type name="X">
31275       <method name="Void .ctor(SByte*, Int32, Int32)">
31276         <size>7</size>
31277       </method>
31278       <method name="Void Main()">
31279         <size>12</size>
31280       </method>
31281     </type>
31282   </test>
31283   <test name="test-321.cs">
31284     <type name="X">
31285       <method name="Void Dispose()">
31286         <size>1</size>
31287       </method>
31288       <method name="Void Main()">
31289         <size>30</size>
31290       </method>
31291     </type>
31292   </test>
31293   <test name="test-322.cs">
31294     <type name="Y">
31295       <method name="Void .ctor(Byte)">
31296         <size>14</size>
31297       </method>
31298       <method name="Int32 op_Implicit(Y)">
31299         <size>7</size>
31300       </method>
31301     </type>
31302     <type name="X">
31303       <method name="Void .ctor()">
31304         <size>7</size>
31305       </method>
31306       <method name="Void Main()">
31307         <size>50</size>
31308       </method>
31309     </type>
31310   </test>
31311   <test name="test-323.cs">
31312     <type name="X">
31313       <method name="Void .ctor()">
31314         <size>7</size>
31315       </method>
31316       <method name="Void Main()">
31317         <size>1</size>
31318       </method>
31319     </type>
31320   </test>
31321   <test name="test-324.cs">
31322     <type name="A">
31323       <method name="Void .ctor()">
31324         <size>7</size>
31325       </method>
31326       <method name="Void DoStuff()">
31327         <size>11</size>
31328       </method>
31329     </type>
31330     <type name="T">
31331       <method name="Void .ctor()">
31332         <size>7</size>
31333       </method>
31334       <method name="Void .cctor()">
31335         <size>11</size>
31336       </method>
31337     </type>
31338     <type name="Driver">
31339       <method name="Void .ctor()">
31340         <size>7</size>
31341       </method>
31342       <method name="Void Main()">
31343         <size>22</size>
31344       </method>
31345     </type>
31346     <type name="B">
31347       <method name="Boolean get_Val()">
31348         <size>2</size>
31349       </method>
31350     </type>
31351   </test>
31352   <test name="test-325.cs">
31353     <type name="RequestAttribute">
31354       <method name="Void .ctor(String, String, String[])">
31355         <size>7</size>
31356       </method>
31357     </type>
31358     <type name="MyClass">
31359       <method name="Void .ctor()">
31360         <size>7</size>
31361       </method>
31362       <method name="Int32 SomeRequest()">
31363         <size>2</size>
31364       </method>
31365       <method name="Void Main()">
31366         <size>7</size>
31367       </method>
31368     </type>
31369   </test>
31370   <test name="test-326.cs">
31371     <type name="X">
31372       <method name="Void .ctor()">
31373         <size>7</size>
31374       </method>
31375       <method name="Int32 Main()">
31376         <size>55</size>
31377       </method>
31378     </type>
31379     <type name="Mapper">
31380       <method name="Void .ctor(Object, IntPtr)">
31381         <size>0</size>
31382       </method>
31383       <method name="Double Invoke(Int32)">
31384         <size>0</size>
31385       </method>
31386       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31387         <size>0</size>
31388       </method>
31389       <method name="Double EndInvoke(IAsyncResult)">
31390         <size>0</size>
31391       </method>
31392     </type>
31393     <type name="X">
31394       <method name="Double &lt;Main&gt;m__0(Int32)">
31395         <size>6</size>
31396       </method>
31397     </type>
31398   </test>
31399   <test name="test-327.cs">
31400     <type name="X2">
31401       <method name="Void .ctor()">
31402         <size>7</size>
31403       </method>
31404     </type>
31405     <type name="A.B.Tester">
31406       <method name="Void .ctor()">
31407         <size>7</size>
31408       </method>
31409       <method name="Void .cctor()">
31410         <size>1</size>
31411       </method>
31412       <method name="Void Main()">
31413         <size>1</size>
31414       </method>
31415     </type>
31416   </test>
31417   <test name="test-328.cs">
31418     <type name="A.B.Tester">
31419       <method name="Void .ctor()">
31420         <size>7</size>
31421       </method>
31422       <method name="Void .cctor()">
31423         <size>1</size>
31424       </method>
31425       <method name="Void Main()">
31426         <size>1</size>
31427       </method>
31428     </type>
31429   </test>
31430   <test name="test-329.cs">
31431     <type name="X">
31432       <method name="Void .ctor()">
31433         <size>7</size>
31434       </method>
31435       <method name="Void .ctor(Object)">
31436         <size>21</size>
31437       </method>
31438       <method name="Int32 Main()">
31439         <size>74</size>
31440       </method>
31441     </type>
31442   </test>
31443   <test name="test-33.cs">
31444     <type name="FirstOuter.FirstInner.First">
31445       <method name="Void .ctor()">
31446         <size>7</size>
31447       </method>
31448       <method name="System.String get_MyIdentity()">
31449         <size>12</size>
31450       </method>
31451     </type>
31452     <type name="FirstOuter.Second">
31453       <method name="Void .ctor()">
31454         <size>7</size>
31455       </method>
31456     </type>
31457     <type name="FirstOuter.SecondInner.Third">
31458       <method name="Void .ctor()">
31459         <size>7</size>
31460       </method>
31461     </type>
31462     <type name="FirstOuter.FirstInner.Fourth">
31463       <method name="Void .ctor()">
31464         <size>7</size>
31465       </method>
31466     </type>
31467     <type name="Fifth">
31468       <method name="Void .ctor()">
31469         <size>7</size>
31470       </method>
31471     </type>
31472     <type name="Application">
31473       <method name="Void .ctor()">
31474         <size>7</size>
31475       </method>
31476       <method name="Int32 Main(System.String[])">
31477         <size>139</size>
31478       </method>
31479     </type>
31480   </test>
31481   <test name="test-330.cs">
31482     <type name="X">
31483       <method name="Void .ctor()">
31484         <size>7</size>
31485       </method>
31486       <method name="Void Main()">
31487         <size>8</size>
31488       </method>
31489     </type>
31490   </test>
31491   <test name="test-331.cs">
31492     <type name="T">
31493       <method name="Void .ctor()">
31494         <size>7</size>
31495       </method>
31496       <method name="Void Main()">
31497         <size>1</size>
31498       </method>
31499       <method name="Byte* get_Ptr()">
31500         <size>7</size>
31501       </method>
31502       <method name="Void set_Ptr(Byte*)">
31503         <size>8</size>
31504       </method>
31505     </type>
31506   </test>
31507   <test name="test-332.cs">
31508     <type name="C">
31509       <method name="Void .ctor()">
31510         <size>7</size>
31511       </method>
31512       <method name="Void Main()">
31513         <size>1</size>
31514       </method>
31515     </type>
31516   </test>
31517   <test name="test-333.cs">
31518     <type name="Foo">
31519       <method name="Void .ctor()">
31520         <size>7</size>
31521       </method>
31522       <method name="Void Something()">
31523         <size>1</size>
31524       </method>
31525     </type>
31526     <type name="Bar">
31527       <method name="Void .ctor()">
31528         <size>7</size>
31529       </method>
31530       <method name="Void Something()">
31531         <size>1</size>
31532       </method>
31533       <method name="Void Main()">
31534         <size>1</size>
31535       </method>
31536     </type>
31537   </test>
31538   <test name="test-334.cs">
31539     <type name="Test.Foo.Index.CompoundFileReader">
31540       <method name="Void .ctor()">
31541         <size>7</size>
31542       </method>
31543       <method name="Void Main()">
31544         <size>1</size>
31545       </method>
31546     </type>
31547     <type name="Test.Foo.Store.Directory">
31548       <method name="Void .ctor()">
31549         <size>7</size>
31550       </method>
31551     </type>
31552   </test>
31553   <test name="test-335.cs">
31554     <type name="X">
31555       <method name="Void .ctor()">
31556         <size>7</size>
31557       </method>
31558       <method name="Void A(Int32, Int32)">
31559         <size>1</size>
31560       </method>
31561       <method name="Void C(Int32 ByRef)">
31562         <size>4</size>
31563       </method>
31564       <method name="Void Main()">
31565         <size>70</size>
31566       </method>
31567     </type>
31568     <type name="X+B">
31569       <method name="Void .ctor(Object, IntPtr)">
31570         <size>0</size>
31571       </method>
31572       <method name="Void Invoke(Int32, Int32)">
31573         <size>0</size>
31574       </method>
31575       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
31576         <size>0</size>
31577       </method>
31578       <method name="Void EndInvoke(IAsyncResult)">
31579         <size>0</size>
31580       </method>
31581     </type>
31582     <type name="X+D">
31583       <method name="Void .ctor(Object, IntPtr)">
31584         <size>0</size>
31585       </method>
31586       <method name="Void Invoke(Int32 ByRef)">
31587         <size>0</size>
31588       </method>
31589       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
31590         <size>0</size>
31591       </method>
31592       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
31593         <size>0</size>
31594       </method>
31595     </type>
31596   </test>
31597   <test name="test-336.cs">
31598     <type name="X">
31599       <method name="Void .ctor(Foo)">
31600         <size>7</size>
31601       </method>
31602       <method name="Void .ctor(Bar)">
31603         <size>7</size>
31604       </method>
31605       <method name="Void Test()">
31606         <size>1</size>
31607       </method>
31608       <method name="Void Main()">
31609         <size>19</size>
31610       </method>
31611     </type>
31612     <type name="Foo">
31613       <method name="Void .ctor(Object, IntPtr)">
31614         <size>0</size>
31615       </method>
31616       <method name="Void Invoke()">
31617         <size>0</size>
31618       </method>
31619       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31620         <size>0</size>
31621       </method>
31622       <method name="Void EndInvoke(IAsyncResult)">
31623         <size>0</size>
31624       </method>
31625     </type>
31626     <type name="Bar">
31627       <method name="Void .ctor(Object, IntPtr)">
31628         <size>0</size>
31629       </method>
31630       <method name="Void Invoke(Int32)">
31631         <size>0</size>
31632       </method>
31633       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31634         <size>0</size>
31635       </method>
31636       <method name="Void EndInvoke(IAsyncResult)">
31637         <size>0</size>
31638       </method>
31639     </type>
31640   </test>
31641   <test name="test-337.cs">
31642     <type name="Test">
31643       <method name="Void .ctor()">
31644         <size>7</size>
31645       </method>
31646       <method name="Void Main()">
31647         <size>16</size>
31648       </method>
31649     </type>
31650   </test>
31651   <test name="test-338.cs">
31652     <type name="X">
31653       <method name="Void .ctor()">
31654         <size>7</size>
31655       </method>
31656       <method name="Void .cctor()">
31657         <size>11</size>
31658       </method>
31659       <method name="Void Main()">
31660         <size>1</size>
31661       </method>
31662       <method name="Y+Z fz()">
31663         <size>6</size>
31664       </method>
31665     </type>
31666     <type name="Y">
31667       <method name="Void .ctor()">
31668         <size>7</size>
31669       </method>
31670     </type>
31671     <type name="Y+Z">
31672       <method name="Void .ctor()">
31673         <size>7</size>
31674       </method>
31675       <method name="Void .cctor()">
31676         <size>11</size>
31677       </method>
31678     </type>
31679   </test>
31680   <test name="test-339.cs">
31681     <type name="C">
31682       <method name="Void .ctor()">
31683         <size>7</size>
31684       </method>
31685       <method name="Void .cctor()">
31686         <size>17</size>
31687       </method>
31688       <method name="Int32 Main()">
31689         <size>86</size>
31690       </method>
31691     </type>
31692   </test>
31693   <test name="test-34.cs">
31694     <type name="Blah">
31695       <method name="Void .ctor()">
31696         <size>7</size>
31697       </method>
31698       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
31699         <size>7</size>
31700       </method>
31701       <method name="Int32 Bar(Int32, System.Int32[])">
31702         <size>61</size>
31703       </method>
31704       <method name="Void Foo(Int32, Int32)">
31705         <size>7</size>
31706       </method>
31707       <method name="Void In(Int32 ByRef)">
31708         <size>7</size>
31709       </method>
31710       <method name="Void Out(Int32 ByRef)">
31711         <size>7</size>
31712       </method>
31713       <method name="Int32 AddArray(System.Int32[])">
31714         <size>30</size>
31715       </method>
31716       <method name="Int32 AddFancy(FancyInt[])">
31717         <size>39</size>
31718       </method>
31719       <method name="Int32 Main()">
31720         <size>269</size>
31721       </method>
31722     </type>
31723     <type name="&lt;PrivateImplementationDetails&gt;">
31724       <method name="Void .ctor()">
31725         <size>7</size>
31726       </method>
31727     </type>
31728     <type name="FancyInt">
31729       <method name="Void .ctor(Int32)">
31730         <size>8</size>
31731       </method>
31732     </type>
31733   </test>
31734   <test name="test-340.cs">
31735     <type name="FLMID.Bugs.BoolOne.A">
31736       <method name="Void .ctor()">
31737         <size>7</size>
31738       </method>
31739       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
31740         <size>8</size>
31741       </method>
31742     </type>
31743     <type name="FLMID.Bugs.BoolOne.B">
31744       <method name="Void .ctor()">
31745         <size>7</size>
31746       </method>
31747     </type>
31748     <type name="FLMID.Bugs.BoolOne.Test">
31749       <method name="Void .ctor()">
31750         <size>7</size>
31751       </method>
31752       <method name="Int32 Main(System.String[])">
31753         <size>34</size>
31754       </method>
31755     </type>
31756     <type name="FLMID.Bugs.BoolOne.B">
31757       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
31758         <size>12</size>
31759       </method>
31760     </type>
31761   </test>
31762   <test name="test-341.cs">
31763     <type name="Test">
31764       <method name="Void .ctor()">
31765         <size>7</size>
31766       </method>
31767       <method name="Void Main()">
31768         <size>1</size>
31769       </method>
31770     </type>
31771     <type name="Libs">
31772       <method name="Void .ctor()">
31773         <size>7</size>
31774       </method>
31775     </type>
31776     <type name="Bar">
31777       <method name="Void .ctor()">
31778         <size>7</size>
31779       </method>
31780     </type>
31781     <type name="Foo">
31782       <method name="Void .ctor()">
31783         <size>7</size>
31784       </method>
31785     </type>
31786   </test>
31787   <test name="test-342.cs">
31788     <type name="A">
31789       <method name="Void .ctor()">
31790         <size>7</size>
31791       </method>
31792       <method name="Void Foo(Int32)">
31793         <size>1</size>
31794       </method>
31795       <method name="Void Foo(Double)">
31796         <size>11</size>
31797       </method>
31798     </type>
31799     <type name="B">
31800       <method name="Void .ctor()">
31801         <size>7</size>
31802       </method>
31803       <method name="Void Foo(Double)">
31804         <size>11</size>
31805       </method>
31806       <method name="Void Main()">
31807         <size>24</size>
31808       </method>
31809     </type>
31810     <type name="A">
31811       <method name="Boolean get_Item(Int32)">
31812         <size>2</size>
31813       </method>
31814       <method name="Boolean get_Item(Double)">
31815         <size>11</size>
31816       </method>
31817     </type>
31818     <type name="B">
31819       <method name="Boolean get_Item(Double)">
31820         <size>11</size>
31821       </method>
31822     </type>
31823   </test>
31824   <test name="test-343.cs">
31825     <type name="X">
31826       <method name="Void .ctor()">
31827         <size>7</size>
31828       </method>
31829       <method name="Void Concat(System.String, System.String, System.String)">
31830         <size>1</size>
31831       </method>
31832       <method name="Void Concat(System.String[])">
31833         <size>11</size>
31834       </method>
31835       <method name="Void Main()">
31836         <size>21</size>
31837       </method>
31838     </type>
31839   </test>
31840   <test name="test-344.cs">
31841     <type name="X">
31842       <method name="Void .ctor()">
31843         <size>7</size>
31844       </method>
31845       <method name="Void add_y(Y)">
31846         <size>24</size>
31847       </method>
31848       <method name="Void remove_y(Y)">
31849         <size>24</size>
31850       </method>
31851       <method name="Void Main(System.String[])">
31852         <size>13</size>
31853       </method>
31854       <method name="Void Foo()">
31855         <size>50</size>
31856       </method>
31857     </type>
31858     <type name="Y">
31859       <method name="Void .ctor(Object, IntPtr)">
31860         <size>0</size>
31861       </method>
31862       <method name="Void Invoke()">
31863         <size>0</size>
31864       </method>
31865       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31866         <size>0</size>
31867       </method>
31868       <method name="Void EndInvoke(IAsyncResult)">
31869         <size>0</size>
31870       </method>
31871     </type>
31872     <type name="X+&lt;Foo&gt;c__AnonStorey0">
31873       <method name="Void .ctor()">
31874         <size>7</size>
31875       </method>
31876       <method name="Void &lt;&gt;m__0()">
31877         <size>28</size>
31878       </method>
31879     </type>
31880   </test>
31881   <test name="test-345.cs">
31882     <type name="EntryPoint">
31883       <method name="Void .ctor()">
31884         <size>7</size>
31885       </method>
31886       <method name="Void Main()">
31887         <size>1</size>
31888       </method>
31889     </type>
31890   </test>
31891   <test name="test-346.cs">
31892     <type name="TestMethods.Class1">
31893       <method name="Void .ctor()">
31894         <size>7</size>
31895       </method>
31896       <method name="Int32 Main()">
31897         <size>91</size>
31898       </method>
31899     </type>
31900     <type name="TestMethods.ParamClass">
31901       <method name="Void .ctor()">
31902         <size>7</size>
31903       </method>
31904     </type>
31905     <type name="TestMethods.TestParam">
31906       <method name="Void .ctor()">
31907         <size>7</size>
31908       </method>
31909     </type>
31910     <type name="TestMethods.BaseClass">
31911       <method name="Void .ctor()">
31912         <size>7</size>
31913       </method>
31914       <method name="Int32 AddItem(TestMethods.ParamClass)">
31915         <size>0</size>
31916       </method>
31917     </type>
31918     <type name="TestMethods.TestClass">
31919       <method name="Void .ctor()">
31920         <size>7</size>
31921       </method>
31922       <method name="Int32 AddItem(System.Object)">
31923         <size>2</size>
31924       </method>
31925       <method name="Int32 AddItem(TestMethods.ParamClass)">
31926         <size>2</size>
31927       </method>
31928     </type>
31929   </test>
31930   <test name="test-347.cs">
31931     <type name="Whatever.Core.Project">
31932       <method name="Void .ctor()">
31933         <size>7</size>
31934       </method>
31935     </type>
31936     <type name="Whatever.Core.A">
31937       <method name="Void .ctor()">
31938         <size>7</size>
31939       </method>
31940       <method name="Whatever.Core.Project get_Project()">
31941         <size>6</size>
31942       </method>
31943     </type>
31944     <type name="SomethingElse.Core.Project">
31945       <method name="Void .ctor()">
31946         <size>7</size>
31947       </method>
31948     </type>
31949     <type name="Whatever.App.B">
31950       <method name="Void .ctor()">
31951         <size>7</size>
31952       </method>
31953       <method name="System.String Execute()">
31954         <size>12</size>
31955       </method>
31956       <method name="Void Main()">
31957         <size>12</size>
31958       </method>
31959     </type>
31960   </test>
31961   <test name="test-348.cs">
31962     <type name="BoundAttribute">
31963       <method name="Void .ctor(Double, Int32)">
31964         <size>7</size>
31965       </method>
31966     </type>
31967     <type name="C">
31968       <method name="Void .ctor()">
31969         <size>7</size>
31970       </method>
31971       <method name="Void Main()">
31972         <size>1</size>
31973       </method>
31974     </type>
31975   </test>
31976   <test name="test-349.cs">
31977     <type name="C">
31978       <method name="Void .ctor()">
31979         <size>7</size>
31980       </method>
31981       <method name="Void add_Ev1(D)">
31982         <size>24</size>
31983       </method>
31984       <method name="Void remove_Ev1(D)">
31985         <size>24</size>
31986       </method>
31987     </type>
31988     <type name="X">
31989       <method name="Void .ctor()">
31990         <size>7</size>
31991       </method>
31992       <method name="Void .cctor()">
31993         <size>1</size>
31994       </method>
31995       <method name="Void add_Ev1(D)">
31996         <size>22</size>
31997       </method>
31998       <method name="Void remove_Ev1(D)">
31999         <size>22</size>
32000       </method>
32001       <method name="Void add_Ev2(D)">
32002         <size>22</size>
32003       </method>
32004       <method name="Void remove_Ev2(D)">
32005         <size>22</size>
32006       </method>
32007     </type>
32008     <type name="X2">
32009       <method name="Void .ctor()">
32010         <size>7</size>
32011       </method>
32012       <method name="Void .cctor()">
32013         <size>7</size>
32014       </method>
32015     </type>
32016     <type name="Test">
32017       <method name="Void .ctor()">
32018         <size>7</size>
32019       </method>
32020       <method name="Void .cctor()">
32021         <size>19</size>
32022       </method>
32023       <method name="Int32 Main()">
32024         <size>63</size>
32025       </method>
32026     </type>
32027     <type name="D">
32028       <method name="Void .ctor(Object, IntPtr)">
32029         <size>0</size>
32030       </method>
32031       <method name="Void Invoke()">
32032         <size>0</size>
32033       </method>
32034       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32035         <size>0</size>
32036       </method>
32037       <method name="Void EndInvoke(IAsyncResult)">
32038         <size>0</size>
32039       </method>
32040     </type>
32041   </test>
32042   <test name="test-35.cs">
32043     <type name="X">
32044       <method name="Void .ctor()">
32045         <size>7</size>
32046       </method>
32047       <method name="Void .cctor()">
32048         <size>7</size>
32049       </method>
32050       <method name="Void a()">
32051         <size>17</size>
32052       </method>
32053       <method name="Void w(Int32)">
32054         <size>22</size>
32055       </method>
32056       <method name="Int32 Main()">
32057         <size>298</size>
32058       </method>
32059     </type>
32060   </test>
32061   <test name="test-350.cs">
32062     <type name="A">
32063       <method name="Void .ctor()">
32064         <size>7</size>
32065       </method>
32066     </type>
32067     <type name="A+BAttribute">
32068       <method name="Void .ctor()">
32069         <size>7</size>
32070       </method>
32071     </type>
32072     <type name="C">
32073       <method name="Void .ctor()">
32074         <size>7</size>
32075       </method>
32076       <method name="Void Main()">
32077         <size>1</size>
32078       </method>
32079     </type>
32080   </test>
32081   <test name="test-351.cs">
32082     <type name="Test.Testee">
32083       <method name="Void .ctor()">
32084         <size>7</size>
32085       </method>
32086       <method name="Void Bar(System.String, System.Object[])">
32087         <size>1</size>
32088       </method>
32089       <method name="Void Main()">
32090         <size>242</size>
32091       </method>
32092     </type>
32093     <type name="Test.Foo">
32094       <method name="Void .ctor(Object, IntPtr)">
32095         <size>0</size>
32096       </method>
32097       <method name="Void Invoke(System.String, System.Object[])">
32098         <size>0</size>
32099       </method>
32100       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
32101         <size>0</size>
32102       </method>
32103       <method name="Void EndInvoke(IAsyncResult)">
32104         <size>0</size>
32105       </method>
32106     </type>
32107   </test>
32108   <test name="test-352.cs">
32109     <type name="C">
32110       <method name="Void .ctor()">
32111         <size>7</size>
32112       </method>
32113       <method name="Void Main()">
32114         <size>1</size>
32115       </method>
32116     </type>
32117   </test>
32118   <test name="test-353.cs">
32119     <type name="Three">
32120       <method name="Void .ctor()">
32121         <size>7</size>
32122       </method>
32123       <method name="Void Main()">
32124         <size>7</size>
32125       </method>
32126     </type>
32127     <type name="One">
32128       <method name="Void .ctor()">
32129         <size>7</size>
32130       </method>
32131     </type>
32132     <type name="Two">
32133       <method name="Void .ctor()">
32134         <size>7</size>
32135       </method>
32136     </type>
32137   </test>
32138   <test name="test-354.cs">
32139     <type name="MYAttr">
32140       <method name="Void .ctor()">
32141         <size>7</size>
32142       </method>
32143     </type>
32144     <type name="A">
32145       <method name="Void .ctor()">
32146         <size>7</size>
32147       </method>
32148       <method name="Void Main()">
32149         <size>1</size>
32150       </method>
32151     </type>
32152   </test>
32153   <test name="test-355.cs">
32154     <type name="Level1.Level1.Level2.MainClass">
32155       <method name="Void .ctor()">
32156         <size>7</size>
32157       </method>
32158       <method name="Void Main()">
32159         <size>1</size>
32160       </method>
32161     </type>
32162   </test>
32163   <test name="test-356.cs">
32164     <type name="MainClass">
32165       <method name="Void .ctor()">
32166         <size>7</size>
32167       </method>
32168       <method name="Void Main()">
32169         <size>1</size>
32170       </method>
32171     </type>
32172   </test>
32173   <test name="test-357.cs">
32174     <type name="SD.Sd">
32175       <method name="Void .ctor()">
32176         <size>7</size>
32177       </method>
32178       <method name="Void F(Boolean)">
32179         <size>1</size>
32180       </method>
32181     </type>
32182     <type name="Foo.Bar">
32183       <method name="Void .ctor()">
32184         <size>25</size>
32185       </method>
32186       <method name="Void Main()">
32187         <size>27</size>
32188       </method>
32189     </type>
32190     <type name="Foo.Bar+f_t">
32191       <method name="Void .ctor(Object, IntPtr)">
32192         <size>0</size>
32193       </method>
32194       <method name="Void Invoke(Boolean)">
32195         <size>0</size>
32196       </method>
32197       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
32198         <size>0</size>
32199       </method>
32200       <method name="Void EndInvoke(IAsyncResult)">
32201         <size>0</size>
32202       </method>
32203     </type>
32204   </test>
32205   <test name="test-358.cs">
32206     <type name="Test">
32207       <method name="Void .ctor()">
32208         <size>7</size>
32209       </method>
32210       <method name="Void Main()">
32211         <size>50</size>
32212       </method>
32213     </type>
32214   </test>
32215   <test name="test-359.cs">
32216     <type name="Test">
32217       <method name="Void .ctor()">
32218         <size>7</size>
32219       </method>
32220       <method name="Void Main()">
32221         <size>1</size>
32222       </method>
32223     </type>
32224   </test>
32225   <test name="test-36.cs">
32226     <type name="Y">
32227       <method name="Void .ctor()">
32228         <size>7</size>
32229       </method>
32230       <method name="Int32 Main()">
32231         <size>276</size>
32232       </method>
32233     </type>
32234     <type name="X">
32235       <method name="IEnumerator GetEnumerator()">
32236         <size>35</size>
32237       </method>
32238     </type>
32239     <type name="&lt;PrivateImplementationDetails&gt;">
32240       <method name="Void .ctor()">
32241         <size>7</size>
32242       </method>
32243     </type>
32244   </test>
32245   <test name="test-360.cs">
32246     <type name="Application">
32247       <method name="Void .ctor()">
32248         <size>7</size>
32249       </method>
32250       <method name="Void Main(System.String[])">
32251         <size>13</size>
32252       </method>
32253     </type>
32254   </test>
32255   <test name="test-361.cs">
32256     <type name="X">
32257       <method name="Void .ctor()">
32258         <size>7</size>
32259       </method>
32260     </type>
32261     <type name="Test">
32262       <method name="Void .ctor()">
32263         <size>7</size>
32264       </method>
32265       <method name="Void Main()">
32266         <size>1</size>
32267       </method>
32268     </type>
32269   </test>
32270   <test name="test-362.cs">
32271     <type name="C">
32272       <method name="Void .ctor()">
32273         <size>7</size>
32274       </method>
32275       <method name="Void Main()">
32276         <size>17</size>
32277       </method>
32278       <method name="Void Test()">
32279         <size>26</size>
32280       </method>
32281     </type>
32282   </test>
32283   <test name="test-363.cs">
32284     <type name="Location">
32285       <method name="Void .ctor()">
32286         <size>7</size>
32287       </method>
32288       <method name="Void .cctor()">
32289         <size>11</size>
32290       </method>
32291     </type>
32292     <type name="Element">
32293       <method name="Void .ctor()">
32294         <size>18</size>
32295       </method>
32296       <method name="Location get_Location()">
32297         <size>7</size>
32298       </method>
32299       <method name="Void set_Location(Location)">
32300         <size>8</size>
32301       </method>
32302     </type>
32303     <type name="T">
32304       <method name="Void .ctor()">
32305         <size>7</size>
32306       </method>
32307       <method name="Void Main()">
32308         <size>1</size>
32309       </method>
32310     </type>
32311   </test>
32312   <test name="test-364.cs">
32313     <type name="X">
32314       <method name="Void .ctor()">
32315         <size>7</size>
32316       </method>
32317       <method name="Int32 Main()">
32318         <size>34</size>
32319       </method>
32320       <method name="Int32 t1(Int32)">
32321         <size>33</size>
32322       </method>
32323       <method name="Int32 t2(Int32)">
32324         <size>47</size>
32325       </method>
32326       <method name="Void Main2(System.String[])">
32327         <size>72</size>
32328       </method>
32329     </type>
32330     <type name="Delegable">
32331       <method name="Void .ctor()">
32332         <size>7</size>
32333       </method>
32334       <method name="Void add_MyDelegate(System.EventHandler)">
32335         <size>24</size>
32336       </method>
32337       <method name="Void remove_MyDelegate(System.EventHandler)">
32338         <size>24</size>
32339       </method>
32340     </type>
32341     <type name="X+Foo">
32342       <method name="Void .ctor(Object, IntPtr)">
32343         <size>0</size>
32344       </method>
32345       <method name="Int32 Invoke()">
32346         <size>0</size>
32347       </method>
32348       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32349         <size>0</size>
32350       </method>
32351       <method name="Int32 EndInvoke(IAsyncResult)">
32352         <size>0</size>
32353       </method>
32354     </type>
32355     <type name="X+&lt;t1&gt;c__AnonStorey0">
32356       <method name="Void .ctor()">
32357         <size>7</size>
32358       </method>
32359       <method name="Int32 &lt;&gt;m__0()">
32360         <size>7</size>
32361       </method>
32362     </type>
32363     <type name="X+&lt;t2&gt;c__AnonStorey1">
32364       <method name="Void .ctor()">
32365         <size>7</size>
32366       </method>
32367       <method name="Int32 &lt;&gt;m__1()">
32368         <size>7</size>
32369       </method>
32370     </type>
32371     <type name="X+&lt;Main2&gt;c__AnonStorey2">
32372       <method name="Void .ctor()">
32373         <size>7</size>
32374       </method>
32375       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
32376         <size>33</size>
32377       </method>
32378     </type>
32379   </test>
32380   <test name="test-365.cs">
32381     <type name="C">
32382       <method name="Void .ctor()">
32383         <size>19</size>
32384       </method>
32385       <method name="Void set_LiteralType(LiteralType)">
32386         <size>1</size>
32387       </method>
32388       <method name="Void Main()">
32389         <size>1</size>
32390       </method>
32391     </type>
32392   </test>
32393   <test name="test-366.cs">
32394     <type name="C">
32395       <method name="Void .ctor()">
32396         <size>7</size>
32397       </method>
32398       <method name="Int32 Main()">
32399         <size>20</size>
32400       </method>
32401     </type>
32402   </test>
32403   <test name="test-367.cs">
32404     <type name="X">
32405       <method name="Void .ctor()">
32406         <size>7</size>
32407       </method>
32408       <method name="Int32 Main()">
32409         <size>20</size>
32410       </method>
32411     </type>
32412   </test>
32413   <test name="test-368.cs">
32414     <type name="X">
32415       <method name="Void .ctor()">
32416         <size>7</size>
32417       </method>
32418       <method name="Void Main()">
32419         <size>27</size>
32420       </method>
32421     </type>
32422   </test>
32423   <test name="test-369.cs">
32424     <type name="Test">
32425       <method name="Void .ctor()">
32426         <size>7</size>
32427       </method>
32428       <method name="Boolean Equals(System.Object)">
32429         <size>2</size>
32430       </method>
32431       <method name="Int32 GetHashCode()">
32432         <size>2</size>
32433       </method>
32434       <method name="Void Main()">
32435         <size>47</size>
32436       </method>
32437       <method name="Boolean op_Equality(Test, Test)">
32438         <size>14</size>
32439       </method>
32440       <method name="Boolean op_Inequality(Test, Test)">
32441         <size>2</size>
32442       </method>
32443     </type>
32444   </test>
32445   <test name="test-37.cs">
32446     <type name="X">
32447       <method name="Void .ctor()">
32448         <size>7</size>
32449       </method>
32450       <method name="Void m(System.Int32[])">
32451         <size>9</size>
32452       </method>
32453       <method name="Int32 test_int_single_dim()">
32454         <size>88</size>
32455       </method>
32456       <method name="Int32 simple_test_double_dim()">
32457         <size>78</size>
32458       </method>
32459       <method name="Int32 Main()">
32460         <size>12</size>
32461       </method>
32462     </type>
32463   </test>
32464   <test name="test-370.cs">
32465     <type name="Test.Application">
32466       <method name="Void .ctor()">
32467         <size>7</size>
32468       </method>
32469       <method name="Int32 ParseType(System.String)">
32470         <size>168</size>
32471       </method>
32472       <method name="Int32 Main()">
32473         <size>54</size>
32474       </method>
32475     </type>
32476   </test>
32477   <test name="test-371.cs">
32478     <type name="X">
32479       <method name="Void .ctor(Boolean&amp;)">
32480         <size>10</size>
32481       </method>
32482       <method name="Void Main()">
32483         <size>1</size>
32484       </method>
32485     </type>
32486     <type name="Y">
32487       <method name="Void .ctor(Boolean&amp;)">
32488         <size>8</size>
32489       </method>
32490     </type>
32491   </test>
32492   <test name="test-372.cs">
32493     <type name="GenericNode">
32494       <method name="Void .ctor()">
32495         <size>7</size>
32496       </method>
32497       <method name="Int32 GetStat()">
32498         <size>2</size>
32499       </method>
32500     </type>
32501     <type name="GenericFileNode">
32502       <method name="Void .ctor()">
32503         <size>7</size>
32504       </method>
32505       <method name="Int32 NotUsed()">
32506         <size>2</size>
32507       </method>
32508     </type>
32509     <type name="WorkingTest">
32510       <method name="Void .ctor()">
32511         <size>7</size>
32512       </method>
32513       <method name="Int32 GetStat()">
32514         <size>3</size>
32515       </method>
32516     </type>
32517     <type name="FailingTest">
32518       <method name="Void .ctor()">
32519         <size>7</size>
32520       </method>
32521       <method name="Int32 GetStat()">
32522         <size>3</size>
32523       </method>
32524     </type>
32525     <type name="TestWrapper">
32526       <method name="Void .ctor()">
32527         <size>7</size>
32528       </method>
32529       <method name="Boolean Test(Node, System.String)">
32530         <size>39</size>
32531       </method>
32532       <method name="Int32 Main()">
32533         <size>44</size>
32534       </method>
32535     </type>
32536   </test>
32537   <test name="test-373.cs">
32538     <type name="Test">
32539       <method name="Void .ctor()">
32540         <size>7</size>
32541       </method>
32542       <method name="Void Main(System.String[])">
32543         <size>50</size>
32544       </method>
32545     </type>
32546   </test>
32547   <test name="test-374.cs">
32548     <type name="Test">
32549       <method name="Void .ctor()">
32550         <size>7</size>
32551       </method>
32552     </type>
32553     <type name="Rest">
32554       <method name="Void .ctor()">
32555         <size>7</size>
32556       </method>
32557       <method name="Void Main()">
32558         <size>1</size>
32559       </method>
32560     </type>
32561   </test>
32562   <test name="test-375.cs">
32563     <type name="a">
32564       <method name="Void .ctor()">
32565         <size>7</size>
32566       </method>
32567     </type>
32568     <type name="a+b">
32569       <method name="Void .ctor()">
32570         <size>7</size>
32571       </method>
32572     </type>
32573     <type name="c">
32574       <method name="Void .ctor()">
32575         <size>7</size>
32576       </method>
32577       <method name="Void Main()">
32578         <size>1</size>
32579       </method>
32580     </type>
32581     <type name="c+d">
32582       <method name="Void .ctor()">
32583         <size>7</size>
32584       </method>
32585     </type>
32586   </test>
32587   <test name="test-376.cs">
32588     <type name="C">
32589       <method name="Void .ctor()">
32590         <size>7</size>
32591       </method>
32592       <method name="Int32 Main()">
32593         <size>72</size>
32594       </method>
32595     </type>
32596   </test>
32597   <test name="test-377.cs">
32598     <type name="Tests">
32599       <method name="Void .ctor()">
32600         <size>7</size>
32601       </method>
32602       <method name="Void test()">
32603         <size>10</size>
32604       </method>
32605       <method name="Void Main()">
32606         <size>1</size>
32607       </method>
32608     </type>
32609   </test>
32610   <test name="test-378.cs">
32611     <type name="C">
32612       <method name="Void .ctor()">
32613         <size>7</size>
32614       </method>
32615       <method name="Void Main()">
32616         <size>1</size>
32617       </method>
32618     </type>
32619   </test>
32620   <test name="test-379.cs">
32621     <type name="DeadCode">
32622       <method name="Void .ctor()">
32623         <size>7</size>
32624       </method>
32625       <method name="Void Main()">
32626         <size>12</size>
32627       </method>
32628       <method name="System.String SomeFunc(System.String)">
32629         <size>2</size>
32630       </method>
32631     </type>
32632   </test>
32633   <test name="test-38.cs">
32634     <type name="X">
32635       <method name="Void .ctor()">
32636         <size>7</size>
32637       </method>
32638       <method name="Int32 get_Item(Int32)">
32639         <size>20</size>
32640       </method>
32641       <method name="Void set_Item(Int32, Int32)">
32642         <size>26</size>
32643       </method>
32644       <method name="Int32 Foo()">
32645         <size>2</size>
32646       </method>
32647       <method name="Int32 get_Bar()">
32648         <size>7</size>
32649       </method>
32650       <method name="Void set_Bar(Int32)">
32651         <size>8</size>
32652       </method>
32653     </type>
32654     <type name="Y">
32655       <method name="Void .ctor()">
32656         <size>7</size>
32657       </method>
32658       <method name="UInt32 get_Item(UInt32)">
32659         <size>20</size>
32660       </method>
32661       <method name="Void set_Item(UInt32, UInt32)">
32662         <size>26</size>
32663       </method>
32664       <method name="UInt32 Foo()">
32665         <size>2</size>
32666       </method>
32667       <method name="UInt32 get_Bar()">
32668         <size>7</size>
32669       </method>
32670       <method name="Void set_Bar(UInt32)">
32671         <size>8</size>
32672       </method>
32673     </type>
32674     <type name="Test">
32675       <method name="Void .ctor()">
32676         <size>7</size>
32677       </method>
32678       <method name="Int32 Main()">
32679         <size>268</size>
32680       </method>
32681     </type>
32682   </test>
32683   <test name="test-380.cs">
32684     <type name="T">
32685       <method name="Void .ctor()">
32686         <size>7</size>
32687       </method>
32688       <method name="Int32 Main()">
32689         <size>17</size>
32690       </method>
32691     </type>
32692   </test>
32693   <test name="test-381.cs">
32694     <type name="Application">
32695       <method name="Void .ctor()">
32696         <size>7</size>
32697       </method>
32698       <method name="Void Main(System.String[])">
32699         <size>13</size>
32700       </method>
32701     </type>
32702   </test>
32703   <test name="test-382.cs">
32704     <type name="Dec">
32705       <method name="Void .ctor()">
32706         <size>7</size>
32707       </method>
32708       <method name="Void .cctor()">
32709         <size>16</size>
32710       </method>
32711       <method name="Void Main()">
32712         <size>108</size>
32713       </method>
32714     </type>
32715   </test>
32716   <test name="test-383.cs">
32717     <type name="X">
32718       <method name="Void .ctor()">
32719         <size>37</size>
32720       </method>
32721       <method name="X testme(Int32 ByRef)">
32722         <size>5</size>
32723       </method>
32724       <method name="Void Main()">
32725         <size>7</size>
32726       </method>
32727     </type>
32728   </test>
32729   <test name="test-384.cs">
32730     <type name="X">
32731       <method name="Void .ctor()">
32732         <size>7</size>
32733       </method>
32734       <method name="Void .cctor()">
32735         <size>8</size>
32736       </method>
32737       <method name="Void Test()">
32738         <size>40</size>
32739       </method>
32740       <method name="Int32 Main()">
32741         <size>21</size>
32742       </method>
32743     </type>
32744   </test>
32745   <test name="test-385.cs">
32746     <type name="Test">
32747       <method name="Void .ctor()">
32748         <size>7</size>
32749       </method>
32750       <method name="Int32 Main()">
32751         <size>40</size>
32752       </method>
32753     </type>
32754   </test>
32755   <test name="test-386.cs">
32756     <type name="SuperDecimal">
32757       <method name="Void .ctor(Decimal)">
32758         <size>14</size>
32759       </method>
32760       <method name="Void Main()">
32761         <size>15</size>
32762       </method>
32763       <method name="SuperDecimal op_Implicit(Decimal)">
32764         <size>7</size>
32765       </method>
32766     </type>
32767   </test>
32768   <test name="test-387.cs">
32769     <type name="ObjectID">
32770       <method name="Void .ctor(Int64)">
32771         <size>8</size>
32772       </method>
32773       <method name="Void Main()">
32774         <size>22</size>
32775       </method>
32776       <method name="Int64 op_Implicit(ObjectID)">
32777         <size>8</size>
32778       </method>
32779       <method name="ObjectID op_Implicit(Int64)">
32780         <size>7</size>
32781       </method>
32782     </type>
32783   </test>
32784   <test name="test-388.cs">
32785     <type name="Schemas.basefieldtype">
32786       <method name="Void .ctor()">
32787         <size>7</size>
32788       </method>
32789       <method name="System.Object Instantiate()">
32790         <size>2</size>
32791       </method>
32792     </type>
32793     <type name="Schemas.fieldtype">
32794       <method name="Void .ctor()">
32795         <size>7</size>
32796       </method>
32797       <method name="System.Object Instantiate()">
32798         <size>18</size>
32799       </method>
32800     </type>
32801     <type name="Schemas.compoundfield">
32802       <method name="Void .ctor()">
32803         <size>7</size>
32804       </method>
32805       <method name="System.Object Instantiate()">
32806         <size>18</size>
32807       </method>
32808     </type>
32809     <type name="Schemas.field">
32810       <method name="Void .ctor()">
32811         <size>7</size>
32812       </method>
32813       <method name="System.Object Instantiate()">
32814         <size>18</size>
32815       </method>
32816     </type>
32817     <type name="Schemas.formdata">
32818       <method name="Void .ctor()">
32819         <size>7</size>
32820       </method>
32821       <method name="System.Object Instantiate()">
32822         <size>12</size>
32823       </method>
32824     </type>
32825     <type name="Schemas.M">
32826       <method name="Void .ctor()">
32827         <size>7</size>
32828       </method>
32829       <method name="Void Main()">
32830         <size>1</size>
32831       </method>
32832     </type>
32833   </test>
32834   <test name="test-389.cs">
32835     <type name="Schemas.basefieldtype">
32836       <method name="Void .ctor()">
32837         <size>7</size>
32838       </method>
32839       <method name="System.Object Instantiate()">
32840         <size>2</size>
32841       </method>
32842     </type>
32843     <type name="Schemas.fieldtype">
32844       <method name="Void .ctor()">
32845         <size>7</size>
32846       </method>
32847       <method name="System.Object Instantiate()">
32848         <size>18</size>
32849       </method>
32850     </type>
32851     <type name="Schemas.compoundfield">
32852       <method name="Void .ctor()">
32853         <size>7</size>
32854       </method>
32855       <method name="System.Object Instantiate()">
32856         <size>18</size>
32857       </method>
32858     </type>
32859     <type name="Schemas.field">
32860       <method name="Void .ctor()">
32861         <size>7</size>
32862       </method>
32863       <method name="System.Object Instantiate()">
32864         <size>18</size>
32865       </method>
32866     </type>
32867     <type name="Schemas.formdata">
32868       <method name="Void .ctor()">
32869         <size>7</size>
32870       </method>
32871       <method name="System.Object Instantiate()">
32872         <size>12</size>
32873       </method>
32874     </type>
32875     <type name="Schemas.M">
32876       <method name="Void .ctor()">
32877         <size>7</size>
32878       </method>
32879       <method name="Void Main()">
32880         <size>1</size>
32881       </method>
32882     </type>
32883   </test>
32884   <test name="test-39.cs">
32885     <type name="SimpleAttribute">
32886       <method name="Void .ctor(String)">
32887         <size>14</size>
32888       </method>
32889       <method name="System.String get_AnotherArg()">
32890         <size>7</size>
32891       </method>
32892       <method name="Void set_AnotherArg(System.String)">
32893         <size>8</size>
32894       </method>
32895       <method name="Int64 get_LongValue()">
32896         <size>3</size>
32897       </method>
32898       <method name="Void set_LongValue(Int64)">
32899         <size>1</size>
32900       </method>
32901       <method name="System.Int64[] get_ArrayValue()">
32902         <size>7</size>
32903       </method>
32904       <method name="Void set_ArrayValue(System.Int64[])">
32905         <size>1</size>
32906       </method>
32907     </type>
32908     <type name="Blah2">
32909       <method name="Void .ctor()">
32910         <size>7</size>
32911       </method>
32912     </type>
32913     <type name="Blah3">
32914       <method name="Void .ctor()">
32915         <size>7</size>
32916       </method>
32917     </type>
32918     <type name="Blah">
32919       <method name="Void .ctor()">
32920         <size>7</size>
32921       </method>
32922       <method name="Int32 Main()">
32923         <size>176</size>
32924       </method>
32925     </type>
32926   </test>
32927   <test name="test-390.cs">
32928     <type name="C">
32929       <method name="Void .ctor()">
32930         <size>7</size>
32931       </method>
32932       <method name="Void Main()">
32933         <size>1</size>
32934       </method>
32935     </type>
32936     <type name="C+O">
32937       <method name="Void .ctor()">
32938         <size>7</size>
32939       </method>
32940       <method name="Void Foo()">
32941         <size>1</size>
32942       </method>
32943     </type>
32944     <type name="C+N">
32945       <method name="Void .ctor()">
32946         <size>7</size>
32947       </method>
32948       <method name="Void Foo()">
32949         <size>1</size>
32950       </method>
32951     </type>
32952     <type name="C+M">
32953       <method name="Void .ctor()">
32954         <size>7</size>
32955       </method>
32956     </type>
32957   </test>
32958   <test name="test-391.cs">
32959     <type name="C">
32960       <method name="Void .ctor()">
32961         <size>7</size>
32962       </method>
32963       <method name="Void Foo(Int32)">
32964         <size>1</size>
32965       </method>
32966       <method name="Void Foo(Int32 ByRef)">
32967         <size>1</size>
32968       </method>
32969       <method name="Void Bar(Boolean ByRef)">
32970         <size>4</size>
32971       </method>
32972       <method name="Void Bar(Boolean)">
32973         <size>1</size>
32974       </method>
32975       <method name="Void Main()">
32976         <size>1</size>
32977       </method>
32978     </type>
32979   </test>
32980   <test name="test-392.cs">
32981     <type name="C">
32982       <method name="Int32 Test()">
32983         <size>80</size>
32984       </method>
32985       <method name="Int32 Main()">
32986         <size>16</size>
32987       </method>
32988     </type>
32989     <type name="C+S">
32990       <method name="Void .ctor(Int32)">
32991         <size>8</size>
32992       </method>
32993     </type>
32994   </test>
32995   <test name="test-393.cs">
32996     <type name="A">
32997       <method name="Void .ctor(String)">
32998         <size>24</size>
32999       </method>
33000       <method name="Void .ctor()">
33001         <size>7</size>
33002       </method>
33003       <method name="System.String get_Name()">
33004         <size>7</size>
33005       </method>
33006     </type>
33007     <type name="B">
33008       <method name="Void .ctor(String)">
33009         <size>24</size>
33010       </method>
33011       <method name="Void .ctor()">
33012         <size>7</size>
33013       </method>
33014     </type>
33015     <type name="C">
33016       <method name="Void .ctor(String)">
33017         <size>24</size>
33018       </method>
33019     </type>
33020     <type name="Tester">
33021       <method name="Void .ctor()">
33022         <size>7</size>
33023       </method>
33024       <method name="A MethodSampleA(System.String)">
33025         <size>7</size>
33026       </method>
33027       <method name="B MethodSampleB(System.String)">
33028         <size>7</size>
33029       </method>
33030       <method name="C MethodSampleC(System.String)">
33031         <size>7</size>
33032       </method>
33033       <method name="Void Main()">
33034         <size>113</size>
33035       </method>
33036     </type>
33037     <type name="Tester+MethodHandler">
33038       <method name="Void .ctor(Object, IntPtr)">
33039         <size>0</size>
33040       </method>
33041       <method name="A Invoke(System.String)">
33042         <size>0</size>
33043       </method>
33044       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
33045         <size>0</size>
33046       </method>
33047       <method name="A EndInvoke(IAsyncResult)">
33048         <size>0</size>
33049       </method>
33050     </type>
33051   </test>
33052   <test name="test-394.cs">
33053     <type name="A">
33054       <method name="Void .ctor(String)">
33055         <size>24</size>
33056       </method>
33057       <method name="Void .ctor()">
33058         <size>7</size>
33059       </method>
33060       <method name="System.String get_Name()">
33061         <size>7</size>
33062       </method>
33063     </type>
33064     <type name="B">
33065       <method name="Void .ctor(String)">
33066         <size>24</size>
33067       </method>
33068       <method name="Void .ctor()">
33069         <size>7</size>
33070       </method>
33071     </type>
33072     <type name="C">
33073       <method name="Void .ctor(String, String)">
33074         <size>31</size>
33075       </method>
33076       <method name="System.String get_Value()">
33077         <size>7</size>
33078       </method>
33079     </type>
33080     <type name="Tester">
33081       <method name="Void .ctor()">
33082         <size>7</size>
33083       </method>
33084       <method name="System.String MethodSampleA(A)">
33085         <size>7</size>
33086       </method>
33087       <method name="System.String MethodSampleB(B)">
33088         <size>7</size>
33089       </method>
33090       <method name="System.String MethodSampleC(C)">
33091         <size>23</size>
33092       </method>
33093       <method name="Void Main()">
33094         <size>128</size>
33095       </method>
33096     </type>
33097     <type name="Tester+MethodHandler">
33098       <method name="Void .ctor(Object, IntPtr)">
33099         <size>0</size>
33100       </method>
33101       <method name="System.String Invoke(C)">
33102         <size>0</size>
33103       </method>
33104       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
33105         <size>0</size>
33106       </method>
33107       <method name="System.String EndInvoke(IAsyncResult)">
33108         <size>0</size>
33109       </method>
33110     </type>
33111   </test>
33112   <test name="test-395.cs">
33113     <type name="A">
33114       <method name="Void .ctor(String)">
33115         <size>24</size>
33116       </method>
33117       <method name="Void .ctor()">
33118         <size>7</size>
33119       </method>
33120       <method name="System.String get_Name()">
33121         <size>7</size>
33122       </method>
33123     </type>
33124     <type name="B">
33125       <method name="Void .ctor(String)">
33126         <size>24</size>
33127       </method>
33128       <method name="Void .ctor()">
33129         <size>7</size>
33130       </method>
33131     </type>
33132     <type name="C">
33133       <method name="Void .ctor(String, String)">
33134         <size>31</size>
33135       </method>
33136       <method name="System.String get_Value()">
33137         <size>7</size>
33138       </method>
33139     </type>
33140     <type name="Tester">
33141       <method name="Void .ctor()">
33142         <size>7</size>
33143       </method>
33144       <method name="Void MethodSample(B, A, C)">
33145         <size>55</size>
33146       </method>
33147       <method name="Void Main()">
33148         <size>71</size>
33149       </method>
33150     </type>
33151     <type name="Tester+MethodHandler">
33152       <method name="Void .ctor(Object, IntPtr)">
33153         <size>0</size>
33154       </method>
33155       <method name="Void Invoke(C, C, C)">
33156         <size>0</size>
33157       </method>
33158       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
33159         <size>0</size>
33160       </method>
33161       <method name="Void EndInvoke(IAsyncResult)">
33162         <size>0</size>
33163       </method>
33164     </type>
33165   </test>
33166   <test name="test-396.cs">
33167     <type name="MainClass">
33168       <method name="Void .ctor()">
33169         <size>7</size>
33170       </method>
33171       <method name="Int32 Main()">
33172         <size>22</size>
33173       </method>
33174     </type>
33175   </test>
33176   <test name="test-397.cs">
33177     <type name="TypeCheckAttribute">
33178       <method name="Void .ctor()">
33179         <size>7</size>
33180       </method>
33181     </type>
33182     <type name="PropertyCheckAttribute">
33183       <method name="Void .ctor()">
33184         <size>7</size>
33185       </method>
33186     </type>
33187     <type name="AccessorCheckAttribute">
33188       <method name="Void .ctor(MethodAttributes)">
33189         <size>14</size>
33190       </method>
33191       <method name="MethodAttributes get_Attributes()">
33192         <size>7</size>
33193       </method>
33194     </type>
33195     <type name="Test">
33196       <method name="Void .ctor()">
33197         <size>7</size>
33198       </method>
33199       <method name="Int32 Main(System.String[])">
33200         <size>120</size>
33201       </method>
33202       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
33203         <size>153</size>
33204       </method>
33205     </type>
33206     <type name="A">
33207       <method name="Void .ctor()">
33208         <size>7</size>
33209       </method>
33210       <method name="Int32 get_Value1()">
33211         <size>2</size>
33212       </method>
33213       <method name="Void set_Value1(Int32)">
33214         <size>1</size>
33215       </method>
33216       <method name="Int32 get_Value2()">
33217         <size>2</size>
33218       </method>
33219       <method name="Void set_Value2(Int32)">
33220         <size>1</size>
33221       </method>
33222       <method name="Int32 get_Value3()">
33223         <size>2</size>
33224       </method>
33225       <method name="Void set_Value3(Int32)">
33226         <size>1</size>
33227       </method>
33228       <method name="Int32 get_Value4()">
33229         <size>2</size>
33230       </method>
33231       <method name="Void set_Value4(Int32)">
33232         <size>1</size>
33233       </method>
33234       <method name="Int32 get_Value5()">
33235         <size>2</size>
33236       </method>
33237       <method name="Void set_Value5(Int32)">
33238         <size>1</size>
33239       </method>
33240     </type>
33241   </test>
33242   <test name="test-398.cs">
33243     <type name="Tester">
33244       <method name="Void .ctor()">
33245         <size>7</size>
33246       </method>
33247       <method name="Void Main()">
33248         <size>118</size>
33249       </method>
33250     </type>
33251     <type name="A">
33252       <method name="Void .ctor(Int32)">
33253         <size>14</size>
33254       </method>
33255       <method name="Int32 get_Count()">
33256         <size>7</size>
33257       </method>
33258       <method name="Void set_Count(Int32)">
33259         <size>8</size>
33260       </method>
33261       <method name="Int32 get_Item(Int32)">
33262         <size>2</size>
33263       </method>
33264       <method name="System.String get_Message()">
33265         <size>6</size>
33266       </method>
33267     </type>
33268     <type name="B">
33269       <method name="Void .ctor(Int32)">
33270         <size>8</size>
33271       </method>
33272       <method name="Void set_Count(Int32)">
33273         <size>1</size>
33274       </method>
33275       <method name="Void SetCount(Int32)">
33276         <size>8</size>
33277       </method>
33278       <method name="Int32 get_Item(Int32)">
33279         <size>8</size>
33280       </method>
33281       <method name="System.String get_Message()">
33282         <size>6</size>
33283       </method>
33284       <method name="Void set_Message(System.String)">
33285         <size>1</size>
33286       </method>
33287     </type>
33288   </test>
33289   <test name="test-399.cs">
33290     <type name="TestVararg">
33291       <method name="Void .ctor()">
33292         <size>7</size>
33293       </method>
33294       <method name="Int32 Main()">
33295         <size>345</size>
33296       </method>
33297       <method name="Void F(RuntimeArgumentHandle)">
33298         <size>1</size>
33299       </method>
33300       <method name="Void G(...)">
33301         <size>22</size>
33302       </method>
33303     </type>
33304   </test>
33305   <test name="test-4.cs">
33306     <type name="X">
33307       <method name="Void .ctor()">
33308         <size>7</size>
33309       </method>
33310       <method name="Void test(SByte)">
33311         <size>8</size>
33312       </method>
33313       <method name="Void test(Int32)">
33314         <size>8</size>
33315       </method>
33316       <method name="Int32 Main()">
33317         <size>102</size>
33318       </method>
33319     </type>
33320   </test>
33321   <test name="test-40.cs">
33322     <type name="Blah">
33323       <method name="Void .ctor()">
33324         <size>7</size>
33325       </method>
33326       <method name="Int32 Main()">
33327         <size>203</size>
33328       </method>
33329     </type>
33330   </test>
33331   <test name="test-400.cs">
33332     <type name="X">
33333       <method name="Void .ctor()">
33334         <size>7</size>
33335       </method>
33336       <method name="Void .cctor()">
33337         <size>52</size>
33338       </method>
33339       <method name="Int32 TestDereference()">
33340         <size>89</size>
33341       </method>
33342       <method name="Int32 TestPtrAdd()">
33343         <size>86</size>
33344       </method>
33345       <method name="Int32 TestPtrAssign()">
33346         <size>198</size>
33347       </method>
33348       <method name="Int32 TestPtrArithmetic()">
33349         <size>226</size>
33350       </method>
33351       <method name="Int32 TestMultiple()">
33352         <size>93</size>
33353       </method>
33354       <method name="Int32 Main()">
33355         <size>82</size>
33356       </method>
33357     </type>
33358   </test>
33359   <test name="test-401.cs">
33360     <type name="X">
33361       <method name="Void .ctor()">
33362         <size>7</size>
33363       </method>
33364       <method name="Int32 Main()">
33365         <size>170</size>
33366       </method>
33367     </type>
33368   </test>
33369   <test name="test-402.cs">
33370     <type name="X">
33371       <method name="Void .ctor()">
33372         <size>7</size>
33373       </method>
33374       <method name="Int32 Main()">
33375         <size>18</size>
33376       </method>
33377     </type>
33378   </test>
33379   <test name="test-403.cs">
33380     <type name="Foo">
33381       <method name="Void .ctor()">
33382         <size>7</size>
33383       </method>
33384       <method name="Int32 Main()">
33385         <size>91</size>
33386       </method>
33387     </type>
33388   </test>
33389   <test name="test-404.cs">
33390     <type name="X">
33391       <method name="Void .ctor()">
33392         <size>7</size>
33393       </method>
33394       <method name="Int32 Main()">
33395         <size>48</size>
33396       </method>
33397       <method name="Int32* get_v()">
33398         <size>20</size>
33399       </method>
33400     </type>
33401   </test>
33402   <test name="test-405.cs">
33403     <type name="testapp.LibTestAPI">
33404       <method name="Void .ctor()">
33405         <size>7</size>
33406       </method>
33407       <method name="Void Create()">
33408         <size>17</size>
33409       </method>
33410     </type>
33411     <type name="testapp.TestApp">
33412       <method name="Void .ctor()">
33413         <size>7</size>
33414       </method>
33415       <method name="Void Main(System.String[])">
33416         <size>13</size>
33417       </method>
33418     </type>
33419   </test>
33420   <test name="test-406.cs">
33421     <type name="TestCase.Test">
33422       <method name="Void .ctor()">
33423         <size>7</size>
33424       </method>
33425       <method name="Int32 Main(System.String[])">
33426         <size>180</size>
33427       </method>
33428       <method name="UInt32 DoOp(UInt32*)">
33429         <size>11</size>
33430       </method>
33431       <method name="UInt32 DoOp2(UInt32*)">
33432         <size>10</size>
33433       </method>
33434     </type>
33435   </test>
33436   <test name="test-407.cs">
33437     <type name="MainClass">
33438       <method name="Void .ctor()">
33439         <size>7</size>
33440       </method>
33441       <method name="Void Main()">
33442         <size>12</size>
33443       </method>
33444     </type>
33445   </test>
33446   <test name="test-408.cs">
33447     <type name="T">
33448       <method name="Void .ctor()">
33449         <size>7</size>
33450       </method>
33451       <method name="Int32 Main()">
33452         <size>44</size>
33453       </method>
33454     </type>
33455   </test>
33456   <test name="test-409.cs">
33457     <type name="X">
33458       <method name="Int32 Main()">
33459         <size>27</size>
33460       </method>
33461     </type>
33462   </test>
33463   <test name="test-41.cs">
33464     <type name="X">
33465       <method name="Void .ctor()">
33466         <size>7</size>
33467       </method>
33468       <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)">
33469         <size>188</size>
33470       </method>
33471       <method name="Int32 Main()">
33472         <size>228</size>
33473       </method>
33474     </type>
33475   </test>
33476   <test name="test-410.cs">
33477     <type name="B">
33478       <method name="Void .ctor()">
33479         <size>7</size>
33480       </method>
33481       <method name="Int32 Main()">
33482         <size>28</size>
33483       </method>
33484     </type>
33485   </test>
33486   <test name="test-411.cs">
33487     <type name="QtSamples.QtClass">
33488       <method name="Void .ctor()">
33489         <size>24</size>
33490       </method>
33491       <method name="Void pressEvent()">
33492         <size>1</size>
33493       </method>
33494     </type>
33495     <type name="QtSamples.Testing">
33496       <method name="Void .ctor()">
33497         <size>7</size>
33498       </method>
33499       <method name="Int32 Main()">
33500         <size>8</size>
33501       </method>
33502     </type>
33503   </test>
33504   <test name="test-412.cs">
33505     <type name="Foo.Baz">
33506       <method name="Void .ctor()">
33507         <size>7</size>
33508       </method>
33509       <method name="Void Main()">
33510         <size>1</size>
33511       </method>
33512     </type>
33513   </test>
33514   <test name="test-413.cs">
33515     <type name="Driver">
33516       <method name="Void .ctor()">
33517         <size>7</size>
33518       </method>
33519       <method name="Void Main()">
33520         <size>6</size>
33521       </method>
33522     </type>
33523   </test>
33524   <test name="test-414.cs">
33525     <type name="BB">
33526       <method name="Void .ctor()">
33527         <size>7</size>
33528       </method>
33529       <method name="System.String get_Data()">
33530         <size>2</size>
33531       </method>
33532       <method name="Void Main()">
33533         <size>1</size>
33534       </method>
33535     </type>
33536   </test>
33537   <test name="test-415.cs">
33538     <type name="MyTestExtended">
33539       <method name="Void .ctor()">
33540         <size>7</size>
33541       </method>
33542       <method name="System.String GetName()">
33543         <size>6</size>
33544       </method>
33545       <method name="Void Main(System.String[])">
33546         <size>33</size>
33547       </method>
33548     </type>
33549   </test>
33550   <test name="test-417.cs">
33551     <type name="blah2.MyClass">
33552       <method name="Void .ctor()">
33553         <size>7</size>
33554       </method>
33555       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
33556         <size>24</size>
33557       </method>
33558       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
33559         <size>24</size>
33560       </method>
33561       <method name="Void DoSomethingFunny()">
33562         <size>46</size>
33563       </method>
33564       <method name="Void Main(System.String[])">
33565         <size>13</size>
33566       </method>
33567     </type>
33568   </test>
33569   <test name="test-419.cs">
33570     <type name="Test">
33571       <method name="Void .ctor()">
33572         <size>7</size>
33573       </method>
33574       <method name="Void Main()">
33575         <size>7</size>
33576       </method>
33577     </type>
33578   </test>
33579   <test name="test-42.cs">
33580     <type name="X">
33581       <method name="Void .ctor()">
33582         <size>7</size>
33583       </method>
33584       <method name="Int32 get_Item(Int32)">
33585         <size>14</size>
33586       </method>
33587       <method name="Void set_Item(Int32, Int32)">
33588         <size>15</size>
33589       </method>
33590       <method name="Int32 get_P()">
33591         <size>7</size>
33592       </method>
33593       <method name="Void set_P(Int32)">
33594         <size>8</size>
33595       </method>
33596     </type>
33597     <type name="Z">
33598       <method name="Void .ctor()">
33599         <size>7</size>
33600       </method>
33601       <method name="Z get_P()">
33602         <size>2</size>
33603       </method>
33604       <method name="Void set_P(Z)">
33605         <size>1</size>
33606       </method>
33607       <method name="Z op_Increment(Z)">
33608         <size>16</size>
33609       </method>
33610     </type>
33611     <type name="Y">
33612       <method name="Void .ctor()">
33613         <size>7</size>
33614       </method>
33615       <method name="Int32 p_pre_increment(X)">
33616         <size>18</size>
33617       </method>
33618       <method name="Int32 p_post_increment(X)">
33619         <size>18</size>
33620       </method>
33621       <method name="Int32 i_pre_increment(X)">
33622         <size>26</size>
33623       </method>
33624       <method name="Int32 i_post_increment(X)">
33625         <size>26</size>
33626       </method>
33627       <method name="Z overload_increment(Z)">
33628         <size>10</size>
33629       </method>
33630       <method name="Z overload_pre_increment(Z)">
33631         <size>10</size>
33632       </method>
33633       <method name="Z ugly(Z)">
33634         <size>21</size>
33635       </method>
33636       <method name="Int32 simple(Int32)">
33637         <size>62</size>
33638       </method>
33639       <method name="Int32 arrays()">
33640         <size>234</size>
33641       </method>
33642       <method name="Int32 Main()">
33643         <size>161</size>
33644       </method>
33645     </type>
33646   </test>
33647   <test name="test-420.cs">
33648     <type name="Test">
33649       <method name="Void .ctor()">
33650         <size>7</size>
33651       </method>
33652       <method name="Void Main()">
33653         <size>7</size>
33654       </method>
33655     </type>
33656   </test>
33657   <test name="test-421.cs">
33658     <type name="A">
33659       <method name="Void .ctor()">
33660         <size>7</size>
33661       </method>
33662       <method name="Void SetObject(System.String)">
33663         <size>12</size>
33664       </method>
33665     </type>
33666     <type name="B">
33667       <method name="Void .ctor()">
33668         <size>7</size>
33669       </method>
33670     </type>
33671     <type name="C">
33672       <method name="Void .ctor()">
33673         <size>7</size>
33674       </method>
33675       <method name="Void .cctor()">
33676         <size>1</size>
33677       </method>
33678       <method name="Void SetObject(System.String)">
33679         <size>18</size>
33680       </method>
33681     </type>
33682     <type name="X">
33683       <method name="Void .ctor()">
33684         <size>7</size>
33685       </method>
33686       <method name="Int32 Main(System.String[])">
33687         <size>31</size>
33688       </method>
33689     </type>
33690   </test>
33691   <test name="test-422.cs">
33692     <type name="HelloWorld.MainClass">
33693       <method name="Void .ctor()">
33694         <size>7</size>
33695       </method>
33696       <method name="Void .cctor()">
33697         <size>17</size>
33698       </method>
33699       <method name="Void Main(System.String[])">
33700         <size>1</size>
33701       </method>
33702       <method name="Boolean CheckTrueThat()">
33703         <size>2</size>
33704       </method>
33705     </type>
33706   </test>
33707   <test name="test-423.cs">
33708     <type name="Test">
33709       <method name="Void .ctor()">
33710         <size>7</size>
33711       </method>
33712       <method name="Void Func(Int32 ByRef)">
33713         <size>12</size>
33714       </method>
33715       <method name="Void Main()">
33716         <size>10</size>
33717       </method>
33718       <method name="Void lowLevelCall(Int32*)">
33719         <size>1</size>
33720       </method>
33721     </type>
33722   </test>
33723   <test name="test-424.cs">
33724     <type name="C">
33725       <method name="Int32 Main()">
33726         <size>35</size>
33727       </method>
33728       <method name="Void .ctor()">
33729         <size>7</size>
33730       </method>
33731     </type>
33732   </test>
33733   <test name="test-425.cs">
33734     <type name="A">
33735       <method name="Void .ctor()">
33736         <size>7</size>
33737       </method>
33738       <method name="Void Main()">
33739         <size>1</size>
33740       </method>
33741     </type>
33742     <type name="AAttribute">
33743       <method name="Void .ctor()">
33744         <size>7</size>
33745       </method>
33746     </type>
33747   </test>
33748   <test name="test-426.cs">
33749     <type name="X">
33750       <method name="Void .ctor()">
33751         <size>7</size>
33752       </method>
33753       <method name="Void Main()">
33754         <size>11</size>
33755       </method>
33756     </type>
33757   </test>
33758   <test name="test-427.cs">
33759     <type name="X">
33760       <method name="Void .ctor()">
33761         <size>7</size>
33762       </method>
33763       <method name="Void Main()">
33764         <size>11</size>
33765       </method>
33766     </type>
33767   </test>
33768   <test name="test-428.cs">
33769     <type name="A">
33770       <method name="Void .ctor()">
33771         <size>7</size>
33772       </method>
33773     </type>
33774     <type name="X">
33775       <method name="Void .ctor()">
33776         <size>7</size>
33777       </method>
33778       <method name="Void Main()">
33779         <size>18</size>
33780       </method>
33781     </type>
33782     <type name="X+A">
33783       <method name="Void .ctor()">
33784         <size>7</size>
33785       </method>
33786     </type>
33787   </test>
33788   <test name="test-429.cs">
33789     <type name="Foo.A">
33790       <method name="Void .ctor()">
33791         <size>7</size>
33792       </method>
33793     </type>
33794     <type name="A">
33795       <method name="Void .ctor()">
33796         <size>7</size>
33797       </method>
33798     </type>
33799     <type name="X">
33800       <method name="Void .ctor()">
33801         <size>7</size>
33802       </method>
33803       <method name="Void Main()">
33804         <size>18</size>
33805       </method>
33806     </type>
33807   </test>
33808   <test name="test-43.cs">
33809     <type name="X">
33810       <method name="Void .ctor()">
33811         <size>7</size>
33812       </method>
33813       <method name="Int32 test_single(System.Int32[])">
33814         <size>34</size>
33815       </method>
33816       <method name="Int32 test_continue(System.Int32[])">
33817         <size>54</size>
33818       </method>
33819       <method name="Boolean test_double(System.Double[])">
33820         <size>58</size>
33821       </method>
33822       <method name="Int32 test_break(System.Int32[])">
33823         <size>54</size>
33824       </method>
33825       <method name="Boolean test_multi(System.Int32[,])">
33826         <size>87</size>
33827       </method>
33828       <method name="Int32 Main()">
33829         <size>284</size>
33830       </method>
33831     </type>
33832     <type name="&lt;PrivateImplementationDetails&gt;">
33833       <method name="Void .ctor()">
33834         <size>7</size>
33835       </method>
33836     </type>
33837   </test>
33838   <test name="test-430.cs">
33839     <type name="A">
33840       <method name="Void .ctor()">
33841         <size>7</size>
33842       </method>
33843     </type>
33844     <type name="X">
33845       <method name="Void .ctor()">
33846         <size>7</size>
33847       </method>
33848       <method name="Void Main()">
33849         <size>18</size>
33850       </method>
33851     </type>
33852     <type name="X+A">
33853       <method name="Void .ctor()">
33854         <size>7</size>
33855       </method>
33856     </type>
33857   </test>
33858   <test name="test-431.cs">
33859     <type name="Foo.A">
33860       <method name="Void .ctor()">
33861         <size>7</size>
33862       </method>
33863     </type>
33864     <type name="X">
33865       <method name="Void .ctor()">
33866         <size>7</size>
33867       </method>
33868       <method name="Void Main()">
33869         <size>18</size>
33870       </method>
33871     </type>
33872   </test>
33873   <test name="test-432.cs">
33874     <type name="Foo.A">
33875       <method name="Void .ctor()">
33876         <size>7</size>
33877       </method>
33878     </type>
33879     <type name="X">
33880       <method name="Void .ctor()">
33881         <size>7</size>
33882       </method>
33883       <method name="Void Main()">
33884         <size>18</size>
33885       </method>
33886     </type>
33887   </test>
33888   <test name="test-433.cs">
33889     <type name="Foo.A">
33890       <method name="Void .ctor()">
33891         <size>7</size>
33892       </method>
33893     </type>
33894     <type name="X">
33895       <method name="Void .ctor()">
33896         <size>7</size>
33897       </method>
33898       <method name="Void .cctor()">
33899         <size>11</size>
33900       </method>
33901       <method name="Void Main()">
33902         <size>16</size>
33903       </method>
33904     </type>
33905   </test>
33906   <test name="test-434.cs">
33907     <type name="Foo.A">
33908       <method name="Void .ctor()">
33909         <size>7</size>
33910       </method>
33911     </type>
33912     <type name="X">
33913       <method name="Void .ctor()">
33914         <size>7</size>
33915       </method>
33916       <method name="Void .cctor()">
33917         <size>11</size>
33918       </method>
33919       <method name="Void Main()">
33920         <size>16</size>
33921       </method>
33922     </type>
33923   </test>
33924   <test name="test-435.cs">
33925     <type name="X">
33926       <method name="Void .ctor()">
33927         <size>7</size>
33928       </method>
33929       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
33930         <size>2</size>
33931       </method>
33932       <method name="Void Main()">
33933         <size>7</size>
33934       </method>
33935     </type>
33936   </test>
33937   <test name="test-436.cs">
33938     <type name="X">
33939       <method name="Void .ctor()">
33940         <size>7</size>
33941       </method>
33942       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
33943         <size>2</size>
33944       </method>
33945       <method name="Void Main()">
33946         <size>7</size>
33947       </method>
33948     </type>
33949   </test>
33950   <test name="test-437.cs">
33951     <type name="T2">
33952       <method name="Void .ctor()">
33953         <size>7</size>
33954       </method>
33955     </type>
33956     <type name="Test">
33957       <method name="Void .ctor()">
33958         <size>7</size>
33959       </method>
33960       <method name="Void Main()">
33961         <size>65</size>
33962       </method>
33963     </type>
33964   </test>
33965   <test name="test-438.cs">
33966     <type name="Program">
33967       <method name="Void .ctor()">
33968         <size>7</size>
33969       </method>
33970       <method name="Void Main(System.String[])">
33971         <size>40</size>
33972       </method>
33973     </type>
33974   </test>
33975   <test name="test-439.cs">
33976     <type name="Test">
33977       <method name="Void .ctor()">
33978         <size>7</size>
33979       </method>
33980       <method name="Void Main()">
33981         <size>45</size>
33982       </method>
33983     </type>
33984     <type name="LayerMask">
33985       <method name="Int32 op_Implicit(LayerMask)">
33986         <size>8</size>
33987       </method>
33988       <method name="LayerMask op_Implicit(Int32)">
33989         <size>11</size>
33990       </method>
33991     </type>
33992   </test>
33993   <test name="test-44.cs">
33994     <type name="X">
33995       <method name="Void .ctor()">
33996         <size>7</size>
33997       </method>
33998       <method name="Int32 dob(System.Int32[,])">
33999         <size>83</size>
34000       </method>
34001       <method name="Int32 count(System.Object)">
34002         <size>39</size>
34003       </method>
34004       <method name="Int32 Main()">
34005         <size>133</size>
34006       </method>
34007     </type>
34008   </test>
34009   <test name="test-440.cs">
34010     <type name="A">
34011       <method name="Void .ctor()">
34012         <size>7</size>
34013       </method>
34014       <method name="Void Main()">
34015         <size>26</size>
34016       </method>
34017       <method name="Double op_Implicit(A)">
34018         <size>10</size>
34019       </method>
34020       <method name="Int32 op_Implicit(A)">
34021         <size>2</size>
34022       </method>
34023     </type>
34024   </test>
34025   <test name="test-441.cs">
34026     <type name="Test">
34027       <method name="Void .ctor()">
34028         <size>7</size>
34029       </method>
34030       <method name="Void .cctor()">
34031         <size>1</size>
34032       </method>
34033       <method name="Void Main()">
34034         <size>25</size>
34035       </method>
34036     </type>
34037   </test>
34038   <test name="test-442.cs">
34039     <type name="ConsoleApplication1.Program">
34040       <method name="Void .ctor()">
34041         <size>7</size>
34042       </method>
34043       <method name="Void Main(System.String[])">
34044         <size>70</size>
34045       </method>
34046     </type>
34047   </test>
34048   <test name="test-443.cs">
34049     <type name="C">
34050       <method name="Void .ctor(ITopic)">
34051         <size>31</size>
34052       </method>
34053       <method name="Void Main()">
34054         <size>1</size>
34055       </method>
34056     </type>
34057   </test>
34058   <test name="test-444.cs">
34059     <type name="쯠쯡쯢">
34060       <method name="Void .ctor()">
34061         <size>7</size>
34062       </method>
34063       <method name="Void Main()">
34064         <size>1</size>
34065       </method>
34066     </type>
34067   </test>
34068   <test name="test-445.cs">
34069     <type name="ConvFromInt">
34070       <method name="Void .ctor()">
34071         <size>14</size>
34072       </method>
34073       <method name="Void .ctor(Int32)">
34074         <size>16</size>
34075       </method>
34076       <method name="ConvFromInt op_Implicit(Int32)">
34077         <size>7</size>
34078       </method>
34079     </type>
34080     <type name="Foo">
34081       <method name="Void .ctor()">
34082         <size>7</size>
34083       </method>
34084       <method name="Void .cctor()">
34085         <size>45</size>
34086       </method>
34087       <method name="Void Main()">
34088         <size>111</size>
34089       </method>
34090     </type>
34091   </test>
34092   <test name="test-446.cs">
34093     <type name="FooTest">
34094       <method name="Void .ctor()">
34095         <size>7</size>
34096       </method>
34097       <method name="Void Main()">
34098         <size>8</size>
34099       </method>
34100       <method name="Void Foo(UInt64)">
34101         <size>1</size>
34102       </method>
34103     </type>
34104   </test>
34105   <test name="test-447.cs">
34106     <type name="System.MonoTODOAttribute">
34107       <method name="Void .ctor()">
34108         <size>7</size>
34109       </method>
34110     </type>
34111     <type name="System.Web.HttpBrowserCapabilities">
34112       <method name="Void .ctor()">
34113         <size>7</size>
34114       </method>
34115       <method name="System.Version get_A()">
34116         <size>6</size>
34117       </method>
34118     </type>
34119     <type name="Test">
34120       <method name="Void .ctor()">
34121         <size>7</size>
34122       </method>
34123       <method name="Void Main()">
34124         <size>1</size>
34125       </method>
34126     </type>
34127   </test>
34128   <test name="test-448.cs">
34129     <type name="MonoDivideProblem">
34130       <method name="Void .ctor()">
34131         <size>7</size>
34132       </method>
34133       <method name="Void .cctor()">
34134         <size>17</size>
34135       </method>
34136       <method name="Void Main(System.String[])">
34137         <size>27</size>
34138       </method>
34139     </type>
34140   </test>
34141   <test name="test-449.cs">
34142     <type name="X">
34143       <method name="Void .ctor()">
34144         <size>7</size>
34145       </method>
34146       <method name="Void Main()">
34147         <size>1</size>
34148       </method>
34149       <method name="Void Z()">
34150         <size>19</size>
34151       </method>
34152       <method name="Void &lt;Z&gt;m__0(System.Object)">
34153         <size>25</size>
34154       </method>
34155       <method name="Void &lt;Z&gt;m__1(System.Object)">
34156         <size>7</size>
34157       </method>
34158     </type>
34159   </test>
34160   <test name="test-45.cs">
34161     <type name="Blah">
34162       <method name="Void .ctor()">
34163         <size>7</size>
34164       </method>
34165       <method name="Void .cctor()">
34166         <size>97</size>
34167       </method>
34168       <method name="Int32 Main()">
34169         <size>755</size>
34170       </method>
34171     </type>
34172     <type name="&lt;PrivateImplementationDetails&gt;">
34173       <method name="Void .ctor()">
34174         <size>7</size>
34175       </method>
34176     </type>
34177   </test>
34178   <test name="test-450.cs">
34179     <type name="A">
34180       <method name="Int32 Main()">
34181         <size>53</size>
34182       </method>
34183       <method name="Byte op_Implicit(A)">
34184         <size>2</size>
34185       </method>
34186       <method name="A op_Implicit(Int32)">
34187         <size>7</size>
34188       </method>
34189       <method name="Void .ctor(Int32)">
34190         <size>14</size>
34191       </method>
34192     </type>
34193   </test>
34194   <test name="test-451.cs">
34195     <type name="Test">
34196       <method name="Void .ctor()">
34197         <size>7</size>
34198       </method>
34199       <method name="Void Main()">
34200         <size>22</size>
34201       </method>
34202     </type>
34203   </test>
34204   <test name="test-452.cs">
34205     <type name="Foo">
34206       <method name="Void .ctor()">
34207         <size>7</size>
34208       </method>
34209     </type>
34210     <type name="Test">
34211       <method name="Void .ctor()">
34212         <size>7</size>
34213       </method>
34214       <method name="Void Main()">
34215         <size>7</size>
34216       </method>
34217     </type>
34218   </test>
34219   <test name="test-453.cs">
34220     <type name="C">
34221       <method name="Void .ctor()">
34222         <size>7</size>
34223       </method>
34224       <method name="Void Main()">
34225         <size>33</size>
34226       </method>
34227     </type>
34228   </test>
34229   <test name="test-455.cs">
34230     <type name="Test">
34231       <method name="Void .ctor()">
34232         <size>7</size>
34233       </method>
34234       <method name="Void Main()">
34235         <size>27</size>
34236       </method>
34237     </type>
34238     <type name="Foo">
34239       <method name="Int32 GetHashCode()">
34240         <size>17</size>
34241       </method>
34242     </type>
34243   </test>
34244   <test name="test-456.cs">
34245     <type name="Test">
34246       <method name="Void .ctor()">
34247         <size>7</size>
34248       </method>
34249       <method name="Void Main()">
34250         <size>16</size>
34251       </method>
34252     </type>
34253     <type name="Foo">
34254       <method name="Void foo()">
34255         <size>11</size>
34256       </method>
34257     </type>
34258   </test>
34259   <test name="test-457.cs">
34260     <type name="Number">
34261       <method name="Void .ctor()">
34262         <size>7</size>
34263       </method>
34264       <method name="Void IDouble.Add(Double)">
34265         <size>11</size>
34266       </method>
34267       <method name="Void IInteger.Add(Int32)">
34268         <size>11</size>
34269       </method>
34270       <method name="Int32 Main()">
34271         <size>52</size>
34272       </method>
34273     </type>
34274   </test>
34275   <test name="test-458.cs">
34276     <type name="MyAttr">
34277       <method name="Void .ctor()">
34278         <size>7</size>
34279       </method>
34280       <method name="Void .ctor(Type)">
34281         <size>7</size>
34282       </method>
34283       <method name="Void .ctor(String)">
34284         <size>7</size>
34285       </method>
34286       <method name="Void .ctor(Int32)">
34287         <size>7</size>
34288       </method>
34289     </type>
34290     <type name="ClassA">
34291       <method name="Void .ctor()">
34292         <size>7</size>
34293       </method>
34294     </type>
34295     <type name="ClassB">
34296       <method name="Void .ctor()">
34297         <size>7</size>
34298       </method>
34299     </type>
34300     <type name="ClassC">
34301       <method name="Void .ctor()">
34302         <size>7</size>
34303       </method>
34304     </type>
34305     <type name="ClassD">
34306       <method name="Void .ctor()">
34307         <size>7</size>
34308       </method>
34309     </type>
34310     <type name="Top">
34311       <method name="Void .ctor()">
34312         <size>7</size>
34313       </method>
34314       <method name="Int32 Main()">
34315         <size>28</size>
34316       </method>
34317     </type>
34318   </test>
34319   <test name="test-459.cs">
34320     <type name="CC">
34321       <method name="Void .ctor()">
34322         <size>7</size>
34323       </method>
34324       <method name="Int32 Main()">
34325         <size>13</size>
34326       </method>
34327     </type>
34328     <type name="CC+IfElseStateMachine">
34329       <method name="Void .ctor()">
34330         <size>7</size>
34331       </method>
34332       <method name="Void HandleToken(Token)">
34333         <size>15</size>
34334       </method>
34335     </type>
34336   </test>
34337   <test name="test-46.cs">
34338     <type name="X">
34339       <method name="Void .ctor()">
34340         <size>7</size>
34341       </method>
34342       <method name="Int32 cast_int(System.Object)">
34343         <size>7</size>
34344       </method>
34345       <method name="UInt32 cast_uint(System.Object)">
34346         <size>7</size>
34347       </method>
34348       <method name="Int16 cast_short(System.Object)">
34349         <size>7</size>
34350       </method>
34351       <method name="Char cast_char(System.Object)">
34352         <size>7</size>
34353       </method>
34354       <method name="UInt16 cast_ushort(System.Object)">
34355         <size>7</size>
34356       </method>
34357       <method name="Byte cast_byte(System.Object)">
34358         <size>7</size>
34359       </method>
34360       <method name="SByte cast_sbyte(System.Object)">
34361         <size>7</size>
34362       </method>
34363       <method name="Int64 cast_long(System.Object)">
34364         <size>7</size>
34365       </method>
34366       <method name="UInt64 cast_ulong(System.Object)">
34367         <size>7</size>
34368       </method>
34369       <method name="Single cast_float(System.Object)">
34370         <size>7</size>
34371       </method>
34372       <method name="Double cast_double(System.Object)">
34373         <size>7</size>
34374       </method>
34375       <method name="Boolean cast_bool(System.Object)">
34376         <size>7</size>
34377       </method>
34378       <method name="Int32 Main()">
34379         <size>1126</size>
34380       </method>
34381     </type>
34382   </test>
34383   <test name="test-460.cs">
34384     <type name="MainClass">
34385       <method name="Void .ctor()">
34386         <size>7</size>
34387       </method>
34388       <method name="Void .cctor()">
34389         <size>18</size>
34390       </method>
34391       <method name="Void Main()">
34392         <size>1</size>
34393       </method>
34394     </type>
34395   </test>
34396   <test name="test-461.cs">
34397     <type name="Valtest">
34398       <method name="Void .ctor()">
34399         <size>7</size>
34400       </method>
34401       <method name="Int32 Main()">
34402         <size>50</size>
34403       </method>
34404     </type>
34405     <type name="Value">
34406       <method name="Void .ctor(Object)">
34407         <size>1</size>
34408       </method>
34409       <method name="System.Object get_Val()">
34410         <size>7</size>
34411       </method>
34412       <method name="System.Enum get_Val2()">
34413         <size>7</size>
34414       </method>
34415     </type>
34416   </test>
34417   <test name="test-462.cs">
34418     <type name="X">
34419       <method name="Void .ctor()">
34420         <size>7</size>
34421       </method>
34422       <method name="Void Method(X)">
34423         <size>1</size>
34424       </method>
34425       <method name="Void Method(System.String)">
34426         <size>8</size>
34427       </method>
34428       <method name="Int32 Main()">
34429         <size>28</size>
34430       </method>
34431     </type>
34432   </test>
34433   <test name="test-463.cs">
34434     <type name="PropertySorter">
34435       <method name="Void .ctor()">
34436         <size>7</size>
34437       </method>
34438     </type>
34439     <type name="PathItemBase">
34440       <method name="Void .ctor()">
34441         <size>7</size>
34442       </method>
34443     </type>
34444     <type name="PathItemBase+TypeConverter">
34445       <method name="Void .ctor()">
34446         <size>7</size>
34447       </method>
34448     </type>
34449     <type name="X">
34450       <method name="Void .ctor()">
34451         <size>7</size>
34452       </method>
34453       <method name="Void Main()">
34454         <size>1</size>
34455       </method>
34456     </type>
34457   </test>
34458   <test name="test-464.cs">
34459     <type name="C">
34460       <method name="Void .ctor()">
34461         <size>7</size>
34462       </method>
34463       <method name="Int32 Main()">
34464         <size>85</size>
34465       </method>
34466     </type>
34467   </test>
34468   <test name="test-465.cs">
34469     <type name="C">
34470       <method name="Void .ctor()">
34471         <size>7</size>
34472       </method>
34473       <method name="Int32 Main()">
34474         <size>85</size>
34475       </method>
34476     </type>
34477   </test>
34478   <test name="test-466.cs">
34479     <type name="A.X.Test">
34480       <method name="Void Main()">
34481         <size>13</size>
34482       </method>
34483       <method name="Void .ctor()">
34484         <size>7</size>
34485       </method>
34486     </type>
34487   </test>
34488   <test name="test-467.cs">
34489     <type name="A">
34490       <method name="Void .ctor()">
34491         <size>7</size>
34492       </method>
34493     </type>
34494     <type name="A+D">
34495       <method name="Int32 Invoke()">
34496         <size>0</size>
34497       </method>
34498       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34499         <size>0</size>
34500       </method>
34501       <method name="Int32 EndInvoke(IAsyncResult)">
34502         <size>0</size>
34503       </method>
34504       <method name="Void .ctor(Object, IntPtr)">
34505         <size>0</size>
34506       </method>
34507     </type>
34508     <type name="B">
34509       <method name="Void .ctor()">
34510         <size>7</size>
34511       </method>
34512     </type>
34513     <type name="B+D">
34514       <method name="Void Invoke()">
34515         <size>0</size>
34516       </method>
34517       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34518         <size>0</size>
34519       </method>
34520       <method name="Void EndInvoke(IAsyncResult)">
34521         <size>0</size>
34522       </method>
34523       <method name="Void .ctor(Object, IntPtr)">
34524         <size>0</size>
34525       </method>
34526     </type>
34527     <type name="C">
34528       <method name="Int32 Foo()">
34529         <size>2</size>
34530       </method>
34531       <method name="Int32 Main()">
34532         <size>29</size>
34533       </method>
34534       <method name="Void .ctor()">
34535         <size>7</size>
34536       </method>
34537     </type>
34538   </test>
34539   <test name="test-468.cs">
34540     <type name="CorMetaDataDispenserExClass">
34541       <method name="Void .ctor()">
34542         <size>0</size>
34543       </method>
34544     </type>
34545     <type name="Test">
34546       <method name="Void .ctor()">
34547         <size>7</size>
34548       </method>
34549       <method name="Void XXX()">
34550         <size>12</size>
34551       </method>
34552       <method name="Void Main()">
34553         <size>1</size>
34554       </method>
34555     </type>
34556   </test>
34557   <test name="test-469.cs">
34558     <type name="Lambda">
34559       <method name="Void .ctor()">
34560         <size>7</size>
34561       </method>
34562       <method name="Void f(Int32)">
34563         <size>7</size>
34564       </method>
34565       <method name="Del[] Make2(Int32)">
34566         <size>50</size>
34567       </method>
34568       <method name="Int32 Main()">
34569         <size>68</size>
34570       </method>
34571     </type>
34572     <type name="Del">
34573       <method name="Void .ctor(Object, IntPtr)">
34574         <size>0</size>
34575       </method>
34576       <method name="Void Invoke(Int32)">
34577         <size>0</size>
34578       </method>
34579       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34580         <size>0</size>
34581       </method>
34582       <method name="Void EndInvoke(IAsyncResult)">
34583         <size>0</size>
34584       </method>
34585     </type>
34586     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
34587       <method name="Void .ctor()">
34588         <size>7</size>
34589       </method>
34590       <method name="Void &lt;&gt;m__0(Int32)">
34591         <size>23</size>
34592       </method>
34593       <method name="Void &lt;&gt;m__1(Int32)">
34594         <size>23</size>
34595       </method>
34596     </type>
34597   </test>
34598   <test name="test-47.cs">
34599     <type name="X">
34600       <method name="Void .ctor()">
34601         <size>7</size>
34602       </method>
34603       <method name="Void .cctor()">
34604         <size>1</size>
34605       </method>
34606       <method name="Boolean f()">
34607         <size>24</size>
34608       </method>
34609       <method name="Boolean t()">
34610         <size>24</size>
34611       </method>
34612       <method name="Int32 Main()">
34613         <size>404</size>
34614       </method>
34615     </type>
34616   </test>
34617   <test name="test-470.cs">
34618     <type name="X">
34619       <method name="Void .ctor()">
34620         <size>7</size>
34621       </method>
34622       <method name="System.String get_ASTNodeTypeName()">
34623         <size>16</size>
34624       </method>
34625     </type>
34626     <type name="Demo">
34627       <method name="Void .ctor()">
34628         <size>7</size>
34629       </method>
34630       <method name="Void Main()">
34631         <size>1</size>
34632       </method>
34633     </type>
34634   </test>
34635   <test name="test-472.cs">
34636     <type name="Test">
34637       <method name="Void .ctor()">
34638         <size>7</size>
34639       </method>
34640       <method name="Int32 get_Prop()">
34641         <size>7</size>
34642       </method>
34643       <method name="Void set_Prop(Int32)">
34644         <size>8</size>
34645       </method>
34646       <method name="Int32 Main()">
34647         <size>79</size>
34648       </method>
34649     </type>
34650   </test>
34651   <test name="test-473.cs">
34652     <type name="UnixMarshal">
34653       <method name="Void .ctor()">
34654         <size>7</size>
34655       </method>
34656       <method name="Void .cctor()">
34657         <size>24</size>
34658       </method>
34659       <method name="Void Default(Int32)">
34660         <size>1</size>
34661       </method>
34662       <method name="System.String GetDescription(Error)">
34663         <size>2</size>
34664       </method>
34665     </type>
34666     <type name="UnixMarshal2">
34667       <method name="Void .ctor()">
34668         <size>7</size>
34669       </method>
34670       <method name="System.String GetDescription(Error)">
34671         <size>2</size>
34672       </method>
34673     </type>
34674     <type name="Stdlib">
34675       <method name="Void .ctor()">
34676         <size>7</size>
34677       </method>
34678     </type>
34679     <type name="TestConst">
34680       <method name="Void .ctor()">
34681         <size>7</size>
34682       </method>
34683     </type>
34684     <type name="XX">
34685       <method name="Void .ctor()">
34686         <size>7</size>
34687       </method>
34688     </type>
34689     <type name="Syscall">
34690       <method name="Void .ctor()">
34691         <size>7</size>
34692       </method>
34693       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
34694         <size>2</size>
34695       </method>
34696     </type>
34697     <type name="EnumWrapper">
34698       <method name="Void .ctor(Int32)">
34699         <size>7</size>
34700       </method>
34701     </type>
34702     <type name="Test">
34703       <method name="Void .ctor()">
34704         <size>7</size>
34705       </method>
34706       <method name="Void Main()">
34707         <size>1</size>
34708       </method>
34709     </type>
34710     <type name="SignalHandler">
34711       <method name="Void .ctor(Object, IntPtr)">
34712         <size>0</size>
34713       </method>
34714       <method name="Void Invoke(Int32)">
34715         <size>0</size>
34716       </method>
34717       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34718         <size>0</size>
34719       </method>
34720       <method name="Void EndInvoke(IAsyncResult)">
34721         <size>0</size>
34722       </method>
34723     </type>
34724     <type name="PS">
34725       <method name="Void GetDescription(Error)">
34726         <size>1</size>
34727       </method>
34728     </type>
34729     <type name="Value">
34730       <method name="EnumWrapper op_Explicit(Value)">
34731         <size>11</size>
34732       </method>
34733     </type>
34734   </test>
34735   <test name="test-474.cs">
34736     <type name="Z">
34737       <method name="Void .ctor()">
34738         <size>7</size>
34739       </method>
34740       <method name="Void Main()">
34741         <size>13</size>
34742       </method>
34743       <method name="Void TestPreinc(Int32)">
34744         <size>57</size>
34745       </method>
34746       <method name="Void TestPostinc(Int32)">
34747         <size>57</size>
34748       </method>
34749       <method name="Void Assert(Int32, Int32)">
34750         <size>67</size>
34751       </method>
34752     </type>
34753     <type name="Z+X">
34754       <method name="Void .ctor(Object, IntPtr)">
34755         <size>0</size>
34756       </method>
34757       <method name="Void Invoke()">
34758         <size>0</size>
34759       </method>
34760       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34761         <size>0</size>
34762       </method>
34763       <method name="Void EndInvoke(IAsyncResult)">
34764         <size>0</size>
34765       </method>
34766     </type>
34767     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
34768       <method name="Void .ctor()">
34769         <size>7</size>
34770       </method>
34771       <method name="Void &lt;&gt;m__0()">
34772         <size>38</size>
34773       </method>
34774     </type>
34775     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
34776       <method name="Void .ctor()">
34777         <size>7</size>
34778       </method>
34779       <method name="Void &lt;&gt;m__1()">
34780         <size>38</size>
34781       </method>
34782     </type>
34783   </test>
34784   <test name="test-475.cs">
34785     <type name="X">
34786       <method name="Void .ctor()">
34787         <size>7</size>
34788       </method>
34789       <method name="Void .cctor()">
34790         <size>24</size>
34791       </method>
34792       <method name="Void add_e(MyDelegate)">
34793         <size>22</size>
34794       </method>
34795       <method name="Void remove_e(MyDelegate)">
34796         <size>22</size>
34797       </method>
34798       <method name="Void Test(Int32)">
34799         <size>17</size>
34800       </method>
34801       <method name="Int32 Main()">
34802         <size>28</size>
34803       </method>
34804     </type>
34805     <type name="MyDelegate">
34806       <method name="Void .ctor(Object, IntPtr)">
34807         <size>0</size>
34808       </method>
34809       <method name="Void Invoke(Int32)">
34810         <size>0</size>
34811       </method>
34812       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34813         <size>0</size>
34814       </method>
34815       <method name="Void EndInvoke(IAsyncResult)">
34816         <size>0</size>
34817       </method>
34818     </type>
34819   </test>
34820   <test name="test-476.cs">
34821     <type name="Test">
34822       <method name="Void .ctor()">
34823         <size>7</size>
34824       </method>
34825       <method name="Void Main()">
34826         <size>1</size>
34827       </method>
34828     </type>
34829   </test>
34830   <test name="test-477.cs">
34831     <type name="C">
34832       <method name="Void .ctor()">
34833         <size>7</size>
34834       </method>
34835       <method name="Void Test(Int32 ByRef)">
34836         <size>1</size>
34837       </method>
34838       <method name="Void Main()">
34839         <size>1</size>
34840       </method>
34841     </type>
34842   </test>
34843   <test name="test-478.cs">
34844     <type name="Test.MainClass">
34845       <method name="Void .ctor()">
34846         <size>7</size>
34847       </method>
34848       <method name="Void Main()">
34849         <size>1</size>
34850       </method>
34851     </type>
34852     <type name="Test.TestAttribute">
34853       <method name="Void .ctor(TestEnum2)">
34854         <size>7</size>
34855       </method>
34856     </type>
34857     <type name="Test.Test2Attribute">
34858       <method name="Void .ctor()">
34859         <size>7</size>
34860       </method>
34861     </type>
34862   </test>
34863   <test name="test-479.cs">
34864     <type name="Test.Test">
34865       <method name="Void .ctor()">
34866         <size>7</size>
34867       </method>
34868       <method name="Boolean Equals(System.Object)">
34869         <size>2</size>
34870       </method>
34871       <method name="Int32 GetHashCode()">
34872         <size>2</size>
34873       </method>
34874       <method name="Void Main()">
34875         <size>1</size>
34876       </method>
34877     </type>
34878   </test>
34879   <test name="test-48.cs">
34880     <type name="Blah">
34881       <method name="Void .ctor()">
34882         <size>7</size>
34883       </method>
34884       <method name="Int32 Main()">
34885         <size>55</size>
34886       </method>
34887       <method name="Void Test_1()">
34888         <size>1</size>
34889       </method>
34890     </type>
34891   </test>
34892   <test name="test-480.cs">
34893     <type name="A">
34894       <method name="Void Dispose()">
34895         <size>1</size>
34896       </method>
34897       <method name="Void .ctor(Int32)">
34898         <size>7</size>
34899       </method>
34900     </type>
34901     <type name="C">
34902       <method name="Void Test(System.Object)">
34903         <size>271</size>
34904       </method>
34905       <method name="Int32 Main()">
34906         <size>13</size>
34907       </method>
34908       <method name="Void &lt;Test&gt;m__0(Int32)">
34909         <size>1</size>
34910       </method>
34911       <method name="Void .ctor()">
34912         <size>7</size>
34913       </method>
34914     </type>
34915     <type name="C+D">
34916       <method name="Void Invoke(Int32)">
34917         <size>0</size>
34918       </method>
34919       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34920         <size>0</size>
34921       </method>
34922       <method name="Void EndInvoke(IAsyncResult)">
34923         <size>0</size>
34924       </method>
34925       <method name="Void .ctor(Object, IntPtr)">
34926         <size>0</size>
34927       </method>
34928     </type>
34929   </test>
34930   <test name="test-481.cs">
34931     <type name="TestClass">
34932       <method name="Int32 Main()">
34933         <size>42</size>
34934       </method>
34935     </type>
34936     <type name="TestDelegate">
34937       <method name="Void .ctor(Object, IntPtr)">
34938         <size>0</size>
34939       </method>
34940       <method name="Void Invoke(Int32 ByRef)">
34941         <size>0</size>
34942       </method>
34943       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
34944         <size>0</size>
34945       </method>
34946       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
34947         <size>0</size>
34948       </method>
34949     </type>
34950     <type name="TestClass">
34951       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
34952         <size>4</size>
34953       </method>
34954     </type>
34955   </test>
34956   <test name="test-482.cs">
34957     <type name="X">
34958       <method name="Void .ctor()">
34959         <size>7</size>
34960       </method>
34961       <method name="Void M4(Int32)">
34962         <size>1</size>
34963       </method>
34964       <method name="Void Main()">
34965         <size>1</size>
34966       </method>
34967       <method name="Void M4(Int32, ...)">
34968         <size>1</size>
34969       </method>
34970     </type>
34971   </test>
34972   <test name="test-483.cs">
34973     <type name="Tests">
34974       <method name="Void .ctor()">
34975         <size>7</size>
34976       </method>
34977       <method name="Void Main()">
34978         <size>21</size>
34979       </method>
34980     </type>
34981   </test>
34982   <test name="test-484.cs">
34983     <type name="Test.TestBit">
34984       <method name="Void .ctor()">
34985         <size>7</size>
34986       </method>
34987       <method name="Void Main()">
34988         <size>1</size>
34989       </method>
34990     </type>
34991   </test>
34992   <test name="test-485.cs">
34993     <type name="MonoBUG">
34994       <method name="Void .ctor()">
34995         <size>7</size>
34996       </method>
34997       <method name="Void Main(System.String[])">
34998         <size>44</size>
34999       </method>
35000     </type>
35001   </test>
35002   <test name="test-486.cs">
35003     <type name="Test">
35004       <method name="Void .ctor()">
35005         <size>7</size>
35006       </method>
35007       <method name="Void Main()">
35008         <size>119</size>
35009       </method>
35010     </type>
35011   </test>
35012   <test name="test-487.cs">
35013     <type name="X">
35014       <method name="Void .ctor(Object)">
35015         <size>72</size>
35016       </method>
35017       <method name="Void .cctor()">
35018         <size>1</size>
35019       </method>
35020       <method name="Int32 Main()">
35021         <size>25</size>
35022       </method>
35023     </type>
35024   </test>
35025   <test name="test-488.cs">
35026     <type name="P">
35027       <method name="Void .ctor()">
35028         <size>7</size>
35029       </method>
35030     </type>
35031     <type name="Test">
35032       <method name="Void .ctor()">
35033         <size>7</size>
35034       </method>
35035       <method name="IEnumerable foo()">
35036         <size>2</size>
35037       </method>
35038       <method name="Void Main()">
35039         <size>166</size>
35040       </method>
35041     </type>
35042     <type name="Q">
35043       <method name="Void .ctor(P)">
35044         <size>8</size>
35045       </method>
35046     </type>
35047   </test>
35048   <test name="test-489.cs">
35049     <type name="test">
35050       <method name="Void .ctor()">
35051         <size>7</size>
35052       </method>
35053       <method name="Void Main()">
35054         <size>1</size>
35055       </method>
35056     </type>
35057   </test>
35058   <test name="test-49.cs">
35059     <type name="X">
35060       <method name="Void .ctor()">
35061         <size>7</size>
35062       </method>
35063       <method name="Int32 s(Byte)">
35064         <size>2182</size>
35065       </method>
35066       <method name="Int32 test(Int32)">
35067         <size>70</size>
35068       </method>
35069       <method name="Int32 tests(System.String)">
35070         <size>152</size>
35071       </method>
35072       <method name="Int32 testn(System.String)">
35073         <size>76</size>
35074       </method>
35075       <method name="Int32 testm(System.String)">
35076         <size>77</size>
35077       </method>
35078       <method name="Int32 testo(System.String)">
35079         <size>79</size>
35080       </method>
35081       <method name="Int32 testp(System.String)">
35082         <size>109</size>
35083       </method>
35084       <method name="Int32 test_def(System.String)">
35085         <size>119</size>
35086       </method>
35087       <method name="Int32 test_coverage(Int32)">
35088         <size>18</size>
35089       </method>
35090       <method name="Int32 test_goto(Int32)">
35091         <size>39</size>
35092       </method>
35093       <method name="Int32 test_memberaccess(System.String)">
35094         <size>76</size>
35095       </method>
35096       <method name="Int32 test_string_multiple_targets(System.String)">
35097         <size>128</size>
35098       </method>
35099       <method name="Int32 test_casts(Int32)">
35100         <size>17</size>
35101       </method>
35102       <method name="Int32 testSwitchEnumLong(TestEnum)">
35103         <size>56</size>
35104       </method>
35105       <method name="Int32 test_long_enum_switch()">
35106         <size>66</size>
35107       </method>
35108       <method name="Int32 tests_default(System.String)">
35109         <size>107</size>
35110       </method>
35111       <method name="Int32 tests_default_2(System.String)">
35112         <size>124</size>
35113       </method>
35114       <method name="Void test_76590(System.String)">
35115         <size>107</size>
35116       </method>
35117       <method name="Void test_77964()">
35118         <size>37</size>
35119       </method>
35120       <method name="Boolean bug_78860()">
35121         <size>114</size>
35122       </method>
35123       <method name="Int32 Main()">
35124         <size>1037</size>
35125       </method>
35126     </type>
35127   </test>
35128   <test name="test-490.cs">
35129     <type name="T">
35130       <method name="Void .ctor()">
35131         <size>7</size>
35132       </method>
35133       <method name="Void .cctor()">
35134         <size>39</size>
35135       </method>
35136       <method name="Void Main()">
35137         <size>1</size>
35138       </method>
35139     </type>
35140   </test>
35141   <test name="test-491.cs">
35142     <type name="M">
35143       <method name="Void .ctor()">
35144         <size>7</size>
35145       </method>
35146       <method name="Void Main()">
35147         <size>1</size>
35148       </method>
35149     </type>
35150     <type name="AttrA">
35151       <method name="Void .ctor()">
35152         <size>7</size>
35153       </method>
35154     </type>
35155     <type name="AttrB">
35156       <method name="Void .ctor()">
35157         <size>7</size>
35158       </method>
35159     </type>
35160   </test>
35161   <test name="test-492.cs">
35162     <type name="Test.My1Attribute">
35163       <method name="Void .ctor(Object)">
35164         <size>19</size>
35165       </method>
35166     </type>
35167     <type name="Test.My2Attribute">
35168       <method name="Void .ctor(String[])">
35169         <size>21</size>
35170       </method>
35171     </type>
35172     <type name="Test.My3Attribute">
35173       <method name="Void .ctor(Byte)">
35174         <size>24</size>
35175       </method>
35176     </type>
35177     <type name="Test.Test">
35178       <method name="Void .ctor()">
35179         <size>7</size>
35180       </method>
35181       <method name="Int32 Main()">
35182         <size>60</size>
35183       </method>
35184     </type>
35185   </test>
35186   <test name="test-493.cs">
35187     <type name="A">
35188       <method name="Void .ctor()">
35189         <size>7</size>
35190       </method>
35191       <method name="Int32 get_f()">
35192         <size>2</size>
35193       </method>
35194     </type>
35195     <type name="B">
35196       <method name="Void .ctor()">
35197         <size>7</size>
35198       </method>
35199       <method name="Int32 bar()">
35200         <size>11</size>
35201       </method>
35202     </type>
35203     <type name="C">
35204       <method name="Void .ctor()">
35205         <size>7</size>
35206       </method>
35207       <method name="Void Main()">
35208         <size>1</size>
35209       </method>
35210     </type>
35211   </test>
35212   <test name="test-494.cs">
35213     <type name="Agresso.Foundation.Function">
35214       <method name="Void .ctor()">
35215         <size>7</size>
35216       </method>
35217       <method name="Void Main()">
35218         <size>1</size>
35219       </method>
35220     </type>
35221     <type name="Agresso.Foundation.Translate">
35222       <method name="Void .ctor(Object, IntPtr)">
35223         <size>0</size>
35224       </method>
35225       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
35226         <size>0</size>
35227       </method>
35228       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
35229         <size>0</size>
35230       </method>
35231       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
35232         <size>0</size>
35233       </method>
35234     </type>
35235   </test>
35236   <test name="test-495.cs">
35237     <type name="plj.aClass">
35238       <method name="Void .ctor()">
35239         <size>7</size>
35240       </method>
35241       <method name="plj.aClass op_Implicit(plj.fromClass)">
35242         <size>2</size>
35243       </method>
35244     </type>
35245     <type name="plj.realClass1">
35246       <method name="Void .ctor()">
35247         <size>7</size>
35248       </method>
35249       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
35250         <size>2</size>
35251       </method>
35252     </type>
35253     <type name="plj.fromClass">
35254       <method name="Void .ctor()">
35255         <size>7</size>
35256       </method>
35257       <method name="Void Main()">
35258         <size>1</size>
35259       </method>
35260     </type>
35261   </test>
35262   <test name="test-496.cs">
35263     <type name="Baz">
35264       <method name="Void Main()">
35265         <size>1</size>
35266       </method>
35267       <method name="Void .ctor()">
35268         <size>7</size>
35269       </method>
35270     </type>
35271   </test>
35272   <test name="test-497.cs">
35273     <type name="PlotMenuItem">
35274       <method name="Void .ctor()">
35275         <size>7</size>
35276       </method>
35277       <method name="Void .ctor(EventHandler)">
35278         <size>54</size>
35279       </method>
35280       <method name="Int32 Main()">
35281         <size>50</size>
35282       </method>
35283       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
35284         <size>11</size>
35285       </method>
35286       <method name="System.EventHandler get_Callback()">
35287         <size>7</size>
35288       </method>
35289       <method name="Void set_Callback(System.EventHandler)">
35290         <size>8</size>
35291       </method>
35292     </type>
35293   </test>
35294   <test name="test-498.cs">
35295     <type name="C">
35296       <method name="Int32 Main()">
35297         <size>81</size>
35298       </method>
35299     </type>
35300     <type name="A">
35301       <method name="Void .ctor(Single)">
35302         <size>0</size>
35303       </method>
35304       <method name="Int32 get_Foo()">
35305         <size>0</size>
35306       </method>
35307     </type>
35308   </test>
35309   <test name="test-499.cs">
35310     <type name="X">
35311       <method name="Void .ctor()">
35312         <size>7</size>
35313       </method>
35314       <method name="Void Main()">
35315         <size>24</size>
35316       </method>
35317     </type>
35318   </test>
35319   <test name="test-5.cs">
35320     <type name="X">
35321       <method name="Void .ctor()">
35322         <size>7</size>
35323       </method>
35324       <method name="Int32 Main()">
35325         <size>37</size>
35326       </method>
35327     </type>
35328   </test>
35329   <test name="test-500.cs">
35330     <type name="SomeCustomAttribute">
35331       <method name="Void .ctor()">
35332         <size>7</size>
35333       </method>
35334     </type>
35335     <type name="MainClass">
35336       <method name="Void .ctor()">
35337         <size>7</size>
35338       </method>
35339       <method name="Int32 Main()">
35340         <size>115</size>
35341       </method>
35342     </type>
35343   </test>
35344   <test name="test-501.cs">
35345     <type name="Tests">
35346       <method name="Void .ctor()">
35347         <size>7</size>
35348       </method>
35349       <method name="Void DumpException(Tests+FilterStackFrame)">
35350         <size>1</size>
35351       </method>
35352       <method name="Void foo(Boolean ByRef)">
35353         <size>49</size>
35354       </method>
35355       <method name="Void Main(System.String[])">
35356         <size>8</size>
35357       </method>
35358     </type>
35359     <type name="Tests+FilterStackFrame">
35360       <method name="Void .ctor(Object, IntPtr)">
35361         <size>0</size>
35362       </method>
35363       <method name="Boolean Invoke(System.Object)">
35364         <size>0</size>
35365       </method>
35366       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
35367         <size>0</size>
35368       </method>
35369       <method name="Boolean EndInvoke(IAsyncResult)">
35370         <size>0</size>
35371       </method>
35372     </type>
35373     <type name="Tests">
35374       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
35375         <size>2</size>
35376       </method>
35377     </type>
35378   </test>
35379   <test name="test-502.cs">
35380     <type name="Base">
35381       <method name="Void .ctor()">
35382         <size>7</size>
35383       </method>
35384       <method name="Int32 get_Property()">
35385         <size>3</size>
35386       </method>
35387       <method name="Void Main()">
35388         <size>1</size>
35389       </method>
35390     </type>
35391     <type name="Derived">
35392       <method name="Void .ctor()">
35393         <size>7</size>
35394       </method>
35395       <method name="Int32 get_Property()">
35396         <size>3</size>
35397       </method>
35398     </type>
35399     <type name="BaseClass">
35400       <method name="Void .ctor()">
35401         <size>7</size>
35402       </method>
35403       <method name="Int32 get_Value()">
35404         <size>2</size>
35405       </method>
35406       <method name="Void set_Value(Int32)">
35407         <size>1</size>
35408       </method>
35409     </type>
35410     <type name="DerivedClass">
35411       <method name="Void .ctor()">
35412         <size>7</size>
35413       </method>
35414       <method name="Int32 get_Value()">
35415         <size>2</size>
35416       </method>
35417     </type>
35418     <type name="ErrorClass">
35419       <method name="Void .ctor()">
35420         <size>7</size>
35421       </method>
35422       <method name="Int32 get_Value()">
35423         <size>2</size>
35424       </method>
35425       <method name="Void set_Value(Int32)">
35426         <size>1</size>
35427       </method>
35428     </type>
35429   </test>
35430   <test name="test-503.cs">
35431     <type name="Foo">
35432       <method name="Void .ctor()">
35433         <size>7</size>
35434       </method>
35435       <method name="Int32 Main()">
35436         <size>33</size>
35437       </method>
35438     </type>
35439   </test>
35440   <test name="test-504.cs">
35441     <type name="Foo">
35442       <method name="Void .ctor()">
35443         <size>7</size>
35444       </method>
35445       <method name="Void .cctor()">
35446         <size>7</size>
35447       </method>
35448       <method name="Int32 f()">
35449         <size>2</size>
35450       </method>
35451       <method name="Int32 Main()">
35452         <size>32</size>
35453       </method>
35454     </type>
35455   </test>
35456   <test name="test-505.cs">
35457     <type name="T">
35458       <method name="Void .ctor()">
35459         <size>7</size>
35460       </method>
35461       <method name="Int32 f()">
35462         <size>19</size>
35463       </method>
35464       <method name="Void Main()">
35465         <size>38</size>
35466       </method>
35467     </type>
35468   </test>
35469   <test name="test-506.cs">
35470     <type name="ProtectedSetter.BaseClass">
35471       <method name="Void .ctor()">
35472         <size>7</size>
35473       </method>
35474       <method name="System.String get_Name()">
35475         <size>0</size>
35476       </method>
35477       <method name="Void set_Name(System.String)">
35478         <size>0</size>
35479       </method>
35480     </type>
35481     <type name="ProtectedSetter.DerivedClass">
35482       <method name="Void .ctor()">
35483         <size>7</size>
35484       </method>
35485       <method name="System.String get_Name()">
35486         <size>2</size>
35487       </method>
35488       <method name="Void set_Name(System.String)">
35489         <size>1</size>
35490       </method>
35491       <method name="Void Main()">
35492         <size>1</size>
35493       </method>
35494     </type>
35495   </test>
35496   <test name="test-507.cs">
35497     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
35498       <method name="Void .ctor()">
35499         <size>7</size>
35500       </method>
35501       <method name="Void SomeMethod()">
35502         <size>1</size>
35503       </method>
35504       <method name="Void SomeMethod2()">
35505         <size>1</size>
35506       </method>
35507     </type>
35508     <type name="NewslotVirtualFinal.C">
35509       <method name="Void .ctor()">
35510         <size>7</size>
35511       </method>
35512       <method name="Int32 Main()">
35513         <size>83</size>
35514       </method>
35515     </type>
35516   </test>
35517   <test name="test-508.cs">
35518     <type name="OutputParam">
35519       <method name="Void .ctor()">
35520         <size>7</size>
35521       </method>
35522       <method name="Void Main(System.String[])">
35523         <size>14</size>
35524       </method>
35525       <method name="Void Method(Int32 ByRef)">
35526         <size>17</size>
35527       </method>
35528     </type>
35529   </test>
35530   <test name="test-509.cs">
35531     <type name="BaseClass">
35532       <method name="Void .ctor()">
35533         <size>7</size>
35534       </method>
35535       <method name="Void add_OnEvent(DelegateHandler)">
35536         <size>24</size>
35537       </method>
35538       <method name="Void remove_OnEvent(DelegateHandler)">
35539         <size>24</size>
35540       </method>
35541     </type>
35542     <type name="ExtendingClass">
35543       <method name="Void .ctor()">
35544         <size>7</size>
35545       </method>
35546       <method name="Void Main()">
35547         <size>1</size>
35548       </method>
35549       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
35550         <size>8</size>
35551       </method>
35552       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
35553         <size>8</size>
35554       </method>
35555     </type>
35556     <type name="DelegateHandler">
35557       <method name="Void .ctor(Object, IntPtr)">
35558         <size>0</size>
35559       </method>
35560       <method name="Void Invoke()">
35561         <size>0</size>
35562       </method>
35563       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35564         <size>0</size>
35565       </method>
35566       <method name="Void EndInvoke(IAsyncResult)">
35567         <size>0</size>
35568       </method>
35569     </type>
35570   </test>
35571   <test name="test-51.cs">
35572     <type name="Base">
35573       <method name="Void .ctor()">
35574         <size>25</size>
35575       </method>
35576       <method name="Int32 get_b_int_property()">
35577         <size>7</size>
35578       </method>
35579       <method name="Void set_b_int_property(Int32)">
35580         <size>8</size>
35581       </method>
35582       <method name="System.String b_get_id()">
35583         <size>6</size>
35584       </method>
35585     </type>
35586     <type name="Derived">
35587       <method name="Void .ctor()">
35588         <size>26</size>
35589       </method>
35590       <method name="Int32 get_b_int_property()">
35591         <size>7</size>
35592       </method>
35593       <method name="Void set_b_int_property(Int32)">
35594         <size>8</size>
35595       </method>
35596       <method name="Int32 Test()">
35597         <size>138</size>
35598       </method>
35599     </type>
35600     <type name="boot">
35601       <method name="Void .ctor()">
35602         <size>7</size>
35603       </method>
35604       <method name="Int32 Main()">
35605         <size>13</size>
35606       </method>
35607     </type>
35608   </test>
35609   <test name="test-510.cs">
35610     <type name="Foo">
35611       <method name="Void .ctor()">
35612         <size>7</size>
35613       </method>
35614       <method name="Void test39(Int32 ByRef)">
35615         <size>36</size>
35616       </method>
35617       <method name="Void Main()">
35618         <size>28</size>
35619       </method>
35620     </type>
35621   </test>
35622   <test name="test-511.cs">
35623     <type name="Foo">
35624       <method name="Void .ctor()">
35625         <size>7</size>
35626       </method>
35627       <method name="Void Main(System.String[])">
35628         <size>17</size>
35629       </method>
35630       <method name="Void f()">
35631         <size>7</size>
35632       </method>
35633     </type>
35634   </test>
35635   <test name="test-512.cs">
35636     <type name="Foo">
35637       <method name="Void .ctor()">
35638         <size>7</size>
35639       </method>
35640       <method name="Void Main(System.String[])">
35641         <size>17</size>
35642       </method>
35643       <method name="Void f()">
35644         <size>7</size>
35645       </method>
35646     </type>
35647   </test>
35648   <test name="test-513.cs">
35649     <type name="Test">
35650       <method name="Void .ctor()">
35651         <size>7</size>
35652       </method>
35653       <method name="Int32 Main()">
35654         <size>246</size>
35655       </method>
35656     </type>
35657   </test>
35658   <test name="test-514.cs">
35659     <type name="X">
35660       <method name="Void .ctor()">
35661         <size>7</size>
35662       </method>
35663       <method name="Void HandleConflict(Int32)">
35664         <size>31</size>
35665       </method>
35666       <method name="Int32 Main()">
35667         <size>40</size>
35668       </method>
35669     </type>
35670   </test>
35671   <test name="test-515.cs">
35672     <type name="X">
35673       <method name="Void .ctor()">
35674         <size>7</size>
35675       </method>
35676       <method name="Void Main()">
35677         <size>35</size>
35678       </method>
35679     </type>
35680   </test>
35681   <test name="test-516.cs">
35682     <type name="X">
35683       <method name="Void .ctor()">
35684         <size>7</size>
35685       </method>
35686       <method name="Void Main()">
35687         <size>35</size>
35688       </method>
35689     </type>
35690   </test>
35691   <test name="test-517.cs">
35692     <type name="Test">
35693       <method name="Void .ctor()">
35694         <size>7</size>
35695       </method>
35696       <method name="Int32 Main()">
35697         <size>11</size>
35698       </method>
35699     </type>
35700   </test>
35701   <test name="test-518.cs">
35702     <type name="Foo">
35703       <method name="Void .ctor()">
35704         <size>7</size>
35705       </method>
35706       <method name="Int32 Main()">
35707         <size>19</size>
35708       </method>
35709     </type>
35710   </test>
35711   <test name="test-519.cs">
35712     <type name="Foo">
35713       <method name="Void .ctor()">
35714         <size>7</size>
35715       </method>
35716       <method name="Int32 Main()">
35717         <size>32</size>
35718       </method>
35719       <method name="Void f()">
35720         <size>29</size>
35721       </method>
35722     </type>
35723   </test>
35724   <test name="test-52.cs">
35725     <type name="Y">
35726       <method name="Void .ctor()">
35727         <size>7</size>
35728       </method>
35729       <method name="Boolean MoveNext()">
35730         <size>28</size>
35731       </method>
35732       <method name="System.Object get_Current()">
35733         <size>12</size>
35734       </method>
35735     </type>
35736     <type name="X">
35737       <method name="Void .ctor()">
35738         <size>7</size>
35739       </method>
35740       <method name="Void .cctor()">
35741         <size>36</size>
35742       </method>
35743       <method name="Y GetEnumerator()">
35744         <size>6</size>
35745       </method>
35746       <method name="Int32 Main()">
35747         <size>501</size>
35748       </method>
35749     </type>
35750   </test>
35751   <test name="test-520.cs">
35752     <type name="FakeInt">
35753       <method name="Void .ctor(Int64)">
35754         <size>14</size>
35755       </method>
35756       <method name="Int64 op_Implicit(FakeInt)">
35757         <size>7</size>
35758       </method>
35759     </type>
35760     <type name="MainClass">
35761       <method name="Void .ctor()">
35762         <size>7</size>
35763       </method>
35764       <method name="Void Main()">
35765         <size>28</size>
35766       </method>
35767     </type>
35768   </test>
35769   <test name="test-521.cs">
35770     <type name="Tests">
35771       <method name="Void .ctor()">
35772         <size>7</size>
35773       </method>
35774       <method name="Void CallWithContextN(System.Object, System.Object[])">
35775         <size>1</size>
35776       </method>
35777       <method name="Void Main()">
35778         <size>14</size>
35779       </method>
35780     </type>
35781     <type name="Tests+CallTargetWithContextN">
35782       <method name="Void .ctor(Object, IntPtr)">
35783         <size>0</size>
35784       </method>
35785       <method name="Void Invoke(System.Object, System.Object[])">
35786         <size>0</size>
35787       </method>
35788       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
35789         <size>0</size>
35790       </method>
35791       <method name="Void EndInvoke(IAsyncResult)">
35792         <size>0</size>
35793       </method>
35794     </type>
35795   </test>
35796   <test name="test-522.cs">
35797     <type name="Const">
35798       <method name="Void .ctor()">
35799         <size>7</size>
35800       </method>
35801       <method name="Void Main()">
35802         <size>1</size>
35803       </method>
35804     </type>
35805   </test>
35806   <test name="test-523.cs">
35807     <type name="T">
35808       <method name="Void .ctor()">
35809         <size>7</size>
35810       </method>
35811       <method name="Int32 stuff()">
35812         <size>20</size>
35813       </method>
35814       <method name="Int32 stuff2()">
35815         <size>44</size>
35816       </method>
35817       <method name="Int32 stuff3()">
35818         <size>44</size>
35819       </method>
35820       <method name="Void stuff4()">
35821         <size>20</size>
35822       </method>
35823       <method name="Void stuff_finally()">
35824         <size>1</size>
35825       </method>
35826       <method name="Void Main()">
35827         <size>1</size>
35828       </method>
35829     </type>
35830   </test>
35831   <test name="test-524.cs">
35832     <type name="Foo">
35833       <method name="Void .ctor()">
35834         <size>7</size>
35835       </method>
35836       <method name="Int32 Main()">
35837         <size>42</size>
35838       </method>
35839     </type>
35840   </test>
35841   <test name="test-525.cs">
35842     <type name="X">
35843       <method name="Void .ctor()">
35844         <size>7</size>
35845       </method>
35846       <method name="Void Finalize()">
35847         <size>36</size>
35848       </method>
35849       <method name="Int32 Test1()">
35850         <size>33</size>
35851       </method>
35852       <method name="Void Test2()">
35853         <size>66</size>
35854       </method>
35855       <method name="Void Main()">
35856         <size>39</size>
35857       </method>
35858     </type>
35859     <type name="&lt;PrivateImplementationDetails&gt;">
35860       <method name="Void .ctor()">
35861         <size>7</size>
35862       </method>
35863     </type>
35864   </test>
35865   <test name="test-526.cs">
35866     <type name="Test">
35867       <method name="Void .ctor()">
35868         <size>7</size>
35869       </method>
35870       <method name="Void Main()">
35871         <size>1</size>
35872       </method>
35873       <method name="Void Foo(IListCounter)">
35874         <size>8</size>
35875       </method>
35876       <method name="Void Foo2(IC)">
35877         <size>8</size>
35878       </method>
35879       <method name="Void Foo3(ICC)">
35880         <size>8</size>
35881       </method>
35882       <method name="Void Foo4(IM2)">
35883         <size>8</size>
35884       </method>
35885     </type>
35886   </test>
35887   <test name="test-527.cs">
35888     <type name="Repro">
35889       <method name="Void .ctor()">
35890         <size>19</size>
35891       </method>
35892       <method name="Int32 Main()">
35893         <size>48</size>
35894       </method>
35895       <method name="Void foo()">
35896         <size>61</size>
35897       </method>
35898       <method name="Int32 bar()">
35899         <size>3</size>
35900       </method>
35901     </type>
35902   </test>
35903   <test name="test-528.cs">
35904     <type name="MicroFocus.MONO.Bugs.Odd">
35905       <method name="Void .ctor()">
35906         <size>7</size>
35907       </method>
35908       <method name="Void .cctor()">
35909         <size>25</size>
35910       </method>
35911       <method name="Void Main()">
35912         <size>1</size>
35913       </method>
35914     </type>
35915   </test>
35916   <test name="test-529.cs">
35917     <type name="C">
35918       <method name="Void .ctor()">
35919         <size>7</size>
35920       </method>
35921       <method name="Void Main()">
35922         <size>8</size>
35923       </method>
35924     </type>
35925   </test>
35926   <test name="test-53.cs">
35927     <type name="MyDispose">
35928       <method name="Void Dispose()">
35929         <size>8</size>
35930       </method>
35931       <method name="Void .ctor()">
35932         <size>7</size>
35933       </method>
35934     </type>
35935     <type name="X">
35936       <method name="Int32 Main()">
35937         <size>257</size>
35938       </method>
35939       <method name="Void .ctor()">
35940         <size>7</size>
35941       </method>
35942     </type>
35943   </test>
35944   <test name="test-530.cs">
35945     <type name="X">
35946       <method name="Void .ctor()">
35947         <size>7</size>
35948       </method>
35949       <method name="Void e(System.Object[])">
35950         <size>1</size>
35951       </method>
35952       <method name="Void Main()">
35953         <size>1</size>
35954       </method>
35955     </type>
35956   </test>
35957   <test name="test-531.cs">
35958     <type name="Test">
35959       <method name="Void .ctor()">
35960         <size>7</size>
35961       </method>
35962       <method name="Void Main()">
35963         <size>11</size>
35964       </method>
35965     </type>
35966   </test>
35967   <test name="test-532.cs">
35968     <type name="X">
35969       <method name="Void .ctor()">
35970         <size>47</size>
35971       </method>
35972       <method name="Void Main()">
35973         <size>1</size>
35974       </method>
35975     </type>
35976   </test>
35977   <test name="test-533.cs">
35978     <type name="Test">
35979       <method name="Void .ctor()">
35980         <size>7</size>
35981       </method>
35982       <method name="Void True(Boolean)">
35983         <size>10</size>
35984       </method>
35985       <method name="Void False(Boolean)">
35986         <size>13</size>
35987       </method>
35988       <method name="Void Main()">
35989         <size>61</size>
35990       </method>
35991     </type>
35992   </test>
35993   <test name="test-535.cs">
35994     <type name="X">
35995       <method name="Void .ctor()">
35996         <size>7</size>
35997       </method>
35998       <method name="Void Main()">
35999         <size>77</size>
36000       </method>
36001       <method name="Void Compile()">
36002         <size>19</size>
36003       </method>
36004       <method name="Void M(Int64)">
36005         <size>1</size>
36006       </method>
36007       <method name="Void M(UInt64)">
36008         <size>1</size>
36009       </method>
36010       <method name="Void M(System.Object)">
36011         <size>1</size>
36012       </method>
36013     </type>
36014   </test>
36015   <test name="test-536.cs">
36016     <type name="Test">
36017       <method name="Void add_Foo(FooHandler)">
36018         <size>22</size>
36019       </method>
36020       <method name="Void remove_Foo(FooHandler)">
36021         <size>22</size>
36022       </method>
36023       <method name="Void OnFooTest()">
36024         <size>1</size>
36025       </method>
36026       <method name="Void Main()">
36027         <size>31</size>
36028       </method>
36029     </type>
36030     <type name="FooHandler">
36031       <method name="Void .ctor(Object, IntPtr)">
36032         <size>0</size>
36033       </method>
36034       <method name="Void Invoke()">
36035         <size>0</size>
36036       </method>
36037       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36038         <size>0</size>
36039       </method>
36040       <method name="Void EndInvoke(IAsyncResult)">
36041         <size>0</size>
36042       </method>
36043     </type>
36044     <type name="Test">
36045       <method name="Void &lt;Main&gt;m__0()">
36046         <size>18</size>
36047       </method>
36048     </type>
36049   </test>
36050   <test name="test-537.cs">
36051     <type name="Base">
36052       <method name="Void .ctor()">
36053         <size>7</size>
36054       </method>
36055       <method name="System.String get_H()">
36056         <size>6</size>
36057       </method>
36058     </type>
36059     <type name="X">
36060       <method name="Void .ctor()">
36061         <size>7</size>
36062       </method>
36063     </type>
36064     <type name="X+Derived">
36065       <method name="Void .ctor()">
36066         <size>7</size>
36067       </method>
36068     </type>
36069     <type name="X+Derived+Nested">
36070       <method name="Void .ctor()">
36071         <size>7</size>
36072       </method>
36073       <method name="Void G()">
36074         <size>21</size>
36075       </method>
36076     </type>
36077     <type name="Derived">
36078       <method name="Void .ctor()">
36079         <size>7</size>
36080       </method>
36081     </type>
36082     <type name="Derived+Nested">
36083       <method name="Void .ctor()">
36084         <size>7</size>
36085       </method>
36086       <method name="Void G()">
36087         <size>18</size>
36088       </method>
36089     </type>
36090     <type name="Test">
36091       <method name="Void .ctor()">
36092         <size>7</size>
36093       </method>
36094       <method name="Void Main()">
36095         <size>1</size>
36096       </method>
36097     </type>
36098   </test>
36099   <test name="test-538.cs">
36100     <type name="concrete">
36101       <method name="Void .ctor()">
36102         <size>7</size>
36103       </method>
36104     </type>
36105     <type name="Program">
36106       <method name="Void .ctor()">
36107         <size>7</size>
36108       </method>
36109       <method name="concrete getConcrete(IInterface)">
36110         <size>6</size>
36111       </method>
36112       <method name="Void Main(System.String[])">
36113         <size>20</size>
36114       </method>
36115     </type>
36116     <type name="testDelegate">
36117       <method name="Void .ctor(Object, IntPtr)">
36118         <size>0</size>
36119       </method>
36120       <method name="IInterface Invoke(concrete)">
36121         <size>0</size>
36122       </method>
36123       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
36124         <size>0</size>
36125       </method>
36126       <method name="IInterface EndInvoke(IAsyncResult)">
36127         <size>0</size>
36128       </method>
36129     </type>
36130   </test>
36131   <test name="test-539.cs">
36132     <type name="Test">
36133       <method name="Int32 Main()">
36134         <size>84</size>
36135       </method>
36136       <method name="Void .ctor()">
36137         <size>7</size>
36138       </method>
36139     </type>
36140     <type name="&lt;PrivateImplementationDetails&gt;">
36141       <method name="Void .ctor()">
36142         <size>7</size>
36143       </method>
36144     </type>
36145   </test>
36146   <test name="test-54.cs">
36147     <type name="X">
36148       <method name="Void .ctor()">
36149         <size>7</size>
36150       </method>
36151       <method name="Boolean v()">
36152         <size>26</size>
36153       </method>
36154       <method name="Int32 Main()">
36155         <size>2</size>
36156       </method>
36157     </type>
36158   </test>
36159   <test name="test-540.cs">
36160     <type name="A">
36161       <method name="Void .ctor()">
36162         <size>7</size>
36163       </method>
36164       <method name="Byte op_Implicit(A)">
36165         <size>3</size>
36166       </method>
36167     </type>
36168     <type name="Constraint">
36169       <method name="Void .ctor()">
36170         <size>7</size>
36171       </method>
36172       <method name="Void Foo(System.Object)">
36173         <size>1</size>
36174       </method>
36175       <method name="Int32 Main()">
36176         <size>89</size>
36177       </method>
36178       <method name="Constraint op_LogicalNot(Constraint)">
36179         <size>2</size>
36180       </method>
36181       <method name="Constraint op_UnaryPlus(Constraint)">
36182         <size>2</size>
36183       </method>
36184       <method name="Constraint op_OnesComplement(Constraint)">
36185         <size>2</size>
36186       </method>
36187       <method name="Constraint op_UnaryNegation(Constraint)">
36188         <size>2</size>
36189       </method>
36190     </type>
36191   </test>
36192   <test name="test-541.cs">
36193     <type name="ClassMain">
36194       <method name="Void Main()">
36195         <size>31</size>
36196       </method>
36197       <method name="Void set_test(Boolean)">
36198         <size>1</size>
36199       </method>
36200       <method name="Void &lt;Main&gt;m__0(Int32)">
36201         <size>1</size>
36202       </method>
36203       <method name="Void .ctor()">
36204         <size>7</size>
36205       </method>
36206     </type>
36207     <type name="ClassMain+D">
36208       <method name="Void Invoke(Int32)">
36209         <size>0</size>
36210       </method>
36211       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36212         <size>0</size>
36213       </method>
36214       <method name="Void EndInvoke(IAsyncResult)">
36215         <size>0</size>
36216       </method>
36217       <method name="Void .ctor(Object, IntPtr)">
36218         <size>0</size>
36219       </method>
36220     </type>
36221   </test>
36222   <test name="test-542.cs">
36223     <type name="X">
36224       <method name="Void .ctor()">
36225         <size>7</size>
36226       </method>
36227       <method name="Void Main()">
36228         <size>1</size>
36229       </method>
36230     </type>
36231     <type name="ARec">
36232       <method name="Void .ctor(Decimal)">
36233         <size>14</size>
36234       </method>
36235       <method name="Decimal Round(Int32)">
36236         <size>13</size>
36237       </method>
36238       <method name="Decimal Round(Decimal, Int32)">
36239         <size>7</size>
36240       </method>
36241     </type>
36242   </test>
36243   <test name="test-543.cs">
36244     <type name="BetterMethod">
36245       <method name="Void .ctor()">
36246         <size>7</size>
36247       </method>
36248       <method name="Int32 get_Item(System.Boolean[])">
36249         <size>2</size>
36250       </method>
36251       <method name="System.String get_Item(Boolean, System.Object)">
36252         <size>6</size>
36253       </method>
36254     </type>
36255     <type name="MainClass">
36256       <method name="Void .ctor()">
36257         <size>7</size>
36258       </method>
36259       <method name="Int32 get_Item(Int32, System.String[])">
36260         <size>2</size>
36261       </method>
36262       <method name="Void set_Item(Int32, System.String[], Int32)">
36263         <size>40</size>
36264       </method>
36265       <method name="System.Object get_Item(Int32, System.Object[])">
36266         <size>2</size>
36267       </method>
36268       <method name="Void set_Item(Int32, System.Object[], System.Object)">
36269         <size>40</size>
36270       </method>
36271       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
36272         <size>2</size>
36273       </method>
36274       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
36275         <size>40</size>
36276       </method>
36277       <method name="Void Main(System.String[])">
36278         <size>258</size>
36279       </method>
36280     </type>
36281   </test>
36282   <test name="test-544.cs">
36283     <type name="X">
36284       <method name="Void .ctor()">
36285         <size>7</size>
36286       </method>
36287       <method name="Void Main()">
36288         <size>32</size>
36289       </method>
36290     </type>
36291   </test>
36292   <test name="test-545.cs">
36293     <type name="X">
36294       <method name="Void .ctor()">
36295         <size>7</size>
36296       </method>
36297       <method name="Void Main()">
36298         <size>1</size>
36299       </method>
36300     </type>
36301     <type name="Dingus">
36302       <method name="Void .ctor(Int32)">
36303         <size>1</size>
36304       </method>
36305     </type>
36306   </test>
36307   <test name="test-546.cs">
36308     <type name="NameSpace.C">
36309       <method name="Void .ctor()">
36310         <size>7</size>
36311       </method>
36312       <method name="Void Main()">
36313         <size>1</size>
36314       </method>
36315     </type>
36316   </test>
36317   <test name="test-547.cs">
36318     <type name="C">
36319       <method name="Void .ctor()">
36320         <size>7</size>
36321       </method>
36322       <method name="Void Main()">
36323         <size>1</size>
36324       </method>
36325     </type>
36326   </test>
36327   <test name="test-548.cs">
36328     <type name="Bugs.Bug0">
36329       <method name="Void .ctor()">
36330         <size>7</size>
36331       </method>
36332       <method name="Int32 Main()">
36333         <size>23</size>
36334       </method>
36335     </type>
36336     <type name="Bugs.Bug0+MyBoolean">
36337       <method name="Void .ctor(Boolean)">
36338         <size>8</size>
36339       </method>
36340       <method name="MyBoolean op_Implicit(Boolean)">
36341         <size>7</size>
36342       </method>
36343       <method name="Boolean op_Implicit(MyBoolean)">
36344         <size>8</size>
36345       </method>
36346     </type>
36347   </test>
36348   <test name="test-549.cs">
36349     <type name="Do">
36350       <method name="Void .ctor()">
36351         <size>7</size>
36352       </method>
36353       <method name="Void Register(Get)">
36354         <size>1</size>
36355       </method>
36356       <method name="Void Register(System.Object)">
36357         <size>1</size>
36358       </method>
36359       <method name="System.Object MyGet(Do)">
36360         <size>2</size>
36361       </method>
36362       <method name="Void X()">
36363         <size>19</size>
36364       </method>
36365     </type>
36366     <type name="User">
36367       <method name="Void .ctor()">
36368         <size>7</size>
36369       </method>
36370       <method name="Void Main()">
36371         <size>1</size>
36372       </method>
36373     </type>
36374     <type name="Get">
36375       <method name="Void .ctor(Object, IntPtr)">
36376         <size>0</size>
36377       </method>
36378       <method name="System.Object Invoke(Do)">
36379         <size>0</size>
36380       </method>
36381       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
36382         <size>0</size>
36383       </method>
36384       <method name="System.Object EndInvoke(IAsyncResult)">
36385         <size>0</size>
36386       </method>
36387     </type>
36388   </test>
36389   <test name="test-55.cs">
36390     <type name="A.B.C">
36391       <method name="Void .ctor()">
36392         <size>7</size>
36393       </method>
36394       <method name="Void Hola()">
36395         <size>11</size>
36396       </method>
36397     </type>
36398     <type name="X.Y.Z.W">
36399       <method name="Void .ctor()">
36400         <size>7</size>
36401       </method>
36402       <method name="Void Ahoj()">
36403         <size>11</size>
36404       </method>
36405     </type>
36406     <type name="Foo.System">
36407       <method name="Void .ctor()">
36408         <size>7</size>
36409       </method>
36410       <method name="Void X()">
36411         <size>11</size>
36412       </method>
36413     </type>
36414     <type name="App">
36415       <method name="Void .ctor()">
36416         <size>7</size>
36417       </method>
36418       <method name="Int32 Main()">
36419         <size>12</size>
36420       </method>
36421     </type>
36422   </test>
36423   <test name="test-550.cs">
36424     <type name="Bla.Blub.Fo‿o">
36425       <method name="Void .ctor()">
36426         <size>7</size>
36427       </method>
36428       <method name="Void Main(System.String[])">
36429         <size>11</size>
36430       </method>
36431     </type>
36432   </test>
36433   <test name="test-551.cs">
36434     <type name="System.Int32">
36435       <method name="Void Main()">
36436         <size>1</size>
36437       </method>
36438     </type>
36439   </test>
36440   <test name="test-552.cs">
36441     <type name="C">
36442       <method name="Void .ctor()">
36443         <size>7</size>
36444       </method>
36445       <method name="Void Test(C)">
36446         <size>1</size>
36447       </method>
36448       <method name="Void Main()">
36449         <size>14</size>
36450       </method>
36451     </type>
36452   </test>
36453   <test name="test-553.cs">
36454     <type name="A">
36455       <method name="Void .ctor()">
36456         <size>7</size>
36457       </method>
36458       <method name="Void Add(System.Object)">
36459         <size>1</size>
36460       </method>
36461     </type>
36462     <type name="B">
36463       <method name="Void .ctor()">
36464         <size>7</size>
36465       </method>
36466       <method name="Boolean Add(System.Object)">
36467         <size>2</size>
36468       </method>
36469       <method name="Void Main()">
36470         <size>1</size>
36471       </method>
36472     </type>
36473   </test>
36474   <test name="test-554.cs">
36475     <type name="C">
36476       <method name="Void .ctor()">
36477         <size>7</size>
36478       </method>
36479       <method name="Int32 Main()">
36480         <size>145</size>
36481       </method>
36482     </type>
36483     <type name="&lt;PrivateImplementationDetails&gt;">
36484       <method name="Void .ctor()">
36485         <size>7</size>
36486       </method>
36487     </type>
36488   </test>
36489   <test name="test-555.cs">
36490     <type name="Test">
36491       <method name="Void .ctor()">
36492         <size>7</size>
36493       </method>
36494       <method name="Int32 Main()">
36495         <size>351</size>
36496       </method>
36497     </type>
36498   </test>
36499   <test name="test-556.cs">
36500     <type name="S">
36501       <method name="Void .ctor()">
36502         <size>7</size>
36503       </method>
36504       <method name="Void Frobnikator()">
36505         <size>1</size>
36506       </method>
36507       <method name="Void CharToX()">
36508         <size>1</size>
36509       </method>
36510       <method name="Int32 Main()">
36511         <size>35</size>
36512       </method>
36513     </type>
36514   </test>
36515   <test name="test-557.cs">
36516     <type name="Test">
36517       <method name="Void .ctor()">
36518         <size>7</size>
36519       </method>
36520       <method name="Void Main(System.String[])">
36521         <size>1</size>
36522       </method>
36523     </type>
36524   </test>
36525   <test name="test-558.cs">
36526     <type name="TestClass">
36527       <method name="Void .ctor()">
36528         <size>7</size>
36529       </method>
36530       <method name="Void Main()">
36531         <size>21</size>
36532       </method>
36533       <method name="Void TestMethod(Int32)">
36534         <size>1</size>
36535       </method>
36536     </type>
36537     <type name="TestClass+OneDelegate">
36538       <method name="Void .ctor(Object, IntPtr)">
36539         <size>0</size>
36540       </method>
36541       <method name="Void Invoke(Int32)">
36542         <size>0</size>
36543       </method>
36544       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36545         <size>0</size>
36546       </method>
36547       <method name="Void EndInvoke(IAsyncResult)">
36548         <size>0</size>
36549       </method>
36550     </type>
36551   </test>
36552   <test name="test-559.cs">
36553     <type name="C">
36554       <method name="Void .ctor()">
36555         <size>7</size>
36556       </method>
36557       <method name="Void add_TestEvent(B+TestDelegate)">
36558         <size>24</size>
36559       </method>
36560       <method name="Void remove_TestEvent(B+TestDelegate)">
36561         <size>24</size>
36562       </method>
36563       <method name="Void Main()">
36564         <size>1</size>
36565       </method>
36566     </type>
36567   </test>
36568   <test name="test-56.cs">
36569     <type name="A">
36570       <method name="Void .ctor()">
36571         <size>7</size>
36572       </method>
36573       <method name="Int32 get_P()">
36574         <size>7</size>
36575       </method>
36576       <method name="Void set_P(Int32)">
36577         <size>8</size>
36578       </method>
36579       <method name="Int32 get_Q()">
36580         <size>0</size>
36581       </method>
36582       <method name="Void set_Q(Int32)">
36583         <size>0</size>
36584       </method>
36585       <method name="Int32 get_R()">
36586         <size>7</size>
36587       </method>
36588       <method name="Void set_R(Int32)">
36589         <size>8</size>
36590       </method>
36591     </type>
36592     <type name="B">
36593       <method name="Void .ctor()">
36594         <size>7</size>
36595       </method>
36596       <method name="Int32 get_P()">
36597         <size>7</size>
36598       </method>
36599       <method name="Void set_P(Int32)">
36600         <size>8</size>
36601       </method>
36602       <method name="Int32 get_Q()">
36603         <size>7</size>
36604       </method>
36605       <method name="Void set_Q(Int32)">
36606         <size>8</size>
36607       </method>
36608     </type>
36609     <type name="C">
36610       <method name="Void .ctor()">
36611         <size>7</size>
36612       </method>
36613       <method name="Int32 get_Q()">
36614         <size>7</size>
36615       </method>
36616       <method name="Void set_Q(Int32)">
36617         <size>8</size>
36618       </method>
36619       <method name="Int32 get_R()">
36620         <size>7</size>
36621       </method>
36622       <method name="Void set_R(Int32)">
36623         <size>8</size>
36624       </method>
36625     </type>
36626     <type name="M">
36627       <method name="Void .ctor()">
36628         <size>7</size>
36629       </method>
36630       <method name="Int32 Main()">
36631         <size>221</size>
36632       </method>
36633     </type>
36634   </test>
36635   <test name="test-560.cs">
36636     <type name="Bugs.Bug2">
36637       <method name="Void .ctor()">
36638         <size>7</size>
36639       </method>
36640       <method name="Void Main(System.String[])">
36641         <size>81</size>
36642       </method>
36643     </type>
36644     <type name="Bugs.Bug2+MyByte">
36645       <method name="Void .ctor(Byte)">
36646         <size>8</size>
36647       </method>
36648       <method name="MyByte op_Implicit(Byte)">
36649         <size>7</size>
36650       </method>
36651       <method name="Byte op_Implicit(MyByte)">
36652         <size>8</size>
36653       </method>
36654     </type>
36655     <type name="Bugs.Bug2+MyInt">
36656       <method name="Void .ctor(Int32)">
36657         <size>8</size>
36658       </method>
36659       <method name="MyInt op_Implicit(Int32)">
36660         <size>7</size>
36661       </method>
36662       <method name="Int32 op_Implicit(MyInt)">
36663         <size>8</size>
36664       </method>
36665     </type>
36666   </test>
36667   <test name="test-561.cs">
36668     <type name="A">
36669       <method name="Void .ctor()">
36670         <size>7</size>
36671       </method>
36672       <method name="Void I.M()">
36673         <size>1</size>
36674       </method>
36675       <method name="Void M()">
36676         <size>0</size>
36677       </method>
36678     </type>
36679     <type name="C">
36680       <method name="Void .ctor()">
36681         <size>7</size>
36682       </method>
36683       <method name="Void M()">
36684         <size>1</size>
36685       </method>
36686       <method name="Void Main()">
36687         <size>1</size>
36688       </method>
36689     </type>
36690   </test>
36691   <test name="test-562.cs">
36692     <type name="Program">
36693       <method name="Void .ctor()">
36694         <size>7</size>
36695       </method>
36696       <method name="Int32 Main()">
36697         <size>45</size>
36698       </method>
36699     </type>
36700   </test>
36701   <test name="test-563.cs">
36702     <type name="Test">
36703       <method name="Void .ctor()">
36704         <size>7</size>
36705       </method>
36706       <method name="System.Object TestMethod(TestCollection)">
36707         <size>66</size>
36708       </method>
36709       <method name="Void Main()">
36710         <size>1</size>
36711       </method>
36712     </type>
36713   </test>
36714   <test name="test-564.cs">
36715     <type name="A">
36716       <method name="Void .ctor()">
36717         <size>7</size>
36718       </method>
36719       <method name="Void Main()">
36720         <size>1</size>
36721       </method>
36722     </type>
36723   </test>
36724   <test name="test-565.cs">
36725     <type name="T">
36726       <method name="Void .ctor()">
36727         <size>7</size>
36728       </method>
36729       <method name="Boolean Equals(System.Object)">
36730         <size>2</size>
36731       </method>
36732       <method name="Void Main()">
36733         <size>1</size>
36734       </method>
36735     </type>
36736   </test>
36737   <test name="test-566.cs">
36738     <type name="Test">
36739       <method name="Void .ctor()">
36740         <size>7</size>
36741       </method>
36742       <method name="System.String get_Spec()">
36743         <size>12</size>
36744       </method>
36745       <method name="Void Foo(C)">
36746         <size>7</size>
36747       </method>
36748       <method name="Void Foo2(CC)">
36749         <size>12</size>
36750       </method>
36751       <method name="Void Main()">
36752         <size>1</size>
36753       </method>
36754     </type>
36755     <type name="CA">
36756       <method name="Void .ctor()">
36757         <size>7</size>
36758       </method>
36759       <method name="Void set_Spec(System.String)">
36760         <size>1</size>
36761       </method>
36762     </type>
36763     <type name="CB">
36764       <method name="Void .ctor()">
36765         <size>7</size>
36766       </method>
36767       <method name="Void set_Spec(System.String)">
36768         <size>1</size>
36769       </method>
36770     </type>
36771     <type name="CC">
36772       <method name="Void .ctor()">
36773         <size>7</size>
36774       </method>
36775     </type>
36776   </test>
36777   <test name="test-567.cs">
36778     <type name="preservesig_test.Class1">
36779       <method name="Void .ctor()">
36780         <size>7</size>
36781       </method>
36782       <method name="Int32 Main(System.String[])">
36783         <size>143</size>
36784       </method>
36785     </type>
36786     <type name="preservesig_test.TestClass">
36787       <method name="Void .ctor()">
36788         <size>7</size>
36789       </method>
36790       <method name="Void add_e(preservesig_test.TestClass+D)">
36791         <size>24</size>
36792       </method>
36793       <method name="Void remove_e(preservesig_test.TestClass+D)">
36794         <size>24</size>
36795       </method>
36796       <method name="Int32 DoFoo()">
36797         <size>2</size>
36798       </method>
36799       <method name="Int32 get_Foo()">
36800         <size>2</size>
36801       </method>
36802     </type>
36803     <type name="preservesig_test.TestClass+D">
36804       <method name="Void .ctor(Object, IntPtr)">
36805         <size>0</size>
36806       </method>
36807       <method name="Void Invoke()">
36808         <size>0</size>
36809       </method>
36810       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36811         <size>0</size>
36812       </method>
36813       <method name="Void EndInvoke(IAsyncResult)">
36814         <size>0</size>
36815       </method>
36816     </type>
36817   </test>
36818   <test name="test-568.cs">
36819     <type name="B">
36820       <method name="Void .ctor()">
36821         <size>7</size>
36822       </method>
36823       <method name="Void Main()">
36824         <size>1</size>
36825       </method>
36826     </type>
36827   </test>
36828   <test name="test-569.cs">
36829     <type name="MyAttribute">
36830       <method name="Void .ctor()">
36831         <size>7</size>
36832       </method>
36833     </type>
36834     <type name="SubAttribute">
36835       <method name="Void .ctor()">
36836         <size>7</size>
36837       </method>
36838     </type>
36839     <type name="test">
36840       <method name="Void .ctor()">
36841         <size>7</size>
36842       </method>
36843       <method name="Void method()">
36844         <size>1</size>
36845       </method>
36846       <method name="Void Main()">
36847         <size>1</size>
36848       </method>
36849     </type>
36850   </test>
36851   <test name="test-57.cs">
36852     <type name="Button">
36853       <method name="Void .ctor()">
36854         <size>7</size>
36855       </method>
36856       <method name="Void add_Click(EventHandler)">
36857         <size>24</size>
36858       </method>
36859       <method name="Void remove_Click(EventHandler)">
36860         <size>24</size>
36861       </method>
36862       <method name="Void OnClick(Int32, Int32)">
36863         <size>36</size>
36864       </method>
36865       <method name="Void Reset()">
36866         <size>8</size>
36867       </method>
36868     </type>
36869     <type name="Blah">
36870       <method name="Void .ctor()">
36871         <size>18</size>
36872       </method>
36873       <method name="Void Connect()">
36874         <size>59</size>
36875       </method>
36876       <method name="Void Button1_Click(Int32, Int32)">
36877         <size>34</size>
36878       </method>
36879       <method name="Void Foo_Click(Int32, Int32)">
36880         <size>34</size>
36881       </method>
36882       <method name="Void Disconnect()">
36883         <size>34</size>
36884       </method>
36885       <method name="Int32 Main()">
36886         <size>66</size>
36887       </method>
36888     </type>
36889     <type name="EventHandler">
36890       <method name="Void .ctor(Object, IntPtr)">
36891         <size>0</size>
36892       </method>
36893       <method name="Void Invoke(Int32, Int32)">
36894         <size>0</size>
36895       </method>
36896       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
36897         <size>0</size>
36898       </method>
36899       <method name="Void EndInvoke(IAsyncResult)">
36900         <size>0</size>
36901       </method>
36902     </type>
36903   </test>
36904   <test name="test-570.cs">
36905     <type name="Bar">
36906       <method name="Void .ctor()">
36907         <size>7</size>
36908       </method>
36909     </type>
36910     <type name="Program">
36911       <method name="Void .ctor()">
36912         <size>7</size>
36913       </method>
36914       <method name="Void Main()">
36915         <size>47</size>
36916       </method>
36917     </type>
36918   </test>
36919   <test name="test-571.cs">
36920     <type name="Test">
36921       <method name="Void .ctor()">
36922         <size>7</size>
36923       </method>
36924       <method name="Void Main()">
36925         <size>1</size>
36926       </method>
36927     </type>
36928   </test>
36929   <test name="test-572.cs">
36930     <type name="C">
36931       <method name="Void .ctor()">
36932         <size>7</size>
36933       </method>
36934       <method name="Color get_Color()">
36935         <size>10</size>
36936       </method>
36937       <method name="Void ResetCustomColors()">
36938         <size>16</size>
36939       </method>
36940       <method name="Void Main()">
36941         <size>1</size>
36942       </method>
36943     </type>
36944     <type name="Color">
36945       <method name="Color From(Int32)">
36946         <size>10</size>
36947       </method>
36948       <method name="Int32 ToArgb()">
36949         <size>2</size>
36950       </method>
36951     </type>
36952   </test>
36953   <test name="test-573.cs">
36954     <type name="C">
36955       <method name="Void .ctor()">
36956         <size>7</size>
36957       </method>
36958       <method name="Void .cctor()">
36959         <size>11</size>
36960       </method>
36961       <method name="Void Main()">
36962         <size>25</size>
36963       </method>
36964     </type>
36965   </test>
36966   <test name="test-574.cs">
36967     <type name="X">
36968       <method name="Void .ctor()">
36969         <size>7</size>
36970       </method>
36971       <method name="Int32 Main()">
36972         <size>31</size>
36973       </method>
36974     </type>
36975   </test>
36976   <test name="test-575.cs">
36977     <type name="Program">
36978       <method name="Void .ctor()">
36979         <size>7</size>
36980       </method>
36981       <method name="Void Main(System.String[])">
36982         <size>25</size>
36983       </method>
36984     </type>
36985   </test>
36986   <test name="test-576.cs">
36987     <type name="Foo">
36988       <method name="Void .ctor()">
36989         <size>7</size>
36990       </method>
36991       <method name="Void Main()">
36992         <size>24</size>
36993       </method>
36994     </type>
36995   </test>
36996   <test name="test-577.cs">
36997     <type name="C">
36998       <method name="Void IA.add_e_a(System.EventHandler)">
36999         <size>1</size>
37000       </method>
37001       <method name="Void IA.remove_e_a(System.EventHandler)">
37002         <size>1</size>
37003       </method>
37004       <method name="Void IA.add_e_b(System.EventHandler)">
37005         <size>1</size>
37006       </method>
37007       <method name="Void IA.remove_e_b(System.EventHandler)">
37008         <size>1</size>
37009       </method>
37010       <method name="Void Main()">
37011         <size>1</size>
37012       </method>
37013       <method name="Void .ctor()">
37014         <size>7</size>
37015       </method>
37016     </type>
37017   </test>
37018   <test name="test-578.cs">
37019     <type name="Test1.TestItem1">
37020       <method name="Void .ctor()">
37021         <size>7</size>
37022       </method>
37023       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
37024         <size>34</size>
37025       </method>
37026       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
37027         <size>34</size>
37028       </method>
37029       <method name="Int32 Test()">
37030         <size>12</size>
37031       </method>
37032     </type>
37033     <type name="Test1.TestItem2">
37034       <method name="Void .ctor()">
37035         <size>7</size>
37036       </method>
37037       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
37038         <size>18</size>
37039       </method>
37040       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
37041         <size>18</size>
37042       </method>
37043     </type>
37044     <type name="Test1.CC">
37045       <method name="Void .ctor()">
37046         <size>7</size>
37047       </method>
37048       <method name="Int32 Main()">
37049         <size>57</size>
37050       </method>
37051     </type>
37052     <type name="Test1.TestDelegate1">
37053       <method name="Void .ctor(Object, IntPtr)">
37054         <size>0</size>
37055       </method>
37056       <method name="Int32 Invoke()">
37057         <size>0</size>
37058       </method>
37059       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37060         <size>0</size>
37061       </method>
37062       <method name="Int32 EndInvoke(IAsyncResult)">
37063         <size>0</size>
37064       </method>
37065     </type>
37066     <type name="Test1.CC">
37067       <method name="Int32 &lt;Main&gt;m__0()">
37068         <size>2</size>
37069       </method>
37070     </type>
37071   </test>
37072   <test name="test-579.cs">
37073     <type name="TestCase">
37074       <method name="Int32 Main()">
37075         <size>32</size>
37076       </method>
37077       <method name="Void .ctor()">
37078         <size>7</size>
37079       </method>
37080     </type>
37081   </test>
37082   <test name="test-58.cs">
37083     <type name="Blah">
37084       <method name="Void .ctor()">
37085         <size>7</size>
37086       </method>
37087       <method name="Int32 Main()">
37088         <size>27</size>
37089       </method>
37090     </type>
37091   </test>
37092   <test name="test-580.cs">
37093     <type name="Bla">
37094       <method name="Void .ctor()">
37095         <size>7</size>
37096       </method>
37097       <method name="Void BuildNode(System.String ByRef)">
37098         <size>43</size>
37099       </method>
37100       <method name="Void BuildNode(System.String[] ByRef)">
37101         <size>58</size>
37102       </method>
37103       <method name="Void BuildNode_B(System.Object ByRef)">
37104         <size>18</size>
37105       </method>
37106       <method name="System.String BuildNode_C(System.String ByRef)">
37107         <size>80</size>
37108       </method>
37109       <method name="System.String BuildNode_D()">
37110         <size>160</size>
37111       </method>
37112       <method name="Void BuildNode_E(System.String[,] ByRef)">
37113         <size>83</size>
37114       </method>
37115       <method name="Int32 Main()">
37116         <size>290</size>
37117       </method>
37118       <method name="Boolean Test_Object()">
37119         <size>160</size>
37120       </method>
37121       <method name="Boolean Test_Decimal()">
37122         <size>128</size>
37123       </method>
37124     </type>
37125   </test>
37126   <test name="test-581.cs">
37127     <type name="TestParams">
37128       <method name="Void .ctor()">
37129         <size>7</size>
37130       </method>
37131       <method name="System.Object get_Item(System.String[])">
37132         <size>4</size>
37133       </method>
37134       <method name="Void set_Item(System.String[], System.Object)">
37135         <size>40</size>
37136       </method>
37137       <method name="Void TestMethod()">
37138         <size>179</size>
37139       </method>
37140     </type>
37141     <type name="TestNonParams">
37142       <method name="Void .ctor()">
37143         <size>7</size>
37144       </method>
37145       <method name="System.Object get_Item(System.String)">
37146         <size>2</size>
37147       </method>
37148       <method name="Void set_Item(System.String, System.Object)">
37149         <size>40</size>
37150       </method>
37151       <method name="Void TestMethod()">
37152         <size>73</size>
37153       </method>
37154     </type>
37155     <type name="M">
37156       <method name="Void .ctor()">
37157         <size>7</size>
37158       </method>
37159       <method name="Int32 Main()">
37160         <size>22</size>
37161       </method>
37162     </type>
37163   </test>
37164   <test name="test-582.cs">
37165     <type name="TrueClass">
37166       <method name="Void Main()">
37167         <size>1</size>
37168       </method>
37169     </type>
37170   </test>
37171   <test name="test-583.cs">
37172     <type name="Program">
37173       <method name="Void .ctor()">
37174         <size>7</size>
37175       </method>
37176       <method name="Int32 Main()">
37177         <size>19</size>
37178       </method>
37179     </type>
37180     <type name="ObjectContainerBase">
37181       <method name="Void .ctor()">
37182         <size>7</size>
37183       </method>
37184     </type>
37185   </test>
37186   <test name="test-584.cs">
37187     <type name="Style">
37188       <method name="Void .ctor()">
37189         <size>7</size>
37190       </method>
37191       <method name="Style get_CurrentStyle()">
37192         <size>2</size>
37193       </method>
37194       <method name="Void set_CurrentStyle(Style)">
37195         <size>1</size>
37196       </method>
37197       <method name="Boolean LoadCurrentStyle()">
37198         <size>20</size>
37199       </method>
37200       <method name="Style Load()">
37201         <size>2</size>
37202       </method>
37203       <method name="Int32 Main()">
37204         <size>18</size>
37205       </method>
37206     </type>
37207   </test>
37208   <test name="test-585.cs">
37209     <type name="A">
37210       <method name="Void .ctor()">
37211         <size>7</size>
37212       </method>
37213     </type>
37214     <type name="B">
37215       <method name="Void .ctor()">
37216         <size>7</size>
37217       </method>
37218     </type>
37219     <type name="X">
37220       <method name="Void .ctor()">
37221         <size>7</size>
37222       </method>
37223     </type>
37224     <type name="Program">
37225       <method name="Void .ctor()">
37226         <size>7</size>
37227       </method>
37228       <method name="Void Main()">
37229         <size>52</size>
37230       </method>
37231     </type>
37232   </test>
37233   <test name="test-586.cs">
37234     <type name="Program">
37235       <method name="Void .ctor()">
37236         <size>7</size>
37237       </method>
37238       <method name="Int32 Main()">
37239         <size>99</size>
37240       </method>
37241     </type>
37242     <type name="Program+MyColor">
37243       <method name="Void .ctor(Single)">
37244         <size>8</size>
37245       </method>
37246       <method name="Single get_Value()">
37247         <size>7</size>
37248       </method>
37249       <method name="MyColor op_Addition(MyColor, MyColor)">
37250         <size>21</size>
37251       </method>
37252     </type>
37253   </test>
37254   <test name="test-587.cs">
37255     <type name="Program">
37256       <method name="Void .ctor()">
37257         <size>7</size>
37258       </method>
37259       <method name="Int32 Main()">
37260         <size>17</size>
37261       </method>
37262     </type>
37263   </test>
37264   <test name="test-588.cs">
37265     <type name="TestNamespace.TestClass">
37266       <method name="Void .ctor()">
37267         <size>7</size>
37268       </method>
37269       <method name="Void HelloWorld()">
37270         <size>1</size>
37271       </method>
37272     </type>
37273     <type name="SuperClass">
37274       <method name="Void .ctor()">
37275         <size>7</size>
37276       </method>
37277       <method name="TestNamespace.TestClass get_TestClass()">
37278         <size>7</size>
37279       </method>
37280     </type>
37281     <type name="SubClass">
37282       <method name="Void .ctor()">
37283         <size>12</size>
37284       </method>
37285     </type>
37286     <type name="App">
37287       <method name="Void .ctor()">
37288         <size>7</size>
37289       </method>
37290       <method name="Void Main()">
37291         <size>7</size>
37292       </method>
37293     </type>
37294   </test>
37295   <test name="test-589.cs">
37296     <type name="TestNamespace.TestClass">
37297       <method name="Void .ctor()">
37298         <size>7</size>
37299       </method>
37300       <method name="Void HelloWorld()">
37301         <size>1</size>
37302       </method>
37303     </type>
37304     <type name="SuperClass">
37305       <method name="Void .ctor()">
37306         <size>7</size>
37307       </method>
37308       <method name="TestNamespace.TestClass get_TestClass()">
37309         <size>7</size>
37310       </method>
37311       <method name="Void set_TestClass(TestNamespace.TestClass)">
37312         <size>1</size>
37313       </method>
37314     </type>
37315     <type name="SubClass">
37316       <method name="Void .ctor()">
37317         <size>12</size>
37318       </method>
37319     </type>
37320     <type name="App">
37321       <method name="Void .ctor()">
37322         <size>7</size>
37323       </method>
37324       <method name="Void Main()">
37325         <size>7</size>
37326       </method>
37327     </type>
37328   </test>
37329   <test name="test-59.cs">
37330     <type name="X">
37331       <method name="Void .ctor()">
37332         <size>7</size>
37333       </method>
37334       <method name="Int32 test_explicit()">
37335         <size>224</size>
37336       </method>
37337       <method name="Int32 test_implicit()">
37338         <size>102</size>
37339       </method>
37340       <method name="Int32 Main()">
37341         <size>57</size>
37342       </method>
37343     </type>
37344   </test>
37345   <test name="test-590.cs">
37346     <type name="X">
37347       <method name="Void .ctor()">
37348         <size>18</size>
37349       </method>
37350       <method name="Int32 Main()">
37351         <size>28</size>
37352       </method>
37353       <method name="System.String Foo()">
37354         <size>6</size>
37355       </method>
37356       <method name="System.String get_Prop()">
37357         <size>7</size>
37358       </method>
37359       <method name="Void set_Prop(System.String)">
37360         <size>8</size>
37361       </method>
37362       <method name="System.String get_Item(Int32)">
37363         <size>7</size>
37364       </method>
37365       <method name="Void set_Item(Int32, System.String)">
37366         <size>8</size>
37367       </method>
37368       <method name="Int32 Do(System.String, System.String, System.String)">
37369         <size>332</size>
37370       </method>
37371     </type>
37372   </test>
37373   <test name="test-591.cs">
37374     <type name="C1">
37375       <method name="Void .ctor()">
37376         <size>7</size>
37377       </method>
37378       <method name="Void Foo(System.String)">
37379         <size>49</size>
37380       </method>
37381     </type>
37382     <type name="C2">
37383       <method name="Void .ctor()">
37384         <size>7</size>
37385       </method>
37386       <method name="Void Main()">
37387         <size>1</size>
37388       </method>
37389     </type>
37390   </test>
37391   <test name="test-592.cs">
37392     <type name="T">
37393       <method name="Void .ctor()">
37394         <size>7</size>
37395       </method>
37396       <method name="Int32 fib(Int32)">
37397         <size>53</size>
37398       </method>
37399       <method name="Int32 xx(Int32)">
37400         <size>33</size>
37401       </method>
37402       <method name="Void foo(Int32)">
37403         <size>38</size>
37404       </method>
37405       <method name="Void XXXA()">
37406         <size>6</size>
37407       </method>
37408       <method name="Void Main()">
37409         <size>1</size>
37410       </method>
37411     </type>
37412   </test>
37413   <test name="test-593.cs">
37414     <type name="MainClass">
37415       <method name="Void .ctor()">
37416         <size>7</size>
37417       </method>
37418       <method name="Void Foo(I)">
37419         <size>7</size>
37420       </method>
37421       <method name="Void Main()">
37422         <size>1</size>
37423       </method>
37424     </type>
37425   </test>
37426   <test name="test-594.cs">
37427     <type name="Test">
37428       <method name="Void .ctor()">
37429         <size>7</size>
37430       </method>
37431       <method name="Void Main()">
37432         <size>1</size>
37433       </method>
37434     </type>
37435   </test>
37436   <test name="test-595.cs">
37437     <type name="AttributesCollection">
37438       <method name="Void .ctor()">
37439         <size>7</size>
37440       </method>
37441       <method name="System.Object get_Item(SymbolId)">
37442         <size>2</size>
37443       </method>
37444       <method name="Void set_Item(SymbolId, System.Object)">
37445         <size>1</size>
37446       </method>
37447     </type>
37448     <type name="Program">
37449       <method name="Void .ctor()">
37450         <size>7</size>
37451       </method>
37452       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
37453         <size>18</size>
37454       </method>
37455       <method name="Void Main()">
37456         <size>23</size>
37457       </method>
37458     </type>
37459   </test>
37460   <test name="test-596.cs">
37461     <type name="C">
37462       <method name="Void .ctor()">
37463         <size>7</size>
37464       </method>
37465       <method name="Void Main()">
37466         <size>17</size>
37467       </method>
37468     </type>
37469   </test>
37470   <test name="test-597.cs">
37471     <type name="TestNS.Foo">
37472       <method name="Void .ctor()">
37473         <size>7</size>
37474       </method>
37475     </type>
37476     <type name="TestNS.XElement">
37477       <method name="Void .ctor()">
37478         <size>7</size>
37479       </method>
37480       <method name="TestNS.Bar get_Document()">
37481         <size>2</size>
37482       </method>
37483       <method name="System.Object get_CrashHere()">
37484         <size>29</size>
37485       </method>
37486     </type>
37487     <type name="TestNS.Element">
37488       <method name="Void .ctor()">
37489         <size>7</size>
37490       </method>
37491       <method name="TestNS.Foo get_Document()">
37492         <size>2</size>
37493       </method>
37494     </type>
37495     <type name="TestNS.Bar">
37496       <method name="Void .ctor()">
37497         <size>7</size>
37498       </method>
37499       <method name="IHoge get_Root()">
37500         <size>2</size>
37501       </method>
37502     </type>
37503     <type name="TestNS.C">
37504       <method name="Void .ctor()">
37505         <size>7</size>
37506       </method>
37507       <method name="Void Main()">
37508         <size>1</size>
37509       </method>
37510     </type>
37511   </test>
37512   <test name="test-598.cs">
37513     <type name="Test">
37514       <method name="Void .ctor()">
37515         <size>35</size>
37516       </method>
37517       <method name="V get_v()">
37518         <size>7</size>
37519       </method>
37520       <method name="Void Main()">
37521         <size>1</size>
37522       </method>
37523     </type>
37524     <type name="V">
37525       <method name="Void set_Item(Int32, Int32)">
37526         <size>1</size>
37527       </method>
37528     </type>
37529   </test>
37530   <test name="test-599.cs">
37531     <type name="Test.String">
37532       <method name="Void .ctor(String)">
37533         <size>14</size>
37534       </method>
37535       <method name="Test.String op_Implicit(System.String)">
37536         <size>15</size>
37537       </method>
37538       <method name="System.String op_Implicit(Test.String)">
37539         <size>15</size>
37540       </method>
37541     </type>
37542     <type name="TestCompiler.MainClass">
37543       <method name="Void .ctor()">
37544         <size>7</size>
37545       </method>
37546       <method name="Int32 Main()">
37547         <size>80</size>
37548       </method>
37549     </type>
37550   </test>
37551   <test name="test-6.cs">
37552     <type name="X">
37553       <method name="Void .ctor()">
37554         <size>7</size>
37555       </method>
37556       <method name="Int32 Main()">
37557         <size>37</size>
37558       </method>
37559     </type>
37560   </test>
37561   <test name="test-60.cs">
37562     <type name="ns5.Y">
37563       <method name="Void .ctor()">
37564         <size>7</size>
37565       </method>
37566       <method name="Void Run()">
37567         <size>1</size>
37568       </method>
37569     </type>
37570     <type name="X">
37571       <method name="Void .ctor()">
37572         <size>7</size>
37573       </method>
37574       <method name="Int32 Main()">
37575         <size>14</size>
37576       </method>
37577     </type>
37578   </test>
37579   <test name="test-600.cs">
37580     <type name="Test.Regression">
37581       <method name="Void .ctor()">
37582         <size>7</size>
37583       </method>
37584       <method name="Int32 Main()">
37585         <size>90</size>
37586       </method>
37587     </type>
37588   </test>
37589   <test name="test-601.cs">
37590     <type name="C">
37591       <method name="Void .ctor()">
37592         <size>7</size>
37593       </method>
37594       <method name="Void Main()">
37595         <size>1</size>
37596       </method>
37597     </type>
37598     <type name="C+MarkerUpdatedVMDelegate">
37599       <method name="Void .ctor(Object, IntPtr)">
37600         <size>0</size>
37601       </method>
37602       <method name="Void Invoke(IntPtr, IntPtr)">
37603         <size>0</size>
37604       </method>
37605       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
37606         <size>0</size>
37607       </method>
37608       <method name="Void EndInvoke(IAsyncResult)">
37609         <size>0</size>
37610       </method>
37611     </type>
37612   </test>
37613   <test name="test-602.cs">
37614     <type name="C">
37615       <method name="Void .ctor()">
37616         <size>7</size>
37617       </method>
37618       <method name="Int32 Main()">
37619         <size>95</size>
37620       </method>
37621       <method name="Int32 Error(System.String, System.Object[])">
37622         <size>8</size>
37623       </method>
37624       <method name="Int32 Format(System.String, System.Object)">
37625         <size>2</size>
37626       </method>
37627       <method name="Int32 Format(System.String, System.Object[])">
37628         <size>2</size>
37629       </method>
37630       <method name="Int32 Format(System.String, System.Object, System.Object[])">
37631         <size>2</size>
37632       </method>
37633       <method name="Int32 Test_A(System.String)">
37634         <size>2</size>
37635       </method>
37636       <method name="Int32 Test_A(System.String, System.Object[])">
37637         <size>2</size>
37638       </method>
37639       <method name="Int32 Test_C(System.Type, System.Int32[])">
37640         <size>2</size>
37641       </method>
37642       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
37643         <size>2</size>
37644       </method>
37645     </type>
37646   </test>
37647   <test name="test-603.cs">
37648     <type name="ConsoleApplication1.Program">
37649       <method name="Void .ctor()">
37650         <size>7</size>
37651       </method>
37652       <method name="Void .cctor()">
37653         <size>1</size>
37654       </method>
37655       <method name="Int32 Main()">
37656         <size>52</size>
37657       </method>
37658     </type>
37659   </test>
37660   <test name="test-604.cs">
37661     <type name="Program">
37662       <method name="Void .ctor()">
37663         <size>7</size>
37664       </method>
37665       <method name="Int32 Main()">
37666         <size>83</size>
37667       </method>
37668     </type>
37669     <type name="Program+ImplementingExplicitInterfacesMembers">
37670       <method name="Void .ctor()">
37671         <size>7</size>
37672       </method>
37673       <method name="Void Program.Iface1.IfaceMethod1()">
37674         <size>1</size>
37675       </method>
37676       <method name="Void Program.Iface2.IfaceMethod2()">
37677         <size>1</size>
37678       </method>
37679     </type>
37680   </test>
37681   <test name="test-605.cs">
37682     <type name="TestA">
37683       <method name="Void .ctor()">
37684         <size>7</size>
37685       </method>
37686       <method name="System.String get_Method()">
37687         <size>2</size>
37688       </method>
37689     </type>
37690     <type name="TestB">
37691       <method name="Void .ctor()">
37692         <size>7</size>
37693       </method>
37694       <method name="System.String get_Method()">
37695         <size>2</size>
37696       </method>
37697       <method name="Void Main()">
37698         <size>1</size>
37699       </method>
37700     </type>
37701   </test>
37702   <test name="test-606.cs">
37703     <type name="Program">
37704       <method name="Void .ctor()">
37705         <size>7</size>
37706       </method>
37707       <method name="Int32 Main()">
37708         <size>157</size>
37709       </method>
37710     </type>
37711     <type name="Info">
37712       <method name="Void .ctor()">
37713         <size>7</size>
37714       </method>
37715       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
37716         <size>2</size>
37717       </method>
37718       <method name="Void System.Collections.IEnumerator.Reset()">
37719         <size>1</size>
37720       </method>
37721       <method name="System.Object System.Collections.IEnumerator.get_Current()">
37722         <size>2</size>
37723       </method>
37724       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
37725         <size>2</size>
37726       </method>
37727       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
37728         <size>1</size>
37729       </method>
37730     </type>
37731   </test>
37732   <test name="test-607.cs">
37733     <type name="Program">
37734       <method name="Void .ctor()">
37735         <size>7</size>
37736       </method>
37737       <method name="Int32 Main()">
37738         <size>120</size>
37739       </method>
37740     </type>
37741   </test>
37742   <test name="test-608.cs">
37743     <type name="X">
37744       <method name="Void .ctor()">
37745         <size>7</size>
37746       </method>
37747       <method name="Void Main()">
37748         <size>60</size>
37749       </method>
37750     </type>
37751   </test>
37752   <test name="test-609.cs">
37753     <type name="Test">
37754       <method name="Void .ctor()">
37755         <size>7</size>
37756       </method>
37757       <method name="Int32 Main()">
37758         <size>36</size>
37759       </method>
37760     </type>
37761   </test>
37762   <test name="test-61.cs">
37763     <type name="X">
37764       <method name="Void .ctor()">
37765         <size>7</size>
37766       </method>
37767       <method name="Void add_XX(X+MyEvent)">
37768         <size>3</size>
37769       </method>
37770       <method name="Void remove_XX(X+MyEvent)">
37771         <size>3</size>
37772       </method>
37773       <method name="Int32 get_Property()">
37774         <size>4</size>
37775       </method>
37776       <method name="Void set_Property(Int32)">
37777         <size>3</size>
37778       </method>
37779       <method name="Int32 get_P2()">
37780         <size>2</size>
37781       </method>
37782       <method name="Void set_P3(Int32)">
37783         <size>1</size>
37784       </method>
37785       <method name="Int32 Main()">
37786         <size>2</size>
37787       </method>
37788     </type>
37789     <type name="X+MyEvent">
37790       <method name="Void .ctor(Object, IntPtr)">
37791         <size>0</size>
37792       </method>
37793       <method name="Void Invoke()">
37794         <size>0</size>
37795       </method>
37796       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37797         <size>0</size>
37798       </method>
37799       <method name="Void EndInvoke(IAsyncResult)">
37800         <size>0</size>
37801       </method>
37802     </type>
37803   </test>
37804   <test name="test-610.cs">
37805     <type name="A">
37806       <method name="Void .ctor()">
37807         <size>7</size>
37808       </method>
37809       <method name="Void Main()">
37810         <size>1</size>
37811       </method>
37812     </type>
37813     <type name="A+C">
37814       <method name="Void .ctor()">
37815         <size>7</size>
37816       </method>
37817     </type>
37818     <type name="A+C+D">
37819       <method name="Void .ctor()">
37820         <size>7</size>
37821       </method>
37822     </type>
37823     <type name="N.B">
37824       <method name="Void .ctor()">
37825         <size>7</size>
37826       </method>
37827     </type>
37828     <type name="N.B+C">
37829       <method name="Void .ctor()">
37830         <size>7</size>
37831       </method>
37832     </type>
37833     <type name="N.B+C+E">
37834       <method name="Void .ctor()">
37835         <size>7</size>
37836       </method>
37837     </type>
37838     <type name="N.B+A">
37839       <method name="Void .ctor()">
37840         <size>7</size>
37841       </method>
37842     </type>
37843     <type name="N.B+A+D">
37844       <method name="Void .ctor()">
37845         <size>7</size>
37846       </method>
37847     </type>
37848   </test>
37849   <test name="test-611.cs">
37850     <type name="T">
37851       <method name="Void .ctor()">
37852         <size>7</size>
37853       </method>
37854     </type>
37855     <type name="T+Protected">
37856       <method name="Void .ctor()">
37857         <size>7</size>
37858       </method>
37859     </type>
37860     <type name="D">
37861       <method name="Void .ctor()">
37862         <size>7</size>
37863       </method>
37864     </type>
37865     <type name="D+Private">
37866       <method name="Void .ctor()">
37867         <size>7</size>
37868       </method>
37869       <method name="Void Stuff(T+Protected)">
37870         <size>1</size>
37871       </method>
37872     </type>
37873     <type name="D2">
37874       <method name="Void .ctor()">
37875         <size>7</size>
37876       </method>
37877     </type>
37878     <type name="D2+P">
37879       <method name="Void .ctor()">
37880         <size>7</size>
37881       </method>
37882     </type>
37883     <type name="D2+P+Private">
37884       <method name="Void .ctor()">
37885         <size>7</size>
37886       </method>
37887       <method name="Void Stuff(T+Protected)">
37888         <size>1</size>
37889       </method>
37890     </type>
37891     <type name="Z">
37892       <method name="Void .ctor()">
37893         <size>7</size>
37894       </method>
37895       <method name="Void Main()">
37896         <size>1</size>
37897       </method>
37898     </type>
37899   </test>
37900   <test name="test-612.cs">
37901     <type name="Abcdefghijklmnopqrstuvwxyz">
37902       <method name="Void .ctor()">
37903         <size>7</size>
37904       </method>
37905       <method name="Void .cctor()">
37906         <size>7</size>
37907       </method>
37908     </type>
37909     <type name="OO">
37910       <method name="Void .ctor()">
37911         <size>7</size>
37912       </method>
37913       <method name="Void D()">
37914         <size>5293</size>
37915       </method>
37916     </type>
37917     <type name="Zyxwvutsrqp">
37918       <method name="Void .ctor()">
37919         <size>7</size>
37920       </method>
37921       <method name="Void .cctor()">
37922         <size>7</size>
37923       </method>
37924     </type>
37925     <type name="XXX">
37926       <method name="Void .ctor()">
37927         <size>7</size>
37928       </method>
37929       <method name="Boolean IsAltered()">
37930         <size>859</size>
37931       </method>
37932       <method name="Void Main()">
37933         <size>1</size>
37934       </method>
37935     </type>
37936   </test>
37937   <test name="test-613.cs">
37938     <type name="M">
37939       <method name="Void .ctor()">
37940         <size>7</size>
37941       </method>
37942       <method name="Boolean g()">
37943         <size>8</size>
37944       </method>
37945       <method name="Int32 Main()">
37946         <size>62</size>
37947       </method>
37948     </type>
37949   </test>
37950   <test name="test-614.cs">
37951     <type name="C">
37952       <method name="Void .ctor()">
37953         <size>7</size>
37954       </method>
37955       <method name="Void And()">
37956         <size>73</size>
37957       </method>
37958       <method name="Void Or()">
37959         <size>129</size>
37960       </method>
37961       <method name="Int32 Main()">
37962         <size>70</size>
37963       </method>
37964     </type>
37965   </test>
37966   <test name="test-615.cs">
37967     <type name="C">
37968       <method name="Void .ctor()">
37969         <size>7</size>
37970       </method>
37971       <method name="Void Main()">
37972         <size>16</size>
37973       </method>
37974     </type>
37975   </test>
37976   <test name="test-617.cs">
37977     <type name="Y">
37978       <method name="Void .ctor()">
37979         <size>7</size>
37980       </method>
37981       <method name="Void X.add_Foo(MyDelegate)">
37982         <size>1</size>
37983       </method>
37984       <method name="Void X.remove_Foo(MyDelegate)">
37985         <size>1</size>
37986       </method>
37987       <method name="Void add_Foo(MyDelegate)">
37988         <size>24</size>
37989       </method>
37990       <method name="Void remove_Foo(MyDelegate)">
37991         <size>24</size>
37992       </method>
37993       <method name="Int32 X.get_Prop()">
37994         <size>2</size>
37995       </method>
37996       <method name="Int32 Main()">
37997         <size>74</size>
37998       </method>
37999     </type>
38000     <type name="MyDelegate">
38001       <method name="Void .ctor(Object, IntPtr)">
38002         <size>0</size>
38003       </method>
38004       <method name="Int64 Invoke()">
38005         <size>0</size>
38006       </method>
38007       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38008         <size>0</size>
38009       </method>
38010       <method name="Int64 EndInvoke(IAsyncResult)">
38011         <size>0</size>
38012       </method>
38013     </type>
38014   </test>
38015   <test name="test-618.cs">
38016     <type name="C">
38017       <method name="Void .ctor()">
38018         <size>7</size>
38019       </method>
38020       <method name="Void ZeroBasedReductions()">
38021         <size>17</size>
38022       </method>
38023       <method name="Void Main()">
38024         <size>11</size>
38025       </method>
38026       <method name="Void ZeroBasedReductionsWithConversion()">
38027         <size>15</size>
38028       </method>
38029     </type>
38030   </test>
38031   <test name="test-619.cs">
38032     <type name="X">
38033       <method name="Void .ctor()">
38034         <size>7</size>
38035       </method>
38036       <method name="Void Main()">
38037         <size>11</size>
38038       </method>
38039     </type>
38040   </test>
38041   <test name="test-62.cs">
38042     <type name="X">
38043       <method name="Void .ctor()">
38044         <size>7</size>
38045       </method>
38046       <method name="X[] GetX()">
38047         <size>2</size>
38048       </method>
38049       <method name="System.Int32[] getInt()">
38050         <size>2</size>
38051       </method>
38052       <method name="System.Int32[,,] getMoreInt()">
38053         <size>2</size>
38054       </method>
38055       <method name="Int32 Main()">
38056         <size>2</size>
38057       </method>
38058     </type>
38059   </test>
38060   <test name="test-620.cs">
38061     <type name="X">
38062       <method name="Void .ctor()">
38063         <size>7</size>
38064       </method>
38065       <method name="Void A(Int32 ByRef)">
38066         <size>7</size>
38067       </method>
38068       <method name="Void B(Int32 ByRef)">
38069         <size>7</size>
38070       </method>
38071       <method name="Int32 Main()">
38072         <size>22</size>
38073       </method>
38074     </type>
38075   </test>
38076   <test name="test-621.cs">
38077     <type name="X">
38078       <method name="Void .ctor()">
38079         <size>7</size>
38080       </method>
38081       <method name="Void Main()">
38082         <size>129</size>
38083       </method>
38084     </type>
38085   </test>
38086   <test name="test-622.cs">
38087     <type name="A">
38088       <method name="Void .ctor(Int32)">
38089         <size>1</size>
38090       </method>
38091     </type>
38092     <type name="B">
38093       <method name="Void .ctor(Int32)">
38094         <size>7</size>
38095       </method>
38096     </type>
38097     <type name="X">
38098       <method name="Void .ctor()">
38099         <size>7</size>
38100       </method>
38101       <method name="Void Foo(A ByRef)">
38102         <size>8</size>
38103       </method>
38104       <method name="Void Foo(System.Object ByRef)">
38105         <size>9</size>
38106       </method>
38107       <method name="Int32 Main()">
38108         <size>16</size>
38109       </method>
38110     </type>
38111   </test>
38112   <test name="test-623.cs">
38113     <type name="X">
38114       <method name="Void .ctor()">
38115         <size>7</size>
38116       </method>
38117       <method name="Void a()">
38118         <size>0</size>
38119       </method>
38120     </type>
38121     <type name="Y">
38122       <method name="Void .ctor()">
38123         <size>7</size>
38124       </method>
38125       <method name="Void a()">
38126         <size>11</size>
38127       </method>
38128       <method name="Void Main()">
38129         <size>13</size>
38130       </method>
38131     </type>
38132   </test>
38133   <test name="test-624.cs">
38134     <type name="X">
38135       <method name="Void .ctor()">
38136         <size>7</size>
38137       </method>
38138       <method name="Int32 get_Type()">
38139         <size>2</size>
38140       </method>
38141       <method name="Void Main()">
38142         <size>3</size>
38143       </method>
38144     </type>
38145   </test>
38146   <test name="test-625.cs">
38147     <type name="Location">
38148       <method name="Void .ctor()">
38149         <size>7</size>
38150       </method>
38151       <method name="Int32 get_Null()">
38152         <size>2</size>
38153       </method>
38154     </type>
38155     <type name="X">
38156       <method name="Void .ctor()">
38157         <size>13</size>
38158       </method>
38159       <method name="Void Main()">
38160         <size>1</size>
38161       </method>
38162     </type>
38163   </test>
38164   <test name="test-626.cs">
38165     <type name="X">
38166       <method name="Void .ctor()">
38167         <size>7</size>
38168       </method>
38169       <method name="Void A()">
38170         <size>1</size>
38171       </method>
38172       <method name="Void Main()">
38173         <size>37</size>
38174       </method>
38175     </type>
38176   </test>
38177   <test name="test-627.cs">
38178     <type name="B">
38179       <method name="Void .ctor()">
38180         <size>7</size>
38181       </method>
38182       <method name="Void X.B()">
38183         <size>1</size>
38184       </method>
38185       <method name="Void A.B()">
38186         <size>1</size>
38187       </method>
38188     </type>
38189     <type name="M">
38190       <method name="Void .ctor()">
38191         <size>7</size>
38192       </method>
38193       <method name="Void N(System.Object)">
38194         <size>8</size>
38195       </method>
38196       <method name="Void Main()">
38197         <size>1</size>
38198       </method>
38199     </type>
38200   </test>
38201   <test name="test-628.cs">
38202     <type name="N1.B">
38203       <method name="Void .ctor()">
38204         <size>7</size>
38205       </method>
38206     </type>
38207     <type name="X">
38208       <method name="Void .ctor()">
38209         <size>7</size>
38210       </method>
38211     </type>
38212     <type name="X2">
38213       <method name="Void .ctor()">
38214         <size>7</size>
38215       </method>
38216     </type>
38217     <type name="Y2">
38218       <method name="Void .ctor()">
38219         <size>7</size>
38220       </method>
38221     </type>
38222     <type name="Y">
38223       <method name="Void .ctor()">
38224         <size>7</size>
38225       </method>
38226       <method name="Void Main()">
38227         <size>1</size>
38228       </method>
38229     </type>
38230   </test>
38231   <test name="test-629.cs">
38232     <type name="Foo">
38233       <method name="Void Main()">
38234         <size>1</size>
38235       </method>
38236       <method name="Void .ctor()">
38237         <size>7</size>
38238       </method>
38239     </type>
38240     <type name="Foo+Nested">
38241       <method name="Int32 get_Bar()">
38242         <size>2</size>
38243       </method>
38244     </type>
38245   </test>
38246   <test name="test-63.cs">
38247     <type name="X">
38248       <method name="Void .ctor()">
38249         <size>7</size>
38250       </method>
38251       <method name="Int32 Main()">
38252         <size>96</size>
38253       </method>
38254     </type>
38255   </test>
38256   <test name="test-630.cs">
38257     <type name="MyEx">
38258       <method name="Void .ctor()">
38259         <size>7</size>
38260       </method>
38261     </type>
38262     <type name="Ex">
38263       <method name="Void .ctor()">
38264         <size>7</size>
38265       </method>
38266       <method name="Int32 test(Int32)">
38267         <size>37</size>
38268       </method>
38269       <method name="Int32 Main()">
38270         <size>70</size>
38271       </method>
38272     </type>
38273   </test>
38274   <test name="test-631.cs">
38275     <type name="A">
38276       <method name="Void .ctor()">
38277         <size>7</size>
38278       </method>
38279       <method name="SByte op_Implicit(A)">
38280         <size>2</size>
38281       </method>
38282       <method name="Byte op_Implicit(A)">
38283         <size>2</size>
38284       </method>
38285       <method name="Int16 op_Implicit(A)">
38286         <size>2</size>
38287       </method>
38288       <method name="UInt16 op_Implicit(A)">
38289         <size>2</size>
38290       </method>
38291       <method name="Int32 op_Implicit(A)">
38292         <size>2</size>
38293       </method>
38294       <method name="UInt32 op_Implicit(A)">
38295         <size>2</size>
38296       </method>
38297       <method name="Int64 op_Implicit(A)">
38298         <size>3</size>
38299       </method>
38300       <method name="UInt64 op_Implicit(A)">
38301         <size>3</size>
38302       </method>
38303     </type>
38304     <type name="A2">
38305       <method name="Void .ctor()">
38306         <size>7</size>
38307       </method>
38308       <method name="SByte op_Implicit(A2)">
38309         <size>2</size>
38310       </method>
38311       <method name="Byte op_Implicit(A2)">
38312         <size>2</size>
38313       </method>
38314       <method name="Int16 op_Implicit(A2)">
38315         <size>2</size>
38316       </method>
38317       <method name="UInt32 op_Implicit(A2)">
38318         <size>2</size>
38319       </method>
38320       <method name="Int64 op_Implicit(A2)">
38321         <size>3</size>
38322       </method>
38323       <method name="UInt64 op_Implicit(A2)">
38324         <size>3</size>
38325       </method>
38326     </type>
38327     <type name="A3">
38328       <method name="Void .ctor()">
38329         <size>7</size>
38330       </method>
38331       <method name="SByte op_Implicit(A3)">
38332         <size>2</size>
38333       </method>
38334       <method name="UInt32 op_Implicit(A3)">
38335         <size>2</size>
38336       </method>
38337       <method name="Int64 op_Implicit(A3)">
38338         <size>3</size>
38339       </method>
38340       <method name="UInt64 op_Implicit(A3)">
38341         <size>3</size>
38342       </method>
38343     </type>
38344     <type name="A4">
38345       <method name="Void .ctor()">
38346         <size>7</size>
38347       </method>
38348       <method name="UInt32 op_Implicit(A4)">
38349         <size>2</size>
38350       </method>
38351       <method name="Int64 op_Implicit(A4)">
38352         <size>3</size>
38353       </method>
38354       <method name="UInt64 op_Implicit(A4)">
38355         <size>3</size>
38356       </method>
38357     </type>
38358     <type name="A5">
38359       <method name="Void .ctor()">
38360         <size>7</size>
38361       </method>
38362       <method name="UInt32 op_Implicit(A5)">
38363         <size>2</size>
38364       </method>
38365       <method name="Int32 op_Implicit(A5)">
38366         <size>2</size>
38367       </method>
38368     </type>
38369     <type name="A6">
38370       <method name="Void .ctor()">
38371         <size>7</size>
38372       </method>
38373       <method name="Byte op_Implicit(A6)">
38374         <size>2</size>
38375       </method>
38376     </type>
38377     <type name="MyDecimal">
38378       <method name="Void .ctor()">
38379         <size>7</size>
38380       </method>
38381       <method name="Decimal op_Implicit(MyDecimal)">
38382         <size>8</size>
38383       </method>
38384     </type>
38385     <type name="Constraint">
38386       <method name="Void .ctor()">
38387         <size>7</size>
38388       </method>
38389       <method name="Int32 Main()">
38390         <size>293</size>
38391       </method>
38392     </type>
38393   </test>
38394   <test name="test-632.cs">
38395     <type name="Bug379822">
38396       <method name="Void .ctor()">
38397         <size>7</size>
38398       </method>
38399       <method name="Void Assert(Boolean, Boolean)">
38400         <size>19</size>
38401       </method>
38402       <method name="Void TestAnd(Boolean)">
38403         <size>79</size>
38404       </method>
38405       <method name="Void TestOr(Boolean)">
38406         <size>88</size>
38407       </method>
38408       <method name="Void Test(Boolean)">
38409         <size>13</size>
38410       </method>
38411       <method name="Void Main()">
38412         <size>13</size>
38413       </method>
38414     </type>
38415   </test>
38416   <test name="test-633.cs">
38417     <type name="Test.C">
38418       <method name="Void .ctor()">
38419         <size>7</size>
38420       </method>
38421       <method name="Void Main()">
38422         <size>1</size>
38423       </method>
38424     </type>
38425   </test>
38426   <test name="test-634.cs">
38427     <type name="Test">
38428       <method name="Void .ctor()">
38429         <size>7</size>
38430       </method>
38431       <method name="Void TestFunc()">
38432         <size>2</size>
38433       </method>
38434       <method name="Void Main(System.String[])">
38435         <size>6</size>
38436       </method>
38437     </type>
38438     <type name="Test+D">
38439       <method name="Void .ctor(Object, IntPtr)">
38440         <size>0</size>
38441       </method>
38442       <method name="Void Invoke()">
38443         <size>0</size>
38444       </method>
38445       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38446         <size>0</size>
38447       </method>
38448       <method name="Void EndInvoke(IAsyncResult)">
38449         <size>0</size>
38450       </method>
38451     </type>
38452   </test>
38453   <test name="test-635.cs">
38454     <type name="ShortCircuitFold">
38455       <method name="Void .ctor()">
38456         <size>7</size>
38457       </method>
38458       <method name="Boolean get_False()">
38459         <size>14</size>
38460       </method>
38461       <method name="Boolean get_True()">
38462         <size>14</size>
38463       </method>
38464       <method name="Void a(Boolean, Boolean)">
38465         <size>19</size>
38466       </method>
38467       <method name="Void c(Int32)">
38468         <size>67</size>
38469       </method>
38470       <method name="Boolean f()">
38471         <size>11</size>
38472       </method>
38473       <method name="Void Main()">
38474         <size>167</size>
38475       </method>
38476     </type>
38477   </test>
38478   <test name="test-636.cs">
38479     <type name="Foo">
38480       <method name="Void .ctor()">
38481         <size>7</size>
38482       </method>
38483       <method name="Boolean get_False()">
38484         <size>14</size>
38485       </method>
38486       <method name="Void ping()">
38487         <size>13</size>
38488       </method>
38489       <method name="Int32 test_while(Int32)">
38490         <size>53</size>
38491       </method>
38492       <method name="Int32 test_do_while(Int32)">
38493         <size>53</size>
38494       </method>
38495       <method name="Int32 test_for(Int32)">
38496         <size>64</size>
38497       </method>
38498       <method name="Void test_for_empty()">
38499         <size>35</size>
38500       </method>
38501       <method name="Void Main()">
38502         <size>30</size>
38503       </method>
38504     </type>
38505   </test>
38506   <test name="test-638.cs">
38507     <type name="Fail">
38508       <method name="Void .ctor()">
38509         <size>7</size>
38510       </method>
38511       <method name="Void Main()">
38512         <size>110</size>
38513       </method>
38514     </type>
38515     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
38516       <method name="Void .ctor()">
38517         <size>7</size>
38518       </method>
38519       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
38520         <size>28</size>
38521       </method>
38522     </type>
38523   </test>
38524   <test name="test-639.cs">
38525     <type name="Foo">
38526       <method name="Void .ctor()">
38527         <size>7</size>
38528       </method>
38529       <method name="System.String get_s()">
38530         <size>13</size>
38531       </method>
38532       <method name="Void set_s(System.String)">
38533         <size>34</size>
38534       </method>
38535       <method name="Void Main()">
38536         <size>67</size>
38537       </method>
38538     </type>
38539   </test>
38540   <test name="test-64.cs">
38541     <type name="Operator">
38542       <method name="Void .ctor()">
38543         <size>7</size>
38544       </method>
38545     </type>
38546     <type name="Blah">
38547       <method name="Void .ctor(Operator)">
38548         <size>7</size>
38549       </method>
38550     </type>
38551     <type name="T">
38552       <method name="Void .ctor()">
38553         <size>7</size>
38554       </method>
38555       <method name="Int32 Main()">
38556         <size>9</size>
38557       </method>
38558     </type>
38559   </test>
38560   <test name="test-640.cs">
38561     <type name="C">
38562       <method name="Void .ctor()">
38563         <size>7</size>
38564       </method>
38565       <method name="Int32 Main()">
38566         <size>100</size>
38567       </method>
38568     </type>
38569   </test>
38570   <test name="test-641.cs">
38571     <type name="Identifier">
38572       <method name="Void .ctor()">
38573         <size>7</size>
38574       </method>
38575       <method name="Int32 Main()">
38576         <size>55</size>
38577       </method>
38578       <method name="Boolean op_Equality(Identifier, Identifier)">
38579         <size>2</size>
38580       </method>
38581       <method name="Boolean op_Inequality(Identifier, Identifier)">
38582         <size>2</size>
38583       </method>
38584       <method name="Identifier op_Implicit(System.String)">
38585         <size>2</size>
38586       </method>
38587       <method name="System.String op_Implicit(Identifier)">
38588         <size>2</size>
38589       </method>
38590       <method name="Decimal op_Implicit(Identifier)">
38591         <size>7</size>
38592       </method>
38593     </type>
38594   </test>
38595   <test name="test-642.cs">
38596     <type name="C">
38597       <method name="Void .ctor()">
38598         <size>7</size>
38599       </method>
38600       <method name="Int32 Main()">
38601         <size>40</size>
38602       </method>
38603     </type>
38604   </test>
38605   <test name="test-643.cs">
38606     <type name="PointerArithmeticTest">
38607       <method name="Void .ctor()">
38608         <size>7</size>
38609       </method>
38610       <method name="Int32 Main()">
38611         <size>130</size>
38612       </method>
38613       <method name="Int32* Conversions(Int64)">
38614         <size>3</size>
38615       </method>
38616       <method name="Int32 CheckAdd(Byte*, Int32)">
38617         <size>14</size>
38618       </method>
38619       <method name="Int32 CheckSub(Int16*, Int32)">
38620         <size>16</size>
38621       </method>
38622       <method name="Int32 CheckSub2(Int16*, Int32)">
38623         <size>23</size>
38624       </method>
38625     </type>
38626   </test>
38627   <test name="test-644.cs">
38628     <type name="Program">
38629       <method name="Void .ctor()">
38630         <size>7</size>
38631       </method>
38632       <method name="System.Object M(Int32)">
38633         <size>2</size>
38634       </method>
38635       <method name="Void Test_1()">
38636         <size>59</size>
38637       </method>
38638       <method name="Boolean Test_2()">
38639         <size>24</size>
38640       </method>
38641       <method name="Boolean Test_3()">
38642         <size>24</size>
38643       </method>
38644       <method name="Boolean Test_4(Program+D)">
38645         <size>13</size>
38646       </method>
38647       <method name="Int32 Main()">
38648         <size>75</size>
38649       </method>
38650     </type>
38651     <type name="Program+D">
38652       <method name="Void .ctor(Object, IntPtr)">
38653         <size>0</size>
38654       </method>
38655       <method name="System.Object Invoke(Int32)">
38656         <size>0</size>
38657       </method>
38658       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38659         <size>0</size>
38660       </method>
38661       <method name="System.Object EndInvoke(IAsyncResult)">
38662         <size>0</size>
38663       </method>
38664     </type>
38665   </test>
38666   <test name="test-646.cs">
38667     <type name="Program">
38668       <method name="Void .ctor()">
38669         <size>7</size>
38670       </method>
38671       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
38672         <size>7</size>
38673       </method>
38674       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
38675         <size>7</size>
38676       </method>
38677       <method name="Int32 Main()">
38678         <size>113</size>
38679       </method>
38680     </type>
38681   </test>
38682   <test name="test-647.cs">
38683     <type name="Foo">
38684       <method name="Void .ctor()">
38685         <size>7</size>
38686       </method>
38687       <method name="Void Main()">
38688         <size>28</size>
38689       </method>
38690     </type>
38691   </test>
38692   <test name="test-648.cs">
38693     <type name="ParamMismatch.TestCase">
38694       <method name="Void .ctor()">
38695         <size>7</size>
38696       </method>
38697       <method name="Void add_Culprit(System.EventHandler)">
38698         <size>1</size>
38699       </method>
38700       <method name="Void remove_Culprit(System.EventHandler)">
38701         <size>1</size>
38702       </method>
38703       <method name="Void Main()">
38704         <size>1</size>
38705       </method>
38706       <method name="Void Finalize()">
38707         <size>13</size>
38708       </method>
38709     </type>
38710   </test>
38711   <test name="test-649.cs">
38712     <type name="MainClass">
38713       <method name="Void .ctor()">
38714         <size>7</size>
38715       </method>
38716       <method name="Void Main(System.String[])">
38717         <size>609</size>
38718       </method>
38719     </type>
38720     <type name="MainClass+Decimal2">
38721       <method name="Void .ctor(Double)">
38722         <size>13</size>
38723       </method>
38724       <method name="Void .ctor(Decimal)">
38725         <size>8</size>
38726       </method>
38727       <method name="Decimal2 op_Explicit(Decimal)">
38728         <size>7</size>
38729       </method>
38730       <method name="Decimal2 op_Explicit(Double)">
38731         <size>7</size>
38732       </method>
38733       <method name="Decimal op_Implicit(Decimal2)">
38734         <size>8</size>
38735       </method>
38736     </type>
38737   </test>
38738   <test name="test-65.cs">
38739     <type name="X">
38740       <method name="Void .ctor()">
38741         <size>7</size>
38742       </method>
38743       <method name="Void receiver(S)">
38744         <size>7</size>
38745       </method>
38746       <method name="System.Object BoxS()">
38747         <size>21</size>
38748       </method>
38749       <method name="S Plain()">
38750         <size>16</size>
38751       </method>
38752       <method name="Int32 Main()">
38753         <size>98</size>
38754       </method>
38755     </type>
38756   </test>
38757   <test name="test-650.cs">
38758     <type name="App">
38759       <method name="Void .ctor()">
38760         <size>7</size>
38761       </method>
38762       <method name="Void Main()">
38763         <size>1</size>
38764       </method>
38765     </type>
38766   </test>
38767   <test name="test-651.cs">
38768     <type name="Foo">
38769       <method name="Void .ctor()">
38770         <size>7</size>
38771       </method>
38772       <method name="Void Open(IList)">
38773         <size>1</size>
38774       </method>
38775       <method name="Void Open(System.Collections.ArrayList ByRef)">
38776         <size>20</size>
38777       </method>
38778       <method name="Void Main()">
38779         <size>1</size>
38780       </method>
38781     </type>
38782   </test>
38783   <test name="test-652.cs">
38784     <type name="C">
38785       <method name="Void .ctor()">
38786         <size>7</size>
38787       </method>
38788       <method name="Int32 Main()">
38789         <size>6</size>
38790       </method>
38791       <method name="Int32 Test()">
38792         <size>27</size>
38793       </method>
38794     </type>
38795   </test>
38796   <test name="test-653.cs">
38797     <type name="C">
38798       <method name="Void .ctor()">
38799         <size>7</size>
38800       </method>
38801       <method name="Int32 Test()">
38802         <size>50</size>
38803       </method>
38804       <method name="Void Test2()">
38805         <size>32</size>
38806       </method>
38807       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
38808         <size>39</size>
38809       </method>
38810       <method name="Int32 Main()">
38811         <size>41</size>
38812       </method>
38813     </type>
38814   </test>
38815   <test name="test-654.cs">
38816     <type name="Program">
38817       <method name="Void .ctor()">
38818         <size>7</size>
38819       </method>
38820       <method name="Int32 Main()">
38821         <size>8</size>
38822       </method>
38823       <method name="Int32 Test(SByte*)">
38824         <size>33</size>
38825       </method>
38826     </type>
38827   </test>
38828   <test name="test-655.cs">
38829     <type name="D">
38830       <method name="Void .ctor()">
38831         <size>7</size>
38832       </method>
38833       <method name="Byte get_Item(Int32)">
38834         <size>7</size>
38835       </method>
38836       <method name="Void set_Item(Int32, Byte)">
38837         <size>8</size>
38838       </method>
38839       <method name="Int32 Main()">
38840         <size>69</size>
38841       </method>
38842     </type>
38843   </test>
38844   <test name="test-656.cs">
38845     <type name="Goo">
38846       <method name="Void .ctor()">
38847         <size>7</size>
38848       </method>
38849       <method name="Void Main()">
38850         <size>26</size>
38851       </method>
38852     </type>
38853   </test>
38854   <test name="test-657.cs">
38855     <type name="TestDebug.C">
38856       <method name="Void .ctor()">
38857         <size>7</size>
38858       </method>
38859       <method name="Void Method()">
38860         <size>1</size>
38861       </method>
38862     </type>
38863     <type name="TestDebug.Program">
38864       <method name="Void .ctor()">
38865         <size>7</size>
38866       </method>
38867       <method name="Void Excluded()">
38868         <size>11</size>
38869       </method>
38870       <method name="Int32 Main()">
38871         <size>7</size>
38872       </method>
38873     </type>
38874   </test>
38875   <test name="test-658.cs">
38876     <type name="A">
38877       <method name="Void .ctor()">
38878         <size>7</size>
38879       </method>
38880       <method name="Int32 get_Thread()">
38881         <size>2</size>
38882       </method>
38883     </type>
38884     <type name="Thread">
38885       <method name="Void .ctor()">
38886         <size>7</size>
38887       </method>
38888       <method name="Void Foo()">
38889         <size>1</size>
38890       </method>
38891     </type>
38892     <type name="B">
38893       <method name="Void .ctor()">
38894         <size>7</size>
38895       </method>
38896       <method name="Void Main()">
38897         <size>6</size>
38898       </method>
38899     </type>
38900   </test>
38901   <test name="test-659.cs">
38902     <type name="MySubClass">
38903       <method name="Void .ctor()">
38904         <size>7</size>
38905       </method>
38906       <method name="Int32 Main()">
38907         <size>30</size>
38908       </method>
38909       <method name="Void set_BB(Int32, Boolean)">
38910         <size>1</size>
38911       </method>
38912       <method name="Void Iface.set_AA(Int32, Boolean)">
38913         <size>9</size>
38914       </method>
38915     </type>
38916   </test>
38917   <test name="test-66.cs">
38918     <type name="Y">
38919       <method name="Void .ctor()">
38920         <size>7</size>
38921       </method>
38922     </type>
38923     <type name="X">
38924       <method name="Void .ctor()">
38925         <size>7</size>
38926       </method>
38927       <method name="Void .cctor()">
38928         <size>53</size>
38929       </method>
38930       <method name="Void FillOne()">
38931         <size>18</size>
38932       </method>
38933       <method name="Void FillSingle()">
38934         <size>39</size>
38935       </method>
38936       <method name="Void FillDouble()">
38937         <size>59</size>
38938       </method>
38939       <method name="Void FillObject()">
38940         <size>52</size>
38941       </method>
38942       <method name="Void FillDoubleObject()">
38943         <size>81</size>
38944       </method>
38945       <method name="Int32 TestSingle()">
38946         <size>47</size>
38947       </method>
38948       <method name="Int32 TestDouble()">
38949         <size>67</size>
38950       </method>
38951       <method name="Int32 TestObjectSingle()">
38952         <size>48</size>
38953       </method>
38954       <method name="Int32 TestObjectDouble()">
38955         <size>72</size>
38956       </method>
38957       <method name="Int32 Main()">
38958         <size>80</size>
38959       </method>
38960     </type>
38961   </test>
38962   <test name="test-660.cs">
38963     <type name="Test">
38964       <method name="Void .ctor()">
38965         <size>7</size>
38966       </method>
38967       <method name="Void Main()">
38968         <size>25</size>
38969       </method>
38970     </type>
38971     <type name="Status">
38972       <method name="Void .ctor(Code)">
38973         <size>8</size>
38974       </method>
38975       <method name="Status op_Implicit(Code)">
38976         <size>7</size>
38977       </method>
38978       <method name="Code op_Implicit(Status)">
38979         <size>8</size>
38980       </method>
38981     </type>
38982   </test>
38983   <test name="test-661.cs">
38984     <type name="Test">
38985       <method name="Void .ctor()">
38986         <size>7</size>
38987       </method>
38988       <method name="Void Main()">
38989         <size>1</size>
38990       </method>
38991       <method name="Void TestMethod()">
38992         <size>15</size>
38993       </method>
38994       <method name="SummaryInfo GetSummary()">
38995         <size>2</size>
38996       </method>
38997     </type>
38998   </test>
38999   <test name="test-662.cs">
39000     <type name="C">
39001       <method name="Void .ctor()">
39002         <size>7</size>
39003       </method>
39004       <method name="Void Main()">
39005         <size>1</size>
39006       </method>
39007     </type>
39008   </test>
39009   <test name="test-663.cs">
39010     <type name="A">
39011       <method name="Void .ctor()">
39012         <size>7</size>
39013       </method>
39014       <method name="Int32 op_Implicit(A)">
39015         <size>2</size>
39016       </method>
39017       <method name="Boolean op_Implicit(A)">
39018         <size>2</size>
39019       </method>
39020     </type>
39021     <type name="C">
39022       <method name="Void .ctor()">
39023         <size>7</size>
39024       </method>
39025       <method name="Void Main()">
39026         <size>17</size>
39027       </method>
39028     </type>
39029   </test>
39030   <test name="test-664.cs">
39031     <type name="C">
39032       <method name="Void .ctor()">
39033         <size>7</size>
39034       </method>
39035       <method name="Boolean Test(System.String)">
39036         <size>148</size>
39037       </method>
39038       <method name="Int32 Main()">
39039         <size>49</size>
39040       </method>
39041     </type>
39042   </test>
39043   <test name="test-665.cs">
39044     <type name="Test">
39045       <method name="Void .ctor()">
39046         <size>7</size>
39047       </method>
39048       <method name="Int32 Main()">
39049         <size>14</size>
39050       </method>
39051       <method name="Int32 Method(System.Object)">
39052         <size>2</size>
39053       </method>
39054     </type>
39055   </test>
39056   <test name="test-666.cs">
39057     <type name="C">
39058       <method name="Void .ctor()">
39059         <size>7</size>
39060       </method>
39061       <method name="Void Main()">
39062         <size>1</size>
39063       </method>
39064     </type>
39065   </test>
39066   <test name="test-667.cs">
39067     <type name="CA">
39068       <method name="Void .ctor()">
39069         <size>7</size>
39070       </method>
39071       <method name="Void IA.M()">
39072         <size>1</size>
39073       </method>
39074     </type>
39075     <type name="CC">
39076       <method name="Void .ctor()">
39077         <size>7</size>
39078       </method>
39079       <method name="Void Main()">
39080         <size>1</size>
39081       </method>
39082     </type>
39083   </test>
39084   <test name="test-668.cs">
39085     <type name="Bar">
39086       <method name="Void .ctor()">
39087         <size>7</size>
39088       </method>
39089     </type>
39090     <type name="Test">
39091       <method name="Void .ctor()">
39092         <size>7</size>
39093       </method>
39094       <method name="Void Main()">
39095         <size>7</size>
39096       </method>
39097     </type>
39098   </test>
39099   <test name="test-669.cs">
39100     <type name="Test">
39101       <method name="Void .ctor()">
39102         <size>7</size>
39103       </method>
39104       <method name="Void Main()">
39105         <size>3</size>
39106       </method>
39107     </type>
39108   </test>
39109   <test name="test-670.cs">
39110     <type name="C">
39111       <method name="Void .ctor()">
39112         <size>7</size>
39113       </method>
39114       <method name="Void Main()">
39115         <size>14</size>
39116       </method>
39117     </type>
39118   </test>
39119   <test name="test-671.cs">
39120     <type name="C">
39121       <method name="Void .ctor()">
39122         <size>7</size>
39123       </method>
39124       <method name="Int32 Main()">
39125         <size>19</size>
39126       </method>
39127       <method name="Boolean Bar(System.Object)">
39128         <size>2</size>
39129       </method>
39130     </type>
39131   </test>
39132   <test name="test-672.cs">
39133     <type name="X">
39134       <method name="Void .ctor()">
39135         <size>7</size>
39136       </method>
39137       <method name="S* get_Foo2()">
39138         <size>3</size>
39139       </method>
39140       <method name="Void Main()">
39141         <size>1</size>
39142       </method>
39143       <method name="Int32* get_Foo()">
39144         <size>3</size>
39145       </method>
39146     </type>
39147   </test>
39148   <test name="test-673.cs">
39149     <type name="Test">
39150       <method name="Void .ctor()">
39151         <size>7</size>
39152       </method>
39153       <method name="Void Foo()">
39154         <size>1</size>
39155       </method>
39156       <method name="Int32 Main()">
39157         <size>85</size>
39158       </method>
39159     </type>
39160   </test>
39161   <test name="test-674.cs">
39162     <type name="Test">
39163       <method name="Void .ctor()">
39164         <size>7</size>
39165       </method>
39166       <method name="Int32 Main()">
39167         <size>56</size>
39168       </method>
39169       <method name="Int32 &lt;Main&gt;m__0(Int32)">
39170         <size>2</size>
39171       </method>
39172     </type>
39173     <type name="Test+D">
39174       <method name="Void .ctor(Object, IntPtr)">
39175         <size>0</size>
39176       </method>
39177       <method name="Int32 Invoke(Int32)">
39178         <size>0</size>
39179       </method>
39180       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39181         <size>0</size>
39182       </method>
39183       <method name="Int32 EndInvoke(IAsyncResult)">
39184         <size>0</size>
39185       </method>
39186     </type>
39187   </test>
39188   <test name="test-675.cs">
39189     <type name="B">
39190       <method name="Void .ctor()">
39191         <size>7</size>
39192       </method>
39193       <method name="Int32 GetHashCode()">
39194         <size>2</size>
39195       </method>
39196       <method name="Boolean Equals(System.Object)">
39197         <size>2</size>
39198       </method>
39199       <method name="Boolean op_Equality(B, B)">
39200         <size>2</size>
39201       </method>
39202       <method name="Boolean op_Inequality(B, B)">
39203         <size>2</size>
39204       </method>
39205     </type>
39206     <type name="Test">
39207       <method name="Void .ctor()">
39208         <size>7</size>
39209       </method>
39210       <method name="Int32 Main()">
39211         <size>2</size>
39212       </method>
39213     </type>
39214   </test>
39215   <test name="test-676.cs">
39216     <type name="N.Item">
39217       <method name="Void .ctor()">
39218         <size>7</size>
39219       </method>
39220     </type>
39221     <type name="N.Test">
39222       <method name="Void .ctor()">
39223         <size>7</size>
39224       </method>
39225       <method name="N.Item get_Item(N.Test)">
39226         <size>2</size>
39227       </method>
39228       <method name="Void Foo(ItemSlot)">
39229         <size>27</size>
39230       </method>
39231       <method name="Int32 Main()">
39232         <size>2</size>
39233       </method>
39234     </type>
39235   </test>
39236   <test name="test-677.cs">
39237     <type name="InvokeWindow">
39238       <method name="Void .ctor()">
39239         <size>7</size>
39240       </method>
39241       <method name="Void add_E(D)">
39242         <size>24</size>
39243       </method>
39244       <method name="Void remove_E(D)">
39245         <size>24</size>
39246       </method>
39247       <method name="Void Run()">
39248         <size>12</size>
39249       </method>
39250     </type>
39251     <type name="Test">
39252       <method name="Void .ctor()">
39253         <size>7</size>
39254       </method>
39255       <method name="Int32 Main()">
39256         <size>32</size>
39257       </method>
39258       <method name="Void OnDeleteEvent()">
39259         <size>1</size>
39260       </method>
39261       <method name="Void OnDeleteEvent(Int32)">
39262         <size>1</size>
39263       </method>
39264     </type>
39265     <type name="D">
39266       <method name="Void .ctor(Object, IntPtr)">
39267         <size>0</size>
39268       </method>
39269       <method name="Void Invoke()">
39270         <size>0</size>
39271       </method>
39272       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39273         <size>0</size>
39274       </method>
39275       <method name="Void EndInvoke(IAsyncResult)">
39276         <size>0</size>
39277       </method>
39278     </type>
39279   </test>
39280   <test name="test-678.cs">
39281     <type name="NaNTest">
39282       <method name="Void .ctor(Double, Double)">
39283         <size>171</size>
39284       </method>
39285       <method name="Int32 Main()">
39286         <size>26</size>
39287       </method>
39288     </type>
39289   </test>
39290   <test name="test-679.cs">
39291     <type name="Program">
39292       <method name="Void .ctor()">
39293         <size>7</size>
39294       </method>
39295       <method name="Int32 Main()">
39296         <size>12</size>
39297       </method>
39298     </type>
39299   </test>
39300   <test name="test-68.cs">
39301     <type name="Y">
39302       <method name="Void .ctor()">
39303         <size>14</size>
39304       </method>
39305     </type>
39306     <type name="X">
39307       <method name="Void .ctor()">
39308         <size>7</size>
39309       </method>
39310       <method name="Int32 Main()">
39311         <size>147</size>
39312       </method>
39313     </type>
39314   </test>
39315   <test name="test-680.cs">
39316     <type name="AsStringProblem.MainClass">
39317       <method name="Void .ctor()">
39318         <size>7</size>
39319       </method>
39320       <method name="Void Main()">
39321         <size>94</size>
39322       </method>
39323     </type>
39324   </test>
39325   <test name="test-681.cs">
39326     <type name="Bug">
39327       <method name="Void .ctor()">
39328         <size>20</size>
39329       </method>
39330       <method name="Void Main()">
39331         <size>1</size>
39332       </method>
39333     </type>
39334     <type name="BugClass">
39335       <method name="Void .cctor()">
39336         <size>18</size>
39337       </method>
39338       <method name="Void FooImplementation(System.Void*)">
39339         <size>1</size>
39340       </method>
39341     </type>
39342     <type name="BugClass+Foo">
39343       <method name="Void .ctor(Object, IntPtr)">
39344         <size>0</size>
39345       </method>
39346       <method name="Void Invoke(System.Void*)">
39347         <size>0</size>
39348       </method>
39349       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
39350         <size>0</size>
39351       </method>
39352       <method name="Void EndInvoke(IAsyncResult)">
39353         <size>0</size>
39354       </method>
39355     </type>
39356   </test>
39357   <test name="test-683.cs">
39358     <type name="broken_cast">
39359       <method name="Void .ctor()">
39360         <size>7</size>
39361       </method>
39362       <method name="Int32 Main()">
39363         <size>32</size>
39364       </method>
39365     </type>
39366   </test>
39367   <test name="test-684.cs">
39368     <type name="mono_bug.Program">
39369       <method name="Void .ctor()">
39370         <size>7</size>
39371       </method>
39372       <method name="Void Main()">
39373         <size>71</size>
39374       </method>
39375       <method name="System.Double[][,] ReturnArray()">
39376         <size>62</size>
39377       </method>
39378     </type>
39379   </test>
39380   <test name="test-685.cs">
39381     <type name="C">
39382       <method name="Void .ctor()">
39383         <size>7</size>
39384       </method>
39385       <method name="Void Main()">
39386         <size>28</size>
39387       </method>
39388     </type>
39389   </test>
39390   <test name="test-686.cs">
39391     <type name="Test">
39392       <method name="Void .ctor()">
39393         <size>7</size>
39394       </method>
39395       <method name="Void Main()">
39396         <size>51</size>
39397       </method>
39398       <method name="Void Foo()">
39399         <size>148</size>
39400       </method>
39401     </type>
39402   </test>
39403   <test name="test-687.cs">
39404     <type name="XUnit">
39405       <method name="Void .ctor(Double)">
39406         <size>8</size>
39407       </method>
39408       <method name="XUnit op_Implicit(Double)">
39409         <size>10</size>
39410       </method>
39411       <method name="Double op_Implicit(XUnit)">
39412         <size>8</size>
39413       </method>
39414     </type>
39415     <type name="Unit">
39416       <method name="Void .ctor(Double)">
39417         <size>8</size>
39418       </method>
39419       <method name="Unit op_Implicit(Double)">
39420         <size>10</size>
39421       </method>
39422       <method name="Double op_Implicit(Unit)">
39423         <size>8</size>
39424       </method>
39425     </type>
39426     <type name="Test">
39427       <method name="Void .ctor()">
39428         <size>7</size>
39429       </method>
39430       <method name="Int32 Main()">
39431         <size>56</size>
39432       </method>
39433     </type>
39434   </test>
39435   <test name="test-688.cs">
39436     <type name="Test">
39437       <method name="Void .ctor()">
39438         <size>7</size>
39439       </method>
39440       <method name="Int32 Main()">
39441         <size>46</size>
39442       </method>
39443       <method name="Byte* GetFoo()">
39444         <size>7</size>
39445       </method>
39446       <method name="Byte* GetFoo2()">
39447         <size>7</size>
39448       </method>
39449     </type>
39450   </test>
39451   <test name="test-689.cs">
39452     <type name="Sample">
39453       <method name="Void Main()">
39454         <size>3</size>
39455       </method>
39456       <method name="Void Foo(Byte*, Byte*)">
39457         <size>42</size>
39458       </method>
39459     </type>
39460   </test>
39461   <test name="test-69.cs">
39462     <type name="Blah">
39463       <method name="Void .ctor()">
39464         <size>7</size>
39465       </method>
39466       <method name="Void Start_internal(IntPtr)">
39467         <size>0</size>
39468       </method>
39469       <method name="Int32 Main()">
39470         <size>2</size>
39471       </method>
39472     </type>
39473   </test>
39474   <test name="test-690.cs">
39475     <type name="Test.Test">
39476       <method name="Void .ctor()">
39477         <size>7</size>
39478       </method>
39479       <method name="Void Main()">
39480         <size>1</size>
39481       </method>
39482     </type>
39483   </test>
39484   <test name="test-691.cs">
39485     <type name="ConsoleApplication6.Program">
39486       <method name="Void .ctor()">
39487         <size>7</size>
39488       </method>
39489       <method name="Void .cctor()">
39490         <size>23</size>
39491       </method>
39492       <method name="Void Main()">
39493         <size>128</size>
39494       </method>
39495     </type>
39496   </test>
39497   <test name="test-692.cs">
39498     <type name="Test">
39499       <method name="Void .ctor()">
39500         <size>7</size>
39501       </method>
39502       <method name="Void test1(DateTime ByRef)">
39503         <size>10</size>
39504       </method>
39505       <method name="Void test2(DateTime ByRef)">
39506         <size>13</size>
39507       </method>
39508       <method name="Int32 Main()">
39509         <size>141</size>
39510       </method>
39511     </type>
39512   </test>
39513   <test name="test-693.cs">
39514     <type name="ConstTest">
39515       <method name="Void .ctor()">
39516         <size>7</size>
39517       </method>
39518       <method name="Int32 Main()">
39519         <size>32</size>
39520       </method>
39521     </type>
39522   </test>
39523   <test name="test-694.cs">
39524     <type name="Test">
39525       <method name="Void .ctor()">
39526         <size>7</size>
39527       </method>
39528       <method name="Int32 Main()">
39529         <size>2</size>
39530       </method>
39531     </type>
39532   </test>
39533   <test name="test-695.cs">
39534     <type name="Program">
39535       <method name="Void .ctor()">
39536         <size>7</size>
39537       </method>
39538       <method name="Void .cctor()">
39539         <size>53</size>
39540       </method>
39541       <method name="Int32 Main()">
39542         <size>680</size>
39543       </method>
39544       <method name="System.String get_BaseDirectory()">
39545         <size>28</size>
39546       </method>
39547     </type>
39548     <type name="&lt;PrivateImplementationDetails&gt;">
39549       <method name="Void .ctor()">
39550         <size>7</size>
39551       </method>
39552     </type>
39553   </test>
39554   <test name="test-696.cs">
39555     <type name="S">
39556       <method name="Void f(S)">
39557         <size>1</size>
39558       </method>
39559       <method name="S op_Implicit(C)">
39560         <size>2</size>
39561       </method>
39562     </type>
39563     <type name="C">
39564       <method name="Void .ctor()">
39565         <size>7</size>
39566       </method>
39567       <method name="Void Main()">
39568         <size>12</size>
39569       </method>
39570     </type>
39571   </test>
39572   <test name="test-697.cs">
39573     <type name="C">
39574       <method name="Void .ctor()">
39575         <size>7</size>
39576       </method>
39577       <method name="Void Main()">
39578         <size>1</size>
39579       </method>
39580     </type>
39581   </test>
39582   <test name="test-698.cs">
39583     <type name="test">
39584       <method name="Void .ctor()">
39585         <size>7</size>
39586       </method>
39587       <method name="Void Main()">
39588         <size>12</size>
39589       </method>
39590     </type>
39591   </test>
39592   <test name="test-699.cs">
39593     <type name="D">
39594       <method name="Void .ctor(String)">
39595         <size>25</size>
39596       </method>
39597       <method name="System.String get_message()">
39598         <size>7</size>
39599       </method>
39600       <method name="Void Main()">
39601         <size>1</size>
39602       </method>
39603     </type>
39604   </test>
39605   <test name="test-7.cs">
39606     <type name="Mine.MyBoolean">
39607       <method name="Void .ctor()">
39608         <size>7</size>
39609       </method>
39610       <method name="Boolean op_Implicit(Mine.MyBoolean)">
39611         <size>2</size>
39612       </method>
39613     </type>
39614     <type name="Mine.MyTrueFalse">
39615       <method name="Void .ctor()">
39616         <size>7</size>
39617       </method>
39618       <method name="Boolean op_True(Mine.MyTrueFalse)">
39619         <size>2</size>
39620       </method>
39621       <method name="Boolean op_False(Mine.MyTrueFalse)">
39622         <size>2</size>
39623       </method>
39624     </type>
39625     <type name="Mine.Blah">
39626       <method name="Void .ctor(Int32)">
39627         <size>14</size>
39628       </method>
39629       <method name="Int32 Main()">
39630         <size>408</size>
39631       </method>
39632       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
39633         <size>31</size>
39634       </method>
39635       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
39636         <size>22</size>
39637       </method>
39638       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
39639         <size>23</size>
39640       </method>
39641       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
39642         <size>31</size>
39643       </method>
39644       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
39645         <size>24</size>
39646       </method>
39647       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
39648         <size>24</size>
39649       </method>
39650       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
39651         <size>24</size>
39652       </method>
39653       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
39654         <size>23</size>
39655       </method>
39656       <method name="Boolean op_LogicalNot(Mine.Blah)">
39657         <size>20</size>
39658       </method>
39659       <method name="Mine.Blah op_Increment(Mine.Blah)">
39660         <size>26</size>
39661       </method>
39662       <method name="Mine.Blah op_Decrement(Mine.Blah)">
39663         <size>26</size>
39664       </method>
39665       <method name="Boolean op_True(Mine.Blah)">
39666         <size>20</size>
39667       </method>
39668       <method name="Boolean op_False(Mine.Blah)">
39669         <size>23</size>
39670       </method>
39671       <method name="Int32 op_Implicit(Mine.Blah)">
39672         <size>17</size>
39673       </method>
39674       <method name="Double op_Explicit(Mine.Blah)">
39675         <size>18</size>
39676       </method>
39677     </type>
39678   </test>
39679   <test name="test-70.cs">
39680     <type name="X">
39681       <method name="Void .ctor()">
39682         <size>7</size>
39683       </method>
39684       <method name="Int32 get_A()">
39685         <size>2</size>
39686       </method>
39687       <method name="Int32 B()">
39688         <size>2</size>
39689       </method>
39690     </type>
39691     <type name="Y">
39692       <method name="Void .ctor()">
39693         <size>7</size>
39694       </method>
39695       <method name="Int32 get_A()">
39696         <size>9</size>
39697       </method>
39698       <method name="Int32 B()">
39699         <size>9</size>
39700       </method>
39701     </type>
39702     <type name="Z">
39703       <method name="Void .ctor()">
39704         <size>7</size>
39705       </method>
39706       <method name="Int32 Main()">
39707         <size>70</size>
39708       </method>
39709     </type>
39710   </test>
39711   <test name="test-700.cs">
39712     <type name="FooAttribute">
39713       <method name="Void .ctor(String)">
39714         <size>7</size>
39715       </method>
39716     </type>
39717     <type name="Test">
39718       <method name="Void .ctor()">
39719         <size>7</size>
39720       </method>
39721     </type>
39722     <type name="Program">
39723       <method name="Void .ctor()">
39724         <size>7</size>
39725       </method>
39726       <method name="Void Main()">
39727         <size>1</size>
39728       </method>
39729     </type>
39730   </test>
39731   <test name="test-701.cs">
39732     <type name="Foo">
39733       <method name="Void .ctor()">
39734         <size>7</size>
39735       </method>
39736       <method name="UInt16 ToUint16()">
39737         <size>6</size>
39738       </method>
39739       <method name="Void Main()">
39740         <size>1</size>
39741       </method>
39742     </type>
39743   </test>
39744   <test name="test-703.cs">
39745     <type name="A">
39746       <method name="Void .ctor()">
39747         <size>7</size>
39748       </method>
39749       <method name="Void add_Finished(System.EventHandler)">
39750         <size>0</size>
39751       </method>
39752       <method name="Void remove_Finished(System.EventHandler)">
39753         <size>0</size>
39754       </method>
39755       <method name="Void test(A)">
39756         <size>19</size>
39757       </method>
39758       <method name="Void TestA(System.Object, System.EventArgs)">
39759         <size>25</size>
39760       </method>
39761     </type>
39762     <type name="B">
39763       <method name="Void .ctor()">
39764         <size>49</size>
39765       </method>
39766       <method name="Void add_Finished(System.EventHandler)">
39767         <size>24</size>
39768       </method>
39769       <method name="Void remove_Finished(System.EventHandler)">
39770         <size>24</size>
39771       </method>
39772       <method name="Void TestB(System.Object, System.EventArgs)">
39773         <size>25</size>
39774       </method>
39775       <method name="Int32 Main()">
39776         <size>14</size>
39777       </method>
39778     </type>
39779   </test>
39780   <test name="test-705.cs">
39781     <type name="Test">
39782       <method name="Void .ctor()">
39783         <size>7</size>
39784       </method>
39785       <method name="Void .cctor()">
39786         <size>1</size>
39787       </method>
39788       <method name="Nested GetEnumerator()">
39789         <size>10</size>
39790       </method>
39791     </type>
39792     <type name="Test+Nested">
39793       <method name="Void System.IDisposable.Dispose()">
39794         <size>13</size>
39795       </method>
39796       <method name="Int32 get_Current()">
39797         <size>2</size>
39798       </method>
39799       <method name="Boolean MoveNext()">
39800         <size>2</size>
39801       </method>
39802       <method name="Void Reset()">
39803         <size>1</size>
39804       </method>
39805       <method name="Void Dispose()">
39806         <size>11</size>
39807       </method>
39808     </type>
39809     <type name="Program">
39810       <method name="Int32 Main()">
39811         <size>72</size>
39812       </method>
39813     </type>
39814   </test>
39815   <test name="test-706.cs">
39816     <type name="Test.CustomParentAttribute">
39817       <method name="Void .ctor()">
39818         <size>7</size>
39819       </method>
39820       <method name="Void DoSomething()">
39821         <size>0</size>
39822       </method>
39823     </type>
39824     <type name="Test.MyClass">
39825       <method name="Void .ctor()">
39826         <size>7</size>
39827       </method>
39828       <method name="Void Main()">
39829         <size>1</size>
39830       </method>
39831     </type>
39832     <type name="Test.MyClass+CustomChildAttribute">
39833       <method name="Void .ctor()">
39834         <size>7</size>
39835       </method>
39836       <method name="Void DoSomething()">
39837         <size>1</size>
39838       </method>
39839     </type>
39840   </test>
39841   <test name="test-707.cs">
39842     <type name="Tzap">
39843       <method name="Void .ctor()">
39844         <size>7</size>
39845       </method>
39846     </type>
39847     <type name="Tzap+Baz">
39848       <method name="Void .ctor()">
39849         <size>7</size>
39850       </method>
39851       <method name="Void Gazonk()">
39852         <size>7</size>
39853       </method>
39854       <method name="Void Main()">
39855         <size>1</size>
39856       </method>
39857     </type>
39858     <type name="Tzap+Bar">
39859       <method name="Void .ctor()">
39860         <size>7</size>
39861       </method>
39862       <method name="Void Foo()">
39863         <size>1</size>
39864       </method>
39865     </type>
39866   </test>
39867   <test name="test-708.cs">
39868     <type name="A">
39869       <method name="Void .ctor()">
39870         <size>7</size>
39871       </method>
39872       <method name="A+ADelegate Delegate2(Boolean)">
39873         <size>25</size>
39874       </method>
39875       <method name="Void Main()">
39876         <size>1</size>
39877       </method>
39878     </type>
39879     <type name="A+ADelegate">
39880       <method name="Void .ctor(Object, IntPtr)">
39881         <size>0</size>
39882       </method>
39883       <method name="A+ADelegate Invoke(Boolean)">
39884         <size>0</size>
39885       </method>
39886       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
39887         <size>0</size>
39888       </method>
39889       <method name="A+ADelegate EndInvoke(IAsyncResult)">
39890         <size>0</size>
39891       </method>
39892     </type>
39893   </test>
39894   <test name="test-709.cs">
39895     <type name="C">
39896       <method name="Void .ctor()">
39897         <size>7</size>
39898       </method>
39899       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
39900         <size>68</size>
39901       </method>
39902       <method name="Void CharCopy(Char*, Char*, Int32)">
39903         <size>33</size>
39904       </method>
39905       <method name="Int32 Main()">
39906         <size>58</size>
39907       </method>
39908     </type>
39909   </test>
39910   <test name="test-71.cs">
39911     <type name="X">
39912       <method name="Void .ctor()">
39913         <size>7</size>
39914       </method>
39915       <method name="Void Main()">
39916         <size>37</size>
39917       </method>
39918     </type>
39919     <type name="MethodSignature">
39920       <method name="Void .ctor(String, Type, Type[])">
39921         <size>22</size>
39922       </method>
39923     </type>
39924   </test>
39925   <test name="test-710.cs">
39926     <type name="Z">
39927       <method name="Void .ctor()">
39928         <size>7</size>
39929       </method>
39930     </type>
39931     <type name="C">
39932       <method name="Void .ctor()">
39933         <size>7</size>
39934       </method>
39935       <method name="Void Main()">
39936         <size>7</size>
39937       </method>
39938     </type>
39939   </test>
39940   <test name="test-711.cs">
39941     <type name="N.Test">
39942       <method name="Void .ctor()">
39943         <size>7</size>
39944       </method>
39945       <method name="Void .ctor(Int32)">
39946         <size>7</size>
39947       </method>
39948       <method name="Void Main()">
39949         <size>1</size>
39950       </method>
39951     </type>
39952   </test>
39953   <test name="test-712.cs">
39954     <type name="Hello">
39955       <method name="Void .ctor()">
39956         <size>7</size>
39957       </method>
39958       <method name="Void Main()">
39959         <size>22</size>
39960       </method>
39961     </type>
39962   </test>
39963   <test name="test-713.cs">
39964     <type name="DispBar">
39965       <method name="Void .ctor()">
39966         <size>7</size>
39967       </method>
39968       <method name="Void Dispose()">
39969         <size>11</size>
39970       </method>
39971     </type>
39972     <type name="Foo">
39973       <method name="Void .ctor()">
39974         <size>7</size>
39975       </method>
39976       <method name="IDisposable GetBar()">
39977         <size>6</size>
39978       </method>
39979     </type>
39980     <type name="Test">
39981       <method name="Void .ctor()">
39982         <size>7</size>
39983       </method>
39984       <method name="Void .cctor()">
39985         <size>11</size>
39986       </method>
39987       <method name="Boolean TryThing()">
39988         <size>46</size>
39989       </method>
39990       <method name="Void Main()">
39991         <size>7</size>
39992       </method>
39993     </type>
39994   </test>
39995   <test name="test-714.cs">
39996     <type name="Hello">
39997       <method name="Void .ctor()">
39998         <size>7</size>
39999       </method>
40000       <method name="Void IBar.Test()">
40001         <size>1</size>
40002       </method>
40003       <method name="Void Main()">
40004         <size>1</size>
40005       </method>
40006     </type>
40007   </test>
40008   <test name="test-716.cs">
40009     <type name="SS">
40010       <method name="Void .cctor()">
40011         <size>8</size>
40012       </method>
40013     </type>
40014     <type name="SSS">
40015       <method name="Void .cctor()">
40016         <size>15</size>
40017       </method>
40018     </type>
40019     <type name="C">
40020       <method name="Void .ctor()">
40021         <size>7</size>
40022       </method>
40023     </type>
40024     <type name="CC">
40025       <method name="Void .ctor()">
40026         <size>7</size>
40027       </method>
40028       <method name="Void .cctor()">
40029         <size>8</size>
40030       </method>
40031     </type>
40032     <type name="CCC">
40033       <method name="Void .ctor()">
40034         <size>7</size>
40035       </method>
40036       <method name="Void .cctor()">
40037         <size>11</size>
40038       </method>
40039     </type>
40040     <type name="X">
40041       <method name="Void .ctor()">
40042         <size>7</size>
40043       </method>
40044       <method name="Int32 Main()">
40045         <size>192</size>
40046       </method>
40047     </type>
40048   </test>
40049   <test name="test-717.cs">
40050     <type name="AA">
40051       <method name="Void .ctor()">
40052         <size>7</size>
40053       </method>
40054       <method name="Int32 Foo(Int32)">
40055         <size>2</size>
40056       </method>
40057     </type>
40058     <type name="A">
40059       <method name="Void .ctor()">
40060         <size>7</size>
40061       </method>
40062       <method name="Int32 Foo(Byte)">
40063         <size>2</size>
40064       </method>
40065       <method name="Int32 Foo(Int32)">
40066         <size>2</size>
40067       </method>
40068     </type>
40069     <type name="B">
40070       <method name="Void .ctor()">
40071         <size>7</size>
40072       </method>
40073       <method name="Int32 Foo(Int32)">
40074         <size>2</size>
40075       </method>
40076       <method name="Void Foo(System.String)">
40077         <size>1</size>
40078       </method>
40079     </type>
40080     <type name="S">
40081       <method name="System.String ToString()">
40082         <size>6</size>
40083       </method>
40084     </type>
40085     <type name="MyClass">
40086       <method name="Void .ctor()">
40087         <size>7</size>
40088       </method>
40089       <method name="Int32 Main()">
40090         <size>67</size>
40091       </method>
40092     </type>
40093   </test>
40094   <test name="test-718.cs">
40095     <type name="A">
40096       <method name="Void .ctor()">
40097         <size>7</size>
40098       </method>
40099       <method name="Void Foo(Int32, Int32)">
40100         <size>1</size>
40101       </method>
40102     </type>
40103     <type name="B">
40104       <method name="Void .ctor()">
40105         <size>7</size>
40106       </method>
40107       <method name="Void Main()">
40108         <size>8</size>
40109       </method>
40110       <method name="Void Foo(Int32)">
40111         <size>1</size>
40112       </method>
40113     </type>
40114   </test>
40115   <test name="test-719.cs">
40116     <type name="C">
40117       <method name="Void .ctor()">
40118         <size>7</size>
40119       </method>
40120       <method name="Void Main()">
40121         <size>1</size>
40122       </method>
40123     </type>
40124   </test>
40125   <test name="test-72.cs">
40126     <type name="outer">
40127       <method name="Void .ctor()">
40128         <size>7</size>
40129       </method>
40130       <method name="Int32 Main()">
40131         <size>2</size>
40132       </method>
40133     </type>
40134     <type name="outer+inner">
40135       <method name="Void .ctor()">
40136         <size>7</size>
40137       </method>
40138       <method name="Void meth(System.Object)">
40139         <size>8</size>
40140       </method>
40141     </type>
40142   </test>
40143   <test name="test-720.cs">
40144     <type name="N.Program">
40145       <method name="Void .ctor()">
40146         <size>7</size>
40147       </method>
40148       <method name="Void Main()">
40149         <size>18</size>
40150       </method>
40151     </type>
40152     <type name="N.Parent">
40153       <method name="Void .ctor()">
40154         <size>7</size>
40155       </method>
40156       <method name="Void add_Example(N.Parent+ExampleHandler)">
40157         <size>0</size>
40158       </method>
40159       <method name="Void remove_Example(N.Parent+ExampleHandler)">
40160         <size>0</size>
40161       </method>
40162     </type>
40163     <type name="N.Child">
40164       <method name="Void .ctor()">
40165         <size>7</size>
40166       </method>
40167       <method name="Void add_Example(N.Parent+ExampleHandler)">
40168         <size>24</size>
40169       </method>
40170       <method name="Void remove_Example(N.Parent+ExampleHandler)">
40171         <size>24</size>
40172       </method>
40173       <method name="Void OnExample()">
40174         <size>23</size>
40175       </method>
40176     </type>
40177     <type name="N.Parent+ExampleHandler">
40178       <method name="Void .ctor(Object, IntPtr)">
40179         <size>0</size>
40180       </method>
40181       <method name="Void Invoke()">
40182         <size>0</size>
40183       </method>
40184       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40185         <size>0</size>
40186       </method>
40187       <method name="Void EndInvoke(IAsyncResult)">
40188         <size>0</size>
40189       </method>
40190     </type>
40191   </test>
40192   <test name="test-721.cs">
40193     <type name="Program">
40194       <method name="Void .ctor()">
40195         <size>7</size>
40196       </method>
40197       <method name="Int32 Main()">
40198         <size>55</size>
40199       </method>
40200     </type>
40201     <type name="Control">
40202       <method name="Void .ctor()">
40203         <size>7</size>
40204       </method>
40205       <method name="Void set_Foo(Int32)">
40206         <size>1</size>
40207       </method>
40208     </type>
40209   </test>
40210   <test name="test-723.cs">
40211     <type name="Test">
40212       <method name="Void .ctor()">
40213         <size>7</size>
40214       </method>
40215       <method name="Int32 get_Count()">
40216         <size>2</size>
40217       </method>
40218     </type>
40219     <type name="Maine">
40220       <method name="Int32 Main()">
40221         <size>21</size>
40222       </method>
40223     </type>
40224   </test>
40225   <test name="test-724.cs">
40226     <type name="Test">
40227       <method name="Void .ctor()">
40228         <size>7</size>
40229       </method>
40230       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
40231         <size>29</size>
40232       </method>
40233       <method name="Int32 Main()">
40234         <size>110</size>
40235       </method>
40236     </type>
40237     <type name="Concrete">
40238       <method name="Void .ctor()">
40239         <size>7</size>
40240       </method>
40241       <method name="System.String A.get_Spec()">
40242         <size>6</size>
40243       </method>
40244       <method name="System.String B.get_Spec()">
40245         <size>6</size>
40246       </method>
40247       <method name="System.String get_Spec()">
40248         <size>6</size>
40249       </method>
40250     </type>
40251   </test>
40252   <test name="test-726.cs">
40253     <type name="CS0102">
40254       <method name="System.Object IFoo.Clone()">
40255         <size>2</size>
40256       </method>
40257       <method name="Void Main()">
40258         <size>1</size>
40259       </method>
40260       <method name="Void .ctor()">
40261         <size>7</size>
40262       </method>
40263     </type>
40264     <type name="CS0102+Clone">
40265       <method name="Void .ctor()">
40266         <size>7</size>
40267       </method>
40268     </type>
40269   </test>
40270   <test name="test-727.cs">
40271     <type name="IDisposableTest.MainClass">
40272       <method name="Int32 Main()">
40273         <size>113</size>
40274       </method>
40275       <method name="Void .ctor()">
40276         <size>7</size>
40277       </method>
40278     </type>
40279     <type name="IDisposableTest.Foo">
40280       <method name="Void Dispose()">
40281         <size>32</size>
40282       </method>
40283       <method name="Void .ctor()">
40284         <size>57</size>
40285       </method>
40286       <method name="Void .cctor()">
40287         <size>1</size>
40288       </method>
40289     </type>
40290   </test>
40291   <test name="test-728.cs">
40292     <type name="Tests">
40293       <method name="Int32 Main()">
40294         <size>25</size>
40295       </method>
40296       <method name="Void .ctor()">
40297         <size>7</size>
40298       </method>
40299     </type>
40300   </test>
40301   <test name="test-729.cs">
40302     <type name="Primes.MainClass">
40303       <method name="Int32 Main()">
40304         <size>136</size>
40305       </method>
40306       <method name="Void .ctor()">
40307         <size>7</size>
40308       </method>
40309     </type>
40310   </test>
40311   <test name="test-73.cs">
40312     <type name="Abstract">
40313       <method name="Void .ctor()">
40314         <size>7</size>
40315       </method>
40316       <method name="Int32 A()">
40317         <size>0</size>
40318       </method>
40319     </type>
40320     <type name="Concrete">
40321       <method name="Void .ctor()">
40322         <size>7</size>
40323       </method>
40324       <method name="Int32 A()">
40325         <size>2</size>
40326       </method>
40327     </type>
40328     <type name="Test">
40329       <method name="Void .ctor()">
40330         <size>7</size>
40331       </method>
40332       <method name="Int32 Main()">
40333         <size>22</size>
40334       </method>
40335     </type>
40336   </test>
40337   <test name="test-730.cs">
40338     <type name="Demo">
40339       <method name="Void Test(System.Object)">
40340         <size>1</size>
40341       </method>
40342       <method name="Int32 Test(Int32)">
40343         <size>2</size>
40344       </method>
40345       <method name="Int32 GetPhones()">
40346         <size>22</size>
40347       </method>
40348       <method name="Int32 Main()">
40349         <size>23</size>
40350       </method>
40351       <method name="Void .ctor()">
40352         <size>7</size>
40353       </method>
40354     </type>
40355     <type name="Demo+D">
40356       <method name="Int32 Invoke(Int32)">
40357         <size>0</size>
40358       </method>
40359       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40360         <size>0</size>
40361       </method>
40362       <method name="Int32 EndInvoke(IAsyncResult)">
40363         <size>0</size>
40364       </method>
40365       <method name="Void .ctor(Object, IntPtr)">
40366         <size>0</size>
40367       </method>
40368     </type>
40369   </test>
40370   <test name="test-731.cs">
40371     <type name="C">
40372       <method name="Int32 Main()">
40373         <size>34</size>
40374       </method>
40375       <method name="Void .ctor()">
40376         <size>7</size>
40377       </method>
40378     </type>
40379     <type name="&lt;PrivateImplementationDetails&gt;">
40380       <method name="Void .ctor()">
40381         <size>7</size>
40382       </method>
40383     </type>
40384   </test>
40385   <test name="test-733.cs">
40386     <type name="Test">
40387       <method name="Int32 Main()">
40388         <size>88</size>
40389       </method>
40390       <method name="Void .ctor()">
40391         <size>7</size>
40392       </method>
40393     </type>
40394   </test>
40395   <test name="test-734.cs">
40396     <type name="M">
40397       <method name="Void Run()">
40398         <size>23</size>
40399       </method>
40400       <method name="Int32 Main()">
40401         <size>72</size>
40402       </method>
40403       <method name="Void .ctor()">
40404         <size>7</size>
40405       </method>
40406     </type>
40407   </test>
40408   <test name="test-735.cs">
40409     <type name="B">
40410       <method name="Void .ctor()">
40411         <size>7</size>
40412       </method>
40413     </type>
40414     <type name="B+C">
40415       <method name="Void Main()">
40416         <size>1</size>
40417       </method>
40418       <method name="Void .ctor()">
40419         <size>7</size>
40420       </method>
40421     </type>
40422     <type name="B+C+X">
40423       <method name="Void .ctor()">
40424         <size>7</size>
40425       </method>
40426     </type>
40427     <type name="B+D">
40428       <method name="Void .ctor()">
40429         <size>7</size>
40430       </method>
40431     </type>
40432   </test>
40433   <test name="test-736.cs">
40434     <type name="TestGeneric`1[T]">
40435       <method name="Void add_Event(System.EventHandler)">
40436         <size>24</size>
40437       </method>
40438       <method name="Void remove_Event(System.EventHandler)">
40439         <size>24</size>
40440       </method>
40441       <method name="Void Raise()">
40442         <size>18</size>
40443       </method>
40444       <method name="Void .ctor()">
40445         <size>7</size>
40446       </method>
40447     </type>
40448     <type name="TestGeneric2`1[T]">
40449       <method name="Void add_Event(TestGeneric2`1+GenericHandler[T])">
40450         <size>24</size>
40451       </method>
40452       <method name="Void remove_Event(TestGeneric2`1+GenericHandler[T])">
40453         <size>24</size>
40454       </method>
40455       <method name="Void Raise()">
40456         <size>21</size>
40457       </method>
40458       <method name="Void .ctor()">
40459         <size>7</size>
40460       </method>
40461     </type>
40462     <type name="Test">
40463       <method name="Void add_Event(System.EventHandler)">
40464         <size>24</size>
40465       </method>
40466       <method name="Void remove_Event(System.EventHandler)">
40467         <size>24</size>
40468       </method>
40469       <method name="Void Raise()">
40470         <size>18</size>
40471       </method>
40472       <method name="Void Main()">
40473         <size>1</size>
40474       </method>
40475       <method name="Void .ctor()">
40476         <size>7</size>
40477       </method>
40478     </type>
40479     <type name="TestGeneric2`1+GenericHandler[T]">
40480       <method name="Void Invoke(T)">
40481         <size>0</size>
40482       </method>
40483       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
40484         <size>0</size>
40485       </method>
40486       <method name="Void EndInvoke(IAsyncResult)">
40487         <size>0</size>
40488       </method>
40489       <method name="Void .ctor(Object, IntPtr)">
40490         <size>0</size>
40491       </method>
40492     </type>
40493   </test>
40494   <test name="test-737.cs">
40495     <type name="Breaks">
40496       <method name="Double get_Item(Int32, Int32)">
40497         <size>7</size>
40498       </method>
40499       <method name="Void set_Item(Int32, Int32, Double)">
40500         <size>8</size>
40501       </method>
40502       <method name="Void .ctor(Double)">
40503         <size>8</size>
40504       </method>
40505     </type>
40506     <type name="Tester">
40507       <method name="Int32 Main()">
40508         <size>74</size>
40509       </method>
40510       <method name="Void .ctor()">
40511         <size>7</size>
40512       </method>
40513     </type>
40514   </test>
40515   <test name="test-738.cs">
40516     <type name="TestNamespace.ResumableInputStream">
40517       <method name="Void Main()">
40518         <size>1</size>
40519       </method>
40520       <method name="Void .ctor()">
40521         <size>18</size>
40522       </method>
40523     </type>
40524   </test>
40525   <test name="test-739.cs">
40526     <type name="X">
40527       <method name="Void Finalize()">
40528         <size>19</size>
40529       </method>
40530       <method name="Void Foo()">
40531         <size>1</size>
40532       </method>
40533       <method name="Int32 Main()">
40534         <size>89</size>
40535       </method>
40536       <method name="Void .ctor()">
40537         <size>7</size>
40538       </method>
40539     </type>
40540   </test>
40541   <test name="test-74.cs">
40542     <type name="X">
40543       <method name="Void .ctor()">
40544         <size>7</size>
40545       </method>
40546       <method name="Int32 Main()">
40547         <size>168</size>
40548       </method>
40549     </type>
40550   </test>
40551   <test name="test-740.cs">
40552     <type name="FixedTest">
40553       <method name="Int32 Main()">
40554         <size>336</size>
40555       </method>
40556       <method name="Void .ctor()">
40557         <size>7</size>
40558       </method>
40559     </type>
40560     <type name="FixedTest+TValue">
40561       <method name="System.String ToString()">
40562         <size>17</size>
40563       </method>
40564       <method name="Void .ctor(Int64)">
40565         <size>28</size>
40566       </method>
40567     </type>
40568   </test>
40569   <test name="test-741.cs">
40570     <type name="Test">
40571       <method name="Void test()">
40572         <size>18</size>
40573       </method>
40574       <method name="Void Main()">
40575         <size>1</size>
40576       </method>
40577       <method name="Void .ctor()">
40578         <size>7</size>
40579       </method>
40580     </type>
40581   </test>
40582   <test name="test-742.cs">
40583     <type name="Test">
40584       <method name="Test Set(C)">
40585         <size>20</size>
40586       </method>
40587     </type>
40588     <type name="C">
40589       <method name="Void .ctor()">
40590         <size>7</size>
40591       </method>
40592     </type>
40593     <type name="Driver">
40594       <method name="Int32 Main()">
40595         <size>41</size>
40596       </method>
40597       <method name="Void .ctor()">
40598         <size>7</size>
40599       </method>
40600     </type>
40601   </test>
40602   <test name="test-743.cs">
40603     <type name="C">
40604       <method name="Void Main()">
40605         <size>11</size>
40606       </method>
40607       <method name="Void Test()">
40608         <size>30</size>
40609       </method>
40610       <method name="Void .ctor()">
40611         <size>7</size>
40612       </method>
40613     </type>
40614   </test>
40615   <test name="test-744.cs">
40616     <type name="M">
40617       <method name="Void Main()">
40618         <size>7</size>
40619       </method>
40620       <method name="Void .ctor()">
40621         <size>7</size>
40622       </method>
40623     </type>
40624     <type name="M+Nested">
40625       <method name="Void Extra()">
40626         <size>1</size>
40627       </method>
40628       <method name="Void .ctor()">
40629         <size>7</size>
40630       </method>
40631     </type>
40632     <type name="A">
40633       <method name="Void AMethod()">
40634         <size>0</size>
40635       </method>
40636       <method name="Void .ctor()">
40637         <size>7</size>
40638       </method>
40639     </type>
40640     <type name="B">
40641       <method name="Void BMethod()">
40642         <size>0</size>
40643       </method>
40644       <method name="Void .ctor()">
40645         <size>7</size>
40646       </method>
40647     </type>
40648     <type name="C">
40649       <method name="Void AMethod()">
40650         <size>1</size>
40651       </method>
40652       <method name="Void BMethod()">
40653         <size>1</size>
40654       </method>
40655       <method name="Void Extra()">
40656         <size>0</size>
40657       </method>
40658       <method name="Void .ctor()">
40659         <size>7</size>
40660       </method>
40661     </type>
40662   </test>
40663   <test name="test-745.cs">
40664     <type name="C">
40665       <method name="Void Main()">
40666         <size>28</size>
40667       </method>
40668       <method name="Void .ctor()">
40669         <size>7</size>
40670       </method>
40671     </type>
40672   </test>
40673   <test name="test-746.cs">
40674     <type name="Test">
40675       <method name="Void Foo(IListCounter)">
40676         <size>8</size>
40677       </method>
40678       <method name="Void Main()">
40679         <size>1</size>
40680       </method>
40681       <method name="Void .ctor()">
40682         <size>7</size>
40683       </method>
40684     </type>
40685   </test>
40686   <test name="test-747.cs">
40687     <type name="B">
40688       <method name="Void .ctor()">
40689         <size>7</size>
40690       </method>
40691     </type>
40692     <type name="B+BNested">
40693       <method name="Void .ctor()">
40694         <size>7</size>
40695       </method>
40696     </type>
40697     <type name="A">
40698       <method name="Void .ctor()">
40699         <size>7</size>
40700       </method>
40701     </type>
40702     <type name="AA">
40703       <method name="Void .ctor()">
40704         <size>7</size>
40705       </method>
40706     </type>
40707     <type name="AA+ANested">
40708       <method name="Void .ctor()">
40709         <size>7</size>
40710       </method>
40711     </type>
40712     <type name="M">
40713       <method name="Void Main()">
40714         <size>1</size>
40715       </method>
40716       <method name="Void .ctor()">
40717         <size>7</size>
40718       </method>
40719     </type>
40720   </test>
40721   <test name="test-748.cs">
40722     <type name="M">
40723       <method name="RealTest.Foo Test()">
40724         <size>6</size>
40725       </method>
40726       <method name="Void Main()">
40727         <size>1</size>
40728       </method>
40729       <method name="Void .ctor()">
40730         <size>7</size>
40731       </method>
40732     </type>
40733     <type name="Test.Local.M">
40734       <method name="RealTest.Foo Test()">
40735         <size>6</size>
40736       </method>
40737       <method name="Void .ctor()">
40738         <size>7</size>
40739       </method>
40740     </type>
40741     <type name="RealTest.Foo">
40742       <method name="Void .ctor()">
40743         <size>7</size>
40744       </method>
40745     </type>
40746   </test>
40747   <test name="test-749.cs">
40748     <type name="M">
40749       <method name="Void Main()">
40750         <size>14</size>
40751       </method>
40752       <method name="Void .ctor()">
40753         <size>7</size>
40754       </method>
40755     </type>
40756   </test>
40757   <test name="test-75.cs">
40758     <type name="X">
40759       <method name="Void .ctor()">
40760         <size>7</size>
40761       </method>
40762       <method name="Void .cctor()">
40763         <size>1</size>
40764       </method>
40765       <method name="X op_Addition(X, X)">
40766         <size>8</size>
40767       </method>
40768     </type>
40769     <type name="Y">
40770       <method name="Void .ctor()">
40771         <size>7</size>
40772       </method>
40773     </type>
40774     <type name="Z">
40775       <method name="Void .ctor()">
40776         <size>7</size>
40777       </method>
40778     </type>
40779     <type name="driver">
40780       <method name="Void .ctor()">
40781         <size>7</size>
40782       </method>
40783       <method name="Int32 Main()">
40784         <size>34</size>
40785       </method>
40786     </type>
40787   </test>
40788   <test name="test-750.cs">
40789     <type name="M">
40790       <method name="Void Main()">
40791         <size>1</size>
40792       </method>
40793       <method name="Void .ctor()">
40794         <size>7</size>
40795       </method>
40796     </type>
40797   </test>
40798   <test name="test-751.cs">
40799     <type name="LocalNS.Compiler">
40800       <method name="Void .ctor()">
40801         <size>7</size>
40802       </method>
40803     </type>
40804     <type name="System.Local.M">
40805       <method name="Void Main()">
40806         <size>7</size>
40807       </method>
40808       <method name="Void .ctor()">
40809         <size>7</size>
40810       </method>
40811     </type>
40812   </test>
40813   <test name="test-752.cs">
40814     <type name="M">
40815       <method name="Void Main()">
40816         <size>1</size>
40817       </method>
40818       <method name="Void .ctor()">
40819         <size>7</size>
40820       </method>
40821     </type>
40822   </test>
40823   <test name="test-753.cs">
40824     <type name="AI2">
40825       <method name="System.String IA.get_val()">
40826         <size>6</size>
40827       </method>
40828       <method name="Void IA.set_val(System.String)">
40829         <size>1</size>
40830       </method>
40831       <method name="Int32 get_val()">
40832         <size>3</size>
40833       </method>
40834       <method name="Void set_val(Int32)">
40835         <size>1</size>
40836       </method>
40837       <method name="Void stuff(IAI2)">
40838         <size>13</size>
40839       </method>
40840       <method name="Void Main()">
40841         <size>1</size>
40842       </method>
40843       <method name="Void .ctor()">
40844         <size>7</size>
40845       </method>
40846     </type>
40847   </test>
40848   <test name="test-754.cs">
40849     <type name="Bug.D">
40850       <method name="Void Invoke()">
40851         <size>0</size>
40852       </method>
40853       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40854         <size>0</size>
40855       </method>
40856       <method name="Void EndInvoke(IAsyncResult)">
40857         <size>0</size>
40858       </method>
40859       <method name="Void .ctor(Object, IntPtr)">
40860         <size>0</size>
40861       </method>
40862     </type>
40863     <type name="Bug.A">
40864       <method name="Void add_E(Bug.D)">
40865         <size>0</size>
40866       </method>
40867       <method name="Void remove_E(Bug.D)">
40868         <size>0</size>
40869       </method>
40870       <method name="Void .ctor()">
40871         <size>7</size>
40872       </method>
40873     </type>
40874     <type name="Bug.B">
40875       <method name="Void add_E(Bug.D)">
40876         <size>1</size>
40877       </method>
40878       <method name="Void remove_E(Bug.D)">
40879         <size>1</size>
40880       </method>
40881       <method name="Void .ctor()">
40882         <size>7</size>
40883       </method>
40884     </type>
40885     <type name="Bug.M">
40886       <method name="Void Main()">
40887         <size>1</size>
40888       </method>
40889       <method name="Void .ctor()">
40890         <size>7</size>
40891       </method>
40892     </type>
40893   </test>
40894   <test name="test-755.cs">
40895     <type name="Item">
40896       <method name="Void .ctor()">
40897         <size>7</size>
40898       </method>
40899       <method name="Void .cctor()">
40900         <size>8</size>
40901       </method>
40902     </type>
40903     <type name="Item+Builder">
40904       <method name="Int32 get_Foo()">
40905         <size>6</size>
40906       </method>
40907       <method name="System.Object get_Item(Int32)">
40908         <size>2</size>
40909       </method>
40910       <method name="System.Object get_Item(Int32, Int32)">
40911         <size>2</size>
40912       </method>
40913       <method name="Void .ctor()">
40914         <size>7</size>
40915       </method>
40916     </type>
40917     <type name="Program">
40918       <method name="Void Main()">
40919         <size>1</size>
40920       </method>
40921       <method name="Void .ctor()">
40922         <size>7</size>
40923       </method>
40924     </type>
40925   </test>
40926   <test name="test-756.cs">
40927     <type name="UnsafeTest">
40928       <method name="Void Main()">
40929         <size>12</size>
40930       </method>
40931       <method name="Void .ctor()">
40932         <size>7</size>
40933       </method>
40934     </type>
40935   </test>
40936   <test name="test-757.cs">
40937     <type name="TestClass1">
40938       <method name="Void Test()">
40939         <size>34</size>
40940       </method>
40941       <method name="Int32 Main()">
40942         <size>20</size>
40943       </method>
40944       <method name="Void .ctor()">
40945         <size>7</size>
40946       </method>
40947     </type>
40948     <type name="&lt;PrivateImplementationDetails&gt;">
40949       <method name="Void .ctor()">
40950         <size>7</size>
40951       </method>
40952     </type>
40953   </test>
40954   <test name="test-758.cs">
40955     <type name="C">
40956       <method name="Void Main()">
40957         <size>1</size>
40958       </method>
40959       <method name="Void .ctor()">
40960         <size>7</size>
40961       </method>
40962     </type>
40963     <type name="D">
40964       <method name="Void Finalize()">
40965         <size>13</size>
40966       </method>
40967       <method name="Void .ctor()">
40968         <size>7</size>
40969       </method>
40970     </type>
40971   </test>
40972   <test name="test-76.cs">
40973     <type name="foo">
40974       <method name="Void .ctor()">
40975         <size>7</size>
40976       </method>
40977       <method name="System.String strcat(System.String[])">
40978         <size>47</size>
40979       </method>
40980       <method name="Int32 Main()">
40981         <size>142</size>
40982       </method>
40983     </type>
40984   </test>
40985   <test name="test-760.cs">
40986     <type name="A">
40987       <method name="Void .ctor()">
40988         <size>7</size>
40989       </method>
40990     </type>
40991     <type name="Test">
40992       <method name="Void Main()">
40993         <size>7</size>
40994       </method>
40995       <method name="Void .ctor()">
40996         <size>7</size>
40997       </method>
40998     </type>
40999   </test>
41000   <test name="test-761.cs">
41001     <type name="C">
41002       <method name="Int32 get_I()">
41003         <size>7</size>
41004       </method>
41005       <method name="Void set_I(Int32)">
41006         <size>8</size>
41007       </method>
41008       <method name="Void Main()">
41009         <size>1</size>
41010       </method>
41011       <method name="Void .ctor()">
41012         <size>7</size>
41013       </method>
41014     </type>
41015   </test>
41016   <test name="test-762.cs">
41017     <type name="N1.Derived.Dummy">
41018       <method name="Void .ctor()">
41019         <size>7</size>
41020       </method>
41021     </type>
41022     <type name="N2.Derived.Dummy">
41023       <method name="Void .ctor()">
41024         <size>7</size>
41025       </method>
41026     </type>
41027     <type name="DerivedAttribute">
41028       <method name="Void .ctor()">
41029         <size>7</size>
41030       </method>
41031     </type>
41032     <type name="T">
41033       <method name="Void Main()">
41034         <size>1</size>
41035       </method>
41036       <method name="Void .ctor()">
41037         <size>7</size>
41038       </method>
41039     </type>
41040   </test>
41041   <test name="test-763.cs">
41042     <type name="StaticDelegateWithSameNameAsInstance">
41043       <method name="Void set_MyProvider(StaticDelegateWithSameNameAsInstance+Provider)">
41044         <size>35</size>
41045       </method>
41046       <method name="Void StaticCallback()">
41047         <size>31</size>
41048       </method>
41049       <method name="Void StaticCallback(System.String)">
41050         <size>35</size>
41051       </method>
41052       <method name="Int32 Main()">
41053         <size>36</size>
41054       </method>
41055       <method name="Void .ctor()">
41056         <size>7</size>
41057       </method>
41058       <method name="Void .cctor()">
41059         <size>7</size>
41060       </method>
41061     </type>
41062     <type name="StaticDelegateWithSameNameAsInstance+Provider">
41063       <method name="Void Invoke(System.String)">
41064         <size>0</size>
41065       </method>
41066       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
41067         <size>0</size>
41068       </method>
41069       <method name="Void EndInvoke(IAsyncResult)">
41070         <size>0</size>
41071       </method>
41072       <method name="Void .ctor(Object, IntPtr)">
41073         <size>0</size>
41074       </method>
41075     </type>
41076   </test>
41077   <test name="test-764.cs">
41078     <type name="Item">
41079       <method name="Void .ctor()">
41080         <size>7</size>
41081       </method>
41082       <method name="Void .cctor()">
41083         <size>11</size>
41084       </method>
41085     </type>
41086     <type name="Caller">
41087       <method name="System.String get_Item(System.String)">
41088         <size>2</size>
41089       </method>
41090       <method name="Int32 get_Item(Int32)">
41091         <size>2</size>
41092       </method>
41093       <method name="Void Foo()">
41094         <size>12</size>
41095       </method>
41096       <method name="Void Main()">
41097         <size>1</size>
41098       </method>
41099       <method name="Void .ctor()">
41100         <size>7</size>
41101       </method>
41102     </type>
41103   </test>
41104   <test name="test-765.cs">
41105     <type name="B">
41106       <method name="Void Foo(Int32)">
41107         <size>1</size>
41108       </method>
41109       <method name="Void .ctor()">
41110         <size>7</size>
41111       </method>
41112     </type>
41113     <type name="A">
41114       <method name="Void Foo(System.String)">
41115         <size>1</size>
41116       </method>
41117       <method name="Void .ctor()">
41118         <size>7</size>
41119       </method>
41120     </type>
41121     <type name="Test">
41122       <method name="Void Main()">
41123         <size>11</size>
41124       </method>
41125     </type>
41126   </test>
41127   <test name="test-766.cs">
41128     <type name="A.Color">
41129       <method name="Color get_Base()">
41130         <size>6</size>
41131       </method>
41132       <method name="Color get_NewBase()">
41133         <size>7</size>
41134       </method>
41135       <method name="Void Main()">
41136         <size>1</size>
41137       </method>
41138       <method name="Void .ctor()">
41139         <size>7</size>
41140       </method>
41141     </type>
41142     <type name="B.Color">
41143       <method name="Color From(Int32)">
41144         <size>10</size>
41145       </method>
41146       <method name="Void .cctor()">
41147         <size>15</size>
41148       </method>
41149     </type>
41150   </test>
41151   <test name="test-767.cs">
41152     <type name="Test">
41153       <method name="Int32 Foo()">
41154         <size>2</size>
41155       </method>
41156       <method name="Void Main()">
41157         <size>1</size>
41158       </method>
41159       <method name="Void .ctor()">
41160         <size>7</size>
41161       </method>
41162     </type>
41163     <type name="S">
41164       <method name="Test get_Test()">
41165         <size>6</size>
41166       </method>
41167       <method name="Void .cctor()">
41168         <size>11</size>
41169       </method>
41170     </type>
41171   </test>
41172   <test name="test-768.cs">
41173     <type name="A.N.Wrong">
41174       <method name="Void .ctor()">
41175         <size>7</size>
41176       </method>
41177     </type>
41178     <type name="N.C">
41179       <method name="Void .ctor()">
41180         <size>7</size>
41181       </method>
41182     </type>
41183     <type name="X.TestClass">
41184       <method name="Void Main()">
41185         <size>7</size>
41186       </method>
41187       <method name="Void .ctor()">
41188         <size>7</size>
41189       </method>
41190     </type>
41191   </test>
41192   <test name="test-769.cs">
41193     <type name="C">
41194       <method name="Void I.Clear()">
41195         <size>1</size>
41196       </method>
41197       <method name="Void Clear()">
41198         <size>1</size>
41199       </method>
41200       <method name="Int32 Main()">
41201         <size>114</size>
41202       </method>
41203       <method name="Void .ctor()">
41204         <size>7</size>
41205       </method>
41206     </type>
41207   </test>
41208   <test name="test-77.cs">
41209     <type name="XX">
41210       <method name="Void .ctor()">
41211         <size>7</size>
41212       </method>
41213       <method name="Int32 Main()">
41214         <size>220</size>
41215       </method>
41216     </type>
41217   </test>
41218   <test name="test-770.cs">
41219     <type name="MyClass">
41220       <method name="Void Main()">
41221         <size>13</size>
41222       </method>
41223       <method name="Void .ctor()">
41224         <size>7</size>
41225       </method>
41226     </type>
41227     <type name="MyClass+A">
41228       <method name="Void add_MouseClick(System.EventHandler)">
41229         <size>24</size>
41230       </method>
41231       <method name="Void remove_MouseClick(System.EventHandler)">
41232         <size>24</size>
41233       </method>
41234       <method name="Void .ctor()">
41235         <size>7</size>
41236       </method>
41237     </type>
41238     <type name="MyClass+B">
41239       <method name="Void add_MouseClick(System.EventHandler)">
41240         <size>24</size>
41241       </method>
41242       <method name="Void remove_MouseClick(System.EventHandler)">
41243         <size>24</size>
41244       </method>
41245       <method name="Void .ctor()">
41246         <size>7</size>
41247       </method>
41248     </type>
41249     <type name="MyClass+C">
41250       <method name="Void MouseClick()">
41251         <size>11</size>
41252       </method>
41253       <method name="Void .ctor()">
41254         <size>7</size>
41255       </method>
41256     </type>
41257   </test>
41258   <test name="test-771.cs">
41259     <type name="InternalAccess.Base">
41260       <method name="System.String get_Prop()">
41261         <size>6</size>
41262       </method>
41263       <method name="Void .ctor()">
41264         <size>7</size>
41265       </method>
41266     </type>
41267     <type name="InternalAccess.DerivedInternalExample">
41268       <method name="System.String get_Prop()">
41269         <size>6</size>
41270       </method>
41271       <method name="Void .ctor()">
41272         <size>7</size>
41273       </method>
41274     </type>
41275     <type name="InternalAccess.DerivedProtectedExample">
41276       <method name="System.String get_Prop()">
41277         <size>6</size>
41278       </method>
41279       <method name="Void .ctor()">
41280         <size>7</size>
41281       </method>
41282     </type>
41283     <type name="InternalAccess.MainClass">
41284       <method name="Int32 Main()">
41285         <size>60</size>
41286       </method>
41287       <method name="Void .ctor()">
41288         <size>7</size>
41289       </method>
41290     </type>
41291   </test>
41292   <test name="test-772.cs">
41293     <type name="Test">
41294       <method name="Void Main()">
41295         <size>14</size>
41296       </method>
41297       <method name="Void .ctor()">
41298         <size>7</size>
41299       </method>
41300     </type>
41301     <type name="Foo">
41302       <method name="Void .ctor(Object)">
41303         <size>17</size>
41304       </method>
41305       <method name="Void .ctor(String, Object[])">
41306         <size>7</size>
41307       </method>
41308     </type>
41309   </test>
41310   <test name="test-773.cs">
41311     <type name="Foo">
41312       <method name="Int32 get_Item(Int32)">
41313         <size>3</size>
41314       </method>
41315       <method name="Int32 IFoo.get_Bar(Int32)">
41316         <size>8</size>
41317       </method>
41318       <method name="Void .ctor()">
41319         <size>7</size>
41320       </method>
41321     </type>
41322     <type name="Bar">
41323       <method name="Int32 get_Baz(Int32)">
41324         <size>0</size>
41325       </method>
41326       <method name="Void .ctor()">
41327         <size>7</size>
41328       </method>
41329     </type>
41330     <type name="Babar">
41331       <method name="Int32 get_Baz(Int32)">
41332         <size>3</size>
41333       </method>
41334       <method name="Void .ctor()">
41335         <size>7</size>
41336       </method>
41337     </type>
41338     <type name="Test">
41339       <method name="Int32 Main()">
41340         <size>56</size>
41341       </method>
41342       <method name="Void .ctor()">
41343         <size>7</size>
41344       </method>
41345     </type>
41346   </test>
41347   <test name="test-774.cs">
41348     <type name="C">
41349       <method name="Int32 I.get_Item(Int32)">
41350         <size>2</size>
41351       </method>
41352       <method name="Void I.set_Item(Int32, Int32)">
41353         <size>1</size>
41354       </method>
41355       <method name="Int32 get_Item(Int32)">
41356         <size>2</size>
41357       </method>
41358       <method name="Void set_Item(Int32, Int32)">
41359         <size>1</size>
41360       </method>
41361       <method name="Void Main()">
41362         <size>1</size>
41363       </method>
41364       <method name="Void .ctor()">
41365         <size>7</size>
41366       </method>
41367     </type>
41368   </test>
41369   <test name="test-775.cs">
41370     <type name="C">
41371       <method name="Void A.add_Member(System.EventHandler)">
41372         <size>34</size>
41373       </method>
41374       <method name="Void A.remove_Member(System.EventHandler)">
41375         <size>24</size>
41376       </method>
41377       <method name="Void add_Member(System.EventHandler)">
41378         <size>34</size>
41379       </method>
41380       <method name="Void remove_Member(System.EventHandler)">
41381         <size>24</size>
41382       </method>
41383       <method name="Void .ctor()">
41384         <size>7</size>
41385       </method>
41386     </type>
41387     <type name="Test">
41388       <method name="Int32 Main()">
41389         <size>11</size>
41390       </method>
41391       <method name="Int32 TestMe()">
41392         <size>155</size>
41393       </method>
41394       <method name="Void f(System.Object, System.EventArgs)">
41395         <size>1</size>
41396       </method>
41397       <method name="Void .ctor()">
41398         <size>7</size>
41399       </method>
41400     </type>
41401   </test>
41402   <test name="test-776.cs">
41403     <type name="First">
41404       <method name="System.Object get_Item(System.String)">
41405         <size>6</size>
41406       </method>
41407       <method name="Void set_Item(System.String, System.Object)">
41408         <size>1</size>
41409       </method>
41410       <method name="Void .ctor()">
41411         <size>7</size>
41412       </method>
41413     </type>
41414     <type name="Second">
41415       <method name="System.Object get_Item(System.String)">
41416         <size>6</size>
41417       </method>
41418       <method name="Void set_Item(System.String, System.Object)">
41419         <size>1</size>
41420       </method>
41421       <method name="Void .ctor()">
41422         <size>7</size>
41423       </method>
41424     </type>
41425     <type name="Third">
41426       <method name="System.Object get_Item(System.String)">
41427         <size>8</size>
41428       </method>
41429       <method name="Void set_Item(System.String, System.Object)">
41430         <size>1</size>
41431       </method>
41432       <method name="Void .ctor()">
41433         <size>7</size>
41434       </method>
41435     </type>
41436     <type name="a">
41437       <method name="Int32 Main(System.String[])">
41438         <size>31</size>
41439       </method>
41440       <method name="Void .ctor()">
41441         <size>7</size>
41442       </method>
41443     </type>
41444   </test>
41445   <test name="test-777.cs">
41446     <type name="MediaStore">
41447       <method name="Void Main()">
41448         <size>1</size>
41449       </method>
41450       <method name="Void .ctor()">
41451         <size>7</size>
41452       </method>
41453     </type>
41454     <type name="MediaStore+Thing">
41455       <method name="Void .ctor()">
41456         <size>7</size>
41457       </method>
41458     </type>
41459   </test>
41460   <test name="test-778.cs">
41461     <type name="A">
41462       <method name="Int32 Test()">
41463         <size>6</size>
41464       </method>
41465       <method name="Void .ctor()">
41466         <size>7</size>
41467       </method>
41468     </type>
41469     <type name="B">
41470       <method name="Int32 Test()">
41471         <size>12</size>
41472       </method>
41473       <method name="Void Test(System.Object[])">
41474         <size>1</size>
41475       </method>
41476       <method name="Void Test(System.Object[], System.String)">
41477         <size>1</size>
41478       </method>
41479       <method name="Void .ctor()">
41480         <size>7</size>
41481       </method>
41482     </type>
41483     <type name="C">
41484       <method name="Void Test(System.Object[], System.String)">
41485         <size>1</size>
41486       </method>
41487       <method name="Void .ctor()">
41488         <size>7</size>
41489       </method>
41490     </type>
41491     <type name="D">
41492       <method name="Int32 Test()">
41493         <size>7</size>
41494       </method>
41495       <method name="Void .ctor()">
41496         <size>7</size>
41497       </method>
41498     </type>
41499     <type name="T">
41500       <method name="Int32 Main()">
41501         <size>22</size>
41502       </method>
41503       <method name="Void .ctor()">
41504         <size>7</size>
41505       </method>
41506     </type>
41507   </test>
41508   <test name="test-779.cs">
41509     <type name="Test">
41510       <method name="Int32 Main()">
41511         <size>20</size>
41512       </method>
41513       <method name="Boolean test1(Int64, Int64)">
41514         <size>14</size>
41515       </method>
41516     </type>
41517   </test>
41518   <test name="test-78.cs">
41519     <type name="N1.B">
41520       <method name="Void .ctor()">
41521         <size>7</size>
41522       </method>
41523       <method name="Boolean ShortCasting()">
41524         <size>19</size>
41525       </method>
41526       <method name="Boolean IntCasting()">
41527         <size>18</size>
41528       </method>
41529       <method name="Int32 Main()">
41530         <size>26</size>
41531       </method>
41532     </type>
41533   </test>
41534   <test name="test-780.cs">
41535     <type name="MonoVirtuals.X">
41536       <method name="Void .ctor()">
41537         <size>7</size>
41538       </method>
41539     </type>
41540     <type name="MonoVirtuals.Y">
41541       <method name="Void .ctor()">
41542         <size>7</size>
41543       </method>
41544     </type>
41545     <type name="MonoVirtuals.A">
41546       <method name="Int32 f(MonoVirtuals.X)">
41547         <size>12</size>
41548       </method>
41549       <method name="Int32 f(MonoVirtuals.Y)">
41550         <size>13</size>
41551       </method>
41552       <method name="Int32 get_Item(MonoVirtuals.X)">
41553         <size>12</size>
41554       </method>
41555       <method name="Int32 get_Item(MonoVirtuals.Y)">
41556         <size>13</size>
41557       </method>
41558       <method name="Void .ctor()">
41559         <size>7</size>
41560       </method>
41561     </type>
41562     <type name="MonoVirtuals.B">
41563       <method name="Int32 f(MonoVirtuals.X)">
41564         <size>19</size>
41565       </method>
41566       <method name="Int32 get_Item(MonoVirtuals.X)">
41567         <size>19</size>
41568       </method>
41569       <method name="Void .ctor()">
41570         <size>7</size>
41571       </method>
41572     </type>
41573     <type name="MonoVirtuals.C">
41574       <method name="Int32 f(MonoVirtuals.X)">
41575         <size>18</size>
41576       </method>
41577       <method name="Int32 f(MonoVirtuals.Y)">
41578         <size>18</size>
41579       </method>
41580       <method name="Int32 get_Item(MonoVirtuals.X)">
41581         <size>18</size>
41582       </method>
41583       <method name="Int32 get_Item(MonoVirtuals.Y)">
41584         <size>18</size>
41585       </method>
41586       <method name="Void .ctor()">
41587         <size>7</size>
41588       </method>
41589     </type>
41590     <type name="MonoVirtuals.MainClass">
41591       <method name="Int32 Main()">
41592         <size>46</size>
41593       </method>
41594       <method name="Void .ctor()">
41595         <size>7</size>
41596       </method>
41597     </type>
41598   </test>
41599   <test name="test-781.cs">
41600     <type name="D">
41601       <method name="Void Invoke()">
41602         <size>0</size>
41603       </method>
41604       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41605         <size>0</size>
41606       </method>
41607       <method name="Void EndInvoke(IAsyncResult)">
41608         <size>0</size>
41609       </method>
41610       <method name="Void .ctor(Object, IntPtr)">
41611         <size>0</size>
41612       </method>
41613     </type>
41614     <type name="E">
41615       <method name="Void add_temp(D)">
41616         <size>24</size>
41617       </method>
41618       <method name="Void remove_temp(D)">
41619         <size>24</size>
41620       </method>
41621       <method name="Void .ctor()">
41622         <size>7</size>
41623       </method>
41624     </type>
41625     <type name="A">
41626       <method name="E get_Prop()">
41627         <size>6</size>
41628       </method>
41629       <method name="Void Test()">
41630         <size>41</size>
41631       </method>
41632       <method name="Void Main()">
41633         <size>13</size>
41634       </method>
41635       <method name="Void &lt;Test&gt;m__0()">
41636         <size>1</size>
41637       </method>
41638       <method name="Void .ctor()">
41639         <size>7</size>
41640       </method>
41641     </type>
41642   </test>
41643   <test name="test-782.cs">
41644     <type name="Test">
41645       <method name="Void Main()">
41646         <size>1</size>
41647       </method>
41648       <method name="Void .ctor()">
41649         <size>7</size>
41650       </method>
41651     </type>
41652   </test>
41653   <test name="test-783.cs">
41654     <type name="C">
41655       <method name="Void Main()">
41656         <size>25</size>
41657       </method>
41658       <method name="Void M(E)">
41659         <size>1</size>
41660       </method>
41661       <method name="Void .ctor()">
41662         <size>7</size>
41663       </method>
41664     </type>
41665   </test>
41666   <test name="test-784.cs">
41667     <type name="A">
41668       <method name="Int32 get_Item(Int32)">
41669         <size>6</size>
41670       </method>
41671       <method name="Void set_Item(Int32, Int32)">
41672         <size>8</size>
41673       </method>
41674       <method name="Void .ctor()">
41675         <size>15</size>
41676       </method>
41677     </type>
41678     <type name="B">
41679       <method name="Int32 get_Item(Int32)">
41680         <size>7</size>
41681       </method>
41682       <method name="Void .ctor()">
41683         <size>7</size>
41684       </method>
41685     </type>
41686     <type name="C">
41687       <method name="Int32 get_Item(Int32)">
41688         <size>8</size>
41689       </method>
41690       <method name="Void set_Item(Int32, Int32)">
41691         <size>9</size>
41692       </method>
41693       <method name="Int32 Main()">
41694         <size>52</size>
41695       </method>
41696       <method name="Void .ctor()">
41697         <size>7</size>
41698       </method>
41699     </type>
41700   </test>
41701   <test name="test-785.cs">
41702     <type name="Base">
41703       <method name="Int32 get_Prop()">
41704         <size>0</size>
41705       </method>
41706       <method name="Void set_Prop(Int32)">
41707         <size>0</size>
41708       </method>
41709       <method name="Int32 get_Item(Int32)">
41710         <size>0</size>
41711       </method>
41712       <method name="Void TestVoid()">
41713         <size>0</size>
41714       </method>
41715       <method name="Void TestInt(Int32)">
41716         <size>0</size>
41717       </method>
41718       <method name="Void .ctor()">
41719         <size>7</size>
41720       </method>
41721     </type>
41722     <type name="DeriveVTable">
41723       <method name="Int32 get_Prop()">
41724         <size>2</size>
41725       </method>
41726       <method name="Int32 get_Item(Int32)">
41727         <size>2</size>
41728       </method>
41729       <method name="Void TestVoid()">
41730         <size>1</size>
41731       </method>
41732       <method name="Void TestInt(Int32)">
41733         <size>1</size>
41734       </method>
41735       <method name="Void .ctor()">
41736         <size>7</size>
41737       </method>
41738     </type>
41739     <type name="NewVTable">
41740       <method name="Int32 get_Prop()">
41741         <size>0</size>
41742       </method>
41743       <method name="Int32 get_Item(Int32)">
41744         <size>2</size>
41745       </method>
41746       <method name="Void TestVoid()">
41747         <size>1</size>
41748       </method>
41749       <method name="Void TestInt(Int32)">
41750         <size>1</size>
41751       </method>
41752       <method name="Void Overload()">
41753         <size>1</size>
41754       </method>
41755       <method name="Void Overload(Int32)">
41756         <size>1</size>
41757       </method>
41758       <method name="Void Main()">
41759         <size>1</size>
41760       </method>
41761       <method name="Void .ctor()">
41762         <size>7</size>
41763       </method>
41764     </type>
41765   </test>
41766   <test name="test-786.cs">
41767     <type name="A">
41768       <method name="System.String op_Implicit(A)">
41769         <size>18</size>
41770       </method>
41771       <method name="System.Delegate op_Implicit(A)">
41772         <size>2</size>
41773       </method>
41774       <method name="Void .ctor()">
41775         <size>7</size>
41776       </method>
41777     </type>
41778     <type name="B">
41779       <method name="System.String op_Implicit(B)">
41780         <size>18</size>
41781       </method>
41782     </type>
41783     <type name="D">
41784       <method name="System.Delegate op_Implicit(D)">
41785         <size>14</size>
41786       </method>
41787     </type>
41788     <type name="E">
41789       <method name="Boolean op_Implicit(E)">
41790         <size>14</size>
41791       </method>
41792     </type>
41793     <type name="Program">
41794       <method name="Int32 Main()">
41795         <size>372</size>
41796       </method>
41797       <method name="Void .ctor()">
41798         <size>7</size>
41799       </method>
41800     </type>
41801   </test>
41802   <test name="test-787.cs">
41803     <type name="A">
41804       <method name="Void set_Prop(System.String)">
41805         <size>1</size>
41806       </method>
41807       <method name="System.String get_Prop()">
41808         <size>2</size>
41809       </method>
41810       <method name="Int32 Field()">
41811         <size>2</size>
41812       </method>
41813       <method name="Void .ctor()">
41814         <size>7</size>
41815       </method>
41816     </type>
41817     <type name="B">
41818       <method name="Void set_Prop(System.String)">
41819         <size>1</size>
41820       </method>
41821       <method name="System.String get_Prop()">
41822         <size>6</size>
41823       </method>
41824       <method name="Void .ctor()">
41825         <size>7</size>
41826       </method>
41827     </type>
41828     <type name="Test">
41829       <method name="Void Main()">
41830         <size>1</size>
41831       </method>
41832       <method name="Void .ctor()">
41833         <size>7</size>
41834       </method>
41835     </type>
41836   </test>
41837   <test name="test-788.cs">
41838     <type name="Program">
41839       <method name="Int32 Main()">
41840         <size>31</size>
41841       </method>
41842       <method name="Void .ctor()">
41843         <size>7</size>
41844       </method>
41845     </type>
41846     <type name="A">
41847       <method name="System.String get_Message()">
41848         <size>6</size>
41849       </method>
41850       <method name="Void .ctor()">
41851         <size>7</size>
41852       </method>
41853     </type>
41854     <type name="B">
41855       <method name="System.String get_Message()">
41856         <size>6</size>
41857       </method>
41858       <method name="Void .ctor()">
41859         <size>7</size>
41860       </method>
41861     </type>
41862   </test>
41863   <test name="test-789.cs">
41864     <type name="Program">
41865       <method name="Void Main()">
41866         <size>76</size>
41867       </method>
41868       <method name="Void &lt;Main&gt;m__0()">
41869         <size>7</size>
41870       </method>
41871       <method name="Void .ctor()">
41872         <size>7</size>
41873       </method>
41874     </type>
41875   </test>
41876   <test name="test-79.cs">
41877     <type name="X">
41878       <method name="Void .ctor()">
41879         <size>7</size>
41880       </method>
41881       <method name="Int32 Main()">
41882         <size>40</size>
41883       </method>
41884     </type>
41885   </test>
41886   <test name="test-790.cs">
41887     <type name="S">
41888       <method name="Void .ctor(Double)">
41889         <size>1</size>
41890       </method>
41891     </type>
41892     <type name="Test">
41893       <method name="Void Verify_1(Test ByRef, Test ByRef)">
41894         <size>20</size>
41895       </method>
41896       <method name="Void Verify_2(S ByRef, S ByRef)">
41897         <size>28</size>
41898       </method>
41899       <method name="Void Verify_3(E ByRef, E ByRef)">
41900         <size>9</size>
41901       </method>
41902       <method name="Int32 Main()">
41903         <size>29</size>
41904       </method>
41905     </type>
41906   </test>
41907   <test name="test-791.cs">
41908     <type name="testApp.TestApp">
41909       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41910         <size>12</size>
41911       </method>
41912       <method name="Int32 Main()">
41913         <size>68</size>
41914       </method>
41915       <method name="Boolean GetEnumerator()">
41916         <size>6</size>
41917       </method>
41918       <method name="Void .ctor()">
41919         <size>7</size>
41920       </method>
41921     </type>
41922   </test>
41923   <test name="test-792.cs">
41924     <type name="Program">
41925       <method name="Void Test()">
41926         <size>24</size>
41927       </method>
41928       <method name="Void Main()">
41929         <size>1</size>
41930       </method>
41931       <method name="Void .ctor()">
41932         <size>7</size>
41933       </method>
41934     </type>
41935   </test>
41936   <test name="test-793.cs">
41937     <type name="MonoPointerBugTest.Program">
41938       <method name="Int32 Main()">
41939         <size>43</size>
41940       </method>
41941       <method name="Void .ctor()">
41942         <size>7</size>
41943       </method>
41944     </type>
41945   </test>
41946   <test name="test-794.cs">
41947     <type name="C">
41948       <method name="Void Main()">
41949         <size>11</size>
41950       </method>
41951       <method name="Void TestCallOnly()">
41952         <size>65</size>
41953       </method>
41954       <method name="Void SomeMethod()">
41955         <size>1</size>
41956       </method>
41957       <method name="Void .ctor()">
41958         <size>7</size>
41959       </method>
41960     </type>
41961   </test>
41962   <test name="test-795.cs">
41963     <type name="Test">
41964       <method name="Int32 Main()">
41965         <size>112</size>
41966       </method>
41967       <method name="Void .ctor()">
41968         <size>25</size>
41969       </method>
41970     </type>
41971   </test>
41972   <test name="test-796.cs">
41973     <type name="Program">
41974       <method name="Void Main()">
41975         <size>1</size>
41976       </method>
41977       <method name="Void .ctor()">
41978         <size>7</size>
41979       </method>
41980     </type>
41981     <type name="FooAttribute">
41982       <method name="Void .ctor()">
41983         <size>7</size>
41984       </method>
41985     </type>
41986   </test>
41987   <test name="test-797.cs">
41988     <type name="C">
41989       <method name="Void Main()">
41990         <size>1</size>
41991       </method>
41992       <method name="Void .ctor()">
41993         <size>7</size>
41994       </method>
41995     </type>
41996   </test>
41997   <test name="test-798.cs">
41998     <type name="A">
41999       <method name="Void Foo(Int32 ByRef)">
42000         <size>5</size>
42001       </method>
42002       <method name="Void .ctor()">
42003         <size>7</size>
42004       </method>
42005     </type>
42006     <type name="B">
42007       <method name="Void Foo(Int32 ByRef)">
42008         <size>11</size>
42009       </method>
42010       <method name="Void .ctor()">
42011         <size>7</size>
42012       </method>
42013     </type>
42014     <type name="C">
42015       <method name="Int32 Main()">
42016         <size>24</size>
42017       </method>
42018       <method name="Void .ctor()">
42019         <size>7</size>
42020       </method>
42021     </type>
42022   </test>
42023   <test name="test-799.cs">
42024     <type name="Test2">
42025       <method name="Int32 Main()">
42026         <size>13</size>
42027       </method>
42028       <method name="Void .ctor()">
42029         <size>7</size>
42030       </method>
42031     </type>
42032     <type name="Test2+Foo">
42033       <method name="Void .ctor()">
42034         <size>7</size>
42035       </method>
42036     </type>
42037     <type name="Test2+Bar">
42038       <method name="Void .ctor(Foo)">
42039         <size>7</size>
42040       </method>
42041     </type>
42042   </test>
42043   <test name="test-8.cs">
42044     <type name="X">
42045       <method name="Void .ctor()">
42046         <size>7</size>
42047       </method>
42048       <method name="Int32 Main(System.String[])">
42049         <size>115</size>
42050       </method>
42051     </type>
42052   </test>
42053   <test name="test-80.cs">
42054     <type name="X">
42055       <method name="Void .ctor()">
42056         <size>7</size>
42057       </method>
42058       <method name="Int32 Add(Int32, Int32)">
42059         <size>4</size>
42060       </method>
42061     </type>
42062     <type name="Y">
42063       <method name="Void .ctor()">
42064         <size>7</size>
42065       </method>
42066       <method name="Int32 Main()">
42067         <size>34</size>
42068       </method>
42069       <method name="Int32 A.Add(Int32, Int32)">
42070         <size>9</size>
42071       </method>
42072     </type>
42073   </test>
42074   <test name="test-800.cs">
42075     <type name="C">
42076       <method name="Void Main()">
42077         <size>5</size>
42078       </method>
42079       <method name="Void .ctor()">
42080         <size>7</size>
42081       </method>
42082     </type>
42083   </test>
42084   <test name="test-801.cs">
42085     <type name="C">
42086       <method name="Int32 Main()">
42087         <size>154</size>
42088       </method>
42089       <method name="E op_Implicit(C)">
42090         <size>3</size>
42091       </method>
42092       <method name="Int32 op_Implicit(C)">
42093         <size>2</size>
42094       </method>
42095       <method name="Void .ctor()">
42096         <size>7</size>
42097       </method>
42098     </type>
42099   </test>
42100   <test name="test-81.cs">
42101     <type name="N1.A">
42102       <method name="Void .ctor()">
42103         <size>7</size>
42104       </method>
42105       <method name="Void Bar()">
42106         <size>44</size>
42107       </method>
42108       <method name="Int32 Main()">
42109         <size>71</size>
42110       </method>
42111     </type>
42112   </test>
42113   <test name="test-82.cs">
42114     <type name="N1.N2.B">
42115       <method name="Void .ctor()">
42116         <size>7</size>
42117       </method>
42118       <method name="Void Method(A ByRef)">
42119         <size>1</size>
42120       </method>
42121       <method name="Int32 Main()">
42122         <size>2</size>
42123       </method>
42124     </type>
42125     <type name="N1.N3.B">
42126       <method name="Void .ctor()">
42127         <size>7</size>
42128       </method>
42129       <method name="Void Method(A ByRef)">
42130         <size>1</size>
42131       </method>
42132     </type>
42133   </test>
42134   <test name="test-83.cs">
42135     <type name="PersonArrivedArgs">
42136       <method name="Void .ctor(String)">
42137         <size>14</size>
42138       </method>
42139     </type>
42140     <type name="Greeter">
42141       <method name="Void .ctor(String)">
42142         <size>14</size>
42143       </method>
42144       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
42145         <size>18</size>
42146       </method>
42147     </type>
42148     <type name="Room">
42149       <method name="Void .ctor()">
42150         <size>14</size>
42151       </method>
42152       <method name="Void add_PersonArrived(PersonArrivedHandler)">
42153         <size>24</size>
42154       </method>
42155       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
42156         <size>24</size>
42157       </method>
42158       <method name="Void AddPerson(System.String)">
42159         <size>14</size>
42160       </method>
42161     </type>
42162     <type name="DelegateTest">
42163       <method name="Void .ctor()">
42164         <size>7</size>
42165       </method>
42166       <method name="Int32 Main()">
42167         <size>2</size>
42168       </method>
42169     </type>
42170     <type name="PersonArrivedHandler">
42171       <method name="Void .ctor(Object, IntPtr)">
42172         <size>0</size>
42173       </method>
42174       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
42175         <size>0</size>
42176       </method>
42177       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
42178         <size>0</size>
42179       </method>
42180       <method name="Void EndInvoke(IAsyncResult)">
42181         <size>0</size>
42182       </method>
42183     </type>
42184   </test>
42185   <test name="test-84.cs">
42186     <type name="Ghost">
42187       <method name="Void .ctor()">
42188         <size>7</size>
42189       </method>
42190       <method name="Int32 Main()">
42191         <size>6</size>
42192       </method>
42193     </type>
42194   </test>
42195   <test name="test-85.cs">
42196     <type name="X">
42197       <method name="Void .ctor()">
42198         <size>7</size>
42199       </method>
42200       <method name="Int32 Main()">
42201         <size>20</size>
42202       </method>
42203     </type>
42204   </test>
42205   <test name="test-86.cs">
42206     <type name="T.T">
42207       <method name="Void .ctor()">
42208         <size>7</size>
42209       </method>
42210       <method name="Int32 method1(System.Type, Int32)">
42211         <size>23</size>
42212       </method>
42213       <method name="Int32 method1(System.Type, System.Type[])">
42214         <size>12</size>
42215       </method>
42216       <method name="Int32 method2(System.Type, Int32)">
42217         <size>23</size>
42218       </method>
42219       <method name="Int32 method2(System.Type, System.Type[])">
42220         <size>12</size>
42221       </method>
42222       <method name="Int32 Main()">
42223         <size>36</size>
42224       </method>
42225     </type>
42226   </test>
42227   <test name="test-87.cs">
42228     <type name="Top">
42229       <method name="Void .ctor()">
42230         <size>7</size>
42231       </method>
42232       <method name="Int32 Main()">
42233         <size>58</size>
42234       </method>
42235     </type>
42236     <type name="Top+X">
42237       <method name="Void .ctor()">
42238         <size>7</size>
42239       </method>
42240     </type>
42241     <type name="Top+Y">
42242       <method name="Void .ctor()">
42243         <size>7</size>
42244       </method>
42245     </type>
42246     <type name="Top+XA">
42247       <method name="Void .ctor()">
42248         <size>7</size>
42249       </method>
42250       <method name="Int32 get_one()">
42251         <size>2</size>
42252       </method>
42253     </type>
42254     <type name="Top+XB">
42255       <method name="Void .ctor()">
42256         <size>7</size>
42257       </method>
42258       <method name="Int32 get_one()">
42259         <size>2</size>
42260       </method>
42261       <method name="Int32 get_two()">
42262         <size>2</size>
42263       </method>
42264     </type>
42265     <type name="Other">
42266       <method name="Void .ctor()">
42267         <size>7</size>
42268       </method>
42269       <method name="Void X()">
42270         <size>5</size>
42271       </method>
42272     </type>
42273   </test>
42274   <test name="test-88.cs">
42275     <type name="X">
42276       <method name="Void .ctor()">
42277         <size>7</size>
42278       </method>
42279       <method name="Void f(System.String)">
42280         <size>19</size>
42281       </method>
42282       <method name="Int32 Main()">
42283         <size>63</size>
42284       </method>
42285     </type>
42286     <type name="&lt;PrivateImplementationDetails&gt;">
42287       <method name="Void .ctor()">
42288         <size>7</size>
42289       </method>
42290     </type>
42291   </test>
42292   <test name="test-89.cs">
42293     <type name="X">
42294       <method name="Void .ctor(Int32)">
42295         <size>8</size>
42296       </method>
42297       <method name="X F(Int32)">
42298         <size>7</size>
42299       </method>
42300       <method name="Int32 Main()">
42301         <size>99</size>
42302       </method>
42303     </type>
42304   </test>
42305   <test name="test-9.cs">
42306     <type name="X">
42307       <method name="Void .ctor()">
42308         <size>7</size>
42309       </method>
42310       <method name="Int32 Main(System.String[])">
42311         <size>104</size>
42312       </method>
42313     </type>
42314   </test>
42315   <test name="test-90.cs">
42316     <type name="N1.Blah">
42317       <method name="Void .ctor()">
42318         <size>7</size>
42319       </method>
42320       <method name="Int32 Main()">
42321         <size>2</size>
42322       </method>
42323     </type>
42324   </test>
42325   <test name="test-91.cs">
42326     <type name="Abstract">
42327       <method name="Void .ctor()">
42328         <size>7</size>
42329       </method>
42330     </type>
42331     <type name="Plain">
42332       <method name="Void .ctor()">
42333         <size>7</size>
42334       </method>
42335     </type>
42336     <type name="Test">
42337       <method name="Void .ctor()">
42338         <size>7</size>
42339       </method>
42340       <method name="Void MyProtectedInternal()">
42341         <size>1</size>
42342       </method>
42343       <method name="Void MyInternal()">
42344         <size>1</size>
42345       </method>
42346       <method name="Void MyPublic()">
42347         <size>1</size>
42348       </method>
42349       <method name="Void MyPrivate()">
42350         <size>1</size>
42351       </method>
42352       <method name="Int32 Main()">
42353         <size>242</size>
42354       </method>
42355     </type>
42356   </test>
42357   <test name="test-92.cs">
42358     <type name="Outer">
42359       <method name="Void .ctor()">
42360         <size>7</size>
42361       </method>
42362     </type>
42363     <type name="Outer+Inner">
42364       <method name="Void .ctor()">
42365         <size>7</size>
42366       </method>
42367     </type>
42368     <type name="InnerBase">
42369       <method name="Void .ctor()">
42370         <size>7</size>
42371       </method>
42372     </type>
42373     <type name="MainClass">
42374       <method name="Void .ctor()">
42375         <size>7</size>
42376       </method>
42377       <method name="Int32 Main()">
42378         <size>2</size>
42379       </method>
42380     </type>
42381   </test>
42382   <test name="test-93.cs">
42383     <type name="N1.C">
42384       <method name="Void .ctor()">
42385         <size>7</size>
42386       </method>
42387       <method name="Void method(B ByRef)">
42388         <size>15</size>
42389       </method>
42390     </type>
42391     <type name="Test">
42392       <method name="Void .ctor()">
42393         <size>7</size>
42394       </method>
42395       <method name="Int32 Main()">
42396         <size>15</size>
42397       </method>
42398     </type>
42399   </test>
42400   <test name="test-94.cs">
42401     <type name="Base">
42402       <method name="Void .ctor()">
42403         <size>7</size>
42404       </method>
42405       <method name="Int32 IVehicle.Start()">
42406         <size>2</size>
42407       </method>
42408       <method name="Int32 Stop()">
42409         <size>2</size>
42410       </method>
42411       <method name="Int32 Turn()">
42412         <size>2</size>
42413       </method>
42414     </type>
42415     <type name="Derived1">
42416       <method name="Void .ctor()">
42417         <size>7</size>
42418       </method>
42419       <method name="Int32 Turn()">
42420         <size>2</size>
42421       </method>
42422     </type>
42423     <type name="Derived2">
42424       <method name="Void .ctor()">
42425         <size>7</size>
42426       </method>
42427       <method name="Int32 IVehicle.Start()">
42428         <size>2</size>
42429       </method>
42430       <method name="Int32 IVehicle.Turn()">
42431         <size>2</size>
42432       </method>
42433       <method name="Int32 Stop()">
42434         <size>2</size>
42435       </method>
42436       <method name="Int32 Turn()">
42437         <size>2</size>
42438       </method>
42439     </type>
42440     <type name="Test">
42441       <method name="Void .ctor()">
42442         <size>7</size>
42443       </method>
42444       <method name="Int32 Main()">
42445         <size>88</size>
42446       </method>
42447     </type>
42448   </test>
42449   <test name="test-95.cs">
42450     <type name="X">
42451       <method name="Void .ctor()">
42452         <size>7</size>
42453       </method>
42454       <method name="Int32 Main()">
42455         <size>30</size>
42456       </method>
42457     </type>
42458   </test>
42459   <test name="test-96.cs">
42460     <type name="N1.A">
42461       <method name="Void .ctor()">
42462         <size>7</size>
42463       </method>
42464       <method name="Int32 Main()">
42465         <size>2</size>
42466       </method>
42467     </type>
42468     <type name="N1.C">
42469       <method name="Void .ctor(Object, IntPtr)">
42470         <size>0</size>
42471       </method>
42472       <method name="Void Invoke(System.Object, N1.A)">
42473         <size>0</size>
42474       </method>
42475       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
42476         <size>0</size>
42477       </method>
42478       <method name="Void EndInvoke(IAsyncResult)">
42479         <size>0</size>
42480       </method>
42481     </type>
42482   </test>
42483   <test name="test-97.cs">
42484     <type name="X">
42485       <method name="Void .ctor()">
42486         <size>7</size>
42487       </method>
42488       <method name="Int32 Main()">
42489         <size>2</size>
42490       </method>
42491     </type>
42492   </test>
42493   <test name="test-98.cs">
42494     <type name="X">
42495       <method name="Void .ctor()">
42496         <size>7</size>
42497       </method>
42498       <method name="Void b()">
42499         <size>19</size>
42500       </method>
42501     </type>
42502     <type name="Y">
42503       <method name="Void .ctor()">
42504         <size>7</size>
42505       </method>
42506       <method name="Int32 Main()">
42507         <size>2</size>
42508       </method>
42509     </type>
42510   </test>
42511   <test name="test-99.cs">
42512     <type name="X">
42513       <method name="Void .ctor()">
42514         <size>7</size>
42515       </method>
42516       <method name="Int32 Main()">
42517         <size>104</size>
42518       </method>
42519     </type>
42520   </test>
42521   <test name="test-anon-01.cs">
42522     <type name="X">
42523       <method name="Void .ctor()">
42524         <size>7</size>
42525       </method>
42526       <method name="Int32 Main()">
42527         <size>21</size>
42528       </method>
42529     </type>
42530     <type name="S">
42531       <method name="Void .ctor(Object, IntPtr)">
42532         <size>0</size>
42533       </method>
42534       <method name="Void Invoke()">
42535         <size>0</size>
42536       </method>
42537       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42538         <size>0</size>
42539       </method>
42540       <method name="Void EndInvoke(IAsyncResult)">
42541         <size>0</size>
42542       </method>
42543     </type>
42544     <type name="X+&lt;Main&gt;c__AnonStorey0">
42545       <method name="Void .ctor()">
42546         <size>7</size>
42547       </method>
42548       <method name="Void &lt;&gt;m__0()">
42549         <size>8</size>
42550       </method>
42551     </type>
42552   </test>
42553   <test name="test-anon-02.cs">
42554     <type name="X">
42555       <method name="Void .ctor()">
42556         <size>7</size>
42557       </method>
42558       <method name="Int32 Main()">
42559         <size>151</size>
42560       </method>
42561     </type>
42562     <type name="S">
42563       <method name="Void .ctor(Object, IntPtr)">
42564         <size>0</size>
42565       </method>
42566       <method name="Void Invoke()">
42567         <size>0</size>
42568       </method>
42569       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42570         <size>0</size>
42571       </method>
42572       <method name="Void EndInvoke(IAsyncResult)">
42573         <size>0</size>
42574       </method>
42575     </type>
42576     <type name="X+&lt;Main&gt;c__AnonStorey0">
42577       <method name="Void .ctor()">
42578         <size>7</size>
42579       </method>
42580       <method name="Void &lt;&gt;m__0()">
42581         <size>113</size>
42582       </method>
42583     </type>
42584   </test>
42585   <test name="test-anon-03.cs">
42586     <type name="X">
42587       <method name="Void .ctor()">
42588         <size>7</size>
42589       </method>
42590       <method name="Void Main()">
42591         <size>59</size>
42592       </method>
42593     </type>
42594     <type name="S">
42595       <method name="Void .ctor(Object, IntPtr)">
42596         <size>0</size>
42597       </method>
42598       <method name="Void Invoke()">
42599         <size>0</size>
42600       </method>
42601       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42602         <size>0</size>
42603       </method>
42604       <method name="Void EndInvoke(IAsyncResult)">
42605         <size>0</size>
42606       </method>
42607     </type>
42608     <type name="X+&lt;Main&gt;c__AnonStorey0">
42609       <method name="Void .ctor()">
42610         <size>7</size>
42611       </method>
42612       <method name="Void &lt;&gt;m__0()">
42613         <size>8</size>
42614       </method>
42615     </type>
42616   </test>
42617   <test name="test-anon-04.cs">
42618     <type name="X">
42619       <method name="Void .ctor()">
42620         <size>7</size>
42621       </method>
42622       <method name="Void Main()">
42623         <size>59</size>
42624       </method>
42625     </type>
42626     <type name="S">
42627       <method name="Void .ctor(Object, IntPtr)">
42628         <size>0</size>
42629       </method>
42630       <method name="Void Invoke()">
42631         <size>0</size>
42632       </method>
42633       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42634         <size>0</size>
42635       </method>
42636       <method name="Void EndInvoke(IAsyncResult)">
42637         <size>0</size>
42638       </method>
42639     </type>
42640     <type name="X+&lt;Main&gt;c__AnonStorey0">
42641       <method name="Void .ctor()">
42642         <size>7</size>
42643       </method>
42644       <method name="Void &lt;&gt;m__0()">
42645         <size>30</size>
42646       </method>
42647     </type>
42648   </test>
42649   <test name="test-anon-05.cs">
42650     <type name="X">
42651       <method name="Void .ctor()">
42652         <size>7</size>
42653       </method>
42654       <method name="Int32 Main()">
42655         <size>207</size>
42656       </method>
42657       <method name="Boolean t(Int32, Int32)">
42658         <size>5</size>
42659       </method>
42660     </type>
42661     <type name="S">
42662       <method name="Void .ctor(Object, IntPtr)">
42663         <size>0</size>
42664       </method>
42665       <method name="Void Invoke()">
42666         <size>0</size>
42667       </method>
42668       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42669         <size>0</size>
42670       </method>
42671       <method name="Void EndInvoke(IAsyncResult)">
42672         <size>0</size>
42673       </method>
42674     </type>
42675     <type name="X+&lt;Main&gt;c__AnonStorey1">
42676       <method name="Void .ctor()">
42677         <size>7</size>
42678       </method>
42679       <method name="Void &lt;&gt;m__0()">
42680         <size>76</size>
42681       </method>
42682     </type>
42683     <type name="X+&lt;Main&gt;c__AnonStorey0">
42684       <method name="Void .ctor()">
42685         <size>7</size>
42686       </method>
42687     </type>
42688   </test>
42689   <test name="test-anon-06.cs">
42690     <type name="X">
42691       <method name="Void .ctor()">
42692         <size>7</size>
42693       </method>
42694       <method name="Int32 Main()">
42695         <size>112</size>
42696       </method>
42697     </type>
42698     <type name="S">
42699       <method name="Void .ctor(Object, IntPtr)">
42700         <size>0</size>
42701       </method>
42702       <method name="Void Invoke()">
42703         <size>0</size>
42704       </method>
42705       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42706         <size>0</size>
42707       </method>
42708       <method name="Void EndInvoke(IAsyncResult)">
42709         <size>0</size>
42710       </method>
42711     </type>
42712     <type name="X+&lt;Main&gt;c__AnonStorey0">
42713       <method name="Void .ctor()">
42714         <size>7</size>
42715       </method>
42716       <method name="Void &lt;&gt;m__0()">
42717         <size>18</size>
42718       </method>
42719     </type>
42720   </test>
42721   <test name="test-anon-07.cs">
42722     <type name="X">
42723       <method name="Void .ctor()">
42724         <size>7</size>
42725       </method>
42726       <method name="Int32 Main()">
42727         <size>120</size>
42728       </method>
42729       <method name="Boolean t(Int32, Int32)">
42730         <size>5</size>
42731       </method>
42732     </type>
42733     <type name="D">
42734       <method name="Void .ctor(Object, IntPtr)">
42735         <size>0</size>
42736       </method>
42737       <method name="Void Invoke()">
42738         <size>0</size>
42739       </method>
42740       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42741         <size>0</size>
42742       </method>
42743       <method name="Void EndInvoke(IAsyncResult)">
42744         <size>0</size>
42745       </method>
42746     </type>
42747     <type name="X+&lt;Main&gt;c__AnonStorey0">
42748       <method name="Void .ctor()">
42749         <size>7</size>
42750       </method>
42751       <method name="Void &lt;&gt;m__0()">
42752         <size>18</size>
42753       </method>
42754       <method name="Void &lt;&gt;m__1()">
42755         <size>18</size>
42756       </method>
42757     </type>
42758   </test>
42759   <test name="test-anon-08.cs">
42760     <type name="X">
42761       <method name="Void .ctor()">
42762         <size>7</size>
42763       </method>
42764       <method name="Int32 Main()">
42765         <size>35</size>
42766       </method>
42767     </type>
42768     <type name="S">
42769       <method name="Void .ctor(Object, IntPtr)">
42770         <size>0</size>
42771       </method>
42772       <method name="Void Invoke()">
42773         <size>0</size>
42774       </method>
42775       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42776         <size>0</size>
42777       </method>
42778       <method name="Void EndInvoke(IAsyncResult)">
42779         <size>0</size>
42780       </method>
42781     </type>
42782     <type name="X+&lt;Main&gt;c__AnonStorey0">
42783       <method name="Void .ctor()">
42784         <size>7</size>
42785       </method>
42786       <method name="Void &lt;&gt;m__0()">
42787         <size>13</size>
42788       </method>
42789     </type>
42790   </test>
42791   <test name="test-anon-09.cs">
42792     <type name="X">
42793       <method name="Void .ctor()">
42794         <size>7</size>
42795       </method>
42796       <method name="Int32 Main()">
42797         <size>59</size>
42798       </method>
42799     </type>
42800     <type name="X+D">
42801       <method name="Void .ctor(Object, IntPtr)">
42802         <size>0</size>
42803       </method>
42804       <method name="Void Invoke()">
42805         <size>0</size>
42806       </method>
42807       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42808         <size>0</size>
42809       </method>
42810       <method name="Void EndInvoke(IAsyncResult)">
42811         <size>0</size>
42812       </method>
42813     </type>
42814     <type name="X+&lt;Main&gt;c__AnonStorey0">
42815       <method name="Void .ctor()">
42816         <size>7</size>
42817       </method>
42818       <method name="Void &lt;&gt;m__0()">
42819         <size>49</size>
42820       </method>
42821     </type>
42822   </test>
42823   <test name="test-anon-10.cs">
42824     <type name="S">
42825       <method name="Void .ctor()">
42826         <size>7</size>
42827       </method>
42828       <method name="Void Test()">
42829         <size>105</size>
42830       </method>
42831       <method name="Int32 Main()">
42832         <size>66</size>
42833       </method>
42834     </type>
42835     <type name="S+T">
42836       <method name="Void .ctor(Object, IntPtr)">
42837         <size>0</size>
42838       </method>
42839       <method name="Void Invoke()">
42840         <size>0</size>
42841       </method>
42842       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42843         <size>0</size>
42844       </method>
42845       <method name="Void EndInvoke(IAsyncResult)">
42846         <size>0</size>
42847       </method>
42848     </type>
42849     <type name="S+&lt;Test&gt;c__AnonStorey1">
42850       <method name="Void .ctor()">
42851         <size>7</size>
42852       </method>
42853     </type>
42854     <type name="S+&lt;Test&gt;c__AnonStorey0">
42855       <method name="Void .ctor()">
42856         <size>7</size>
42857       </method>
42858     </type>
42859     <type name="S+&lt;Test&gt;c__AnonStorey1">
42860       <method name="Void &lt;&gt;m__0()">
42861         <size>76</size>
42862       </method>
42863     </type>
42864   </test>
42865   <test name="test-anon-11.cs">
42866     <type name="X">
42867       <method name="Void .ctor()">
42868         <size>7</size>
42869       </method>
42870       <method name="Int32 Main()">
42871         <size>122</size>
42872       </method>
42873     </type>
42874     <type name="D">
42875       <method name="Void .ctor(Object, IntPtr)">
42876         <size>0</size>
42877       </method>
42878       <method name="Void Invoke(Int32)">
42879         <size>0</size>
42880       </method>
42881       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42882         <size>0</size>
42883       </method>
42884       <method name="Void EndInvoke(IAsyncResult)">
42885         <size>0</size>
42886       </method>
42887     </type>
42888     <type name="E">
42889       <method name="Void .ctor(Object, IntPtr)">
42890         <size>0</size>
42891       </method>
42892       <method name="Void Invoke(Int32 ByRef)">
42893         <size>0</size>
42894       </method>
42895       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
42896         <size>0</size>
42897       </method>
42898       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
42899         <size>0</size>
42900       </method>
42901     </type>
42902     <type name="F">
42903       <method name="Void .ctor(Object, IntPtr)">
42904         <size>0</size>
42905       </method>
42906       <method name="Void Invoke(System.Int32[])">
42907         <size>0</size>
42908       </method>
42909       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
42910         <size>0</size>
42911       </method>
42912       <method name="Void EndInvoke(IAsyncResult)">
42913         <size>0</size>
42914       </method>
42915     </type>
42916     <type name="X">
42917       <method name="Void &lt;Main&gt;m__0(Int32)">
42918         <size>1</size>
42919       </method>
42920       <method name="Void &lt;Main&gt;m__1(Int32)">
42921         <size>1</size>
42922       </method>
42923       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
42924         <size>1</size>
42925       </method>
42926       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
42927         <size>1</size>
42928       </method>
42929     </type>
42930   </test>
42931   <test name="test-anon-12.cs">
42932     <type name="X">
42933       <method name="Void .ctor()">
42934         <size>7</size>
42935       </method>
42936       <method name="Int32 Main()">
42937         <size>256</size>
42938       </method>
42939       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
42940         <size>83</size>
42941       </method>
42942     </type>
42943     <type name="predicate">
42944       <method name="Void .ctor(Object, IntPtr)">
42945         <size>0</size>
42946       </method>
42947       <method name="Boolean Invoke(System.Object)">
42948         <size>0</size>
42949       </method>
42950       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
42951         <size>0</size>
42952       </method>
42953       <method name="Boolean EndInvoke(IAsyncResult)">
42954         <size>0</size>
42955       </method>
42956     </type>
42957     <type name="X">
42958       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
42959         <size>12</size>
42960       </method>
42961     </type>
42962   </test>
42963   <test name="test-anon-13.cs">
42964     <type name="X">
42965       <method name="Void .ctor(Int32)">
42966         <size>14</size>
42967       </method>
42968       <method name="Void Main()">
42969         <size>42</size>
42970       </method>
42971       <method name="D T()">
42972         <size>15</size>
42973       </method>
42974       <method name="System.String CALL()">
42975         <size>6</size>
42976       </method>
42977     </type>
42978     <type name="D">
42979       <method name="Void .ctor(Object, IntPtr)">
42980         <size>0</size>
42981       </method>
42982       <method name="Void Invoke()">
42983         <size>0</size>
42984       </method>
42985       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42986         <size>0</size>
42987       </method>
42988       <method name="Void EndInvoke(IAsyncResult)">
42989         <size>0</size>
42990       </method>
42991     </type>
42992     <type name="X">
42993       <method name="Void &lt;T&gt;m__0()">
42994         <size>22</size>
42995       </method>
42996     </type>
42997   </test>
42998   <test name="test-anon-14.cs">
42999     <type name="X">
43000       <method name="Void .ctor()">
43001         <size>7</size>
43002       </method>
43003       <method name="Void add_Click(X+T)">
43004         <size>22</size>
43005       </method>
43006       <method name="Void remove_Click(X+T)">
43007         <size>22</size>
43008       </method>
43009       <method name="Void Method()">
43010         <size>1</size>
43011       </method>
43012       <method name="Void Main()">
43013         <size>31</size>
43014       </method>
43015     </type>
43016     <type name="X+T">
43017       <method name="Void .ctor(Object, IntPtr)">
43018         <size>0</size>
43019       </method>
43020       <method name="Void Invoke()">
43021         <size>0</size>
43022       </method>
43023       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43024         <size>0</size>
43025       </method>
43026       <method name="Void EndInvoke(IAsyncResult)">
43027         <size>0</size>
43028       </method>
43029     </type>
43030   </test>
43031   <test name="test-anon-15.cs">
43032     <type name="Foo">
43033       <method name="Void .ctor()">
43034         <size>7</size>
43035       </method>
43036       <method name="Void Main()">
43037         <size>43</size>
43038       </method>
43039     </type>
43040     <type name="Foo+Inner">
43041       <method name="Void .ctor(String)">
43042         <size>7</size>
43043       </method>
43044     </type>
43045     <type name="Foo+foo_fn">
43046       <method name="Void .ctor(Object, IntPtr)">
43047         <size>0</size>
43048       </method>
43049       <method name="Foo+Inner Invoke(System.String)">
43050         <size>0</size>
43051       </method>
43052       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
43053         <size>0</size>
43054       </method>
43055       <method name="Foo+Inner EndInvoke(IAsyncResult)">
43056         <size>0</size>
43057       </method>
43058     </type>
43059     <type name="Foo">
43060       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
43061         <size>13</size>
43062       </method>
43063     </type>
43064   </test>
43065   <test name="test-anon-16.cs">
43066     <type name="X">
43067       <method name="Void .ctor(Int32)">
43068         <size>14</size>
43069       </method>
43070       <method name="Void Main()">
43071         <size>42</size>
43072       </method>
43073       <method name="D T()">
43074         <size>15</size>
43075       </method>
43076     </type>
43077     <type name="D">
43078       <method name="Void .ctor(Object, IntPtr)">
43079         <size>0</size>
43080       </method>
43081       <method name="Void Invoke()">
43082         <size>0</size>
43083       </method>
43084       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43085         <size>0</size>
43086       </method>
43087       <method name="Void EndInvoke(IAsyncResult)">
43088         <size>0</size>
43089       </method>
43090     </type>
43091     <type name="X">
43092       <method name="Void &lt;T&gt;m__0()">
43093         <size>27</size>
43094       </method>
43095     </type>
43096   </test>
43097   <test name="test-anon-17.cs">
43098     <type name="Button">
43099       <method name="Void .ctor()">
43100         <size>7</size>
43101       </method>
43102       <method name="Void add_Clicked(ClickEvent)">
43103         <size>24</size>
43104       </method>
43105       <method name="Void remove_Clicked(ClickEvent)">
43106         <size>24</size>
43107       </method>
43108       <method name="Void DoClick()">
43109         <size>12</size>
43110       </method>
43111     </type>
43112     <type name="X">
43113       <method name="Void .ctor()">
43114         <size>7</size>
43115       </method>
43116       <method name="Void .cctor()">
43117         <size>1</size>
43118       </method>
43119       <method name="Int32 Main()">
43120         <size>61</size>
43121       </method>
43122     </type>
43123     <type name="ClickEvent">
43124       <method name="Void .ctor(Object, IntPtr)">
43125         <size>0</size>
43126       </method>
43127       <method name="Void Invoke()">
43128         <size>0</size>
43129       </method>
43130       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43131         <size>0</size>
43132       </method>
43133       <method name="Void EndInvoke(IAsyncResult)">
43134         <size>0</size>
43135       </method>
43136     </type>
43137     <type name="X">
43138       <method name="Void &lt;Main&gt;m__0()">
43139         <size>17</size>
43140       </method>
43141     </type>
43142   </test>
43143   <test name="test-anon-18.cs">
43144     <type name="DelegateTest">
43145       <method name="Void .ctor()">
43146         <size>7</size>
43147       </method>
43148       <method name="Void Main(System.String[])">
43149         <size>83</size>
43150       </method>
43151     </type>
43152     <type name="A">
43153       <method name="Void .ctor(Object, IntPtr)">
43154         <size>0</size>
43155       </method>
43156       <method name="Void Invoke()">
43157         <size>0</size>
43158       </method>
43159       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43160         <size>0</size>
43161       </method>
43162       <method name="Void EndInvoke(IAsyncResult)">
43163         <size>0</size>
43164       </method>
43165     </type>
43166     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
43167       <method name="Void .ctor()">
43168         <size>7</size>
43169       </method>
43170       <method name="Void &lt;&gt;m__0()">
43171         <size>17</size>
43172       </method>
43173     </type>
43174   </test>
43175   <test name="test-anon-19.cs">
43176     <type name="X">
43177       <method name="Void .ctor()">
43178         <size>7</size>
43179       </method>
43180       <method name="Int32 Main()">
43181         <size>223</size>
43182       </method>
43183       <method name="Boolean t(Int32, Int32)">
43184         <size>5</size>
43185       </method>
43186     </type>
43187     <type name="S">
43188       <method name="Void .ctor(Object, IntPtr)">
43189         <size>0</size>
43190       </method>
43191       <method name="Void Invoke()">
43192         <size>0</size>
43193       </method>
43194       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43195         <size>0</size>
43196       </method>
43197       <method name="Void EndInvoke(IAsyncResult)">
43198         <size>0</size>
43199       </method>
43200     </type>
43201     <type name="X+&lt;Main&gt;c__AnonStorey1">
43202       <method name="Void .ctor()">
43203         <size>7</size>
43204       </method>
43205       <method name="Void &lt;&gt;m__0()">
43206         <size>93</size>
43207       </method>
43208     </type>
43209     <type name="X+&lt;Main&gt;c__AnonStorey0">
43210       <method name="Void .ctor()">
43211         <size>7</size>
43212       </method>
43213     </type>
43214   </test>
43215   <test name="test-anon-20.cs">
43216     <type name="X">
43217       <method name="Void .ctor()">
43218         <size>7</size>
43219       </method>
43220       <method name="Void Main()">
43221         <size>33</size>
43222       </method>
43223       <method name="D MainHost()">
43224         <size>28</size>
43225       </method>
43226     </type>
43227     <type name="D">
43228       <method name="Void .ctor(Object, IntPtr)">
43229         <size>0</size>
43230       </method>
43231       <method name="Void Invoke()">
43232         <size>0</size>
43233       </method>
43234       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43235         <size>0</size>
43236       </method>
43237       <method name="Void EndInvoke(IAsyncResult)">
43238         <size>0</size>
43239       </method>
43240     </type>
43241     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
43242       <method name="Void .ctor()">
43243         <size>7</size>
43244       </method>
43245       <method name="Void &lt;&gt;m__0()">
43246         <size>52</size>
43247       </method>
43248     </type>
43249     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
43250       <method name="Void .ctor()">
43251         <size>7</size>
43252       </method>
43253       <method name="Void &lt;&gt;m__1()">
43254         <size>52</size>
43255       </method>
43256     </type>
43257   </test>
43258   <test name="test-anon-21.cs">
43259     <type name="X">
43260       <method name="Void .ctor()">
43261         <size>7</size>
43262       </method>
43263       <method name="Void .cctor()">
43264         <size>1</size>
43265       </method>
43266       <method name="Int32 Main()">
43267         <size>68</size>
43268       </method>
43269       <method name="Void M()">
43270         <size>44</size>
43271       </method>
43272     </type>
43273     <type name="D">
43274       <method name="Void .ctor(Object, IntPtr)">
43275         <size>0</size>
43276       </method>
43277       <method name="Void Invoke()">
43278         <size>0</size>
43279       </method>
43280       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43281         <size>0</size>
43282       </method>
43283       <method name="Void EndInvoke(IAsyncResult)">
43284         <size>0</size>
43285       </method>
43286     </type>
43287     <type name="X+&lt;M&gt;c__AnonStorey0">
43288       <method name="Void .ctor()">
43289         <size>7</size>
43290       </method>
43291       <method name="Void &lt;&gt;m__0()">
43292         <size>48</size>
43293       </method>
43294     </type>
43295     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
43296       <method name="Void .ctor()">
43297         <size>7</size>
43298       </method>
43299       <method name="Void &lt;&gt;m__1()">
43300         <size>81</size>
43301       </method>
43302     </type>
43303   </test>
43304   <test name="test-anon-22.cs">
43305     <type name="X">
43306       <method name="Void .ctor()">
43307         <size>7</size>
43308       </method>
43309       <method name="Void Main()">
43310         <size>33</size>
43311       </method>
43312       <method name="D T()">
43313         <size>28</size>
43314       </method>
43315     </type>
43316     <type name="D">
43317       <method name="Void .ctor(Object, IntPtr)">
43318         <size>0</size>
43319       </method>
43320       <method name="Void Invoke()">
43321         <size>0</size>
43322       </method>
43323       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43324         <size>0</size>
43325       </method>
43326       <method name="Void EndInvoke(IAsyncResult)">
43327         <size>0</size>
43328       </method>
43329     </type>
43330     <type name="X+&lt;T&gt;c__AnonStorey0">
43331       <method name="Void .ctor()">
43332         <size>7</size>
43333       </method>
43334       <method name="Void &lt;&gt;m__0()">
43335         <size>52</size>
43336       </method>
43337     </type>
43338     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
43339       <method name="Void .ctor()">
43340         <size>7</size>
43341       </method>
43342       <method name="Void &lt;&gt;m__1()">
43343         <size>52</size>
43344       </method>
43345     </type>
43346   </test>
43347   <test name="test-anon-23.cs">
43348     <type name="X">
43349       <method name="Void .ctor()">
43350         <size>7</size>
43351       </method>
43352       <method name="Int32 Main()">
43353         <size>68</size>
43354       </method>
43355       <method name="Void M()">
43356         <size>34</size>
43357       </method>
43358     </type>
43359     <type name="D">
43360       <method name="Void .ctor(Object, IntPtr)">
43361         <size>0</size>
43362       </method>
43363       <method name="Void Invoke()">
43364         <size>0</size>
43365       </method>
43366       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43367         <size>0</size>
43368       </method>
43369       <method name="Void EndInvoke(IAsyncResult)">
43370         <size>0</size>
43371       </method>
43372     </type>
43373     <type name="X+&lt;M&gt;c__AnonStorey0">
43374       <method name="Void .ctor()">
43375         <size>7</size>
43376       </method>
43377       <method name="Void &lt;&gt;m__0()">
43378         <size>38</size>
43379       </method>
43380     </type>
43381     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
43382       <method name="Void .ctor()">
43383         <size>7</size>
43384       </method>
43385       <method name="Void &lt;&gt;m__1()">
43386         <size>24</size>
43387       </method>
43388     </type>
43389   </test>
43390   <test name="test-anon-24.cs">
43391     <type name="X">
43392       <method name="Void .ctor()">
43393         <size>7</size>
43394       </method>
43395       <method name="Void Main()">
43396         <size>29</size>
43397       </method>
43398       <method name="D T(Int32)">
43399         <size>28</size>
43400       </method>
43401     </type>
43402     <type name="D">
43403       <method name="Void .ctor(Object, IntPtr)">
43404         <size>0</size>
43405       </method>
43406       <method name="Int32 Invoke()">
43407         <size>0</size>
43408       </method>
43409       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43410         <size>0</size>
43411       </method>
43412       <method name="Int32 EndInvoke(IAsyncResult)">
43413         <size>0</size>
43414       </method>
43415     </type>
43416     <type name="X+&lt;T&gt;c__AnonStorey0">
43417       <method name="Void .ctor()">
43418         <size>7</size>
43419       </method>
43420       <method name="Int32 &lt;&gt;m__0()">
43421         <size>21</size>
43422       </method>
43423     </type>
43424   </test>
43425   <test name="test-anon-25.cs">
43426     <type name="X">
43427       <method name="Void .ctor()">
43428         <size>7</size>
43429       </method>
43430       <method name="Int32 Main()">
43431         <size>48</size>
43432       </method>
43433       <method name="D T(Int32)">
43434         <size>28</size>
43435       </method>
43436     </type>
43437     <type name="D">
43438       <method name="Void .ctor(Object, IntPtr)">
43439         <size>0</size>
43440       </method>
43441       <method name="Int32 Invoke(Int32)">
43442         <size>0</size>
43443       </method>
43444       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
43445         <size>0</size>
43446       </method>
43447       <method name="Int32 EndInvoke(IAsyncResult)">
43448         <size>0</size>
43449       </method>
43450     </type>
43451     <type name="X+&lt;T&gt;c__AnonStorey0">
43452       <method name="Void .ctor()">
43453         <size>7</size>
43454       </method>
43455       <method name="Int32 &lt;&gt;m__0(Int32)">
43456         <size>9</size>
43457       </method>
43458     </type>
43459   </test>
43460   <test name="test-anon-27.cs">
43461     <type name="X">
43462       <method name="Void .ctor()">
43463         <size>7</size>
43464       </method>
43465       <method name="Int32 Main()">
43466         <size>138</size>
43467       </method>
43468       <method name="Void M(Int32)">
43469         <size>59</size>
43470       </method>
43471     </type>
43472     <type name="D">
43473       <method name="Void .ctor(Object, IntPtr)">
43474         <size>0</size>
43475       </method>
43476       <method name="Void Invoke()">
43477         <size>0</size>
43478       </method>
43479       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43480         <size>0</size>
43481       </method>
43482       <method name="Void EndInvoke(IAsyncResult)">
43483         <size>0</size>
43484       </method>
43485     </type>
43486     <type name="X+&lt;M&gt;c__AnonStorey0">
43487       <method name="Void .ctor()">
43488         <size>7</size>
43489       </method>
43490       <method name="Void &lt;&gt;m__0()">
43491         <size>38</size>
43492       </method>
43493     </type>
43494     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
43495       <method name="Void .ctor()">
43496         <size>7</size>
43497       </method>
43498       <method name="Void &lt;&gt;m__1()">
43499         <size>50</size>
43500       </method>
43501     </type>
43502   </test>
43503   <test name="test-anon-28.cs">
43504     <type name="Delegable">
43505       <method name="Void .ctor()">
43506         <size>7</size>
43507       </method>
43508       <method name="Void add_MyDelegate(System.EventHandler)">
43509         <size>24</size>
43510       </method>
43511       <method name="Void remove_MyDelegate(System.EventHandler)">
43512         <size>24</size>
43513       </method>
43514     </type>
43515     <type name="DelegateTest">
43516       <method name="Void .ctor()">
43517         <size>7</size>
43518       </method>
43519       <method name="Void Main(System.String[])">
43520         <size>58</size>
43521       </method>
43522     </type>
43523     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
43524       <method name="Void .ctor()">
43525         <size>7</size>
43526       </method>
43527       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
43528         <size>33</size>
43529       </method>
43530     </type>
43531   </test>
43532   <test name="test-anon-29.cs">
43533     <type name="X">
43534       <method name="Void .ctor()">
43535         <size>108</size>
43536       </method>
43537       <method name="System.String Hello()">
43538         <size>20</size>
43539       </method>
43540       <method name="Void Main()">
43541         <size>18</size>
43542       </method>
43543     </type>
43544     <type name="X+Foo">
43545       <method name="Void .ctor(Object, IntPtr)">
43546         <size>0</size>
43547       </method>
43548       <method name="System.String Invoke()">
43549         <size>0</size>
43550       </method>
43551       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43552         <size>0</size>
43553       </method>
43554       <method name="System.String EndInvoke(IAsyncResult)">
43555         <size>0</size>
43556       </method>
43557     </type>
43558     <type name="X+Bar">
43559       <method name="Void .ctor(Object, IntPtr)">
43560         <size>0</size>
43561       </method>
43562       <method name="Void Invoke(System.String)">
43563         <size>0</size>
43564       </method>
43565       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
43566         <size>0</size>
43567       </method>
43568       <method name="Void EndInvoke(IAsyncResult)">
43569         <size>0</size>
43570       </method>
43571     </type>
43572     <type name="X">
43573       <method name="Void &lt;Hello&gt;m__1(System.String)">
43574         <size>7</size>
43575       </method>
43576       <method name="System.String &lt;Hello&gt;m__0()">
43577         <size>201</size>
43578       </method>
43579       <method name="Void &lt;Hello&gt;m__2(System.String)">
43580         <size>7</size>
43581       </method>
43582     </type>
43583   </test>
43584   <test name="test-anon-30.cs">
43585     <type name="X">
43586       <method name="Void .ctor()">
43587         <size>7</size>
43588       </method>
43589     </type>
43590     <type name="Program">
43591       <method name="Void add_E(Program+D)">
43592         <size>22</size>
43593       </method>
43594       <method name="Void remove_E(Program+D)">
43595         <size>22</size>
43596       </method>
43597       <method name="Void Main()">
43598         <size>38</size>
43599       </method>
43600     </type>
43601     <type name="Program+D">
43602       <method name="Void .ctor(Object, IntPtr)">
43603         <size>0</size>
43604       </method>
43605       <method name="Void Invoke(X)">
43606         <size>0</size>
43607       </method>
43608       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
43609         <size>0</size>
43610       </method>
43611       <method name="Void EndInvoke(IAsyncResult)">
43612         <size>0</size>
43613       </method>
43614     </type>
43615     <type name="Program+&lt;Main&gt;c__AnonStorey0">
43616       <method name="Void .ctor()">
43617         <size>7</size>
43618       </method>
43619       <method name="Void &lt;&gt;m__0(X)">
43620         <size>15</size>
43621       </method>
43622     </type>
43623   </test>
43624   <test name="test-anon-31.cs">
43625     <type name="X">
43626       <method name="Void Main()">
43627         <size>35</size>
43628       </method>
43629       <method name="Void DoCall(X+test)">
43630         <size>1</size>
43631       </method>
43632       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
43633         <size>18</size>
43634       </method>
43635       <method name="Void .ctor()">
43636         <size>7</size>
43637       </method>
43638     </type>
43639     <type name="X+test">
43640       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
43641         <size>0</size>
43642       </method>
43643       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
43644         <size>0</size>
43645       </method>
43646       <method name="System.Object EndInvoke(IAsyncResult)">
43647         <size>0</size>
43648       </method>
43649       <method name="Void .ctor(Object, IntPtr)">
43650         <size>0</size>
43651       </method>
43652     </type>
43653   </test>
43654   <test name="test-anon-32.cs">
43655     <type name="MainClass">
43656       <method name="Void .ctor()">
43657         <size>7</size>
43658       </method>
43659       <method name="Void Main()">
43660         <size>37</size>
43661       </method>
43662       <method name="Void SimpleCallback(MainClass, System.String)">
43663         <size>7</size>
43664       </method>
43665     </type>
43666     <type name="StringSender">
43667       <method name="Void .ctor(Object, IntPtr)">
43668         <size>0</size>
43669       </method>
43670       <method name="Void Invoke(System.String)">
43671         <size>0</size>
43672       </method>
43673       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
43674         <size>0</size>
43675       </method>
43676       <method name="Void EndInvoke(IAsyncResult)">
43677         <size>0</size>
43678       </method>
43679     </type>
43680     <type name="VoidDelegate">
43681       <method name="Void .ctor(Object, IntPtr)">
43682         <size>0</size>
43683       </method>
43684       <method name="Void Invoke()">
43685         <size>0</size>
43686       </method>
43687       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43688         <size>0</size>
43689       </method>
43690       <method name="Void EndInvoke(IAsyncResult)">
43691         <size>0</size>
43692       </method>
43693     </type>
43694     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
43695       <method name="Void .ctor()">
43696         <size>7</size>
43697       </method>
43698       <method name="Void &lt;&gt;m__0()">
43699         <size>25</size>
43700       </method>
43701       <method name="Void &lt;&gt;m__1(System.String)">
43702         <size>13</size>
43703       </method>
43704     </type>
43705   </test>
43706   <test name="test-anon-33.cs">
43707     <type name="T">
43708       <method name="Void .ctor()">
43709         <size>7</size>
43710       </method>
43711       <method name="Void doit(Int32)">
43712         <size>7</size>
43713       </method>
43714       <method name="Void Main()">
43715         <size>162</size>
43716       </method>
43717     </type>
43718     <type name="Do">
43719       <method name="Void .ctor(Object, IntPtr)">
43720         <size>0</size>
43721       </method>
43722       <method name="Void Invoke()">
43723         <size>0</size>
43724       </method>
43725       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43726         <size>0</size>
43727       </method>
43728       <method name="Void EndInvoke(IAsyncResult)">
43729         <size>0</size>
43730       </method>
43731     </type>
43732     <type name="T+&lt;Main&gt;c__AnonStorey0">
43733       <method name="Void .ctor()">
43734         <size>7</size>
43735       </method>
43736       <method name="Void &lt;&gt;m__0()">
43737         <size>12</size>
43738       </method>
43739     </type>
43740     <type name="T+&lt;Main&gt;c__AnonStorey1">
43741       <method name="Void .ctor()">
43742         <size>7</size>
43743       </method>
43744       <method name="Void &lt;&gt;m__1()">
43745         <size>12</size>
43746       </method>
43747     </type>
43748   </test>
43749   <test name="test-anon-34.cs">
43750     <type name="Delegates.Space">
43751       <method name="Void .ctor()">
43752         <size>7</size>
43753       </method>
43754       <method name="Void Leak(Boolean, Int32)">
43755         <size>92</size>
43756       </method>
43757     </type>
43758     <type name="Delegates.Program">
43759       <method name="Void .ctor()">
43760         <size>7</size>
43761       </method>
43762       <method name="Void SpaceLeak()">
43763         <size>37</size>
43764       </method>
43765       <method name="Void Main(System.String[])">
43766         <size>6</size>
43767       </method>
43768     </type>
43769     <type name="Delegates.Space+DoCopy">
43770       <method name="Void .ctor(Object, IntPtr)">
43771         <size>0</size>
43772       </method>
43773       <method name="Void Invoke()">
43774         <size>0</size>
43775       </method>
43776       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43777         <size>0</size>
43778       </method>
43779       <method name="Void EndInvoke(IAsyncResult)">
43780         <size>0</size>
43781       </method>
43782     </type>
43783     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
43784       <method name="Void .ctor()">
43785         <size>7</size>
43786       </method>
43787       <method name="Void &lt;&gt;m__0()">
43788         <size>23</size>
43789       </method>
43790     </type>
43791     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
43792       <method name="Void .ctor()">
43793         <size>7</size>
43794       </method>
43795       <method name="Void &lt;&gt;m__1()">
43796         <size>19</size>
43797       </method>
43798     </type>
43799   </test>
43800   <test name="test-anon-35.cs">
43801     <type name="ExceptionWithAnonMethod">
43802       <method name="Int32 Main()">
43803         <size>96</size>
43804       </method>
43805       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
43806         <size>13</size>
43807       </method>
43808       <method name="Void .ctor()">
43809         <size>7</size>
43810       </method>
43811     </type>
43812     <type name="ExceptionWithAnonMethod+EmptyCallback">
43813       <method name="Void Invoke()">
43814         <size>0</size>
43815       </method>
43816       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43817         <size>0</size>
43818       </method>
43819       <method name="Void EndInvoke(IAsyncResult)">
43820         <size>0</size>
43821       </method>
43822       <method name="Void .ctor(Object, IntPtr)">
43823         <size>0</size>
43824       </method>
43825     </type>
43826     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
43827       <method name="Void &lt;&gt;m__0()">
43828         <size>33</size>
43829       </method>
43830       <method name="Void .ctor()">
43831         <size>7</size>
43832       </method>
43833     </type>
43834   </test>
43835   <test name="test-anon-36.cs">
43836     <type name="Test">
43837       <method name="Void .ctor(TestMethod)">
43838         <size>7</size>
43839       </method>
43840       <method name="Void .ctor(TestMethod2)">
43841         <size>7</size>
43842       </method>
43843       <method name="Void Main()">
43844         <size>36</size>
43845       </method>
43846     </type>
43847     <type name="TestMethod">
43848       <method name="Void .ctor(Object, IntPtr)">
43849         <size>0</size>
43850       </method>
43851       <method name="Void Invoke()">
43852         <size>0</size>
43853       </method>
43854       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43855         <size>0</size>
43856       </method>
43857       <method name="Void EndInvoke(IAsyncResult)">
43858         <size>0</size>
43859       </method>
43860     </type>
43861     <type name="TestMethod2">
43862       <method name="Void .ctor(Object, IntPtr)">
43863         <size>0</size>
43864       </method>
43865       <method name="Void Invoke(System.Object)">
43866         <size>0</size>
43867       </method>
43868       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
43869         <size>0</size>
43870       </method>
43871       <method name="Void EndInvoke(IAsyncResult)">
43872         <size>0</size>
43873       </method>
43874     </type>
43875     <type name="Test">
43876       <method name="Void &lt;Main&gt;m__0()">
43877         <size>1</size>
43878       </method>
43879     </type>
43880   </test>
43881   <test name="test-anon-37.cs">
43882     <type name="DelegateInit">
43883       <method name="Void .ctor()">
43884         <size>7</size>
43885       </method>
43886       <method name="Void .cctor()">
43887         <size>35</size>
43888       </method>
43889       <method name="Void Main(System.String[])">
43890         <size>11</size>
43891       </method>
43892     </type>
43893     <type name="DelegateInit+FooDelegate">
43894       <method name="Void .ctor(Object, IntPtr)">
43895         <size>0</size>
43896       </method>
43897       <method name="Void Invoke()">
43898         <size>0</size>
43899       </method>
43900       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43901         <size>0</size>
43902       </method>
43903       <method name="Void EndInvoke(IAsyncResult)">
43904         <size>0</size>
43905       </method>
43906     </type>
43907     <type name="DelegateInit">
43908       <method name="Void &lt;_print&gt;m__0()">
43909         <size>11</size>
43910       </method>
43911     </type>
43912   </test>
43913   <test name="test-anon-38.cs">
43914     <type name="X">
43915       <method name="Void .ctor()">
43916         <size>7</size>
43917       </method>
43918       <method name="Void Hello(Int64, Int64)">
43919         <size>1</size>
43920       </method>
43921       <method name="Void Test(Int32)">
43922         <size>67</size>
43923       </method>
43924       <method name="Void Main()">
43925         <size>14</size>
43926       </method>
43927     </type>
43928     <type name="Simple">
43929       <method name="Void .ctor(Object, IntPtr)">
43930         <size>0</size>
43931       </method>
43932       <method name="Void Invoke()">
43933         <size>0</size>
43934       </method>
43935       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43936         <size>0</size>
43937       </method>
43938       <method name="Void EndInvoke(IAsyncResult)">
43939         <size>0</size>
43940       </method>
43941     </type>
43942     <type name="Foo">
43943       <method name="Void .ctor(Object, IntPtr)">
43944         <size>0</size>
43945       </method>
43946       <method name="Simple Invoke()">
43947         <size>0</size>
43948       </method>
43949       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43950         <size>0</size>
43951       </method>
43952       <method name="Simple EndInvoke(IAsyncResult)">
43953         <size>0</size>
43954       </method>
43955     </type>
43956     <type name="X+&lt;Test&gt;c__AnonStorey0">
43957       <method name="Void .ctor()">
43958         <size>7</size>
43959       </method>
43960       <method name="Simple &lt;&gt;m__0()">
43961         <size>64</size>
43962       </method>
43963     </type>
43964     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
43965       <method name="Void .ctor()">
43966         <size>7</size>
43967       </method>
43968       <method name="Void &lt;&gt;m__1()">
43969         <size>34</size>
43970       </method>
43971     </type>
43972   </test>
43973   <test name="test-anon-39.cs">
43974     <type name="X">
43975       <method name="Void .ctor()">
43976         <size>7</size>
43977       </method>
43978       <method name="Void Hello(Int64)">
43979         <size>1</size>
43980       </method>
43981       <method name="Void Test(Int32)">
43982         <size>65</size>
43983       </method>
43984       <method name="Void Main()">
43985         <size>14</size>
43986       </method>
43987     </type>
43988     <type name="Simple">
43989       <method name="Void .ctor(Object, IntPtr)">
43990         <size>0</size>
43991       </method>
43992       <method name="Void Invoke()">
43993         <size>0</size>
43994       </method>
43995       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43996         <size>0</size>
43997       </method>
43998       <method name="Void EndInvoke(IAsyncResult)">
43999         <size>0</size>
44000       </method>
44001     </type>
44002     <type name="Foo">
44003       <method name="Void .ctor(Object, IntPtr)">
44004         <size>0</size>
44005       </method>
44006       <method name="Simple Invoke()">
44007         <size>0</size>
44008       </method>
44009       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44010         <size>0</size>
44011       </method>
44012       <method name="Simple EndInvoke(IAsyncResult)">
44013         <size>0</size>
44014       </method>
44015     </type>
44016     <type name="X+&lt;Test&gt;c__AnonStorey0">
44017       <method name="Void .ctor()">
44018         <size>7</size>
44019       </method>
44020       <method name="Simple &lt;&gt;m__0()">
44021         <size>30</size>
44022       </method>
44023       <method name="Void &lt;&gt;m__1()">
44024         <size>18</size>
44025       </method>
44026     </type>
44027   </test>
44028   <test name="test-anon-40.cs">
44029     <type name="X">
44030       <method name="Void .ctor()">
44031         <size>7</size>
44032       </method>
44033       <method name="Void Hello(Int64)">
44034         <size>1</size>
44035       </method>
44036       <method name="Void Test(Int32)">
44037         <size>65</size>
44038       </method>
44039       <method name="Void Main()">
44040         <size>14</size>
44041       </method>
44042     </type>
44043     <type name="Simple">
44044       <method name="Void .ctor(Object, IntPtr)">
44045         <size>0</size>
44046       </method>
44047       <method name="Void Invoke()">
44048         <size>0</size>
44049       </method>
44050       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44051         <size>0</size>
44052       </method>
44053       <method name="Void EndInvoke(IAsyncResult)">
44054         <size>0</size>
44055       </method>
44056     </type>
44057     <type name="Foo">
44058       <method name="Void .ctor(Object, IntPtr)">
44059         <size>0</size>
44060       </method>
44061       <method name="Simple Invoke()">
44062         <size>0</size>
44063       </method>
44064       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44065         <size>0</size>
44066       </method>
44067       <method name="Simple EndInvoke(IAsyncResult)">
44068         <size>0</size>
44069       </method>
44070     </type>
44071     <type name="X+&lt;Test&gt;c__AnonStorey0">
44072       <method name="Void .ctor()">
44073         <size>7</size>
44074       </method>
44075       <method name="Simple &lt;&gt;m__0()">
44076         <size>30</size>
44077       </method>
44078       <method name="Void &lt;&gt;m__1()">
44079         <size>18</size>
44080       </method>
44081     </type>
44082   </test>
44083   <test name="test-anon-41.cs">
44084     <type name="X">
44085       <method name="Void .ctor()">
44086         <size>7</size>
44087       </method>
44088       <method name="Void Hello(Int64)">
44089         <size>1</size>
44090       </method>
44091       <method name="Void Test(Int32)">
44092         <size>65</size>
44093       </method>
44094       <method name="Void Main()">
44095         <size>14</size>
44096       </method>
44097     </type>
44098     <type name="Simple">
44099       <method name="Void .ctor(Object, IntPtr)">
44100         <size>0</size>
44101       </method>
44102       <method name="Void Invoke()">
44103         <size>0</size>
44104       </method>
44105       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44106         <size>0</size>
44107       </method>
44108       <method name="Void EndInvoke(IAsyncResult)">
44109         <size>0</size>
44110       </method>
44111     </type>
44112     <type name="Foo">
44113       <method name="Void .ctor(Object, IntPtr)">
44114         <size>0</size>
44115       </method>
44116       <method name="Simple Invoke()">
44117         <size>0</size>
44118       </method>
44119       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44120         <size>0</size>
44121       </method>
44122       <method name="Simple EndInvoke(IAsyncResult)">
44123         <size>0</size>
44124       </method>
44125     </type>
44126     <type name="X+&lt;Test&gt;c__AnonStorey0">
44127       <method name="Void .ctor()">
44128         <size>7</size>
44129       </method>
44130       <method name="Simple &lt;&gt;m__0()">
44131         <size>55</size>
44132       </method>
44133     </type>
44134     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
44135       <method name="Void .ctor()">
44136         <size>7</size>
44137       </method>
44138       <method name="Void &lt;&gt;m__1()">
44139         <size>35</size>
44140       </method>
44141     </type>
44142   </test>
44143   <test name="test-anon-42.cs">
44144     <type name="X">
44145       <method name="Void .ctor()">
44146         <size>7</size>
44147       </method>
44148       <method name="Void Hello(Int64)">
44149         <size>1</size>
44150       </method>
44151       <method name="Void Test(Int32)">
44152         <size>51</size>
44153       </method>
44154       <method name="Void Main()">
44155         <size>13</size>
44156       </method>
44157     </type>
44158     <type name="Simple">
44159       <method name="Void .ctor(Object, IntPtr)">
44160         <size>0</size>
44161       </method>
44162       <method name="Void Invoke()">
44163         <size>0</size>
44164       </method>
44165       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44166         <size>0</size>
44167       </method>
44168       <method name="Void EndInvoke(IAsyncResult)">
44169         <size>0</size>
44170       </method>
44171     </type>
44172     <type name="Foo">
44173       <method name="Void .ctor(Object, IntPtr)">
44174         <size>0</size>
44175       </method>
44176       <method name="Simple Invoke()">
44177         <size>0</size>
44178       </method>
44179       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44180         <size>0</size>
44181       </method>
44182       <method name="Simple EndInvoke(IAsyncResult)">
44183         <size>0</size>
44184       </method>
44185     </type>
44186     <type name="X">
44187       <method name="Simple &lt;Test&gt;m__0()">
44188         <size>37</size>
44189       </method>
44190       <method name="Void &lt;Test&gt;m__1()">
44191         <size>8</size>
44192       </method>
44193     </type>
44194   </test>
44195   <test name="test-anon-43.cs">
44196     <type name="X">
44197       <method name="Void .ctor()">
44198         <size>7</size>
44199       </method>
44200       <method name="Void Hello(Int64, Int64)">
44201         <size>1</size>
44202       </method>
44203       <method name="Void Test(Int32)">
44204         <size>54</size>
44205       </method>
44206       <method name="Void Main()">
44207         <size>14</size>
44208       </method>
44209     </type>
44210     <type name="Simple">
44211       <method name="Void .ctor(Object, IntPtr)">
44212         <size>0</size>
44213       </method>
44214       <method name="Void Invoke()">
44215         <size>0</size>
44216       </method>
44217       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44218         <size>0</size>
44219       </method>
44220       <method name="Void EndInvoke(IAsyncResult)">
44221         <size>0</size>
44222       </method>
44223     </type>
44224     <type name="Foo">
44225       <method name="Void .ctor(Object, IntPtr)">
44226         <size>0</size>
44227       </method>
44228       <method name="Simple Invoke()">
44229         <size>0</size>
44230       </method>
44231       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44232         <size>0</size>
44233       </method>
44234       <method name="Simple EndInvoke(IAsyncResult)">
44235         <size>0</size>
44236       </method>
44237     </type>
44238     <type name="X+&lt;Test&gt;c__AnonStorey0">
44239       <method name="Void .ctor()">
44240         <size>7</size>
44241       </method>
44242       <method name="Simple &lt;&gt;m__0()">
44243         <size>64</size>
44244       </method>
44245     </type>
44246     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
44247       <method name="Void .ctor()">
44248         <size>7</size>
44249       </method>
44250       <method name="Void &lt;&gt;m__1()">
44251         <size>34</size>
44252       </method>
44253     </type>
44254   </test>
44255   <test name="test-anon-44.cs">
44256     <type name="X">
44257       <method name="Void .ctor()">
44258         <size>7</size>
44259       </method>
44260       <method name="Void Hello(Int64)">
44261         <size>1</size>
44262       </method>
44263       <method name="Void Test(Int32)">
44264         <size>68</size>
44265       </method>
44266       <method name="Void Main()">
44267         <size>14</size>
44268       </method>
44269     </type>
44270     <type name="Simple">
44271       <method name="Void .ctor(Object, IntPtr)">
44272         <size>0</size>
44273       </method>
44274       <method name="Void Invoke()">
44275         <size>0</size>
44276       </method>
44277       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44278         <size>0</size>
44279       </method>
44280       <method name="Void EndInvoke(IAsyncResult)">
44281         <size>0</size>
44282       </method>
44283     </type>
44284     <type name="Foo">
44285       <method name="Void .ctor(Object, IntPtr)">
44286         <size>0</size>
44287       </method>
44288       <method name="Simple Invoke()">
44289         <size>0</size>
44290       </method>
44291       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44292         <size>0</size>
44293       </method>
44294       <method name="Simple EndInvoke(IAsyncResult)">
44295         <size>0</size>
44296       </method>
44297     </type>
44298     <type name="X+&lt;Test&gt;c__AnonStorey0">
44299       <method name="Void .ctor()">
44300         <size>7</size>
44301       </method>
44302       <method name="Simple &lt;&gt;m__1()">
44303         <size>33</size>
44304       </method>
44305       <method name="Simple &lt;&gt;m__0()">
44306         <size>51</size>
44307       </method>
44308       <method name="Void &lt;&gt;m__3()">
44309         <size>21</size>
44310       </method>
44311     </type>
44312     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
44313       <method name="Void .ctor()">
44314         <size>7</size>
44315       </method>
44316       <method name="Void &lt;&gt;m__2()">
44317         <size>26</size>
44318       </method>
44319     </type>
44320   </test>
44321   <test name="test-anon-45.cs">
44322     <type name="TestFunc">
44323       <method name="Void Invoke(Int32)">
44324         <size>0</size>
44325       </method>
44326       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
44327         <size>0</size>
44328       </method>
44329       <method name="Void EndInvoke(IAsyncResult)">
44330         <size>0</size>
44331       </method>
44332       <method name="Void .ctor(Object, IntPtr)">
44333         <size>0</size>
44334       </method>
44335     </type>
44336     <type name="A">
44337       <method name="Void .ctor(TestFunc)">
44338         <size>14</size>
44339       </method>
44340     </type>
44341     <type name="TestClass">
44342       <method name="Int32 Main()">
44343         <size>6</size>
44344       </method>
44345       <method name="Void &lt;a&gt;m__0(Int32)">
44346         <size>7</size>
44347       </method>
44348       <method name="Void .ctor()">
44349         <size>7</size>
44350       </method>
44351       <method name="Void .cctor()">
44352         <size>46</size>
44353       </method>
44354     </type>
44355   </test>
44356   <test name="test-anon-46.cs">
44357     <type name="World">
44358       <method name="Void .ctor()">
44359         <size>7</size>
44360       </method>
44361       <method name="Void Hello(Int64)">
44362         <size>1</size>
44363       </method>
44364       <method name="Void Test(Int32)">
44365         <size>50</size>
44366       </method>
44367     </type>
44368     <type name="X">
44369       <method name="Void .ctor()">
44370         <size>7</size>
44371       </method>
44372       <method name="Void Main()">
44373         <size>14</size>
44374       </method>
44375     </type>
44376     <type name="Foo">
44377       <method name="Void .ctor(Object, IntPtr)">
44378         <size>0</size>
44379       </method>
44380       <method name="Void Invoke()">
44381         <size>0</size>
44382       </method>
44383       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44384         <size>0</size>
44385       </method>
44386       <method name="Void EndInvoke(IAsyncResult)">
44387         <size>0</size>
44388       </method>
44389     </type>
44390     <type name="World+&lt;Test&gt;c__AnonStorey0">
44391       <method name="Void .ctor()">
44392         <size>7</size>
44393       </method>
44394       <method name="Void &lt;&gt;m__0()">
44395         <size>19</size>
44396       </method>
44397     </type>
44398   </test>
44399   <test name="test-anon-47.cs">
44400     <type name="World">
44401       <method name="Void .ctor()">
44402         <size>7</size>
44403       </method>
44404       <method name="Void Hello(Int64)">
44405         <size>1</size>
44406       </method>
44407       <method name="Void Test(Int32)">
44408         <size>153</size>
44409       </method>
44410     </type>
44411     <type name="X">
44412       <method name="Void .ctor()">
44413         <size>7</size>
44414       </method>
44415       <method name="Void Main()">
44416         <size>14</size>
44417       </method>
44418     </type>
44419     <type name="Foo">
44420       <method name="Void .ctor(Object, IntPtr)">
44421         <size>0</size>
44422       </method>
44423       <method name="Void Invoke()">
44424         <size>0</size>
44425       </method>
44426       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44427         <size>0</size>
44428       </method>
44429       <method name="Void EndInvoke(IAsyncResult)">
44430         <size>0</size>
44431       </method>
44432     </type>
44433     <type name="World+&lt;Test&gt;c__AnonStorey2">
44434       <method name="Void .ctor()">
44435         <size>7</size>
44436       </method>
44437       <method name="Void &lt;&gt;m__0()">
44438         <size>45</size>
44439       </method>
44440     </type>
44441     <type name="World+&lt;Test&gt;c__AnonStorey0">
44442       <method name="Void .ctor()">
44443         <size>7</size>
44444       </method>
44445     </type>
44446     <type name="World+&lt;Test&gt;c__AnonStorey1">
44447       <method name="Void .ctor()">
44448         <size>7</size>
44449       </method>
44450     </type>
44451   </test>
44452   <test name="test-anon-48.cs">
44453     <type name="World">
44454       <method name="Void .ctor()">
44455         <size>7</size>
44456       </method>
44457       <method name="Void Hello(Int64)">
44458         <size>1</size>
44459       </method>
44460       <method name="Void Test(Int32)">
44461         <size>197</size>
44462       </method>
44463     </type>
44464     <type name="X">
44465       <method name="Void .ctor()">
44466         <size>7</size>
44467       </method>
44468       <method name="Void Main()">
44469         <size>14</size>
44470       </method>
44471     </type>
44472     <type name="Foo">
44473       <method name="Void .ctor(Object, IntPtr)">
44474         <size>0</size>
44475       </method>
44476       <method name="Void Invoke()">
44477         <size>0</size>
44478       </method>
44479       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44480         <size>0</size>
44481       </method>
44482       <method name="Void EndInvoke(IAsyncResult)">
44483         <size>0</size>
44484       </method>
44485     </type>
44486     <type name="World+&lt;Test&gt;c__AnonStorey1">
44487       <method name="Void .ctor()">
44488         <size>7</size>
44489       </method>
44490     </type>
44491     <type name="World+&lt;Test&gt;c__AnonStorey2">
44492       <method name="Void .ctor()">
44493         <size>7</size>
44494       </method>
44495     </type>
44496     <type name="World+&lt;Test&gt;c__AnonStorey0">
44497       <method name="Void .ctor()">
44498         <size>7</size>
44499       </method>
44500       <method name="Void &lt;&gt;m__0()">
44501         <size>63</size>
44502       </method>
44503     </type>
44504   </test>
44505   <test name="test-anon-49.cs">
44506     <type name="Test">
44507       <method name="Void .ctor()">
44508         <size>7</size>
44509       </method>
44510       <method name="Void Main()">
44511         <size>66</size>
44512       </method>
44513       <method name="IEnumerator GetEnumerator()">
44514         <size>8</size>
44515       </method>
44516     </type>
44517     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
44518       <method name="Void .ctor()">
44519         <size>7</size>
44520       </method>
44521       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44522         <size>7</size>
44523       </method>
44524       <method name="Boolean MoveNext()">
44525         <size>197</size>
44526       </method>
44527       <method name="Void Dispose()">
44528         <size>76</size>
44529       </method>
44530       <method name="Void Reset()">
44531         <size>6</size>
44532       </method>
44533       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44534         <size>7</size>
44535       </method>
44536     </type>
44537   </test>
44538   <test name="test-anon-50.cs">
44539     <type name="Test">
44540       <method name="Void .ctor()">
44541         <size>7</size>
44542       </method>
44543       <method name="IEnumerable Foo(Int32)">
44544         <size>30</size>
44545       </method>
44546     </type>
44547     <type name="X">
44548       <method name="Void .ctor()">
44549         <size>7</size>
44550       </method>
44551       <method name="Int32 Main()">
44552         <size>196</size>
44553       </method>
44554     </type>
44555     <type name="Test+&lt;Foo&gt;c__Iterator0">
44556       <method name="Void .ctor()">
44557         <size>7</size>
44558       </method>
44559       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44560         <size>7</size>
44561       </method>
44562       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44563         <size>7</size>
44564       </method>
44565       <method name="Boolean MoveNext()">
44566         <size>118</size>
44567       </method>
44568       <method name="Void Dispose()">
44569         <size>8</size>
44570       </method>
44571       <method name="Void Reset()">
44572         <size>6</size>
44573       </method>
44574       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44575         <size>7</size>
44576       </method>
44577       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44578         <size>40</size>
44579       </method>
44580     </type>
44581   </test>
44582   <test name="test-anon-51.cs">
44583     <type name="X">
44584       <method name="Void .ctor()">
44585         <size>7</size>
44586       </method>
44587       <method name="Void .cctor()">
44588         <size>35</size>
44589       </method>
44590       <method name="Void Main()">
44591         <size>11</size>
44592       </method>
44593     </type>
44594     <type name="FooDelegate">
44595       <method name="Void .ctor(Object, IntPtr)">
44596         <size>0</size>
44597       </method>
44598       <method name="Void Invoke()">
44599         <size>0</size>
44600       </method>
44601       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44602         <size>0</size>
44603       </method>
44604       <method name="Void EndInvoke(IAsyncResult)">
44605         <size>0</size>
44606       </method>
44607     </type>
44608     <type name="X">
44609       <method name="Void &lt;Print&gt;m__0()">
44610         <size>11</size>
44611       </method>
44612     </type>
44613   </test>
44614   <test name="test-anon-52.cs">
44615     <type name="X">
44616       <method name="Void .ctor()">
44617         <size>7</size>
44618       </method>
44619       <method name="IEnumerator GetIt(System.Int32[])">
44620         <size>22</size>
44621       </method>
44622       <method name="Int32 Main()">
44623         <size>32</size>
44624       </method>
44625     </type>
44626     <type name="X+A">
44627       <method name="Void .ctor(Object, IntPtr)">
44628         <size>0</size>
44629       </method>
44630       <method name="Void Invoke()">
44631         <size>0</size>
44632       </method>
44633       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44634         <size>0</size>
44635       </method>
44636       <method name="Void EndInvoke(IAsyncResult)">
44637         <size>0</size>
44638       </method>
44639     </type>
44640     <type name="X+&lt;GetIt&gt;c__Iterator0">
44641       <method name="Void .ctor()">
44642         <size>7</size>
44643       </method>
44644       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44645         <size>7</size>
44646       </method>
44647       <method name="Boolean MoveNext()">
44648         <size>199</size>
44649       </method>
44650       <method name="Void &lt;&gt;m__0()">
44651         <size>22</size>
44652       </method>
44653       <method name="Void Dispose()">
44654         <size>8</size>
44655       </method>
44656       <method name="Void Reset()">
44657         <size>6</size>
44658       </method>
44659       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44660         <size>7</size>
44661       </method>
44662     </type>
44663     <type name="&lt;PrivateImplementationDetails&gt;">
44664       <method name="Void .ctor()">
44665         <size>7</size>
44666       </method>
44667     </type>
44668   </test>
44669   <test name="test-anon-53.cs">
44670     <type name="Test">
44671       <method name="Void .ctor(Int32)">
44672         <size>39</size>
44673       </method>
44674       <method name="Void .cctor()">
44675         <size>33</size>
44676       </method>
44677     </type>
44678     <type name="X">
44679       <method name="Void .ctor()">
44680         <size>7</size>
44681       </method>
44682       <method name="Void Main()">
44683         <size>15</size>
44684       </method>
44685     </type>
44686     <type name="Foo">
44687       <method name="Void .ctor(Object, IntPtr)">
44688         <size>0</size>
44689       </method>
44690       <method name="Void Invoke()">
44691         <size>0</size>
44692       </method>
44693       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44694         <size>0</size>
44695       </method>
44696       <method name="Void EndInvoke(IAsyncResult)">
44697         <size>0</size>
44698       </method>
44699     </type>
44700     <type name="Test+&lt;Test&gt;c__AnonStorey0">
44701       <method name="Void .ctor()">
44702         <size>7</size>
44703       </method>
44704       <method name="Void &lt;&gt;m__0()">
44705         <size>12</size>
44706       </method>
44707     </type>
44708     <type name="Test+&lt;Test&gt;c__AnonStorey1">
44709       <method name="Void .ctor()">
44710         <size>7</size>
44711       </method>
44712       <method name="Void &lt;&gt;m__1()">
44713         <size>12</size>
44714       </method>
44715     </type>
44716   </test>
44717   <test name="test-anon-54.cs">
44718     <type name="X">
44719       <method name="Void .ctor()">
44720         <size>7</size>
44721       </method>
44722       <method name="Void Main()">
44723         <size>22</size>
44724       </method>
44725     </type>
44726     <type name="Hello">
44727       <method name="Void .ctor(Object, IntPtr)">
44728         <size>0</size>
44729       </method>
44730       <method name="Void Invoke()">
44731         <size>0</size>
44732       </method>
44733       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44734         <size>0</size>
44735       </method>
44736       <method name="Void EndInvoke(IAsyncResult)">
44737         <size>0</size>
44738       </method>
44739     </type>
44740     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
44741       <method name="Void .ctor()">
44742         <size>7</size>
44743       </method>
44744       <method name="Void &lt;&gt;m__0()">
44745         <size>25</size>
44746       </method>
44747     </type>
44748     <type name="Foo">
44749       <method name="Void .ctor(Int32)">
44750         <size>8</size>
44751       </method>
44752       <method name="Void Test(Foo)">
44753         <size>45</size>
44754       </method>
44755       <method name="Void Hello(Int32)">
44756         <size>19</size>
44757       </method>
44758       <method name="System.String ToString()">
44759         <size>22</size>
44760       </method>
44761     </type>
44762   </test>
44763   <test name="test-anon-55.cs">
44764     <type name="Foo">
44765       <method name="Void .ctor()">
44766         <size>7</size>
44767       </method>
44768       <method name="Void Test(Foo+Hello)">
44769         <size>7</size>
44770       </method>
44771       <method name="Void Private()">
44772         <size>11</size>
44773       </method>
44774       <method name="Void Test()">
44775         <size>19</size>
44776       </method>
44777     </type>
44778     <type name="X">
44779       <method name="Void .ctor()">
44780         <size>7</size>
44781       </method>
44782       <method name="Void Main()">
44783         <size>13</size>
44784       </method>
44785     </type>
44786     <type name="Foo+Hello">
44787       <method name="Void .ctor(Object, IntPtr)">
44788         <size>0</size>
44789       </method>
44790       <method name="Void Invoke()">
44791         <size>0</size>
44792       </method>
44793       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44794         <size>0</size>
44795       </method>
44796       <method name="Void EndInvoke(IAsyncResult)">
44797         <size>0</size>
44798       </method>
44799     </type>
44800     <type name="Foo">
44801       <method name="Void &lt;Test&gt;m__0()">
44802         <size>7</size>
44803       </method>
44804     </type>
44805   </test>
44806   <test name="test-anon-56.cs">
44807     <type name="Observable">
44808       <method name="Void .ctor()">
44809         <size>7</size>
44810       </method>
44811       <method name="Void Main(System.String[])">
44812         <size>50</size>
44813       </method>
44814     </type>
44815     <type name="QueueHandler">
44816       <method name="Void .ctor(Object, IntPtr)">
44817         <size>0</size>
44818       </method>
44819       <method name="Void Invoke(Observable)">
44820         <size>0</size>
44821       </method>
44822       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
44823         <size>0</size>
44824       </method>
44825       <method name="Void EndInvoke(IAsyncResult)">
44826         <size>0</size>
44827       </method>
44828     </type>
44829     <type name="Observable">
44830       <method name="Void &lt;Main&gt;m__0(Observable)">
44831         <size>11</size>
44832       </method>
44833     </type>
44834   </test>
44835   <test name="test-anon-57.cs">
44836     <type name="X">
44837       <method name="Void .ctor()">
44838         <size>7</size>
44839       </method>
44840       <method name="Int32 Test()">
44841         <size>257</size>
44842       </method>
44843       <method name="Int32 Main()">
44844         <size>45</size>
44845       </method>
44846     </type>
44847     <type name="X+TestDelegate">
44848       <method name="Void .ctor(Object, IntPtr)">
44849         <size>0</size>
44850       </method>
44851       <method name="Void Invoke()">
44852         <size>0</size>
44853       </method>
44854       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44855         <size>0</size>
44856       </method>
44857       <method name="Void EndInvoke(IAsyncResult)">
44858         <size>0</size>
44859       </method>
44860     </type>
44861     <type name="X+&lt;Test&gt;c__AnonStorey1">
44862       <method name="Void .ctor()">
44863         <size>7</size>
44864       </method>
44865       <method name="Void &lt;&gt;m__0()">
44866         <size>89</size>
44867       </method>
44868     </type>
44869     <type name="X+&lt;Test&gt;c__AnonStorey0">
44870       <method name="Void .ctor()">
44871         <size>7</size>
44872       </method>
44873     </type>
44874   </test>
44875   <test name="test-anon-58.cs">
44876     <type name="X">
44877       <method name="Void .ctor()">
44878         <size>7</size>
44879       </method>
44880       <method name="Int32 Test(Int32)">
44881         <size>342</size>
44882       </method>
44883       <method name="Int32 Main()">
44884         <size>46</size>
44885       </method>
44886     </type>
44887     <type name="X+TestDelegate">
44888       <method name="Void .ctor(Object, IntPtr)">
44889         <size>0</size>
44890       </method>
44891       <method name="Void Invoke()">
44892         <size>0</size>
44893       </method>
44894       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44895         <size>0</size>
44896       </method>
44897       <method name="Void EndInvoke(IAsyncResult)">
44898         <size>0</size>
44899       </method>
44900     </type>
44901     <type name="X+&lt;Test&gt;c__AnonStorey1">
44902       <method name="Void .ctor()">
44903         <size>7</size>
44904       </method>
44905       <method name="Void &lt;&gt;m__0()">
44906         <size>162</size>
44907       </method>
44908     </type>
44909     <type name="X+&lt;Test&gt;c__AnonStorey0">
44910       <method name="Void .ctor()">
44911         <size>7</size>
44912       </method>
44913     </type>
44914     <type name="X+&lt;Test&gt;c__AnonStorey2">
44915       <method name="Void .ctor()">
44916         <size>7</size>
44917       </method>
44918     </type>
44919   </test>
44920   <test name="test-anon-59.cs">
44921     <type name="X">
44922       <method name="Void .ctor()">
44923         <size>7</size>
44924       </method>
44925       <method name="Int32 Test(Int32)">
44926         <size>512</size>
44927       </method>
44928       <method name="Int32 Main()">
44929         <size>46</size>
44930       </method>
44931     </type>
44932     <type name="X+TestDelegate">
44933       <method name="Void .ctor(Object, IntPtr)">
44934         <size>0</size>
44935       </method>
44936       <method name="Void Invoke()">
44937         <size>0</size>
44938       </method>
44939       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44940         <size>0</size>
44941       </method>
44942       <method name="Void EndInvoke(IAsyncResult)">
44943         <size>0</size>
44944       </method>
44945     </type>
44946     <type name="X+&lt;Test&gt;c__AnonStorey2">
44947       <method name="Void .ctor()">
44948         <size>7</size>
44949       </method>
44950       <method name="Void &lt;&gt;m__0()">
44951         <size>224</size>
44952       </method>
44953     </type>
44954     <type name="X+&lt;Test&gt;c__AnonStorey1">
44955       <method name="Void .ctor()">
44956         <size>7</size>
44957       </method>
44958     </type>
44959     <type name="X+&lt;Test&gt;c__AnonStorey0">
44960       <method name="Void .ctor()">
44961         <size>7</size>
44962       </method>
44963     </type>
44964     <type name="X+&lt;Test&gt;c__AnonStorey3">
44965       <method name="Void .ctor()">
44966         <size>7</size>
44967       </method>
44968     </type>
44969   </test>
44970   <test name="test-anon-60.cs">
44971     <type name="X">
44972       <method name="Void .ctor()">
44973         <size>7</size>
44974       </method>
44975       <method name="Int32 Test(Int32)">
44976         <size>564</size>
44977       </method>
44978       <method name="Int32 Main()">
44979         <size>46</size>
44980       </method>
44981     </type>
44982     <type name="X+TestDelegate">
44983       <method name="Void .ctor(Object, IntPtr)">
44984         <size>0</size>
44985       </method>
44986       <method name="Void Invoke()">
44987         <size>0</size>
44988       </method>
44989       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44990         <size>0</size>
44991       </method>
44992       <method name="Void EndInvoke(IAsyncResult)">
44993         <size>0</size>
44994       </method>
44995     </type>
44996     <type name="X+&lt;Test&gt;c__AnonStorey2">
44997       <method name="Void .ctor()">
44998         <size>7</size>
44999       </method>
45000     </type>
45001     <type name="X+&lt;Test&gt;c__AnonStorey1">
45002       <method name="Void .ctor()">
45003         <size>7</size>
45004       </method>
45005     </type>
45006     <type name="X+&lt;Test&gt;c__AnonStorey0">
45007       <method name="Void .ctor()">
45008         <size>7</size>
45009       </method>
45010     </type>
45011     <type name="X+&lt;Test&gt;c__AnonStorey3">
45012       <method name="Void .ctor()">
45013         <size>7</size>
45014       </method>
45015     </type>
45016     <type name="X+&lt;Test&gt;c__AnonStorey2">
45017       <method name="Void &lt;&gt;m__0()">
45018         <size>347</size>
45019       </method>
45020     </type>
45021     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
45022       <method name="Void .ctor()">
45023         <size>7</size>
45024       </method>
45025       <method name="Void &lt;&gt;m__1()">
45026         <size>124</size>
45027       </method>
45028     </type>
45029   </test>
45030   <test name="test-anon-61.cs">
45031     <type name="X">
45032       <method name="Void .ctor()">
45033         <size>7</size>
45034       </method>
45035       <method name="Int32 Test()">
45036         <size>333</size>
45037       </method>
45038       <method name="Int32 Main()">
45039         <size>59</size>
45040       </method>
45041     </type>
45042     <type name="X+TestDelegate">
45043       <method name="Void .ctor(Object, IntPtr)">
45044         <size>0</size>
45045       </method>
45046       <method name="Void Invoke()">
45047         <size>0</size>
45048       </method>
45049       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45050         <size>0</size>
45051       </method>
45052       <method name="Void EndInvoke(IAsyncResult)">
45053         <size>0</size>
45054       </method>
45055     </type>
45056     <type name="X+&lt;Test&gt;c__AnonStorey1">
45057       <method name="Void .ctor()">
45058         <size>7</size>
45059       </method>
45060       <method name="Void &lt;&gt;m__0()">
45061         <size>157</size>
45062       </method>
45063     </type>
45064     <type name="X+&lt;Test&gt;c__AnonStorey0">
45065       <method name="Void .ctor()">
45066         <size>7</size>
45067       </method>
45068     </type>
45069   </test>
45070   <test name="test-anon-62.cs">
45071     <type name="X">
45072       <method name="Void .ctor(String)">
45073         <size>14</size>
45074       </method>
45075       <method name="Void Main()">
45076         <size>1</size>
45077       </method>
45078     </type>
45079     <type name="Y">
45080       <method name="Void .ctor(Z)">
45081         <size>56</size>
45082       </method>
45083     </type>
45084     <type name="Z">
45085       <method name="Void .ctor()">
45086         <size>7</size>
45087       </method>
45088       <method name="Void Hello()">
45089         <size>1</size>
45090       </method>
45091     </type>
45092     <type name="FooHandler">
45093       <method name="Void .ctor(Object, IntPtr)">
45094         <size>0</size>
45095       </method>
45096       <method name="Void Invoke()">
45097         <size>0</size>
45098       </method>
45099       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45100         <size>0</size>
45101       </method>
45102       <method name="Void EndInvoke(IAsyncResult)">
45103         <size>0</size>
45104       </method>
45105     </type>
45106     <type name="Y+&lt;Y&gt;c__AnonStorey0">
45107       <method name="Void .ctor()">
45108         <size>7</size>
45109       </method>
45110       <method name="Void &lt;&gt;m__0()">
45111         <size>12</size>
45112       </method>
45113     </type>
45114   </test>
45115   <test name="test-anon-63.cs">
45116     <type name="X">
45117       <method name="Void .ctor()">
45118         <size>7</size>
45119       </method>
45120       <method name="IEnumerator GetIt(System.Int32[])">
45121         <size>22</size>
45122       </method>
45123       <method name="Int32 Main()">
45124         <size>32</size>
45125       </method>
45126     </type>
45127     <type name="X+A">
45128       <method name="Void .ctor(Object, IntPtr)">
45129         <size>0</size>
45130       </method>
45131       <method name="Int32 Invoke()">
45132         <size>0</size>
45133       </method>
45134       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45135         <size>0</size>
45136       </method>
45137       <method name="Int32 EndInvoke(IAsyncResult)">
45138         <size>0</size>
45139       </method>
45140     </type>
45141     <type name="X+&lt;GetIt&gt;c__Iterator0">
45142       <method name="Void .ctor()">
45143         <size>7</size>
45144       </method>
45145       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45146         <size>7</size>
45147       </method>
45148       <method name="Boolean MoveNext()">
45149         <size>193</size>
45150       </method>
45151       <method name="Int32 &lt;&gt;m__0()">
45152         <size>44</size>
45153       </method>
45154       <method name="Void Dispose()">
45155         <size>8</size>
45156       </method>
45157       <method name="Void Reset()">
45158         <size>6</size>
45159       </method>
45160       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45161         <size>7</size>
45162       </method>
45163     </type>
45164     <type name="&lt;PrivateImplementationDetails&gt;">
45165       <method name="Void .ctor()">
45166         <size>7</size>
45167       </method>
45168     </type>
45169   </test>
45170   <test name="test-anon-64.cs">
45171     <type name="Source">
45172       <method name="Void .ctor()">
45173         <size>7</size>
45174       </method>
45175       <method name="Void add_ChildSourceAdded(System.EventHandler)">
45176         <size>24</size>
45177       </method>
45178       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
45179         <size>24</size>
45180       </method>
45181       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
45182         <size>24</size>
45183       </method>
45184       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
45185         <size>24</size>
45186       </method>
45187       <method name="Source FindSource(Source)">
45188         <size>2</size>
45189       </method>
45190       <method name="Void AddSource(Source, Int32, System.Object)">
45191         <size>100</size>
45192       </method>
45193       <method name="Void Main()">
45194         <size>1</size>
45195       </method>
45196     </type>
45197     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
45198       <method name="Void .ctor()">
45199         <size>7</size>
45200       </method>
45201       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
45202         <size>30</size>
45203       </method>
45204     </type>
45205     <type name="Source">
45206       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
45207         <size>1</size>
45208       </method>
45209     </type>
45210   </test>
45211   <test name="test-anon-65.cs">
45212     <type name="BaseClass">
45213       <method name="Void .ctor(SomeDelegate)">
45214         <size>13</size>
45215       </method>
45216     </type>
45217     <type name="TestClass">
45218       <method name="Void .ctor(Int32)">
45219         <size>32</size>
45220       </method>
45221       <method name="Int32 Main(System.String[])">
45222         <size>9</size>
45223       </method>
45224     </type>
45225     <type name="BaseClass+SomeDelegate">
45226       <method name="Void .ctor(Object, IntPtr)">
45227         <size>0</size>
45228       </method>
45229       <method name="Void Invoke()">
45230         <size>0</size>
45231       </method>
45232       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45233         <size>0</size>
45234       </method>
45235       <method name="Void EndInvoke(IAsyncResult)">
45236         <size>0</size>
45237       </method>
45238     </type>
45239     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
45240       <method name="Void .ctor()">
45241         <size>7</size>
45242       </method>
45243       <method name="Void &lt;&gt;m__0()">
45244         <size>12</size>
45245       </method>
45246     </type>
45247   </test>
45248   <test name="test-anon-66.cs">
45249     <type name="Test">
45250       <method name="Void .ctor()">
45251         <size>7</size>
45252       </method>
45253       <method name="Void add_testEvent(Test+TestEventHandler)">
45254         <size>24</size>
45255       </method>
45256       <method name="Void remove_testEvent(Test+TestEventHandler)">
45257         <size>24</size>
45258       </method>
45259       <method name="Void add_TestEvent(Test+TestEventHandler)">
45260         <size>33</size>
45261       </method>
45262       <method name="Void remove_TestEvent(Test+TestEventHandler)">
45263         <size>1</size>
45264       </method>
45265       <method name="Void Main()">
45266         <size>1</size>
45267       </method>
45268     </type>
45269     <type name="Test+TestEventHandler">
45270       <method name="Void .ctor(Object, IntPtr)">
45271         <size>0</size>
45272       </method>
45273       <method name="Void Invoke()">
45274         <size>0</size>
45275       </method>
45276       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45277         <size>0</size>
45278       </method>
45279       <method name="Void EndInvoke(IAsyncResult)">
45280         <size>0</size>
45281       </method>
45282     </type>
45283     <type name="Test+&lt;&gt;c__AnonStorey0">
45284       <method name="Void .ctor()">
45285         <size>7</size>
45286       </method>
45287       <method name="Void &lt;&gt;m__0()">
45288         <size>12</size>
45289       </method>
45290     </type>
45291   </test>
45292   <test name="test-anon-67.cs">
45293     <type name="ClassOne">
45294       <method name="Void .ctor(ReturnStringDelegate)">
45295         <size>7</size>
45296       </method>
45297       <method name="Void .ctor(String)">
45298         <size>32</size>
45299       </method>
45300       <method name="Void Main()">
45301         <size>1</size>
45302       </method>
45303     </type>
45304     <type name="ClassOne+ReturnStringDelegate">
45305       <method name="Void .ctor(Object, IntPtr)">
45306         <size>0</size>
45307       </method>
45308       <method name="System.String Invoke()">
45309         <size>0</size>
45310       </method>
45311       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45312         <size>0</size>
45313       </method>
45314       <method name="System.String EndInvoke(IAsyncResult)">
45315         <size>0</size>
45316       </method>
45317     </type>
45318     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
45319       <method name="Void .ctor()">
45320         <size>7</size>
45321       </method>
45322       <method name="System.String &lt;&gt;m__0()">
45323         <size>7</size>
45324       </method>
45325     </type>
45326   </test>
45327   <test name="test-anon-68.cs">
45328     <type name="C">
45329       <method name="Void .ctor()">
45330         <size>7</size>
45331       </method>
45332       <method name="Void T(D1)">
45333         <size>1</size>
45334       </method>
45335       <method name="Void T(D2)">
45336         <size>1</size>
45337       </method>
45338       <method name="Void Main()">
45339         <size>69</size>
45340       </method>
45341     </type>
45342     <type name="D1">
45343       <method name="Void .ctor(Object, IntPtr)">
45344         <size>0</size>
45345       </method>
45346       <method name="Void Invoke(Int32)">
45347         <size>0</size>
45348       </method>
45349       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
45350         <size>0</size>
45351       </method>
45352       <method name="Void EndInvoke(IAsyncResult)">
45353         <size>0</size>
45354       </method>
45355     </type>
45356     <type name="D2">
45357       <method name="Void .ctor(Object, IntPtr)">
45358         <size>0</size>
45359       </method>
45360       <method name="Void Invoke(System.String ByRef)">
45361         <size>0</size>
45362       </method>
45363       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
45364         <size>0</size>
45365       </method>
45366       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
45367         <size>0</size>
45368       </method>
45369     </type>
45370     <type name="C">
45371       <method name="Void &lt;Main&gt;m__0(Int32)">
45372         <size>1</size>
45373       </method>
45374       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
45375         <size>8</size>
45376       </method>
45377     </type>
45378   </test>
45379   <test name="test-anon-69.cs">
45380     <type name="SingleSteppingEngine">
45381       <method name="Void .ctor()">
45382         <size>7</size>
45383       </method>
45384       <method name="System.Object SendCommand(TargetAccessDelegate)">
45385         <size>8</size>
45386       </method>
45387       <method name="Void Detach()">
45388         <size>20</size>
45389       </method>
45390     </type>
45391     <type name="X">
45392       <method name="Void .ctor()">
45393         <size>7</size>
45394       </method>
45395       <method name="Void Main()">
45396         <size>1</size>
45397       </method>
45398     </type>
45399     <type name="TargetAccessDelegate">
45400       <method name="Void .ctor(Object, IntPtr)">
45401         <size>0</size>
45402       </method>
45403       <method name="System.Object Invoke(System.Object)">
45404         <size>0</size>
45405       </method>
45406       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
45407         <size>0</size>
45408       </method>
45409       <method name="System.Object EndInvoke(IAsyncResult)">
45410         <size>0</size>
45411       </method>
45412     </type>
45413     <type name="SingleSteppingEngine">
45414       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
45415         <size>19</size>
45416       </method>
45417     </type>
45418   </test>
45419   <test name="test-anon-70.cs">
45420     <type name="C">
45421       <method name="Void .ctor()">
45422         <size>7</size>
45423       </method>
45424       <method name="Void Test(C+D)">
45425         <size>1</size>
45426       </method>
45427       <method name="Void Main()">
45428         <size>98</size>
45429       </method>
45430     </type>
45431     <type name="C+D">
45432       <method name="Void .ctor(Object, IntPtr)">
45433         <size>0</size>
45434       </method>
45435       <method name="Void Invoke()">
45436         <size>0</size>
45437       </method>
45438       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45439         <size>0</size>
45440       </method>
45441       <method name="Void EndInvoke(IAsyncResult)">
45442         <size>0</size>
45443       </method>
45444     </type>
45445     <type name="UnsafeClass">
45446       <method name="Void .ctor()">
45447         <size>7</size>
45448       </method>
45449     </type>
45450     <type name="C">
45451       <method name="Void UnsafeTests()">
45452         <size>35</size>
45453       </method>
45454     </type>
45455     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
45456       <method name="Void .ctor()">
45457         <size>7</size>
45458       </method>
45459       <method name="Void &lt;&gt;m__0()">
45460         <size>14</size>
45461       </method>
45462     </type>
45463     <type name="C+&lt;Main&gt;c__AnonStorey1">
45464       <method name="Void .ctor()">
45465         <size>7</size>
45466       </method>
45467       <method name="Void &lt;&gt;m__1()">
45468         <size>38</size>
45469       </method>
45470       <method name="Void &lt;&gt;m__2()">
45471         <size>32</size>
45472       </method>
45473     </type>
45474     <type name="C">
45475       <method name="Void &lt;Main&gt;m__3()">
45476         <size>16</size>
45477       </method>
45478     </type>
45479     <type name="UnsafeClass">
45480       <method name="Int32* GetUnsafeValue()">
45481         <size>3</size>
45482       </method>
45483     </type>
45484     <type name="&lt;PrivateImplementationDetails&gt;">
45485       <method name="Void .ctor()">
45486         <size>7</size>
45487       </method>
45488     </type>
45489   </test>
45490   <test name="test-anon-71.cs">
45491     <type name="Program">
45492       <method name="Void .ctor()">
45493         <size>7</size>
45494       </method>
45495       <method name="Errno ProcessFile(System.String, Program+FdCb)">
45496         <size>2</size>
45497       </method>
45498       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
45499         <size>34</size>
45500       </method>
45501       <method name="Void Main()">
45502         <size>1</size>
45503       </method>
45504     </type>
45505     <type name="Program+FdCb">
45506       <method name="Void .ctor(Object, IntPtr)">
45507         <size>0</size>
45508       </method>
45509       <method name="Int32 Invoke(Int32)">
45510         <size>0</size>
45511       </method>
45512       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
45513         <size>0</size>
45514       </method>
45515       <method name="Int32 EndInvoke(IAsyncResult)">
45516         <size>0</size>
45517       </method>
45518     </type>
45519     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
45520       <method name="Void .ctor()">
45521         <size>7</size>
45522       </method>
45523       <method name="Int32 &lt;&gt;m__0(Int32)">
45524         <size>46</size>
45525       </method>
45526     </type>
45527   </test>
45528   <test name="test-anon-72.cs">
45529     <type name="Test">
45530       <method name="Void .ctor()">
45531         <size>7</size>
45532       </method>
45533       <method name="Void AddOperator(Test+UnaryOperator)">
45534         <size>1</size>
45535       </method>
45536       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
45537         <size>5</size>
45538       </method>
45539       <method name="Void Main()">
45540         <size>1</size>
45541       </method>
45542       <method name="Void Foo()">
45543         <size>19</size>
45544       </method>
45545     </type>
45546     <type name="Test+UnaryOperator">
45547       <method name="Void .ctor(Object, IntPtr)">
45548         <size>0</size>
45549       </method>
45550       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
45551         <size>0</size>
45552       </method>
45553       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
45554         <size>0</size>
45555       </method>
45556       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
45557         <size>0</size>
45558       </method>
45559     </type>
45560     <type name="Test">
45561       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
45562         <size>31</size>
45563       </method>
45564     </type>
45565   </test>
45566   <test name="test-anon-73.cs">
45567     <type name="T">
45568       <method name="Void .ctor()">
45569         <size>7</size>
45570       </method>
45571       <method name="Void Main()">
45572         <size>31</size>
45573       </method>
45574       <method name="Void Test_1()">
45575         <size>36</size>
45576       </method>
45577     </type>
45578     <type name="D">
45579       <method name="Void .ctor(Object, IntPtr)">
45580         <size>0</size>
45581       </method>
45582       <method name="Void Invoke(System.Object)">
45583         <size>0</size>
45584       </method>
45585       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
45586         <size>0</size>
45587       </method>
45588       <method name="Void EndInvoke(IAsyncResult)">
45589         <size>0</size>
45590       </method>
45591     </type>
45592     <type name="T">
45593       <method name="Void &lt;Main&gt;m__0(System.Object)">
45594         <size>15</size>
45595       </method>
45596       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
45597         <size>29</size>
45598       </method>
45599     </type>
45600   </test>
45601   <test name="test-anon-74.cs">
45602     <type name="Foo">
45603       <method name="Void Baz(Foo+SimpleDelegate)">
45604         <size>8</size>
45605       </method>
45606       <method name="Void Main(System.String[])">
45607         <size>35</size>
45608       </method>
45609     </type>
45610     <type name="Foo+SimpleDelegate">
45611       <method name="Void .ctor(Object, IntPtr)">
45612         <size>0</size>
45613       </method>
45614       <method name="System.String[,] Invoke()">
45615         <size>0</size>
45616       </method>
45617       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45618         <size>0</size>
45619       </method>
45620       <method name="System.String[,] EndInvoke(IAsyncResult)">
45621         <size>0</size>
45622       </method>
45623     </type>
45624     <type name="Foo">
45625       <method name="System.String[,] &lt;Main&gt;m__0()">
45626         <size>34</size>
45627       </method>
45628     </type>
45629   </test>
45630   <test name="test-anon-75.cs">
45631     <type name="Data">
45632       <method name="Void .ctor()">
45633         <size>7</size>
45634       </method>
45635     </type>
45636     <type name="Test">
45637       <method name="Void .ctor()">
45638         <size>7</size>
45639       </method>
45640       <method name="Void Foo(Int32, D)">
45641         <size>1</size>
45642       </method>
45643       <method name="Void Main()">
45644         <size>1</size>
45645       </method>
45646       <method name="Void TestMe()">
45647         <size>154</size>
45648       </method>
45649       <method name="Boolean &lt;TestMe&gt;m__0()">
45650         <size>2</size>
45651       </method>
45652     </type>
45653     <type name="D">
45654       <method name="Void .ctor(Object, IntPtr)">
45655         <size>0</size>
45656       </method>
45657       <method name="Boolean Invoke()">
45658         <size>0</size>
45659       </method>
45660       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45661         <size>0</size>
45662       </method>
45663       <method name="Boolean EndInvoke(IAsyncResult)">
45664         <size>0</size>
45665       </method>
45666     </type>
45667     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
45668       <method name="Void .ctor()">
45669         <size>7</size>
45670       </method>
45671       <method name="Boolean &lt;&gt;m__2()">
45672         <size>14</size>
45673       </method>
45674     </type>
45675     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
45676       <method name="Void .ctor()">
45677         <size>7</size>
45678       </method>
45679     </type>
45680     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
45681       <method name="Boolean &lt;&gt;m__1()">
45682         <size>54</size>
45683       </method>
45684     </type>
45685   </test>
45686   <test name="test-anon-76.cs">
45687     <type name="C">
45688       <method name="Void .ctor()">
45689         <size>7</size>
45690       </method>
45691       <method name="Void set_Item(System.String, FactoryDelegate)">
45692         <size>8</size>
45693       </method>
45694       <method name="FactoryDelegate get_Item(System.String)">
45695         <size>7</size>
45696       </method>
45697       <method name="Void X()">
45698         <size>24</size>
45699       </method>
45700       <method name="Int32 Main()">
45701         <size>70</size>
45702       </method>
45703     </type>
45704     <type name="FactoryDelegate">
45705       <method name="Void .ctor(Object, IntPtr)">
45706         <size>0</size>
45707       </method>
45708       <method name="System.Object Invoke()">
45709         <size>0</size>
45710       </method>
45711       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45712         <size>0</size>
45713       </method>
45714       <method name="System.Object EndInvoke(IAsyncResult)">
45715         <size>0</size>
45716       </method>
45717     </type>
45718     <type name="C">
45719       <method name="System.Object &lt;X&gt;m__0()">
45720         <size>30</size>
45721       </method>
45722     </type>
45723   </test>
45724   <test name="test-anon-77.cs">
45725     <type name="y">
45726       <method name="Void .ctor()">
45727         <size>7</size>
45728       </method>
45729       <method name="Boolean get_Item(Int32)">
45730         <size>28</size>
45731       </method>
45732       <method name="Void set_Item(Int32, Boolean)">
45733         <size>10</size>
45734       </method>
45735       <method name="Void Main()">
45736         <size>1</size>
45737       </method>
45738     </type>
45739     <type name="D">
45740       <method name="Void .ctor(Object, IntPtr)">
45741         <size>0</size>
45742       </method>
45743       <method name="Void Invoke()">
45744         <size>0</size>
45745       </method>
45746       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45747         <size>0</size>
45748       </method>
45749       <method name="Void EndInvoke(IAsyncResult)">
45750         <size>0</size>
45751       </method>
45752     </type>
45753     <type name="y+&lt;&gt;c__AnonStorey0">
45754       <method name="Void .ctor()">
45755         <size>7</size>
45756       </method>
45757       <method name="Void &lt;&gt;m__0()">
45758         <size>8</size>
45759       </method>
45760     </type>
45761   </test>
45762   <test name="test-anon-78.cs">
45763     <type name="DelegateTest">
45764       <method name="Void .ctor()">
45765         <size>7</size>
45766       </method>
45767       <method name="Void .cctor()">
45768         <size>8</size>
45769       </method>
45770       <method name="Void Foo(D1)">
45771         <size>7</size>
45772       </method>
45773       <method name="Void Foo(D2)">
45774         <size>1</size>
45775       </method>
45776       <method name="Int32 Main()">
45777         <size>50</size>
45778       </method>
45779       <method name="Void &lt;Main&gt;m__0()">
45780         <size>18</size>
45781       </method>
45782     </type>
45783     <type name="D1">
45784       <method name="Void .ctor(Object, IntPtr)">
45785         <size>0</size>
45786       </method>
45787       <method name="Void Invoke()">
45788         <size>0</size>
45789       </method>
45790       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45791         <size>0</size>
45792       </method>
45793       <method name="Void EndInvoke(IAsyncResult)">
45794         <size>0</size>
45795       </method>
45796     </type>
45797     <type name="D2">
45798       <method name="Void .ctor(Object, IntPtr)">
45799         <size>0</size>
45800       </method>
45801       <method name="Void Invoke()">
45802         <size>0</size>
45803       </method>
45804       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45805         <size>0</size>
45806       </method>
45807       <method name="Void EndInvoke(IAsyncResult)">
45808         <size>0</size>
45809       </method>
45810     </type>
45811   </test>
45812   <test name="test-anon-79.cs">
45813     <type name="Test">
45814       <method name="Void .ctor()">
45815         <size>7</size>
45816       </method>
45817       <method name="Void add_E(Test+D)">
45818         <size>24</size>
45819       </method>
45820       <method name="Void remove_E(Test+D)">
45821         <size>24</size>
45822       </method>
45823       <method name="Void add_Changed(Test+D)">
45824         <size>30</size>
45825       </method>
45826       <method name="Void remove_Changed(Test+D)">
45827         <size>1</size>
45828       </method>
45829       <method name="Void Foo()">
45830         <size>1</size>
45831       </method>
45832       <method name="Void Main()">
45833         <size>1</size>
45834       </method>
45835     </type>
45836     <type name="Test+D">
45837       <method name="Void .ctor(Object, IntPtr)">
45838         <size>0</size>
45839       </method>
45840       <method name="Void Invoke()">
45841         <size>0</size>
45842       </method>
45843       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45844         <size>0</size>
45845       </method>
45846       <method name="Void EndInvoke(IAsyncResult)">
45847         <size>0</size>
45848       </method>
45849     </type>
45850     <type name="Test">
45851       <method name="Void &lt;add_Changed&gt;m__0()">
45852         <size>7</size>
45853       </method>
45854     </type>
45855   </test>
45856   <test name="test-anon-80.cs">
45857     <type name="MonoBug.MyTest">
45858       <method name="Void .ctor()">
45859         <size>7</size>
45860       </method>
45861       <method name="Int32 Main()">
45862         <size>167</size>
45863       </method>
45864     </type>
45865     <type name="MonoBug.MyTest+EventHandlers">
45866       <method name="Void .ctor()">
45867         <size>18</size>
45868       </method>
45869       <method name="System.EventHandler get_DoNothingEventHandler()">
45870         <size>30</size>
45871       </method>
45872       <method name="System.EventHandler get_DoSomethingEventHandler()">
45873         <size>13</size>
45874       </method>
45875       <method name="System.EventHandler get_Handler()">
45876         <size>7</size>
45877       </method>
45878       <method name="Void set_Handler(System.EventHandler)">
45879         <size>8</size>
45880       </method>
45881       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
45882         <size>1</size>
45883       </method>
45884       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
45885         <size>15</size>
45886       </method>
45887     </type>
45888   </test>
45889   <test name="test-anon-81.cs">
45890     <type name="C">
45891       <method name="Void .ctor()">
45892         <size>7</size>
45893       </method>
45894       <method name="Int32 Main()">
45895         <size>20</size>
45896       </method>
45897       <method name="Int32 Test()">
45898         <size>27</size>
45899       </method>
45900       <method name="Int32 Foo2(C+Cmd2)">
45901         <size>7</size>
45902       </method>
45903       <method name="Void Foo(C+Cmd)">
45904         <size>7</size>
45905       </method>
45906     </type>
45907     <type name="C+Cmd">
45908       <method name="Void .ctor(Object, IntPtr)">
45909         <size>0</size>
45910       </method>
45911       <method name="Void Invoke()">
45912         <size>0</size>
45913       </method>
45914       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45915         <size>0</size>
45916       </method>
45917       <method name="Void EndInvoke(IAsyncResult)">
45918         <size>0</size>
45919       </method>
45920     </type>
45921     <type name="C+Cmd2">
45922       <method name="Void .ctor(Object, IntPtr)">
45923         <size>0</size>
45924       </method>
45925       <method name="Int32 Invoke()">
45926         <size>0</size>
45927       </method>
45928       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45929         <size>0</size>
45930       </method>
45931       <method name="Int32 EndInvoke(IAsyncResult)">
45932         <size>0</size>
45933       </method>
45934     </type>
45935     <type name="C">
45936       <method name="Int32 &lt;Test&gt;m__0()">
45937         <size>45</size>
45938       </method>
45939     </type>
45940     <type name="C+&lt;Test&gt;c__AnonStorey1">
45941       <method name="Void .ctor()">
45942         <size>7</size>
45943       </method>
45944       <method name="Void &lt;&gt;m__1()">
45945         <size>44</size>
45946       </method>
45947     </type>
45948     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
45949       <method name="Void .ctor()">
45950         <size>7</size>
45951       </method>
45952       <method name="Void &lt;&gt;m__2()">
45953         <size>18</size>
45954       </method>
45955     </type>
45956   </test>
45957   <test name="test-anon-82.cs">
45958     <type name="MainClass">
45959       <method name="Void .ctor()">
45960         <size>7</size>
45961       </method>
45962       <method name="Void Main()">
45963         <size>87</size>
45964       </method>
45965       <method name="Void Test2(Int32)">
45966         <size>31</size>
45967       </method>
45968       <method name="Void Test3(Int32)">
45969         <size>57</size>
45970       </method>
45971       <method name="Void Test4()">
45972         <size>31</size>
45973       </method>
45974       <method name="Void Test5(Int32)">
45975         <size>27</size>
45976       </method>
45977       <method name="Void SimpleCallback(MainClass, System.String)">
45978         <size>7</size>
45979       </method>
45980     </type>
45981     <type name="MainClass+D">
45982       <method name="Void .ctor(Object, IntPtr)">
45983         <size>0</size>
45984       </method>
45985       <method name="Int32 Invoke(Int32)">
45986         <size>0</size>
45987       </method>
45988       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
45989         <size>0</size>
45990       </method>
45991       <method name="Int32 EndInvoke(IAsyncResult)">
45992         <size>0</size>
45993       </method>
45994     </type>
45995     <type name="StringSender">
45996       <method name="Void .ctor(Object, IntPtr)">
45997         <size>0</size>
45998       </method>
45999       <method name="Void Invoke(System.String)">
46000         <size>0</size>
46001       </method>
46002       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
46003         <size>0</size>
46004       </method>
46005       <method name="Void EndInvoke(IAsyncResult)">
46006         <size>0</size>
46007       </method>
46008     </type>
46009     <type name="VoidDelegate">
46010       <method name="Void .ctor(Object, IntPtr)">
46011         <size>0</size>
46012       </method>
46013       <method name="Void Invoke()">
46014         <size>0</size>
46015       </method>
46016       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46017         <size>0</size>
46018       </method>
46019       <method name="Void EndInvoke(IAsyncResult)">
46020         <size>0</size>
46021       </method>
46022     </type>
46023     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
46024       <method name="Void .ctor()">
46025         <size>7</size>
46026       </method>
46027     </type>
46028     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
46029       <method name="Void .ctor()">
46030         <size>7</size>
46031       </method>
46032     </type>
46033     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
46034       <method name="Void .ctor()">
46035         <size>7</size>
46036       </method>
46037     </type>
46038     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
46039       <method name="Void .ctor()">
46040         <size>7</size>
46041       </method>
46042     </type>
46043     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
46044       <method name="Void .ctor()">
46045         <size>7</size>
46046       </method>
46047     </type>
46048     <type name="MainClass">
46049       <method name="Void &lt;Test2&gt;m__1(System.String)">
46050         <size>27</size>
46051       </method>
46052       <method name="Void &lt;Test3&gt;m__3()">
46053         <size>1</size>
46054       </method>
46055       <method name="Void &lt;Test4&gt;m__4()">
46056         <size>31</size>
46057       </method>
46058       <method name="Void &lt;Test4&gt;m__7()">
46059         <size>28</size>
46060       </method>
46061     </type>
46062     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
46063       <method name="Void &lt;&gt;m__0()">
46064         <size>25</size>
46065       </method>
46066       <method name="Void &lt;&gt;m__9(System.String)">
46067         <size>13</size>
46068       </method>
46069     </type>
46070     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
46071       <method name="Void &lt;&gt;m__2()">
46072         <size>9</size>
46073       </method>
46074     </type>
46075     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
46076       <method name="Int32 &lt;&gt;m__5(Int32)">
46077         <size>46</size>
46078       </method>
46079       <method name="Int32 &lt;&gt;m__A(Int32)">
46080         <size>2</size>
46081       </method>
46082     </type>
46083     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
46084       <method name="Void &lt;&gt;m__6()">
46085         <size>12</size>
46086       </method>
46087     </type>
46088     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
46089       <method name="Void &lt;&gt;m__8()">
46090         <size>14</size>
46091       </method>
46092       <method name="Void &lt;&gt;m__B()">
46093         <size>8</size>
46094       </method>
46095     </type>
46096   </test>
46097   <test name="test-anon-84.cs">
46098     <type name="C">
46099       <method name="Void .ctor()">
46100         <size>42</size>
46101       </method>
46102       <method name="Void .ctor(D)">
46103         <size>42</size>
46104       </method>
46105       <method name="Int32 Main()">
46106         <size>19</size>
46107       </method>
46108     </type>
46109     <type name="D">
46110       <method name="Void .ctor(Object, IntPtr)">
46111         <size>0</size>
46112       </method>
46113       <method name="C Invoke(Int32)">
46114         <size>0</size>
46115       </method>
46116       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46117         <size>0</size>
46118       </method>
46119       <method name="C EndInvoke(IAsyncResult)">
46120         <size>0</size>
46121       </method>
46122     </type>
46123     <type name="C">
46124       <method name="C &lt;field&gt;m__0(Int32)">
46125         <size>4</size>
46126       </method>
46127     </type>
46128   </test>
46129   <test name="test-anon-85.cs">
46130     <type name="X">
46131       <method name="Void .ctor()">
46132         <size>7</size>
46133       </method>
46134       <method name="Int32 Main()">
46135         <size>29</size>
46136       </method>
46137     </type>
46138     <type name="X+D">
46139       <method name="Void .ctor(Object, IntPtr)">
46140         <size>0</size>
46141       </method>
46142       <method name="Void Invoke()">
46143         <size>0</size>
46144       </method>
46145       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46146         <size>0</size>
46147       </method>
46148       <method name="Void EndInvoke(IAsyncResult)">
46149         <size>0</size>
46150       </method>
46151     </type>
46152     <type name="X+&lt;Main&gt;c__AnonStorey0">
46153       <method name="Void .ctor()">
46154         <size>7</size>
46155       </method>
46156       <method name="Void &lt;&gt;m__0()">
46157         <size>8</size>
46158       </method>
46159     </type>
46160   </test>
46161   <test name="test-anon-86.cs">
46162     <type name="Bug.A">
46163       <method name="Void .ctor()">
46164         <size>50</size>
46165       </method>
46166       <method name="Void Test()">
46167         <size>1</size>
46168       </method>
46169       <method name="Int32 Main()">
46170         <size>8</size>
46171       </method>
46172     </type>
46173     <type name="Bug.B">
46174       <method name="Void .ctor()">
46175         <size>7</size>
46176       </method>
46177       <method name="Int32 get_Prop()">
46178         <size>2</size>
46179       </method>
46180     </type>
46181     <type name="Bug.EventHandler">
46182       <method name="Void .ctor(Object, IntPtr)">
46183         <size>0</size>
46184       </method>
46185       <method name="Void Invoke()">
46186         <size>0</size>
46187       </method>
46188       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46189         <size>0</size>
46190       </method>
46191       <method name="Void EndInvoke(IAsyncResult)">
46192         <size>0</size>
46193       </method>
46194     </type>
46195     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
46196       <method name="Void .ctor()">
46197         <size>7</size>
46198       </method>
46199       <method name="Void &lt;&gt;m__0()">
46200         <size>24</size>
46201       </method>
46202     </type>
46203   </test>
46204   <test name="test-anon-87.cs">
46205     <type name="Bug.AA">
46206       <method name="Void .ctor(BB)">
46207         <size>51</size>
46208       </method>
46209       <method name="Void TestMe()">
46210         <size>1</size>
46211       </method>
46212       <method name="Int32 Main()">
46213         <size>18</size>
46214       </method>
46215     </type>
46216     <type name="Bug.BB">
46217       <method name="Void .ctor(String)">
46218         <size>18</size>
46219       </method>
46220       <method name="Void Foo()">
46221         <size>1</size>
46222       </method>
46223     </type>
46224     <type name="Bug.D">
46225       <method name="Void .ctor(Object, IntPtr)">
46226         <size>0</size>
46227       </method>
46228       <method name="Void Invoke()">
46229         <size>0</size>
46230       </method>
46231       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46232         <size>0</size>
46233       </method>
46234       <method name="Void EndInvoke(IAsyncResult)">
46235         <size>0</size>
46236       </method>
46237     </type>
46238     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
46239       <method name="Void .ctor()">
46240         <size>7</size>
46241       </method>
46242       <method name="Void &lt;&gt;m__0()">
46243         <size>23</size>
46244       </method>
46245     </type>
46246   </test>
46247   <test name="test-anon-88.cs">
46248     <type name="C">
46249       <method name="Void .ctor()">
46250         <size>7</size>
46251       </method>
46252       <method name="Int32 Main()">
46253         <size>12</size>
46254       </method>
46255       <method name="Void Test()">
46256         <size>97</size>
46257       </method>
46258     </type>
46259     <type name="C+D">
46260       <method name="Void .ctor(Object, IntPtr)">
46261         <size>0</size>
46262       </method>
46263       <method name="Void Invoke()">
46264         <size>0</size>
46265       </method>
46266       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46267         <size>0</size>
46268       </method>
46269       <method name="Void EndInvoke(IAsyncResult)">
46270         <size>0</size>
46271       </method>
46272     </type>
46273     <type name="C+&lt;Test&gt;c__AnonStorey0">
46274       <method name="Void .ctor()">
46275         <size>7</size>
46276       </method>
46277       <method name="Void &lt;&gt;m__2()">
46278         <size>8</size>
46279       </method>
46280     </type>
46281     <type name="C+&lt;Test&gt;c__AnonStorey2">
46282       <method name="Void .ctor()">
46283         <size>7</size>
46284       </method>
46285       <method name="Void &lt;&gt;m__0()">
46286         <size>69</size>
46287       </method>
46288       <method name="Void &lt;&gt;m__1()">
46289         <size>8</size>
46290       </method>
46291       <method name="Void &lt;&gt;m__4()">
46292         <size>3</size>
46293       </method>
46294     </type>
46295     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
46296       <method name="Void .ctor()">
46297         <size>7</size>
46298       </method>
46299       <method name="Void &lt;&gt;m__3()">
46300         <size>20</size>
46301       </method>
46302     </type>
46303   </test>
46304   <test name="test-anon-89.cs">
46305     <type name="C">
46306       <method name="Void .ctor()">
46307         <size>7</size>
46308       </method>
46309       <method name="Int32 Main()">
46310         <size>12</size>
46311       </method>
46312       <method name="System.Object get_GdkWindow()">
46313         <size>2</size>
46314       </method>
46315       <method name="Void set_GdkWindow(System.Object)">
46316         <size>1</size>
46317       </method>
46318       <method name="Void Invoke(C+D)">
46319         <size>1</size>
46320       </method>
46321       <method name="Void Test()">
46322         <size>69</size>
46323       </method>
46324     </type>
46325     <type name="C+D">
46326       <method name="Void .ctor(Object, IntPtr)">
46327         <size>0</size>
46328       </method>
46329       <method name="Void Invoke()">
46330         <size>0</size>
46331       </method>
46332       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46333         <size>0</size>
46334       </method>
46335       <method name="Void EndInvoke(IAsyncResult)">
46336         <size>0</size>
46337       </method>
46338     </type>
46339     <type name="C+&lt;Test&gt;c__AnonStorey0">
46340       <method name="Void .ctor()">
46341         <size>7</size>
46342       </method>
46343       <method name="Void &lt;&gt;m__0()">
46344         <size>108</size>
46345       </method>
46346       <method name="Void &lt;&gt;m__3()">
46347         <size>29</size>
46348       </method>
46349     </type>
46350     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
46351       <method name="Void .ctor()">
46352         <size>7</size>
46353       </method>
46354       <method name="Void &lt;&gt;m__1()">
46355         <size>18</size>
46356       </method>
46357       <method name="Void &lt;&gt;m__2()">
46358         <size>49</size>
46359       </method>
46360     </type>
46361   </test>
46362   <test name="test-anon-90.cs">
46363     <type name="C">
46364       <method name="Void .ctor()">
46365         <size>7</size>
46366       </method>
46367       <method name="Int32 Main()">
46368         <size>12</size>
46369       </method>
46370       <method name="Void Foo()">
46371         <size>27</size>
46372       </method>
46373     </type>
46374     <type name="C+D">
46375       <method name="Void .ctor(Object, IntPtr)">
46376         <size>0</size>
46377       </method>
46378       <method name="Void Invoke()">
46379         <size>0</size>
46380       </method>
46381       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46382         <size>0</size>
46383       </method>
46384       <method name="Void EndInvoke(IAsyncResult)">
46385         <size>0</size>
46386       </method>
46387     </type>
46388     <type name="C+&lt;Foo&gt;c__AnonStorey0">
46389       <method name="Void .ctor()">
46390         <size>7</size>
46391       </method>
46392       <method name="Void &lt;&gt;m__0()">
46393         <size>66</size>
46394       </method>
46395     </type>
46396     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
46397       <method name="Void .ctor()">
46398         <size>7</size>
46399       </method>
46400     </type>
46401     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
46402       <method name="Void .ctor()">
46403         <size>7</size>
46404       </method>
46405       <method name="Void &lt;&gt;m__1()">
46406         <size>32</size>
46407       </method>
46408     </type>
46409   </test>
46410   <test name="test-anon-91.cs">
46411     <type name="A">
46412       <method name="Void .ctor(Int32)">
46413         <size>27</size>
46414       </method>
46415     </type>
46416     <type name="C">
46417       <method name="Void .ctor()">
46418         <size>7</size>
46419       </method>
46420       <method name="Int32 Main()">
46421         <size>12</size>
46422       </method>
46423       <method name="Void SelectCommand(Int32)">
46424         <size>1</size>
46425       </method>
46426       <method name="Void Test()">
46427         <size>66</size>
46428       </method>
46429     </type>
46430     <type name="C+D">
46431       <method name="Void .ctor(Object, IntPtr)">
46432         <size>0</size>
46433       </method>
46434       <method name="Void Invoke()">
46435         <size>0</size>
46436       </method>
46437       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46438         <size>0</size>
46439       </method>
46440       <method name="Void EndInvoke(IAsyncResult)">
46441         <size>0</size>
46442       </method>
46443     </type>
46444     <type name="C+&lt;Test&gt;c__AnonStorey0">
46445       <method name="Void .ctor()">
46446         <size>7</size>
46447       </method>
46448       <method name="Void &lt;&gt;m__0()">
46449         <size>108</size>
46450       </method>
46451     </type>
46452     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
46453       <method name="Void .ctor()">
46454         <size>7</size>
46455       </method>
46456       <method name="Void &lt;&gt;m__1()">
46457         <size>23</size>
46458       </method>
46459     </type>
46460   </test>
46461   <test name="test-anon-92.cs">
46462     <type name="MainClass">
46463       <method name="Void Test(IEnumerable)">
46464         <size>33</size>
46465       </method>
46466       <method name="Int32 Main()">
46467         <size>21</size>
46468       </method>
46469       <method name="Void .ctor()">
46470         <size>7</size>
46471       </method>
46472     </type>
46473     <type name="D">
46474       <method name="Void Invoke()">
46475         <size>0</size>
46476       </method>
46477       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46478         <size>0</size>
46479       </method>
46480       <method name="Void EndInvoke(IAsyncResult)">
46481         <size>0</size>
46482       </method>
46483       <method name="Void .ctor(Object, IntPtr)">
46484         <size>0</size>
46485       </method>
46486     </type>
46487     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
46488       <method name="Void &lt;&gt;m__0()">
46489         <size>72</size>
46490       </method>
46491       <method name="Void .ctor()">
46492         <size>7</size>
46493       </method>
46494     </type>
46495   </test>
46496   <test name="test-anon-93.cs">
46497     <type name="BaseTest.MainClass">
46498       <method name="Void add_MyEvent(System.EventHandler)">
46499         <size>55</size>
46500       </method>
46501       <method name="Void remove_MyEvent(System.EventHandler)">
46502         <size>55</size>
46503       </method>
46504       <method name="Void RaiseMyEvent(System.Object, System.EventArgs)">
46505         <size>14</size>
46506       </method>
46507       <method name="Void Main()">
46508         <size>50</size>
46509       </method>
46510       <method name="Void &lt;Main&gt;m__2(System.Object, System.EventArgs)">
46511         <size>13</size>
46512       </method>
46513       <method name="Void .ctor()">
46514         <size>7</size>
46515       </method>
46516     </type>
46517     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey0">
46518       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
46519         <size>23</size>
46520       </method>
46521       <method name="Void .ctor()">
46522         <size>7</size>
46523       </method>
46524     </type>
46525     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey1">
46526       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
46527         <size>23</size>
46528       </method>
46529       <method name="Void .ctor()">
46530         <size>7</size>
46531       </method>
46532     </type>
46533   </test>
46534   <test name="test-anon-94.cs">
46535     <type name="Program">
46536       <method name="Int32 Main()">
46537         <size>57</size>
46538       </method>
46539       <method name="Void .ctor()">
46540         <size>7</size>
46541       </method>
46542     </type>
46543     <type name="Program+BaseClass">
46544       <method name="Void Print()">
46545         <size>19</size>
46546       </method>
46547       <method name="Void .ctor()">
46548         <size>7</size>
46549       </method>
46550     </type>
46551     <type name="Program+Derived">
46552       <method name="Void Print()">
46553         <size>20</size>
46554       </method>
46555       <method name="Void &lt;Print&gt;m__0()">
46556         <size>7</size>
46557       </method>
46558       <method name="Void .ctor()">
46559         <size>7</size>
46560       </method>
46561       <method name="Void &lt;Print&gt;__BaseCallProxy0()">
46562         <size>7</size>
46563       </method>
46564     </type>
46565     <type name="Program+DerivedLibrary">
46566       <method name="Void Print(Int32)">
46567         <size>20</size>
46568       </method>
46569       <method name="Void &lt;Print&gt;__BaseCallProxy0(Int32)">
46570         <size>8</size>
46571       </method>
46572       <method name="Void &lt;Print&gt;m__1()">
46573         <size>9</size>
46574       </method>
46575       <method name="Void .ctor()">
46576         <size>7</size>
46577       </method>
46578     </type>
46579   </test>
46580   <test name="test-anon-95.cs">
46581     <type name="D">
46582       <method name="Int32 Invoke()">
46583         <size>0</size>
46584       </method>
46585       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46586         <size>0</size>
46587       </method>
46588       <method name="Int32 EndInvoke(IAsyncResult)">
46589         <size>0</size>
46590       </method>
46591       <method name="Void .ctor(Object, IntPtr)">
46592         <size>0</size>
46593       </method>
46594     </type>
46595     <type name="A">
46596       <method name="Void add_Event(D)">
46597         <size>0</size>
46598       </method>
46599       <method name="Void remove_Event(D)">
46600         <size>0</size>
46601       </method>
46602       <method name="Void .ctor()">
46603         <size>7</size>
46604       </method>
46605     </type>
46606     <type name="B">
46607       <method name="Void add_Event(D)">
46608         <size>24</size>
46609       </method>
46610       <method name="Void remove_Event(D)">
46611         <size>24</size>
46612       </method>
46613       <method name="Int32 Run()">
46614         <size>12</size>
46615       </method>
46616       <method name="Void .ctor()">
46617         <size>7</size>
46618       </method>
46619     </type>
46620     <type name="C">
46621       <method name="Int32 Test(Int32)">
46622         <size>46</size>
46623       </method>
46624       <method name="Int32 Main()">
46625         <size>23</size>
46626       </method>
46627       <method name="Void &lt;add_Event&gt;__BaseCallProxy0(D)">
46628         <size>8</size>
46629       </method>
46630       <method name="Void .ctor()">
46631         <size>7</size>
46632       </method>
46633     </type>
46634     <type name="C+&lt;Test&gt;c__AnonStorey0">
46635       <method name="Void &lt;&gt;m__0()">
46636         <size>24</size>
46637       </method>
46638       <method name="Int32 &lt;&gt;m__1()">
46639         <size>7</size>
46640       </method>
46641       <method name="Void .ctor()">
46642         <size>7</size>
46643       </method>
46644     </type>
46645   </test>
46646   <test name="test-anon-96.cs">
46647     <type name="P">
46648       <method name="Void .ctor()">
46649         <size>7</size>
46650       </method>
46651     </type>
46652     <type name="Program">
46653       <method name="Int32 Extra()">
46654         <size>3</size>
46655       </method>
46656       <method name="Program+D Get(Int32)">
46657         <size>128</size>
46658       </method>
46659       <method name="Int32 Run(Int32)">
46660         <size>12</size>
46661       </method>
46662       <method name="Int32 Main()">
46663         <size>77</size>
46664       </method>
46665     </type>
46666     <type name="Program+D">
46667       <method name="Int32 Invoke()">
46668         <size>0</size>
46669       </method>
46670       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46671         <size>0</size>
46672       </method>
46673       <method name="Int32 EndInvoke(IAsyncResult)">
46674         <size>0</size>
46675       </method>
46676       <method name="Void .ctor(Object, IntPtr)">
46677         <size>0</size>
46678       </method>
46679     </type>
46680     <type name="Program+&lt;Get&gt;c__AnonStorey0">
46681       <method name="Void .ctor()">
46682         <size>7</size>
46683       </method>
46684     </type>
46685     <type name="Program+&lt;Get&gt;c__AnonStorey1">
46686       <method name="Int32 &lt;&gt;m__0()">
46687         <size>24</size>
46688       </method>
46689       <method name="Int32 &lt;&gt;m__1()">
46690         <size>24</size>
46691       </method>
46692       <method name="Int32 &lt;&gt;m__2()">
46693         <size>19</size>
46694       </method>
46695       <method name="Void .ctor()">
46696         <size>7</size>
46697       </method>
46698     </type>
46699   </test>
46700   <test name="test-anon-97.cs">
46701     <type name="Space">
46702       <method name="Void Leak(Boolean, Int32)">
46703         <size>85</size>
46704       </method>
46705       <method name="Void .ctor()">
46706         <size>14</size>
46707       </method>
46708     </type>
46709     <type name="Space+DoCopy">
46710       <method name="Void Invoke()">
46711         <size>0</size>
46712       </method>
46713       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46714         <size>0</size>
46715       </method>
46716       <method name="Void EndInvoke(IAsyncResult)">
46717         <size>0</size>
46718       </method>
46719       <method name="Void .ctor(Object, IntPtr)">
46720         <size>0</size>
46721       </method>
46722     </type>
46723     <type name="Program">
46724       <method name="Void Main(System.String[])">
46725         <size>1</size>
46726       </method>
46727       <method name="Void .ctor()">
46728         <size>7</size>
46729       </method>
46730     </type>
46731     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
46732       <method name="Void .ctor()">
46733         <size>7</size>
46734       </method>
46735     </type>
46736     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
46737       <method name="Void &lt;&gt;m__0()">
46738         <size>18</size>
46739       </method>
46740       <method name="Void &lt;&gt;m__1()">
46741         <size>68</size>
46742       </method>
46743       <method name="Void .ctor()">
46744         <size>7</size>
46745       </method>
46746     </type>
46747   </test>
46748   <test name="test-cls-00.cs">
46749     <type name="CLSCLass_6">
46750       <method name="Void .ctor()">
46751         <size>18</size>
46752       </method>
46753       <method name="Void add_Disposed(Delegate)">
46754         <size>19</size>
46755       </method>
46756       <method name="Void remove_Disposed(Delegate)">
46757         <size>19</size>
46758       </method>
46759     </type>
46760     <type name="CLSDelegate">
46761       <method name="Void .ctor()">
46762         <size>7</size>
46763       </method>
46764     </type>
46765     <type name="CLSClass_5">
46766       <method name="Void .ctor()">
46767         <size>7</size>
46768       </method>
46769       <method name="UInt32 Test()">
46770         <size>2</size>
46771       </method>
46772     </type>
46773     <type name="CLSClass_4">
46774       <method name="Void .ctor()">
46775         <size>7</size>
46776       </method>
46777       <method name="UInt32 Test()">
46778         <size>2</size>
46779       </method>
46780     </type>
46781     <type name="CLSClass_3">
46782       <method name="Void .ctor()">
46783         <size>7</size>
46784       </method>
46785       <method name="UInt32 Test_3()">
46786         <size>2</size>
46787       </method>
46788     </type>
46789     <type name="CLSClass_2">
46790       <method name="Void .ctor()">
46791         <size>7</size>
46792       </method>
46793       <method name="SByte get_XX()">
46794         <size>2</size>
46795       </method>
46796     </type>
46797     <type name="CLSClass_1">
46798       <method name="Void .ctor()">
46799         <size>7</size>
46800       </method>
46801       <method name="UInt32 Valid()">
46802         <size>2</size>
46803       </method>
46804     </type>
46805     <type name="CLSClass">
46806       <method name="Void .ctor()">
46807         <size>7</size>
46808       </method>
46809       <method name="UInt64 Valid()">
46810         <size>3</size>
46811       </method>
46812       <method name="Byte get_XX()">
46813         <size>2</size>
46814       </method>
46815       <method name="UInt32 FooInternal()">
46816         <size>2</size>
46817       </method>
46818       <method name="UInt64 Foo()">
46819         <size>3</size>
46820       </method>
46821       <method name="Void Main()">
46822         <size>1</size>
46823       </method>
46824     </type>
46825     <type name="CLSClass+C1">
46826       <method name="Void .ctor()">
46827         <size>7</size>
46828       </method>
46829       <method name="Int64 Foo2()">
46830         <size>3</size>
46831       </method>
46832     </type>
46833     <type name="CLSClass+C1+C11">
46834       <method name="Void .ctor()">
46835         <size>7</size>
46836       </method>
46837       <method name="UInt64 Foo3()">
46838         <size>3</size>
46839       </method>
46840     </type>
46841     <type name="CLSClass+CLSClass_2">
46842       <method name="Void .ctor()">
46843         <size>7</size>
46844       </method>
46845       <method name="SByte get_XX()">
46846         <size>2</size>
46847       </method>
46848     </type>
46849     <type name="Delegate">
46850       <method name="Void .ctor(Object, IntPtr)">
46851         <size>0</size>
46852       </method>
46853       <method name="CLSDelegate Invoke()">
46854         <size>0</size>
46855       </method>
46856       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46857         <size>0</size>
46858       </method>
46859       <method name="CLSDelegate EndInvoke(IAsyncResult)">
46860         <size>0</size>
46861       </method>
46862     </type>
46863   </test>
46864   <test name="test-cls-01.cs">
46865     <type name="CLSClass">
46866       <method name="Void .ctor()">
46867         <size>7</size>
46868       </method>
46869       <method name="Byte get_XX()">
46870         <size>2</size>
46871       </method>
46872       <method name="Void Main()">
46873         <size>1</size>
46874       </method>
46875     </type>
46876     <type name="Big">
46877       <method name="Void .ctor()">
46878         <size>7</size>
46879       </method>
46880       <method name="Big op_Implicit(UInt32)">
46881         <size>2</size>
46882       </method>
46883     </type>
46884     <type name="C1">
46885       <method name="Void .ctor()">
46886         <size>7</size>
46887       </method>
46888       <method name="Void method(UInt32)">
46889         <size>1</size>
46890       </method>
46891     </type>
46892   </test>
46893   <test name="test-cls-02.cs">
46894     <type name="CLSClass">
46895       <method name="Void .ctor(UInt64)">
46896         <size>7</size>
46897       </method>
46898       <method name="Void .ctor(UInt32)">
46899         <size>7</size>
46900       </method>
46901       <method name="Void set_X_0(UInt64)">
46902         <size>1</size>
46903       </method>
46904       <method name="Void set_Item(UInt64, UInt64)">
46905         <size>1</size>
46906       </method>
46907       <method name="Void Main()">
46908         <size>1</size>
46909       </method>
46910     </type>
46911     <type name="InnerTypeClasss">
46912       <method name="Void .ctor()">
46913         <size>7</size>
46914       </method>
46915       <method name="Struct Method()">
46916         <size>10</size>
46917       </method>
46918     </type>
46919   </test>
46920   <test name="test-cls-03.cs">
46921     <type name="CLSClass">
46922       <method name="Void .ctor()">
46923         <size>7</size>
46924       </method>
46925       <method name="I1 Foo()">
46926         <size>2</size>
46927       </method>
46928       <method name="Void Main()">
46929         <size>1</size>
46930       </method>
46931     </type>
46932   </test>
46933   <test name="test-cls-05.cs">
46934     <type name="X1">
46935       <method name="Void .ctor()">
46936         <size>7</size>
46937       </method>
46938     </type>
46939     <type name="X2">
46940       <method name="Void .ctor()">
46941         <size>7</size>
46942       </method>
46943     </type>
46944     <type name="X3">
46945       <method name="Void .ctor()">
46946         <size>7</size>
46947       </method>
46948       <method name="Void bb(Boolean)">
46949         <size>1</size>
46950       </method>
46951       <method name="Void BB()">
46952         <size>1</size>
46953       </method>
46954     </type>
46955     <type name="X4">
46956       <method name="Void .ctor()">
46957         <size>7</size>
46958       </method>
46959       <method name="Void method(Int32)">
46960         <size>1</size>
46961       </method>
46962       <method name="Void method(Boolean)">
46963         <size>1</size>
46964       </method>
46965       <method name="Boolean method()">
46966         <size>2</size>
46967       </method>
46968     </type>
46969     <type name="BaseClass">
46970       <method name="Void .ctor()">
46971         <size>7</size>
46972       </method>
46973     </type>
46974     <type name="CLSClass">
46975       <method name="Void .ctor()">
46976         <size>7</size>
46977       </method>
46978       <method name="Void .ctor(Int32)">
46979         <size>7</size>
46980       </method>
46981       <method name="Void Method()">
46982         <size>1</size>
46983       </method>
46984       <method name="Int32 Method(Boolean)">
46985         <size>2</size>
46986       </method>
46987       <method name="Void methoD()">
46988         <size>1</size>
46989       </method>
46990       <method name="Void Main()">
46991         <size>1</size>
46992       </method>
46993       <method name="CLSClass op_Implicit(Boolean)">
46994         <size>7</size>
46995       </method>
46996       <method name="CLSClass op_Implicit(Int32)">
46997         <size>7</size>
46998       </method>
46999     </type>
47000     <type name="oBject">
47001       <method name="Void .ctor()">
47002         <size>7</size>
47003       </method>
47004     </type>
47005     <type name="A.C1">
47006       <method name="Void .ctor()">
47007         <size>7</size>
47008       </method>
47009     </type>
47010     <type name="B.c1">
47011       <method name="Void .ctor()">
47012         <size>7</size>
47013       </method>
47014     </type>
47015     <type name="c1">
47016       <method name="Void .ctor()">
47017         <size>7</size>
47018       </method>
47019     </type>
47020     <type name="CLSClass_2">
47021       <method name="Void .ctor()">
47022         <size>7</size>
47023       </method>
47024       <method name="Void Method()">
47025         <size>1</size>
47026       </method>
47027       <method name="Void method()">
47028         <size>1</size>
47029       </method>
47030     </type>
47031     <type name="System.sByte">
47032       <method name="Void .ctor()">
47033         <size>7</size>
47034       </method>
47035     </type>
47036     <type name="System.Web.HttpBrowserCapabilities">
47037       <method name="Void .ctor()">
47038         <size>7</size>
47039       </method>
47040     </type>
47041   </test>
47042   <test name="test-cls-06.cs">
47043     <type name="CLSClass">
47044       <method name="Void .ctor()">
47045         <size>7</size>
47046       </method>
47047       <method name="Void Main()">
47048         <size>1</size>
47049       </method>
47050     </type>
47051     <type name="CLSClass_2">
47052       <method name="Void .ctor(Int32[,,])">
47053         <size>7</size>
47054       </method>
47055       <method name="Void .ctor(Int32[,])">
47056         <size>7</size>
47057       </method>
47058       <method name="Void Test(System.Int32[,], Int32)">
47059         <size>1</size>
47060       </method>
47061       <method name="Void Test(System.Int32[,,], Boolean)">
47062         <size>1</size>
47063       </method>
47064     </type>
47065     <type name="X1">
47066       <method name="Void .ctor()">
47067         <size>7</size>
47068       </method>
47069       <method name="Void M2(Int32)">
47070         <size>1</size>
47071       </method>
47072     </type>
47073     <type name="X2">
47074       <method name="Void .ctor()">
47075         <size>7</size>
47076       </method>
47077       <method name="Void M2(Int32 ByRef)">
47078         <size>1</size>
47079       </method>
47080     </type>
47081     <type name="CLSClass+MyDelegate">
47082       <method name="Void .ctor(Object, IntPtr)">
47083         <size>0</size>
47084       </method>
47085       <method name="UInt32 Invoke()">
47086         <size>0</size>
47087       </method>
47088       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47089         <size>0</size>
47090       </method>
47091       <method name="UInt32 EndInvoke(IAsyncResult)">
47092         <size>0</size>
47093       </method>
47094     </type>
47095     <type name="MyDelegate">
47096       <method name="Void .ctor(Object, IntPtr)">
47097         <size>0</size>
47098       </method>
47099       <method name="UInt32 Invoke()">
47100         <size>0</size>
47101       </method>
47102       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47103         <size>0</size>
47104       </method>
47105       <method name="UInt32 EndInvoke(IAsyncResult)">
47106         <size>0</size>
47107       </method>
47108     </type>
47109   </test>
47110   <test name="test-cls-07.cs">
47111     <type name="aa.I1">
47112       <method name="Void .ctor()">
47113         <size>7</size>
47114       </method>
47115     </type>
47116     <type name="CLSClass">
47117       <method name="Void .ctor()">
47118         <size>7</size>
47119       </method>
47120       <method name="Void Main()">
47121         <size>1</size>
47122       </method>
47123     </type>
47124   </test>
47125   <test name="test-cls-10.cs">
47126     <type name="MainClass">
47127       <method name="Void .ctor()">
47128         <size>7</size>
47129       </method>
47130       <method name="Void Main()">
47131         <size>1</size>
47132       </method>
47133     </type>
47134   </test>
47135   <test name="test-cls-11.cs">
47136     <type name="CLSClass">
47137       <method name="Void .ctor()">
47138         <size>7</size>
47139       </method>
47140       <method name="Void Test(IComparable)">
47141         <size>0</size>
47142       </method>
47143     </type>
47144     <type name="CLSCLass_2">
47145       <method name="Void .ctor()">
47146         <size>7</size>
47147       </method>
47148       <method name="Void Test()">
47149         <size>0</size>
47150       </method>
47151     </type>
47152     <type name="CLSClass_3">
47153       <method name="Void .ctor()">
47154         <size>7</size>
47155       </method>
47156       <method name="Void Test()">
47157         <size>0</size>
47158       </method>
47159     </type>
47160     <type name="MainClass">
47161       <method name="Void .ctor()">
47162         <size>7</size>
47163       </method>
47164       <method name="Void Main()">
47165         <size>1</size>
47166       </method>
47167     </type>
47168   </test>
47169   <test name="test-cls-12.cs">
47170     <type name="MainClass">
47171       <method name="Void .ctor()">
47172         <size>7</size>
47173       </method>
47174       <method name="Void Main()">
47175         <size>1</size>
47176       </method>
47177     </type>
47178   </test>
47179   <test name="test-cls-14.cs">
47180     <type name="CLSClass">
47181       <method name="Void .ctor()">
47182         <size>7</size>
47183       </method>
47184       <method name="Void Error(Boolean)">
47185         <size>1</size>
47186       </method>
47187       <method name="CLSClass op_Implicit(Byte)">
47188         <size>6</size>
47189       </method>
47190     </type>
47191     <type name="MainClass">
47192       <method name="Void .ctor()">
47193         <size>7</size>
47194       </method>
47195       <method name="Void Main()">
47196         <size>1</size>
47197       </method>
47198     </type>
47199   </test>
47200   <test name="test-cls-15.cs">
47201     <type name="CLSAttribute_1">
47202       <method name="Void .ctor(Int32[])">
47203         <size>7</size>
47204       </method>
47205       <method name="Void .ctor(Int32)">
47206         <size>7</size>
47207       </method>
47208     </type>
47209     <type name="CLSAttribute_2">
47210       <method name="Void .ctor(Int32)">
47211         <size>7</size>
47212       </method>
47213     </type>
47214     <type name="CLSAttribute_3">
47215       <method name="Void .ctor(Int32[])">
47216         <size>7</size>
47217       </method>
47218     </type>
47219     <type name="CLSAttribute_4">
47220       <method name="Void .ctor(Int32[])">
47221         <size>7</size>
47222       </method>
47223     </type>
47224     <type name="ClassMain">
47225       <method name="Void .ctor()">
47226         <size>7</size>
47227       </method>
47228       <method name="Void Main()">
47229         <size>1</size>
47230       </method>
47231     </type>
47232   </test>
47233   <test name="test-cls-16.cs">
47234     <type name="CLSAttribute">
47235       <method name="Void .ctor(Boolean[])">
47236         <size>7</size>
47237       </method>
47238     </type>
47239     <type name="ClassMain">
47240       <method name="Void .ctor()">
47241         <size>7</size>
47242       </method>
47243       <method name="Void Main()">
47244         <size>1</size>
47245       </method>
47246     </type>
47247   </test>
47248   <test name="test-cls-17.cs">
47249     <type name="Foo">
47250       <method name="Void .ctor()">
47251         <size>7</size>
47252       </method>
47253       <method name="Void Main()">
47254         <size>1</size>
47255       </method>
47256     </type>
47257   </test>
47258   <test name="test-cls-18.cs">
47259     <type name="Base">
47260       <method name="Void .ctor()">
47261         <size>7</size>
47262       </method>
47263       <method name="Void Test(System.Int32[])">
47264         <size>1</size>
47265       </method>
47266     </type>
47267     <type name="CLSClass">
47268       <method name="Void .ctor()">
47269         <size>7</size>
47270       </method>
47271       <method name="Void Test(System.Int32[])">
47272         <size>1</size>
47273       </method>
47274       <method name="Void Main()">
47275         <size>1</size>
47276       </method>
47277     </type>
47278   </test>
47279   <test name="test-cls-19.cs">
47280     <type name="A">
47281       <method name="Void Main()">
47282         <size>1</size>
47283       </method>
47284       <method name="Void .ctor()">
47285         <size>7</size>
47286       </method>
47287     </type>
47288     <type name="A+PartialClass">
47289       <method name="Void Method1(Int32)">
47290         <size>1</size>
47291       </method>
47292       <method name="Void Method2(UInt32)">
47293         <size>1</size>
47294       </method>
47295       <method name="Void Method3(UInt32)">
47296         <size>1</size>
47297       </method>
47298       <method name="Void .ctor()">
47299         <size>7</size>
47300       </method>
47301     </type>
47302   </test>
47303   <test name="test-externalias-01.cs">
47304     <type name="Test">
47305       <method name="Void .ctor()">
47306         <size>7</size>
47307       </method>
47308       <method name="Int32 Main()">
47309         <size>64</size>
47310       </method>
47311     </type>
47312   </test>
47313   <test name="test-externalias-02.cs">
47314     <type name="Test">
47315       <method name="Void .ctor()">
47316         <size>7</size>
47317       </method>
47318       <method name="Int32 Main()">
47319         <size>64</size>
47320       </method>
47321     </type>
47322   </test>
47323   <test name="test-externalias-03.cs">
47324     <type name="Test">
47325       <method name="Void .ctor()">
47326         <size>7</size>
47327       </method>
47328       <method name="Int32 Main()">
47329         <size>64</size>
47330       </method>
47331     </type>
47332   </test>
47333   <test name="test-externalias-04.cs">
47334     <type name="Test">
47335       <method name="Void .ctor()">
47336         <size>7</size>
47337       </method>
47338       <method name="Int32 Main()">
47339         <size>64</size>
47340       </method>
47341     </type>
47342   </test>
47343   <test name="test-externalias-05.cs">
47344     <type name="Test">
47345       <method name="Void .ctor()">
47346         <size>7</size>
47347       </method>
47348       <method name="Void Main()">
47349         <size>21</size>
47350       </method>
47351     </type>
47352   </test>
47353   <test name="test-externalias-06.cs">
47354     <type name="MyAssembly01.Test">
47355       <method name="Void .ctor()">
47356         <size>7</size>
47357       </method>
47358     </type>
47359     <type name="MyAssembly01.Namespace1.Test">
47360       <method name="Void .ctor()">
47361         <size>7</size>
47362       </method>
47363     </type>
47364     <type name="MyAssembly02.Test">
47365       <method name="Void .ctor()">
47366         <size>7</size>
47367       </method>
47368     </type>
47369     <type name="MyAssembly02.Namespace1.Test">
47370       <method name="Void .ctor()">
47371         <size>7</size>
47372       </method>
47373     </type>
47374     <type name="Test">
47375       <method name="Void .ctor()">
47376         <size>7</size>
47377       </method>
47378       <method name="Void Main()">
47379         <size>1</size>
47380       </method>
47381     </type>
47382   </test>
47383   <test name="test-externalias-07.cs">
47384     <type name="NS.MyClass">
47385       <method name="Void .ctor()">
47386         <size>7</size>
47387       </method>
47388       <method name="Int32 GetInt()">
47389         <size>6</size>
47390       </method>
47391     </type>
47392     <type name="Test">
47393       <method name="Void .ctor()">
47394         <size>7</size>
47395       </method>
47396       <method name="Int32 Main()">
47397         <size>15</size>
47398       </method>
47399     </type>
47400   </test>
47401   <test name="test-externalias-08.cs">
47402     <type name="Test">
47403       <method name="Void .ctor()">
47404         <size>7</size>
47405       </method>
47406       <method name="Int32 Main()">
47407         <size>54</size>
47408       </method>
47409     </type>
47410   </test>
47411   <test name="test-externalias-09.cs">
47412     <type name="Test">
47413       <method name="Void .ctor()">
47414         <size>7</size>
47415       </method>
47416       <method name="Int32 Main()">
47417         <size>8</size>
47418       </method>
47419     </type>
47420   </test>
47421   <test name="test-iter-01.cs">
47422     <type name="X">
47423       <method name="Void .ctor()">
47424         <size>7</size>
47425       </method>
47426       <method name="IEnumerator GetIt()">
47427         <size>8</size>
47428       </method>
47429       <method name="IEnumerable GetIt2()">
47430         <size>16</size>
47431       </method>
47432       <method name="Int32 Main()">
47433         <size>172</size>
47434       </method>
47435     </type>
47436     <type name="X+&lt;GetIt&gt;c__Iterator0">
47437       <method name="Void .ctor()">
47438         <size>7</size>
47439       </method>
47440       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47441         <size>7</size>
47442       </method>
47443       <method name="Boolean MoveNext()">
47444         <size>124</size>
47445       </method>
47446       <method name="Void Dispose()">
47447         <size>8</size>
47448       </method>
47449       <method name="Void Reset()">
47450         <size>6</size>
47451       </method>
47452     </type>
47453     <type name="X+&lt;GetIt2&gt;c__Iterator1">
47454       <method name="Void .ctor()">
47455         <size>7</size>
47456       </method>
47457       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47458         <size>7</size>
47459       </method>
47460       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47461         <size>7</size>
47462       </method>
47463       <method name="Boolean MoveNext()">
47464         <size>124</size>
47465       </method>
47466       <method name="Void Dispose()">
47467         <size>8</size>
47468       </method>
47469       <method name="Void Reset()">
47470         <size>6</size>
47471       </method>
47472     </type>
47473     <type name="X+&lt;GetIt&gt;c__Iterator0">
47474       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47475         <size>7</size>
47476       </method>
47477     </type>
47478     <type name="X+&lt;GetIt2&gt;c__Iterator1">
47479       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47480         <size>7</size>
47481       </method>
47482       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47483         <size>26</size>
47484       </method>
47485     </type>
47486   </test>
47487   <test name="test-iter-02.cs">
47488     <type name="X">
47489       <method name="Void .ctor()">
47490         <size>7</size>
47491       </method>
47492       <method name="IEnumerator GetRange()">
47493         <size>8</size>
47494       </method>
47495       <method name="Int32 Main()">
47496         <size>88</size>
47497       </method>
47498     </type>
47499     <type name="X+&lt;GetRange&gt;c__Iterator0">
47500       <method name="Void .ctor()">
47501         <size>7</size>
47502       </method>
47503       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47504         <size>7</size>
47505       </method>
47506       <method name="Boolean MoveNext()">
47507         <size>171</size>
47508       </method>
47509       <method name="Void Dispose()">
47510         <size>8</size>
47511       </method>
47512       <method name="Void Reset()">
47513         <size>6</size>
47514       </method>
47515       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47516         <size>7</size>
47517       </method>
47518     </type>
47519   </test>
47520   <test name="test-iter-03.cs">
47521     <type name="X">
47522       <method name="Void .ctor()">
47523         <size>7</size>
47524       </method>
47525       <method name="IEnumerable GetIt(System.Int32[])">
47526         <size>30</size>
47527       </method>
47528       <method name="IEnumerable GetMulti(System.Int32[,])">
47529         <size>30</size>
47530       </method>
47531       <method name="Int32 Main()">
47532         <size>247</size>
47533       </method>
47534     </type>
47535     <type name="&lt;PrivateImplementationDetails&gt;">
47536       <method name="Void .ctor()">
47537         <size>7</size>
47538       </method>
47539     </type>
47540     <type name="X+&lt;GetIt&gt;c__Iterator0">
47541       <method name="Void .ctor()">
47542         <size>7</size>
47543       </method>
47544       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47545         <size>7</size>
47546       </method>
47547       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47548         <size>7</size>
47549       </method>
47550       <method name="Boolean MoveNext()">
47551         <size>149</size>
47552       </method>
47553       <method name="Void Dispose()">
47554         <size>8</size>
47555       </method>
47556       <method name="Void Reset()">
47557         <size>6</size>
47558       </method>
47559     </type>
47560     <type name="X+&lt;GetMulti&gt;c__Iterator1">
47561       <method name="Void .ctor()">
47562         <size>7</size>
47563       </method>
47564       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47565         <size>7</size>
47566       </method>
47567       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47568         <size>7</size>
47569       </method>
47570       <method name="Boolean MoveNext()">
47571         <size>236</size>
47572       </method>
47573       <method name="Void Dispose()">
47574         <size>8</size>
47575       </method>
47576       <method name="Void Reset()">
47577         <size>6</size>
47578       </method>
47579     </type>
47580     <type name="X+&lt;GetIt&gt;c__Iterator0">
47581       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47582         <size>7</size>
47583       </method>
47584       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47585         <size>40</size>
47586       </method>
47587     </type>
47588     <type name="X+&lt;GetMulti&gt;c__Iterator1">
47589       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47590         <size>7</size>
47591       </method>
47592       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47593         <size>40</size>
47594       </method>
47595     </type>
47596   </test>
47597   <test name="test-iter-04.cs">
47598     <type name="X">
47599       <method name="Void .ctor()">
47600         <size>7</size>
47601       </method>
47602       <method name="IEnumerable GetRange(Int32, Int32)">
47603         <size>44</size>
47604       </method>
47605       <method name="Void Main()">
47606         <size>100</size>
47607       </method>
47608     </type>
47609     <type name="X+&lt;GetRange&gt;c__Iterator0">
47610       <method name="Void .ctor()">
47611         <size>7</size>
47612       </method>
47613       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47614         <size>7</size>
47615       </method>
47616       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47617         <size>7</size>
47618       </method>
47619       <method name="Boolean MoveNext()">
47620         <size>121</size>
47621       </method>
47622       <method name="Void Dispose()">
47623         <size>8</size>
47624       </method>
47625       <method name="Void Reset()">
47626         <size>6</size>
47627       </method>
47628       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47629         <size>7</size>
47630       </method>
47631       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47632         <size>52</size>
47633       </method>
47634     </type>
47635   </test>
47636   <test name="test-iter-05.cs">
47637     <type name="X">
47638       <method name="Void .ctor()">
47639         <size>7</size>
47640       </method>
47641       <method name="IEnumerable GetIt()">
47642         <size>16</size>
47643       </method>
47644       <method name="Int32 Main()">
47645         <size>106</size>
47646       </method>
47647     </type>
47648     <type name="List">
47649       <method name="Void .ctor(Int32)">
47650         <size>19</size>
47651       </method>
47652       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47653         <size>12</size>
47654       </method>
47655       <method name="Void Add(Int32)">
47656         <size>26</size>
47657       </method>
47658       <method name="MyEnumerator GetEnumerator()">
47659         <size>7</size>
47660       </method>
47661     </type>
47662     <type name="X+&lt;GetIt&gt;c__Iterator0">
47663       <method name="Void .ctor()">
47664         <size>7</size>
47665       </method>
47666       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47667         <size>7</size>
47668       </method>
47669       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47670         <size>7</size>
47671       </method>
47672       <method name="Boolean MoveNext()">
47673         <size>181</size>
47674       </method>
47675       <method name="Void Dispose()">
47676         <size>8</size>
47677       </method>
47678       <method name="Void Reset()">
47679         <size>6</size>
47680       </method>
47681     </type>
47682     <type name="List+MyEnumerator">
47683       <method name="Void .ctor(List)">
47684         <size>15</size>
47685       </method>
47686       <method name="System.Object get_Current()">
47687         <size>24</size>
47688       </method>
47689       <method name="Boolean MoveNext()">
47690         <size>31</size>
47691       </method>
47692       <method name="Void Reset()">
47693         <size>8</size>
47694       </method>
47695     </type>
47696     <type name="X+&lt;GetIt&gt;c__Iterator0">
47697       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47698         <size>7</size>
47699       </method>
47700       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47701         <size>26</size>
47702       </method>
47703     </type>
47704   </test>
47705   <test name="test-iter-06.cs">
47706     <type name="X">
47707       <method name="Void .ctor()">
47708         <size>7</size>
47709       </method>
47710       <method name="IEnumerable Get(Int32)">
47711         <size>30</size>
47712       </method>
47713       <method name="IEnumerable GetS(Int32)">
47714         <size>30</size>
47715       </method>
47716       <method name="Int32 Main()">
47717         <size>403</size>
47718       </method>
47719     </type>
47720     <type name="S+&lt;Get&gt;c__Iterator0">
47721       <method name="Void .ctor()">
47722         <size>7</size>
47723       </method>
47724       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47725         <size>7</size>
47726       </method>
47727       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47728         <size>7</size>
47729       </method>
47730       <method name="Boolean MoveNext()">
47731         <size>181</size>
47732       </method>
47733       <method name="Void Dispose()">
47734         <size>8</size>
47735       </method>
47736       <method name="Void Reset()">
47737         <size>6</size>
47738       </method>
47739     </type>
47740     <type name="S+&lt;GetS&gt;c__Iterator1">
47741       <method name="Void .ctor()">
47742         <size>7</size>
47743       </method>
47744       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47745         <size>7</size>
47746       </method>
47747       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47748         <size>7</size>
47749       </method>
47750       <method name="Boolean MoveNext()">
47751         <size>134</size>
47752       </method>
47753       <method name="Void Dispose()">
47754         <size>8</size>
47755       </method>
47756       <method name="Void Reset()">
47757         <size>6</size>
47758       </method>
47759     </type>
47760     <type name="X+&lt;Get&gt;c__Iterator2">
47761       <method name="Void .ctor()">
47762         <size>7</size>
47763       </method>
47764       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47765         <size>7</size>
47766       </method>
47767       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47768         <size>7</size>
47769       </method>
47770       <method name="Boolean MoveNext()">
47771         <size>129</size>
47772       </method>
47773       <method name="Void Dispose()">
47774         <size>8</size>
47775       </method>
47776       <method name="Void Reset()">
47777         <size>6</size>
47778       </method>
47779     </type>
47780     <type name="X+&lt;GetS&gt;c__Iterator3">
47781       <method name="Void .ctor()">
47782         <size>7</size>
47783       </method>
47784       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47785         <size>7</size>
47786       </method>
47787       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47788         <size>7</size>
47789       </method>
47790       <method name="Boolean MoveNext()">
47791         <size>134</size>
47792       </method>
47793       <method name="Void Dispose()">
47794         <size>8</size>
47795       </method>
47796       <method name="Void Reset()">
47797         <size>6</size>
47798       </method>
47799     </type>
47800     <type name="S">
47801       <method name="IEnumerable Get(Int32)">
47802         <size>42</size>
47803       </method>
47804       <method name="IEnumerable GetS(Int32)">
47805         <size>30</size>
47806       </method>
47807     </type>
47808     <type name="S+&lt;Get&gt;c__Iterator0">
47809       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47810         <size>7</size>
47811       </method>
47812       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47813         <size>52</size>
47814       </method>
47815     </type>
47816     <type name="S+&lt;GetS&gt;c__Iterator1">
47817       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47818         <size>7</size>
47819       </method>
47820       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47821         <size>40</size>
47822       </method>
47823     </type>
47824     <type name="X+&lt;Get&gt;c__Iterator2">
47825       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47826         <size>7</size>
47827       </method>
47828       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47829         <size>40</size>
47830       </method>
47831     </type>
47832     <type name="X+&lt;GetS&gt;c__Iterator3">
47833       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47834         <size>7</size>
47835       </method>
47836       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47837         <size>40</size>
47838       </method>
47839     </type>
47840   </test>
47841   <test name="test-iter-07.cs">
47842     <type name="Test">
47843       <method name="Void .ctor()">
47844         <size>7</size>
47845       </method>
47846       <method name="IEnumerable Foo(Int32)">
47847         <size>30</size>
47848       </method>
47849     </type>
47850     <type name="X">
47851       <method name="Void .ctor()">
47852         <size>7</size>
47853       </method>
47854       <method name="Int32 Main()">
47855         <size>373</size>
47856       </method>
47857     </type>
47858     <type name="Test+&lt;Foo&gt;c__Iterator0">
47859       <method name="Void .ctor()">
47860         <size>7</size>
47861       </method>
47862       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47863         <size>7</size>
47864       </method>
47865       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47866         <size>7</size>
47867       </method>
47868       <method name="Boolean MoveNext()">
47869         <size>253</size>
47870       </method>
47871       <method name="Void Dispose()">
47872         <size>112</size>
47873       </method>
47874       <method name="Void Reset()">
47875         <size>6</size>
47876       </method>
47877       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47878         <size>7</size>
47879       </method>
47880       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47881         <size>40</size>
47882       </method>
47883     </type>
47884   </test>
47885   <test name="test-iter-08.cs">
47886     <type name="Foo">
47887       <method name="Void Dispose()">
47888         <size>8</size>
47889       </method>
47890       <method name="Void .ctor(Int32)">
47891         <size>14</size>
47892       </method>
47893     </type>
47894     <type name="X">
47895       <method name="IEnumerable Test(Int32, Int32)">
47896         <size>44</size>
47897       </method>
47898       <method name="Int32 Main()">
47899         <size>169</size>
47900       </method>
47901       <method name="Void .ctor()">
47902         <size>7</size>
47903       </method>
47904     </type>
47905     <type name="X+&lt;Test&gt;c__Iterator0">
47906       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47907         <size>7</size>
47908       </method>
47909       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47910         <size>7</size>
47911       </method>
47912       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47913         <size>7</size>
47914       </method>
47915       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47916         <size>52</size>
47917       </method>
47918       <method name="Boolean MoveNext()">
47919         <size>358</size>
47920       </method>
47921       <method name="Void Dispose()">
47922         <size>102</size>
47923       </method>
47924       <method name="Void Reset()">
47925         <size>6</size>
47926       </method>
47927       <method name="Void .ctor()">
47928         <size>7</size>
47929       </method>
47930     </type>
47931   </test>
47932   <test name="test-iter-09.cs">
47933     <type name="Tester">
47934       <method name="Void .ctor()">
47935         <size>153</size>
47936       </method>
47937       <method name="IEnumerator GetEnumerator()">
47938         <size>15</size>
47939       </method>
47940     </type>
47941     <type name="Test">
47942       <method name="Void .ctor()">
47943         <size>7</size>
47944       </method>
47945       <method name="Int32 Main()">
47946         <size>268</size>
47947       </method>
47948     </type>
47949     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
47950       <method name="Void .ctor()">
47951         <size>7</size>
47952       </method>
47953       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47954         <size>7</size>
47955       </method>
47956       <method name="Boolean MoveNext()">
47957         <size>635</size>
47958       </method>
47959       <method name="Void Dispose()">
47960         <size>96</size>
47961       </method>
47962       <method name="Void Reset()">
47963         <size>6</size>
47964       </method>
47965       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47966         <size>7</size>
47967       </method>
47968     </type>
47969   </test>
47970   <test name="test-iter-10.cs">
47971     <type name="X">
47972       <method name="Void .ctor()">
47973         <size>7</size>
47974       </method>
47975       <method name="IEnumerator get_GetIt()">
47976         <size>8</size>
47977       </method>
47978       <method name="Void set_GetIt(IEnumerator)">
47979         <size>1</size>
47980       </method>
47981       <method name="IEnumerable get_Item(Int32)">
47982         <size>30</size>
47983       </method>
47984       <method name="Void set_Item(Int32, IEnumerable)">
47985         <size>1</size>
47986       </method>
47987       <method name="Int32 Main()">
47988         <size>184</size>
47989       </method>
47990     </type>
47991     <type name="X+&lt;&gt;c__Iterator0">
47992       <method name="Void .ctor()">
47993         <size>7</size>
47994       </method>
47995       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47996         <size>7</size>
47997       </method>
47998       <method name="Boolean MoveNext()">
47999         <size>124</size>
48000       </method>
48001       <method name="Void Dispose()">
48002         <size>8</size>
48003       </method>
48004       <method name="Void Reset()">
48005         <size>6</size>
48006       </method>
48007     </type>
48008     <type name="X+&lt;&gt;c__Iterator1">
48009       <method name="Void .ctor()">
48010         <size>7</size>
48011       </method>
48012       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48013         <size>7</size>
48014       </method>
48015       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48016         <size>7</size>
48017       </method>
48018       <method name="Boolean MoveNext()">
48019         <size>143</size>
48020       </method>
48021       <method name="Void Dispose()">
48022         <size>8</size>
48023       </method>
48024       <method name="Void Reset()">
48025         <size>6</size>
48026       </method>
48027     </type>
48028     <type name="X+&lt;&gt;c__Iterator0">
48029       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48030         <size>7</size>
48031       </method>
48032     </type>
48033     <type name="X+&lt;&gt;c__Iterator1">
48034       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48035         <size>7</size>
48036       </method>
48037       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48038         <size>40</size>
48039       </method>
48040     </type>
48041   </test>
48042   <test name="test-iter-11.cs">
48043     <type name="X">
48044       <method name="Void .ctor()">
48045         <size>7</size>
48046       </method>
48047       <method name="Void add_Hook(System.EventHandler)">
48048         <size>24</size>
48049       </method>
48050       <method name="Void remove_Hook(System.EventHandler)">
48051         <size>24</size>
48052       </method>
48053       <method name="IEnumerator Pipeline()">
48054         <size>15</size>
48055       </method>
48056       <method name="Void M(System.Object, System.EventArgs)">
48057         <size>11</size>
48058       </method>
48059       <method name="Void Main()">
48060         <size>39</size>
48061       </method>
48062     </type>
48063     <type name="X+&lt;Pipeline&gt;c__Iterator0">
48064       <method name="Void .ctor()">
48065         <size>7</size>
48066       </method>
48067       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48068         <size>7</size>
48069       </method>
48070       <method name="Boolean MoveNext()">
48071         <size>122</size>
48072       </method>
48073       <method name="Void Dispose()">
48074         <size>8</size>
48075       </method>
48076       <method name="Void Reset()">
48077         <size>6</size>
48078       </method>
48079       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48080         <size>7</size>
48081       </method>
48082     </type>
48083   </test>
48084   <test name="test-iter-12.cs">
48085     <type name="X">
48086       <method name="Void .ctor()">
48087         <size>7</size>
48088       </method>
48089       <method name="IEnumerable a()">
48090         <size>23</size>
48091       </method>
48092       <method name="Void Main()">
48093         <size>1</size>
48094       </method>
48095     </type>
48096     <type name="X+&lt;a&gt;c__Iterator0">
48097       <method name="Void .ctor()">
48098         <size>7</size>
48099       </method>
48100       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48101         <size>7</size>
48102       </method>
48103       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48104         <size>7</size>
48105       </method>
48106       <method name="Boolean MoveNext()">
48107         <size>163</size>
48108       </method>
48109       <method name="Void Dispose()">
48110         <size>55</size>
48111       </method>
48112       <method name="Void Reset()">
48113         <size>6</size>
48114       </method>
48115       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48116         <size>7</size>
48117       </method>
48118       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48119         <size>40</size>
48120       </method>
48121     </type>
48122   </test>
48123   <test name="test-iter-13.cs">
48124     <type name="Test">
48125       <method name="Void .ctor()">
48126         <size>7</size>
48127       </method>
48128       <method name="Void .cctor()">
48129         <size>11</size>
48130       </method>
48131       <method name="Void Main()">
48132         <size>1</size>
48133       </method>
48134       <method name="IEnumerable syntax_error(System.Object, System.Object)">
48135         <size>16</size>
48136       </method>
48137     </type>
48138     <type name="Test+Yp">
48139       <method name="Void .ctor()">
48140         <size>7</size>
48141       </method>
48142       <method name="IEnumerable fail()">
48143         <size>2</size>
48144       </method>
48145     </type>
48146     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
48147       <method name="Void .ctor()">
48148         <size>7</size>
48149       </method>
48150       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48151         <size>7</size>
48152       </method>
48153       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48154         <size>7</size>
48155       </method>
48156       <method name="Boolean MoveNext()">
48157         <size>25</size>
48158       </method>
48159       <method name="Void Dispose()">
48160         <size>8</size>
48161       </method>
48162       <method name="Void Reset()">
48163         <size>6</size>
48164       </method>
48165       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48166         <size>7</size>
48167       </method>
48168       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48169         <size>26</size>
48170       </method>
48171     </type>
48172   </test>
48173   <test name="test-iter-14.cs">
48174     <type name="XX">
48175       <method name="Void Metodo(System.Exception)">
48176         <size>37</size>
48177       </method>
48178       <method name="IEnumerable X()">
48179         <size>16</size>
48180       </method>
48181       <method name="Void Main()">
48182         <size>65</size>
48183       </method>
48184       <method name="Void .ctor()">
48185         <size>7</size>
48186       </method>
48187     </type>
48188     <type name="XX+&lt;X&gt;c__Iterator0">
48189       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48190         <size>7</size>
48191       </method>
48192       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48193         <size>7</size>
48194       </method>
48195       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48196         <size>7</size>
48197       </method>
48198       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48199         <size>26</size>
48200       </method>
48201       <method name="Boolean MoveNext()">
48202         <size>103</size>
48203       </method>
48204       <method name="Void Dispose()">
48205         <size>8</size>
48206       </method>
48207       <method name="Void Reset()">
48208         <size>6</size>
48209       </method>
48210       <method name="Void .ctor()">
48211         <size>7</size>
48212       </method>
48213     </type>
48214   </test>
48215   <test name="test-iter-15.cs">
48216     <type name="Test">
48217       <method name="IEnumerator GetEnumerator()">
48218         <size>15</size>
48219       </method>
48220       <method name="Void Main()">
48221         <size>11</size>
48222       </method>
48223       <method name="Void Run()">
48224         <size>177</size>
48225       </method>
48226       <method name="Void .ctor()">
48227         <size>7</size>
48228       </method>
48229     </type>
48230     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48231       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48232         <size>7</size>
48233       </method>
48234       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48235         <size>7</size>
48236       </method>
48237       <method name="Boolean MoveNext()">
48238         <size>127</size>
48239       </method>
48240       <method name="Void Dispose()">
48241         <size>8</size>
48242       </method>
48243       <method name="Void Reset()">
48244         <size>6</size>
48245       </method>
48246       <method name="Void .ctor()">
48247         <size>7</size>
48248       </method>
48249     </type>
48250   </test>
48251   <test name="test-iter-16.cs">
48252     <type name="Foo">
48253       <method name="IEnumerable foo()">
48254         <size>16</size>
48255       </method>
48256       <method name="Int32 Main()">
48257         <size>67</size>
48258       </method>
48259       <method name="Void .ctor()">
48260         <size>7</size>
48261       </method>
48262     </type>
48263     <type name="Foo+&lt;foo&gt;c__Iterator0">
48264       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48265         <size>7</size>
48266       </method>
48267       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48268         <size>7</size>
48269       </method>
48270       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48271         <size>7</size>
48272       </method>
48273       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48274         <size>26</size>
48275       </method>
48276       <method name="Boolean MoveNext()">
48277         <size>37</size>
48278       </method>
48279       <method name="Void Dispose()">
48280         <size>8</size>
48281       </method>
48282       <method name="Void Reset()">
48283         <size>6</size>
48284       </method>
48285       <method name="Void .ctor()">
48286         <size>7</size>
48287       </method>
48288     </type>
48289   </test>
48290   <test name="test-iter-17.cs">
48291     <type name="Program">
48292       <method name="IEnumerable get_Empty()">
48293         <size>16</size>
48294       </method>
48295       <method name="Void Main()">
48296         <size>61</size>
48297       </method>
48298       <method name="Void .ctor()">
48299         <size>7</size>
48300       </method>
48301     </type>
48302     <type name="Program+&lt;&gt;c__Iterator0">
48303       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48304         <size>7</size>
48305       </method>
48306       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48307         <size>7</size>
48308       </method>
48309       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48310         <size>7</size>
48311       </method>
48312       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48313         <size>26</size>
48314       </method>
48315       <method name="Boolean MoveNext()">
48316         <size>156</size>
48317       </method>
48318       <method name="Void Dispose()">
48319         <size>8</size>
48320       </method>
48321       <method name="Void Reset()">
48322         <size>6</size>
48323       </method>
48324       <method name="Void .ctor()">
48325         <size>7</size>
48326       </method>
48327     </type>
48328   </test>
48329   <test name="test-iter-18.cs">
48330     <type name="test">
48331       <method name="IEnumerable testen(Int32)">
48332         <size>30</size>
48333       </method>
48334       <method name="Void .ctor()">
48335         <size>7</size>
48336       </method>
48337     </type>
48338     <type name="reflect">
48339       <method name="Void Main(System.String[])">
48340         <size>119</size>
48341       </method>
48342       <method name="Void .ctor()">
48343         <size>7</size>
48344       </method>
48345     </type>
48346     <type name="test+&lt;testen&gt;c__Iterator0">
48347       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48348         <size>7</size>
48349       </method>
48350       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48351         <size>7</size>
48352       </method>
48353       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48354         <size>7</size>
48355       </method>
48356       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48357         <size>40</size>
48358       </method>
48359       <method name="Boolean MoveNext()">
48360         <size>193</size>
48361       </method>
48362       <method name="Void Dispose()">
48363         <size>8</size>
48364       </method>
48365       <method name="Void Reset()">
48366         <size>6</size>
48367       </method>
48368       <method name="Void .ctor()">
48369         <size>7</size>
48370       </method>
48371     </type>
48372   </test>
48373   <test name="test-iter-19.cs">
48374     <type name="Test">
48375       <method name="Void Main()">
48376         <size>66</size>
48377       </method>
48378       <method name="IEnumerator GetEnumerator()">
48379         <size>8</size>
48380       </method>
48381       <method name="Void .ctor()">
48382         <size>7</size>
48383       </method>
48384     </type>
48385     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48386       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48387         <size>7</size>
48388       </method>
48389       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48390         <size>7</size>
48391       </method>
48392       <method name="Boolean MoveNext()">
48393         <size>75</size>
48394       </method>
48395       <method name="Void Dispose()">
48396         <size>8</size>
48397       </method>
48398       <method name="Void Reset()">
48399         <size>6</size>
48400       </method>
48401       <method name="Void .ctor()">
48402         <size>7</size>
48403       </method>
48404     </type>
48405   </test>
48406   <test name="test-iter-20.cs">
48407     <type name="CustomDict">
48408       <method name="IEnumerator GetEnumerator()">
48409         <size>15</size>
48410       </method>
48411       <method name="Void .ctor()">
48412         <size>68</size>
48413       </method>
48414     </type>
48415     <type name="Tests">
48416       <method name="Void Main()">
48417         <size>7</size>
48418       </method>
48419       <method name="Void .ctor()">
48420         <size>7</size>
48421       </method>
48422     </type>
48423     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
48424       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48425         <size>7</size>
48426       </method>
48427       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48428         <size>7</size>
48429       </method>
48430       <method name="Boolean MoveNext()">
48431         <size>84</size>
48432       </method>
48433       <method name="Void Dispose()">
48434         <size>8</size>
48435       </method>
48436       <method name="Void Reset()">
48437         <size>6</size>
48438       </method>
48439       <method name="Void .ctor()">
48440         <size>7</size>
48441       </method>
48442     </type>
48443   </test>
48444   <test name="test-iter-21.cs">
48445     <type name="X">
48446       <method name="IEnumerable GetIt(System.Int32[])">
48447         <size>30</size>
48448       </method>
48449       <method name="Int32 Main()">
48450         <size>119</size>
48451       </method>
48452       <method name="Void .ctor()">
48453         <size>7</size>
48454       </method>
48455     </type>
48456     <type name="X+A">
48457       <method name="Void Invoke()">
48458         <size>0</size>
48459       </method>
48460       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48461         <size>0</size>
48462       </method>
48463       <method name="Void EndInvoke(IAsyncResult)">
48464         <size>0</size>
48465       </method>
48466       <method name="Void .ctor(Object, IntPtr)">
48467         <size>0</size>
48468       </method>
48469     </type>
48470     <type name="X+&lt;GetIt&gt;c__Iterator0">
48471       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48472         <size>7</size>
48473       </method>
48474       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48475         <size>7</size>
48476       </method>
48477       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48478         <size>7</size>
48479       </method>
48480       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48481         <size>40</size>
48482       </method>
48483       <method name="Boolean MoveNext()">
48484         <size>199</size>
48485       </method>
48486       <method name="Void Dispose()">
48487         <size>8</size>
48488       </method>
48489       <method name="Void Reset()">
48490         <size>6</size>
48491       </method>
48492       <method name="Void &lt;&gt;m__0()">
48493         <size>22</size>
48494       </method>
48495       <method name="Void .ctor()">
48496         <size>7</size>
48497       </method>
48498     </type>
48499     <type name="&lt;PrivateImplementationDetails&gt;">
48500       <method name="Void .ctor()">
48501         <size>7</size>
48502       </method>
48503     </type>
48504   </test>
48505   <test name="test-iter-22.cs">
48506     <type name="Test">
48507       <method name="Void Main()">
48508         <size>66</size>
48509       </method>
48510       <method name="IEnumerator GetEnumerator()">
48511         <size>8</size>
48512       </method>
48513       <method name="Void .ctor()">
48514         <size>7</size>
48515       </method>
48516     </type>
48517     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48518       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48519         <size>7</size>
48520       </method>
48521       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48522         <size>7</size>
48523       </method>
48524       <method name="Boolean MoveNext()">
48525         <size>197</size>
48526       </method>
48527       <method name="Void Dispose()">
48528         <size>76</size>
48529       </method>
48530       <method name="Void Reset()">
48531         <size>6</size>
48532       </method>
48533       <method name="Void .ctor()">
48534         <size>7</size>
48535       </method>
48536     </type>
48537   </test>
48538   <test name="test-named-01.cs">
48539     <type name="A">
48540       <method name="Void .ctor()">
48541         <size>13</size>
48542       </method>
48543       <method name="Void .ctor(Object)">
48544         <size>7</size>
48545       </method>
48546       <method name="Void set_Item(Int32, Int32)">
48547         <size>8</size>
48548       </method>
48549     </type>
48550     <type name="B">
48551       <method name="Void .ctor()">
48552         <size>12</size>
48553       </method>
48554       <method name="Void set_Item(Int32, Int32)">
48555         <size>11</size>
48556       </method>
48557     </type>
48558     <type name="XAttribute">
48559       <method name="Void .ctor(Int32)">
48560         <size>7</size>
48561       </method>
48562     </type>
48563     <type name="M">
48564       <method name="Void .ctor()">
48565         <size>7</size>
48566       </method>
48567       <method name="Void Foo(Int32)">
48568         <size>1</size>
48569       </method>
48570       <method name="Int32 Main()">
48571         <size>48</size>
48572       </method>
48573     </type>
48574   </test>
48575   <test name="test-named-02.cs">
48576     <type name="A">
48577       <method name="Void .ctor()">
48578         <size>7</size>
48579       </method>
48580       <method name="Void set_Item(Int32, Int32)">
48581         <size>29</size>
48582       </method>
48583       <method name="Int32 get_Item(Int32)">
48584         <size>28</size>
48585       </method>
48586     </type>
48587     <type name="MyPoint">
48588       <method name="Void .ctor(Int32, Int32)">
48589         <size>15</size>
48590       </method>
48591     </type>
48592     <type name="C">
48593       <method name="Void .ctor()">
48594         <size>7</size>
48595       </method>
48596       <method name="Decimal Foo(Decimal, Decimal)">
48597         <size>2</size>
48598       </method>
48599       <method name="System.String Bar(Int32, System.String, Char)">
48600         <size>20</size>
48601       </method>
48602       <method name="Int32 Test(Int32, Int32)">
48603         <size>30</size>
48604       </method>
48605       <method name="Int32 Main()">
48606         <size>274</size>
48607       </method>
48608     </type>
48609   </test>
48610   <test name="test-named-03.cs">
48611     <type name="C">
48612       <method name="Void .ctor()">
48613         <size>7</size>
48614       </method>
48615       <method name="Int32 TestInt(Int32)">
48616         <size>3</size>
48617       </method>
48618       <method name="Int32 Main()">
48619         <size>23</size>
48620       </method>
48621     </type>
48622     <type name="C+IntDelegate">
48623       <method name="Void .ctor(Object, IntPtr)">
48624         <size>0</size>
48625       </method>
48626       <method name="Int32 Invoke(Int32)">
48627         <size>0</size>
48628       </method>
48629       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
48630         <size>0</size>
48631       </method>
48632       <method name="Int32 EndInvoke(IAsyncResult)">
48633         <size>0</size>
48634       </method>
48635     </type>
48636   </test>
48637   <test name="test-named-04.cs">
48638     <type name="Program">
48639       <method name="Void Foo2(Int32, Int32 ByRef)">
48640         <size>40</size>
48641       </method>
48642       <method name="Int32 Main()">
48643         <size>242</size>
48644       </method>
48645       <method name="Void .ctor()">
48646         <size>7</size>
48647       </method>
48648     </type>
48649   </test>
48650   <test name="test-named-05.cs">
48651     <type name="A">
48652       <method name="Int32 Foo(Int32)">
48653         <size>2</size>
48654       </method>
48655       <method name="Int32 get_Item(Int32, System.String)">
48656         <size>2</size>
48657       </method>
48658       <method name="Void .ctor()">
48659         <size>7</size>
48660       </method>
48661     </type>
48662     <type name="B">
48663       <method name="Int32 Foo(Int32)">
48664         <size>2</size>
48665       </method>
48666       <method name="Int32 get_Item(Int32, System.String)">
48667         <size>2</size>
48668       </method>
48669       <method name="Void .ctor()">
48670         <size>7</size>
48671       </method>
48672     </type>
48673     <type name="Test">
48674       <method name="Int32 Main()">
48675         <size>98</size>
48676       </method>
48677       <method name="Void .ctor()">
48678         <size>7</size>
48679       </method>
48680     </type>
48681   </test>
48682   <test name="test-named-06.cs">
48683     <type name="C">
48684       <method name="Int32 Main()">
48685         <size>25</size>
48686       </method>
48687       <method name="Int32 Foo(Int32, Int64, System.String)">
48688         <size>2</size>
48689       </method>
48690       <method name="Int32 Foo(Int32, Int64, System.String[])">
48691         <size>2</size>
48692       </method>
48693       <method name="Int32 Foo(Int64, Int32)">
48694         <size>2</size>
48695       </method>
48696       <method name="Void .ctor()">
48697         <size>7</size>
48698       </method>
48699     </type>
48700   </test>
48701   <test name="test-partial-01.cs">
48702     <type name="Foo.Hello">
48703       <method name="Void .ctor()">
48704         <size>7</size>
48705       </method>
48706       <method name="Void .cctor()">
48707         <size>7</size>
48708       </method>
48709     </type>
48710     <type name="Bar.Hello">
48711       <method name="Void .ctor()">
48712         <size>7</size>
48713       </method>
48714       <method name="Void .cctor()">
48715         <size>8</size>
48716       </method>
48717     </type>
48718     <type name="X.Test">
48719       <method name="Void .ctor()">
48720         <size>7</size>
48721       </method>
48722       <method name="Int32 FooWorld()">
48723         <size>6</size>
48724       </method>
48725       <method name="Int32 BarWorld()">
48726         <size>6</size>
48727       </method>
48728     </type>
48729     <type name="Y">
48730       <method name="Void .ctor()">
48731         <size>7</size>
48732       </method>
48733       <method name="Int32 Main()">
48734         <size>29</size>
48735       </method>
48736     </type>
48737   </test>
48738   <test name="test-partial-02.cs">
48739     <type name="Test1.Base">
48740       <method name="Void .ctor()">
48741         <size>7</size>
48742       </method>
48743     </type>
48744     <type name="Test1.Foo">
48745       <method name="Void .ctor()">
48746         <size>7</size>
48747       </method>
48748     </type>
48749     <type name="Test2.Foo">
48750       <method name="Void .ctor()">
48751         <size>7</size>
48752       </method>
48753     </type>
48754     <type name="ReflectedType">
48755       <method name="Void .ctor()">
48756         <size>7</size>
48757       </method>
48758     </type>
48759     <type name="D">
48760       <method name="Void .ctor()">
48761         <size>7</size>
48762       </method>
48763     </type>
48764     <type name="X">
48765       <method name="Void .ctor()">
48766         <size>7</size>
48767       </method>
48768       <method name="Void Main()">
48769         <size>1</size>
48770       </method>
48771     </type>
48772   </test>
48773   <test name="test-partial-03.cs">
48774     <type name="Test">
48775       <method name="Void .ctor()">
48776         <size>18</size>
48777       </method>
48778       <method name="Int32 TestFoo()">
48779         <size>13</size>
48780       </method>
48781       <method name="Int32 TestIFoo(IFoo)">
48782         <size>8</size>
48783       </method>
48784     </type>
48785     <type name="Test+Foo">
48786       <method name="Void .ctor()">
48787         <size>7</size>
48788       </method>
48789       <method name="Int32 Test.IFoo.Hello(Test)">
48790         <size>2</size>
48791       </method>
48792       <method name="Int32 Hello(Test)">
48793         <size>2</size>
48794       </method>
48795     </type>
48796     <type name="X">
48797       <method name="Void .ctor()">
48798         <size>7</size>
48799       </method>
48800       <method name="Int32 Main()">
48801         <size>42</size>
48802       </method>
48803     </type>
48804   </test>
48805   <test name="test-partial-04.cs">
48806     <type name="B.Test">
48807       <method name="Void .ctor()">
48808         <size>7</size>
48809       </method>
48810       <method name="Void A.IFoo.Hello(IFoo)">
48811         <size>1</size>
48812       </method>
48813     </type>
48814     <type name="X">
48815       <method name="Void .ctor()">
48816         <size>7</size>
48817       </method>
48818       <method name="Void Main()">
48819         <size>1</size>
48820       </method>
48821     </type>
48822   </test>
48823   <test name="test-partial-05.cs">
48824     <type name="B">
48825       <method name="Void .ctor()">
48826         <size>7</size>
48827       </method>
48828     </type>
48829     <type name="A">
48830       <method name="Void .ctor()">
48831         <size>7</size>
48832       </method>
48833     </type>
48834     <type name="A2">
48835       <method name="Void .ctor()">
48836         <size>7</size>
48837       </method>
48838     </type>
48839     <type name="D">
48840       <method name="Void .ctor()">
48841         <size>7</size>
48842       </method>
48843       <method name="Void Main()">
48844         <size>1</size>
48845       </method>
48846     </type>
48847   </test>
48848   <test name="test-partial-06.cs">
48849     <type name="Foo">
48850       <method name="Void .ctor()">
48851         <size>7</size>
48852       </method>
48853       <method name="Void Finalize()">
48854         <size>13</size>
48855       </method>
48856     </type>
48857     <type name="B">
48858       <method name="Void .ctor()">
48859         <size>7</size>
48860       </method>
48861       <method name="Void Main()">
48862         <size>1</size>
48863       </method>
48864     </type>
48865   </test>
48866   <test name="test-partial-07.cs">
48867     <type name="Test">
48868       <method name="Void .ctor()">
48869         <size>7</size>
48870       </method>
48871     </type>
48872     <type name="TestAttribute">
48873       <method name="Void .ctor()">
48874         <size>7</size>
48875       </method>
48876     </type>
48877     <type name="Test2Attribute">
48878       <method name="Void .ctor()">
48879         <size>7</size>
48880       </method>
48881     </type>
48882     <type name="X">
48883       <method name="Void .ctor()">
48884         <size>7</size>
48885       </method>
48886       <method name="Int32 Main()">
48887         <size>62</size>
48888       </method>
48889     </type>
48890   </test>
48891   <test name="test-partial-08.cs">
48892     <type name="Foo">
48893       <method name="Void .ctor()">
48894         <size>7</size>
48895       </method>
48896       <method name="System.String get_Id()">
48897         <size>7</size>
48898       </method>
48899     </type>
48900     <type name="PartialAbstractCompilationError">
48901       <method name="Void .ctor()">
48902         <size>7</size>
48903       </method>
48904       <method name="Int32 Main()">
48905         <size>54</size>
48906       </method>
48907     </type>
48908   </test>
48909   <test name="test-partial-09.cs">
48910     <type name="Foo">
48911       <method name="Void .ctor()">
48912         <size>7</size>
48913       </method>
48914       <method name="System.String get_Id()">
48915         <size>7</size>
48916       </method>
48917     </type>
48918     <type name="Bar">
48919       <method name="Void .ctor(String)">
48920         <size>14</size>
48921       </method>
48922     </type>
48923     <type name="PartialAbstractCompilationError">
48924       <method name="Void .ctor()">
48925         <size>7</size>
48926       </method>
48927       <method name="Void Main()">
48928         <size>21</size>
48929       </method>
48930     </type>
48931   </test>
48932   <test name="test-partial-10.cs">
48933     <type name="Test2.Foo">
48934       <method name="Void .ctor()">
48935         <size>7</size>
48936       </method>
48937       <method name="Void .cctor()">
48938         <size>15</size>
48939       </method>
48940     </type>
48941     <type name="X">
48942       <method name="Void .ctor()">
48943         <size>7</size>
48944       </method>
48945       <method name="Int32 Main()">
48946         <size>68</size>
48947       </method>
48948     </type>
48949     <type name="Test3.Foo">
48950       <method name="Void .cctor()">
48951         <size>15</size>
48952       </method>
48953     </type>
48954   </test>
48955   <test name="test-partial-11.cs">
48956     <type name="StaticClass">
48957       <method name="System.String Name()">
48958         <size>6</size>
48959       </method>
48960     </type>
48961     <type name="MainClass">
48962       <method name="Void .ctor()">
48963         <size>7</size>
48964       </method>
48965       <method name="Boolean IsStatic(System.Type)">
48966         <size>73</size>
48967       </method>
48968       <method name="Int32 Main()">
48969         <size>56</size>
48970       </method>
48971     </type>
48972   </test>
48973   <test name="test-partial-12.cs">
48974     <type name="Test1.Foo">
48975       <method name="Void .ctor()">
48976         <size>7</size>
48977       </method>
48978       <method name="IEnumerable E()">
48979         <size>16</size>
48980       </method>
48981     </type>
48982     <type name="X">
48983       <method name="Void .ctor()">
48984         <size>7</size>
48985       </method>
48986       <method name="Int32 Main()">
48987         <size>104</size>
48988       </method>
48989     </type>
48990     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
48991       <method name="Void .ctor()">
48992         <size>7</size>
48993       </method>
48994       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48995         <size>7</size>
48996       </method>
48997       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48998         <size>7</size>
48999       </method>
49000       <method name="Boolean MoveNext()">
49001         <size>67</size>
49002       </method>
49003       <method name="Void Dispose()">
49004         <size>8</size>
49005       </method>
49006       <method name="Void Reset()">
49007         <size>6</size>
49008       </method>
49009       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49010         <size>7</size>
49011       </method>
49012       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49013         <size>26</size>
49014       </method>
49015     </type>
49016   </test>
49017   <test name="test-partial-13.cs">
49018     <type name="Test.Test">
49019       <method name="Void .ctor()">
49020         <size>7</size>
49021       </method>
49022       <method name="Boolean Equals(System.Object)">
49023         <size>2</size>
49024       </method>
49025       <method name="Int32 GetHashCode()">
49026         <size>2</size>
49027       </method>
49028       <method name="Void Main()">
49029         <size>1</size>
49030       </method>
49031     </type>
49032   </test>
49033   <test name="test-partial-14.cs">
49034     <type name="T">
49035       <method name="Void .ctor()">
49036         <size>7</size>
49037       </method>
49038     </type>
49039     <type name="partial">
49040       <method name="Void .ctor()">
49041         <size>7</size>
49042       </method>
49043     </type>
49044     <type name="A">
49045       <method name="Void .ctor()">
49046         <size>7</size>
49047       </method>
49048       <method name="Void partial(partial)">
49049         <size>3</size>
49050       </method>
49051     </type>
49052     <type name="B">
49053       <method name="Void .ctor()">
49054         <size>7</size>
49055       </method>
49056       <method name="Void Main()">
49057         <size>1</size>
49058       </method>
49059     </type>
49060   </test>
49061   <test name="test-partial-15.cs">
49062     <type name="Foo.X">
49063       <method name="Void .ctor()">
49064         <size>7</size>
49065       </method>
49066       <method name="Void Main()">
49067         <size>1</size>
49068       </method>
49069       <method name="IEnumerable Attempts2()">
49070         <size>16</size>
49071       </method>
49072       <method name="IEnumerable get_Attempts()">
49073         <size>16</size>
49074       </method>
49075       <method name="IEnumerable get_Item(Int32)">
49076         <size>16</size>
49077       </method>
49078     </type>
49079     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
49080       <method name="Void .ctor()">
49081         <size>7</size>
49082       </method>
49083       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49084         <size>7</size>
49085       </method>
49086       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49087         <size>7</size>
49088       </method>
49089       <method name="Boolean MoveNext()">
49090         <size>36</size>
49091       </method>
49092       <method name="Void Dispose()">
49093         <size>8</size>
49094       </method>
49095       <method name="Void Reset()">
49096         <size>6</size>
49097       </method>
49098     </type>
49099     <type name="Foo.X+&lt;&gt;c__Iterator1">
49100       <method name="Void .ctor()">
49101         <size>7</size>
49102       </method>
49103       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49104         <size>7</size>
49105       </method>
49106       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49107         <size>7</size>
49108       </method>
49109       <method name="Boolean MoveNext()">
49110         <size>36</size>
49111       </method>
49112       <method name="Void Dispose()">
49113         <size>8</size>
49114       </method>
49115       <method name="Void Reset()">
49116         <size>6</size>
49117       </method>
49118     </type>
49119     <type name="Foo.X+&lt;&gt;c__Iterator2">
49120       <method name="Void .ctor()">
49121         <size>7</size>
49122       </method>
49123       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49124         <size>7</size>
49125       </method>
49126       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49127         <size>7</size>
49128       </method>
49129       <method name="Boolean MoveNext()">
49130         <size>36</size>
49131       </method>
49132       <method name="Void Dispose()">
49133         <size>8</size>
49134       </method>
49135       <method name="Void Reset()">
49136         <size>6</size>
49137       </method>
49138     </type>
49139     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
49140       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49141         <size>7</size>
49142       </method>
49143       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49144         <size>26</size>
49145       </method>
49146     </type>
49147     <type name="Foo.X+&lt;&gt;c__Iterator1">
49148       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49149         <size>7</size>
49150       </method>
49151       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49152         <size>26</size>
49153       </method>
49154     </type>
49155     <type name="Foo.X+&lt;&gt;c__Iterator2">
49156       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49157         <size>7</size>
49158       </method>
49159       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49160         <size>26</size>
49161       </method>
49162     </type>
49163   </test>
49164   <test name="test-partial-16.cs">
49165     <type name="A.C">
49166       <method name="Void .ctor()">
49167         <size>23</size>
49168       </method>
49169       <method name="Void .cctor()">
49170         <size>11</size>
49171       </method>
49172     </type>
49173     <type name="B.C2">
49174       <method name="Void .ctor()">
49175         <size>7</size>
49176       </method>
49177       <method name="Boolean Test()">
49178         <size>2</size>
49179       </method>
49180       <method name="System.Object Test_I()">
49181         <size>2</size>
49182       </method>
49183       <method name="Void Main()">
49184         <size>1</size>
49185       </method>
49186     </type>
49187   </test>
49188   <test name="test-partial-17.cs">
49189     <type name="Test">
49190       <method name="Void .ctor()">
49191         <size>7</size>
49192       </method>
49193       <method name="Boolean Check(System.String, System.String[])">
49194         <size>42</size>
49195       </method>
49196       <method name="Void Main()">
49197         <size>1</size>
49198       </method>
49199     </type>
49200   </test>
49201   <test name="test-partial-18.cs">
49202     <type name="N.Foo">
49203       <method name="Void .ctor()">
49204         <size>17</size>
49205       </method>
49206       <method name="Void Main()">
49207         <size>1</size>
49208       </method>
49209     </type>
49210   </test>
49211   <test name="test-partial-19.cs">
49212     <type name="Bug.GL">
49213       <method name="Void Main()">
49214         <size>7</size>
49215       </method>
49216     </type>
49217     <type name="Bug.GL+Core">
49218       <method name="Boolean A()">
49219         <size>2</size>
49220       </method>
49221     </type>
49222   </test>
49223   <test name="test-partial-20.cs">
49224     <type name="A">
49225       <method name="Void .ctor()">
49226         <size>7</size>
49227       </method>
49228       <method name="Void .cctor()">
49229         <size>7</size>
49230       </method>
49231     </type>
49232     <type name="B">
49233       <method name="Void .ctor()">
49234         <size>7</size>
49235       </method>
49236       <method name="Void .cctor()">
49237         <size>7</size>
49238       </method>
49239     </type>
49240     <type name="C">
49241       <method name="Void .ctor()">
49242         <size>7</size>
49243       </method>
49244       <method name="Int32 Main()">
49245         <size>38</size>
49246       </method>
49247     </type>
49248   </test>
49249   <test name="test-partial-21.cs">
49250     <type name="Mono.Sms.Main">
49251       <method name="Void .ctor()">
49252         <size>7</size>
49253       </method>
49254       <method name="Void Test()">
49255         <size>42</size>
49256       </method>
49257     </type>
49258     <type name="Mono.Sms.Contacts">
49259       <method name="Void .ctor()">
49260         <size>7</size>
49261       </method>
49262       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
49263         <size>24</size>
49264       </method>
49265       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
49266         <size>24</size>
49267       </method>
49268       <method name="Void Test()">
49269         <size>12</size>
49270       </method>
49271     </type>
49272     <type name="Mono.Sms.Core.Agenda">
49273       <method name="Void .ctor()">
49274         <size>7</size>
49275       </method>
49276       <method name="Void AddContact()">
49277         <size>1</size>
49278       </method>
49279       <method name="Void Main()">
49280         <size>1</size>
49281       </method>
49282     </type>
49283     <type name="Mono.Sms.Contacts+ContactsHandler">
49284       <method name="Void .ctor(Object, IntPtr)">
49285         <size>0</size>
49286       </method>
49287       <method name="Void Invoke()">
49288         <size>0</size>
49289       </method>
49290       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49291         <size>0</size>
49292       </method>
49293       <method name="Void EndInvoke(IAsyncResult)">
49294         <size>0</size>
49295       </method>
49296     </type>
49297     <type name="Mono.Sms.Main">
49298       <method name="Void &lt;Test&gt;m__0()">
49299         <size>6</size>
49300       </method>
49301     </type>
49302   </test>
49303   <test name="test-partial-22.cs">
49304     <type name="C">
49305       <method name="Void .ctor()">
49306         <size>7</size>
49307       </method>
49308       <method name="Int32 Main()">
49309         <size>2</size>
49310       </method>
49311     </type>
49312   </test>
49313   <test name="test-partial-23.cs">
49314     <type name="C">
49315       <method name="Void .ctor()">
49316         <size>7</size>
49317       </method>
49318       <method name="Void Partial_A()">
49319         <size>15</size>
49320       </method>
49321       <method name="Void Partial_B()">
49322         <size>15</size>
49323       </method>
49324       <method name="Void Partial_S()">
49325         <size>14</size>
49326       </method>
49327       <method name="Int32 Main()">
49328         <size>52</size>
49329       </method>
49330     </type>
49331   </test>
49332   <test name="test-partial-24.cs">
49333     <type name="N.C">
49334       <method name="Void .ctor()">
49335         <size>7</size>
49336       </method>
49337       <method name="Void Main()">
49338         <size>1</size>
49339       </method>
49340       <method name="Void Foo()">
49341         <size>1</size>
49342       </method>
49343     </type>
49344   </test>
49345   <test name="test-partial-25.cs">
49346     <type name="C">
49347       <method name="Void .ctor()">
49348         <size>7</size>
49349       </method>
49350       <method name="Void Partial(Int32)">
49351         <size>14</size>
49352       </method>
49353       <method name="Int32 Main()">
49354         <size>8</size>
49355       </method>
49356     </type>
49357   </test>
49358   <test name="test-partial-26.cs">
49359     <type name="ConsoleApplication1.X">
49360       <method name="Void .ctor()">
49361         <size>7</size>
49362       </method>
49363       <method name="Void Foo()">
49364         <size>1</size>
49365       </method>
49366     </type>
49367     <type name="ConsoleApplication1.Program">
49368       <method name="Void .ctor()">
49369         <size>7</size>
49370       </method>
49371       <method name="Int32 Main()">
49372         <size>98</size>
49373       </method>
49374     </type>
49375     <type name="ConsoleApplication1.Y">
49376       <method name="Void Foo()">
49377         <size>1</size>
49378       </method>
49379       <method name="Void .ctor()">
49380         <size>7</size>
49381       </method>
49382     </type>
49383   </test>
49384   <test name="test-partial-27.cs">
49385     <type name="C">
49386       <method name="Int32 Main()">
49387         <size>2</size>
49388       </method>
49389       <method name="Void .ctor()">
49390         <size>7</size>
49391       </method>
49392     </type>
49393   </test>
49394   <test name="test-partial-28.cs">
49395     <type name="A">
49396       <method name="Void .ctor()">
49397         <size>7</size>
49398       </method>
49399     </type>
49400     <type name="TestCase">
49401       <method name="Void Main()">
49402         <size>1</size>
49403       </method>
49404       <method name="Void .ctor()">
49405         <size>7</size>
49406       </method>
49407     </type>
49408   </test>
49409   <test name="test-partial-29.cs">
49410     <type name="C">
49411       <method name="Void Main()">
49412         <size>1</size>
49413       </method>
49414     </type>
49415   </test>
49416   <test name="test-var-01.cs">
49417     <type name="Test">
49418       <method name="Void .ctor()">
49419         <size>7</size>
49420       </method>
49421       <method name="Int32 Main()">
49422         <size>47</size>
49423       </method>
49424     </type>
49425   </test>
49426   <test name="test-var-02.cs">
49427     <type name="Class1">
49428       <method name="Void .ctor()">
49429         <size>15</size>
49430       </method>
49431       <method name="Boolean Method()">
49432         <size>2</size>
49433       </method>
49434     </type>
49435     <type name="Test">
49436       <method name="Void .ctor()">
49437         <size>7</size>
49438       </method>
49439       <method name="Int32 Main()">
49440         <size>116</size>
49441       </method>
49442     </type>
49443     <type name="Test+Class2">
49444       <method name="Void .ctor()">
49445         <size>15</size>
49446       </method>
49447       <method name="Boolean Method()">
49448         <size>2</size>
49449       </method>
49450     </type>
49451   </test>
49452   <test name="test-var-03.cs">
49453     <type name="Test">
49454       <method name="Void .ctor()">
49455         <size>7</size>
49456       </method>
49457       <method name="Int32 Main()">
49458         <size>167</size>
49459       </method>
49460     </type>
49461     <type name="&lt;PrivateImplementationDetails&gt;">
49462       <method name="Void .ctor()">
49463         <size>7</size>
49464       </method>
49465     </type>
49466   </test>
49467   <test name="test-var-05.cs">
49468     <type name="MyClass">
49469       <method name="Void .ctor(String)">
49470         <size>14</size>
49471       </method>
49472       <method name="Void Dispose()">
49473         <size>12</size>
49474       </method>
49475     </type>
49476     <type name="Test">
49477       <method name="Void .ctor()">
49478         <size>7</size>
49479       </method>
49480       <method name="Int32 Main()">
49481         <size>61</size>
49482       </method>
49483     </type>
49484   </test>
49485   <test name="test-var-06.cs">
49486     <type name="Test">
49487       <method name="Void .ctor()">
49488         <size>7</size>
49489       </method>
49490       <method name="Int32 Main()">
49491         <size>50</size>
49492       </method>
49493     </type>
49494   </test>
49495   <test name="test-var-07.cs">
49496     <type name="Test">
49497       <method name="Void .ctor()">
49498         <size>7</size>
49499       </method>
49500       <method name="Void var()">
49501         <size>1</size>
49502       </method>
49503       <method name="Int32 Main()">
49504         <size>33</size>
49505       </method>
49506     </type>
49507     <type name="var">
49508       <method name="Void .ctor()">
49509         <size>7</size>
49510       </method>
49511     </type>
49512   </test>
49513   <test name="test-var-08.cs">
49514     <type name="X">
49515       <method name="Void .ctor(Int32, Int32)">
49516         <size>10</size>
49517       </method>
49518       <method name="Void Main()">
49519         <size>1</size>
49520       </method>
49521     </type>
49522   </test>
49523   <test name="test-xml-042.cs">
49524     <type name="TestNamespace.TestClass">
49525       <method name="Void .ctor()">
49526         <size>7</size>
49527       </method>
49528       <method name="Void Main()">
49529         <size>1</size>
49530       </method>
49531       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
49532         <size>7</size>
49533       </method>
49534     </type>
49535   </test>
49536 </tests>