[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[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>920</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>2199</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-334.cs">
8998     <type name="Test">
8999       <method name="Void .ctor()">
9000         <size>7</size>
9001       </method>
9002       <method name="Int32 Main()">
9003         <size>105</size>
9004       </method>
9005       <method name="Void DelegateMethod(Boolean)">
9006         <size>1</size>
9007       </method>
9008       <method name="Int32 DelegateMethod(Int32)">
9009         <size>2</size>
9010       </method>
9011     </type>
9012     <type name="Test+DelegateA">
9013       <method name="Void .ctor(Object, IntPtr)">
9014         <size>0</size>
9015       </method>
9016       <method name="Void Invoke(Boolean)">
9017         <size>0</size>
9018       </method>
9019       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
9020         <size>0</size>
9021       </method>
9022       <method name="Void EndInvoke(IAsyncResult)">
9023         <size>0</size>
9024       </method>
9025     </type>
9026     <type name="Test+DelegateB">
9027       <method name="Void .ctor(Object, IntPtr)">
9028         <size>0</size>
9029       </method>
9030       <method name="Int32 Invoke(Int32)">
9031         <size>0</size>
9032       </method>
9033       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
9034         <size>0</size>
9035       </method>
9036       <method name="Int32 EndInvoke(IAsyncResult)">
9037         <size>0</size>
9038       </method>
9039     </type>
9040   </test>
9041   <test name="gtest-335.cs">
9042     <type name="TestClass">
9043       <method name="Boolean Test_1()">
9044         <size>43</size>
9045       </method>
9046       <method name="Boolean Test_2()">
9047         <size>48</size>
9048       </method>
9049       <method name="Boolean Test_3()">
9050         <size>46</size>
9051       </method>
9052       <method name="Boolean Test_4()">
9053         <size>29</size>
9054       </method>
9055       <method name="Int32 Main()">
9056         <size>60</size>
9057       </method>
9058       <method name="Void .ctor()">
9059         <size>7</size>
9060       </method>
9061     </type>
9062   </test>
9063   <test name="gtest-336.cs">
9064     <type name="TestAttribute">
9065       <method name="Void .ctor()">
9066         <size>7</size>
9067       </method>
9068       <method name="Void .ctor(Type)">
9069         <size>14</size>
9070       </method>
9071       <method name="System.Object get_Type()">
9072         <size>7</size>
9073       </method>
9074       <method name="Void set_Type(System.Object)">
9075         <size>8</size>
9076       </method>
9077     </type>
9078     <type name="N.C`1[T]">
9079       <method name="Void .ctor()">
9080         <size>7</size>
9081       </method>
9082       <method name="Void Bar()">
9083         <size>1</size>
9084       </method>
9085       <method name="Void Bar2()">
9086         <size>1</size>
9087       </method>
9088       <method name="Void Bar3()">
9089         <size>1</size>
9090       </method>
9091       <method name="Void Bar4()">
9092         <size>1</size>
9093       </method>
9094     </type>
9095     <type name="N.CC">
9096       <method name="Void .ctor()">
9097         <size>7</size>
9098       </method>
9099       <method name="Void Main()">
9100         <size>1</size>
9101       </method>
9102     </type>
9103   </test>
9104   <test name="gtest-337.cs">
9105     <type name="X">
9106       <method name="Void .ctor()">
9107         <size>7</size>
9108       </method>
9109       <method name="Void SetValue[T](System.Object, T)">
9110         <size>1</size>
9111       </method>
9112       <method name="Void Main()">
9113         <size>12</size>
9114       </method>
9115     </type>
9116   </test>
9117   <test name="gtest-338.cs">
9118     <type name="Test">
9119       <method name="Void .ctor()">
9120         <size>7</size>
9121       </method>
9122       <method name="Void Foo[T](IList`1)">
9123         <size>25</size>
9124       </method>
9125       <method name="Void Main()">
9126         <size>13</size>
9127       </method>
9128     </type>
9129     <type name="FooList`1[T]">
9130       <method name="Void .ctor()">
9131         <size>7</size>
9132       </method>
9133       <method name="Int32 IndexOf(T)">
9134         <size>6</size>
9135       </method>
9136       <method name="Void Insert(Int32, T)">
9137         <size>6</size>
9138       </method>
9139       <method name="Void RemoveAt(Int32)">
9140         <size>6</size>
9141       </method>
9142       <method name="T get_Item(Int32)">
9143         <size>6</size>
9144       </method>
9145       <method name="Void set_Item(Int32, T)">
9146         <size>6</size>
9147       </method>
9148       <method name="Void Add(T)">
9149         <size>6</size>
9150       </method>
9151       <method name="Void Clear()">
9152         <size>6</size>
9153       </method>
9154       <method name="Boolean Contains(T)">
9155         <size>6</size>
9156       </method>
9157       <method name="Void CopyTo(T[], Int32)">
9158         <size>6</size>
9159       </method>
9160       <method name="Boolean Remove(T)">
9161         <size>6</size>
9162       </method>
9163       <method name="Int32 get_Count()">
9164         <size>6</size>
9165       </method>
9166       <method name="Boolean get_IsReadOnly()">
9167         <size>6</size>
9168       </method>
9169       <method name="IEnumerator GetEnumerator()">
9170         <size>6</size>
9171       </method>
9172       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
9173         <size>6</size>
9174       </method>
9175     </type>
9176   </test>
9177   <test name="gtest-339.cs">
9178     <type name="Program">
9179       <method name="Void .ctor()">
9180         <size>7</size>
9181       </method>
9182       <method name="Void Main()">
9183         <size>11</size>
9184       </method>
9185       <method name="Void SerializeDictionary(IDictionary)">
9186         <size>1</size>
9187       </method>
9188       <method name="Void SerializeDictionary(IDictionary`2)">
9189         <size>1</size>
9190       </method>
9191     </type>
9192     <type name="SerializerLazyDictionary">
9193       <method name="Void .ctor()">
9194         <size>7</size>
9195       </method>
9196       <method name="IEnumerator`1 GetEnumerator()">
9197         <size>2</size>
9198       </method>
9199     </type>
9200     <type name="LazyDictionary">
9201       <method name="Void .ctor()">
9202         <size>7</size>
9203       </method>
9204       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9205         <size>7</size>
9206       </method>
9207       <method name="IEnumerator`1 GetEnumerator()">
9208         <size>0</size>
9209       </method>
9210       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
9211         <size>6</size>
9212       </method>
9213       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
9214         <size>6</size>
9215       </method>
9216       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
9217         <size>6</size>
9218       </method>
9219       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
9220         <size>6</size>
9221       </method>
9222       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
9223         <size>6</size>
9224       </method>
9225       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
9226         <size>6</size>
9227       </method>
9228       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
9229         <size>6</size>
9230       </method>
9231       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
9232         <size>6</size>
9233       </method>
9234       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
9235         <size>6</size>
9236       </method>
9237       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
9238         <size>6</size>
9239       </method>
9240       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
9241         <size>6</size>
9242       </method>
9243       <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)">
9244         <size>6</size>
9245       </method>
9246       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
9247         <size>6</size>
9248       </method>
9249       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
9250         <size>6</size>
9251       </method>
9252       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
9253         <size>6</size>
9254       </method>
9255       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
9256         <size>7</size>
9257       </method>
9258     </type>
9259   </test>
9260   <test name="gtest-340.cs">
9261     <type name="Tests">
9262       <method name="Void .ctor()">
9263         <size>7</size>
9264       </method>
9265       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
9266         <size>7</size>
9267       </method>
9268       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
9269         <size>2</size>
9270       </method>
9271       <method name="System.Reflection.MemberInfo[] foo()">
9272         <size>44</size>
9273       </method>
9274       <method name="Void Main(System.String[])">
9275         <size>12</size>
9276       </method>
9277     </type>
9278   </test>
9279   <test name="gtest-341.cs">
9280     <type name="C">
9281       <method name="Void .ctor()">
9282         <size>7</size>
9283       </method>
9284       <method name="Int32 GetLength()">
9285         <size>2</size>
9286       </method>
9287     </type>
9288     <type name="Tests">
9289       <method name="Void .ctor()">
9290         <size>7</size>
9291       </method>
9292       <method name="Void Main()">
9293         <size>1</size>
9294       </method>
9295     </type>
9296   </test>
9297   <test name="gtest-342.cs">
9298     <type name="Base`1[T]">
9299       <method name="Void .ctor()">
9300         <size>7</size>
9301       </method>
9302       <method name="T op_Implicit(Base`1[T])">
9303         <size>7</size>
9304       </method>
9305     </type>
9306     <type name="TestMain">
9307       <method name="Void .ctor()">
9308         <size>7</size>
9309       </method>
9310       <method name="Void Main(System.String[])">
9311         <size>1</size>
9312       </method>
9313     </type>
9314   </test>
9315   <test name="gtest-343.cs">
9316     <type name="Implementer">
9317       <method name="Void .ctor()">
9318         <size>7</size>
9319       </method>
9320       <method name="Void Combine[TOImplementer]()">
9321         <size>1</size>
9322       </method>
9323     </type>
9324     <type name="MainClass">
9325       <method name="Void .ctor()">
9326         <size>7</size>
9327       </method>
9328       <method name="Int32 Main()">
9329         <size>8</size>
9330       </method>
9331     </type>
9332   </test>
9333   <test name="gtest-344.cs">
9334     <type name="ConfigurationElement">
9335       <method name="Void .ctor()">
9336         <size>7</size>
9337       </method>
9338       <method name="Void Main()">
9339         <size>1</size>
9340       </method>
9341     </type>
9342     <type name="CustomConfigurationElement">
9343       <method name="Void .ctor()">
9344         <size>7</size>
9345       </method>
9346     </type>
9347     <type name="CustomConfigurationElementCollection">
9348       <method name="Void .ctor()">
9349         <size>7</size>
9350       </method>
9351     </type>
9352     <type name="BaseCollection`1[T]">
9353       <method name="Void .ctor()">
9354         <size>7</size>
9355       </method>
9356     </type>
9357   </test>
9358   <test name="gtest-345.cs">
9359     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
9360       <method name="Void .ctor()">
9361         <size>7</size>
9362       </method>
9363       <method name="Void Dump(System.String)">
9364         <size>6</size>
9365       </method>
9366     </type>
9367     <type name="Parser">
9368       <method name="Void .ctor()">
9369         <size>7</size>
9370       </method>
9371       <method name="Void NoCall[T](T)">
9372         <size>1</size>
9373       </method>
9374       <method name="Int32 Main()">
9375         <size>2</size>
9376       </method>
9377     </type>
9378   </test>
9379   <test name="gtest-346.cs">
9380     <type name="test">
9381       <method name="Void .ctor()">
9382         <size>7</size>
9383       </method>
9384       <method name="Void CreateSimpleCallSite[A]()">
9385         <size>1</size>
9386       </method>
9387       <method name="Void CreateSimpleCallSite[A](Int32)">
9388         <size>1</size>
9389       </method>
9390       <method name="Void CreateSimpleCallSite(Int32)">
9391         <size>1</size>
9392       </method>
9393       <method name="Void Main()">
9394         <size>1</size>
9395       </method>
9396     </type>
9397   </test>
9398   <test name="gtest-347.cs">
9399     <type name="X">
9400       <method name="Void .ctor()">
9401         <size>7</size>
9402       </method>
9403       <method name="IEnumerable`1 Enumerable[T](System.String)">
9404         <size>6</size>
9405       </method>
9406       <method name="IEnumerable Enumerable(Int32)">
9407         <size>6</size>
9408       </method>
9409       <method name="IEnumerable Enumerable(System.String)">
9410         <size>6</size>
9411       </method>
9412       <method name="Void Main()">
9413         <size>1</size>
9414       </method>
9415     </type>
9416   </test>
9417   <test name="gtest-348.cs">
9418     <type name="Bar`1[U]">
9419       <method name="Void .ctor()">
9420         <size>7</size>
9421       </method>
9422       <method name="Void OnWorldDestroyed()">
9423         <size>1</size>
9424       </method>
9425     </type>
9426     <type name="Baz`1[U]">
9427       <method name="Void .ctor()">
9428         <size>7</size>
9429       </method>
9430       <method name="Void DestroyWorld(U)">
9431         <size>14</size>
9432       </method>
9433     </type>
9434     <type name="Bling">
9435       <method name="Void .ctor()">
9436         <size>7</size>
9437       </method>
9438       <method name="Void Main()">
9439         <size>1</size>
9440       </method>
9441     </type>
9442   </test>
9443   <test name="gtest-349.cs">
9444     <type name="X">
9445       <method name="Void .ctor()">
9446         <size>7</size>
9447       </method>
9448       <method name="Int32 Main()">
9449         <size>103</size>
9450       </method>
9451       <method name="Int32 f2(IList, IList)">
9452         <size>2</size>
9453       </method>
9454       <method name="Int32 f2(IList, System.Object)">
9455         <size>2</size>
9456       </method>
9457     </type>
9458     <type name="X+Function`3[T1,T2,R]">
9459       <method name="Void .ctor(Object, IntPtr)">
9460         <size>0</size>
9461       </method>
9462       <method name="R Invoke(T1, T2)">
9463         <size>0</size>
9464       </method>
9465       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
9466         <size>0</size>
9467       </method>
9468       <method name="R EndInvoke(IAsyncResult)">
9469         <size>0</size>
9470       </method>
9471     </type>
9472   </test>
9473   <test name="gtest-350.cs">
9474     <type name="Foo`1[T]">
9475       <method name="Void .ctor()">
9476         <size>7</size>
9477       </method>
9478       <method name="Boolean Equals(T)">
9479         <size>0</size>
9480       </method>
9481     </type>
9482     <type name="C">
9483       <method name="Void .ctor()">
9484         <size>7</size>
9485       </method>
9486       <method name="Void Main()">
9487         <size>1</size>
9488       </method>
9489     </type>
9490   </test>
9491   <test name="gtest-351.cs">
9492     <type name="TestThing">
9493       <method name="Void .ctor()">
9494         <size>7</size>
9495       </method>
9496     </type>
9497     <type name="Test">
9498       <method name="Void .ctor()">
9499         <size>7</size>
9500       </method>
9501       <method name="Int32 Main(System.String[])">
9502         <size>36</size>
9503       </method>
9504     </type>
9505     <type name="TestThing">
9506       <method name="Int32 SetEnum(System.String, System.Enum)">
9507         <size>2</size>
9508       </method>
9509       <method name="Int32 SetEnum(Int32, System.Enum)">
9510         <size>2</size>
9511       </method>
9512     </type>
9513   </test>
9514   <test name="gtest-352.cs">
9515     <type name="T">
9516       <method name="Void .ctor()">
9517         <size>7</size>
9518       </method>
9519       <method name="Int32 Main()">
9520         <size>125</size>
9521       </method>
9522     </type>
9523     <type name="D">
9524       <method name="Void .ctor(Int32)">
9525         <size>8</size>
9526       </method>
9527       <method name="Void .cctor()">
9528         <size>12</size>
9529       </method>
9530     </type>
9531   </test>
9532   <test name="gtest-353.cs">
9533     <type name="Bug.RedSkyTimeCode">
9534       <method name="Void .ctor()">
9535         <size>7</size>
9536       </method>
9537       <method name="Void CopyTo(Bug.xxx*)">
9538         <size>99</size>
9539       </method>
9540       <method name="Void Main()">
9541         <size>1</size>
9542       </method>
9543       <method name="Void Convert(Bug.xxx*, UInt64*)">
9544         <size>93</size>
9545       </method>
9546     </type>
9547   </test>
9548   <test name="gtest-354.cs">
9549     <type name="M">
9550       <method name="Void .ctor()">
9551         <size>7</size>
9552       </method>
9553       <method name="Void Main()">
9554         <size>1</size>
9555       </method>
9556     </type>
9557   </test>
9558   <test name="gtest-355.cs">
9559     <type name="A">
9560       <method name="Void .ctor()">
9561         <size>7</size>
9562       </method>
9563       <method name="System.String Foo[T](System.String)">
9564         <size>6</size>
9565       </method>
9566       <method name="Boolean Foo(System.String)">
9567         <size>2</size>
9568       </method>
9569     </type>
9570     <type name="B">
9571       <method name="Void .ctor()">
9572         <size>7</size>
9573       </method>
9574       <method name="System.String Foo[T](System.String)">
9575         <size>6</size>
9576       </method>
9577       <method name="Boolean Goo(System.String)">
9578         <size>8</size>
9579       </method>
9580       <method name="Boolean Foo(System.String)">
9581         <size>2</size>
9582       </method>
9583     </type>
9584     <type name="C">
9585       <method name="Void .ctor()">
9586         <size>7</size>
9587       </method>
9588       <method name="Void Main()">
9589         <size>1</size>
9590       </method>
9591     </type>
9592   </test>
9593   <test name="gtest-356.cs">
9594     <type name="A`1[T]">
9595       <method name="Void .ctor()">
9596         <size>7</size>
9597       </method>
9598       <method name="Void Foo(B+E)">
9599         <size>1</size>
9600       </method>
9601     </type>
9602     <type name="B`1[U]">
9603       <method name="Void .ctor()">
9604         <size>7</size>
9605       </method>
9606     </type>
9607     <type name="B">
9608       <method name="Void .ctor()">
9609         <size>7</size>
9610       </method>
9611     </type>
9612     <type name="B+E">
9613       <method name="Void .ctor()">
9614         <size>7</size>
9615       </method>
9616     </type>
9617     <type name="C">
9618       <method name="Void .ctor()">
9619         <size>7</size>
9620       </method>
9621       <method name="Void Main()">
9622         <size>1</size>
9623       </method>
9624     </type>
9625   </test>
9626   <test name="gtest-357.cs">
9627     <type name="C`1[T]">
9628       <method name="Void .ctor()">
9629         <size>7</size>
9630       </method>
9631     </type>
9632     <type name="D`1[U]">
9633       <method name="Void .ctor()">
9634         <size>7</size>
9635       </method>
9636     </type>
9637     <type name="X">
9638       <method name="Void .ctor()">
9639         <size>7</size>
9640       </method>
9641       <method name="Void Main()">
9642         <size>1</size>
9643       </method>
9644     </type>
9645   </test>
9646   <test name="gtest-358.cs">
9647     <type name="Test">
9648       <method name="Void .ctor()">
9649         <size>7</size>
9650       </method>
9651     </type>
9652     <type name="Foo">
9653       <method name="Boolean op_Equality(Foo, Foo)">
9654         <size>6</size>
9655       </method>
9656       <method name="Boolean op_Inequality(Foo, Foo)">
9657         <size>6</size>
9658       </method>
9659     </type>
9660     <type name="S2">
9661       <method name="Boolean op_Equality(S2, Nullable`1)">
9662         <size>6</size>
9663       </method>
9664       <method name="Boolean op_Inequality(S2, Nullable`1)">
9665         <size>6</size>
9666       </method>
9667     </type>
9668     <type name="Test">
9669       <method name="Int32 Main()">
9670         <size>97</size>
9671       </method>
9672     </type>
9673     <type name="S3">
9674       <method name="Decimal op_Inequality(S3, System.Object)">
9675         <size>7</size>
9676       </method>
9677       <method name="Decimal op_Equality(S3, System.Object)">
9678         <size>7</size>
9679       </method>
9680     </type>
9681   </test>
9682   <test name="gtest-359.cs">
9683     <type name="BaseGeneric`1[T]">
9684       <method name="Void .ctor()">
9685         <size>7</size>
9686       </method>
9687     </type>
9688     <type name="BaseGeneric`1+InnerDerived[T]">
9689       <method name="Void .ctor(T)">
9690         <size>7</size>
9691       </method>
9692     </type>
9693     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
9694       <method name="Void .ctor(T, U)">
9695         <size>7</size>
9696       </method>
9697     </type>
9698     <type name="BaseConcrete">
9699       <method name="Void .ctor()">
9700         <size>7</size>
9701       </method>
9702     </type>
9703     <type name="Concrete_A">
9704       <method name="Void .ctor()">
9705         <size>7</size>
9706       </method>
9707     </type>
9708     <type name="Concrete_B">
9709       <method name="Void .ctor()">
9710         <size>7</size>
9711       </method>
9712     </type>
9713     <type name="BaseGeneric_2`2[T,U]">
9714       <method name="Void .ctor()">
9715         <size>7</size>
9716       </method>
9717     </type>
9718     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
9719       <method name="Void .ctor(T, U)">
9720         <size>7</size>
9721       </method>
9722     </type>
9723     <type name="BaseGeneric_1`1[T]">
9724       <method name="Void .ctor()">
9725         <size>7</size>
9726       </method>
9727     </type>
9728     <type name="Concrete_2">
9729       <method name="Void .ctor()">
9730         <size>7</size>
9731       </method>
9732     </type>
9733     <type name="Program">
9734       <method name="Void .ctor()">
9735         <size>7</size>
9736       </method>
9737       <method name="Void Main()">
9738         <size>40</size>
9739       </method>
9740     </type>
9741   </test>
9742   <test name="gtest-360.cs">
9743     <type name="C">
9744       <method name="Void .ctor()">
9745         <size>7</size>
9746       </method>
9747       <method name="Int32 Foo[T](T, System.Object[])">
9748         <size>2</size>
9749       </method>
9750       <method name="Int32 Foo(System.String, System.Object[])">
9751         <size>2</size>
9752       </method>
9753       <method name="Int32 InvokeMethod(System.String, System.Object[])">
9754         <size>8</size>
9755       </method>
9756       <method name="Int32 Main()">
9757         <size>17</size>
9758       </method>
9759     </type>
9760   </test>
9761   <test name="gtest-361.cs">
9762     <type name="Thing">
9763       <method name="Void .ctor()">
9764         <size>7</size>
9765       </method>
9766       <method name="Void Foo()">
9767         <size>1</size>
9768       </method>
9769       <method name="Int32 Main()">
9770         <size>164</size>
9771       </method>
9772       <method name="Void Method(Thing+Handler, System.String[])">
9773         <size>1</size>
9774       </method>
9775     </type>
9776     <type name="Thing+Handler">
9777       <method name="Void .ctor(Object, IntPtr)">
9778         <size>0</size>
9779       </method>
9780       <method name="Void Invoke()">
9781         <size>0</size>
9782       </method>
9783       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
9784         <size>0</size>
9785       </method>
9786       <method name="Void EndInvoke(IAsyncResult)">
9787         <size>0</size>
9788       </method>
9789     </type>
9790     <type name="Thing">
9791       <method name="Void &lt;Main&gt;m__0()">
9792         <size>1</size>
9793       </method>
9794       <method name="Void &lt;Main&gt;m__1()">
9795         <size>1</size>
9796       </method>
9797     </type>
9798   </test>
9799   <test name="gtest-362.cs">
9800     <type name="C">
9801       <method name="Void .ctor()">
9802         <size>7</size>
9803       </method>
9804       <method name="Void Assert[T](T)">
9805         <size>1</size>
9806       </method>
9807       <method name="Void Assert[T](T, T)">
9808         <size>1</size>
9809       </method>
9810       <method name="Int32 Main()">
9811         <size>83</size>
9812       </method>
9813     </type>
9814   </test>
9815   <test name="gtest-363.cs">
9816     <type name="Test">
9817       <method name="Void .ctor()">
9818         <size>7</size>
9819       </method>
9820       <method name="Void InsertAt[T](T[], Int32, T[])">
9821         <size>1</size>
9822       </method>
9823       <method name="Void Main()">
9824         <size>39</size>
9825       </method>
9826     </type>
9827   </test>
9828   <test name="gtest-364.cs">
9829     <type name="BugReport.Program">
9830       <method name="Void .ctor()">
9831         <size>7</size>
9832       </method>
9833       <method name="Int32 Main()">
9834         <size>307</size>
9835       </method>
9836     </type>
9837     <type name="BugReport.A">
9838       <method name="Void .ctor()">
9839         <size>7</size>
9840       </method>
9841       <method name="Nullable`1 get_Counter()">
9842         <size>7</size>
9843       </method>
9844       <method name="Void set_Counter(Nullable`1)">
9845         <size>8</size>
9846       </method>
9847     </type>
9848   </test>
9849   <test name="gtest-365.cs">
9850     <type name="B.Program">
9851       <method name="Void .ctor()">
9852         <size>7</size>
9853       </method>
9854       <method name="Int32 Main()">
9855         <size>51</size>
9856       </method>
9857     </type>
9858   </test>
9859   <test name="gtest-366.cs">
9860     <type name="Tester">
9861       <method name="Void .ctor()">
9862         <size>7</size>
9863       </method>
9864       <method name="Void Assert[T](T, T)">
9865         <size>1</size>
9866       </method>
9867       <method name="Void Main()">
9868         <size>20</size>
9869       </method>
9870     </type>
9871     <type name="MyType">
9872       <method name="Void .ctor(Int32)">
9873         <size>8</size>
9874       </method>
9875       <method name="Int32 op_Implicit(MyType)">
9876         <size>8</size>
9877       </method>
9878     </type>
9879   </test>
9880   <test name="gtest-367.cs">
9881     <type name="Foo">
9882       <method name="Void .ctor()">
9883         <size>7</size>
9884       </method>
9885     </type>
9886     <type name="Repro">
9887       <method name="Void .ctor()">
9888         <size>7</size>
9889       </method>
9890       <method name="Void Bar[TFoo](TFoo)">
9891         <size>19</size>
9892       </method>
9893       <method name="Void Baz[T](T, System.Action`1[T])">
9894         <size>8</size>
9895       </method>
9896       <method name="Void Main()">
9897         <size>1</size>
9898       </method>
9899       <method name="Void Gazonk(Repro)">
9900         <size>1</size>
9901       </method>
9902     </type>
9903   </test>
9904   <test name="gtest-368.cs">
9905     <type name="C`1[T]">
9906       <method name="Void .ctor(D)">
9907         <size>7</size>
9908       </method>
9909       <method name="Void .ctor()">
9910         <size>7</size>
9911       </method>
9912     </type>
9913     <type name="C`1+D[T]">
9914       <method name="Void .ctor()">
9915         <size>7</size>
9916       </method>
9917     </type>
9918     <type name="M">
9919       <method name="Void .ctor()">
9920         <size>7</size>
9921       </method>
9922       <method name="Void Main()">
9923         <size>1</size>
9924       </method>
9925     </type>
9926   </test>
9927   <test name="gtest-369.cs">
9928     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
9929       <method name="Void .ctor()">
9930         <size>7</size>
9931       </method>
9932       <method name="IList`1 Query[Extent](IList`1, IList`1)">
9933         <size>2</size>
9934       </method>
9935       <method name="IList Query()">
9936         <size>2</size>
9937       </method>
9938     </type>
9939     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9940       <method name="Void .ctor()">
9941         <size>7</size>
9942       </method>
9943     </type>
9944     <type name="Db4objects.Db4o.Internal.M">
9945       <method name="Void .ctor()">
9946         <size>7</size>
9947       </method>
9948       <method name="Void Main()">
9949         <size>1</size>
9950       </method>
9951     </type>
9952     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9953       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
9954         <size>7</size>
9955       </method>
9956       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
9957         <size>9</size>
9958       </method>
9959     </type>
9960   </test>
9961   <test name="gtest-370.cs">
9962     <type name="N2.X`1[T]">
9963       <method name="Void .ctor()">
9964         <size>7</size>
9965       </method>
9966     </type>
9967     <type name="N2.X`1+A`1[T,T]">
9968       <method name="Void .ctor()">
9969         <size>7</size>
9970       </method>
9971     </type>
9972     <type name="N2.X`1+A`1+B`1[T,T,T]">
9973       <method name="Void .ctor()">
9974         <size>7</size>
9975       </method>
9976     </type>
9977     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
9978       <method name="Void .ctor()">
9979         <size>7</size>
9980       </method>
9981     </type>
9982     <type name="N2.C">
9983       <method name="Void .ctor()">
9984         <size>7</size>
9985       </method>
9986       <method name="Void Main()">
9987         <size>1</size>
9988       </method>
9989     </type>
9990   </test>
9991   <test name="gtest-371.cs">
9992     <type name="X">
9993       <method name="Void .ctor()">
9994         <size>7</size>
9995       </method>
9996       <method name="Void Main()">
9997         <size>86</size>
9998       </method>
9999     </type>
10000     <type name="&lt;PrivateImplementationDetails&gt;">
10001       <method name="Void .ctor()">
10002         <size>7</size>
10003       </method>
10004     </type>
10005   </test>
10006   <test name="gtest-372.cs">
10007     <type name="TestClass`1[T]">
10008       <method name="Void .ctor()">
10009         <size>7</size>
10010       </method>
10011       <method name="Boolean Check(T, T)">
10012         <size>15</size>
10013       </method>
10014     </type>
10015     <type name="C">
10016       <method name="Void .ctor()">
10017         <size>7</size>
10018       </method>
10019     </type>
10020     <type name="TestClass2`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="X">
10029       <method name="Void .ctor()">
10030         <size>7</size>
10031       </method>
10032       <method name="Int32 Main()">
10033         <size>28</size>
10034       </method>
10035     </type>
10036   </test>
10037   <test name="gtest-373.cs">
10038     <type name="MonoBug.MainClass">
10039       <method name="Void .ctor()">
10040         <size>7</size>
10041       </method>
10042       <method name="Void Main()">
10043         <size>29</size>
10044       </method>
10045     </type>
10046     <type name="MonoBug.GenericType`1[T]">
10047       <method name="Void .ctor(T)">
10048         <size>14</size>
10049       </method>
10050       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
10051         <size>7</size>
10052       </method>
10053     </type>
10054   </test>
10055   <test name="gtest-374.cs">
10056     <type name="aClass">
10057       <method name="Void .ctor()">
10058         <size>7</size>
10059       </method>
10060       <method name="Void Main(System.String[])">
10061         <size>14</size>
10062       </method>
10063     </type>
10064   </test>
10065   <test name="gtest-375.cs">
10066     <type name="X">
10067       <method name="Void .ctor()">
10068         <size>7</size>
10069       </method>
10070       <method name="Boolean Compute(Int32)">
10071         <size>2</size>
10072       </method>
10073       <method name="Boolean Compute2(Int32)">
10074         <size>2</size>
10075       </method>
10076       <method name="Int32 Main()">
10077         <size>28</size>
10078       </method>
10079     </type>
10080   </test>
10081   <test name="gtest-376.cs">
10082     <type name="C">
10083       <method name="Void .ctor()">
10084         <size>7</size>
10085       </method>
10086       <method name="Void Main()">
10087         <size>1</size>
10088       </method>
10089     </type>
10090     <type name="S`1[T]">
10091       <method name="System.Object Box(Nullable`1)">
10092         <size>30</size>
10093       </method>
10094     </type>
10095   </test>
10096   <test name="gtest-377.cs">
10097     <type name="D">
10098       <method name="Void .cctor()">
10099         <size>26</size>
10100       </method>
10101       <method name="Void Main()">
10102         <size>88</size>
10103       </method>
10104     </type>
10105   </test>
10106   <test name="gtest-378.cs">
10107     <type name="Test">
10108       <method name="Void .ctor()">
10109         <size>7</size>
10110       </method>
10111       <method name="System.Object FooG[T](Nullable`1)">
10112         <size>7</size>
10113       </method>
10114       <method name="System.Object Foo(Nullable`1)">
10115         <size>7</size>
10116       </method>
10117       <method name="Int32 Main()">
10118         <size>58</size>
10119       </method>
10120     </type>
10121   </test>
10122   <test name="gtest-379.cs">
10123     <type name="C">
10124       <method name="Void .ctor()">
10125         <size>7</size>
10126       </method>
10127       <method name="Int32 Print(Nullable`1)">
10128         <size>16</size>
10129       </method>
10130       <method name="Int32 Main()">
10131         <size>15</size>
10132       </method>
10133     </type>
10134     <type name="S">
10135       <method name="Boolean op_Equality(S, S)">
10136         <size>2</size>
10137       </method>
10138       <method name="Boolean op_Inequality(S, S)">
10139         <size>2</size>
10140       </method>
10141     </type>
10142   </test>
10143   <test name="gtest-380.cs">
10144     <type name="Test">
10145       <method name="Void .ctor()">
10146         <size>7</size>
10147       </method>
10148       <method name="Int32 Main()">
10149         <size>165</size>
10150       </method>
10151     </type>
10152     <type name="GTest`1[T]">
10153       <method name="Void .ctor()">
10154         <size>7</size>
10155       </method>
10156       <method name="Void .cctor()">
10157         <size>13</size>
10158       </method>
10159     </type>
10160   </test>
10161   <test name="gtest-381.cs">
10162     <type name="TestGoto">
10163       <method name="Void .ctor()">
10164         <size>7</size>
10165       </method>
10166       <method name="Void .cctor()">
10167         <size>7</size>
10168       </method>
10169       <method name="Void Main(System.String[])">
10170         <size>69</size>
10171       </method>
10172       <method name="IEnumerable`1 setX()">
10173         <size>16</size>
10174       </method>
10175       <method name="IEnumerable`1 test()">
10176         <size>16</size>
10177       </method>
10178     </type>
10179     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10180       <method name="Void .ctor()">
10181         <size>7</size>
10182       </method>
10183       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10184         <size>12</size>
10185       </method>
10186       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10187         <size>7</size>
10188       </method>
10189       <method name="Boolean MoveNext()">
10190         <size>104</size>
10191       </method>
10192       <method name="Void Dispose()">
10193         <size>46</size>
10194       </method>
10195       <method name="Void Reset()">
10196         <size>6</size>
10197       </method>
10198     </type>
10199     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10200       <method name="Void .ctor()">
10201         <size>7</size>
10202       </method>
10203       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10204         <size>12</size>
10205       </method>
10206       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10207         <size>7</size>
10208       </method>
10209       <method name="Boolean MoveNext()">
10210         <size>178</size>
10211       </method>
10212       <method name="Void Dispose()">
10213         <size>62</size>
10214       </method>
10215       <method name="Void Reset()">
10216         <size>6</size>
10217       </method>
10218     </type>
10219     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10220       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10221         <size>7</size>
10222       </method>
10223       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10224         <size>26</size>
10225       </method>
10226     </type>
10227     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10228       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10229         <size>7</size>
10230       </method>
10231       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10232         <size>26</size>
10233       </method>
10234     </type>
10235   </test>
10236   <test name="gtest-382.cs">
10237     <type name="C">
10238       <method name="Void .ctor()">
10239         <size>7</size>
10240       </method>
10241       <method name="Int32 Main()">
10242         <size>76</size>
10243       </method>
10244     </type>
10245   </test>
10246   <test name="gtest-383.cs">
10247     <type name="C">
10248       <method name="Void .ctor()">
10249         <size>7</size>
10250       </method>
10251       <method name="Int32 Main()">
10252         <size>260</size>
10253       </method>
10254     </type>
10255     <type name="MyTypeA">
10256       <method name="Void .ctor(Int16)">
10257         <size>8</size>
10258       </method>
10259       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
10260         <size>6</size>
10261       </method>
10262       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
10263         <size>2</size>
10264       </method>
10265       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
10266         <size>6</size>
10267       </method>
10268       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
10269         <size>6</size>
10270       </method>
10271       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
10272         <size>6</size>
10273       </method>
10274     </type>
10275     <type name="MyTypeB">
10276       <method name="Void .ctor(Int16)">
10277         <size>8</size>
10278       </method>
10279       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
10280         <size>2</size>
10281       </method>
10282       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
10283         <size>2</size>
10284       </method>
10285       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
10286         <size>2</size>
10287       </method>
10288       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
10289         <size>2</size>
10290       </method>
10291       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
10292         <size>2</size>
10293       </method>
10294       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
10295         <size>2</size>
10296       </method>
10297     </type>
10298   </test>
10299   <test name="gtest-384.cs">
10300     <type name="N.TestG">
10301       <method name="Void .ctor()">
10302         <size>7</size>
10303       </method>
10304       <method name="Void Foo[T]()">
10305         <size>1</size>
10306       </method>
10307     </type>
10308     <type name="NonGeneric">
10309       <method name="Void .ctor()">
10310         <size>7</size>
10311       </method>
10312     </type>
10313     <type name="Generic`1[T]">
10314       <method name="Void .ctor()">
10315         <size>7</size>
10316       </method>
10317     </type>
10318     <type name="m">
10319       <method name="Void .ctor()">
10320         <size>7</size>
10321       </method>
10322       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
10323         <size>13</size>
10324       </method>
10325       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
10326         <size>13</size>
10327       </method>
10328       <method name="Void Main()">
10329         <size>6</size>
10330       </method>
10331     </type>
10332   </test>
10333   <test name="gtest-385.cs">
10334     <type name="DocAttribute">
10335       <method name="Void .ctor()">
10336         <size>7</size>
10337       </method>
10338       <method name="Void .ctor(String)">
10339         <size>7</size>
10340       </method>
10341     </type>
10342     <type name="Test">
10343       <method name="Void .ctor()">
10344         <size>7</size>
10345       </method>
10346       <method name="Int32 Main()">
10347         <size>66</size>
10348       </method>
10349     </type>
10350     <type name="Func`2[TArg,TRet]">
10351       <method name="Void .ctor(Object, IntPtr)">
10352         <size>0</size>
10353       </method>
10354       <method name="Void Invoke()">
10355         <size>0</size>
10356       </method>
10357       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10358         <size>0</size>
10359       </method>
10360       <method name="Void EndInvoke(IAsyncResult)">
10361         <size>0</size>
10362       </method>
10363     </type>
10364   </test>
10365   <test name="gtest-386.cs">
10366     <type name="C">
10367       <method name="Void .ctor()">
10368         <size>7</size>
10369       </method>
10370       <method name="Int32 Main()">
10371         <size>222</size>
10372       </method>
10373     </type>
10374     <type name="MyType">
10375       <method name="Void .ctor(Int32)">
10376         <size>8</size>
10377       </method>
10378       <method name="MyType op_UnaryNegation(MyType)">
10379         <size>14</size>
10380       </method>
10381     </type>
10382   </test>
10383   <test name="gtest-387.cs">
10384     <type name="C">
10385       <method name="Void .ctor()">
10386         <size>7</size>
10387       </method>
10388       <method name="Int32 Main()">
10389         <size>169</size>
10390       </method>
10391     </type>
10392   </test>
10393   <test name="gtest-388.cs">
10394     <type name="Data">
10395       <method name="Void .ctor()">
10396         <size>7</size>
10397       </method>
10398     </type>
10399     <type name="Foo">
10400       <method name="Void .ctor()">
10401         <size>7</size>
10402       </method>
10403       <method name="Void f(Data)">
10404         <size>19</size>
10405       </method>
10406       <method name="Void Main()">
10407         <size>22</size>
10408       </method>
10409     </type>
10410   </test>
10411   <test name="gtest-389.cs">
10412     <type name="C">
10413       <method name="Void .ctor()">
10414         <size>7</size>
10415       </method>
10416       <method name="Int32 Main()">
10417         <size>235</size>
10418       </method>
10419     </type>
10420   </test>
10421   <test name="gtest-390.cs">
10422     <type name="Program">
10423       <method name="Void .ctor()">
10424         <size>7</size>
10425       </method>
10426       <method name="Int32 Main()">
10427         <size>4</size>
10428       </method>
10429     </type>
10430   </test>
10431   <test name="gtest-391.cs">
10432     <type name="C">
10433       <method name="Void .ctor()">
10434         <size>7</size>
10435       </method>
10436       <method name="Int32 Main()">
10437         <size>194</size>
10438       </method>
10439       <method name="Boolean Test_1()">
10440         <size>36</size>
10441       </method>
10442       <method name="Void Test(System.Object, System.EventArgs)">
10443         <size>1</size>
10444       </method>
10445     </type>
10446   </test>
10447   <test name="gtest-392.cs">
10448     <type name="DieSubrangeType">
10449       <method name="Void .ctor()">
10450         <size>19</size>
10451       </method>
10452       <method name="Nullable`1 get_UpperBound()">
10453         <size>7</size>
10454       </method>
10455       <method name="Void set_UpperBound(Nullable`1)">
10456         <size>8</size>
10457       </method>
10458     </type>
10459     <type name="X">
10460       <method name="Void .ctor()">
10461         <size>7</size>
10462       </method>
10463       <method name="Int32 Main()">
10464         <size>61</size>
10465       </method>
10466     </type>
10467   </test>
10468   <test name="gtest-393.cs">
10469     <type name="B`1[T]">
10470       <method name="Void .ctor()">
10471         <size>7</size>
10472       </method>
10473     </type>
10474     <type name="A">
10475       <method name="Void .ctor(Type)">
10476         <size>29</size>
10477       </method>
10478       <method name="Void .cctor()">
10479         <size>7</size>
10480       </method>
10481       <method name="Int32 Main()">
10482         <size>23</size>
10483       </method>
10484     </type>
10485   </test>
10486   <test name="gtest-394.cs">
10487     <type name="Test">
10488       <method name="Void .ctor()">
10489         <size>7</size>
10490       </method>
10491       <method name="Void FindMembers(Test+MemberFilter)">
10492         <size>1</size>
10493       </method>
10494       <method name="Void GetMethodGroup(Test+MemberFilter)">
10495         <size>43</size>
10496       </method>
10497       <method name="Void Main()">
10498         <size>1</size>
10499       </method>
10500     </type>
10501     <type name="Test+MemberFilter">
10502       <method name="Void .ctor(Object, IntPtr)">
10503         <size>0</size>
10504       </method>
10505       <method name="Boolean Invoke()">
10506         <size>0</size>
10507       </method>
10508       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10509         <size>0</size>
10510       </method>
10511       <method name="Boolean EndInvoke(IAsyncResult)">
10512         <size>0</size>
10513       </method>
10514     </type>
10515     <type name="Test">
10516       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
10517         <size>2</size>
10518       </method>
10519     </type>
10520   </test>
10521   <test name="gtest-395.cs">
10522     <type name="RuleBuilder`1[T]">
10523       <method name="Void .ctor()">
10524         <size>7</size>
10525       </method>
10526     </type>
10527     <type name="RubyMethod">
10528       <method name="Void .ctor()">
10529         <size>7</size>
10530       </method>
10531       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
10532         <size>6</size>
10533       </method>
10534     </type>
10535     <type name="T">
10536       <method name="Void .ctor()">
10537         <size>7</size>
10538       </method>
10539       <method name="Void Main()">
10540         <size>1</size>
10541       </method>
10542     </type>
10543   </test>
10544   <test name="gtest-396.cs">
10545     <type name="Test">
10546       <method name="Void .ctor()">
10547         <size>7</size>
10548       </method>
10549       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
10550         <size>1</size>
10551       </method>
10552       <method name="System.Func`1[System.Int32] Method(System.String)">
10553         <size>2</size>
10554       </method>
10555       <method name="Void Main()">
10556         <size>24</size>
10557       </method>
10558     </type>
10559   </test>
10560   <test name="gtest-397.cs">
10561     <type name="Test">
10562       <method name="Void .ctor()">
10563         <size>7</size>
10564       </method>
10565       <method name="Foo NegateFoo(Foo)">
10566         <size>12</size>
10567       </method>
10568       <method name="Foo NegateFooNullable(Nullable`1)">
10569         <size>7</size>
10570       </method>
10571       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
10572         <size>7</size>
10573       </method>
10574       <method name="Nullable`1 NegateBar(Bar)">
10575         <size>12</size>
10576       </method>
10577       <method name="Int32 Main()">
10578         <size>139</size>
10579       </method>
10580     </type>
10581     <type name="Foo">
10582       <method name="Void .ctor(Int32)">
10583         <size>8</size>
10584       </method>
10585       <method name="Foo op_UnaryNegation(Nullable`1)">
10586         <size>42</size>
10587       </method>
10588     </type>
10589     <type name="Bar">
10590       <method name="Void .ctor(Int32)">
10591         <size>8</size>
10592       </method>
10593       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
10594         <size>41</size>
10595       </method>
10596     </type>
10597   </test>
10598   <test name="gtest-398.cs">
10599     <type name="GenericClass`1[T]">
10600       <method name="Void .ctor(T)">
10601         <size>14</size>
10602       </method>
10603       <method name="Void Method()">
10604         <size>42</size>
10605       </method>
10606       <method name="Void Test(T)">
10607         <size>1</size>
10608       </method>
10609     </type>
10610     <type name="Foo">
10611       <method name="Void .ctor()">
10612         <size>7</size>
10613       </method>
10614       <method name="Void Main(System.String[])">
10615         <size>15</size>
10616       </method>
10617     </type>
10618     <type name="ToStr">
10619       <method name="Void .ctor(Object, IntPtr)">
10620         <size>0</size>
10621       </method>
10622       <method name="System.String Invoke(System.String, IFormatProvider)">
10623         <size>0</size>
10624       </method>
10625       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
10626         <size>0</size>
10627       </method>
10628       <method name="System.String EndInvoke(IAsyncResult)">
10629         <size>0</size>
10630       </method>
10631     </type>
10632   </test>
10633   <test name="gtest-399.cs">
10634     <type name="TestIssue.Base">
10635       <method name="Void .ctor()">
10636         <size>7</size>
10637       </method>
10638     </type>
10639     <type name="TestIssue.Derived">
10640       <method name="Void .ctor()">
10641         <size>7</size>
10642       </method>
10643     </type>
10644     <type name="TestIssue.Program">
10645       <method name="Void .ctor()">
10646         <size>7</size>
10647       </method>
10648       <method name="Int32 Main()">
10649         <size>39</size>
10650       </method>
10651     </type>
10652   </test>
10653   <test name="gtest-400.cs">
10654     <type name="Gen`1[T]">
10655       <method name="Void .ctor()">
10656         <size>7</size>
10657       </method>
10658       <method name="Boolean Foo(T)">
10659         <size>15</size>
10660       </method>
10661     </type>
10662     <type name="Program">
10663       <method name="Void .ctor()">
10664         <size>7</size>
10665       </method>
10666       <method name="Boolean Foo[T]()">
10667         <size>17</size>
10668       </method>
10669       <method name="Int32 Main()">
10670         <size>66</size>
10671       </method>
10672     </type>
10673   </test>
10674   <test name="gtest-401.cs">
10675     <type name="ParserTest">
10676       <method name="Void .ctor()">
10677         <size>7</size>
10678       </method>
10679       <method name="Void Main()">
10680         <size>165</size>
10681       </method>
10682     </type>
10683   </test>
10684   <test name="gtest-402.cs">
10685     <type name="X">
10686       <method name="Void .ctor()">
10687         <size>7</size>
10688       </method>
10689       <method name="Void Main()">
10690         <size>16</size>
10691       </method>
10692     </type>
10693   </test>
10694   <test name="gtest-403.cs">
10695     <type name="T">
10696       <method name="Void .ctor()">
10697         <size>7</size>
10698       </method>
10699       <method name="Void Main()">
10700         <size>15</size>
10701       </method>
10702     </type>
10703     <type name="S`1[T]">
10704       <method name="Void Foo()">
10705         <size>1</size>
10706       </method>
10707     </type>
10708   </test>
10709   <test name="gtest-404.cs">
10710     <type name="Test.Program">
10711       <method name="Void Main()">
10712         <size>1</size>
10713       </method>
10714     </type>
10715     <type name="Test.Class1`1[T1]">
10716       <method name="Void .ctor()">
10717         <size>7</size>
10718       </method>
10719       <method name="Void add_doSomething(System.EventHandler)">
10720         <size>24</size>
10721       </method>
10722       <method name="Void remove_doSomething(System.EventHandler)">
10723         <size>24</size>
10724       </method>
10725     </type>
10726     <type name="Test.Class2`1[T]">
10727       <method name="Void .ctor()">
10728         <size>7</size>
10729       </method>
10730       <method name="Void add_DoSomething(System.EventHandler)">
10731         <size>8</size>
10732       </method>
10733       <method name="Void remove_DoSomething(System.EventHandler)">
10734         <size>8</size>
10735       </method>
10736     </type>
10737   </test>
10738   <test name="gtest-405.cs">
10739     <type name="C">
10740       <method name="Void .ctor()">
10741         <size>7</size>
10742       </method>
10743       <method name="Void Main()">
10744         <size>1</size>
10745       </method>
10746     </type>
10747   </test>
10748   <test name="gtest-406.cs">
10749     <type name="Test`1[T]">
10750       <method name="Void .ctor()">
10751         <size>7</size>
10752       </method>
10753       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
10754         <size>1</size>
10755       </method>
10756     </type>
10757     <type name="C`2[A,B]">
10758       <method name="Void .ctor(IEnumerable`1)">
10759         <size>46</size>
10760       </method>
10761       <method name="B &lt;C&gt;m__0(B)">
10762         <size>2</size>
10763       </method>
10764     </type>
10765     <type name="M">
10766       <method name="Void .ctor()">
10767         <size>7</size>
10768       </method>
10769       <method name="Void Main()">
10770         <size>1</size>
10771       </method>
10772     </type>
10773   </test>
10774   <test name="gtest-407.cs">
10775     <type name="NullableColorTests">
10776       <method name="Void .ctor()">
10777         <size>7</size>
10778       </method>
10779       <method name="Int32 Main()">
10780         <size>99</size>
10781       </method>
10782     </type>
10783     <type name="MyColor">
10784       <method name="Void .ctor(Int32)">
10785         <size>8</size>
10786       </method>
10787       <method name="Boolean op_Equality(MyColor, MyColor)">
10788         <size>17</size>
10789       </method>
10790       <method name="Boolean op_Inequality(MyColor, MyColor)">
10791         <size>20</size>
10792       </method>
10793     </type>
10794   </test>
10795   <test name="gtest-408.cs">
10796     <type name="Test">
10797       <method name="Void .ctor()">
10798         <size>7</size>
10799       </method>
10800       <method name="Int32 Main()">
10801         <size>92</size>
10802       </method>
10803     </type>
10804   </test>
10805   <test name="gtest-409.cs">
10806     <type name="ConditionalParsing">
10807       <method name="Void .ctor()">
10808         <size>7</size>
10809       </method>
10810       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
10811         <size>14</size>
10812       </method>
10813       <method name="Void Test_1(Boolean)">
10814         <size>20</size>
10815       </method>
10816       <method name="Void Test_2()">
10817         <size>31</size>
10818       </method>
10819       <method name="Void Test_4(Boolean, Boolean)">
10820         <size>39</size>
10821       </method>
10822       <method name="Void Test_5(Boolean, IDisposable)">
10823         <size>45</size>
10824       </method>
10825       <method name="Void Test_6(Boolean)">
10826         <size>47</size>
10827       </method>
10828       <method name="Void Test_7(System.Object)">
10829         <size>8</size>
10830       </method>
10831       <method name="Void Main()">
10832         <size>1</size>
10833       </method>
10834     </type>
10835     <type name="ConditionalParsing+T">
10836       <method name="Void .ctor(String, Boolean)">
10837         <size>28</size>
10838       </method>
10839       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
10840         <size>7</size>
10841       </method>
10842     </type>
10843     <type name="&lt;PrivateImplementationDetails&gt;">
10844       <method name="Void .ctor()">
10845         <size>7</size>
10846       </method>
10847     </type>
10848     <type name="ConditionalParsing+Const">
10849       <method name="Void .ctor()">
10850         <size>7</size>
10851       </method>
10852     </type>
10853     <type name="ConditionalParsing">
10854       <method name="Void Test_8(DateTime)">
10855         <size>38</size>
10856       </method>
10857       <method name="Void Test_9()">
10858         <size>43</size>
10859       </method>
10860       <method name="Void Test_10()">
10861         <size>21</size>
10862       </method>
10863     </type>
10864     <type name="A`1[T]">
10865       <method name="Void .ctor()">
10866         <size>7</size>
10867       </method>
10868     </type>
10869     <type name="ConditionalParsing">
10870       <method name="Void Test_11()">
10871         <size>7</size>
10872       </method>
10873     </type>
10874   </test>
10875   <test name="gtest-410.cs">
10876     <type name="Program">
10877       <method name="Void .ctor()">
10878         <size>7</size>
10879       </method>
10880       <method name="Void Main()">
10881         <size>7</size>
10882       </method>
10883     </type>
10884   </test>
10885   <test name="gtest-411.cs">
10886     <type name="Maybe">
10887       <method name="Maybe`1[T] C[T](T)">
10888         <size>2</size>
10889       </method>
10890     </type>
10891     <type name="Maybe`1[T]">
10892       <method name="Void .ctor(T)">
10893         <size>7</size>
10894       </method>
10895     </type>
10896     <type name="Extensions">
10897       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
10898         <size>10</size>
10899       </method>
10900     </type>
10901     <type name="Test">
10902       <method name="Void .ctor()">
10903         <size>7</size>
10904       </method>
10905       <method name="Void Main()">
10906         <size>131</size>
10907       </method>
10908       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
10909         <size>7</size>
10910       </method>
10911       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
10912         <size>7</size>
10913       </method>
10914       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
10915         <size>11</size>
10916       </method>
10917     </type>
10918   </test>
10919   <test name="gtest-412.cs">
10920     <type name="Program">
10921       <method name="Void .ctor()">
10922         <size>7</size>
10923       </method>
10924       <method name="Int32 Main()">
10925         <size>213</size>
10926       </method>
10927     </type>
10928   </test>
10929   <test name="gtest-413.cs">
10930     <type name="Test">
10931       <method name="Void .ctor()">
10932         <size>7</size>
10933       </method>
10934       <method name="Int32 Main()">
10935         <size>95</size>
10936       </method>
10937     </type>
10938     <type name="S">
10939       <method name="Int64 op_Addition(S, Int64)">
10940         <size>2</size>
10941       </method>
10942     </type>
10943   </test>
10944   <test name="gtest-414.cs">
10945     <type name="MonoTest.MainClass">
10946       <method name="Void .ctor()">
10947         <size>7</size>
10948       </method>
10949       <method name="Void Main()">
10950         <size>1</size>
10951       </method>
10952     </type>
10953     <type name="MonoTest.TestImpl">
10954       <method name="Void .ctor()">
10955         <size>7</size>
10956       </method>
10957       <method name="Void MonoTest.ITest.Get[T](System.Object)">
10958         <size>1</size>
10959       </method>
10960       <method name="Void Get[T]()">
10961         <size>1</size>
10962       </method>
10963       <method name="Void Get[T](System.Object)">
10964         <size>1</size>
10965       </method>
10966     </type>
10967     <type name="MonoTest.C">
10968       <method name="Void .ctor()">
10969         <size>7</size>
10970       </method>
10971       <method name="Void MonoTest.IG&lt;int&gt;.M()">
10972         <size>1</size>
10973       </method>
10974       <method name="Void MonoTest.IG&lt;string&gt;.M()">
10975         <size>1</size>
10976       </method>
10977     </type>
10978   </test>
10979   <test name="gtest-415.cs">
10980     <type name="S2">
10981       <method name="Void Test()">
10982         <size>39</size>
10983       </method>
10984       <method name="Void Main()">
10985         <size>16</size>
10986       </method>
10987     </type>
10988   </test>
10989   <test name="gtest-416.cs">
10990     <type name="Bug.Demo">
10991       <method name="Boolean Fixed()">
10992         <size>14</size>
10993       </method>
10994       <method name="Boolean Foo(System.Int32[])">
10995         <size>43</size>
10996       </method>
10997       <method name="Int32 Main()">
10998         <size>65</size>
10999       </method>
11000     </type>
11001   </test>
11002   <test name="gtest-417.cs">
11003     <type name="C">
11004       <method name="Void .ctor()">
11005         <size>7</size>
11006       </method>
11007       <method name="Void Goo()">
11008         <size>11</size>
11009       </method>
11010       <method name="Void Main()">
11011         <size>1</size>
11012       </method>
11013     </type>
11014   </test>
11015   <test name="gtest-418.cs">
11016     <type name="N.Nested">
11017       <method name="Void .ctor()">
11018         <size>7</size>
11019       </method>
11020     </type>
11021     <type name="N.Nested+C">
11022       <method name="Void .ctor()">
11023         <size>7</size>
11024       </method>
11025       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
11026         <size>2</size>
11027       </method>
11028     </type>
11029     <type name="N.M">
11030       <method name="Void .ctor()">
11031         <size>7</size>
11032       </method>
11033       <method name="Int32 Main()">
11034         <size>173</size>
11035       </method>
11036     </type>
11037   </test>
11038   <test name="gtest-419.cs">
11039     <type name="Program">
11040       <method name="Void .ctor()">
11041         <size>7</size>
11042       </method>
11043       <method name="Int32 Main()">
11044         <size>56</size>
11045       </method>
11046       <method name="System.Object Test(System.String)">
11047         <size>42</size>
11048       </method>
11049     </type>
11050   </test>
11051   <test name="gtest-420.cs">
11052     <type name="C">
11053       <method name="Void .ctor()">
11054         <size>7</size>
11055       </method>
11056     </type>
11057     <type name="TestClass">
11058       <method name="Void .ctor()">
11059         <size>7</size>
11060       </method>
11061       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
11062         <size>2</size>
11063       </method>
11064       <method name="Int32 Test(System.Object, System.Object[])">
11065         <size>2</size>
11066       </method>
11067       <method name="Int32 Main()">
11068         <size>43</size>
11069       </method>
11070     </type>
11071   </test>
11072   <test name="gtest-421.cs">
11073     <type name="OneOff">
11074       <method name="Void .ctor()">
11075         <size>7</size>
11076       </method>
11077       <method name="Int32 Main()">
11078         <size>50</size>
11079       </method>
11080       <method name="T[] Clone[T](T[])">
11081         <size>166</size>
11082       </method>
11083     </type>
11084     <type name="&lt;PrivateImplementationDetails&gt;">
11085       <method name="Void .ctor()">
11086         <size>7</size>
11087       </method>
11088     </type>
11089   </test>
11090   <test name="gtest-422.cs">
11091     <type name="A">
11092       <method name="Void .ctor()">
11093         <size>7</size>
11094       </method>
11095       <method name="Boolean op_GreaterThan(A, System.Object)">
11096         <size>2</size>
11097       </method>
11098       <method name="Boolean op_LessThan(A, System.Object)">
11099         <size>2</size>
11100       </method>
11101     </type>
11102     <type name="C">
11103       <method name="Void .ctor()">
11104         <size>7</size>
11105       </method>
11106       <method name="Int32 Main()">
11107         <size>23</size>
11108       </method>
11109       <method name="Nullable`1 get_Id()">
11110         <size>7</size>
11111       </method>
11112       <method name="Boolean Test()">
11113         <size>51</size>
11114       </method>
11115     </type>
11116   </test>
11117   <test name="gtest-424.cs">
11118     <type name="A">
11119       <method name="Void .ctor()">
11120         <size>7</size>
11121       </method>
11122     </type>
11123     <type name="B">
11124       <method name="Void .ctor()">
11125         <size>7</size>
11126       </method>
11127     </type>
11128     <type name="Test">
11129       <method name="Void .ctor()">
11130         <size>7</size>
11131       </method>
11132       <method name="Void Block(A[])">
11133         <size>6</size>
11134       </method>
11135       <method name="Void Block(IEnumerable`1, A[])">
11136         <size>1</size>
11137       </method>
11138       <method name="Int32 Main()">
11139         <size>29</size>
11140       </method>
11141     </type>
11142   </test>
11143   <test name="gtest-425.cs">
11144     <type name="EventClass`1[T]">
11145       <method name="Void .ctor()">
11146         <size>7</size>
11147       </method>
11148     </type>
11149     <type name="Test">
11150       <method name="Void .ctor()">
11151         <size>7</size>
11152       </method>
11153       <method name="Void Main()">
11154         <size>16</size>
11155       </method>
11156     </type>
11157     <type name="EventClass`1+HookDelegate[T]">
11158       <method name="Void .ctor(Object, IntPtr)">
11159         <size>0</size>
11160       </method>
11161       <method name="Void Invoke(T)">
11162         <size>0</size>
11163       </method>
11164       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11165         <size>0</size>
11166       </method>
11167       <method name="Void EndInvoke(IAsyncResult)">
11168         <size>0</size>
11169       </method>
11170     </type>
11171   </test>
11172   <test name="gtest-426.cs">
11173     <type name="OverloadTest.MyClass`1[T]">
11174       <method name="Void .ctor()">
11175         <size>7</size>
11176       </method>
11177       <method name="Boolean Method(MyInterface`1)">
11178         <size>20</size>
11179       </method>
11180       <method name="Boolean Method(System.Action`1[T])">
11181         <size>2</size>
11182       </method>
11183     </type>
11184     <type name="OverloadTest.C">
11185       <method name="Void .ctor()">
11186         <size>7</size>
11187       </method>
11188       <method name="Void Main()">
11189         <size>1</size>
11190       </method>
11191     </type>
11192   </test>
11193   <test name="gtest-427.cs">
11194     <type name="T">
11195       <method name="Void .ctor()">
11196         <size>7</size>
11197       </method>
11198       <method name="Void Test()">
11199         <size>19</size>
11200       </method>
11201       <method name="Void Attach(EventHandler)">
11202         <size>2</size>
11203       </method>
11204       <method name="Void Attach(EventHandler`1[System.String])">
11205         <size>1</size>
11206       </method>
11207       <method name="Void OnClick(System.String)">
11208         <size>1</size>
11209       </method>
11210       <method name="Void Main()">
11211         <size>11</size>
11212       </method>
11213     </type>
11214     <type name="EventHandler">
11215       <method name="Void .ctor(Object, IntPtr)">
11216         <size>0</size>
11217       </method>
11218       <method name="Void Invoke(System.Object)">
11219         <size>0</size>
11220       </method>
11221       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
11222         <size>0</size>
11223       </method>
11224       <method name="Void EndInvoke(IAsyncResult)">
11225         <size>0</size>
11226       </method>
11227     </type>
11228     <type name="EventHandler`1[T]">
11229       <method name="Void .ctor(Object, IntPtr)">
11230         <size>0</size>
11231       </method>
11232       <method name="Void Invoke(T)">
11233         <size>0</size>
11234       </method>
11235       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11236         <size>0</size>
11237       </method>
11238       <method name="Void EndInvoke(IAsyncResult)">
11239         <size>0</size>
11240       </method>
11241     </type>
11242   </test>
11243   <test name="gtest-428.cs">
11244     <type name="CInt">
11245       <method name="Void .ctor(Int32)">
11246         <size>8</size>
11247       </method>
11248       <method name="CInt op_Implicit(Int32)">
11249         <size>7</size>
11250       </method>
11251       <method name="Int32 op_Implicit(CInt)">
11252         <size>8</size>
11253       </method>
11254     </type>
11255     <type name="Klass">
11256       <method name="Void .ctor(Nullable`1)">
11257         <size>14</size>
11258       </method>
11259       <method name="Nullable`1 get_Value()">
11260         <size>7</size>
11261       </method>
11262     </type>
11263     <type name="MainClass">
11264       <method name="Void .ctor()">
11265         <size>7</size>
11266       </method>
11267       <method name="Int32 Main()">
11268         <size>174</size>
11269       </method>
11270     </type>
11271   </test>
11272   <test name="gtest-429.cs">
11273     <type name="CInt">
11274       <method name="Void .ctor(Int32)">
11275         <size>8</size>
11276       </method>
11277       <method name="CInt op_Implicit(Int32)">
11278         <size>7</size>
11279       </method>
11280       <method name="Int32 op_Implicit(CInt)">
11281         <size>8</size>
11282       </method>
11283     </type>
11284     <type name="Klass">
11285       <method name="Void .ctor(Nullable`1)">
11286         <size>14</size>
11287       </method>
11288     </type>
11289     <type name="MainClass">
11290       <method name="Void .ctor()">
11291         <size>7</size>
11292       </method>
11293       <method name="Int32 Main()">
11294         <size>36</size>
11295       </method>
11296     </type>
11297   </test>
11298   <test name="gtest-430.cs">
11299     <type name="Tmp">
11300       <method name="Void .ctor()">
11301         <size>7</size>
11302       </method>
11303     </type>
11304     <type name="Driver">
11305       <method name="Void .ctor()">
11306         <size>7</size>
11307       </method>
11308       <method name="Nullable`1 get_Prop()">
11309         <size>42</size>
11310       </method>
11311       <method name="Int32 Main()">
11312         <size>42</size>
11313       </method>
11314     </type>
11315   </test>
11316   <test name="gtest-431.cs">
11317     <type name="Program">
11318       <method name="Void .ctor()">
11319         <size>7</size>
11320       </method>
11321       <method name="Void Main()">
11322         <size>13</size>
11323       </method>
11324     </type>
11325   </test>
11326   <test name="gtest-432.cs">
11327     <type name="Test.Bar`2[T,U]">
11328       <method name="Void .ctor()">
11329         <size>7</size>
11330       </method>
11331       <method name="Void DoSomething[V]()">
11332         <size>1</size>
11333       </method>
11334     </type>
11335     <type name="Test.Baz">
11336       <method name="Void .ctor()">
11337         <size>7</size>
11338       </method>
11339       <method name="Void GetInTroubleHere()">
11340         <size>13</size>
11341       </method>
11342       <method name="Void Main()">
11343         <size>1</size>
11344       </method>
11345     </type>
11346   </test>
11347   <test name="gtest-433.cs">
11348     <type name="M">
11349       <method name="Void .ctor()">
11350         <size>7</size>
11351       </method>
11352       <method name="Void Main()">
11353         <size>37</size>
11354       </method>
11355     </type>
11356   </test>
11357   <test name="gtest-434.cs">
11358     <type name="testcase.Init">
11359       <method name="Void .ctor()">
11360         <size>7</size>
11361       </method>
11362       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
11363         <size>8</size>
11364       </method>
11365     </type>
11366     <type name="testcase.Program">
11367       <method name="Void .ctor()">
11368         <size>7</size>
11369       </method>
11370       <method name="Int32 Main()">
11371         <size>75</size>
11372       </method>
11373     </type>
11374   </test>
11375   <test name="gtest-435.cs">
11376     <type name="testcase.Program">
11377       <method name="Void .ctor()">
11378         <size>7</size>
11379       </method>
11380       <method name="Int32 Main()">
11381         <size>261</size>
11382       </method>
11383     </type>
11384   </test>
11385   <test name="gtest-436.cs">
11386     <type name="SomeClass">
11387       <method name="Void .ctor()">
11388         <size>7</size>
11389       </method>
11390       <method name="Int32 Main()">
11391         <size>2</size>
11392       </method>
11393     </type>
11394   </test>
11395   <test name="gtest-438.cs">
11396     <type name="Tests">
11397       <method name="Void .ctor()">
11398         <size>7</size>
11399       </method>
11400       <method name="ServiceType GetService[ServiceType](System.Object[])">
11401         <size>17</size>
11402       </method>
11403       <method name="Int32 Main()">
11404         <size>19</size>
11405       </method>
11406     </type>
11407   </test>
11408   <test name="gtest-439.cs">
11409     <type name="MonoBug.Stuff">
11410       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
11411         <size>8</size>
11412       </method>
11413     </type>
11414     <type name="MonoBug.GenericStuff`2[T1,T2]">
11415       <method name="Void .ctor(T1, T2)">
11416         <size>21</size>
11417       </method>
11418     </type>
11419     <type name="MonoBug.Program">
11420       <method name="Void Main()">
11421         <size>35</size>
11422       </method>
11423     </type>
11424   </test>
11425   <test name="gtest-440.cs">
11426     <type name="AnyObjectId">
11427       <method name="Void .ctor()">
11428         <size>7</size>
11429       </method>
11430       <method name="Int32 get_W1()">
11431         <size>7</size>
11432       </method>
11433       <method name="Void set_W1(Int32)">
11434         <size>8</size>
11435       </method>
11436     </type>
11437     <type name="ObjectId">
11438       <method name="Void .ctor()">
11439         <size>14</size>
11440       </method>
11441       <method name="Void Main()">
11442         <size>1</size>
11443       </method>
11444     </type>
11445   </test>
11446   <test name="gtest-441.cs">
11447     <type name="Name.Test">
11448       <method name="Void .ctor()">
11449         <size>7</size>
11450       </method>
11451     </type>
11452     <type name="Name.Subclass">
11453       <method name="Void .ctor()">
11454         <size>7</size>
11455       </method>
11456       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
11457         <size>7</size>
11458       </method>
11459       <method name="Void Main(System.String[])">
11460         <size>7</size>
11461       </method>
11462     </type>
11463   </test>
11464   <test name="gtest-442.cs">
11465     <type name="NonGenericBase">
11466       <method name="Void .ctor()">
11467         <size>7</size>
11468       </method>
11469       <method name="Int32 get_Item(Int32)">
11470         <size>0</size>
11471       </method>
11472     </type>
11473     <type name="GenericBase`1[T]">
11474       <method name="Void .ctor()">
11475         <size>7</size>
11476       </method>
11477       <method name="T get_Instance()">
11478         <size>7</size>
11479       </method>
11480       <method name="Void Foo()">
11481         <size>24</size>
11482       </method>
11483     </type>
11484     <type name="EntryPoint">
11485       <method name="Void .ctor()">
11486         <size>7</size>
11487       </method>
11488       <method name="Void Main()">
11489         <size>1</size>
11490       </method>
11491     </type>
11492   </test>
11493   <test name="gtest-443.cs">
11494     <type name="C">
11495       <method name="Void .ctor()">
11496         <size>7</size>
11497       </method>
11498       <method name="Void M[T]()">
11499         <size>28</size>
11500       </method>
11501       <method name="Int32 Main()">
11502         <size>7</size>
11503       </method>
11504     </type>
11505   </test>
11506   <test name="gtest-444.cs">
11507     <type name="MyClass">
11508       <method name="Void .ctor()">
11509         <size>7</size>
11510       </method>
11511       <method name="Int32 Main()">
11512         <size>114</size>
11513       </method>
11514     </type>
11515   </test>
11516   <test name="gtest-445.cs">
11517     <type name="Test">
11518       <method name="Void .ctor()">
11519         <size>7</size>
11520       </method>
11521       <method name="Void Main()">
11522         <size>1</size>
11523       </method>
11524       <method name="Void Foo[T](T ByRef)">
11525         <size>1</size>
11526       </method>
11527       <method name="Void Foo[T](T[])">
11528         <size>1</size>
11529       </method>
11530       <method name="Void Foo[T](T[,])">
11531         <size>1</size>
11532       </method>
11533       <method name="Void Foo[T](T[,,])">
11534         <size>1</size>
11535       </method>
11536       <method name="Void Bar(Int32 ByRef)">
11537         <size>1</size>
11538       </method>
11539       <method name="Void Bar(System.Int32[])">
11540         <size>1</size>
11541       </method>
11542       <method name="Void Bar(System.Int32[,])">
11543         <size>1</size>
11544       </method>
11545       <method name="Void Bar(System.Int32[,,])">
11546         <size>1</size>
11547       </method>
11548     </type>
11549   </test>
11550   <test name="gtest-446.cs">
11551     <type name="BugTest.Bug`1[T]">
11552       <method name="Void .ctor()">
11553         <size>7</size>
11554       </method>
11555       <method name="Void CreateObject(T ByRef)">
11556         <size>42</size>
11557       </method>
11558     </type>
11559     <type name="BugTest.Program">
11560       <method name="Int32 Main()">
11561         <size>16</size>
11562       </method>
11563     </type>
11564   </test>
11565   <test name="gtest-447.cs">
11566     <type name="B">
11567       <method name="Void .ctor()">
11568         <size>7</size>
11569       </method>
11570       <method name="Int32 Main()">
11571         <size>29</size>
11572       </method>
11573     </type>
11574   </test>
11575   <test name="gtest-448.cs">
11576     <type name="Impl`1[T]">
11577       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11578         <size>2</size>
11579       </method>
11580       <method name="Void Foo[U](IEnumerable`1)">
11581         <size>1</size>
11582       </method>
11583       <method name="IEnumerator`1 GetEnumerator()">
11584         <size>2</size>
11585       </method>
11586       <method name="Void .ctor()">
11587         <size>7</size>
11588       </method>
11589     </type>
11590     <type name="A`1[K]">
11591       <method name="Void .ctor()">
11592         <size>18</size>
11593       </method>
11594     </type>
11595     <type name="Test`1[TT]">
11596       <method name="Void Foo()">
11597         <size>24</size>
11598       </method>
11599       <method name="Void .ctor()">
11600         <size>7</size>
11601       </method>
11602     </type>
11603     <type name="M">
11604       <method name="Void Main()">
11605         <size>11</size>
11606       </method>
11607       <method name="Void .ctor()">
11608         <size>7</size>
11609       </method>
11610     </type>
11611   </test>
11612   <test name="gtest-449.cs">
11613     <type name="Program">
11614       <method name="Void .ctor()">
11615         <size>7</size>
11616       </method>
11617       <method name="Int32 Main()">
11618         <size>59</size>
11619       </method>
11620     </type>
11621   </test>
11622   <test name="gtest-450.cs">
11623     <type name="Program">
11624       <method name="Void .ctor()">
11625         <size>7</size>
11626       </method>
11627       <method name="Int32 Main()">
11628         <size>59</size>
11629       </method>
11630     </type>
11631   </test>
11632   <test name="gtest-451.cs">
11633     <type name="Test">
11634       <method name="Int32 Main()">
11635         <size>18</size>
11636       </method>
11637       <method name="Void .ctor()">
11638         <size>7</size>
11639       </method>
11640     </type>
11641   </test>
11642   <test name="gtest-452.cs">
11643     <type name="Test">
11644       <method name="Int32 Main()">
11645         <size>51</size>
11646       </method>
11647       <method name="Void .ctor()">
11648         <size>7</size>
11649       </method>
11650     </type>
11651     <type name="S">
11652       <method name="Single op_Implicit(S)">
11653         <size>11</size>
11654       </method>
11655       <method name="Nullable`1 op_Implicit(S)">
11656         <size>11</size>
11657       </method>
11658     </type>
11659   </test>
11660   <test name="gtest-453.cs">
11661     <type name="Test.CompilerTest">
11662       <method name="Void .ctor()">
11663         <size>7</size>
11664       </method>
11665       <method name="Int32 Main()">
11666         <size>12</size>
11667       </method>
11668       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
11669         <size>73</size>
11670       </method>
11671       <method name="Void ThisDoesNotWork()">
11672         <size>27</size>
11673       </method>
11674       <method name="Void ThisWorksFine()">
11675         <size>38</size>
11676       </method>
11677     </type>
11678   </test>
11679   <test name="gtest-454.cs">
11680     <type name="TestNS.TestCase">
11681       <method name="Void .ctor()">
11682         <size>7</size>
11683       </method>
11684       <method name="Int32 Compare[T](T[], T[])">
11685         <size>2</size>
11686       </method>
11687       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
11688         <size>30</size>
11689       </method>
11690       <method name="Int32 Main()">
11691         <size>19</size>
11692       </method>
11693     </type>
11694   </test>
11695   <test name="gtest-455.cs">
11696     <type name="ConsoleApplication1.Program">
11697       <method name="Void .ctor()">
11698         <size>7</size>
11699       </method>
11700       <method name="Void Main()">
11701         <size>14</size>
11702       </method>
11703     </type>
11704     <type name="ConsoleApplication1.Inner`1[T]">
11705       <method name="Void .ctor()">
11706         <size>7</size>
11707       </method>
11708       <method name="Void Compare(System.Object, T)">
11709         <size>13</size>
11710       </method>
11711     </type>
11712   </test>
11713   <test name="gtest-456.cs">
11714     <type name="G`1[T]">
11715       <method name="Void .ctor()">
11716         <size>7</size>
11717       </method>
11718     </type>
11719     <type name="G`1+S[T]">
11720       <method name="System.String Test()">
11721         <size>22</size>
11722       </method>
11723     </type>
11724     <type name="C">
11725       <method name="Int32 Main()">
11726         <size>36</size>
11727       </method>
11728       <method name="Void .ctor()">
11729         <size>7</size>
11730       </method>
11731     </type>
11732   </test>
11733   <test name="gtest-457.cs">
11734     <type name="Program">
11735       <method name="Void Foo[T]()">
11736         <size>1</size>
11737       </method>
11738       <method name="Int32 Main()">
11739         <size>2</size>
11740       </method>
11741       <method name="Void .ctor()">
11742         <size>7</size>
11743       </method>
11744     </type>
11745     <type name="Program+C">
11746       <method name="Void .ctor()">
11747         <size>7</size>
11748       </method>
11749     </type>
11750   </test>
11751   <test name="gtest-458.cs">
11752     <type name="MyList`1[T]">
11753       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
11754         <size>2</size>
11755       </method>
11756       <method name="Void .ctor()">
11757         <size>7</size>
11758       </method>
11759     </type>
11760     <type name="MyList`1+Helper`2[T,U,V]">
11761       <method name="Void .ctor()">
11762         <size>7</size>
11763       </method>
11764     </type>
11765     <type name="C">
11766       <method name="Int32 Main()">
11767         <size>13</size>
11768       </method>
11769       <method name="Void .ctor()">
11770         <size>7</size>
11771       </method>
11772     </type>
11773   </test>
11774   <test name="gtest-459.cs">
11775     <type name="GenericTest.OuterGeneric`1[T]">
11776       <method name="Void .ctor()">
11777         <size>7</size>
11778       </method>
11779     </type>
11780     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
11781       <method name="System.String GetTypeNames()">
11782         <size>41</size>
11783       </method>
11784       <method name="Void .ctor()">
11785         <size>7</size>
11786       </method>
11787     </type>
11788     <type name="GenericTest.Program">
11789       <method name="Int32 Main()">
11790         <size>14</size>
11791       </method>
11792       <method name="Void .ctor()">
11793         <size>7</size>
11794       </method>
11795     </type>
11796   </test>
11797   <test name="gtest-460.cs">
11798     <type name="Foo`1[T]">
11799       <method name="Void .ctor()">
11800         <size>7</size>
11801       </method>
11802     </type>
11803     <type name="Foo`1+Bar`1[T,V]">
11804       <method name="Void .ctor()">
11805         <size>7</size>
11806       </method>
11807     </type>
11808     <type name="FooImpl">
11809       <method name="Int32 Main()">
11810         <size>8</size>
11811       </method>
11812       <method name="Void .ctor()">
11813         <size>7</size>
11814       </method>
11815     </type>
11816     <type name="FooImpl+BarImpl">
11817       <method name="Void .ctor()">
11818         <size>7</size>
11819       </method>
11820     </type>
11821   </test>
11822   <test name="gtest-461.cs">
11823     <type name="Test.BaseContext">
11824       <method name="Void .ctor()">
11825         <size>7</size>
11826       </method>
11827     </type>
11828     <type name="Test.MyDataContext">
11829       <method name="Void .ctor()">
11830         <size>7</size>
11831       </method>
11832     </type>
11833     <type name="Test.Entity`1[T]">
11834       <method name="Void .ctor()">
11835         <size>7</size>
11836       </method>
11837     </type>
11838     <type name="Test.Person">
11839       <method name="Void .ctor()">
11840         <size>7</size>
11841       </method>
11842     </type>
11843     <type name="Test.TheBox`1[T]">
11844       <method name="U GetById[U](Guid)">
11845         <size>7</size>
11846       </method>
11847       <method name="Void .ctor()">
11848         <size>7</size>
11849       </method>
11850     </type>
11851     <type name="Test.Program">
11852       <method name="Void Main()">
11853         <size>19</size>
11854       </method>
11855       <method name="Void .ctor()">
11856         <size>7</size>
11857       </method>
11858     </type>
11859   </test>
11860   <test name="gtest-462.cs">
11861     <type name="Program">
11862       <method name="Int32 Main()">
11863         <size>79</size>
11864       </method>
11865       <method name="Void .ctor()">
11866         <size>7</size>
11867       </method>
11868     </type>
11869     <type name="Program+Tester`1[T]">
11870       <method name="T Get(System.Object)">
11871         <size>30</size>
11872       </method>
11873       <method name="Void .ctor()">
11874         <size>7</size>
11875       </method>
11876     </type>
11877   </test>
11878   <test name="gtest-463.cs">
11879     <type name="STuple`1[Ta]">
11880       <method name="Void .ctor(Ta)">
11881         <size>8</size>
11882       </method>
11883     </type>
11884     <type name="C">
11885       <method name="Int32 Main()">
11886         <size>10</size>
11887       </method>
11888       <method name="Void .ctor()">
11889         <size>7</size>
11890       </method>
11891     </type>
11892   </test>
11893   <test name="gtest-464.cs">
11894     <type name="Test">
11895       <method name="Int32 Main()">
11896         <size>28</size>
11897       </method>
11898       <method name="Void .ctor()">
11899         <size>7</size>
11900       </method>
11901     </type>
11902   </test>
11903   <test name="gtest-465.cs">
11904     <type name="DerivedClass">
11905       <method name="Void GenericMethod_1[T]()">
11906         <size>1</size>
11907       </method>
11908       <method name="Void GenericMethod_2[T]()">
11909         <size>1</size>
11910       </method>
11911       <method name="Void GenericMethod_3[T]()">
11912         <size>1</size>
11913       </method>
11914       <method name="Void .ctor()">
11915         <size>7</size>
11916       </method>
11917     </type>
11918     <type name="Program">
11919       <method name="Int32 Main()">
11920         <size>8</size>
11921       </method>
11922       <method name="Void .ctor()">
11923         <size>7</size>
11924       </method>
11925     </type>
11926   </test>
11927   <test name="gtest-466.cs">
11928     <type name="Program">
11929       <method name="Boolean Test[T](T)">
11930         <size>10</size>
11931       </method>
11932       <method name="Int32 Main()">
11933         <size>40</size>
11934       </method>
11935       <method name="Void .ctor()">
11936         <size>7</size>
11937       </method>
11938     </type>
11939   </test>
11940   <test name="gtest-467.cs">
11941     <type name="S">
11942       <method name="Int32 Main()">
11943         <size>79</size>
11944       </method>
11945     </type>
11946     <type name="A">
11947       <method name="A op_Implicit(S)">
11948         <size>6</size>
11949       </method>
11950       <method name="Void .ctor()">
11951         <size>7</size>
11952       </method>
11953     </type>
11954     <type name="B">
11955       <method name="Void .ctor()">
11956         <size>7</size>
11957       </method>
11958     </type>
11959   </test>
11960   <test name="gtest-468.cs">
11961     <type name="TS">
11962       <method name="Nullable`1 get_v()">
11963         <size>7</size>
11964       </method>
11965       <method name="Int32 Main()">
11966         <size>43</size>
11967       </method>
11968       <method name="Nullable`1 op_Implicit(TS)">
11969         <size>7</size>
11970       </method>
11971       <method name="TS op_Implicit(Nullable`1)">
11972         <size>2</size>
11973       </method>
11974       <method name="Void .ctor()">
11975         <size>7</size>
11976       </method>
11977     </type>
11978   </test>
11979   <test name="gtest-469.cs">
11980     <type name="Foo`2[T1,T2]">
11981       <method name="Void .ctor(T2)">
11982         <size>7</size>
11983       </method>
11984     </type>
11985     <type name="Bar">
11986       <method name="Int32 Main()">
11987         <size>13</size>
11988       </method>
11989       <method name="Void .ctor()">
11990         <size>7</size>
11991       </method>
11992     </type>
11993   </test>
11994   <test name="gtest-470.cs">
11995     <type name="C">
11996       <method name="Void Main()">
11997         <size>13</size>
11998       </method>
11999       <method name="Void .ctor()">
12000         <size>7</size>
12001       </method>
12002     </type>
12003   </test>
12004   <test name="gtest-471.cs">
12005     <type name="Q">
12006       <method name="Void bar[T](T ByRef)">
12007         <size>16</size>
12008       </method>
12009       <method name="Int32 Main()">
12010         <size>11</size>
12011       </method>
12012       <method name="Void .ctor()">
12013         <size>7</size>
12014       </method>
12015     </type>
12016   </test>
12017   <test name="gtest-472.cs">
12018     <type name="C`1[T]">
12019       <method name="Void CopyUnsafe(T[], System.Int64[])">
12020         <size>1</size>
12021       </method>
12022       <method name="Boolean CopyUnsafe(T[], Int64)">
12023         <size>2</size>
12024       </method>
12025       <method name="Void CopyUnsafe(T[])">
12026         <size>11</size>
12027       </method>
12028       <method name="Void .ctor()">
12029         <size>7</size>
12030       </method>
12031     </type>
12032     <type name="A">
12033       <method name="Void Main()">
12034         <size>1</size>
12035       </method>
12036       <method name="Void .ctor()">
12037         <size>7</size>
12038       </method>
12039     </type>
12040   </test>
12041   <test name="gtest-473.cs">
12042     <type name="A`1[X]">
12043       <method name="Void Foo[T]()">
12044         <size>1</size>
12045       </method>
12046       <method name="Void .ctor()">
12047         <size>7</size>
12048       </method>
12049     </type>
12050     <type name="B">
12051       <method name="Void Foo[T]()">
12052         <size>1</size>
12053       </method>
12054       <method name="Void .ctor()">
12055         <size>7</size>
12056       </method>
12057     </type>
12058     <type name="C">
12059       <method name="Int32 Main()">
12060         <size>8</size>
12061       </method>
12062       <method name="Void .ctor()">
12063         <size>7</size>
12064       </method>
12065     </type>
12066   </test>
12067   <test name="gtest-474.cs">
12068     <type name="A`1[X]">
12069       <method name="Void .ctor()">
12070         <size>7</size>
12071       </method>
12072     </type>
12073     <type name="B`1[T]">
12074       <method name="Void .ctor()">
12075         <size>7</size>
12076       </method>
12077     </type>
12078     <type name="C">
12079       <method name="Void Main()">
12080         <size>7</size>
12081       </method>
12082       <method name="Void .ctor()">
12083         <size>7</size>
12084       </method>
12085     </type>
12086   </test>
12087   <test name="gtest-475.cs">
12088     <type name="Value`1[T]">
12089       <method name="Void .ctor()">
12090         <size>7</size>
12091       </method>
12092       <method name="Void .cctor()">
12093         <size>1</size>
12094       </method>
12095     </type>
12096     <type name="Test`2[T,U]">
12097       <method name="Value`1[T] get_Value()">
12098         <size>2</size>
12099       </method>
12100       <method name="Void .ctor()">
12101         <size>7</size>
12102       </method>
12103     </type>
12104     <type name="Test`2+B[T,U]">
12105       <method name="Void .ctor(Value`1)">
12106         <size>7</size>
12107       </method>
12108       <method name="Void .cctor()">
12109         <size>16</size>
12110       </method>
12111     </type>
12112     <type name="C">
12113       <method name="Void Main()">
12114         <size>7</size>
12115       </method>
12116       <method name="Void .ctor()">
12117         <size>7</size>
12118       </method>
12119     </type>
12120   </test>
12121   <test name="gtest-476.cs">
12122     <type name="Test`1[T]">
12123       <method name="B First()">
12124         <size>10</size>
12125       </method>
12126       <method name="IFoo Second()">
12127         <size>15</size>
12128       </method>
12129       <method name="Void .ctor()">
12130         <size>7</size>
12131       </method>
12132     </type>
12133     <type name="C">
12134       <method name="Void Main()">
12135         <size>1</size>
12136       </method>
12137       <method name="Void .ctor()">
12138         <size>7</size>
12139       </method>
12140     </type>
12141   </test>
12142   <test name="gtest-477.cs">
12143     <type name="B`1[T]">
12144       <method name="Void .ctor()">
12145         <size>7</size>
12146       </method>
12147     </type>
12148     <type name="B`1+BNested[T]">
12149       <method name="Void .ctor()">
12150         <size>7</size>
12151       </method>
12152     </type>
12153     <type name="A`1[T]">
12154       <method name="Void .ctor()">
12155         <size>7</size>
12156       </method>
12157     </type>
12158     <type name="AA`1[T]">
12159       <method name="Void .ctor()">
12160         <size>7</size>
12161       </method>
12162     </type>
12163     <type name="AA`1+ANested[T]">
12164       <method name="Void .ctor()">
12165         <size>7</size>
12166       </method>
12167     </type>
12168     <type name="M">
12169       <method name="Void Main()">
12170         <size>1</size>
12171       </method>
12172       <method name="Void .ctor()">
12173         <size>7</size>
12174       </method>
12175     </type>
12176   </test>
12177   <test name="gtest-478.cs">
12178     <type name="M">
12179       <method name="Void Foo()">
12180         <size>1</size>
12181       </method>
12182       <method name="Void GenFoo()">
12183         <size>1</size>
12184       </method>
12185       <method name="Void Main()">
12186         <size>13</size>
12187       </method>
12188       <method name="Void .ctor()">
12189         <size>7</size>
12190       </method>
12191     </type>
12192   </test>
12193   <test name="gtest-479.cs">
12194     <type name="A">
12195       <method name="Void .ctor()">
12196         <size>7</size>
12197       </method>
12198     </type>
12199     <type name="B">
12200       <method name="Void .ctor()">
12201         <size>7</size>
12202       </method>
12203     </type>
12204     <type name="M">
12205       <method name="Void Test[T](I`1)">
12206         <size>1</size>
12207       </method>
12208       <method name="Void Main()">
12209         <size>21</size>
12210       </method>
12211       <method name="Void .ctor()">
12212         <size>7</size>
12213       </method>
12214     </type>
12215   </test>
12216   <test name="gtest-480.cs">
12217     <type name="C">
12218       <method name="Void Foo()">
12219         <size>57</size>
12220       </method>
12221       <method name="Void Main()">
12222         <size>30</size>
12223       </method>
12224       <method name="Void .ctor()">
12225         <size>7</size>
12226       </method>
12227     </type>
12228   </test>
12229   <test name="gtest-481.cs">
12230     <type name="TestClass`1[T]">
12231       <method name="Void Add(T[][] ByRef)">
12232         <size>1</size>
12233       </method>
12234       <method name="Void .ctor(Int32)">
12235         <size>18</size>
12236       </method>
12237     </type>
12238     <type name="C">
12239       <method name="Void Main()">
12240         <size>8</size>
12241       </method>
12242       <method name="Void .ctor()">
12243         <size>7</size>
12244       </method>
12245     </type>
12246   </test>
12247   <test name="gtest-482.cs">
12248     <type name="TestBug.BugClass`1[T]">
12249       <method name="Void add_Evt(System.EventHandler)">
12250         <size>1</size>
12251       </method>
12252       <method name="Void remove_Evt(System.EventHandler)">
12253         <size>1</size>
12254       </method>
12255       <method name="Void Bug()">
12256         <size>19</size>
12257       </method>
12258       <method name="Void Handler(System.Object, System.EventArgs)">
12259         <size>1</size>
12260       </method>
12261       <method name="Void .ctor()">
12262         <size>7</size>
12263       </method>
12264     </type>
12265     <type name="TestBug.MainClass">
12266       <method name="Void Main()">
12267         <size>25</size>
12268       </method>
12269       <method name="Void .ctor()">
12270         <size>7</size>
12271       </method>
12272     </type>
12273   </test>
12274   <test name="gtest-483.cs">
12275     <type name="Program">
12276       <method name="Int32 Main()">
12277         <size>86</size>
12278       </method>
12279       <method name="Void ReplaceContentsWith[T](T, T)">
12280         <size>95</size>
12281       </method>
12282       <method name="Void .ctor()">
12283         <size>7</size>
12284       </method>
12285     </type>
12286     <type name="Int32Collection">
12287       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12288         <size>17</size>
12289       </method>
12290       <method name="Int32 get_Count()">
12291         <size>12</size>
12292       </method>
12293       <method name="Int32 get_Item(Int32)">
12294         <size>13</size>
12295       </method>
12296       <method name="Void set_Item(Int32, Int32)">
12297         <size>14</size>
12298       </method>
12299       <method name="Void Add(Int32)">
12300         <size>13</size>
12301       </method>
12302       <method name="Void Clear()">
12303         <size>12</size>
12304       </method>
12305       <method name="Void .ctor()">
12306         <size>18</size>
12307       </method>
12308     </type>
12309   </test>
12310   <test name="gtest-484.cs">
12311     <type name="MainClass">
12312       <method name="Void Foo(System.Action`1[MainClass][][])">
12313         <size>1</size>
12314       </method>
12315       <method name="System.Action`1[MainClass][] Set(System.Action`1[MainClass][])">
12316         <size>2</size>
12317       </method>
12318       <method name="Void Bar(MainClass)">
12319         <size>1</size>
12320       </method>
12321       <method name="Void Main(System.String[])">
12322         <size>100</size>
12323       </method>
12324       <method name="Void .ctor()">
12325         <size>7</size>
12326       </method>
12327     </type>
12328   </test>
12329   <test name="gtest-485.cs">
12330     <type name="C">
12331       <method name="Void Main()">
12332         <size>1</size>
12333       </method>
12334       <method name="Void .ctor()">
12335         <size>7</size>
12336       </method>
12337     </type>
12338   </test>
12339   <test name="gtest-486.cs">
12340     <type name="MyCollection`1[T]">
12341       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12342         <size>2</size>
12343       </method>
12344       <method name="Void AddRange(IMyCollection`1)">
12345         <size>1</size>
12346       </method>
12347       <method name="Void AddRange(IEnumerable`1)">
12348         <size>1</size>
12349       </method>
12350       <method name="Int32 get_Count()">
12351         <size>2</size>
12352       </method>
12353       <method name="Boolean get_IsReadOnly()">
12354         <size>2</size>
12355       </method>
12356       <method name="Void Add(T)">
12357         <size>1</size>
12358       </method>
12359       <method name="Void Clear()">
12360         <size>1</size>
12361       </method>
12362       <method name="Boolean Contains(T)">
12363         <size>2</size>
12364       </method>
12365       <method name="Void CopyTo(T[], Int32)">
12366         <size>1</size>
12367       </method>
12368       <method name="Boolean Remove(T)">
12369         <size>2</size>
12370       </method>
12371       <method name="IEnumerator`1 GetEnumerator()">
12372         <size>2</size>
12373       </method>
12374       <method name="Void .ctor()">
12375         <size>7</size>
12376       </method>
12377     </type>
12378     <type name="P">
12379       <method name="MyCollection`1[System.String] get_IgnoreTokens()">
12380         <size>36</size>
12381       </method>
12382       <method name="Void Main()">
12383         <size>1</size>
12384       </method>
12385       <method name="Void .ctor()">
12386         <size>7</size>
12387       </method>
12388       <method name="Void .cctor()">
12389         <size>21</size>
12390       </method>
12391     </type>
12392   </test>
12393   <test name="gtest-487.cs">
12394     <type name="Limada.MonoTests.Generics.MultiDictionary`3[K,V,TDictionary]">
12395       <method name="Void .ctor()">
12396         <size>7</size>
12397       </method>
12398     </type>
12399     <type name="Limada.MonoTests.Generics.Test">
12400       <method name="Void Main()">
12401         <size>7</size>
12402       </method>
12403       <method name="Void .ctor()">
12404         <size>7</size>
12405       </method>
12406     </type>
12407   </test>
12408   <test name="gtest-488.cs">
12409     <type name="Ref">
12410       <method name="Void .ctor()">
12411         <size>7</size>
12412       </method>
12413     </type>
12414     <type name="Def">
12415       <method name="Void .ctor()">
12416         <size>7</size>
12417       </method>
12418     </type>
12419     <type name="FooProcessor`1[T]">
12420       <method name="Void Attach(T, Def)">
12421         <size>15</size>
12422       </method>
12423       <method name="Void .ctor()">
12424         <size>7</size>
12425       </method>
12426     </type>
12427     <type name="Program">
12428       <method name="Void Main()">
12429         <size>1</size>
12430       </method>
12431       <method name="Void .ctor()">
12432         <size>7</size>
12433       </method>
12434     </type>
12435   </test>
12436   <test name="gtest-489.cs">
12437     <type name="sample">
12438       <method name="TValue Value[TKey,TValue]()">
12439         <size>0</size>
12440       </method>
12441       <method name="Void Main()">
12442         <size>1</size>
12443       </method>
12444       <method name="Void .ctor()">
12445         <size>7</size>
12446       </method>
12447     </type>
12448     <type name="sample+nested`1[T]">
12449       <method name="TValue Value[TKey,TValue]()">
12450         <size>6</size>
12451       </method>
12452       <method name="Void .ctor()">
12453         <size>7</size>
12454       </method>
12455     </type>
12456   </test>
12457   <test name="gtest-490.cs">
12458     <type name="Foo">
12459       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
12460         <size>17</size>
12461       </method>
12462       <method name="IEnumerator GetEnumerator()">
12463         <size>17</size>
12464       </method>
12465       <method name="Void Main()">
12466         <size>1</size>
12467       </method>
12468       <method name="Void .ctor()">
12469         <size>18</size>
12470       </method>
12471     </type>
12472   </test>
12473   <test name="gtest-491.cs">
12474     <type name="ArrayEqualityComparer`1[T]">
12475       <method name="Boolean Equals(T[], T[])">
12476         <size>2</size>
12477       </method>
12478       <method name="Int32 GetHashCode(T[])">
12479         <size>2</size>
12480       </method>
12481       <method name="Void .ctor()">
12482         <size>7</size>
12483       </method>
12484     </type>
12485     <type name="Program">
12486       <method name="Int32 Main()">
12487         <size>13</size>
12488       </method>
12489       <method name="Void .ctor()">
12490         <size>7</size>
12491       </method>
12492     </type>
12493   </test>
12494   <test name="gtest-492.cs">
12495     <type name="B`1[T]">
12496       <method name="Void .ctor()">
12497         <size>7</size>
12498       </method>
12499     </type>
12500     <type name="A`1[T]">
12501       <method name="Void .ctor()">
12502         <size>7</size>
12503       </method>
12504     </type>
12505     <type name="A`1+C[T]">
12506       <method name="Void .ctor()">
12507         <size>7</size>
12508       </method>
12509     </type>
12510     <type name="M">
12511       <method name="Void Main()">
12512         <size>1</size>
12513       </method>
12514       <method name="Void .ctor()">
12515         <size>7</size>
12516       </method>
12517     </type>
12518   </test>
12519   <test name="gtest-493.cs">
12520     <type name="MonoGenericIteratorTest.MyType">
12521       <method name="Void .ctor()">
12522         <size>7</size>
12523       </method>
12524     </type>
12525     <type name="MonoGenericIteratorTest.MyCollectionBase`1[T]">
12526       <method name="IEnumerator GetEnumerator()">
12527         <size>17</size>
12528       </method>
12529       <method name="Void .ctor()">
12530         <size>7</size>
12531       </method>
12532     </type>
12533     <type name="MonoGenericIteratorTest.MyCollection">
12534       <method name="Void .ctor()">
12535         <size>7</size>
12536       </method>
12537     </type>
12538     <type name="MonoGenericIteratorTest.MainClass">
12539       <method name="Void Main(System.String[])">
12540         <size>77</size>
12541       </method>
12542       <method name="Void .ctor()">
12543         <size>7</size>
12544       </method>
12545     </type>
12546   </test>
12547   <test name="gtest-494.cs">
12548     <type name="Grid`1[CT]">
12549       <method name="Void .ctor()">
12550         <size>7</size>
12551       </method>
12552     </type>
12553     <type name="Grid`1+GPD[CT]">
12554       <method name="Void .ctor()">
12555         <size>18</size>
12556       </method>
12557     </type>
12558     <type name="Grid`1+GPD+GC[CT]">
12559       <method name="Void .ctor()">
12560         <size>7</size>
12561       </method>
12562     </type>
12563     <type name="H">
12564       <method name="Void .ctor()">
12565         <size>7</size>
12566       </method>
12567     </type>
12568     <type name="H+MyCT">
12569       <method name="Void .ctor()">
12570         <size>7</size>
12571       </method>
12572     </type>
12573     <type name="TheTest">
12574       <method name="Void Main(System.String[])">
12575         <size>7</size>
12576       </method>
12577       <method name="Void .ctor()">
12578         <size>7</size>
12579       </method>
12580     </type>
12581   </test>
12582   <test name="gtest-495.cs">
12583     <type name="Repro">
12584       <method name="Void Main()">
12585         <size>12</size>
12586       </method>
12587       <method name="Void .ctor()">
12588         <size>7</size>
12589       </method>
12590     </type>
12591     <type name="Repro+Outer">
12592       <method name="Void .ctor()">
12593         <size>7</size>
12594       </method>
12595     </type>
12596     <type name="Repro+Outer+Inner`1[T]">
12597       <method name="Void .ctor()">
12598         <size>7</size>
12599       </method>
12600     </type>
12601   </test>
12602   <test name="gtest-496.cs">
12603     <type name="Base">
12604       <method name="T EndExecute[T](System.Object, System.String)">
12605         <size>7</size>
12606       </method>
12607       <method name="Void .ctor()">
12608         <size>7</size>
12609       </method>
12610     </type>
12611     <type name="Derived">
12612       <method name="Derived EndExecute[TElement](System.Object)">
12613         <size>2</size>
12614       </method>
12615       <method name="Void .ctor()">
12616         <size>7</size>
12617       </method>
12618     </type>
12619     <type name="a">
12620       <method name="Int32 Main()">
12621         <size>14</size>
12622       </method>
12623       <method name="Void .ctor()">
12624         <size>7</size>
12625       </method>
12626     </type>
12627   </test>
12628   <test name="gtest-497.cs">
12629     <type name="Item">
12630       <method name="Void .ctor()">
12631         <size>7</size>
12632       </method>
12633     </type>
12634     <type name="ItemCollection`1[T]">
12635       <method name="Void Bind[U](ItemCollection`1[U])">
12636         <size>1</size>
12637       </method>
12638       <method name="Void .ctor()">
12639         <size>7</size>
12640       </method>
12641     </type>
12642     <type name="a">
12643       <method name="Void 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-498.cs">
12652     <type name="A">
12653       <method name="Int32 Main()">
12654         <size>16</size>
12655       </method>
12656       <method name="Void .ctor()">
12657         <size>15</size>
12658       </method>
12659     </type>
12660   </test>
12661   <test name="gtest-499.cs">
12662     <type name="C">
12663       <method name="Int32 Test[T](T[])">
12664         <size>21</size>
12665       </method>
12666       <method name="Int32 TestExtra[T](T[,])">
12667         <size>22</size>
12668       </method>
12669       <method name="Int32 Main()">
12670         <size>118</size>
12671       </method>
12672       <method name="Void .ctor()">
12673         <size>7</size>
12674       </method>
12675     </type>
12676   </test>
12677   <test name="gtest-500.cs">
12678     <type name="Program">
12679       <method name="Int32 Main()">
12680         <size>85</size>
12681       </method>
12682       <method name="Void .ctor()">
12683         <size>7</size>
12684       </method>
12685     </type>
12686   </test>
12687   <test name="gtest-501.cs">
12688     <type name="UndoableDictionary`2[TKey,TValue]">
12689       <method name="Void TestFunc()">
12690         <size>1</size>
12691       </method>
12692       <method name="Void .ctor()">
12693         <size>7</size>
12694       </method>
12695     </type>
12696     <type name="UpdateableCollection`1[T]">
12697       <method name="Void AddReferences()">
12698         <size>1</size>
12699       </method>
12700       <method name="Void TestFunc()">
12701         <size>1</size>
12702       </method>
12703       <method name="Void .ctor()">
12704         <size>7</size>
12705       </method>
12706     </type>
12707     <type name="UpdateableCollection`1+X[T]">
12708       <method name="Void .ctor()">
12709         <size>7</size>
12710       </method>
12711     </type>
12712     <type name="C">
12713       <method name="Int32 Main()">
12714         <size>8</size>
12715       </method>
12716       <method name="Void .ctor()">
12717         <size>7</size>
12718       </method>
12719     </type>
12720   </test>
12721   <test name="gtest-502.cs">
12722     <type name="C`1[T]">
12723       <method name="Void .ctor()">
12724         <size>7</size>
12725       </method>
12726       <method name="Void .cctor()">
12727         <size>31</size>
12728       </method>
12729     </type>
12730     <type name="C`1+Foo`1[T,U]">
12731       <method name="Void .ctor()">
12732         <size>7</size>
12733       </method>
12734     </type>
12735     <type name="C`1+Simple[T]">
12736       <method name="Void .ctor()">
12737         <size>7</size>
12738       </method>
12739     </type>
12740     <type name="M">
12741       <method name="Void .ctor()">
12742         <size>7</size>
12743       </method>
12744     </type>
12745     <type name="A">
12746       <method name="Void .ctor()">
12747         <size>7</size>
12748       </method>
12749     </type>
12750     <type name="A+N`1[T]">
12751       <method name="Void .ctor()">
12752         <size>7</size>
12753       </method>
12754     </type>
12755     <type name="M">
12756       <method name="Int32 Main()">
12757         <size>40</size>
12758       </method>
12759     </type>
12760   </test>
12761   <test name="gtest-503.cs">
12762     <type name="TestAttribute">
12763       <method name="Void .ctor(Type)">
12764         <size>7</size>
12765       </method>
12766     </type>
12767     <type name="C`1[T]">
12768       <method name="Void .ctor()">
12769         <size>7</size>
12770       </method>
12771     </type>
12772     <type name="C`1+N`1[T,U]">
12773       <method name="Void .ctor()">
12774         <size>7</size>
12775       </method>
12776     </type>
12777     <type name="A">
12778       <method name="Int32 Main()">
12779         <size>28</size>
12780       </method>
12781       <method name="Void .ctor()">
12782         <size>7</size>
12783       </method>
12784     </type>
12785   </test>
12786   <test name="gtest-504.cs">
12787     <type name="C">
12788       <method name="Void Main()">
12789         <size>1</size>
12790       </method>
12791       <method name="Void .ctor()">
12792         <size>7</size>
12793       </method>
12794     </type>
12795   </test>
12796   <test name="gtest-505.cs">
12797     <type name="C">
12798       <method name="Int32 Test(System.Collections.Generic.List`1[System.Int32])">
12799         <size>3</size>
12800       </method>
12801       <method name="Int32 Test(System.String)">
12802         <size>3</size>
12803       </method>
12804       <method name="Int32 Test(Int32)">
12805         <size>2</size>
12806       </method>
12807       <method name="R Method[T,R](IEnumerable`1, System.Func`2[T,R])">
12808         <size>16</size>
12809       </method>
12810       <method name="R Method2[T,R](IEnumerable`1, System.Func`2[System.Collections.Generic.List`1[T],R])">
12811         <size>8</size>
12812       </method>
12813       <method name="Int32 Main()">
12814         <size>73</size>
12815       </method>
12816       <method name="Void .ctor()">
12817         <size>7</size>
12818       </method>
12819     </type>
12820   </test>
12821   <test name="gtest-506.cs">
12822     <type name="C">
12823       <method name="Void Main()">
12824         <size>9</size>
12825       </method>
12826       <method name="Void .ctor()">
12827         <size>7</size>
12828       </method>
12829     </type>
12830   </test>
12831   <test name="gtest-507.cs">
12832     <type name="A">
12833       <method name="Int32 Main()">
12834         <size>26</size>
12835       </method>
12836       <method name="Void .ctor()">
12837         <size>7</size>
12838       </method>
12839     </type>
12840     <type name="B`1[T]">
12841       <method name="Int32 get_Item(T)">
12842         <size>2</size>
12843       </method>
12844       <method name="Int32 get_Item(System.Object)">
12845         <size>2</size>
12846       </method>
12847       <method name="Void .ctor()">
12848         <size>7</size>
12849       </method>
12850     </type>
12851   </test>
12852   <test name="gtest-508.cs">
12853     <type name="B">
12854       <method name="Void Main()">
12855         <size>8</size>
12856       </method>
12857       <method name="Void .ctor(Int32)">
12858         <size>8</size>
12859       </method>
12860     </type>
12861     <type name="A`1[T]">
12862       <method name="Void .ctor(T)">
12863         <size>7</size>
12864       </method>
12865     </type>
12866   </test>
12867   <test name="gtest-509.cs">
12868     <type name="Test.Foo">
12869       <method name="Void .ctor()">
12870         <size>7</size>
12871       </method>
12872     </type>
12873     <type name="Test.TestClass">
12874       <method name="T Test.IBase.Get[T](System.Object)">
12875         <size>10</size>
12876       </method>
12877       <method name="T Get[T](System.Object)">
12878         <size>10</size>
12879       </method>
12880       <method name="Void Main(System.String[])">
12881         <size>17</size>
12882       </method>
12883       <method name="Void .ctor()">
12884         <size>7</size>
12885       </method>
12886     </type>
12887   </test>
12888   <test name="gtest-510.cs">
12889     <type name="CA`2[U,V]">
12890       <method name="Void .ctor()">
12891         <size>7</size>
12892       </method>
12893     </type>
12894     <type name="Map`2[K,T]">
12895       <method name="Void .ctor()">
12896         <size>7</size>
12897       </method>
12898     </type>
12899     <type name="S">
12900       <method name="Void Main()">
12901         <size>7</size>
12902       </method>
12903       <method name="Void .ctor()">
12904         <size>7</size>
12905       </method>
12906     </type>
12907   </test>
12908   <test name="gtest-511.cs">
12909     <type name="A`1[T]">
12910       <method name="Void .ctor()">
12911         <size>7</size>
12912       </method>
12913     </type>
12914     <type name="C">
12915       <method name="Void Foo[T](A`1[T])">
12916         <size>1</size>
12917       </method>
12918       <method name="Void .ctor()">
12919         <size>7</size>
12920       </method>
12921     </type>
12922     <type name="D">
12923       <method name="Void Foo[T](A`1[T])">
12924         <size>1</size>
12925       </method>
12926       <method name="Int32 Main()">
12927         <size>76</size>
12928       </method>
12929       <method name="Void .ctor()">
12930         <size>7</size>
12931       </method>
12932     </type>
12933   </test>
12934   <test name="gtest-512.cs">
12935     <type name="C">
12936       <method name="Void Main()">
12937         <size>5</size>
12938       </method>
12939       <method name="Void .ctor()">
12940         <size>7</size>
12941       </method>
12942     </type>
12943   </test>
12944   <test name="gtest-513.cs">
12945     <type name="S">
12946       <method name="Void System.IDisposable.Dispose()">
12947         <size>13</size>
12948       </method>
12949       <method name="Void Dispose()">
12950         <size>6</size>
12951       </method>
12952     </type>
12953     <type name="C">
12954       <method name="Void System.IDisposable.Dispose()">
12955         <size>1</size>
12956       </method>
12957       <method name="Void Dispose()">
12958         <size>6</size>
12959       </method>
12960       <method name="Void .ctor()">
12961         <size>7</size>
12962       </method>
12963     </type>
12964     <type name="Test">
12965       <method name="Int32 Main()">
12966         <size>154</size>
12967       </method>
12968       <method name="Void GenMethod[T](T)">
12969         <size>33</size>
12970       </method>
12971       <method name="Void .ctor()">
12972         <size>7</size>
12973       </method>
12974     </type>
12975   </test>
12976   <test name="gtest-514.cs">
12977     <type name="test2.Test`3[T,U,V]">
12978       <method name="Void Method()">
12979         <size>127</size>
12980       </method>
12981       <method name="Void .ctor()">
12982         <size>7</size>
12983       </method>
12984     </type>
12985     <type name="test2.MainClass">
12986       <method name="Void Dispose()">
12987         <size>1</size>
12988       </method>
12989       <method name="Void Main()">
12990         <size>11</size>
12991       </method>
12992       <method name="Void .ctor()">
12993         <size>7</size>
12994       </method>
12995     </type>
12996   </test>
12997   <test name="gtest-515.cs">
12998     <type name="A">
12999       <method name="I`1 Foo[T]()">
13000         <size>2</size>
13001       </method>
13002       <method name="Void .ctor()">
13003         <size>7</size>
13004       </method>
13005     </type>
13006     <type name="AA">
13007       <method name="I`1 Foo[V]()">
13008         <size>7</size>
13009       </method>
13010       <method name="Void .ctor()">
13011         <size>7</size>
13012       </method>
13013     </type>
13014     <type name="B">
13015       <method name="Void Dispose()">
13016         <size>1</size>
13017       </method>
13018       <method name="I`1 Foo[R]()">
13019         <size>7</size>
13020       </method>
13021       <method name="Void Main()">
13022         <size>12</size>
13023       </method>
13024       <method name="Void .ctor()">
13025         <size>7</size>
13026       </method>
13027     </type>
13028   </test>
13029   <test name="gtest-516.cs">
13030     <type name="B">
13031       <method name="Void Foo()">
13032         <size>15</size>
13033       </method>
13034       <method name="Void Main()">
13035         <size>1</size>
13036       </method>
13037       <method name="Void .ctor()">
13038         <size>7</size>
13039       </method>
13040     </type>
13041   </test>
13042   <test name="gtest-517.cs">
13043     <type name="C">
13044       <method name="Void .ctor()">
13045         <size>7</size>
13046       </method>
13047     </type>
13048     <type name="G`1[T]">
13049       <method name="Void .ctor()">
13050         <size>7</size>
13051       </method>
13052     </type>
13053     <type name="Test`1[U]">
13054       <method name="Void .ctor()">
13055         <size>7</size>
13056       </method>
13057     </type>
13058     <type name="M">
13059       <method name="Void Main()">
13060         <size>1</size>
13061       </method>
13062       <method name="Void .ctor()">
13063         <size>7</size>
13064       </method>
13065     </type>
13066   </test>
13067   <test name="gtest-518.cs">
13068     <type name="Top`1[X]">
13069       <method name="Void .ctor()">
13070         <size>7</size>
13071       </method>
13072     </type>
13073     <type name="Top`1+C[X]">
13074       <method name="Void .ctor()">
13075         <size>7</size>
13076       </method>
13077     </type>
13078     <type name="M">
13079       <method name="Int32 Main()">
13080         <size>2</size>
13081       </method>
13082       <method name="Void .ctor()">
13083         <size>7</size>
13084       </method>
13085     </type>
13086   </test>
13087   <test name="gtest-519.cs">
13088     <type name="G`1[T]">
13089       <method name="Void .ctor()">
13090         <size>7</size>
13091       </method>
13092     </type>
13093     <type name="A">
13094       <method name="Void Foo[U]()">
13095         <size>1</size>
13096       </method>
13097       <method name="Void Main()">
13098         <size>1</size>
13099       </method>
13100       <method name="Void .ctor()">
13101         <size>7</size>
13102       </method>
13103     </type>
13104   </test>
13105   <test name="gtest-520.cs">
13106     <type name="A">
13107       <method name="Void Method()">
13108         <size>1</size>
13109       </method>
13110       <method name="Void .ctor()">
13111         <size>7</size>
13112       </method>
13113     </type>
13114     <type name="C">
13115       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13116         <size>6</size>
13117       </method>
13118       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator()">
13119         <size>16</size>
13120       </method>
13121       <method name="Void .ctor()">
13122         <size>7</size>
13123       </method>
13124     </type>
13125     <type name="C+GetEnumerator">
13126       <method name="Void .ctor()">
13127         <size>7</size>
13128       </method>
13129     </type>
13130     <type name="D">
13131       <method name="Void .ctor()">
13132         <size>7</size>
13133       </method>
13134     </type>
13135     <type name="Test">
13136       <method name="Int32 Main()">
13137         <size>118</size>
13138       </method>
13139       <method name="Void .ctor()">
13140         <size>7</size>
13141       </method>
13142     </type>
13143   </test>
13144   <test name="gtest-521.cs">
13145     <type name="D">
13146       <method name="Void Invoke(System.Object)">
13147         <size>0</size>
13148       </method>
13149       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
13150         <size>0</size>
13151       </method>
13152       <method name="Void EndInvoke(IAsyncResult)">
13153         <size>0</size>
13154       </method>
13155       <method name="Void .ctor(Object, IntPtr)">
13156         <size>0</size>
13157       </method>
13158     </type>
13159     <type name="E`1[T]">
13160       <method name="Void Test()">
13161         <size>25</size>
13162       </method>
13163       <method name="Void EH(System.Object)">
13164         <size>1</size>
13165       </method>
13166       <method name="Void .ctor()">
13167         <size>7</size>
13168       </method>
13169     </type>
13170     <type name="E`1+I[T]">
13171       <method name="Void add_E(D)">
13172         <size>24</size>
13173       </method>
13174       <method name="Void remove_E(D)">
13175         <size>24</size>
13176       </method>
13177       <method name="Void .ctor()">
13178         <size>7</size>
13179       </method>
13180     </type>
13181     <type name="M">
13182       <method name="Void Main()">
13183         <size>6</size>
13184       </method>
13185       <method name="Void .ctor()">
13186         <size>7</size>
13187       </method>
13188     </type>
13189   </test>
13190   <test name="gtest-522.cs">
13191     <type name="C`1[T]">
13192       <method name="Void .ctor()">
13193         <size>7</size>
13194       </method>
13195     </type>
13196     <type name="X">
13197       <method name="Void Main()">
13198         <size>1</size>
13199       </method>
13200       <method name="Void Test[T](T)">
13201         <size>12</size>
13202       </method>
13203       <method name="Void A[U]()">
13204         <size>1</size>
13205       </method>
13206       <method name="Void .ctor()">
13207         <size>7</size>
13208       </method>
13209     </type>
13210   </test>
13211   <test name="gtest-523.cs">
13212     <type name="Test.TestClass4`1[T]">
13213       <method name="Boolean Equals(T)">
13214         <size>2</size>
13215       </method>
13216       <method name="Boolean Equals(TestClass4`1)">
13217         <size>2</size>
13218       </method>
13219       <method name="Boolean Equals(TestClass4`1, TestClass4`1)">
13220         <size>9</size>
13221       </method>
13222       <method name="Int32 GetHashCode(TestClass4`1)">
13223         <size>14</size>
13224       </method>
13225       <method name="Int32 GetHashCode()">
13226         <size>2</size>
13227       </method>
13228       <method name="Boolean Equals(System.Object)">
13229         <size>2</size>
13230       </method>
13231       <method name="Boolean op_Equality(TestClass4`1, TestClass4`1)">
13232         <size>9</size>
13233       </method>
13234       <method name="Boolean op_Equality(T, TestClass4`1)">
13235         <size>9</size>
13236       </method>
13237       <method name="Boolean op_Equality(TestClass4`1, T)">
13238         <size>9</size>
13239       </method>
13240       <method name="Boolean op_Equality(System.Object, TestClass4`1)">
13241         <size>15</size>
13242       </method>
13243       <method name="Boolean op_Equality(TestClass4`1, System.Object)">
13244         <size>15</size>
13245       </method>
13246       <method name="Boolean op_Inequality(TestClass4`1, TestClass4`1)">
13247         <size>11</size>
13248       </method>
13249       <method name="Boolean op_Inequality(T, TestClass4`1)">
13250         <size>11</size>
13251       </method>
13252       <method name="Boolean op_Inequality(TestClass4`1, T)">
13253         <size>11</size>
13254       </method>
13255       <method name="Boolean op_Inequality(System.Object, TestClass4`1)">
13256         <size>11</size>
13257       </method>
13258       <method name="Boolean op_Inequality(TestClass4`1, System.Object)">
13259         <size>11</size>
13260       </method>
13261     </type>
13262     <type name="Test.C">
13263       <method name="Void Main()">
13264         <size>9</size>
13265       </method>
13266       <method name="Void .ctor()">
13267         <size>7</size>
13268       </method>
13269     </type>
13270   </test>
13271   <test name="gtest-524.cs">
13272     <type name="C">
13273       <method name="T M[T]()">
13274         <size>16</size>
13275       </method>
13276       <method name="Int32 Main()">
13277         <size>14</size>
13278       </method>
13279       <method name="Void .ctor()">
13280         <size>7</size>
13281       </method>
13282     </type>
13283   </test>
13284   <test name="gtest-525.cs">
13285     <type name="A">
13286       <method name="Void MA[T](System.String)">
13287         <size>1</size>
13288       </method>
13289       <method name="Void F()">
13290         <size>1</size>
13291       </method>
13292       <method name="Void .ctor()">
13293         <size>7</size>
13294       </method>
13295     </type>
13296     <type name="A+C">
13297       <method name="Void Foo()">
13298         <size>16</size>
13299       </method>
13300       <method name="Void Main()">
13301         <size>11</size>
13302       </method>
13303       <method name="Void .ctor()">
13304         <size>7</size>
13305       </method>
13306     </type>
13307   </test>
13308   <test name="gtest-526.cs">
13309     <type name="A`1[U]">
13310       <method name="Void .ctor()">
13311         <size>7</size>
13312       </method>
13313     </type>
13314     <type name="B`1[T]">
13315       <method name="Void .ctor()">
13316         <size>7</size>
13317       </method>
13318     </type>
13319     <type name="B`1+N[T]">
13320       <method name="Void Test(C)">
13321         <size>8</size>
13322       </method>
13323       <method name="Void .ctor()">
13324         <size>7</size>
13325       </method>
13326     </type>
13327     <type name="C">
13328       <method name="Void Main()">
13329         <size>16</size>
13330       </method>
13331       <method name="Void .ctor()">
13332         <size>7</size>
13333       </method>
13334     </type>
13335   </test>
13336   <test name="gtest-527.cs">
13337     <type name="CoalescingWithGenericsBug">
13338       <method name="T Provide[T]()">
13339         <size>23</size>
13340       </method>
13341       <method name="T FindExisting[T]()">
13342         <size>7</size>
13343       </method>
13344       <method name="Int32 Main()">
13345         <size>12</size>
13346       </method>
13347     </type>
13348     <type name="CoalescingWithGenericsBug+Service">
13349       <method name="Void Foo()">
13350         <size>1</size>
13351       </method>
13352       <method name="Void .ctor()">
13353         <size>7</size>
13354       </method>
13355     </type>
13356   </test>
13357   <test name="gtest-528.cs">
13358     <type name="GenericType`1[U]">
13359       <method name="Void .ctor()">
13360         <size>7</size>
13361       </method>
13362     </type>
13363     <type name="Base">
13364       <method name="T Test[T](GenericType`1[T])">
13365         <size>7</size>
13366       </method>
13367       <method name="Void .ctor()">
13368         <size>7</size>
13369       </method>
13370     </type>
13371     <type name="Override">
13372       <method name="T Test[T](GenericType`1[T])">
13373         <size>8</size>
13374       </method>
13375       <method name="Int32 Main()">
13376         <size>20</size>
13377       </method>
13378       <method name="Void .ctor()">
13379         <size>7</size>
13380       </method>
13381     </type>
13382   </test>
13383   <test name="gtest-529.cs">
13384     <type name="GenericType`2[U,V]">
13385       <method name="Void .ctor()">
13386         <size>7</size>
13387       </method>
13388     </type>
13389     <type name="Base`1[V]">
13390       <method name="T Test[T](GenericType`2[T,V])">
13391         <size>7</size>
13392       </method>
13393       <method name="Void .ctor()">
13394         <size>7</size>
13395       </method>
13396     </type>
13397     <type name="Override`1[W]">
13398       <method name="T Test[T](GenericType`2[T,W])">
13399         <size>8</size>
13400       </method>
13401       <method name="Void .ctor()">
13402         <size>7</size>
13403       </method>
13404     </type>
13405     <type name="M">
13406       <method name="Int32 Main()">
13407         <size>20</size>
13408       </method>
13409       <method name="Void .ctor()">
13410         <size>7</size>
13411       </method>
13412     </type>
13413   </test>
13414   <test name="gtest-530.cs">
13415     <type name="B">
13416       <method name="Void Main()">
13417         <size>1</size>
13418       </method>
13419       <method name="Void .ctor()">
13420         <size>7</size>
13421       </method>
13422     </type>
13423     <type name="B2">
13424       <method name="Void .ctor()">
13425         <size>7</size>
13426       </method>
13427     </type>
13428     <type name="A">
13429       <method name="Void .ctor()">
13430         <size>7</size>
13431       </method>
13432     </type>
13433     <type name="G`1[T]">
13434       <method name="Void .ctor()">
13435         <size>7</size>
13436       </method>
13437     </type>
13438   </test>
13439   <test name="gtest-531.cs">
13440     <type name="ATop`1[T]">
13441       <method name="T[] IB&lt;T&gt;.ToArray(T[])">
13442         <size>2</size>
13443       </method>
13444       <method name="Void IC.ToArray()">
13445         <size>1</size>
13446       </method>
13447       <method name="Void Test()">
13448         <size>37</size>
13449       </method>
13450       <method name="Void .ctor()">
13451         <size>7</size>
13452       </method>
13453     </type>
13454     <type name="M">
13455       <method name="Int32 Main()">
13456         <size>12</size>
13457       </method>
13458       <method name="Void .ctor()">
13459         <size>7</size>
13460       </method>
13461     </type>
13462   </test>
13463   <test name="gtest-532.cs">
13464     <type name="DictionaryServicesContainer">
13465       <method name="Void Register[I,T]()">
13466         <size>6</size>
13467       </method>
13468       <method name="Void Register[I](System.Object)">
13469         <size>6</size>
13470       </method>
13471       <method name="I Resolve[I]()">
13472         <size>6</size>
13473       </method>
13474       <method name="Void Main()">
13475         <size>7</size>
13476       </method>
13477       <method name="Void .ctor()">
13478         <size>7</size>
13479       </method>
13480     </type>
13481   </test>
13482   <test name="gtest-533.cs">
13483     <type name="List`1[X]">
13484       <method name="Void .ctor()">
13485         <size>7</size>
13486       </method>
13487     </type>
13488     <type name="List`1+Comp`1[X,Y]">
13489       <method name="List`1+Comp`1[Y,X] flip(Y, X)">
13490         <size>7</size>
13491       </method>
13492       <method name="Void .ctor()">
13493         <size>7</size>
13494       </method>
13495     </type>
13496     <type name="List`1+Flip`1[X,Z]">
13497       <method name="Void .ctor(Comp`1)">
13498         <size>14</size>
13499       </method>
13500     </type>
13501     <type name="C">
13502       <method name="Int32 Main()">
13503         <size>15</size>
13504       </method>
13505       <method name="Void .ctor()">
13506         <size>7</size>
13507       </method>
13508     </type>
13509   </test>
13510   <test name="gtest-534.cs">
13511     <type name="A">
13512       <method name="Void Method(IG`1)">
13513         <size>1</size>
13514       </method>
13515       <method name="Int32 Main()">
13516         <size>13</size>
13517       </method>
13518       <method name="Void .ctor()">
13519         <size>7</size>
13520       </method>
13521     </type>
13522   </test>
13523   <test name="gtest-535.cs">
13524     <type name="G`1[T]">
13525       <method name="Void .ctor()">
13526         <size>7</size>
13527       </method>
13528     </type>
13529     <type name="A">
13530       <method name="Int32 Foo[T](T, G`1[T])">
13531         <size>2</size>
13532       </method>
13533       <method name="Int32 Foo[T](T, System.Object)">
13534         <size>2</size>
13535       </method>
13536       <method name="Int32 Main()">
13537         <size>34</size>
13538       </method>
13539       <method name="Void .ctor()">
13540         <size>7</size>
13541       </method>
13542     </type>
13543   </test>
13544   <test name="gtest-536.cs">
13545     <type name="Test">
13546       <method name="Void Main()">
13547         <size>6</size>
13548       </method>
13549       <method name="Void .ctor()">
13550         <size>7</size>
13551       </method>
13552     </type>
13553     <type name="Test+Expression`1[TDelegate]">
13554       <method name="Void .ctor()">
13555         <size>7</size>
13556       </method>
13557     </type>
13558     <type name="Test+Expression">
13559       <method name="Void Test()">
13560         <size>1</size>
13561       </method>
13562       <method name="Void .ctor()">
13563         <size>7</size>
13564       </method>
13565     </type>
13566   </test>
13567   <test name="gtest-537.cs">
13568     <type name="Test">
13569       <method name="Int32 Main()">
13570         <size>86</size>
13571       </method>
13572       <method name="Void .ctor()">
13573         <size>7</size>
13574       </method>
13575     </type>
13576     <type name="S">
13577       <method name="System.String op_BitwiseOr(S, Nullable`1)">
13578         <size>6</size>
13579       </method>
13580       <method name="Nullable`1 op_Addition(S, Nullable`1)">
13581         <size>8</size>
13582       </method>
13583     </type>
13584   </test>
13585   <test name="gtest-538.cs">
13586     <type name="S">
13587       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13588         <size>6</size>
13589       </method>
13590       <method name="IEnumerator`1 GetEnumerator()">
13591         <size>15</size>
13592       </method>
13593       <method name="Void .ctor(Int32)">
13594         <size>1</size>
13595       </method>
13596     </type>
13597     <type name="S2">
13598       <method name="IEnumerator`1 GetEnumerator()">
13599         <size>15</size>
13600       </method>
13601     </type>
13602     <type name="Enumerator`1[T]">
13603       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13604         <size>6</size>
13605       </method>
13606       <method name="T get_Current()">
13607         <size>6</size>
13608       </method>
13609       <method name="Boolean MoveNext()">
13610         <size>2</size>
13611       </method>
13612       <method name="Void Reset()">
13613         <size>6</size>
13614       </method>
13615       <method name="Void Dispose()">
13616         <size>13</size>
13617       </method>
13618     </type>
13619     <type name="MySystem">
13620       <method name="Int32 Main()">
13621         <size>182</size>
13622       </method>
13623       <method name="Void .ctor()">
13624         <size>7</size>
13625       </method>
13626     </type>
13627   </test>
13628   <test name="gtest-539.cs">
13629     <type name="S">
13630       <method name="Int32 get_ID()">
13631         <size>7</size>
13632       </method>
13633       <method name="Void set_ID(Int32)">
13634         <size>8</size>
13635       </method>
13636     </type>
13637     <type name="C">
13638       <method name="C op_Explicit(S)">
13639         <size>11</size>
13640       </method>
13641       <method name="C op_Explicit(Nullable`1)">
13642         <size>39</size>
13643       </method>
13644       <method name="Void .ctor(Int32)">
13645         <size>14</size>
13646       </method>
13647     </type>
13648     <type name="Test">
13649       <method name="Int32 Main()">
13650         <size>79</size>
13651       </method>
13652       <method name="Void .ctor()">
13653         <size>7</size>
13654       </method>
13655     </type>
13656   </test>
13657   <test name="gtest-540.cs">
13658     <type name="C">
13659       <method name="Int32 Main()">
13660         <size>809</size>
13661       </method>
13662       <method name="Void .ctor()">
13663         <size>7</size>
13664       </method>
13665     </type>
13666   </test>
13667   <test name="gtest-541.cs">
13668     <type name="Foo">
13669       <method name="Void .ctor()">
13670         <size>7</size>
13671       </method>
13672     </type>
13673     <type name="Top`1[S]">
13674       <method name="Void .ctor()">
13675         <size>7</size>
13676       </method>
13677     </type>
13678     <type name="Top`1+Base`1[S,T]">
13679       <method name="Void .ctor()">
13680         <size>7</size>
13681       </method>
13682     </type>
13683     <type name="Top`1+Base`1+Derived`1[S,T,U]">
13684       <method name="Void Test()">
13685         <size>1</size>
13686       </method>
13687       <method name="Void .ctor()">
13688         <size>7</size>
13689       </method>
13690     </type>
13691     <type name="Test">
13692       <method name="Int32 Main()">
13693         <size>14</size>
13694       </method>
13695       <method name="Void .ctor()">
13696         <size>7</size>
13697       </method>
13698     </type>
13699   </test>
13700   <test name="gtest-542.cs">
13701     <type name="A`1[T]">
13702       <method name="T getT()">
13703         <size>0</size>
13704       </method>
13705       <method name="Void .ctor()">
13706         <size>7</size>
13707       </method>
13708     </type>
13709     <type name="A`1+B[T]">
13710       <method name="A`1+B[T] getT()">
13711         <size>2</size>
13712       </method>
13713       <method name="Void .ctor()">
13714         <size>7</size>
13715       </method>
13716     </type>
13717     <type name="C">
13718       <method name="Int32 Main()">
13719         <size>22</size>
13720       </method>
13721       <method name="Void .ctor()">
13722         <size>7</size>
13723       </method>
13724     </type>
13725   </test>
13726   <test name="gtest-543.cs">
13727     <type name="Blah`1[T]">
13728       <method name="Void .ctor()">
13729         <size>7</size>
13730       </method>
13731     </type>
13732     <type name="Blah`1+WrapperWrapper`1[T,N]">
13733       <method name="Blah`1+WrapperWrapper`1[T,N] NewWrapperWrapper(Wrapper`1[N])">
13734         <size>7</size>
13735       </method>
13736       <method name="Void .ctor()">
13737         <size>12</size>
13738       </method>
13739       <method name="Void .ctor(Wrapper`1)">
13740         <size>14</size>
13741       </method>
13742     </type>
13743     <type name="Wrapper`1[U]">
13744       <method name="Void .ctor(U)">
13745         <size>7</size>
13746       </method>
13747       <method name="Void .cctor()">
13748         <size>20</size>
13749       </method>
13750     </type>
13751     <type name="C">
13752       <method name="Int32 Main()">
13753         <size>26</size>
13754       </method>
13755       <method name="Void .ctor()">
13756         <size>7</size>
13757       </method>
13758     </type>
13759   </test>
13760   <test name="gtest-544.cs">
13761     <type name="A`1[T]">
13762       <method name="G Foo[G]()">
13763         <size>0</size>
13764       </method>
13765       <method name="G Foo2[G]()">
13766         <size>10</size>
13767       </method>
13768       <method name="Void .ctor()">
13769         <size>7</size>
13770       </method>
13771     </type>
13772     <type name="B">
13773       <method name="G Foo[G]()">
13774         <size>6</size>
13775       </method>
13776       <method name="G Foo2[G]()">
13777         <size>7</size>
13778       </method>
13779       <method name="Void .ctor()">
13780         <size>7</size>
13781       </method>
13782     </type>
13783     <type name="A2`1[T]">
13784       <method name="Void Foo[U]()">
13785         <size>0</size>
13786       </method>
13787       <method name="Void .ctor()">
13788         <size>7</size>
13789       </method>
13790     </type>
13791     <type name="B2">
13792       <method name="Void Foo[Y]()">
13793         <size>1</size>
13794       </method>
13795       <method name="Void .ctor()">
13796         <size>7</size>
13797       </method>
13798     </type>
13799     <type name="Program">
13800       <method name="Int32 Main()">
13801         <size>51</size>
13802       </method>
13803       <method name="Void .ctor()">
13804         <size>7</size>
13805       </method>
13806     </type>
13807   </test>
13808   <test name="gtest-545.cs">
13809     <type name="ApplicationContext">
13810       <method name="Boolean Foo()">
13811         <size>2</size>
13812       </method>
13813       <method name="Int32 Main()">
13814         <size>104</size>
13815       </method>
13816     </type>
13817   </test>
13818   <test name="gtest-546.cs">
13819     <type name="Factory">
13820       <method name="Factory+S`2[F1,F2] Create[F1,F2](F1, F2)">
13821         <size>2</size>
13822       </method>
13823       <method name="Void .ctor()">
13824         <size>7</size>
13825       </method>
13826     </type>
13827     <type name="Factory+S`2[G1,G2]">
13828       <method name="Void .ctor()">
13829         <size>7</size>
13830       </method>
13831     </type>
13832     <type name="A">
13833       <method name="TR Test[T1,T2,TR](T1, T2, System.Func`3[T1,T2,TR])">
13834         <size>9</size>
13835       </method>
13836       <method name="Void Main()">
13837         <size>29</size>
13838       </method>
13839       <method name="Void .ctor()">
13840         <size>7</size>
13841       </method>
13842     </type>
13843   </test>
13844   <test name="gtest-547.cs">
13845     <type name="Foo">
13846       <method name="Void GenericLock[T](T)">
13847         <size>26</size>
13848       </method>
13849       <method name="Void Main()">
13850         <size>11</size>
13851       </method>
13852       <method name="Void .ctor()">
13853         <size>7</size>
13854       </method>
13855     </type>
13856   </test>
13857   <test name="gtest-anon-1.cs">
13858     <type name="X">
13859       <method name="Void .ctor()">
13860         <size>7</size>
13861       </method>
13862       <method name="Void Hello[U](U)">
13863         <size>1</size>
13864       </method>
13865       <method name="Void Test[T](T)">
13866         <size>64</size>
13867       </method>
13868       <method name="Void Main()">
13869         <size>14</size>
13870       </method>
13871     </type>
13872     <type name="Foo">
13873       <method name="Void .ctor(Object, IntPtr)">
13874         <size>0</size>
13875       </method>
13876       <method name="Void Invoke()">
13877         <size>0</size>
13878       </method>
13879       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13880         <size>0</size>
13881       </method>
13882       <method name="Void EndInvoke(IAsyncResult)">
13883         <size>0</size>
13884       </method>
13885     </type>
13886     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
13887       <method name="Void .ctor()">
13888         <size>7</size>
13889       </method>
13890       <method name="Void &lt;&gt;m__0()">
13891         <size>18</size>
13892       </method>
13893     </type>
13894   </test>
13895   <test name="gtest-anon-10.cs">
13896     <type name="X">
13897       <method name="Void .ctor()">
13898         <size>7</size>
13899       </method>
13900       <method name="IEnumerable`1 Test[T](T, T)">
13901         <size>44</size>
13902       </method>
13903       <method name="Int32 Main()">
13904         <size>97</size>
13905       </method>
13906     </type>
13907     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
13908       <method name="Void .ctor()">
13909         <size>7</size>
13910       </method>
13911       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13912         <size>12</size>
13913       </method>
13914       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13915         <size>7</size>
13916       </method>
13917       <method name="Boolean MoveNext()">
13918         <size>108</size>
13919       </method>
13920       <method name="Void Dispose()">
13921         <size>8</size>
13922       </method>
13923       <method name="Void Reset()">
13924         <size>6</size>
13925       </method>
13926       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
13927         <size>7</size>
13928       </method>
13929       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
13930         <size>52</size>
13931       </method>
13932     </type>
13933   </test>
13934   <test name="gtest-anon-11.cs">
13935     <type name="Test`1[R]">
13936       <method name="Void .ctor()">
13937         <size>7</size>
13938       </method>
13939       <method name="Void World[S,T](S, T)">
13940         <size>1</size>
13941       </method>
13942       <method name="Void Hello[U,V](U, V)">
13943         <size>47</size>
13944       </method>
13945     </type>
13946     <type name="X">
13947       <method name="Void .ctor()">
13948         <size>7</size>
13949       </method>
13950       <method name="Void Main()">
13951         <size>21</size>
13952       </method>
13953     </type>
13954     <type name="Foo">
13955       <method name="Void .ctor(Object, IntPtr)">
13956         <size>0</size>
13957       </method>
13958       <method name="Void Invoke()">
13959         <size>0</size>
13960       </method>
13961       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13962         <size>0</size>
13963       </method>
13964       <method name="Void EndInvoke(IAsyncResult)">
13965         <size>0</size>
13966       </method>
13967     </type>
13968     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
13969       <method name="Void .ctor()">
13970         <size>7</size>
13971       </method>
13972       <method name="Void &lt;&gt;m__0()">
13973         <size>24</size>
13974       </method>
13975     </type>
13976   </test>
13977   <test name="gtest-anon-12.cs">
13978     <type name="World`1[T]">
13979       <method name="Void .ctor()">
13980         <size>7</size>
13981       </method>
13982       <method name="Void Hello[U](U)">
13983         <size>1</size>
13984       </method>
13985       <method name="Void Test(T)">
13986         <size>46</size>
13987       </method>
13988     </type>
13989     <type name="X">
13990       <method name="Void .ctor()">
13991         <size>7</size>
13992       </method>
13993       <method name="Void Main()">
13994         <size>18</size>
13995       </method>
13996     </type>
13997     <type name="Foo">
13998       <method name="Void .ctor(Object, IntPtr)">
13999         <size>0</size>
14000       </method>
14001       <method name="Void Invoke()">
14002         <size>0</size>
14003       </method>
14004       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14005         <size>0</size>
14006       </method>
14007       <method name="Void EndInvoke(IAsyncResult)">
14008         <size>0</size>
14009       </method>
14010     </type>
14011     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
14012       <method name="Void .ctor()">
14013         <size>7</size>
14014       </method>
14015       <method name="Void &lt;&gt;m__0()">
14016         <size>18</size>
14017       </method>
14018     </type>
14019   </test>
14020   <test name="gtest-anon-13.cs">
14021     <type name="X">
14022       <method name="Void .ctor()">
14023         <size>7</size>
14024       </method>
14025       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
14026         <size>13</size>
14027       </method>
14028       <method name="Void Main()">
14029         <size>1</size>
14030       </method>
14031     </type>
14032     <type name="X+ModuleBinder`1[T]">
14033       <method name="Void .ctor(Object, IntPtr)">
14034         <size>0</size>
14035       </method>
14036       <method name="T Invoke(System.Object)">
14037         <size>0</size>
14038       </method>
14039       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
14040         <size>0</size>
14041       </method>
14042       <method name="T EndInvoke(IAsyncResult)">
14043         <size>0</size>
14044       </method>
14045     </type>
14046     <type name="X">
14047       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
14048         <size>7</size>
14049       </method>
14050     </type>
14051   </test>
14052   <test name="gtest-anon-14.cs">
14053     <type name="T">
14054       <method name="Void .ctor()">
14055         <size>7</size>
14056       </method>
14057       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
14058         <size>1</size>
14059       </method>
14060       <method name="Void SomeCaller()">
14061         <size>36</size>
14062       </method>
14063       <method name="Void Main()">
14064         <size>1</size>
14065       </method>
14066       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
14067         <size>2</size>
14068       </method>
14069     </type>
14070   </test>
14071   <test name="gtest-anon-15.cs">
14072     <type name="Test`1[T]">
14073       <method name="Void .ctor()">
14074         <size>7</size>
14075       </method>
14076       <method name="Void Hello[S](T, S)">
14077         <size>42</size>
14078       </method>
14079     </type>
14080     <type name="X">
14081       <method name="Void .ctor()">
14082         <size>7</size>
14083       </method>
14084       <method name="Void Main()">
14085         <size>16</size>
14086       </method>
14087     </type>
14088     <type name="Foo`1[V]">
14089       <method name="Void .ctor(Object, IntPtr)">
14090         <size>0</size>
14091       </method>
14092       <method name="Void Invoke(V)">
14093         <size>0</size>
14094       </method>
14095       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
14096         <size>0</size>
14097       </method>
14098       <method name="Void EndInvoke(IAsyncResult)">
14099         <size>0</size>
14100       </method>
14101     </type>
14102     <type name="Bar`1[W]">
14103       <method name="Void .ctor(Object, IntPtr)">
14104         <size>0</size>
14105       </method>
14106       <method name="Void Invoke(W)">
14107         <size>0</size>
14108       </method>
14109       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
14110         <size>0</size>
14111       </method>
14112       <method name="Void EndInvoke(IAsyncResult)">
14113         <size>0</size>
14114       </method>
14115     </type>
14116     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
14117       <method name="Void .ctor()">
14118         <size>7</size>
14119       </method>
14120       <method name="Void &lt;&gt;m__0(Int64)">
14121         <size>57</size>
14122       </method>
14123     </type>
14124     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
14125       <method name="Void .ctor()">
14126         <size>7</size>
14127       </method>
14128       <method name="Void &lt;&gt;m__1(T)">
14129         <size>65</size>
14130       </method>
14131     </type>
14132   </test>
14133   <test name="gtest-anon-16.cs">
14134     <type name="A">
14135       <method name="Void .ctor(TestFunc`1)">
14136         <size>7</size>
14137       </method>
14138       <method name="Void Main()">
14139         <size>1</size>
14140       </method>
14141     </type>
14142     <type name="TestClass">
14143       <method name="Void .ctor()">
14144         <size>47</size>
14145       </method>
14146       <method name="Void Func[T](TestFunc`1[T])">
14147         <size>1</size>
14148       </method>
14149     </type>
14150     <type name="TestFunc`1[T]">
14151       <method name="Void .ctor(Object, IntPtr)">
14152         <size>0</size>
14153       </method>
14154       <method name="Void Invoke(T)">
14155         <size>0</size>
14156       </method>
14157       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14158         <size>0</size>
14159       </method>
14160       <method name="Void EndInvoke(IAsyncResult)">
14161         <size>0</size>
14162       </method>
14163     </type>
14164     <type name="TestClass">
14165       <method name="Void &lt;a&gt;m__0(Int32)">
14166         <size>1</size>
14167       </method>
14168     </type>
14169   </test>
14170   <test name="gtest-anon-17.cs">
14171     <type name="C">
14172       <method name="Void .ctor()">
14173         <size>7</size>
14174       </method>
14175       <method name="Void Test[T,U](C+Func`1[T], U)">
14176         <size>1</size>
14177       </method>
14178       <method name="Void Main()">
14179         <size>75</size>
14180       </method>
14181     </type>
14182     <type name="C+Func`1[T]">
14183       <method name="Void .ctor(Object, IntPtr)">
14184         <size>0</size>
14185       </method>
14186       <method name="T Invoke(T)">
14187         <size>0</size>
14188       </method>
14189       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14190         <size>0</size>
14191       </method>
14192       <method name="T EndInvoke(IAsyncResult)">
14193         <size>0</size>
14194       </method>
14195     </type>
14196     <type name="C">
14197       <method name="Int32 &lt;Main&gt;m__0(Int32)">
14198         <size>2</size>
14199       </method>
14200       <method name="Int32 &lt;Main&gt;m__1(Int32)">
14201         <size>2</size>
14202       </method>
14203     </type>
14204   </test>
14205   <test name="gtest-anon-18.cs">
14206     <type name="C">
14207       <method name="Void .ctor()">
14208         <size>7</size>
14209       </method>
14210       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
14211         <size>10</size>
14212       </method>
14213       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
14214         <size>10</size>
14215       </method>
14216       <method name="Void Test2[T]()">
14217         <size>19</size>
14218       </method>
14219       <method name="Void Main()">
14220         <size>100</size>
14221       </method>
14222     </type>
14223     <type name="C+Func`2[TR,TA]">
14224       <method name="Void .ctor(Object, IntPtr)">
14225         <size>0</size>
14226       </method>
14227       <method name="TR Invoke(TA)">
14228         <size>0</size>
14229       </method>
14230       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
14231         <size>0</size>
14232       </method>
14233       <method name="TR EndInvoke(IAsyncResult)">
14234         <size>0</size>
14235       </method>
14236     </type>
14237     <type name="C">
14238       <method name="Int32 &lt;Main&gt;m__1(Int32)">
14239         <size>16</size>
14240       </method>
14241       <method name="System.String &lt;Main&gt;m__2(Int32)">
14242         <size>6</size>
14243       </method>
14244       <method name="System.String &lt;Main&gt;m__3(Int32)">
14245         <size>6</size>
14246       </method>
14247       <method name="T &lt;Test2`1&gt;m__0[T](T)">
14248         <size>2</size>
14249       </method>
14250     </type>
14251   </test>
14252   <test name="gtest-anon-19.cs">
14253     <type name="Test">
14254       <method name="Void .ctor()">
14255         <size>7</size>
14256       </method>
14257       <method name="Void TestNaturalSort()">
14258         <size>31</size>
14259       </method>
14260       <method name="Void Main()">
14261         <size>6</size>
14262       </method>
14263     </type>
14264     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
14265       <method name="Void .ctor()">
14266         <size>7</size>
14267       </method>
14268       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
14269         <size>113</size>
14270       </method>
14271     </type>
14272     <type name="Test">
14273       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
14274         <size>106</size>
14275       </method>
14276     </type>
14277     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
14278       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
14279         <size>113</size>
14280       </method>
14281     </type>
14282   </test>
14283   <test name="gtest-anon-2.cs">
14284     <type name="X">
14285       <method name="Void .ctor()">
14286         <size>7</size>
14287       </method>
14288       <method name="Void Hello[U](U)">
14289         <size>1</size>
14290       </method>
14291       <method name="Void Test[T](T)">
14292         <size>71</size>
14293       </method>
14294       <method name="Void Main()">
14295         <size>14</size>
14296       </method>
14297     </type>
14298     <type name="Simple">
14299       <method name="Void .ctor(Object, IntPtr)">
14300         <size>0</size>
14301       </method>
14302       <method name="Void Invoke()">
14303         <size>0</size>
14304       </method>
14305       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14306         <size>0</size>
14307       </method>
14308       <method name="Void EndInvoke(IAsyncResult)">
14309         <size>0</size>
14310       </method>
14311     </type>
14312     <type name="Foo">
14313       <method name="Void .ctor(Object, IntPtr)">
14314         <size>0</size>
14315       </method>
14316       <method name="Simple Invoke()">
14317         <size>0</size>
14318       </method>
14319       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14320         <size>0</size>
14321       </method>
14322       <method name="Simple EndInvoke(IAsyncResult)">
14323         <size>0</size>
14324       </method>
14325     </type>
14326     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
14327       <method name="Void .ctor()">
14328         <size>7</size>
14329       </method>
14330       <method name="Simple &lt;&gt;m__0()">
14331         <size>55</size>
14332       </method>
14333     </type>
14334     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
14335       <method name="Void .ctor()">
14336         <size>7</size>
14337       </method>
14338       <method name="Void &lt;&gt;m__1()">
14339         <size>50</size>
14340       </method>
14341     </type>
14342   </test>
14343   <test name="gtest-anon-21.cs">
14344     <type name="BaseObject">
14345       <method name="Void .ctor()">
14346         <size>7</size>
14347       </method>
14348       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
14349         <size>53</size>
14350       </method>
14351       <method name="T MakeSomething[T]()">
14352         <size>7</size>
14353       </method>
14354       <method name="Int32 Main()">
14355         <size>10</size>
14356       </method>
14357       <method name="Void Closure(EmptyDelegate)">
14358         <size>1</size>
14359       </method>
14360     </type>
14361     <type name="EmptyDelegate">
14362       <method name="Void .ctor(Object, IntPtr)">
14363         <size>0</size>
14364       </method>
14365       <method name="Void Invoke()">
14366         <size>0</size>
14367       </method>
14368       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14369         <size>0</size>
14370       </method>
14371       <method name="Void EndInvoke(IAsyncResult)">
14372         <size>0</size>
14373       </method>
14374     </type>
14375     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
14376       <method name="Void .ctor()">
14377         <size>7</size>
14378       </method>
14379       <method name="Void &lt;&gt;m__0()">
14380         <size>17</size>
14381       </method>
14382     </type>
14383   </test>
14384   <test name="gtest-anon-22.cs">
14385     <type name="C">
14386       <method name="Void .ctor()">
14387         <size>7</size>
14388       </method>
14389       <method name="Int32 Foo(D1)">
14390         <size>2</size>
14391       </method>
14392       <method name="Int32 Foo(D2)">
14393         <size>2</size>
14394       </method>
14395       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
14396         <size>2</size>
14397       </method>
14398       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
14399         <size>2</size>
14400       </method>
14401       <method name="Int32 Main()">
14402         <size>82</size>
14403       </method>
14404     </type>
14405     <type name="D1">
14406       <method name="Void .ctor(Object, IntPtr)">
14407         <size>0</size>
14408       </method>
14409       <method name="Int32 Invoke()">
14410         <size>0</size>
14411       </method>
14412       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14413         <size>0</size>
14414       </method>
14415       <method name="Int32 EndInvoke(IAsyncResult)">
14416         <size>0</size>
14417       </method>
14418     </type>
14419     <type name="D2">
14420       <method name="Void .ctor(Object, IntPtr)">
14421         <size>0</size>
14422       </method>
14423       <method name="Int64 Invoke()">
14424         <size>0</size>
14425       </method>
14426       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14427         <size>0</size>
14428       </method>
14429       <method name="Int64 EndInvoke(IAsyncResult)">
14430         <size>0</size>
14431       </method>
14432     </type>
14433     <type name="C">
14434       <method name="Int32 &lt;Main&gt;m__0()">
14435         <size>2</size>
14436       </method>
14437     </type>
14438   </test>
14439   <test name="gtest-anon-23.cs">
14440     <type name="MemberAccessData">
14441       <method name="Void .ctor()">
14442         <size>7</size>
14443       </method>
14444       <method name="Void set_MyTypeProperty(Nullable`1)">
14445         <size>8</size>
14446       </method>
14447       <method name="Nullable`1 get_MyTypeProperty()">
14448         <size>7</size>
14449       </method>
14450     </type>
14451     <type name="C">
14452       <method name="Void .ctor()">
14453         <size>7</size>
14454       </method>
14455       <method name="Void Test(C+D)">
14456         <size>1</size>
14457       </method>
14458       <method name="Void Main()">
14459         <size>212</size>
14460       </method>
14461     </type>
14462     <type name="C+D">
14463       <method name="Void .ctor(Object, IntPtr)">
14464         <size>0</size>
14465       </method>
14466       <method name="Void Invoke()">
14467         <size>0</size>
14468       </method>
14469       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14470         <size>0</size>
14471       </method>
14472       <method name="Void EndInvoke(IAsyncResult)">
14473         <size>0</size>
14474       </method>
14475     </type>
14476     <type name="C+&lt;Main&gt;c__AnonStorey0">
14477       <method name="Void .ctor()">
14478         <size>7</size>
14479       </method>
14480       <method name="Void &lt;&gt;m__1()">
14481         <size>38</size>
14482       </method>
14483     </type>
14484     <type name="C">
14485       <method name="Void &lt;Main&gt;m__3()">
14486         <size>16</size>
14487       </method>
14488       <method name="Void &lt;Main&gt;m__4()">
14489         <size>16</size>
14490       </method>
14491       <method name="Void &lt;Main&gt;m__5()">
14492         <size>61</size>
14493       </method>
14494     </type>
14495     <type name="&lt;PrivateImplementationDetails&gt;">
14496       <method name="Void .ctor()">
14497         <size>7</size>
14498       </method>
14499     </type>
14500     <type name="B">
14501       <method name="Void BaseM()">
14502         <size>1</size>
14503       </method>
14504       <method name="Void .ctor()">
14505         <size>7</size>
14506       </method>
14507     </type>
14508     <type name="C">
14509       <method name="Void InstanceTests()">
14510         <size>18</size>
14511       </method>
14512       <method name="Void &lt;InstanceTests&gt;m__0()">
14513         <size>7</size>
14514       </method>
14515       <method name="Void &lt;Main&gt;m__6()">
14516         <size>53</size>
14517       </method>
14518     </type>
14519     <type name="C+&lt;Main&gt;c__AnonStorey0">
14520       <method name="Void &lt;&gt;m__2()">
14521         <size>32</size>
14522       </method>
14523     </type>
14524     <type name="C">
14525       <method name="Void &lt;BaseM&gt;__BaseCallProxy0()">
14526         <size>7</size>
14527       </method>
14528     </type>
14529   </test>
14530   <test name="gtest-anon-24.cs">
14531     <type name="Disposable`1[T]">
14532       <method name="Void .ctor()">
14533         <size>7</size>
14534       </method>
14535       <method name="Void Dispose()">
14536         <size>1</size>
14537       </method>
14538     </type>
14539     <type name="Test">
14540       <method name="Void .ctor()">
14541         <size>7</size>
14542       </method>
14543       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
14544         <size>38</size>
14545       </method>
14546       <method name="System.Func`1[T] Throw[T](T)">
14547         <size>26</size>
14548       </method>
14549       <method name="System.Func`1[T] Do[T](T)">
14550         <size>26</size>
14551       </method>
14552       <method name="System.Func`1[T] Lock[T](T)">
14553         <size>26</size>
14554       </method>
14555       <method name="System.Func`1[T] Catch[T](T)">
14556         <size>26</size>
14557       </method>
14558       <method name="System.Func`1[T] Finally[T](T)">
14559         <size>26</size>
14560       </method>
14561       <method name="System.Func`1[T] Using[T](T)">
14562         <size>57</size>
14563       </method>
14564       <method name="System.Func`1[T] Switch[T](T)">
14565         <size>38</size>
14566       </method>
14567       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
14568         <size>26</size>
14569       </method>
14570       <method name="Int32 Main()">
14571         <size>570</size>
14572       </method>
14573     </type>
14574     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
14575       <method name="Void .ctor()">
14576         <size>7</size>
14577       </method>
14578       <method name="T[] &lt;&gt;m__0()">
14579         <size>56</size>
14580       </method>
14581     </type>
14582     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
14583       <method name="Void .ctor()">
14584         <size>7</size>
14585       </method>
14586       <method name="T &lt;&gt;m__1()">
14587         <size>23</size>
14588       </method>
14589     </type>
14590     <type name="Test">
14591       <method name="Void ArrayMutate[T](T[])">
14592         <size>27</size>
14593       </method>
14594       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
14595         <size>26</size>
14596       </method>
14597       <method name="System.Func`1[System.Type] TypeOf[T](T)">
14598         <size>38</size>
14599       </method>
14600     </type>
14601     <type name="Test+&lt;TypeOf&gt;c__AnonStorey2`1[T]">
14602       <method name="System.Type &lt;&gt;m__2()">
14603         <size>56</size>
14604       </method>
14605       <method name="Void .ctor()">
14606         <size>7</size>
14607       </method>
14608     </type>
14609     <type name="Test+&lt;Do&gt;c__AnonStorey3`1[T]">
14610       <method name="T &lt;&gt;m__3()">
14611         <size>28</size>
14612       </method>
14613       <method name="Void .ctor()">
14614         <size>7</size>
14615       </method>
14616     </type>
14617     <type name="Test+&lt;Lock&gt;c__AnonStorey4`1[T]">
14618       <method name="T &lt;&gt;m__4()">
14619         <size>65</size>
14620       </method>
14621       <method name="Void .ctor()">
14622         <size>7</size>
14623       </method>
14624     </type>
14625     <type name="Test+&lt;Catch&gt;c__AnonStorey5`1[T]">
14626       <method name="T &lt;&gt;m__5()">
14627         <size>48</size>
14628       </method>
14629       <method name="Void .ctor()">
14630         <size>7</size>
14631       </method>
14632     </type>
14633     <type name="Test+&lt;Finally&gt;c__AnonStorey6`1[T]">
14634       <method name="T &lt;&gt;m__6()">
14635         <size>50</size>
14636       </method>
14637       <method name="Void .ctor()">
14638         <size>7</size>
14639       </method>
14640     </type>
14641     <type name="Test+&lt;Using&gt;c__AnonStorey7`1[T]">
14642       <method name="T &lt;&gt;m__7()">
14643         <size>7</size>
14644       </method>
14645       <method name="Void .ctor()">
14646         <size>7</size>
14647       </method>
14648     </type>
14649     <type name="Test+&lt;Switch&gt;c__AnonStorey8`1[T]">
14650       <method name="T &lt;&gt;m__8()">
14651         <size>35</size>
14652       </method>
14653       <method name="Void .ctor()">
14654         <size>7</size>
14655       </method>
14656     </type>
14657     <type name="Test+&lt;ForForeach&gt;c__AnonStorey9`1[T]">
14658       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__9()">
14659         <size>56</size>
14660       </method>
14661       <method name="Void .ctor()">
14662         <size>7</size>
14663       </method>
14664     </type>
14665     <type name="Test+&lt;ArrayMutate&gt;c__AnonStoreyA`1[T]">
14666       <method name="Void &lt;&gt;m__A(Int32)">
14667         <size>36</size>
14668       </method>
14669       <method name="Void .ctor()">
14670         <size>7</size>
14671       </method>
14672     </type>
14673     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyB`1[T]">
14674       <method name="T[][] &lt;&gt;m__B()">
14675         <size>48</size>
14676       </method>
14677       <method name="Void .ctor()">
14678         <size>7</size>
14679       </method>
14680     </type>
14681     <type name="CA`1[T]">
14682       <method name="Void .ctor()">
14683         <size>7</size>
14684       </method>
14685     </type>
14686     <type name="Test">
14687       <method name="System.Func`1[T[]] NestedTypeMutate[T]()">
14688         <size>34</size>
14689       </method>
14690       <method name="System.Func`1[System.Int32] ArrayMultiMutate[T](T[,])">
14691         <size>26</size>
14692       </method>
14693     </type>
14694     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyC`1[T]">
14695       <method name="Int32 &lt;&gt;m__C()">
14696         <size>27</size>
14697       </method>
14698       <method name="Void .ctor()">
14699         <size>7</size>
14700       </method>
14701     </type>
14702     <type name="Test+&lt;NestedTypeMutate&gt;c__AnonStoreyD`1[T]">
14703       <method name="T[] &lt;&gt;m__D()">
14704         <size>37</size>
14705       </method>
14706       <method name="Void .ctor()">
14707         <size>7</size>
14708       </method>
14709     </type>
14710   </test>
14711   <test name="gtest-anon-25.cs">
14712     <type name="HS`1[T]">
14713       <method name="Void .ctor(IEqualityComparer`1)">
14714         <size>7</size>
14715       </method>
14716     </type>
14717     <type name="Test">
14718       <method name="Void .ctor()">
14719         <size>7</size>
14720       </method>
14721       <method name="Void Foo[T](IEqualityComparer`1)">
14722         <size>27</size>
14723       </method>
14724       <method name="Int32 Main()">
14725         <size>8</size>
14726       </method>
14727     </type>
14728     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
14729       <method name="Void .ctor()">
14730         <size>7</size>
14731       </method>
14732       <method name="HS`1[T] &lt;&gt;m__0()">
14733         <size>12</size>
14734       </method>
14735     </type>
14736   </test>
14737   <test name="gtest-anon-26.cs">
14738     <type name="MonoBugs.BrokenGenericCast">
14739       <method name="Void .ctor()">
14740         <size>7</size>
14741       </method>
14742       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
14743         <size>13</size>
14744       </method>
14745       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
14746         <size>13</size>
14747       </method>
14748       <method name="Void Main()">
14749         <size>1</size>
14750       </method>
14751       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
14752         <size>12</size>
14753       </method>
14754       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
14755         <size>12</size>
14756       </method>
14757     </type>
14758   </test>
14759   <test name="gtest-anon-27.cs">
14760     <type name="BaseDataObjectFactory">
14761       <method name="Void .ctor()">
14762         <size>7</size>
14763       </method>
14764       <method name="T GetBusinessQueryObjectFromReader[T]()">
14765         <size>8</size>
14766       </method>
14767       <method name="T[] GetQueryObjects[T](System.String)">
14768         <size>0</size>
14769       </method>
14770     </type>
14771     <type name="BusinessQueryObject">
14772       <method name="Void .ctor()">
14773         <size>7</size>
14774       </method>
14775     </type>
14776     <type name="MySqlDataObjectFactory">
14777       <method name="Void .ctor()">
14778         <size>7</size>
14779       </method>
14780       <method name="T[] GetQueryObjects[T](System.String)">
14781         <size>63</size>
14782       </method>
14783       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
14784         <size>1</size>
14785       </method>
14786     </type>
14787     <type name="C">
14788       <method name="Void .ctor()">
14789         <size>7</size>
14790       </method>
14791       <method name="Void Main()">
14792         <size>1</size>
14793       </method>
14794     </type>
14795     <type name="MySqlDataObjectFactory+PerformActionWithReader">
14796       <method name="Void .ctor(Object, IntPtr)">
14797         <size>0</size>
14798       </method>
14799       <method name="Void Invoke()">
14800         <size>0</size>
14801       </method>
14802       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14803         <size>0</size>
14804       </method>
14805       <method name="Void EndInvoke(IAsyncResult)">
14806         <size>0</size>
14807       </method>
14808     </type>
14809     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
14810       <method name="Void .ctor()">
14811         <size>7</size>
14812       </method>
14813       <method name="Void &lt;&gt;m__0()">
14814         <size>17</size>
14815       </method>
14816     </type>
14817   </test>
14818   <test name="gtest-anon-28.cs">
14819     <type name="A">
14820       <method name="Void .ctor()">
14821         <size>7</size>
14822       </method>
14823       <method name="Void Foo[T]()">
14824         <size>0</size>
14825       </method>
14826     </type>
14827     <type name="B">
14828       <method name="Void .ctor()">
14829         <size>7</size>
14830       </method>
14831       <method name="Void Foo[T]()">
14832         <size>14</size>
14833       </method>
14834       <method name="Void Main()">
14835         <size>1</size>
14836       </method>
14837     </type>
14838     <type name="B+Del">
14839       <method name="Void .ctor(Object, IntPtr)">
14840         <size>0</size>
14841       </method>
14842       <method name="Void Invoke()">
14843         <size>0</size>
14844       </method>
14845       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14846         <size>0</size>
14847       </method>
14848       <method name="Void EndInvoke(IAsyncResult)">
14849         <size>0</size>
14850       </method>
14851     </type>
14852     <type name="B">
14853       <method name="Void &lt;Foo`1&gt;m__0[T]()">
14854         <size>7</size>
14855       </method>
14856     </type>
14857   </test>
14858   <test name="gtest-anon-29.cs">
14859     <type name="Test">
14860       <method name="Void .ctor()">
14861         <size>7</size>
14862       </method>
14863       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
14864         <size>17</size>
14865       </method>
14866       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
14867         <size>32</size>
14868       </method>
14869       <method name="T Item[T](IList`1)">
14870         <size>7</size>
14871       </method>
14872       <method name="T GetSingleItem[T](IList`1)">
14873         <size>10</size>
14874       </method>
14875       <method name="Void Main()">
14876         <size>15</size>
14877       </method>
14878     </type>
14879     <type name="Test+Creator`1[T]">
14880       <method name="Void .ctor(Object, IntPtr)">
14881         <size>0</size>
14882       </method>
14883       <method name="T Invoke()">
14884         <size>0</size>
14885       </method>
14886       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14887         <size>0</size>
14888       </method>
14889       <method name="T EndInvoke(IAsyncResult)">
14890         <size>0</size>
14891       </method>
14892     </type>
14893     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
14894       <method name="Void .ctor()">
14895         <size>7</size>
14896       </method>
14897       <method name="T &lt;&gt;m__0()">
14898         <size>12</size>
14899       </method>
14900     </type>
14901   </test>
14902   <test name="gtest-anon-3.cs">
14903     <type name="X">
14904       <method name="Void .ctor()">
14905         <size>7</size>
14906       </method>
14907       <method name="Void Hello[U](U)">
14908         <size>1</size>
14909       </method>
14910       <method name="Void Test[T](T)">
14911         <size>28</size>
14912       </method>
14913       <method name="Void Main()">
14914         <size>14</size>
14915       </method>
14916     </type>
14917     <type name="Foo`1[S]">
14918       <method name="Void .ctor(Object, IntPtr)">
14919         <size>0</size>
14920       </method>
14921       <method name="Void Invoke(S)">
14922         <size>0</size>
14923       </method>
14924       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
14925         <size>0</size>
14926       </method>
14927       <method name="Void EndInvoke(IAsyncResult)">
14928         <size>0</size>
14929       </method>
14930     </type>
14931     <type name="X">
14932       <method name="Void &lt;Test`1&gt;m__0[T](T)">
14933         <size>8</size>
14934       </method>
14935     </type>
14936   </test>
14937   <test name="gtest-anon-30.cs">
14938     <type name="X">
14939       <method name="Void .ctor()">
14940         <size>7</size>
14941       </method>
14942       <method name="Void Hello[U](U)">
14943         <size>1</size>
14944       </method>
14945       <method name="Void Test[T](T)">
14946         <size>46</size>
14947       </method>
14948       <method name="Void Main()">
14949         <size>1</size>
14950       </method>
14951     </type>
14952     <type name="Simple">
14953       <method name="Void .ctor(Object, IntPtr)">
14954         <size>0</size>
14955       </method>
14956       <method name="Void Invoke()">
14957         <size>0</size>
14958       </method>
14959       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14960         <size>0</size>
14961       </method>
14962       <method name="Void EndInvoke(IAsyncResult)">
14963         <size>0</size>
14964       </method>
14965     </type>
14966     <type name="Foo">
14967       <method name="Void .ctor(Object, IntPtr)">
14968         <size>0</size>
14969       </method>
14970       <method name="Simple Invoke()">
14971         <size>0</size>
14972       </method>
14973       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14974         <size>0</size>
14975       </method>
14976       <method name="Simple EndInvoke(IAsyncResult)">
14977         <size>0</size>
14978       </method>
14979     </type>
14980     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
14981       <method name="Void .ctor()">
14982         <size>7</size>
14983       </method>
14984       <method name="Simple &lt;&gt;m__0()">
14985         <size>55</size>
14986       </method>
14987     </type>
14988     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
14989       <method name="Void .ctor()">
14990         <size>7</size>
14991       </method>
14992       <method name="Void &lt;&gt;m__1()">
14993         <size>50</size>
14994       </method>
14995     </type>
14996   </test>
14997   <test name="gtest-anon-31.cs">
14998     <type name="A">
14999       <method name="Void Fail[X]()">
15000         <size>25</size>
15001       </method>
15002       <method name="Void Main()">
15003         <size>1</size>
15004       </method>
15005     </type>
15006     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
15007       <method name="Void .ctor()">
15008         <size>7</size>
15009       </method>
15010       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
15011         <size>36</size>
15012       </method>
15013       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
15014         <size>1</size>
15015       </method>
15016     </type>
15017   </test>
15018   <test name="gtest-anon-32.cs">
15019     <type name="Program">
15020       <method name="Void .ctor()">
15021         <size>7</size>
15022       </method>
15023       <method name="Void Foo[T](IList`1)">
15024         <size>31</size>
15025       </method>
15026       <method name="Void Assert(System.Action`1[System.Int32])">
15027         <size>9</size>
15028       </method>
15029       <method name="Void Main(System.String[])">
15030         <size>7</size>
15031       </method>
15032     </type>
15033     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
15034       <method name="Void .ctor()">
15035         <size>7</size>
15036       </method>
15037       <method name="Void &lt;&gt;m__0(Int32)">
15038         <size>18</size>
15039       </method>
15040     </type>
15041   </test>
15042   <test name="gtest-anon-33.cs">
15043     <type name="IEnumerableRocks">
15044       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
15045         <size>33</size>
15046       </method>
15047       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
15048         <size>125</size>
15049       </method>
15050     </type>
15051     <type name="Test">
15052       <method name="Void .ctor()">
15053         <size>7</size>
15054       </method>
15055       <method name="Void Main()">
15056         <size>67</size>
15057       </method>
15058       <method name="System.String &lt;Main&gt;m__1(System.String)">
15059         <size>17</size>
15060       </method>
15061     </type>
15062     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
15063       <method name="Void .ctor()">
15064         <size>7</size>
15065       </method>
15066       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
15067         <size>34</size>
15068       </method>
15069     </type>
15070   </test>
15071   <test name="gtest-anon-34.cs">
15072     <type name="MyClass">
15073       <method name="Void .ctor()">
15074         <size>18</size>
15075       </method>
15076       <method name="Int32 get_Answer()">
15077         <size>7</size>
15078       </method>
15079       <method name="Void set_Answer(Int32)">
15080         <size>8</size>
15081       </method>
15082     </type>
15083     <type name="Test">
15084       <method name="Void .ctor()">
15085         <size>7</size>
15086       </method>
15087       <method name="Int32 Main()">
15088         <size>82</size>
15089       </method>
15090     </type>
15091     <type name="Test+D">
15092       <method name="Void .ctor(Object, IntPtr)">
15093         <size>0</size>
15094       </method>
15095       <method name="Void Invoke()">
15096         <size>0</size>
15097       </method>
15098       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15099         <size>0</size>
15100       </method>
15101       <method name="Void EndInvoke(IAsyncResult)">
15102         <size>0</size>
15103       </method>
15104     </type>
15105     <type name="Test+&lt;Main&gt;c__AnonStorey0">
15106       <method name="Void .ctor()">
15107         <size>7</size>
15108       </method>
15109       <method name="Void &lt;&gt;m__0()">
15110         <size>33</size>
15111       </method>
15112     </type>
15113   </test>
15114   <test name="gtest-anon-35.cs">
15115     <type name="C`1[T]">
15116       <method name="Void .ctor()">
15117         <size>7</size>
15118       </method>
15119       <method name="System.Func`1[T] XX()">
15120         <size>32</size>
15121       </method>
15122       <method name="T &lt;XX&gt;m__0()">
15123         <size>10</size>
15124       </method>
15125     </type>
15126     <type name="C2`1[T]">
15127       <method name="Void .ctor()">
15128         <size>7</size>
15129       </method>
15130       <method name="System.Func`1[C`1[T]] XX()">
15131         <size>32</size>
15132       </method>
15133       <method name="C`1[T] &lt;XX&gt;m__1()">
15134         <size>2</size>
15135       </method>
15136     </type>
15137     <type name="N1">
15138       <method name="Void .ctor()">
15139         <size>7</size>
15140       </method>
15141       <method name="System.Func`1[T] XX[T]()">
15142         <size>15</size>
15143       </method>
15144     </type>
15145     <type name="Test">
15146       <method name="Void .ctor()">
15147         <size>7</size>
15148       </method>
15149       <method name="Int32 Main()">
15150         <size>98</size>
15151       </method>
15152     </type>
15153     <type name="N1">
15154       <method name="T &lt;XX`1&gt;m__2[T]()">
15155         <size>10</size>
15156       </method>
15157     </type>
15158   </test>
15159   <test name="gtest-anon-36.cs">
15160     <type name="Foo`1[T]">
15161       <method name="Void .ctor()">
15162         <size>7</size>
15163       </method>
15164       <method name="Void add_handler(Handler`1[T])">
15165         <size>24</size>
15166       </method>
15167       <method name="Void remove_handler(Handler`1[T])">
15168         <size>24</size>
15169       </method>
15170       <method name="Void add_Handler(Handler`1[T])">
15171         <size>48</size>
15172       </method>
15173       <method name="Void remove_Handler(Handler`1[T])">
15174         <size>8</size>
15175       </method>
15176       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
15177         <size>18</size>
15178       </method>
15179     </type>
15180     <type name="Program">
15181       <method name="Void .ctor()">
15182         <size>7</size>
15183       </method>
15184       <method name="Int32 Main()">
15185         <size>15</size>
15186       </method>
15187     </type>
15188     <type name="Handler`1[T]">
15189       <method name="Void .ctor(Object, IntPtr)">
15190         <size>0</size>
15191       </method>
15192       <method name="Void Invoke(System.Object)">
15193         <size>0</size>
15194       </method>
15195       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
15196         <size>0</size>
15197       </method>
15198       <method name="Void EndInvoke(IAsyncResult)">
15199         <size>0</size>
15200       </method>
15201     </type>
15202   </test>
15203   <test name="gtest-anon-37.cs">
15204     <type name="Wrap`1[U]">
15205       <method name="Void .ctor()">
15206         <size>7</size>
15207       </method>
15208     </type>
15209     <type name="Test">
15210       <method name="Void .ctor()">
15211         <size>7</size>
15212       </method>
15213       <method name="Int32 Run[T](Wrap`1[T])">
15214         <size>56</size>
15215       </method>
15216       <method name="Int32 Main()">
15217         <size>16</size>
15218       </method>
15219     </type>
15220     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
15221       <method name="Void .ctor()">
15222         <size>7</size>
15223       </method>
15224       <method name="Void &lt;&gt;m__0()">
15225         <size>17</size>
15226       </method>
15227     </type>
15228   </test>
15229   <test name="gtest-anon-38.cs">
15230     <type name="Foo`1[T]">
15231       <method name="Void .ctor()">
15232         <size>7</size>
15233       </method>
15234       <method name="Boolean ContainsAll[U](IEnumerable`1)">
15235         <size>40</size>
15236       </method>
15237       <method name="Boolean Contains(T)">
15238         <size>2</size>
15239       </method>
15240     </type>
15241     <type name="Program">
15242       <method name="Void .ctor()">
15243         <size>7</size>
15244       </method>
15245       <method name="Int32 Main()">
15246         <size>42</size>
15247       </method>
15248     </type>
15249     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
15250       <method name="Void .ctor()">
15251         <size>7</size>
15252       </method>
15253       <method name="Boolean &lt;&gt;m__0()">
15254         <size>201</size>
15255       </method>
15256     </type>
15257     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
15258       <method name="Void .ctor()">
15259         <size>7</size>
15260       </method>
15261     </type>
15262     <type name="&lt;PrivateImplementationDetails&gt;">
15263       <method name="Void .ctor()">
15264         <size>7</size>
15265       </method>
15266     </type>
15267   </test>
15268   <test name="gtest-anon-39.cs">
15269     <type name="Test">
15270       <method name="Void .ctor()">
15271         <size>7</size>
15272       </method>
15273       <method name="Void Test_1[T](T)">
15274         <size>33</size>
15275       </method>
15276       <method name="Void Test_2[T](Nullable`1)">
15277         <size>33</size>
15278       </method>
15279       <method name="Void Main()">
15280         <size>39</size>
15281       </method>
15282     </type>
15283     <type name="Test+D">
15284       <method name="Void .ctor(Object, IntPtr)">
15285         <size>0</size>
15286       </method>
15287       <method name="Void 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="Void EndInvoke(IAsyncResult)">
15294         <size>0</size>
15295       </method>
15296     </type>
15297     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
15298       <method name="Void .ctor()">
15299         <size>7</size>
15300       </method>
15301       <method name="Void &lt;&gt;m__0()">
15302         <size>24</size>
15303       </method>
15304     </type>
15305     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
15306       <method name="Void .ctor()">
15307         <size>7</size>
15308       </method>
15309       <method name="Void &lt;&gt;m__1()">
15310         <size>85</size>
15311       </method>
15312     </type>
15313     <type name="Test">
15314       <method name="T Test_3[T](System.Object)">
15315         <size>51</size>
15316       </method>
15317     </type>
15318     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
15319       <method name="Void .ctor()">
15320         <size>7</size>
15321       </method>
15322       <method name="Void &lt;&gt;m__2()">
15323         <size>23</size>
15324       </method>
15325     </type>
15326   </test>
15327   <test name="gtest-anon-4.cs">
15328     <type name="Test">
15329       <method name="Void .ctor()">
15330         <size>7</size>
15331       </method>
15332       <method name="Void Main()">
15333         <size>59</size>
15334       </method>
15335       <method name="Int32 GetItem()">
15336         <size>50</size>
15337       </method>
15338       <method name="IEnumerable`1 GetItems()">
15339         <size>16</size>
15340       </method>
15341     </type>
15342     <type name="&lt;PrivateImplementationDetails&gt;">
15343       <method name="Void .ctor()">
15344         <size>7</size>
15345       </method>
15346     </type>
15347     <type name="Test+&lt;GetItems&gt;c__Iterator0">
15348       <method name="Void .ctor()">
15349         <size>7</size>
15350       </method>
15351       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15352         <size>12</size>
15353       </method>
15354       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15355         <size>7</size>
15356       </method>
15357       <method name="Boolean MoveNext()">
15358         <size>67</size>
15359       </method>
15360       <method name="Void Dispose()">
15361         <size>8</size>
15362       </method>
15363       <method name="Void Reset()">
15364         <size>6</size>
15365       </method>
15366       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
15367         <size>7</size>
15368       </method>
15369       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
15370         <size>26</size>
15371       </method>
15372     </type>
15373   </test>
15374   <test name="gtest-anon-40.cs">
15375     <type name="RunTests">
15376       <method name="Int32 Main()">
15377         <size>7</size>
15378       </method>
15379     </type>
15380     <type name="Test1.X">
15381       <method name="Void .ctor()">
15382         <size>7</size>
15383       </method>
15384       <method name="Void Test1[R](R, Int32)">
15385         <size>150</size>
15386       </method>
15387       <method name="Void Run()">
15388         <size>13</size>
15389       </method>
15390     </type>
15391     <type name="Test1.Foo">
15392       <method name="Void .ctor(Object, IntPtr)">
15393         <size>0</size>
15394       </method>
15395       <method name="Int32 Invoke()">
15396         <size>0</size>
15397       </method>
15398       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15399         <size>0</size>
15400       </method>
15401       <method name="Int32 EndInvoke(IAsyncResult)">
15402         <size>0</size>
15403       </method>
15404     </type>
15405     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
15406       <method name="Void .ctor()">
15407         <size>7</size>
15408       </method>
15409       <method name="Int32 &lt;&gt;m__0()">
15410         <size>71</size>
15411       </method>
15412     </type>
15413     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
15414       <method name="Void .ctor()">
15415         <size>7</size>
15416       </method>
15417     </type>
15418     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
15419       <method name="Void .ctor()">
15420         <size>7</size>
15421       </method>
15422     </type>
15423   </test>
15424   <test name="gtest-anon-41.cs">
15425     <type name="C">
15426       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
15427         <size>37</size>
15428       </method>
15429       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
15430         <size>6</size>
15431       </method>
15432       <method name="Void Main()">
15433         <size>1</size>
15434       </method>
15435       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
15436         <size>8</size>
15437       </method>
15438       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
15439         <size>8</size>
15440       </method>
15441     </type>
15442   </test>
15443   <test name="gtest-anon-42.cs">
15444     <type name="Test">
15445       <method name="Void .ctor()">
15446         <size>7</size>
15447       </method>
15448       <method name="Void Test_3[T]()">
15449         <size>20</size>
15450       </method>
15451       <method name="Int32 Main()">
15452         <size>12</size>
15453       </method>
15454     </type>
15455     <type name="Test+D">
15456       <method name="Void .ctor(Object, IntPtr)">
15457         <size>0</size>
15458       </method>
15459       <method name="Void Invoke()">
15460         <size>0</size>
15461       </method>
15462       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15463         <size>0</size>
15464       </method>
15465       <method name="Void EndInvoke(IAsyncResult)">
15466         <size>0</size>
15467       </method>
15468     </type>
15469     <type name="Test">
15470       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
15471         <size>11</size>
15472       </method>
15473     </type>
15474   </test>
15475   <test name="gtest-anon-43.cs">
15476     <type name="TestC">
15477       <method name="Void .ctor()">
15478         <size>7</size>
15479       </method>
15480       <method name="System.Func`1[System.Type] Test[T]()">
15481         <size>13</size>
15482       </method>
15483       <method name="Int32 Main()">
15484         <size>66</size>
15485       </method>
15486       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
15487         <size>11</size>
15488       </method>
15489     </type>
15490   </test>
15491   <test name="gtest-anon-44.cs">
15492     <type name="UiaAtkBridgeTest.Test">
15493       <method name="Void .ctor()">
15494         <size>7</size>
15495       </method>
15496       <method name="Void Invoke(System.EventHandler)">
15497         <size>1</size>
15498       </method>
15499     </type>
15500     <type name="UiaAtkBridgeTest.GailTester">
15501       <method name="Void .ctor()">
15502         <size>7</size>
15503       </method>
15504       <method name="Void ThisCausesACrash[I]()">
15505         <size>18</size>
15506       </method>
15507       <method name="Void Main()">
15508         <size>1</size>
15509       </method>
15510       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
15511         <size>1</size>
15512       </method>
15513     </type>
15514   </test>
15515   <test name="gtest-anon-45.cs">
15516     <type name="C">
15517       <method name="Void .ctor()">
15518         <size>7</size>
15519       </method>
15520       <method name="Void AnyMethod[T]()">
15521         <size>20</size>
15522       </method>
15523       <method name="Int32 Main()">
15524         <size>12</size>
15525       </method>
15526     </type>
15527     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
15528       <method name="Void .ctor()">
15529         <size>7</size>
15530       </method>
15531       <method name="Void &lt;&gt;m__1(System.String)">
15532         <size>14</size>
15533       </method>
15534     </type>
15535     <type name="C">
15536       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
15537         <size>31</size>
15538       </method>
15539     </type>
15540   </test>
15541   <test name="gtest-anon-46.cs">
15542     <type name="TheClass">
15543       <method name="Void .ctor()">
15544         <size>7</size>
15545       </method>
15546       <method name="Void Foo[T](T, System.Func`2[T,T])">
15547         <size>41</size>
15548       </method>
15549       <method name="Void Main()">
15550         <size>8</size>
15551       </method>
15552     </type>
15553     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
15554       <method name="Void .ctor()">
15555         <size>7</size>
15556       </method>
15557       <method name="System.Func`1[T] &lt;&gt;m__0()">
15558         <size>31</size>
15559       </method>
15560       <method name="T &lt;&gt;m__1()">
15561         <size>18</size>
15562       </method>
15563     </type>
15564   </test>
15565   <test name="gtest-anon-47.cs">
15566     <type name="C">
15567       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
15568         <size>26</size>
15569       </method>
15570     </type>
15571     <type name="Test">
15572       <method name="Int32 Main()">
15573         <size>59</size>
15574       </method>
15575       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
15576         <size>23</size>
15577       </method>
15578       <method name="Void .ctor()">
15579         <size>7</size>
15580       </method>
15581     </type>
15582     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
15583       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
15584         <size>33</size>
15585       </method>
15586       <method name="Void .ctor()">
15587         <size>7</size>
15588       </method>
15589     </type>
15590     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
15591       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
15592         <size>45</size>
15593       </method>
15594       <method name="Void .ctor()">
15595         <size>7</size>
15596       </method>
15597     </type>
15598     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
15599       <method name="Void &lt;&gt;m__2(T3)">
15600         <size>35</size>
15601       </method>
15602       <method name="Void .ctor()">
15603         <size>7</size>
15604       </method>
15605     </type>
15606   </test>
15607   <test name="gtest-anon-48.cs">
15608     <type name="GeneratorEnumerable`1[T]">
15609       <method name="Void .ctor(Func`1)">
15610         <size>7</size>
15611       </method>
15612     </type>
15613     <type name="GeneratorExpression">
15614       <method name="Void .ctor()">
15615         <size>7</size>
15616       </method>
15617     </type>
15618     <type name="GeneratorInvoker">
15619       <method name="Void .ctor(GeneratorExpression)">
15620         <size>7</size>
15621       </method>
15622       <method name="Void Invoke[T](T ByRef)">
15623         <size>1</size>
15624       </method>
15625     </type>
15626     <type name="Interpreter">
15627       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
15628         <size>31</size>
15629       </method>
15630       <method name="Int32 Main()">
15631         <size>13</size>
15632       </method>
15633     </type>
15634     <type name="Func`1[TResult]">
15635       <method name="Void .ctor(Object, IntPtr)">
15636         <size>0</size>
15637       </method>
15638       <method name="TResult Invoke()">
15639         <size>0</size>
15640       </method>
15641       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15642         <size>0</size>
15643       </method>
15644       <method name="TResult EndInvoke(IAsyncResult)">
15645         <size>0</size>
15646       </method>
15647     </type>
15648     <type name="GeneratorNext`1[T]">
15649       <method name="Void .ctor(Object, IntPtr)">
15650         <size>0</size>
15651       </method>
15652       <method name="Void Invoke(T ByRef)">
15653         <size>0</size>
15654       </method>
15655       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
15656         <size>0</size>
15657       </method>
15658       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
15659         <size>0</size>
15660       </method>
15661     </type>
15662     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
15663       <method name="Void .ctor()">
15664         <size>7</size>
15665       </method>
15666       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
15667         <size>23</size>
15668       </method>
15669     </type>
15670   </test>
15671   <test name="gtest-anon-49.cs">
15672     <type name="Test">
15673       <method name="Void .ctor()">
15674         <size>7</size>
15675       </method>
15676       <method name="Void Main()">
15677         <size>1</size>
15678       </method>
15679       <method name="Void DetermineLinkedCells()">
15680         <size>74</size>
15681       </method>
15682     </type>
15683     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
15684       <method name="Void .ctor()">
15685         <size>7</size>
15686       </method>
15687     </type>
15688     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
15689       <method name="Void .ctor()">
15690         <size>7</size>
15691       </method>
15692       <method name="Boolean &lt;&gt;m__1(System.Object)">
15693         <size>13</size>
15694       </method>
15695       <method name="Boolean &lt;&gt;m__0(System.Object)">
15696         <size>18</size>
15697       </method>
15698     </type>
15699   </test>
15700   <test name="gtest-anon-5.cs">
15701     <type name="X">
15702       <method name="Void .ctor()">
15703         <size>7</size>
15704       </method>
15705       <method name="Void Main()">
15706         <size>80</size>
15707       </method>
15708     </type>
15709     <type name="Hello">
15710       <method name="Void .ctor(Object, IntPtr)">
15711         <size>0</size>
15712       </method>
15713       <method name="Void Invoke()">
15714         <size>0</size>
15715       </method>
15716       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15717         <size>0</size>
15718       </method>
15719       <method name="Void EndInvoke(IAsyncResult)">
15720         <size>0</size>
15721       </method>
15722     </type>
15723     <type name="Foo+&lt;Test&gt;c__Iterator0">
15724       <method name="Void .ctor()">
15725         <size>7</size>
15726       </method>
15727       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15728         <size>12</size>
15729       </method>
15730       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15731         <size>7</size>
15732       </method>
15733       <method name="Boolean MoveNext()">
15734         <size>96</size>
15735       </method>
15736       <method name="Void Dispose()">
15737         <size>8</size>
15738       </method>
15739       <method name="Void Reset()">
15740         <size>6</size>
15741       </method>
15742     </type>
15743     <type name="Foo">
15744       <method name="Void .ctor(Int32)">
15745         <size>8</size>
15746       </method>
15747       <method name="IEnumerable`1 Test(Foo)">
15748         <size>42</size>
15749       </method>
15750       <method name="Void Hello(Int32)">
15751         <size>19</size>
15752       </method>
15753       <method name="System.String ToString()">
15754         <size>22</size>
15755       </method>
15756     </type>
15757     <type name="Foo+&lt;Test&gt;c__Iterator0">
15758       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
15759         <size>7</size>
15760       </method>
15761       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
15762         <size>52</size>
15763       </method>
15764     </type>
15765   </test>
15766   <test name="gtest-anon-50.cs">
15767     <type name="M">
15768       <method name="Void .ctor()">
15769         <size>7</size>
15770       </method>
15771       <method name="Int32 Main()">
15772         <size>12</size>
15773       </method>
15774     </type>
15775     <type name="SomeGenericClass`1[SomeType]">
15776       <method name="Void .ctor()">
15777         <size>7</size>
15778       </method>
15779       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
15780         <size>7</size>
15781       </method>
15782       <method name="Void FailsToCompile()">
15783         <size>19</size>
15784       </method>
15785     </type>
15786     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
15787       <method name="Void .ctor(Object, IntPtr)">
15788         <size>0</size>
15789       </method>
15790       <method name="Void Invoke()">
15791         <size>0</size>
15792       </method>
15793       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15794         <size>0</size>
15795       </method>
15796       <method name="Void EndInvoke(IAsyncResult)">
15797         <size>0</size>
15798       </method>
15799     </type>
15800     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
15801       <method name="Void .ctor()">
15802         <size>7</size>
15803       </method>
15804     </type>
15805     <type name="SomeGenericClass`1[SomeType]">
15806       <method name="Void &lt;FailsToCompile&gt;m__0()">
15807         <size>44</size>
15808       </method>
15809     </type>
15810     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
15811       <method name="Void &lt;&gt;m__1()">
15812         <size>18</size>
15813       </method>
15814     </type>
15815   </test>
15816   <test name="gtest-anon-51.cs">
15817     <type name="Driver">
15818       <method name="Void .ctor()">
15819         <size>7</size>
15820       </method>
15821       <method name="Int32 Main()">
15822         <size>12</size>
15823       </method>
15824       <method name="Void P(Int32, Int32)">
15825         <size>1</size>
15826       </method>
15827       <method name="Void Repro()">
15828         <size>100</size>
15829       </method>
15830     </type>
15831     <type name="Bla">
15832       <method name="Void .ctor(Object, IntPtr)">
15833         <size>0</size>
15834       </method>
15835       <method name="Void Invoke()">
15836         <size>0</size>
15837       </method>
15838       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15839         <size>0</size>
15840       </method>
15841       <method name="Void EndInvoke(IAsyncResult)">
15842         <size>0</size>
15843       </method>
15844     </type>
15845     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
15846       <method name="Void .ctor()">
15847         <size>7</size>
15848       </method>
15849       <method name="Void &lt;&gt;m__0()">
15850         <size>35</size>
15851       </method>
15852     </type>
15853   </test>
15854   <test name="gtest-anon-52.cs">
15855     <type name="A`1[T]">
15856       <method name="Void .ctor()">
15857         <size>7</size>
15858       </method>
15859     </type>
15860     <type name="A`1+B[T]">
15861       <method name="Void .ctor()">
15862         <size>18</size>
15863       </method>
15864       <method name="Void W[R](System.String, System.Func`2[T,R])">
15865         <size>39</size>
15866       </method>
15867     </type>
15868     <type name="B">
15869       <method name="Void .ctor()">
15870         <size>7</size>
15871       </method>
15872       <method name="Void Main()">
15873         <size>1</size>
15874       </method>
15875     </type>
15876     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
15877       <method name="Void .ctor()">
15878         <size>7</size>
15879       </method>
15880       <method name="Void &lt;&gt;m__0(T[])">
15881         <size>55</size>
15882       </method>
15883     </type>
15884   </test>
15885   <test name="gtest-anon-53.cs">
15886     <type name="TestComp.Program">
15887       <method name="Void .ctor()">
15888         <size>7</size>
15889       </method>
15890       <method name="Void Main(System.String[])">
15891         <size>1</size>
15892       </method>
15893     </type>
15894     <type name="TestComp.Program+MyClass">
15895       <method name="Void .ctor()">
15896         <size>7</size>
15897       </method>
15898       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
15899         <size>1</size>
15900       </method>
15901       <method name="Void UseATemplate()">
15902         <size>36</size>
15903       </method>
15904       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
15905         <size>16</size>
15906       </method>
15907     </type>
15908     <type name="TestComp.Program+MyClass+MyDelegate">
15909       <method name="Void .ctor(Object, IntPtr)">
15910         <size>0</size>
15911       </method>
15912       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
15913         <size>0</size>
15914       </method>
15915       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
15916         <size>0</size>
15917       </method>
15918       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
15919         <size>0</size>
15920       </method>
15921     </type>
15922   </test>
15923   <test name="gtest-anon-54.cs">
15924     <type name="Class">
15925       <method name="Void .ctor()">
15926         <size>7</size>
15927       </method>
15928       <method name="System.String get_Property()">
15929         <size>6</size>
15930       </method>
15931       <method name="System.String Method()">
15932         <size>44</size>
15933       </method>
15934       <method name="Int32 Main()">
15935         <size>39</size>
15936       </method>
15937     </type>
15938     <type name="Class+&lt;Method&gt;c__AnonStorey0">
15939       <method name="Void .ctor()">
15940         <size>7</size>
15941       </method>
15942       <method name="System.String &lt;&gt;m__0()">
15943         <size>56</size>
15944       </method>
15945     </type>
15946     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
15947       <method name="Void .ctor()">
15948         <size>7</size>
15949       </method>
15950       <method name="System.String &lt;&gt;m__1(System.String)">
15951         <size>52</size>
15952       </method>
15953     </type>
15954     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
15955       <method name="Void .ctor()">
15956         <size>7</size>
15957       </method>
15958       <method name="System.String &lt;&gt;m__2()">
15959         <size>39</size>
15960       </method>
15961     </type>
15962   </test>
15963   <test name="gtest-anon-55.cs">
15964     <type name="Thing`1[TFirst]">
15965       <method name="Void .ctor(Action`1)">
15966         <size>14</size>
15967       </method>
15968       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
15969         <size>31</size>
15970       </method>
15971       <method name="Void SomeAction()">
15972         <size>18</size>
15973       </method>
15974     </type>
15975     <type name="Program">
15976       <method name="Void Main()">
15977         <size>42</size>
15978       </method>
15979       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
15980         <size>2</size>
15981       </method>
15982     </type>
15983     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
15984       <method name="Void .ctor()">
15985         <size>7</size>
15986       </method>
15987       <method name="Void &lt;&gt;m__0(TFirst)">
15988         <size>47</size>
15989       </method>
15990     </type>
15991   </test>
15992   <test name="gtest-anon-56.cs">
15993     <type name="G`1[T]">
15994       <method name="Void .ctor()">
15995         <size>7</size>
15996       </method>
15997       <method name="T def()">
15998         <size>10</size>
15999       </method>
16000     </type>
16001     <type name="C">
16002       <method name="Void .ctor()">
16003         <size>7</size>
16004       </method>
16005       <method name="Void foo(System.Object)">
16006         <size>1</size>
16007       </method>
16008       <method name="Void cf[T]()">
16009         <size>35</size>
16010       </method>
16011       <method name="Int32 Main()">
16012         <size>17</size>
16013       </method>
16014     </type>
16015     <type name="C+DF">
16016       <method name="Void .ctor(Object, IntPtr)">
16017         <size>0</size>
16018       </method>
16019       <method name="Void Invoke()">
16020         <size>0</size>
16021       </method>
16022       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16023         <size>0</size>
16024       </method>
16025       <method name="Void EndInvoke(IAsyncResult)">
16026         <size>0</size>
16027       </method>
16028     </type>
16029     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
16030       <method name="Void .ctor()">
16031         <size>7</size>
16032       </method>
16033       <method name="Void &lt;&gt;m__0()">
16034         <size>22</size>
16035       </method>
16036     </type>
16037   </test>
16038   <test name="gtest-anon-57.cs">
16039     <type name="X`1[T]">
16040       <method name="Void IFoo&lt;T&gt;.Test()">
16041         <size>37</size>
16042       </method>
16043       <method name="Void &lt;Test&gt;m__0()">
16044         <size>7</size>
16045       </method>
16046       <method name="Void .ctor()">
16047         <size>7</size>
16048       </method>
16049     </type>
16050     <type name="M">
16051       <method name="Void Main()">
16052         <size>13</size>
16053       </method>
16054       <method name="Void .ctor()">
16055         <size>7</size>
16056       </method>
16057     </type>
16058     <type name="Foo">
16059       <method name="Void Invoke()">
16060         <size>0</size>
16061       </method>
16062       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16063         <size>0</size>
16064       </method>
16065       <method name="Void EndInvoke(IAsyncResult)">
16066         <size>0</size>
16067       </method>
16068       <method name="Void .ctor(Object, IntPtr)">
16069         <size>0</size>
16070       </method>
16071     </type>
16072   </test>
16073   <test name="gtest-anon-58.cs">
16074     <type name="Test">
16075       <method name="X Foo[X](Boolean)">
16076         <size>45</size>
16077       </method>
16078       <method name="X FooNested[X](Boolean)">
16079         <size>66</size>
16080       </method>
16081       <method name="Int32 Main()">
16082         <size>36</size>
16083       </method>
16084       <method name="Void .ctor()">
16085         <size>7</size>
16086       </method>
16087     </type>
16088     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[X]">
16089       <method name="X &lt;&gt;m__0()">
16090         <size>12</size>
16091       </method>
16092       <method name="Void .ctor()">
16093         <size>7</size>
16094       </method>
16095     </type>
16096     <type name="Test+&lt;FooNested&gt;c__AnonStorey1`1[X]">
16097       <method name="Call`1[X] &lt;&gt;m__1()">
16098         <size>12</size>
16099       </method>
16100       <method name="Void .ctor()">
16101         <size>7</size>
16102       </method>
16103     </type>
16104   </test>
16105   <test name="gtest-anon-59.cs">
16106     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
16107       <method name="Void DoSend[TMessage](System.Action`1[T])">
16108         <size>83</size>
16109       </method>
16110       <method name="Void Send(System.Action`1[T])">
16111         <size>1</size>
16112       </method>
16113       <method name="Void ActionOnObject(System.Object)">
16114         <size>8</size>
16115       </method>
16116       <method name="Void Dispose()">
16117         <size>11</size>
16118       </method>
16119       <method name="Void .ctor()">
16120         <size>7</size>
16121       </method>
16122     </type>
16123     <type name="TestGenericsSubtypeMatching.C">
16124       <method name="Void Main()">
16125         <size>40</size>
16126       </method>
16127       <method name="Void &lt;Main&gt;m__1(System.String)">
16128         <size>7</size>
16129       </method>
16130       <method name="Void .ctor()">
16131         <size>7</size>
16132       </method>
16133     </type>
16134     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
16135       <method name="Void .ctor()">
16136         <size>7</size>
16137       </method>
16138     </type>
16139     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
16140       <method name="Void &lt;&gt;m__0(T)">
16141         <size>35</size>
16142       </method>
16143       <method name="Void .ctor()">
16144         <size>7</size>
16145       </method>
16146     </type>
16147   </test>
16148   <test name="gtest-anon-6.cs">
16149     <type name="X">
16150       <method name="Void .ctor()">
16151         <size>7</size>
16152       </method>
16153       <method name="Void Hello[U,V](U, V)">
16154         <size>1</size>
16155       </method>
16156       <method name="Void Test[A,B,C](A, B, C)">
16157         <size>49</size>
16158       </method>
16159       <method name="Void Main()">
16160         <size>28</size>
16161       </method>
16162     </type>
16163     <type name="Foo`2[R,S]">
16164       <method name="Void .ctor(Object, IntPtr)">
16165         <size>0</size>
16166       </method>
16167       <method name="Void Invoke(R, S)">
16168         <size>0</size>
16169       </method>
16170       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
16171         <size>0</size>
16172       </method>
16173       <method name="Void EndInvoke(IAsyncResult)">
16174         <size>0</size>
16175       </method>
16176     </type>
16177     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
16178       <method name="Void .ctor()">
16179         <size>7</size>
16180       </method>
16181       <method name="Void &lt;&gt;m__0(A, Int32)">
16182         <size>32</size>
16183       </method>
16184     </type>
16185   </test>
16186   <test name="gtest-anon-60.cs">
16187     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
16188       <method name="Void DoSend[TMessage](System.Action`1[T])">
16189         <size>83</size>
16190       </method>
16191       <method name="Void Send(System.Action`1[T])">
16192         <size>1</size>
16193       </method>
16194       <method name="Void ActionOnObject(System.Object)">
16195         <size>8</size>
16196       </method>
16197       <method name="Void Dispose()">
16198         <size>11</size>
16199       </method>
16200       <method name="Void .ctor()">
16201         <size>7</size>
16202       </method>
16203     </type>
16204     <type name="TestGenericsSubtypeMatching.C">
16205       <method name="Int32 Main()">
16206         <size>41</size>
16207       </method>
16208       <method name="Void &lt;Main&gt;m__1(Int32)">
16209         <size>7</size>
16210       </method>
16211       <method name="Void .ctor()">
16212         <size>7</size>
16213       </method>
16214     </type>
16215     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
16216       <method name="Void .ctor()">
16217         <size>7</size>
16218       </method>
16219     </type>
16220     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
16221       <method name="Void &lt;&gt;m__0(T)">
16222         <size>35</size>
16223       </method>
16224       <method name="Void .ctor()">
16225         <size>7</size>
16226       </method>
16227     </type>
16228   </test>
16229   <test name="gtest-anon-61.cs">
16230     <type name="TestCase">
16231       <method name="Void Main()">
16232         <size>32</size>
16233       </method>
16234       <method name="Void Test[T](IList`1)">
16235         <size>33</size>
16236       </method>
16237       <method name="Void .ctor()">
16238         <size>7</size>
16239       </method>
16240     </type>
16241     <type name="&lt;PrivateImplementationDetails&gt;">
16242       <method name="Void .ctor()">
16243         <size>7</size>
16244       </method>
16245     </type>
16246     <type name="TestCase+&lt;Test&gt;c__AnonStorey0`1[T]">
16247       <method name="Void &lt;&gt;m__0()">
16248         <size>46</size>
16249       </method>
16250       <method name="Int32 &lt;&gt;m__1(IList`1)">
16251         <size>2</size>
16252       </method>
16253       <method name="Void .ctor()">
16254         <size>7</size>
16255       </method>
16256     </type>
16257   </test>
16258   <test name="gtest-anon-62.cs">
16259     <type name="D">
16260       <method name="Void Invoke(System.Object)">
16261         <size>0</size>
16262       </method>
16263       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
16264         <size>0</size>
16265       </method>
16266       <method name="Void EndInvoke(IAsyncResult)">
16267         <size>0</size>
16268       </method>
16269       <method name="Void .ctor(Object, IntPtr)">
16270         <size>0</size>
16271       </method>
16272     </type>
16273     <type name="T">
16274       <method name="Void Assert(System.Object)">
16275         <size>1</size>
16276       </method>
16277       <method name="Void Execute(System.Action)">
16278         <size>1</size>
16279       </method>
16280       <method name="D GetD[T](System.Object)">
16281         <size>33</size>
16282       </method>
16283       <method name="Void Main()">
16284         <size>24</size>
16285       </method>
16286       <method name="Void .ctor()">
16287         <size>7</size>
16288       </method>
16289     </type>
16290     <type name="T+&lt;GetD&gt;c__AnonStorey2`1[T]">
16291       <method name="Void &lt;&gt;m__0(System.Object)">
16292         <size>77</size>
16293       </method>
16294       <method name="Void .ctor()">
16295         <size>7</size>
16296       </method>
16297     </type>
16298     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey0`1[T]">
16299       <method name="Void .ctor()">
16300         <size>7</size>
16301       </method>
16302     </type>
16303     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey1`1[T]">
16304       <method name="Void &lt;&gt;m__1()">
16305         <size>51</size>
16306       </method>
16307       <method name="Void .ctor()">
16308         <size>7</size>
16309       </method>
16310     </type>
16311   </test>
16312   <test name="gtest-anon-63.cs">
16313     <type name="A">
16314       <method name="Void Foo[T](T, System.String[])">
16315         <size>1</size>
16316       </method>
16317       <method name="Void .ctor()">
16318         <size>7</size>
16319       </method>
16320     </type>
16321     <type name="B">
16322       <method name="Void Test(Int32)">
16323         <size>40</size>
16324       </method>
16325       <method name="Void Test2[T](T)">
16326         <size>34</size>
16327       </method>
16328       <method name="Void &lt;Foo&gt;__BaseCallProxy0[T](T, System.String[])">
16329         <size>9</size>
16330       </method>
16331       <method name="Void .ctor()">
16332         <size>7</size>
16333       </method>
16334     </type>
16335     <type name="Test">
16336       <method name="Void Main()">
16337         <size>12</size>
16338       </method>
16339       <method name="Void .ctor()">
16340         <size>7</size>
16341       </method>
16342     </type>
16343     <type name="B+&lt;Test&gt;c__AnonStorey0">
16344       <method name="Void &lt;&gt;m__0()">
16345         <size>32</size>
16346       </method>
16347       <method name="Void .ctor()">
16348         <size>7</size>
16349       </method>
16350     </type>
16351     <type name="B+&lt;Test2&gt;c__AnonStorey1`1[T]">
16352       <method name="Void &lt;&gt;m__1()">
16353         <size>40</size>
16354       </method>
16355       <method name="Void .ctor()">
16356         <size>7</size>
16357       </method>
16358     </type>
16359   </test>
16360   <test name="gtest-anon-7.cs">
16361     <type name="MyDisposable">
16362       <method name="Void .ctor()">
16363         <size>26</size>
16364       </method>
16365       <method name="Void Dispose()">
16366         <size>1</size>
16367       </method>
16368       <method name="Int32 get_ID()">
16369         <size>7</size>
16370       </method>
16371       <method name="System.String ToString()">
16372         <size>28</size>
16373       </method>
16374     </type>
16375     <type name="X">
16376       <method name="Void .ctor()">
16377         <size>7</size>
16378       </method>
16379       <method name="IEnumerable`1 Test(Int32)">
16380         <size>30</size>
16381       </method>
16382       <method name="Void Main()">
16383         <size>60</size>
16384       </method>
16385     </type>
16386     <type name="X+&lt;Test&gt;c__Iterator0">
16387       <method name="Void .ctor()">
16388         <size>7</size>
16389       </method>
16390       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16391         <size>12</size>
16392       </method>
16393       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16394         <size>7</size>
16395       </method>
16396       <method name="Boolean MoveNext()">
16397         <size>178</size>
16398       </method>
16399       <method name="Void Dispose()">
16400         <size>66</size>
16401       </method>
16402       <method name="Void Reset()">
16403         <size>6</size>
16404       </method>
16405       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16406         <size>7</size>
16407       </method>
16408       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16409         <size>40</size>
16410       </method>
16411     </type>
16412   </test>
16413   <test name="gtest-anon-8.cs">
16414     <type name="X">
16415       <method name="Void .ctor()">
16416         <size>7</size>
16417       </method>
16418       <method name="Void Test[R](R, Int32)">
16419         <size>88</size>
16420       </method>
16421       <method name="Void Main()">
16422         <size>12</size>
16423       </method>
16424     </type>
16425     <type name="Foo">
16426       <method name="Void .ctor(Object, IntPtr)">
16427         <size>0</size>
16428       </method>
16429       <method name="Int32 Invoke()">
16430         <size>0</size>
16431       </method>
16432       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16433         <size>0</size>
16434       </method>
16435       <method name="Int32 EndInvoke(IAsyncResult)">
16436         <size>0</size>
16437       </method>
16438     </type>
16439     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
16440       <method name="Void .ctor()">
16441         <size>7</size>
16442       </method>
16443       <method name="Int32 &lt;&gt;m__0()">
16444         <size>34</size>
16445       </method>
16446     </type>
16447     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
16448       <method name="Void .ctor()">
16449         <size>7</size>
16450       </method>
16451     </type>
16452   </test>
16453   <test name="gtest-anon-9.cs">
16454     <type name="Test">
16455       <method name="Void .ctor()">
16456         <size>7</size>
16457       </method>
16458       <method name="IEnumerable`1 get_Foo()">
16459         <size>16</size>
16460       </method>
16461       <method name="Void set_Foo(IEnumerable`1)">
16462         <size>11</size>
16463       </method>
16464       <method name="Void Main()">
16465         <size>80</size>
16466       </method>
16467       <method name="Foo op_Implicit(Test)">
16468         <size>30</size>
16469       </method>
16470       <method name="IEnumerable`1 op_Addition(Test, Test)">
16471         <size>44</size>
16472       </method>
16473     </type>
16474     <type name="Foo">
16475       <method name="Void .ctor(Object, IntPtr)">
16476         <size>0</size>
16477       </method>
16478       <method name="Void Invoke()">
16479         <size>0</size>
16480       </method>
16481       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16482         <size>0</size>
16483       </method>
16484       <method name="Void EndInvoke(IAsyncResult)">
16485         <size>0</size>
16486       </method>
16487     </type>
16488     <type name="Test">
16489       <method name="Void &lt;op_Implicit&gt;m__0()">
16490         <size>11</size>
16491       </method>
16492     </type>
16493     <type name="Test+&lt;&gt;c__Iterator0">
16494       <method name="Void .ctor()">
16495         <size>7</size>
16496       </method>
16497       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16498         <size>12</size>
16499       </method>
16500       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16501         <size>7</size>
16502       </method>
16503       <method name="Boolean MoveNext()">
16504         <size>63</size>
16505       </method>
16506       <method name="Void Dispose()">
16507         <size>8</size>
16508       </method>
16509       <method name="Void Reset()">
16510         <size>6</size>
16511       </method>
16512     </type>
16513     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
16514       <method name="Void .ctor()">
16515         <size>7</size>
16516       </method>
16517       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16518         <size>7</size>
16519       </method>
16520       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16521         <size>7</size>
16522       </method>
16523       <method name="Boolean MoveNext()">
16524         <size>96</size>
16525       </method>
16526       <method name="Void Dispose()">
16527         <size>8</size>
16528       </method>
16529       <method name="Void Reset()">
16530         <size>6</size>
16531       </method>
16532     </type>
16533     <type name="Test+&lt;&gt;c__Iterator0">
16534       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16535         <size>7</size>
16536       </method>
16537       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16538         <size>26</size>
16539       </method>
16540     </type>
16541     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
16542       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
16543         <size>7</size>
16544       </method>
16545       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
16546         <size>52</size>
16547       </method>
16548     </type>
16549   </test>
16550   <test name="gtest-anon-type-12.cs">
16551     <type name="C">
16552       <method name="Int32 Main()">
16553         <size>23</size>
16554       </method>
16555       <method name="Void .ctor()">
16556         <size>7</size>
16557       </method>
16558     </type>
16559     <type name="&lt;&gt;__AnonType0`1[&lt;ToString&gt;__T]">
16560       <method name="&lt;ToString&gt;__T get_ToString()">
16561         <size>7</size>
16562       </method>
16563       <method name="Boolean Equals(System.Object)">
16564         <size>39</size>
16565       </method>
16566       <method name="Int32 GetHashCode()">
16567         <size>63</size>
16568       </method>
16569       <method name="System.String ToString()">
16570         <size>67</size>
16571       </method>
16572       <method name="Void .ctor(&lt;ToString&gt;__T)">
16573         <size>14</size>
16574       </method>
16575     </type>
16576   </test>
16577   <test name="gtest-anontype-01.cs">
16578     <type name="Test">
16579       <method name="Void .ctor()">
16580         <size>7</size>
16581       </method>
16582       <method name="Int32 Main()">
16583         <size>53</size>
16584       </method>
16585     </type>
16586     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
16587       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
16588         <size>21</size>
16589       </method>
16590       <method name="&lt;Foo&gt;__T get_Foo()">
16591         <size>7</size>
16592       </method>
16593       <method name="&lt;Baz&gt;__T get_Baz()">
16594         <size>7</size>
16595       </method>
16596       <method name="Boolean Equals(System.Object)">
16597         <size>69</size>
16598       </method>
16599       <method name="Int32 GetHashCode()">
16600         <size>86</size>
16601       </method>
16602       <method name="System.String ToString()">
16603         <size>142</size>
16604       </method>
16605     </type>
16606   </test>
16607   <test name="gtest-anontype-02.cs">
16608     <type name="Test">
16609       <method name="Void .ctor()">
16610         <size>7</size>
16611       </method>
16612       <method name="System.Object TestA(System.String)">
16613         <size>7</size>
16614       </method>
16615       <method name="Int32 Main()">
16616         <size>99</size>
16617       </method>
16618     </type>
16619     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
16620       <method name="Void .ctor(&lt;s&gt;__T)">
16621         <size>14</size>
16622       </method>
16623       <method name="&lt;s&gt;__T get_s()">
16624         <size>7</size>
16625       </method>
16626       <method name="Boolean Equals(System.Object)">
16627         <size>39</size>
16628       </method>
16629       <method name="Int32 GetHashCode()">
16630         <size>63</size>
16631       </method>
16632       <method name="System.String ToString()">
16633         <size>67</size>
16634       </method>
16635     </type>
16636     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
16637       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
16638         <size>21</size>
16639       </method>
16640       <method name="&lt;Foo&gt;__T get_Foo()">
16641         <size>7</size>
16642       </method>
16643       <method name="&lt;Baz&gt;__T get_Baz()">
16644         <size>7</size>
16645       </method>
16646       <method name="Boolean Equals(System.Object)">
16647         <size>69</size>
16648       </method>
16649       <method name="Int32 GetHashCode()">
16650         <size>86</size>
16651       </method>
16652       <method name="System.String ToString()">
16653         <size>142</size>
16654       </method>
16655     </type>
16656   </test>
16657   <test name="gtest-anontype-03.cs">
16658     <type name="MyClass">
16659       <method name="Void .ctor()">
16660         <size>18</size>
16661       </method>
16662       <method name="Int32 get_Baz()">
16663         <size>3</size>
16664       </method>
16665     </type>
16666     <type name="Test">
16667       <method name="Void .ctor()">
16668         <size>7</size>
16669       </method>
16670       <method name="Int32 Main()">
16671         <size>64</size>
16672       </method>
16673     </type>
16674     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
16675       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
16676         <size>21</size>
16677       </method>
16678       <method name="&lt;Foo&gt;__T get_Foo()">
16679         <size>7</size>
16680       </method>
16681       <method name="&lt;Baz&gt;__T get_Baz()">
16682         <size>7</size>
16683       </method>
16684       <method name="Boolean Equals(System.Object)">
16685         <size>69</size>
16686       </method>
16687       <method name="Int32 GetHashCode()">
16688         <size>86</size>
16689       </method>
16690       <method name="System.String ToString()">
16691         <size>142</size>
16692       </method>
16693     </type>
16694   </test>
16695   <test name="gtest-anontype-04.cs">
16696     <type name="MyClass">
16697       <method name="Void .ctor()">
16698         <size>18</size>
16699       </method>
16700       <method name="Int32 get_Baz()">
16701         <size>3</size>
16702       </method>
16703     </type>
16704     <type name="Test">
16705       <method name="Void .ctor()">
16706         <size>7</size>
16707       </method>
16708       <method name="Int32 Main()">
16709         <size>111</size>
16710       </method>
16711     </type>
16712     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
16713       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
16714         <size>36</size>
16715       </method>
16716       <method name="&lt;Foo&gt;__T get_Foo()">
16717         <size>7</size>
16718       </method>
16719       <method name="&lt;Baz&gt;__T get_Baz()">
16720         <size>7</size>
16721       </method>
16722       <method name="&lt;Hello&gt;__T get_Hello()">
16723         <size>7</size>
16724       </method>
16725       <method name="&lt;Answer&gt;__T get_Answer()">
16726         <size>7</size>
16727       </method>
16728       <method name="Boolean Equals(System.Object)">
16729         <size>123</size>
16730       </method>
16731       <method name="Int32 GetHashCode()">
16732         <size>132</size>
16733       </method>
16734       <method name="System.String ToString()">
16735         <size>258</size>
16736       </method>
16737     </type>
16738   </test>
16739   <test name="gtest-anontype-05.cs">
16740     <type name="Test">
16741       <method name="Void .ctor()">
16742         <size>7</size>
16743       </method>
16744       <method name="System.String Null()">
16745         <size>2</size>
16746       </method>
16747       <method name="Int32 Main()">
16748         <size>287</size>
16749       </method>
16750     </type>
16751     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
16752       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
16753         <size>21</size>
16754       </method>
16755       <method name="&lt;Name&gt;__T get_Name()">
16756         <size>7</size>
16757       </method>
16758       <method name="&lt;Age&gt;__T get_Age()">
16759         <size>7</size>
16760       </method>
16761       <method name="Boolean Equals(System.Object)">
16762         <size>69</size>
16763       </method>
16764       <method name="Int32 GetHashCode()">
16765         <size>86</size>
16766       </method>
16767       <method name="System.String ToString()">
16768         <size>142</size>
16769       </method>
16770     </type>
16771     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
16772       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
16773         <size>21</size>
16774       </method>
16775       <method name="&lt;Age&gt;__T get_Age()">
16776         <size>7</size>
16777       </method>
16778       <method name="&lt;Name&gt;__T get_Name()">
16779         <size>7</size>
16780       </method>
16781       <method name="Boolean Equals(System.Object)">
16782         <size>69</size>
16783       </method>
16784       <method name="Int32 GetHashCode()">
16785         <size>86</size>
16786       </method>
16787       <method name="System.String ToString()">
16788         <size>142</size>
16789       </method>
16790     </type>
16791     <type name="&lt;&gt;__AnonType2">
16792       <method name="Void .ctor()">
16793         <size>7</size>
16794       </method>
16795       <method name="Boolean Equals(System.Object)">
16796         <size>15</size>
16797       </method>
16798       <method name="Int32 GetHashCode()">
16799         <size>40</size>
16800       </method>
16801       <method name="System.String ToString()">
16802         <size>6</size>
16803       </method>
16804     </type>
16805     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
16806       <method name="Void .ctor(&lt;Foo&gt;__T)">
16807         <size>14</size>
16808       </method>
16809       <method name="&lt;Foo&gt;__T get_Foo()">
16810         <size>7</size>
16811       </method>
16812       <method name="Boolean Equals(System.Object)">
16813         <size>39</size>
16814       </method>
16815       <method name="Int32 GetHashCode()">
16816         <size>63</size>
16817       </method>
16818       <method name="System.String ToString()">
16819         <size>67</size>
16820       </method>
16821     </type>
16822   </test>
16823   <test name="gtest-anontype-06.cs">
16824     <type name="CastByExample">
16825       <method name="Void .ctor()">
16826         <size>7</size>
16827       </method>
16828       <method name="T Cast[T](System.Object, T)">
16829         <size>7</size>
16830       </method>
16831       <method name="Void Main()">
16832         <size>29</size>
16833       </method>
16834     </type>
16835     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
16836       <method name="Void .ctor(&lt;Foo&gt;__T)">
16837         <size>14</size>
16838       </method>
16839       <method name="&lt;Foo&gt;__T get_Foo()">
16840         <size>7</size>
16841       </method>
16842       <method name="Boolean Equals(System.Object)">
16843         <size>39</size>
16844       </method>
16845       <method name="Int32 GetHashCode()">
16846         <size>63</size>
16847       </method>
16848       <method name="System.String ToString()">
16849         <size>67</size>
16850       </method>
16851     </type>
16852   </test>
16853   <test name="gtest-anontype-07.cs">
16854     <type name="Test">
16855       <method name="Void .ctor()">
16856         <size>7</size>
16857       </method>
16858       <method name="Int32 Main()">
16859         <size>59</size>
16860       </method>
16861     </type>
16862     <type name="&lt;&gt;__AnonType0">
16863       <method name="Void .ctor()">
16864         <size>7</size>
16865       </method>
16866       <method name="Boolean Equals(System.Object)">
16867         <size>15</size>
16868       </method>
16869       <method name="Int32 GetHashCode()">
16870         <size>40</size>
16871       </method>
16872       <method name="System.String ToString()">
16873         <size>6</size>
16874       </method>
16875     </type>
16876   </test>
16877   <test name="gtest-anontype-08.cs">
16878     <type name="Test">
16879       <method name="Void Main()">
16880         <size>15</size>
16881       </method>
16882     </type>
16883     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
16884       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
16885         <size>21</size>
16886       </method>
16887       <method name="&lt;X&gt;__T get_X()">
16888         <size>7</size>
16889       </method>
16890       <method name="&lt;Y&gt;__T get_Y()">
16891         <size>7</size>
16892       </method>
16893       <method name="Boolean Equals(System.Object)">
16894         <size>69</size>
16895       </method>
16896       <method name="Int32 GetHashCode()">
16897         <size>86</size>
16898       </method>
16899       <method name="System.String ToString()">
16900         <size>142</size>
16901       </method>
16902     </type>
16903   </test>
16904   <test name="gtest-anontype-09.cs">
16905     <type name="My.System.Test">
16906       <method name="Int32 Main()">
16907         <size>35</size>
16908       </method>
16909     </type>
16910     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
16911       <method name="Void .ctor(&lt;X&gt;__T)">
16912         <size>14</size>
16913       </method>
16914       <method name="&lt;X&gt;__T get_X()">
16915         <size>7</size>
16916       </method>
16917       <method name="Boolean Equals(System.Object)">
16918         <size>39</size>
16919       </method>
16920       <method name="Int32 GetHashCode()">
16921         <size>63</size>
16922       </method>
16923       <method name="System.String ToString()">
16924         <size>67</size>
16925       </method>
16926     </type>
16927     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
16928       <method name="Void .ctor(&lt;Value&gt;__T)">
16929         <size>14</size>
16930       </method>
16931       <method name="&lt;Value&gt;__T get_Value()">
16932         <size>7</size>
16933       </method>
16934       <method name="Boolean Equals(System.Object)">
16935         <size>39</size>
16936       </method>
16937       <method name="Int32 GetHashCode()">
16938         <size>63</size>
16939       </method>
16940       <method name="System.String ToString()">
16941         <size>67</size>
16942       </method>
16943     </type>
16944   </test>
16945   <test name="gtest-anontype-10.cs">
16946     <type name="A">
16947       <method name="Void .ctor()">
16948         <size>7</size>
16949       </method>
16950       <method name="Int32 get_X()">
16951         <size>3</size>
16952       </method>
16953     </type>
16954     <type name="B">
16955       <method name="Void .ctor()">
16956         <size>7</size>
16957       </method>
16958       <method name="Int32 Main()">
16959         <size>11</size>
16960       </method>
16961       <method name="Int32 Test()">
16962         <size>33</size>
16963       </method>
16964     </type>
16965     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
16966       <method name="Void .ctor(&lt;X&gt;__T)">
16967         <size>14</size>
16968       </method>
16969       <method name="&lt;X&gt;__T get_X()">
16970         <size>7</size>
16971       </method>
16972       <method name="Boolean Equals(System.Object)">
16973         <size>39</size>
16974       </method>
16975       <method name="Int32 GetHashCode()">
16976         <size>63</size>
16977       </method>
16978       <method name="System.String ToString()">
16979         <size>67</size>
16980       </method>
16981     </type>
16982   </test>
16983   <test name="gtest-anontype-11.cs">
16984     <type name="Alpha">
16985       <method name="Void .ctor(String)">
16986         <size>14</size>
16987       </method>
16988       <method name="Int32 GetHashCode()">
16989         <size>18</size>
16990       </method>
16991     </type>
16992     <type name="Beta">
16993       <method name="Void .ctor(String)">
16994         <size>14</size>
16995       </method>
16996       <method name="Int32 GetHashCode()">
16997         <size>18</size>
16998       </method>
16999     </type>
17000     <type name="Program">
17001       <method name="Int32 Main()">
17002         <size>49</size>
17003       </method>
17004     </type>
17005     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
17006       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
17007         <size>21</size>
17008       </method>
17009       <method name="&lt;First&gt;__T get_First()">
17010         <size>7</size>
17011       </method>
17012       <method name="&lt;Second&gt;__T get_Second()">
17013         <size>7</size>
17014       </method>
17015       <method name="Boolean Equals(System.Object)">
17016         <size>69</size>
17017       </method>
17018       <method name="Int32 GetHashCode()">
17019         <size>86</size>
17020       </method>
17021       <method name="System.String ToString()">
17022         <size>142</size>
17023       </method>
17024     </type>
17025   </test>
17026   <test name="gtest-autoproperty-01.cs">
17027     <type name="Test">
17028       <method name="Void .ctor()">
17029         <size>15</size>
17030       </method>
17031       <method name="System.String get_Foo()">
17032         <size>7</size>
17033       </method>
17034       <method name="Void set_Foo(System.String)">
17035         <size>8</size>
17036       </method>
17037       <method name="Int32 get_Answer()">
17038         <size>7</size>
17039       </method>
17040       <method name="Void set_Answer(Int32)">
17041         <size>8</size>
17042       </method>
17043       <method name="Int32 Main()">
17044         <size>97</size>
17045       </method>
17046     </type>
17047     <type name="Test+A">
17048       <method name="Void .ctor()">
17049         <size>7</size>
17050       </method>
17051       <method name="System.String get_B()">
17052         <size>7</size>
17053       </method>
17054       <method name="Void set_B(System.String)">
17055         <size>8</size>
17056       </method>
17057     </type>
17058   </test>
17059   <test name="gtest-autoproperty-02.cs">
17060     <type name="Test">
17061       <method name="Void .ctor()">
17062         <size>7</size>
17063       </method>
17064       <method name="System.String get_Foo()">
17065         <size>6</size>
17066       </method>
17067       <method name="Void set_Foo(System.String)">
17068         <size>7</size>
17069       </method>
17070       <method name="Int32 get_Answer()">
17071         <size>6</size>
17072       </method>
17073       <method name="Void set_Answer(Int32)">
17074         <size>7</size>
17075       </method>
17076       <method name="Int32 Main()">
17077         <size>114</size>
17078       </method>
17079     </type>
17080     <type name="Test+A">
17081       <method name="Void .ctor()">
17082         <size>7</size>
17083       </method>
17084       <method name="System.String get_B()">
17085         <size>6</size>
17086       </method>
17087       <method name="Void set_B(System.String)">
17088         <size>7</size>
17089       </method>
17090       <method name="System.String get_C()">
17091         <size>6</size>
17092       </method>
17093       <method name="Void set_C(System.String)">
17094         <size>7</size>
17095       </method>
17096       <method name="Void DoThings()">
17097         <size>11</size>
17098       </method>
17099     </type>
17100   </test>
17101   <test name="gtest-autoproperty-03.cs">
17102     <type name="Test">
17103       <method name="Void .ctor()">
17104         <size>7</size>
17105       </method>
17106       <method name="System.String get_Foo()">
17107         <size>7</size>
17108       </method>
17109       <method name="Void set_Foo(System.String)">
17110         <size>8</size>
17111       </method>
17112       <method name="Int32 Main()">
17113         <size>236</size>
17114       </method>
17115     </type>
17116   </test>
17117   <test name="gtest-autoproperty-04.cs">
17118     <type name="MonoTests.MainClass">
17119       <method name="Void .ctor()">
17120         <size>7</size>
17121       </method>
17122       <method name="System.String[] get_foo()">
17123         <size>7</size>
17124       </method>
17125       <method name="Void set_foo(System.String[])">
17126         <size>8</size>
17127       </method>
17128       <method name="System.String[] get_bar()">
17129         <size>0</size>
17130       </method>
17131       <method name="Void set_bar(System.String[])">
17132         <size>0</size>
17133       </method>
17134       <method name="Void Main(System.String[])">
17135         <size>11</size>
17136       </method>
17137     </type>
17138     <type name="MonoTests.ChildClass">
17139       <method name="Void .ctor()">
17140         <size>7</size>
17141       </method>
17142       <method name="System.String[] get_foo()">
17143         <size>7</size>
17144       </method>
17145       <method name="Void set_foo(System.String[])">
17146         <size>8</size>
17147       </method>
17148       <method name="System.String[] get_bar()">
17149         <size>7</size>
17150       </method>
17151       <method name="Void set_bar(System.String[])">
17152         <size>8</size>
17153       </method>
17154     </type>
17155   </test>
17156   <test name="gtest-autoproperty-05.cs">
17157     <type name="Test">
17158       <method name="Void .ctor()">
17159         <size>7</size>
17160       </method>
17161       <method name="System.String get_X()">
17162         <size>7</size>
17163       </method>
17164       <method name="Void set_X(System.String)">
17165         <size>8</size>
17166       </method>
17167     </type>
17168     <type name="M">
17169       <method name="Void .ctor()">
17170         <size>7</size>
17171       </method>
17172       <method name="Void Main()">
17173         <size>1</size>
17174       </method>
17175     </type>
17176   </test>
17177   <test name="gtest-autoproperty-06.cs">
17178     <type name="A">
17179       <method name="Void .ctor()">
17180         <size>7</size>
17181       </method>
17182     </type>
17183     <type name="B">
17184       <method name="Void .ctor()">
17185         <size>7</size>
17186       </method>
17187     </type>
17188     <type name="C">
17189       <method name="Void .ctor()">
17190         <size>7</size>
17191       </method>
17192       <method name="B I&lt;B&gt;.get_Prop()">
17193         <size>7</size>
17194       </method>
17195       <method name="Void I&lt;B&gt;.set_Prop(B)">
17196         <size>8</size>
17197       </method>
17198       <method name="A I&lt;A&gt;.get_Prop()">
17199         <size>7</size>
17200       </method>
17201       <method name="Void I&lt;A&gt;.set_Prop(A)">
17202         <size>8</size>
17203       </method>
17204     </type>
17205     <type name="Program">
17206       <method name="Void .ctor()">
17207         <size>7</size>
17208       </method>
17209       <method name="Void Main(System.String[])">
17210         <size>7</size>
17211       </method>
17212     </type>
17213   </test>
17214   <test name="gtest-collectioninit-01.cs">
17215     <type name="Test">
17216       <method name="Void .ctor()">
17217         <size>7</size>
17218       </method>
17219       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
17220         <size>83</size>
17221       </method>
17222       <method name="Int32 Main()">
17223         <size>528</size>
17224       </method>
17225     </type>
17226     <type name="Test+Wrap">
17227       <method name="Void .ctor()">
17228         <size>31</size>
17229       </method>
17230       <method name="Void .ctor(Int32)">
17231         <size>25</size>
17232       </method>
17233       <method name="System.Collections.ArrayList get_Numbers()">
17234         <size>7</size>
17235       </method>
17236     </type>
17237   </test>
17238   <test name="gtest-collectioninit-02.cs">
17239     <type name="C">
17240       <method name="Void .ctor()">
17241         <size>7</size>
17242       </method>
17243       <method name="Int32 Main()">
17244         <size>73</size>
17245       </method>
17246     </type>
17247   </test>
17248   <test name="gtest-collectioninit-03.cs">
17249     <type name="X">
17250       <method name="Void .ctor()">
17251         <size>7</size>
17252       </method>
17253       <method name="Int32 Main()">
17254         <size>34</size>
17255       </method>
17256       <method name="Void R(System.Object ByRef)">
17257         <size>28</size>
17258       </method>
17259     </type>
17260   </test>
17261   <test name="gtest-etree-01.cs">
17262     <type name="MyTypeExplicit">
17263       <method name="Void .ctor(Int32)">
17264         <size>14</size>
17265       </method>
17266       <method name="Int32 op_Explicit(MyTypeExplicit)">
17267         <size>7</size>
17268       </method>
17269     </type>
17270     <type name="MemberAccessData">
17271       <method name="Void .ctor()">
17272         <size>7</size>
17273       </method>
17274       <method name="Void .cctor()">
17275         <size>16</size>
17276       </method>
17277       <method name="Void add_EventField(System.Func`1[System.Boolean])">
17278         <size>24</size>
17279       </method>
17280       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
17281         <size>24</size>
17282       </method>
17283       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
17284         <size>33</size>
17285       </method>
17286       <method name="Void set_MyTypeProperty(MyType)">
17287         <size>8</size>
17288       </method>
17289       <method name="MyType get_MyTypeProperty()">
17290         <size>7</size>
17291       </method>
17292       <method name="System.String get_StaticProperty()">
17293         <size>6</size>
17294       </method>
17295     </type>
17296     <type name="NewTest`1[T]">
17297       <method name="Void .ctor(T)">
17298         <size>27</size>
17299       </method>
17300       <method name="Void .ctor(T[])">
17301         <size>14</size>
17302       </method>
17303       <method name="Int32 GetHashCode()">
17304         <size>7</size>
17305       </method>
17306       <method name="Boolean Equals(System.Object)">
17307         <size>91</size>
17308       </method>
17309     </type>
17310     <type name="Indexer">
17311       <method name="Void .ctor()">
17312         <size>7</size>
17313       </method>
17314       <method name="Int32 get_Item(Int32)">
17315         <size>2</size>
17316       </method>
17317       <method name="Void set_Item(Int32, Int32)">
17318         <size>1</size>
17319       </method>
17320       <method name="System.String get_Item(System.String[])">
17321         <size>7</size>
17322       </method>
17323     </type>
17324     <type name="Tester">
17325       <method name="Void .ctor()">
17326         <size>7</size>
17327       </method>
17328       <method name="Void Assert[T](T, T)">
17329         <size>9</size>
17330       </method>
17331       <method name="Void Assert[T](T, T, System.String)">
17332         <size>89</size>
17333       </method>
17334       <method name="Void Assert[T](T[], T[])">
17335         <size>220</size>
17336       </method>
17337       <method name="T GenericMethod[T](T)">
17338         <size>2</size>
17339       </method>
17340       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
17341         <size>56</size>
17342       </method>
17343       <method name="Void AddTest()">
17344         <size>99</size>
17345       </method>
17346       <method name="Void AddTest_2()">
17347         <size>118</size>
17348       </method>
17349       <method name="Void AddTest_3()">
17350         <size>129</size>
17351       </method>
17352       <method name="Void AddTest_4()">
17353         <size>191</size>
17354       </method>
17355       <method name="Void AddTest_5()">
17356         <size>133</size>
17357       </method>
17358       <method name="Void AddTest_6()">
17359         <size>158</size>
17360       </method>
17361       <method name="Void AddTest_7()">
17362         <size>142</size>
17363       </method>
17364       <method name="Void AddTest_8()">
17365         <size>248</size>
17366       </method>
17367       <method name="Void AddTest_9()">
17368         <size>142</size>
17369       </method>
17370       <method name="Void AddCheckedTest()">
17371         <size>99</size>
17372       </method>
17373       <method name="Void AddCheckedTest_2()">
17374         <size>118</size>
17375       </method>
17376       <method name="Void AddCheckedTest_3()">
17377         <size>129</size>
17378       </method>
17379       <method name="Void AddStringTest()">
17380         <size>128</size>
17381       </method>
17382       <method name="Void AddStringTest_2()">
17383         <size>173</size>
17384       </method>
17385       <method name="Void AddStringTest_3()">
17386         <size>174</size>
17387       </method>
17388       <method name="Void AddStringTest_4()">
17389         <size>174</size>
17390       </method>
17391       <method name="Void AndTest()">
17392         <size>140</size>
17393       </method>
17394       <method name="Void AndTest_2()">
17395         <size>161</size>
17396       </method>
17397       <method name="Void AndTest_3()">
17398         <size>161</size>
17399       </method>
17400       <method name="Void AndNullableTest()">
17401         <size>381</size>
17402       </method>
17403       <method name="Void AndNullableTest_2()">
17404         <size>237</size>
17405       </method>
17406       <method name="Void AndNullableTest_3()">
17407         <size>198</size>
17408       </method>
17409       <method name="Void AndAlsoTest()">
17410         <size>96</size>
17411       </method>
17412       <method name="Void AndAlsoTest_2()">
17413         <size>165</size>
17414       </method>
17415       <method name="Void AndAlsoTest_3()">
17416         <size>108</size>
17417       </method>
17418       <method name="Void ArrayIndexTest()">
17419         <size>145</size>
17420       </method>
17421       <method name="Void ArrayIndexTest_2()">
17422         <size>115</size>
17423       </method>
17424       <method name="Void ArrayIndexTest_3()">
17425         <size>199</size>
17426       </method>
17427       <method name="Void ArrayIndexTest_4()">
17428         <size>243</size>
17429       </method>
17430       <method name="Void ArrayIndexTest_5()">
17431         <size>108</size>
17432       </method>
17433       <method name="Void ArrayLengthTest()">
17434         <size>99</size>
17435       </method>
17436       <method name="Void ArrayLengthTest_2()">
17437         <size>91</size>
17438       </method>
17439       <method name="Void CallTest()">
17440         <size>138</size>
17441       </method>
17442       <method name="Void CallTest_2()">
17443         <size>107</size>
17444       </method>
17445       <method name="Void CallTest_3()">
17446         <size>207</size>
17447       </method>
17448       <method name="Void CallTest_4()">
17449         <size>121</size>
17450       </method>
17451       <method name="Void CallTest_5()">
17452         <size>99</size>
17453       </method>
17454       <method name="Void CallTest_6()">
17455         <size>70</size>
17456       </method>
17457       <method name="Void CallTest_7()">
17458         <size>124</size>
17459       </method>
17460       <method name="Void CallTest_8()">
17461         <size>227</size>
17462       </method>
17463       <method name="Void CallTest_9()">
17464         <size>88</size>
17465       </method>
17466       <method name="Void CoalesceTest()">
17467         <size>120</size>
17468       </method>
17469       <method name="Void CoalesceTest_2()">
17470         <size>171</size>
17471       </method>
17472       <method name="Void ConditionTest()">
17473         <size>170</size>
17474       </method>
17475       <method name="Void ConditionTest_2()">
17476         <size>301</size>
17477       </method>
17478       <method name="Void ConditionTest_3()">
17479         <size>179</size>
17480       </method>
17481       <method name="Void ConditionTest_4()">
17482         <size>183</size>
17483       </method>
17484       <method name="Void ConstantTest()">
17485         <size>59</size>
17486       </method>
17487       <method name="Void ConstantTest_2()">
17488         <size>62</size>
17489       </method>
17490       <method name="Void ConstantTest_3()">
17491         <size>54</size>
17492       </method>
17493       <method name="Void ConstantTest_4()">
17494         <size>44</size>
17495       </method>
17496       <method name="Void ConstantTest_5()">
17497         <size>59</size>
17498       </method>
17499       <method name="Void ConstantTest_6()">
17500         <size>67</size>
17501       </method>
17502       <method name="Void ConstantTest_7()">
17503         <size>62</size>
17504       </method>
17505       <method name="Void ConstantTest_8()">
17506         <size>72</size>
17507       </method>
17508       <method name="Void ConstantTest_9()">
17509         <size>72</size>
17510       </method>
17511       <method name="Void ConstantTest_10()">
17512         <size>72</size>
17513       </method>
17514       <method name="Void ConstantTest_11()">
17515         <size>59</size>
17516       </method>
17517       <method name="Void ConstantTest_13()">
17518         <size>59</size>
17519       </method>
17520       <method name="Void ConstantTest_14()">
17521         <size>72</size>
17522       </method>
17523       <method name="Void ConstantTest_15()">
17524         <size>62</size>
17525       </method>
17526       <method name="Void ConvertTest()">
17527         <size>82</size>
17528       </method>
17529       <method name="Void ConvertTest_2()">
17530         <size>83</size>
17531       </method>
17532       <method name="Void ConvertTest_3()">
17533         <size>93</size>
17534       </method>
17535       <method name="Void ConvertTest_4()">
17536         <size>102</size>
17537       </method>
17538       <method name="Void ConvertTest_5()">
17539         <size>109</size>
17540       </method>
17541       <method name="Void ConvertTest_6()">
17542         <size>240</size>
17543       </method>
17544       <method name="Void ConvertTest_7()">
17545         <size>122</size>
17546       </method>
17547       <method name="Void ConvertTest_8()">
17548         <size>118</size>
17549       </method>
17550       <method name="Void ConvertTest_9()">
17551         <size>97</size>
17552       </method>
17553       <method name="Void ConvertTest_10()">
17554         <size>163</size>
17555       </method>
17556       <method name="Void ConvertTest_11()">
17557         <size>101</size>
17558       </method>
17559       <method name="Void ConvertTest_12()">
17560         <size>156</size>
17561       </method>
17562       <method name="Void ConvertTest_13()">
17563         <size>86</size>
17564       </method>
17565       <method name="Void ConvertTest_14()">
17566         <size>88</size>
17567       </method>
17568       <method name="Void ConvertTest_15()">
17569         <size>132</size>
17570       </method>
17571       <method name="Void ConvertCheckedTest()">
17572         <size>82</size>
17573       </method>
17574       <method name="Void ConvertCheckedTest_2()">
17575         <size>83</size>
17576       </method>
17577       <method name="Void ConvertCheckedTest_3()">
17578         <size>93</size>
17579       </method>
17580       <method name="Void ConvertCheckedTest_4()">
17581         <size>102</size>
17582       </method>
17583       <method name="Void DivideTest()">
17584         <size>99</size>
17585       </method>
17586       <method name="Void DivideTest_2()">
17587         <size>185</size>
17588       </method>
17589       <method name="Void DivideTest_3()">
17590         <size>129</size>
17591       </method>
17592       <method name="Void DivideTest_4()">
17593         <size>192</size>
17594       </method>
17595       <method name="Void DivideTest_5()">
17596         <size>134</size>
17597       </method>
17598       <method name="Void DivideTest_6()">
17599         <size>196</size>
17600       </method>
17601       <method name="Void EqualTest()">
17602         <size>118</size>
17603       </method>
17604       <method name="Void EqualTest_2()">
17605         <size>168</size>
17606       </method>
17607       <method name="Void EqualTest_3()">
17608         <size>125</size>
17609       </method>
17610       <method name="Void EqualTest_4()">
17611         <size>210</size>
17612       </method>
17613       <method name="Void EqualTest_5()">
17614         <size>176</size>
17615       </method>
17616       <method name="Void EqualTest_6()">
17617         <size>119</size>
17618       </method>
17619       <method name="Void EqualTest_7()">
17620         <size>167</size>
17621       </method>
17622       <method name="Void EqualTest_8()">
17623         <size>116</size>
17624       </method>
17625       <method name="Void EqualTest_9()">
17626         <size>146</size>
17627       </method>
17628       <method name="Void EqualTest_10()">
17629         <size>169</size>
17630       </method>
17631       <method name="Void EqualTest_11()">
17632         <size>132</size>
17633       </method>
17634       <method name="Void EqualTest_12()">
17635         <size>127</size>
17636       </method>
17637       <method name="Void EqualTest_13()">
17638         <size>124</size>
17639       </method>
17640       <method name="Void EqualTestDelegate()">
17641         <size>113</size>
17642       </method>
17643       <method name="Void EqualTestDelegate_2()">
17644         <size>312</size>
17645       </method>
17646       <method name="Void ExclusiveOrTest()">
17647         <size>115</size>
17648       </method>
17649       <method name="Void ExclusiveOrTest_2()">
17650         <size>183</size>
17651       </method>
17652       <method name="Void ExclusiveOrTest_3()">
17653         <size>129</size>
17654       </method>
17655       <method name="Void ExclusiveOrTest_4()">
17656         <size>192</size>
17657       </method>
17658       <method name="Void ExclusiveOrTest_5()">
17659         <size>197</size>
17660       </method>
17661       <method name="Void ExclusiveOrTest_6()">
17662         <size>161</size>
17663       </method>
17664       <method name="Void ExclusiveOrTest_7()">
17665         <size>198</size>
17666       </method>
17667       <method name="Void ExclusiveOrTest_8()">
17668         <size>164</size>
17669       </method>
17670       <method name="Void GreaterThanTest()">
17671         <size>99</size>
17672       </method>
17673       <method name="Void GreaterThanTest_2()">
17674         <size>154</size>
17675       </method>
17676       <method name="Void GreaterThanTest_3()">
17677         <size>125</size>
17678       </method>
17679       <method name="Void GreaterThanTest_4()">
17680         <size>210</size>
17681       </method>
17682       <method name="Void GreaterThanTest_5()">
17683         <size>209</size>
17684       </method>
17685       <method name="Void GreaterThanTest_6()">
17686         <size>102</size>
17687       </method>
17688       <method name="Void GreaterThanTest_7()">
17689         <size>146</size>
17690       </method>
17691       <method name="Void GreaterThanTest_8()">
17692         <size>169</size>
17693       </method>
17694       <method name="Void GreaterThanOrEqualTest()">
17695         <size>99</size>
17696       </method>
17697       <method name="Void GreaterThanOrEqualTest_2()">
17698         <size>169</size>
17699       </method>
17700       <method name="Void GreaterThanOrEqualTest_3()">
17701         <size>130</size>
17702       </method>
17703       <method name="Void GreaterThanOrEqualTest_4()">
17704         <size>210</size>
17705       </method>
17706       <method name="Void GreaterThanOrEqualTest_5()">
17707         <size>209</size>
17708       </method>
17709       <method name="Void GreaterThanOrEqualTest_6()">
17710         <size>102</size>
17711       </method>
17712       <method name="Void GreaterThanOrEqualTest_7()">
17713         <size>146</size>
17714       </method>
17715       <method name="Void GreaterThanOrEqualTest_8()">
17716         <size>169</size>
17717       </method>
17718       <method name="Void InvokeTest()">
17719         <size>90</size>
17720       </method>
17721       <method name="Void InvokeTest_2()">
17722         <size>138</size>
17723       </method>
17724       <method name="Void LeftShiftTest()">
17725         <size>155</size>
17726       </method>
17727       <method name="Void LeftShiftTest_2()">
17728         <size>162</size>
17729       </method>
17730       <method name="Void LeftShiftTest_3()">
17731         <size>169</size>
17732       </method>
17733       <method name="Void LeftShiftTest_4()">
17734         <size>261</size>
17735       </method>
17736       <method name="Void LeftShiftTest_5()">
17737         <size>110</size>
17738       </method>
17739       <method name="Void LessThanTest()">
17740         <size>99</size>
17741       </method>
17742       <method name="Void LessThanTest_2()">
17743         <size>154</size>
17744       </method>
17745       <method name="Void LessThanTest_3()">
17746         <size>125</size>
17747       </method>
17748       <method name="Void LessThanTest_4()">
17749         <size>210</size>
17750       </method>
17751       <method name="Void LessThanTest_5()">
17752         <size>209</size>
17753       </method>
17754       <method name="Void LessThanTest_6()">
17755         <size>102</size>
17756       </method>
17757       <method name="Void LessThanTest_7()">
17758         <size>146</size>
17759       </method>
17760       <method name="Void LessThanTest_8()">
17761         <size>169</size>
17762       </method>
17763       <method name="Void LessThanOrEqualTest()">
17764         <size>99</size>
17765       </method>
17766       <method name="Void LessThanOrEqualTest_2()">
17767         <size>169</size>
17768       </method>
17769       <method name="Void LessThanOrEqualTest_3()">
17770         <size>125</size>
17771       </method>
17772       <method name="Void LessThanOrEqualTest_4()">
17773         <size>210</size>
17774       </method>
17775       <method name="Void LessThanOrEqualTest_5()">
17776         <size>209</size>
17777       </method>
17778       <method name="Void LessThanOrEqualTest_6()">
17779         <size>102</size>
17780       </method>
17781       <method name="Void LessThanOrEqualTest_7()">
17782         <size>146</size>
17783       </method>
17784       <method name="Void LessThanOrEqualTest_8()">
17785         <size>169</size>
17786       </method>
17787       <method name="Void ListInitTest()">
17788         <size>404</size>
17789       </method>
17790       <method name="Void ListInitTest_2()">
17791         <size>292</size>
17792       </method>
17793       <method name="Void MemberAccessTest()">
17794         <size>132</size>
17795       </method>
17796       <method name="Void MemberAccessTest_2()">
17797         <size>63</size>
17798       </method>
17799       <method name="Void MemberAccessTest_3()">
17800         <size>113</size>
17801       </method>
17802       <method name="Void MemberAccessTest_4()">
17803         <size>91</size>
17804       </method>
17805       <method name="Void MemberAccessTest_5()">
17806         <size>39</size>
17807       </method>
17808       <method name="Void MemberAccessTest_6()">
17809         <size>104</size>
17810       </method>
17811       <method name="Void MemberAccessTest_7()">
17812         <size>109</size>
17813       </method>
17814       <method name="Void MemberAccessTest_8()">
17815         <size>63</size>
17816       </method>
17817       <method name="Void MemberAccessTest_9()">
17818         <size>91</size>
17819       </method>
17820       <method name="Void MemberInitTest()">
17821         <size>302</size>
17822       </method>
17823       <method name="Void MemberInitTest_2()">
17824         <size>250</size>
17825       </method>
17826       <method name="Void MemberInitTest_3()">
17827         <size>124</size>
17828       </method>
17829       <method name="Void ModuloTest()">
17830         <size>100</size>
17831       </method>
17832       <method name="Void ModuloTest_2()">
17833         <size>185</size>
17834       </method>
17835       <method name="Void ModuloTest_3()">
17836         <size>129</size>
17837       </method>
17838       <method name="Void ModuloTest_4()">
17839         <size>192</size>
17840       </method>
17841       <method name="Void ModuloTest_5()">
17842         <size>133</size>
17843       </method>
17844       <method name="Void ModuloTest_6()">
17845         <size>200</size>
17846       </method>
17847       <method name="Void ModuloTest_7()">
17848         <size>110</size>
17849       </method>
17850       <method name="Void MultiplyTest()">
17851         <size>131</size>
17852       </method>
17853       <method name="Void MultiplyTest_2()">
17854         <size>185</size>
17855       </method>
17856       <method name="Void MultiplyTest_3()">
17857         <size>133</size>
17858       </method>
17859       <method name="Void MultiplyTest_4()">
17860         <size>195</size>
17861       </method>
17862       <method name="Void MultiplyTest_5()">
17863         <size>137</size>
17864       </method>
17865       <method name="Void MultiplyTest_6()">
17866         <size>202</size>
17867       </method>
17868       <method name="Void MultiplyTest_7()">
17869         <size>110</size>
17870       </method>
17871       <method name="Void MultiplyCheckedTest()">
17872         <size>122</size>
17873       </method>
17874       <method name="Void MultiplyCheckedTest_2()">
17875         <size>192</size>
17876       </method>
17877       <method name="Void MultiplyCheckedTest_3()">
17878         <size>133</size>
17879       </method>
17880       <method name="Void MultiplyCheckedTest_4()">
17881         <size>121</size>
17882       </method>
17883       <method name="Void MultiplyCheckedTest_5()">
17884         <size>124</size>
17885       </method>
17886       <method name="Void NegateTest()">
17887         <size>72</size>
17888       </method>
17889       <method name="Void NegateTest_2()">
17890         <size>92</size>
17891       </method>
17892       <method name="Void NegateTest_3()">
17893         <size>130</size>
17894       </method>
17895       <method name="Void NegateTest_4()">
17896         <size>97</size>
17897       </method>
17898       <method name="Void NegateTest_5()">
17899         <size>141</size>
17900       </method>
17901       <method name="Void NegateTest_6()">
17902         <size>121</size>
17903       </method>
17904       <method name="Void NegateTest_7()">
17905         <size>132</size>
17906       </method>
17907       <method name="Void NegateTest_8()">
17908         <size>97</size>
17909       </method>
17910       <method name="Void NegateTest_9()">
17911         <size>87</size>
17912       </method>
17913       <method name="Void NegateTestChecked()">
17914         <size>91</size>
17915       </method>
17916       <method name="Void NegateTestChecked_2()">
17917         <size>137</size>
17918       </method>
17919       <method name="Void NegateTestChecked_3()">
17920         <size>97</size>
17921       </method>
17922       <method name="Void NegateTestChecked_4()">
17923         <size>86</size>
17924       </method>
17925       <method name="Void NewArrayInitTest()">
17926         <size>92</size>
17927       </method>
17928       <method name="Void NewArrayInitTest_2()">
17929         <size>64</size>
17930       </method>
17931       <method name="Void NewArrayInitTest_3()">
17932         <size>136</size>
17933       </method>
17934       <method name="Void NewArrayInitTest_4()">
17935         <size>120</size>
17936       </method>
17937       <method name="Void NewArrayBoundsTest()">
17938         <size>123</size>
17939       </method>
17940       <method name="Void NewArrayBoundsTest_2()">
17941         <size>123</size>
17942       </method>
17943       <method name="Void NewTest()">
17944         <size>93</size>
17945       </method>
17946       <method name="Void NewTest_2()">
17947         <size>61</size>
17948       </method>
17949       <method name="Void NewTest_3()">
17950         <size>98</size>
17951       </method>
17952       <method name="Void NewTest_4()">
17953         <size>252</size>
17954       </method>
17955       <method name="Void NewTest_5()">
17956         <size>371</size>
17957       </method>
17958       <method name="Void NotTest()">
17959         <size>70</size>
17960       </method>
17961       <method name="Void NotTest_2()">
17962         <size>113</size>
17963       </method>
17964       <method name="Void NotTest_3()">
17965         <size>71</size>
17966       </method>
17967       <method name="Void NotTest_4()">
17968         <size>105</size>
17969       </method>
17970       <method name="Void NotTest_5()">
17971         <size>73</size>
17972       </method>
17973       <method name="Void NotTest_6()">
17974         <size>104</size>
17975       </method>
17976       <method name="Void NotNullableTest()">
17977         <size>114</size>
17978       </method>
17979       <method name="Void NotNullableTest_2()">
17980         <size>134</size>
17981       </method>
17982       <method name="Void NotNullableTest_3()">
17983         <size>130</size>
17984       </method>
17985       <method name="Void NotNullableTest_4()">
17986         <size>149</size>
17987       </method>
17988       <method name="Void NotNullableTest_5()">
17989         <size>148</size>
17990       </method>
17991       <method name="Void NotEqualTest()">
17992         <size>118</size>
17993       </method>
17994       <method name="Void NotEqualTest_2()">
17995         <size>166</size>
17996       </method>
17997       <method name="Void NotEqualTest_3()">
17998         <size>125</size>
17999       </method>
18000       <method name="Void NotEqualTest_4()">
18001         <size>210</size>
18002       </method>
18003       <method name="Void NotEqualTest_5()">
18004         <size>176</size>
18005       </method>
18006       <method name="Void NotEqualTest_6()">
18007         <size>119</size>
18008       </method>
18009       <method name="Void NotEqualTest_7()">
18010         <size>167</size>
18011       </method>
18012       <method name="Void NotEqualTest_8()">
18013         <size>116</size>
18014       </method>
18015       <method name="Void NotEqualTest_9()">
18016         <size>146</size>
18017       </method>
18018       <method name="Void NotEqualTest_10()">
18019         <size>169</size>
18020       </method>
18021       <method name="Void NotEqualTest_11()">
18022         <size>132</size>
18023       </method>
18024       <method name="Void OrTest()">
18025         <size>141</size>
18026       </method>
18027       <method name="Void OrTest_2()">
18028         <size>129</size>
18029       </method>
18030       <method name="Void OrTest_3()">
18031         <size>161</size>
18032       </method>
18033       <method name="Void OrNullableTest()">
18034         <size>382</size>
18035       </method>
18036       <method name="Void OrNullableTest_2()">
18037         <size>186</size>
18038       </method>
18039       <method name="Void OrNullableTest_3()">
18040         <size>176</size>
18041       </method>
18042       <method name="Void OrNullableTest_4()">
18043         <size>198</size>
18044       </method>
18045       <method name="Void OrElseTest()">
18046         <size>97</size>
18047       </method>
18048       <method name="Void OrElseTest_2()">
18049         <size>167</size>
18050       </method>
18051       <method name="Void ParameterTest()">
18052         <size>73</size>
18053       </method>
18054       <method name="Void ParameterTest_2()">
18055         <size>75</size>
18056       </method>
18057       <method name="Void ParameterTest_3()">
18058         <size>73</size>
18059       </method>
18060       <method name="Void ParameterTest_4()">
18061         <size>100</size>
18062       </method>
18063       <method name="Void QuoteTest()">
18064         <size>85</size>
18065       </method>
18066       <method name="Void RightShiftTest()">
18067         <size>152</size>
18068       </method>
18069       <method name="Void RightShiftTest_2()">
18070         <size>159</size>
18071       </method>
18072       <method name="Void RightShiftTest_3()">
18073         <size>169</size>
18074       </method>
18075       <method name="Void RightShiftTest_4()">
18076         <size>258</size>
18077       </method>
18078       <method name="Void SubtractTest()">
18079         <size>100</size>
18080       </method>
18081       <method name="Void SubtractTest_2()">
18082         <size>119</size>
18083       </method>
18084       <method name="Void SubtractTest_3()">
18085         <size>130</size>
18086       </method>
18087       <method name="Void SubtractTest_4()">
18088         <size>192</size>
18089       </method>
18090       <method name="Void SubtractTest_5()">
18091         <size>134</size>
18092       </method>
18093       <method name="Void SubtractTest_6()">
18094         <size>160</size>
18095       </method>
18096       <method name="Void SubtractTest_7()">
18097         <size>113</size>
18098       </method>
18099       <method name="Void SubtractTest_8()">
18100         <size>146</size>
18101       </method>
18102       <method name="Void SubtractTest_9()">
18103         <size>142</size>
18104       </method>
18105       <method name="Void SubtractTest_10()">
18106         <size>161</size>
18107       </method>
18108       <method name="Void SubtractTest_11()">
18109         <size>157</size>
18110       </method>
18111       <method name="Void SubtractCheckedTest()">
18112         <size>127</size>
18113       </method>
18114       <method name="Void SubtractCheckedTest_2()">
18115         <size>185</size>
18116       </method>
18117       <method name="Void SubtractCheckedTest_3()">
18118         <size>130</size>
18119       </method>
18120       <method name="Void SubtractCheckedTest_4()">
18121         <size>121</size>
18122       </method>
18123       <method name="Void TypeAsTest()">
18124         <size>80</size>
18125       </method>
18126       <method name="Void TypeAsTest_2()">
18127         <size>144</size>
18128       </method>
18129       <method name="Void TypeAsTest_3()">
18130         <size>85</size>
18131       </method>
18132       <method name="Void TypeIsTest()">
18133         <size>103</size>
18134       </method>
18135       <method name="Void TypeIsTest_2()">
18136         <size>103</size>
18137       </method>
18138       <method name="Void TypeIsTest_3()">
18139         <size>85</size>
18140       </method>
18141       <method name="Void TypeIsTest_5()">
18142         <size>74</size>
18143       </method>
18144       <method name="Void TypeIsTest_6()">
18145         <size>111</size>
18146       </method>
18147       <method name="Void UnaryPlusTest()">
18148         <size>67</size>
18149       </method>
18150       <method name="Void UnaryPlusTest_2()">
18151         <size>47</size>
18152       </method>
18153       <method name="Void UnaryPlusTest_3()">
18154         <size>97</size>
18155       </method>
18156       <method name="Void UnaryPlusTest_4()">
18157         <size>141</size>
18158       </method>
18159       <method name="Void UnaryPlusTest_5()">
18160         <size>140</size>
18161       </method>
18162       <method name="System.String InstanceMethod(System.String)">
18163         <size>2</size>
18164       </method>
18165       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
18166         <size>30</size>
18167       </method>
18168       <method name="Int32 TestInt()">
18169         <size>3</size>
18170       </method>
18171       <method name="Void RefMethod(Int32 ByRef)">
18172         <size>8</size>
18173       </method>
18174       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
18175         <size>87</size>
18176       </method>
18177       <method name="Int32 Main()">
18178         <size>179</size>
18179       </method>
18180     </type>
18181     <type name="Tester+EmptyDelegate">
18182       <method name="Void .ctor(Object, IntPtr)">
18183         <size>0</size>
18184       </method>
18185       <method name="Void Invoke()">
18186         <size>0</size>
18187       </method>
18188       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18189         <size>0</size>
18190       </method>
18191       <method name="Void EndInvoke(IAsyncResult)">
18192         <size>0</size>
18193       </method>
18194     </type>
18195     <type name="Tester+IntDelegate">
18196       <method name="Void .ctor(Object, IntPtr)">
18197         <size>0</size>
18198       </method>
18199       <method name="Int32 Invoke()">
18200         <size>0</size>
18201       </method>
18202       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18203         <size>0</size>
18204       </method>
18205       <method name="Int32 EndInvoke(IAsyncResult)">
18206         <size>0</size>
18207       </method>
18208     </type>
18209     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
18210       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
18211         <size>21</size>
18212       </method>
18213       <method name="&lt;A&gt;__T get_A()">
18214         <size>7</size>
18215       </method>
18216       <method name="&lt;Value&gt;__T get_Value()">
18217         <size>7</size>
18218       </method>
18219       <method name="Boolean Equals(System.Object)">
18220         <size>69</size>
18221       </method>
18222       <method name="Int32 GetHashCode()">
18223         <size>86</size>
18224       </method>
18225       <method name="System.String ToString()">
18226         <size>142</size>
18227       </method>
18228     </type>
18229     <type name="Tester">
18230       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
18231         <size>1</size>
18232       </method>
18233       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
18234         <size>1</size>
18235       </method>
18236       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
18237         <size>1</size>
18238       </method>
18239       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
18240         <size>1</size>
18241       </method>
18242       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
18243         <size>1</size>
18244       </method>
18245       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
18246         <size>12</size>
18247       </method>
18248       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
18249         <size>12</size>
18250       </method>
18251       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
18252         <size>7</size>
18253       </method>
18254       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
18255         <size>7</size>
18256       </method>
18257       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
18258         <size>5</size>
18259       </method>
18260       <method name="Void NewArrayInitTest_5()">
18261         <size>158</size>
18262       </method>
18263       <method name="Void ConditionTest_5()">
18264         <size>107</size>
18265       </method>
18266       <method name="Void AndTest_4()">
18267         <size>92</size>
18268       </method>
18269       <method name="Void MemberInitTest_4()">
18270         <size>66</size>
18271       </method>
18272       <method name="Void NewTest_6()">
18273         <size>182</size>
18274       </method>
18275     </type>
18276     <type name="InverseLogicalOperator">
18277       <method name="Void .ctor(Boolean)">
18278         <size>8</size>
18279       </method>
18280       <method name="Boolean op_True(InverseLogicalOperator)">
18281         <size>8</size>
18282       </method>
18283       <method name="Boolean op_False(InverseLogicalOperator)">
18284         <size>8</size>
18285       </method>
18286     </type>
18287     <type name="MyType">
18288       <method name="Void .ctor(Int32)">
18289         <size>8</size>
18290       </method>
18291       <method name="Int16 get_ShortProp()">
18292         <size>7</size>
18293       </method>
18294       <method name="Void set_ShortProp(Int16)">
18295         <size>8</size>
18296       </method>
18297       <method name="Int32 GetHashCode()">
18298         <size>6</size>
18299       </method>
18300       <method name="System.String ToString()">
18301         <size>12</size>
18302       </method>
18303       <method name="Int32 op_Implicit(MyType)">
18304         <size>8</size>
18305       </method>
18306       <method name="Boolean op_True(MyType)">
18307         <size>16</size>
18308       </method>
18309       <method name="Boolean op_False(MyType)">
18310         <size>19</size>
18311       </method>
18312       <method name="MyType op_Addition(MyType, MyType)">
18313         <size>21</size>
18314       </method>
18315       <method name="MyType op_Subtraction(MyType, MyType)">
18316         <size>21</size>
18317       </method>
18318       <method name="MyType op_Division(MyType, MyType)">
18319         <size>21</size>
18320       </method>
18321       <method name="MyType op_Multiply(MyType, MyType)">
18322         <size>21</size>
18323       </method>
18324       <method name="MyType op_Modulus(MyType, MyType)">
18325         <size>21</size>
18326       </method>
18327       <method name="MyType op_BitwiseAnd(MyType, MyType)">
18328         <size>21</size>
18329       </method>
18330       <method name="MyType op_BitwiseOr(MyType, MyType)">
18331         <size>21</size>
18332       </method>
18333       <method name="MyType op_ExclusiveOr(MyType, MyType)">
18334         <size>21</size>
18335       </method>
18336       <method name="Boolean op_Equality(MyType, MyType)">
18337         <size>17</size>
18338       </method>
18339       <method name="Boolean op_Inequality(MyType, MyType)">
18340         <size>20</size>
18341       </method>
18342       <method name="Boolean op_GreaterThan(MyType, MyType)">
18343         <size>17</size>
18344       </method>
18345       <method name="Boolean op_LessThan(MyType, MyType)">
18346         <size>17</size>
18347       </method>
18348       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
18349         <size>20</size>
18350       </method>
18351       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
18352         <size>20</size>
18353       </method>
18354       <method name="Boolean op_LogicalNot(MyType)">
18355         <size>11</size>
18356       </method>
18357       <method name="Int32 op_RightShift(MyType, Int32)">
18358         <size>13</size>
18359       </method>
18360       <method name="Int32 op_LeftShift(MyType, Int32)">
18361         <size>13</size>
18362       </method>
18363       <method name="MyType op_UnaryNegation(MyType)">
18364         <size>14</size>
18365       </method>
18366       <method name="MyType op_UnaryPlus(MyType)">
18367         <size>13</size>
18368       </method>
18369     </type>
18370     <type name="MyTypeImplicitOnly">
18371       <method name="Void .ctor(Int16)">
18372         <size>8</size>
18373       </method>
18374       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
18375         <size>8</size>
18376       </method>
18377     </type>
18378     <type name="Tester">
18379       <method name="Void EqualTest_14()">
18380         <size>101</size>
18381       </method>
18382     </type>
18383     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
18384       <method name="Void .ctor()">
18385         <size>7</size>
18386       </method>
18387     </type>
18388     <type name="Tester">
18389       <method name="Void NewArrayInitTest_6()">
18390         <size>103</size>
18391       </method>
18392       <method name="Void LambdaTest()">
18393         <size>89</size>
18394       </method>
18395       <method name="Void EqualTest_15()">
18396         <size>159</size>
18397       </method>
18398       <method name="Void ArrayIndexTest_6()">
18399         <size>122</size>
18400       </method>
18401       <method name="Void ArrayIndexTest_7()">
18402         <size>128</size>
18403       </method>
18404       <method name="Void NewArrayBoundsTest_3()">
18405         <size>85</size>
18406       </method>
18407       <method name="Void NewArrayBoundsTest_4()">
18408         <size>82</size>
18409       </method>
18410     </type>
18411     <type name="&lt;PrivateImplementationDetails&gt;">
18412       <method name="Void .ctor()">
18413         <size>7</size>
18414       </method>
18415     </type>
18416     <type name="Tester">
18417       <method name="Void LeftShiftTest_6()">
18418         <size>155</size>
18419       </method>
18420       <method name="Void RightShiftTest_5()">
18421         <size>152</size>
18422       </method>
18423       <method name="Void QuoteTest_2()">
18424         <size>99</size>
18425       </method>
18426     </type>
18427     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
18428       <method name="Void .ctor()">
18429         <size>7</size>
18430       </method>
18431     </type>
18432     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
18433       <method name="Void .ctor()">
18434         <size>7</size>
18435       </method>
18436     </type>
18437     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
18438       <method name="Void .ctor()">
18439         <size>7</size>
18440       </method>
18441     </type>
18442     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
18443       <method name="Void .ctor()">
18444         <size>7</size>
18445       </method>
18446     </type>
18447     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
18448       <method name="Void .ctor()">
18449         <size>7</size>
18450       </method>
18451     </type>
18452     <type name="Tester">
18453       <method name="Void NewTest_7()">
18454         <size>53</size>
18455       </method>
18456       <method name="Void ConvertTest_16()">
18457         <size>81</size>
18458       </method>
18459       <method name="Int32 ReturnNumber()">
18460         <size>2</size>
18461       </method>
18462       <method name="Void EqualTestDelegate_3()">
18463         <size>227</size>
18464       </method>
18465       <method name="Void DivideTest_7()">
18466         <size>185</size>
18467       </method>
18468       <method name="Void MultiplyTest_8()">
18469         <size>198</size>
18470       </method>
18471       <method name="Void RightShiftTest_6()">
18472         <size>145</size>
18473       </method>
18474     </type>
18475   </test>
18476   <test name="gtest-etree-02.cs">
18477     <type name="M">
18478       <method name="Void .ctor()">
18479         <size>7</size>
18480       </method>
18481       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
18482         <size>1</size>
18483       </method>
18484       <method name="System.String Param(System.String)">
18485         <size>114</size>
18486       </method>
18487       <method name="Int32 Main()">
18488         <size>157</size>
18489       </method>
18490     </type>
18491     <type name="M+&lt;Param&gt;c__AnonStorey0">
18492       <method name="Void .ctor()">
18493         <size>7</size>
18494       </method>
18495     </type>
18496   </test>
18497   <test name="gtest-etree-03.cs">
18498     <type name="C">
18499       <method name="Void .ctor()">
18500         <size>7</size>
18501       </method>
18502       <method name="Int32 Main()">
18503         <size>6</size>
18504       </method>
18505     </type>
18506     <type name="S`1[T]">
18507       <method name="Int32 Test()">
18508         <size>145</size>
18509       </method>
18510     </type>
18511   </test>
18512   <test name="gtest-etree-04.cs">
18513     <type name="C">
18514       <method name="Void .ctor()">
18515         <size>7</size>
18516       </method>
18517       <method name="Int32 Main()">
18518         <size>366</size>
18519       </method>
18520     </type>
18521     <type name="C+&lt;Main&gt;c__AnonStorey0">
18522       <method name="Void .ctor()">
18523         <size>7</size>
18524       </method>
18525     </type>
18526     <type name="Foo">
18527       <method name="Boolean op_GreaterThan(Foo, Foo)">
18528         <size>6</size>
18529       </method>
18530       <method name="Boolean op_LessThan(Foo, Foo)">
18531         <size>6</size>
18532       </method>
18533       <method name="Boolean op_Equality(Foo, Foo)">
18534         <size>6</size>
18535       </method>
18536       <method name="Boolean op_Inequality(Foo, Foo)">
18537         <size>6</size>
18538       </method>
18539     </type>
18540   </test>
18541   <test name="gtest-etree-05.cs">
18542     <type name="C">
18543       <method name="Void .ctor()">
18544         <size>7</size>
18545       </method>
18546       <method name="Void Assert[T](T, T)">
18547         <size>46</size>
18548       </method>
18549       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
18550         <size>56</size>
18551       </method>
18552       <method name="Int32 Main()">
18553         <size>350</size>
18554       </method>
18555     </type>
18556   </test>
18557   <test name="gtest-etree-06.cs">
18558     <type name="Test">
18559       <method name="Void .ctor()">
18560         <size>7</size>
18561       </method>
18562       <method name="Int32 Main()">
18563         <size>45</size>
18564       </method>
18565       <method name="Int32 Value()">
18566         <size>2</size>
18567       </method>
18568     </type>
18569   </test>
18570   <test name="gtest-etree-07.cs">
18571     <type name="C">
18572       <method name="Void .ctor()">
18573         <size>7</size>
18574       </method>
18575       <method name="Void Test()">
18576         <size>14</size>
18577       </method>
18578       <method name="Int32* Foo()">
18579         <size>3</size>
18580       </method>
18581       <method name="Int32 Main()">
18582         <size>564</size>
18583       </method>
18584     </type>
18585     <type name="EmptyDelegate">
18586       <method name="Void .ctor(Object, IntPtr)">
18587         <size>0</size>
18588       </method>
18589       <method name="Void Invoke()">
18590         <size>0</size>
18591       </method>
18592       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18593         <size>0</size>
18594       </method>
18595       <method name="Void EndInvoke(IAsyncResult)">
18596         <size>0</size>
18597       </method>
18598     </type>
18599     <type name="UnsafeDelegate">
18600       <method name="Void .ctor(Object, IntPtr)">
18601         <size>0</size>
18602       </method>
18603       <method name="Int32* Invoke()">
18604         <size>0</size>
18605       </method>
18606       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18607         <size>0</size>
18608       </method>
18609       <method name="Int32* EndInvoke(IAsyncResult)">
18610         <size>0</size>
18611       </method>
18612     </type>
18613   </test>
18614   <test name="gtest-etree-08.cs">
18615     <type name="Foo">
18616       <method name="Void .ctor()">
18617         <size>7</size>
18618       </method>
18619       <method name="Int32 ThisMethod()">
18620         <size>3</size>
18621       </method>
18622       <method name="Int32 Goo(Boolean)">
18623         <size>204</size>
18624       </method>
18625       <method name="Int32 Main()">
18626         <size>14</size>
18627       </method>
18628     </type>
18629     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
18630       <method name="Void .ctor()">
18631         <size>7</size>
18632       </method>
18633     </type>
18634   </test>
18635   <test name="gtest-etree-09.cs">
18636     <type name="Mono.C">
18637       <method name="Void .ctor()">
18638         <size>7</size>
18639       </method>
18640       <method name="Int32 Main()">
18641         <size>298</size>
18642       </method>
18643       <method name="System.Int64[] GetValues()">
18644         <size>18</size>
18645       </method>
18646     </type>
18647     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
18648       <method name="Void .ctor()">
18649         <size>7</size>
18650       </method>
18651     </type>
18652     <type name="&lt;PrivateImplementationDetails&gt;">
18653       <method name="Void .ctor()">
18654         <size>7</size>
18655       </method>
18656     </type>
18657   </test>
18658   <test name="gtest-etree-10.cs">
18659     <type name="Foo`1[T]">
18660       <method name="Void .ctor()">
18661         <size>7</size>
18662       </method>
18663       <method name="Boolean ContainsAll[U](IEnumerable`1)">
18664         <size>191</size>
18665       </method>
18666       <method name="Boolean Contains(T)">
18667         <size>2</size>
18668       </method>
18669     </type>
18670     <type name="Program">
18671       <method name="Void .ctor()">
18672         <size>7</size>
18673       </method>
18674       <method name="Int32 Main()">
18675         <size>42</size>
18676       </method>
18677     </type>
18678     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
18679       <method name="Void .ctor()">
18680         <size>7</size>
18681       </method>
18682     </type>
18683     <type name="&lt;PrivateImplementationDetails&gt;">
18684       <method name="Void .ctor()">
18685         <size>7</size>
18686       </method>
18687     </type>
18688   </test>
18689   <test name="gtest-etree-11.cs">
18690     <type name="C">
18691       <method name="Void .ctor()">
18692         <size>7</size>
18693       </method>
18694       <method name="Void Main()">
18695         <size>12</size>
18696       </method>
18697     </type>
18698     <type name="Test">
18699       <method name="Void .ctor()">
18700         <size>7</size>
18701       </method>
18702       <method name="Void Invalid(Int32)">
18703         <size>124</size>
18704       </method>
18705       <method name="Void Other(System.Int32[])">
18706         <size>1</size>
18707       </method>
18708     </type>
18709     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
18710       <method name="Void .ctor()">
18711         <size>7</size>
18712       </method>
18713     </type>
18714   </test>
18715   <test name="gtest-etree-12.cs">
18716     <type name="TestCase">
18717       <method name="Void .cctor()">
18718         <size>68</size>
18719       </method>
18720       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
18721         <size>2</size>
18722       </method>
18723       <method name="Void DummyToMakeTheStaticsInitialize()">
18724         <size>1</size>
18725       </method>
18726     </type>
18727     <type name="Program">
18728       <method name="Void .ctor()">
18729         <size>7</size>
18730       </method>
18731       <method name="Int32 Main()">
18732         <size>7</size>
18733       </method>
18734     </type>
18735   </test>
18736   <test name="gtest-etree-13.cs">
18737     <type name="Program">
18738       <method name="Void .ctor()">
18739         <size>7</size>
18740       </method>
18741       <method name="Int32 Main()">
18742         <size>55</size>
18743       </method>
18744       <method name="IEnumerable`1 Test[T](Int32)">
18745         <size>30</size>
18746       </method>
18747     </type>
18748     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
18749       <method name="Void .ctor()">
18750         <size>7</size>
18751       </method>
18752       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
18753         <size>7</size>
18754       </method>
18755       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18756         <size>12</size>
18757       </method>
18758       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18759         <size>7</size>
18760       </method>
18761       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
18762         <size>40</size>
18763       </method>
18764       <method name="Boolean MoveNext()">
18765         <size>106</size>
18766       </method>
18767       <method name="Void Dispose()">
18768         <size>8</size>
18769       </method>
18770       <method name="Void Reset()">
18771         <size>6</size>
18772       </method>
18773     </type>
18774   </test>
18775   <test name="gtest-etree-14.cs">
18776     <type name="Person">
18777       <method name="Void .ctor()">
18778         <size>7</size>
18779       </method>
18780       <method name="Int32 get_Age()">
18781         <size>7</size>
18782       </method>
18783       <method name="Void set_Age(Int32)">
18784         <size>8</size>
18785       </method>
18786     </type>
18787     <type name="Repro">
18788       <method name="Void .ctor()">
18789         <size>7</size>
18790       </method>
18791       <method name="Int32 Main()">
18792         <size>59</size>
18793       </method>
18794       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
18795         <size>44</size>
18796       </method>
18797       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
18798         <size>13</size>
18799       </method>
18800     </type>
18801     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
18802       <method name="Void .ctor()">
18803         <size>7</size>
18804       </method>
18805       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
18806         <size>7</size>
18807       </method>
18808       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18809         <size>12</size>
18810       </method>
18811       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18812         <size>7</size>
18813       </method>
18814       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
18815         <size>52</size>
18816       </method>
18817       <method name="Boolean MoveNext()">
18818         <size>293</size>
18819       </method>
18820       <method name="Void Dispose()">
18821         <size>62</size>
18822       </method>
18823       <method name="Void Reset()">
18824         <size>6</size>
18825       </method>
18826     </type>
18827   </test>
18828   <test name="gtest-etree-15.cs">
18829     <type name="Foo">
18830       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
18831         <size>2</size>
18832       </method>
18833       <method name="Void Main()">
18834         <size>190</size>
18835       </method>
18836     </type>
18837   </test>
18838   <test name="gtest-etree-16.cs">
18839     <type name="Program">
18840       <method name="Void .ctor()">
18841         <size>7</size>
18842       </method>
18843       <method name="Int32 Main()">
18844         <size>136</size>
18845       </method>
18846     </type>
18847     <type name="Foo">
18848       <method name="Void .ctor()">
18849         <size>7</size>
18850       </method>
18851     </type>
18852   </test>
18853   <test name="gtest-etree-17.cs">
18854     <type name="CompilerCrashTest.QueryCompiler">
18855       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
18856         <size>12</size>
18857       </method>
18858       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
18859         <size>6</size>
18860       </method>
18861       <method name="Void Main()">
18862         <size>1</size>
18863       </method>
18864     </type>
18865   </test>
18866   <test name="gtest-etree-18.cs">
18867     <type name="FooBase">
18868       <method name="Void .ctor()">
18869         <size>7</size>
18870       </method>
18871     </type>
18872     <type name="Foo">
18873       <method name="Void .ctor()">
18874         <size>7</size>
18875       </method>
18876     </type>
18877     <type name="Program">
18878       <method name="Void .ctor()">
18879         <size>7</size>
18880       </method>
18881       <method name="Int32 Main()">
18882         <size>140</size>
18883       </method>
18884     </type>
18885   </test>
18886   <test name="gtest-etree-19.cs">
18887     <type name="Test">
18888       <method name="Void .ctor()">
18889         <size>7</size>
18890       </method>
18891       <method name="Int32 Main()">
18892         <size>20</size>
18893       </method>
18894       <method name="T Value[T]()">
18895         <size>76</size>
18896       </method>
18897     </type>
18898   </test>
18899   <test name="gtest-etree-20.cs">
18900     <type name="S">
18901       <method name="Int32 Main()">
18902         <size>216</size>
18903       </method>
18904     </type>
18905     <type name="A">
18906       <method name="A op_Implicit(S)">
18907         <size>6</size>
18908       </method>
18909       <method name="Void .ctor()">
18910         <size>7</size>
18911       </method>
18912     </type>
18913     <type name="B">
18914       <method name="Void .ctor()">
18915         <size>7</size>
18916       </method>
18917     </type>
18918   </test>
18919   <test name="gtest-etree-22.cs">
18920     <type name="FieldInfoBug.MonoRuntime">
18921       <method name="Int32 Main()">
18922         <size>13</size>
18923       </method>
18924       <method name="Void .ctor()">
18925         <size>7</size>
18926       </method>
18927     </type>
18928     <type name="FieldInfoBug.GenericClass`1[T]">
18929       <method name="Void .ctor(String)">
18930         <size>58</size>
18931       </method>
18932     </type>
18933     <type name="FieldInfoBug.GenericClass`1+&lt;GenericClass&gt;c__AnonStorey0[T]">
18934       <method name="Void .ctor()">
18935         <size>7</size>
18936       </method>
18937     </type>
18938   </test>
18939   <test name="gtest-etree-23.cs">
18940     <type name="Test.OrderBySpecification">
18941       <method name="Void .ctor(Expression`1)">
18942         <size>7</size>
18943       </method>
18944     </type>
18945     <type name="Test.RateOrderById">
18946       <method name="Int32 Main()">
18947         <size>8</size>
18948       </method>
18949       <method name="Void .ctor()">
18950         <size>44</size>
18951       </method>
18952     </type>
18953   </test>
18954   <test name="gtest-etree-24.cs">
18955     <type name="NotifyingProperty">
18956       <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]][])">
18957         <size>1</size>
18958       </method>
18959     </type>
18960     <type name="NotifyingPropertyTest">
18961       <method name="Void CreateDependent_NotifierNull()">
18962         <size>58</size>
18963       </method>
18964       <method name="Void CreateDependent_DependentsNull()">
18965         <size>83</size>
18966       </method>
18967       <method name="Void Main()">
18968         <size>1</size>
18969       </method>
18970       <method name="System.Object &lt;CreateDependent_DependentsNull&gt;m__0()">
18971         <size>2</size>
18972       </method>
18973       <method name="Void .ctor()">
18974         <size>7</size>
18975       </method>
18976     </type>
18977     <type name="NotifyingPropertyTest+&lt;CreateDependent_NotifierNull&gt;c__AnonStorey0">
18978       <method name="Void .ctor()">
18979         <size>7</size>
18980       </method>
18981     </type>
18982     <type name="NotifyingPropertyTest+&lt;CreateDependent_DependentsNull&gt;c__AnonStorey1">
18983       <method name="Void .ctor()">
18984         <size>7</size>
18985       </method>
18986     </type>
18987   </test>
18988   <test name="gtest-exmethod-01.cs">
18989     <type name="SimpleTest">
18990       <method name="System.String Prefix(System.String, System.String)">
18991         <size>8</size>
18992       </method>
18993     </type>
18994     <type name="M">
18995       <method name="Void .ctor()">
18996         <size>7</size>
18997       </method>
18998       <method name="Int32 Main()">
18999         <size>157</size>
19000       </method>
19001     </type>
19002   </test>
19003   <test name="gtest-exmethod-02.cs">
19004     <type name="M">
19005       <method name="Void .ctor()">
19006         <size>7</size>
19007       </method>
19008       <method name="Void Main()">
19009         <size>12</size>
19010       </method>
19011     </type>
19012     <type name="N.M">
19013       <method name="Void .ctor()">
19014         <size>7</size>
19015       </method>
19016       <method name="Void Test2()">
19017         <size>12</size>
19018       </method>
19019     </type>
19020   </test>
19021   <test name="gtest-exmethod-03.cs">
19022     <type name="A.A">
19023       <method name="Int32 Foo(Int32)">
19024         <size>2</size>
19025       </method>
19026       <method name="Int32 Foo(Int32, System.String)">
19027         <size>3</size>
19028       </method>
19029     </type>
19030     <type name="B.X">
19031       <method name="Int32 Foo(Int32)">
19032         <size>2</size>
19033       </method>
19034       <method name="Int32 Foo(Int32, Boolean)">
19035         <size>3</size>
19036       </method>
19037     </type>
19038     <type name="C.F">
19039       <method name="Boolean Foo(Byte)">
19040         <size>2</size>
19041       </method>
19042     </type>
19043     <type name="C.D.F">
19044       <method name="Int32 Foo(Int32)">
19045         <size>3</size>
19046       </method>
19047       <method name="Void TestX()">
19048         <size>9</size>
19049       </method>
19050     </type>
19051     <type name="C.M">
19052       <method name="Int32 Foo(Int32)">
19053         <size>2</size>
19054       </method>
19055       <method name="Int32 Main()">
19056         <size>61</size>
19057       </method>
19058     </type>
19059   </test>
19060   <test name="gtest-exmethod-04.cs">
19061     <type name="A.Test">
19062       <method name="System.String Test_1(Boolean)">
19063         <size>6</size>
19064       </method>
19065     </type>
19066     <type name="B.M">
19067       <method name="Void .ctor()">
19068         <size>7</size>
19069       </method>
19070       <method name="Void Main()">
19071         <size>12</size>
19072       </method>
19073     </type>
19074   </test>
19075   <test name="gtest-exmethod-05.cs">
19076     <type name="A.Test_A">
19077       <method name="System.String Test_1(System.String)">
19078         <size>6</size>
19079       </method>
19080     </type>
19081     <type name="A.Test_B">
19082       <method name="System.String Test_2(System.String)">
19083         <size>6</size>
19084       </method>
19085     </type>
19086     <type name="B.M">
19087       <method name="Void .ctor()">
19088         <size>7</size>
19089       </method>
19090       <method name="Void Main()">
19091         <size>23</size>
19092       </method>
19093     </type>
19094   </test>
19095   <test name="gtest-exmethod-06.cs">
19096     <type name="Gen">
19097       <method name="T Test_1[T](T)">
19098         <size>10</size>
19099       </method>
19100       <method name="System.String Test_1[T](System.String)">
19101         <size>6</size>
19102       </method>
19103     </type>
19104     <type name="B.M">
19105       <method name="Void .ctor()">
19106         <size>7</size>
19107       </method>
19108       <method name="Void Main()">
19109         <size>30</size>
19110       </method>
19111     </type>
19112   </test>
19113   <test name="gtest-exmethod-07.cs">
19114     <type name="E">
19115       <method name="Void ToReadOnly[T](IEnumerable`1)">
19116         <size>1</size>
19117       </method>
19118       <method name="Void To(IA)">
19119         <size>1</size>
19120       </method>
19121     </type>
19122     <type name="C">
19123       <method name="Void .ctor()">
19124         <size>7</size>
19125       </method>
19126       <method name="Void Main()">
19127         <size>1</size>
19128       </method>
19129       <method name="Void Test(IEnumerable`1)">
19130         <size>15</size>
19131       </method>
19132     </type>
19133   </test>
19134   <test name="gtest-exmethod-08.cs">
19135     <type name="C">
19136       <method name="Void .ctor()">
19137         <size>7</size>
19138       </method>
19139       <method name="Void Main()">
19140         <size>21</size>
19141       </method>
19142     </type>
19143   </test>
19144   <test name="gtest-exmethod-09.cs">
19145     <type name="Test">
19146       <method name="Void Foo[T](System.String)">
19147         <size>1</size>
19148       </method>
19149     </type>
19150     <type name="C">
19151       <method name="Void .ctor()">
19152         <size>7</size>
19153       </method>
19154       <method name="Void Main()">
19155         <size>11</size>
19156       </method>
19157     </type>
19158   </test>
19159   <test name="gtest-exmethod-10.cs">
19160     <type name="AExtensions">
19161       <method name="Int32 Round(Double)">
19162         <size>8</size>
19163       </method>
19164     </type>
19165     <type name="BExtensions">
19166       <method name="T GetBy[T](T[], Double)">
19167         <size>13</size>
19168       </method>
19169     </type>
19170     <type name="C">
19171       <method name="Void .ctor()">
19172         <size>7</size>
19173       </method>
19174       <method name="Void Main()">
19175         <size>1</size>
19176       </method>
19177     </type>
19178   </test>
19179   <test name="gtest-exmethod-11.cs">
19180     <type name="Test">
19181       <method name="Void .ctor()">
19182         <size>7</size>
19183       </method>
19184       <method name="Int32 Main(System.String[])">
19185         <size>20</size>
19186       </method>
19187     </type>
19188     <type name="Lol">
19189       <method name="Boolean OneEleven(System.Object)">
19190         <size>2</size>
19191       </method>
19192     </type>
19193   </test>
19194   <test name="gtest-exmethod-12.cs">
19195     <type name="Program">
19196       <method name="Void .ctor()">
19197         <size>7</size>
19198       </method>
19199       <method name="Void Main(System.String[])">
19200         <size>63</size>
19201       </method>
19202     </type>
19203     <type name="ChatClient">
19204       <method name="Void .ctor()">
19205         <size>7</size>
19206       </method>
19207       <method name="Void Say(System.String, System.String)">
19208         <size>13</size>
19209       </method>
19210     </type>
19211     <type name="ChatExtensions">
19212       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
19213         <size>64</size>
19214       </method>
19215     </type>
19216   </test>
19217   <test name="gtest-exmethod-13.cs">
19218     <type name="Foo">
19219       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
19220         <size>2</size>
19221       </method>
19222       <method name="Void Main()">
19223         <size>23</size>
19224       </method>
19225     </type>
19226   </test>
19227   <test name="gtest-exmethod-14.cs">
19228     <type name="C">
19229       <method name="Void Bar[U](IA)">
19230         <size>7</size>
19231       </method>
19232       <method name="Void Foo[T](IA)">
19233         <size>1</size>
19234       </method>
19235       <method name="Void Foo(IA)">
19236         <size>7</size>
19237       </method>
19238       <method name="Void Main()">
19239         <size>1</size>
19240       </method>
19241     </type>
19242   </test>
19243   <test name="gtest-exmethod-15.cs">
19244     <type name="C">
19245       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
19246         <size>15</size>
19247       </method>
19248       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
19249         <size>2</size>
19250       </method>
19251       <method name="Void Main()">
19252         <size>1</size>
19253       </method>
19254     </type>
19255   </test>
19256   <test name="gtest-exmethod-16.cs">
19257     <type name="Rocks">
19258       <method name="Boolean Extension(System.String)">
19259         <size>2</size>
19260       </method>
19261       <method name="Boolean Extension(D)">
19262         <size>2</size>
19263       </method>
19264     </type>
19265     <type name="Program">
19266       <method name="Void .ctor()">
19267         <size>7</size>
19268       </method>
19269       <method name="Void add_e(D)">
19270         <size>24</size>
19271       </method>
19272       <method name="Void remove_e(D)">
19273         <size>24</size>
19274       </method>
19275       <method name="System.String get_Item(Int32)">
19276         <size>6</size>
19277       </method>
19278       <method name="System.String get_Property()">
19279         <size>6</size>
19280       </method>
19281       <method name="Void Main(System.String[])">
19282         <size>44</size>
19283       </method>
19284     </type>
19285     <type name="D">
19286       <method name="Void .ctor(Object, IntPtr)">
19287         <size>0</size>
19288       </method>
19289       <method name="System.String Invoke()">
19290         <size>0</size>
19291       </method>
19292       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19293         <size>0</size>
19294       </method>
19295       <method name="System.String EndInvoke(IAsyncResult)">
19296         <size>0</size>
19297       </method>
19298     </type>
19299   </test>
19300   <test name="gtest-exmethod-17.cs">
19301     <type name="MainClass">
19302       <method name="Void Main()">
19303         <size>45</size>
19304       </method>
19305     </type>
19306   </test>
19307   <test name="gtest-exmethod-18.cs">
19308     <type name="Foo">
19309       <method name="Void .ctor()">
19310         <size>7</size>
19311       </method>
19312       <method name="Boolean get_IsBar()">
19313         <size>2</size>
19314       </method>
19315     </type>
19316     <type name="FooExt">
19317       <method name="Boolean IsBar(Foo)">
19318         <size>7</size>
19319       </method>
19320     </type>
19321     <type name="Repro">
19322       <method name="Void .ctor()">
19323         <size>7</size>
19324       </method>
19325       <method name="Void Main()">
19326         <size>18</size>
19327       </method>
19328     </type>
19329   </test>
19330   <test name="gtest-exmethod-19.cs">
19331     <type name="Rocks">
19332       <method name="Int32 Test_2[T](IEnumerable`1)">
19333         <size>3</size>
19334       </method>
19335       <method name="System.String Test_1(System.String)">
19336         <size>12</size>
19337       </method>
19338     </type>
19339     <type name="Test">
19340       <method name="Void .ctor()">
19341         <size>7</size>
19342       </method>
19343       <method name="Int32 Main()">
19344         <size>142</size>
19345       </method>
19346     </type>
19347     <type name="Test+D">
19348       <method name="Void .ctor(Object, IntPtr)">
19349         <size>0</size>
19350       </method>
19351       <method name="System.String Invoke()">
19352         <size>0</size>
19353       </method>
19354       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19355         <size>0</size>
19356       </method>
19357       <method name="System.String EndInvoke(IAsyncResult)">
19358         <size>0</size>
19359       </method>
19360     </type>
19361   </test>
19362   <test name="gtest-exmethod-20.cs">
19363     <type name="Outer.Inner.Test">
19364       <method name="Void .ctor()">
19365         <size>7</size>
19366       </method>
19367       <method name="Void M(I)">
19368         <size>13</size>
19369       </method>
19370       <method name="Void Main()">
19371         <size>1</size>
19372       </method>
19373     </type>
19374     <type name="Outer.ExtensionMethods">
19375       <method name="Void AddRange[T](I, IEnumerable`1)">
19376         <size>1</size>
19377       </method>
19378     </type>
19379   </test>
19380   <test name="gtest-exmethod-21.cs">
19381     <type name="Outer.Inner.Test">
19382       <method name="Void .ctor()">
19383         <size>7</size>
19384       </method>
19385       <method name="Void M(I)">
19386         <size>7</size>
19387       </method>
19388       <method name="Void Main()">
19389         <size>1</size>
19390       </method>
19391     </type>
19392     <type name="External.ExtensionMethods">
19393       <method name="Void AddRange(I)">
19394         <size>1</size>
19395       </method>
19396     </type>
19397   </test>
19398   <test name="gtest-exmethod-22.cs">
19399     <type name="Program">
19400       <method name="Void .ctor()">
19401         <size>7</size>
19402       </method>
19403       <method name="Int32 Main()">
19404         <size>8</size>
19405       </method>
19406     </type>
19407   </test>
19408   <test name="gtest-exmethod-23.cs">
19409     <type name="T">
19410       <method name="Void A(System.String, Int32)">
19411         <size>1</size>
19412       </method>
19413       <method name="Void Main()">
19414         <size>1</size>
19415       </method>
19416     </type>
19417   </test>
19418   <test name="gtest-exmethod-24.cs">
19419     <type name="Bar">
19420       <method name="Void .ctor()">
19421         <size>7</size>
19422       </method>
19423       <method name="Void Main()">
19424         <size>1</size>
19425       </method>
19426     </type>
19427   </test>
19428   <test name="gtest-exmethod-25.cs">
19429     <type name="Bar">
19430       <method name="Void .ctor()">
19431         <size>7</size>
19432       </method>
19433       <method name="Void Main()">
19434         <size>11</size>
19435       </method>
19436     </type>
19437   </test>
19438   <test name="gtest-exmethod-26.cs">
19439     <type name="test.TypeExtensions">
19440       <method name="Boolean IsNullable(System.Type)">
19441         <size>2</size>
19442       </method>
19443     </type>
19444     <type name="testmono.MainClass">
19445       <method name="Void .ctor()">
19446         <size>7</size>
19447       </method>
19448       <method name="Void Main()">
19449         <size>33</size>
19450       </method>
19451     </type>
19452   </test>
19453   <test name="gtest-exmethod-27.cs">
19454     <type name="Foo.Extensions">
19455       <method name="System.String AsString(IList`1)">
19456         <size>6</size>
19457       </method>
19458     </type>
19459     <type name="Bar.Program">
19460       <method name="Void .ctor()">
19461         <size>7</size>
19462       </method>
19463       <method name="Void Main()">
19464         <size>17</size>
19465       </method>
19466       <method name="System.String Pan(System.Byte[])">
19467         <size>7</size>
19468       </method>
19469     </type>
19470   </test>
19471   <test name="gtest-exmethod-28.cs">
19472     <type name="Foo">
19473       <method name="Void .ctor()">
19474         <size>7</size>
19475       </method>
19476     </type>
19477     <type name="Extensions">
19478       <method name="Boolean IsFoo(Foo)">
19479         <size>2</size>
19480       </method>
19481       <method name="Boolean IsBar(Bar)">
19482         <size>2</size>
19483       </method>
19484     </type>
19485     <type name="Bar">
19486       <method name="Void .ctor()">
19487         <size>7</size>
19488       </method>
19489     </type>
19490     <type name="Program">
19491       <method name="Void .ctor()">
19492         <size>7</size>
19493       </method>
19494       <method name="Void Main()">
19495         <size>1</size>
19496       </method>
19497     </type>
19498   </test>
19499   <test name="gtest-exmethod-29.cs">
19500     <type name="My">
19501       <method name="Void .ctor()">
19502         <size>7</size>
19503       </method>
19504     </type>
19505     <type name="Test">
19506       <method name="Int32 Main()">
19507         <size>40</size>
19508       </method>
19509       <method name="Int32 ContentTransferEncoding[T](My)">
19510         <size>2</size>
19511       </method>
19512       <method name="Int32 ContentTransferEncoding(My)">
19513         <size>2</size>
19514       </method>
19515     </type>
19516     <type name="My">
19517       <method name="Void set_ContentTransferEncoding(Boolean)">
19518         <size>1</size>
19519       </method>
19520     </type>
19521   </test>
19522   <test name="gtest-exmethod-30.cs">
19523     <type name="Test">
19524       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19525         <size>2</size>
19526       </method>
19527       <method name="Int32 get_First()">
19528         <size>2</size>
19529       </method>
19530       <method name="IEnumerator`1 GetEnumerator()">
19531         <size>2</size>
19532       </method>
19533       <method name="Void .ctor()">
19534         <size>7</size>
19535       </method>
19536     </type>
19537     <type name="C">
19538       <method name="Void Test()">
19539         <size>14</size>
19540       </method>
19541       <method name="Void Main()">
19542         <size>1</size>
19543       </method>
19544       <method name="Void .ctor()">
19545         <size>7</size>
19546       </method>
19547     </type>
19548   </test>
19549   <test name="gtest-exmethod-31.cs">
19550     <type name="N.S">
19551       <method name="Void Map[T](Int32, System.Func`2[T,System.String])">
19552         <size>1</size>
19553       </method>
19554     </type>
19555     <type name="N2.S2">
19556       <method name="Void Map(Int32, Int32)">
19557         <size>1</size>
19558       </method>
19559     </type>
19560     <type name="M.C">
19561       <method name="Void Main()">
19562         <size>8</size>
19563       </method>
19564       <method name="Void .ctor()">
19565         <size>7</size>
19566       </method>
19567     </type>
19568   </test>
19569   <test name="gtest-exmethod-32.cs">
19570     <type name="A">
19571       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19572         <size>2</size>
19573       </method>
19574       <method name="Int32 get_Count()">
19575         <size>2</size>
19576       </method>
19577       <method name="Void .ctor()">
19578         <size>7</size>
19579       </method>
19580     </type>
19581     <type name="G`1[T]">
19582       <method name="Void Test()">
19583         <size>20</size>
19584       </method>
19585       <method name="Void .ctor()">
19586         <size>7</size>
19587       </method>
19588     </type>
19589     <type name="Extensions">
19590       <method name="Int32 Count(IEnumerable)">
19591         <size>2</size>
19592       </method>
19593       <method name="Void Main()">
19594         <size>1</size>
19595       </method>
19596     </type>
19597   </test>
19598   <test name="gtest-exmethod-33.cs">
19599     <type name="Prop">
19600       <method name="Void .ctor()">
19601         <size>7</size>
19602       </method>
19603     </type>
19604     <type name="HelperExtensions">
19605       <method name="Void Foo(I, I)">
19606         <size>1</size>
19607       </method>
19608     </type>
19609     <type name="C">
19610       <method name="I get_Prop()">
19611         <size>2</size>
19612       </method>
19613       <method name="System.Int32[] get_Loc()">
19614         <size>2</size>
19615       </method>
19616       <method name="Void Test()">
19617         <size>13</size>
19618       </method>
19619       <method name="Void Main()">
19620         <size>1</size>
19621       </method>
19622       <method name="Void .ctor()">
19623         <size>7</size>
19624       </method>
19625     </type>
19626   </test>
19627   <test name="gtest-exmethod-34.cs">
19628     <type name="Program">
19629       <method name="Void Foo(System.Object)">
19630         <size>1</size>
19631       </method>
19632       <method name="Void Main()">
19633         <size>7</size>
19634       </method>
19635     </type>
19636   </test>
19637   <test name="gtest-exmethod-35.cs">
19638     <type name="A">
19639       <method name="Void Test(Int32)">
19640         <size>1</size>
19641       </method>
19642       <method name="Void Main()">
19643         <size>1</size>
19644       </method>
19645     </type>
19646   </test>
19647   <test name="gtest-exmethod-36.cs">
19648     <type name="S">
19649       <method name="System.String get_Prop()">
19650         <size>6</size>
19651       </method>
19652       <method name="Void .ctor()">
19653         <size>7</size>
19654       </method>
19655     </type>
19656     <type name="S2">
19657       <method name="Void .ctor()">
19658         <size>7</size>
19659       </method>
19660     </type>
19661     <type name="E">
19662       <method name="Int32 Prop(S)">
19663         <size>2</size>
19664       </method>
19665       <method name="Int32 Prop(S2)">
19666         <size>3</size>
19667       </method>
19668     </type>
19669     <type name="C">
19670       <method name="Void Main()">
19671         <size>43</size>
19672       </method>
19673       <method name="Void .ctor()">
19674         <size>7</size>
19675       </method>
19676     </type>
19677   </test>
19678   <test name="gtest-exmethod-37.cs">
19679     <type name="S">
19680       <method name="Void Extension(A, System.String, Boolean)">
19681         <size>11</size>
19682       </method>
19683     </type>
19684     <type name="A">
19685       <method name="Void Extension(System.String)">
19686         <size>1</size>
19687       </method>
19688       <method name="Void .ctor()">
19689         <size>7</size>
19690       </method>
19691     </type>
19692     <type name="Test">
19693       <method name="Void TestMethod(System.Action`1[System.Boolean])">
19694         <size>1</size>
19695       </method>
19696       <method name="Int32 TestMethod(System.Action`1[System.String])">
19697         <size>13</size>
19698       </method>
19699       <method name="Int32 Main()">
19700         <size>33</size>
19701       </method>
19702       <method name="Void .ctor()">
19703         <size>7</size>
19704       </method>
19705     </type>
19706   </test>
19707   <test name="gtest-exmethod-38.cs">
19708     <type name="Repro2.Color">
19709       <method name="Void .ctor(Int32)">
19710         <size>8</size>
19711       </method>
19712       <method name="Void .cctor()">
19713         <size>38</size>
19714       </method>
19715     </type>
19716     <type name="Repro2.ExtensionMethods">
19717       <method name="Color Transparent(Color)">
19718         <size>6</size>
19719       </method>
19720     </type>
19721     <type name="Repro2.MainClass">
19722       <method name="Int32 Main()">
19723         <size>13</size>
19724       </method>
19725       <method name="Void .ctor()">
19726         <size>7</size>
19727       </method>
19728     </type>
19729   </test>
19730   <test name="gtest-friend-01.cs">
19731     <type name="Test">
19732       <method name="Void .ctor()">
19733         <size>7</size>
19734       </method>
19735       <method name="Void Main()">
19736         <size>20</size>
19737       </method>
19738     </type>
19739   </test>
19740   <test name="gtest-friend-02.cs">
19741     <type name="Test">
19742       <method name="Void .ctor()">
19743         <size>7</size>
19744       </method>
19745       <method name="Void Main()">
19746         <size>20</size>
19747       </method>
19748     </type>
19749   </test>
19750   <test name="gtest-friend-03.cs">
19751     <type name="Test">
19752       <method name="Void .ctor()">
19753         <size>7</size>
19754       </method>
19755       <method name="Void Main()">
19756         <size>20</size>
19757       </method>
19758     </type>
19759   </test>
19760   <test name="gtest-friend-04.cs">
19761     <type name="Test">
19762       <method name="Void .ctor()">
19763         <size>7</size>
19764       </method>
19765       <method name="Void Main()">
19766         <size>19</size>
19767       </method>
19768     </type>
19769   </test>
19770   <test name="gtest-friend-05.cs">
19771     <type name="Test">
19772       <method name="Void .ctor()">
19773         <size>7</size>
19774       </method>
19775       <method name="Void Main()">
19776         <size>20</size>
19777       </method>
19778     </type>
19779   </test>
19780   <test name="gtest-friend-06.cs">
19781     <type name="Test">
19782       <method name="Void .ctor()">
19783         <size>7</size>
19784       </method>
19785       <method name="Void Main()">
19786         <size>20</size>
19787       </method>
19788     </type>
19789   </test>
19790   <test name="gtest-friend-07.cs">
19791     <type name="Test">
19792       <method name="Void .ctor()">
19793         <size>7</size>
19794       </method>
19795       <method name="Void Main()">
19796         <size>20</size>
19797       </method>
19798     </type>
19799   </test>
19800   <test name="gtest-friend-08.cs">
19801     <type name="Test">
19802       <method name="Void .ctor()">
19803         <size>7</size>
19804       </method>
19805       <method name="Void Main()">
19806         <size>19</size>
19807       </method>
19808     </type>
19809   </test>
19810   <test name="gtest-friend-09.cs">
19811     <type name="Test">
19812       <method name="Void .ctor()">
19813         <size>7</size>
19814       </method>
19815       <method name="Void Main()">
19816         <size>20</size>
19817       </method>
19818     </type>
19819   </test>
19820   <test name="gtest-friend-10.cs">
19821     <type name="Test">
19822       <method name="Void .ctor()">
19823         <size>7</size>
19824       </method>
19825       <method name="Void Main()">
19826         <size>20</size>
19827       </method>
19828     </type>
19829   </test>
19830   <test name="gtest-friend-11.cs">
19831     <type name="Test">
19832       <method name="Void .ctor()">
19833         <size>7</size>
19834       </method>
19835       <method name="Void Main()">
19836         <size>20</size>
19837       </method>
19838     </type>
19839   </test>
19840   <test name="gtest-friend-12.cs">
19841     <type name="Test">
19842       <method name="Void .ctor()">
19843         <size>7</size>
19844       </method>
19845       <method name="Void Main()">
19846         <size>19</size>
19847       </method>
19848     </type>
19849   </test>
19850   <test name="gtest-friend-13.cs">
19851     <type name="B">
19852       <method name="Void .ctor()">
19853         <size>7</size>
19854       </method>
19855       <method name="Void Test()">
19856         <size>1</size>
19857       </method>
19858       <method name="Void Test_2()">
19859         <size>1</size>
19860       </method>
19861     </type>
19862     <type name="Test">
19863       <method name="Void .ctor()">
19864         <size>7</size>
19865       </method>
19866       <method name="Void Main()">
19867         <size>1</size>
19868       </method>
19869     </type>
19870   </test>
19871   <test name="gtest-friend-14.cs">
19872     <type name="Test">
19873       <method name="Int32 Main()">
19874         <size>13</size>
19875       </method>
19876       <method name="Void .ctor()">
19877         <size>7</size>
19878       </method>
19879     </type>
19880   </test>
19881   <test name="gtest-implicitarray-01.cs">
19882     <type name="Test">
19883       <method name="Void .ctor()">
19884         <size>7</size>
19885       </method>
19886       <method name="Int32 Main()">
19887         <size>296</size>
19888       </method>
19889     </type>
19890     <type name="&lt;PrivateImplementationDetails&gt;">
19891       <method name="Void .ctor()">
19892         <size>7</size>
19893       </method>
19894     </type>
19895   </test>
19896   <test name="gtest-implicitarray-02.cs">
19897     <type name="MyString">
19898       <method name="Void .ctor()">
19899         <size>7</size>
19900       </method>
19901       <method name="System.String op_Implicit(MyString)">
19902         <size>6</size>
19903       </method>
19904     </type>
19905     <type name="Test">
19906       <method name="Void .ctor()">
19907         <size>7</size>
19908       </method>
19909       <method name="Int32 Main()">
19910         <size>50</size>
19911       </method>
19912     </type>
19913   </test>
19914   <test name="gtest-initialize-01.cs">
19915     <type name="MyClass">
19916       <method name="Void .ctor()">
19917         <size>18</size>
19918       </method>
19919       <method name="Int32 get_Answer()">
19920         <size>7</size>
19921       </method>
19922       <method name="Void set_Answer(Int32)">
19923         <size>8</size>
19924       </method>
19925     </type>
19926     <type name="Test">
19927       <method name="Void .ctor()">
19928         <size>7</size>
19929       </method>
19930       <method name="Int32 Main()">
19931         <size>67</size>
19932       </method>
19933     </type>
19934   </test>
19935   <test name="gtest-initialize-02.cs">
19936     <type name="Test">
19937       <method name="Void .ctor()">
19938         <size>7</size>
19939       </method>
19940       <method name="Int32 Main()">
19941         <size>1234</size>
19942       </method>
19943     </type>
19944     <type name="Test+Point">
19945       <method name="Void .ctor()">
19946         <size>7</size>
19947       </method>
19948     </type>
19949     <type name="Test+Line">
19950       <method name="Void .ctor()">
19951         <size>29</size>
19952       </method>
19953     </type>
19954     <type name="Test+Rectangle">
19955       <method name="Void .ctor()">
19956         <size>51</size>
19957       </method>
19958     </type>
19959     <type name="Test+Library">
19960       <method name="Void .ctor()">
19961         <size>53</size>
19962       </method>
19963     </type>
19964     <type name="Test+Thing">
19965       <method name="Void .ctor()">
19966         <size>7</size>
19967       </method>
19968     </type>
19969     <type name="Test+Box">
19970       <method name="Void .ctor()">
19971         <size>7</size>
19972       </method>
19973     </type>
19974   </test>
19975   <test name="gtest-initialize-03.cs">
19976     <type name="Data">
19977       <method name="Void .ctor()">
19978         <size>7</size>
19979       </method>
19980     </type>
19981     <type name="Test">
19982       <method name="Void .ctor()">
19983         <size>7</size>
19984       </method>
19985       <method name="Void set_Prop(Data)">
19986         <size>1</size>
19987       </method>
19988       <method name="System.Object Foo()">
19989         <size>15</size>
19990       </method>
19991       <method name="Void Main()">
19992         <size>52</size>
19993       </method>
19994     </type>
19995   </test>
19996   <test name="gtest-initialize-04.cs">
19997     <type name="C">
19998       <method name="Void .ctor()">
19999         <size>7</size>
20000       </method>
20001       <method name="Void .cctor()">
20002         <size>34</size>
20003       </method>
20004       <method name="Int32 Main()">
20005         <size>30</size>
20006       </method>
20007     </type>
20008   </test>
20009   <test name="gtest-initialize-05.cs">
20010     <type name="C">
20011       <method name="Void .ctor()">
20012         <size>7</size>
20013       </method>
20014       <method name="Int32 Main()">
20015         <size>235</size>
20016       </method>
20017     </type>
20018   </test>
20019   <test name="gtest-initialize-06.cs">
20020     <type name="C">
20021       <method name="Void .ctor()">
20022         <size>7</size>
20023       </method>
20024       <method name="Int32 Main()">
20025         <size>39</size>
20026       </method>
20027       <method name="Void Foo(Point ByRef)">
20028         <size>38</size>
20029       </method>
20030     </type>
20031   </test>
20032   <test name="gtest-initialize-07.cs">
20033     <type name="A">
20034       <method name="Void .ctor()">
20035         <size>7</size>
20036       </method>
20037       <method name="System.String get_Name()">
20038         <size>7</size>
20039       </method>
20040       <method name="Void set_Name(System.String)">
20041         <size>8</size>
20042       </method>
20043       <method name="Boolean Matches(System.String)">
20044         <size>13</size>
20045       </method>
20046     </type>
20047     <type name="M">
20048       <method name="Void .ctor()">
20049         <size>7</size>
20050       </method>
20051       <method name="Int32 Main()">
20052         <size>37</size>
20053       </method>
20054     </type>
20055   </test>
20056   <test name="gtest-initialize-08.cs">
20057     <type name="T">
20058       <method name="Void .ctor()">
20059         <size>7</size>
20060       </method>
20061     </type>
20062     <type name="X">
20063       <method name="Void .ctor()">
20064         <size>7</size>
20065       </method>
20066       <method name="Z[] get_Prop()">
20067         <size>7</size>
20068       </method>
20069       <method name="Void set_Prop(Z[])">
20070         <size>8</size>
20071       </method>
20072     </type>
20073     <type name="Z">
20074       <method name="Void .ctor()">
20075         <size>7</size>
20076       </method>
20077     </type>
20078     <type name="Test">
20079       <method name="Void .ctor(String)">
20080         <size>70</size>
20081       </method>
20082       <method name="Void .ctor(Int32)">
20083         <size>70</size>
20084       </method>
20085     </type>
20086     <type name="C">
20087       <method name="Void .ctor()">
20088         <size>7</size>
20089       </method>
20090       <method name="Int32 Main()">
20091         <size>13</size>
20092       </method>
20093     </type>
20094   </test>
20095   <test name="gtest-initialize-09.cs">
20096     <type name="Test">
20097       <method name="Void .ctor()">
20098         <size>7</size>
20099       </method>
20100       <method name="Int32 Main()">
20101         <size>53</size>
20102       </method>
20103     </type>
20104     <type name="&lt;PrivateImplementationDetails&gt;">
20105       <method name="Void .ctor()">
20106         <size>7</size>
20107       </method>
20108     </type>
20109   </test>
20110   <test name="gtest-initialize-10.cs">
20111     <type name="Foo">
20112       <method name="Void .ctor()">
20113         <size>7</size>
20114       </method>
20115       <method name="Int32 get_P()">
20116         <size>7</size>
20117       </method>
20118       <method name="Void set_P(Int32)">
20119         <size>8</size>
20120       </method>
20121     </type>
20122     <type name="Y">
20123       <method name="Void .ctor()">
20124         <size>7</size>
20125       </method>
20126       <method name="Int32 Main()">
20127         <size>38</size>
20128       </method>
20129       <method name="Boolean Do(Foo)">
20130         <size>86</size>
20131       </method>
20132     </type>
20133   </test>
20134   <test name="gtest-initialize-11.cs">
20135     <type name="InlineAssignmentTest.Foo">
20136       <method name="Void .ctor()">
20137         <size>14</size>
20138       </method>
20139     </type>
20140     <type name="InlineAssignmentTest.MainClass">
20141       <method name="Int32 Main()">
20142         <size>30</size>
20143       </method>
20144       <method name="Void .ctor()">
20145         <size>7</size>
20146       </method>
20147     </type>
20148   </test>
20149   <test name="gtest-initialize-12.cs">
20150     <type name="C">
20151       <method name="Void set_Foo(Int32)">
20152         <size>1</size>
20153       </method>
20154       <method name="Void .ctor()">
20155         <size>7</size>
20156       </method>
20157     </type>
20158     <type name="B">
20159       <method name="Void set_Foo(Int32)">
20160         <size>0</size>
20161       </method>
20162       <method name="Void .ctor()">
20163         <size>7</size>
20164       </method>
20165     </type>
20166     <type name="Test">
20167       <method name="Void set_Foo(Int32)">
20168         <size>1</size>
20169       </method>
20170       <method name="Void Main()">
20171         <size>16</size>
20172       </method>
20173       <method name="Void .ctor()">
20174         <size>7</size>
20175       </method>
20176     </type>
20177   </test>
20178   <test name="gtest-iter-01.cs">
20179     <type name="C">
20180       <method name="Void .ctor()">
20181         <size>7</size>
20182       </method>
20183       <method name="Void Main()">
20184         <size>1</size>
20185       </method>
20186     </type>
20187     <type name="C+ArrayReadOnlyList`1[T]">
20188       <method name="Void .ctor()">
20189         <size>7</size>
20190       </method>
20191       <method name="T get_Item(Int32)">
20192         <size>13</size>
20193       </method>
20194       <method name="IEnumerator`1 GetEnumerator()">
20195         <size>15</size>
20196       </method>
20197     </type>
20198     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
20199       <method name="Void .ctor()">
20200         <size>7</size>
20201       </method>
20202       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20203         <size>12</size>
20204       </method>
20205       <method name="Boolean MoveNext()">
20206         <size>134</size>
20207       </method>
20208       <method name="Void Dispose()">
20209         <size>8</size>
20210       </method>
20211       <method name="Void Reset()">
20212         <size>6</size>
20213       </method>
20214       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20215         <size>7</size>
20216       </method>
20217     </type>
20218   </test>
20219   <test name="gtest-iter-02.cs">
20220     <type name="C">
20221       <method name="Void .ctor()">
20222         <size>7</size>
20223       </method>
20224       <method name="IEnumerator`1 Test()">
20225         <size>8</size>
20226       </method>
20227       <method name="Void Main()">
20228         <size>1</size>
20229       </method>
20230     </type>
20231     <type name="C+&lt;Test&gt;c__Iterator0">
20232       <method name="Void .ctor()">
20233         <size>7</size>
20234       </method>
20235       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20236         <size>12</size>
20237       </method>
20238       <method name="Boolean MoveNext()">
20239         <size>25</size>
20240       </method>
20241       <method name="Void Dispose()">
20242         <size>8</size>
20243       </method>
20244       <method name="Void Reset()">
20245         <size>6</size>
20246       </method>
20247       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
20248         <size>7</size>
20249       </method>
20250     </type>
20251   </test>
20252   <test name="gtest-iter-03.cs">
20253     <type name="Test">
20254       <method name="Void .ctor()">
20255         <size>18</size>
20256       </method>
20257       <method name="IEnumerable`1 Annotations[T]()">
20258         <size>23</size>
20259       </method>
20260       <method name="IEnumerable`1 Annotations(System.Type)">
20261         <size>37</size>
20262       </method>
20263       <method name="Void Main()">
20264         <size>14</size>
20265       </method>
20266     </type>
20267     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
20268       <method name="Void .ctor()">
20269         <size>7</size>
20270       </method>
20271       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20272         <size>12</size>
20273       </method>
20274       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20275         <size>7</size>
20276       </method>
20277       <method name="Boolean MoveNext()">
20278         <size>194</size>
20279       </method>
20280       <method name="Void Dispose()">
20281         <size>62</size>
20282       </method>
20283       <method name="Void Reset()">
20284         <size>6</size>
20285       </method>
20286     </type>
20287     <type name="Test+&lt;Annotations&gt;c__Iterator1">
20288       <method name="Void .ctor()">
20289         <size>7</size>
20290       </method>
20291       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20292         <size>7</size>
20293       </method>
20294       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20295         <size>7</size>
20296       </method>
20297       <method name="Boolean MoveNext()">
20298         <size>217</size>
20299       </method>
20300       <method name="Void Dispose()">
20301         <size>57</size>
20302       </method>
20303       <method name="Void Reset()">
20304         <size>6</size>
20305       </method>
20306     </type>
20307     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
20308       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20309         <size>7</size>
20310       </method>
20311       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20312         <size>40</size>
20313       </method>
20314     </type>
20315     <type name="Test+&lt;Annotations&gt;c__Iterator1">
20316       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
20317         <size>7</size>
20318       </method>
20319       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
20320         <size>52</size>
20321       </method>
20322     </type>
20323   </test>
20324   <test name="gtest-iter-04.cs">
20325     <type name="TestClass">
20326       <method name="Void .ctor()">
20327         <size>7</size>
20328       </method>
20329       <method name="Void ToString(System.Object)">
20330         <size>0</size>
20331       </method>
20332       <method name="IEnumerable`1 TestEnumerator()">
20333         <size>23</size>
20334       </method>
20335       <method name="Void Test()">
20336         <size>8</size>
20337       </method>
20338     </type>
20339     <type name="M">
20340       <method name="Void .ctor()">
20341         <size>7</size>
20342       </method>
20343       <method name="Void Main()">
20344         <size>1</size>
20345       </method>
20346     </type>
20347     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
20348       <method name="Void .ctor()">
20349         <size>7</size>
20350       </method>
20351       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20352         <size>7</size>
20353       </method>
20354       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20355         <size>7</size>
20356       </method>
20357       <method name="Boolean MoveNext()">
20358         <size>37</size>
20359       </method>
20360       <method name="Void Dispose()">
20361         <size>8</size>
20362       </method>
20363       <method name="Void Reset()">
20364         <size>6</size>
20365       </method>
20366       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
20367         <size>7</size>
20368       </method>
20369       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
20370         <size>40</size>
20371       </method>
20372     </type>
20373   </test>
20374   <test name="gtest-iter-05.cs">
20375     <type name="Test">
20376       <method name="Void .ctor()">
20377         <size>7</size>
20378       </method>
20379       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
20380         <size>44</size>
20381       </method>
20382       <method name="Void Main()">
20383         <size>31</size>
20384       </method>
20385     </type>
20386     <type name="Foo`1[T]">
20387       <method name="Void .ctor()">
20388         <size>7</size>
20389       </method>
20390       <method name="Void CreateItem[G]()">
20391         <size>1</size>
20392       </method>
20393     </type>
20394     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
20395       <method name="Void .ctor()">
20396         <size>7</size>
20397       </method>
20398       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20399         <size>12</size>
20400       </method>
20401       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20402         <size>7</size>
20403       </method>
20404       <method name="Boolean MoveNext()">
20405         <size>185</size>
20406       </method>
20407       <method name="Void Dispose()">
20408         <size>62</size>
20409       </method>
20410       <method name="Void Reset()">
20411         <size>6</size>
20412       </method>
20413       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20414         <size>7</size>
20415       </method>
20416       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20417         <size>52</size>
20418       </method>
20419     </type>
20420   </test>
20421   <test name="gtest-iter-06.cs">
20422     <type name="Mono.Rocks.KeyValuePair">
20423       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
20424         <size>13</size>
20425       </method>
20426     </type>
20427     <type name="Mono.Rocks.Sequence">
20428       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
20429         <size>8</size>
20430       </method>
20431       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
20432         <size>44</size>
20433       </method>
20434     </type>
20435     <type name="Mono.Rocks.Test">
20436       <method name="Void .ctor()">
20437         <size>7</size>
20438       </method>
20439       <method name="Int32 Main()">
20440         <size>118</size>
20441       </method>
20442       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
20443         <size>30</size>
20444       </method>
20445     </type>
20446     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
20447       <method name="Void .ctor()">
20448         <size>7</size>
20449       </method>
20450       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20451         <size>12</size>
20452       </method>
20453       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20454         <size>7</size>
20455       </method>
20456       <method name="Boolean MoveNext()">
20457         <size>181</size>
20458       </method>
20459       <method name="Void Dispose()">
20460         <size>8</size>
20461       </method>
20462       <method name="Void Reset()">
20463         <size>6</size>
20464       </method>
20465       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
20466         <size>7</size>
20467       </method>
20468       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
20469         <size>52</size>
20470       </method>
20471     </type>
20472   </test>
20473   <test name="gtest-iter-07.cs">
20474     <type name="Test">
20475       <method name="Void .ctor()">
20476         <size>7</size>
20477       </method>
20478       <method name="Int32 Main()">
20479         <size>8</size>
20480       </method>
20481       <method name="Void TestFunction(IEnumerable`1)">
20482         <size>35</size>
20483       </method>
20484     </type>
20485     <type name="MySystem">
20486       <method name="Void .ctor()">
20487         <size>34</size>
20488       </method>
20489       <method name="IEnumerable`1 get_Items()">
20490         <size>23</size>
20491       </method>
20492     </type>
20493     <type name="MySystem+&lt;&gt;c__Iterator0">
20494       <method name="Void .ctor()">
20495         <size>7</size>
20496       </method>
20497       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20498         <size>7</size>
20499       </method>
20500       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20501         <size>7</size>
20502       </method>
20503       <method name="Boolean MoveNext()">
20504         <size>185</size>
20505       </method>
20506       <method name="Void Dispose()">
20507         <size>57</size>
20508       </method>
20509       <method name="Void Reset()">
20510         <size>6</size>
20511       </method>
20512       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
20513         <size>7</size>
20514       </method>
20515       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
20516         <size>40</size>
20517       </method>
20518     </type>
20519   </test>
20520   <test name="gtest-iter-08.cs">
20521     <type name="App">
20522       <method name="Void .ctor()">
20523         <size>7</size>
20524       </method>
20525       <method name="IEnumerable QueryEnumerable[T]()">
20526         <size>16</size>
20527       </method>
20528       <method name="Int32 Main()">
20529         <size>118</size>
20530       </method>
20531     </type>
20532     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
20533       <method name="Void .ctor()">
20534         <size>7</size>
20535       </method>
20536       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20537         <size>7</size>
20538       </method>
20539       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20540         <size>7</size>
20541       </method>
20542       <method name="Boolean MoveNext()">
20543         <size>82</size>
20544       </method>
20545       <method name="Void Dispose()">
20546         <size>8</size>
20547       </method>
20548       <method name="Void Reset()">
20549         <size>6</size>
20550       </method>
20551     </type>
20552     <type name="App">
20553       <method name="T TestType[T]()">
20554         <size>21</size>
20555       </method>
20556       <method name="System.Object TestType(System.Type)">
20557         <size>6</size>
20558       </method>
20559     </type>
20560     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
20561       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
20562         <size>7</size>
20563       </method>
20564       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
20565         <size>26</size>
20566       </method>
20567     </type>
20568   </test>
20569   <test name="gtest-iter-09.cs">
20570     <type name="Test">
20571       <method name="Void .ctor()">
20572         <size>7</size>
20573       </method>
20574       <method name="IEnumerable`1 Create[T](T[,])">
20575         <size>30</size>
20576       </method>
20577       <method name="Int32 Main()">
20578         <size>80</size>
20579       </method>
20580     </type>
20581     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
20582       <method name="Void .ctor()">
20583         <size>7</size>
20584       </method>
20585       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20586         <size>12</size>
20587       </method>
20588       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20589         <size>7</size>
20590       </method>
20591       <method name="Boolean MoveNext()">
20592         <size>128</size>
20593       </method>
20594       <method name="Void Dispose()">
20595         <size>8</size>
20596       </method>
20597       <method name="Void Reset()">
20598         <size>6</size>
20599       </method>
20600       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20601         <size>7</size>
20602       </method>
20603       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20604         <size>40</size>
20605       </method>
20606     </type>
20607     <type name="&lt;PrivateImplementationDetails&gt;">
20608       <method name="Void .ctor()">
20609         <size>7</size>
20610       </method>
20611     </type>
20612   </test>
20613   <test name="gtest-iter-10.cs">
20614     <type name="Test">
20615       <method name="Void .ctor()">
20616         <size>7</size>
20617       </method>
20618       <method name="IEnumerable`1 FromTo(Int32, Int32)">
20619         <size>44</size>
20620       </method>
20621       <method name="Int32 Main()">
20622         <size>163</size>
20623       </method>
20624     </type>
20625     <type name="Test+&lt;FromTo&gt;c__Iterator0">
20626       <method name="Void .ctor()">
20627         <size>7</size>
20628       </method>
20629       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
20630         <size>7</size>
20631       </method>
20632       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20633         <size>12</size>
20634       </method>
20635       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20636         <size>7</size>
20637       </method>
20638       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
20639         <size>52</size>
20640       </method>
20641       <method name="Boolean MoveNext()">
20642         <size>101</size>
20643       </method>
20644       <method name="Void Dispose()">
20645         <size>8</size>
20646       </method>
20647       <method name="Void Reset()">
20648         <size>6</size>
20649       </method>
20650     </type>
20651   </test>
20652   <test name="gtest-iter-11.cs">
20653     <type name="Foo">
20654       <method name="Void .ctor()">
20655         <size>7</size>
20656       </method>
20657     </type>
20658     <type name="Bar">
20659       <method name="Void .ctor()">
20660         <size>7</size>
20661       </method>
20662       <method name="System.String get_Name()">
20663         <size>7</size>
20664       </method>
20665       <method name="Void set_Name(System.String)">
20666         <size>8</size>
20667       </method>
20668     </type>
20669     <type name="Collection`1[T]">
20670       <method name="Void .ctor()">
20671         <size>18</size>
20672       </method>
20673       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20674         <size>7</size>
20675       </method>
20676       <method name="Void Add(T)">
20677         <size>13</size>
20678       </method>
20679       <method name="IEnumerator`1 GetEnumerator()">
20680         <size>15</size>
20681       </method>
20682     </type>
20683     <type name="BarCollection">
20684       <method name="Void .ctor()">
20685         <size>7</size>
20686       </method>
20687     </type>
20688     <type name="Program">
20689       <method name="Void .ctor()">
20690         <size>7</size>
20691       </method>
20692       <method name="Int32 Main()">
20693         <size>143</size>
20694       </method>
20695     </type>
20696     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
20697       <method name="Void .ctor()">
20698         <size>7</size>
20699       </method>
20700       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20701         <size>7</size>
20702       </method>
20703       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20704         <size>12</size>
20705       </method>
20706       <method name="Boolean MoveNext()">
20707         <size>174</size>
20708       </method>
20709       <method name="Void Dispose()">
20710         <size>57</size>
20711       </method>
20712       <method name="Void Reset()">
20713         <size>6</size>
20714       </method>
20715     </type>
20716   </test>
20717   <test name="gtest-iter-12.cs">
20718     <type name="H">
20719       <method name="Void Main(System.String[])">
20720         <size>1</size>
20721       </method>
20722       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
20723         <size>30</size>
20724       </method>
20725       <method name="Void .ctor()">
20726         <size>7</size>
20727       </method>
20728     </type>
20729     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
20730       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20731         <size>7</size>
20732       </method>
20733       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20734         <size>12</size>
20735       </method>
20736       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20737         <size>7</size>
20738       </method>
20739       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20740         <size>40</size>
20741       </method>
20742       <method name="Boolean MoveNext()">
20743         <size>115</size>
20744       </method>
20745       <method name="Void Dispose()">
20746         <size>8</size>
20747       </method>
20748       <method name="Void Reset()">
20749         <size>6</size>
20750       </method>
20751       <method name="Void .ctor()">
20752         <size>7</size>
20753       </method>
20754     </type>
20755   </test>
20756   <test name="gtest-iter-13.cs">
20757     <type name="C`1[T]">
20758       <method name="IEnumerator GetEnumerator()">
20759         <size>12</size>
20760       </method>
20761       <method name="IEnumerable`1 Filter(System.Func`2[T,System.Boolean])">
20762         <size>37</size>
20763       </method>
20764       <method name="Void .ctor()">
20765         <size>7</size>
20766       </method>
20767     </type>
20768     <type name="M">
20769       <method name="Void Main()">
20770         <size>59</size>
20771       </method>
20772       <method name="Void .ctor()">
20773         <size>7</size>
20774       </method>
20775     </type>
20776     <type name="C`1+&lt;Filter&gt;c__Iterator0[T]">
20777       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20778         <size>7</size>
20779       </method>
20780       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20781         <size>12</size>
20782       </method>
20783       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20784         <size>7</size>
20785       </method>
20786       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20787         <size>52</size>
20788       </method>
20789       <method name="Boolean MoveNext()">
20790         <size>215</size>
20791       </method>
20792       <method name="Void Dispose()">
20793         <size>76</size>
20794       </method>
20795       <method name="Void Reset()">
20796         <size>6</size>
20797       </method>
20798       <method name="Void .ctor()">
20799         <size>7</size>
20800       </method>
20801     </type>
20802   </test>
20803   <test name="gtest-iter-14.cs">
20804     <type name="A">
20805       <method name="Int32 get_BaseM()">
20806         <size>2</size>
20807       </method>
20808       <method name="Void set_BaseM(Int32)">
20809         <size>11</size>
20810       </method>
20811       <method name="Void .ctor()">
20812         <size>7</size>
20813       </method>
20814     </type>
20815     <type name="B">
20816       <method name="Void set_BaseM(Int32)">
20817         <size>1</size>
20818       </method>
20819       <method name="Void .ctor()">
20820         <size>7</size>
20821       </method>
20822     </type>
20823     <type name="S">
20824       <method name="IEnumerable`1 GetIt()">
20825         <size>28</size>
20826       </method>
20827       <method name="Int32 &lt;GetHashCode&gt;__BaseCallProxy0()">
20828         <size>17</size>
20829       </method>
20830     </type>
20831     <type name="X">
20832       <method name="Void set_BaseM(Int32)">
20833         <size>11</size>
20834       </method>
20835       <method name="IEnumerable`1 GetIt()">
20836         <size>23</size>
20837       </method>
20838       <method name="Int32 Main()">
20839         <size>135</size>
20840       </method>
20841       <method name="Int32 &lt;get_BaseM&gt;__BaseCallProxy0()">
20842         <size>7</size>
20843       </method>
20844       <method name="Void &lt;set_BaseM&gt;__BaseCallProxy1(Int32)">
20845         <size>8</size>
20846       </method>
20847       <method name="Void .ctor()">
20848         <size>7</size>
20849       </method>
20850     </type>
20851     <type name="S+&lt;GetIt&gt;c__Iterator0">
20852       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
20853         <size>7</size>
20854       </method>
20855       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20856         <size>12</size>
20857       </method>
20858       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20859         <size>7</size>
20860       </method>
20861       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
20862         <size>40</size>
20863       </method>
20864       <method name="Boolean MoveNext()">
20865         <size>73</size>
20866       </method>
20867       <method name="Void Dispose()">
20868         <size>8</size>
20869       </method>
20870       <method name="Void Reset()">
20871         <size>6</size>
20872       </method>
20873       <method name="Void .ctor()">
20874         <size>7</size>
20875       </method>
20876     </type>
20877     <type name="X+&lt;GetIt&gt;c__Iterator1">
20878       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
20879         <size>7</size>
20880       </method>
20881       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20882         <size>12</size>
20883       </method>
20884       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20885         <size>7</size>
20886       </method>
20887       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
20888         <size>40</size>
20889       </method>
20890       <method name="Boolean MoveNext()">
20891         <size>84</size>
20892       </method>
20893       <method name="Void Dispose()">
20894         <size>8</size>
20895       </method>
20896       <method name="Void Reset()">
20897         <size>6</size>
20898       </method>
20899       <method name="Void .ctor()">
20900         <size>7</size>
20901       </method>
20902     </type>
20903   </test>
20904   <test name="gtest-iter-15.cs">
20905     <type name="C`1[TFirst]">
20906       <method name="IEnumerable`1 GetEnumerable[V](IEnumerable`1)">
20907         <size>30</size>
20908       </method>
20909       <method name="Void .ctor()">
20910         <size>7</size>
20911       </method>
20912     </type>
20913     <type name="C`1+VSlot`1[TFirst,T]">
20914       <method name="Void .ctor(T)">
20915         <size>8</size>
20916       </method>
20917     </type>
20918     <type name="C">
20919       <method name="Int32 Main()">
20920         <size>111</size>
20921       </method>
20922       <method name="Void .ctor()">
20923         <size>7</size>
20924       </method>
20925     </type>
20926     <type name="C`1+&lt;GetEnumerable&gt;c__Iterator0`1[TFirst,V]">
20927       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
20928         <size>7</size>
20929       </method>
20930       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20931         <size>12</size>
20932       </method>
20933       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20934         <size>7</size>
20935       </method>
20936       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;V&gt;.GetEnumerator()">
20937         <size>40</size>
20938       </method>
20939       <method name="Boolean MoveNext()">
20940         <size>179</size>
20941       </method>
20942       <method name="Void Dispose()">
20943         <size>62</size>
20944       </method>
20945       <method name="Void Reset()">
20946         <size>6</size>
20947       </method>
20948       <method name="Void .ctor()">
20949         <size>7</size>
20950       </method>
20951     </type>
20952   </test>
20953   <test name="gtest-iter-16.cs">
20954     <type name="Test.Base">
20955       <method name="IEnumerable`1 GetStuff(Int32)">
20956         <size>23</size>
20957       </method>
20958       <method name="Void .ctor()">
20959         <size>7</size>
20960       </method>
20961     </type>
20962     <type name="Test.Derived">
20963       <method name="IEnumerable`1 GetStuff(Int32)">
20964         <size>37</size>
20965       </method>
20966       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
20967         <size>8</size>
20968       </method>
20969       <method name="Void .ctor()">
20970         <size>7</size>
20971       </method>
20972     </type>
20973     <type name="Test.SpecialDerived">
20974       <method name="IEnumerable`1 GetStuff(Int32)">
20975         <size>37</size>
20976       </method>
20977       <method name="Void Main()">
20978         <size>61</size>
20979       </method>
20980       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
20981         <size>8</size>
20982       </method>
20983       <method name="Void .ctor()">
20984         <size>7</size>
20985       </method>
20986     </type>
20987     <type name="Test.Base+&lt;GetStuff&gt;c__Iterator0">
20988       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
20989         <size>7</size>
20990       </method>
20991       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20992         <size>7</size>
20993       </method>
20994       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20995         <size>7</size>
20996       </method>
20997       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
20998         <size>40</size>
20999       </method>
21000       <method name="Boolean MoveNext()">
21001         <size>68</size>
21002       </method>
21003       <method name="Void Dispose()">
21004         <size>8</size>
21005       </method>
21006       <method name="Void Reset()">
21007         <size>6</size>
21008       </method>
21009       <method name="Void .ctor()">
21010         <size>7</size>
21011       </method>
21012     </type>
21013     <type name="Test.Derived+&lt;GetStuff&gt;c__Iterator1">
21014       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
21015         <size>7</size>
21016       </method>
21017       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21018         <size>7</size>
21019       </method>
21020       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21021         <size>7</size>
21022       </method>
21023       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
21024         <size>52</size>
21025       </method>
21026       <method name="Boolean MoveNext()">
21027         <size>185</size>
21028       </method>
21029       <method name="Void Dispose()">
21030         <size>62</size>
21031       </method>
21032       <method name="Void Reset()">
21033         <size>6</size>
21034       </method>
21035       <method name="Void .ctor()">
21036         <size>7</size>
21037       </method>
21038     </type>
21039     <type name="Test.SpecialDerived+&lt;GetStuff&gt;c__Iterator2">
21040       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
21041         <size>7</size>
21042       </method>
21043       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21044         <size>7</size>
21045       </method>
21046       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21047         <size>7</size>
21048       </method>
21049       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
21050         <size>52</size>
21051       </method>
21052       <method name="Boolean MoveNext()">
21053         <size>185</size>
21054       </method>
21055       <method name="Void Dispose()">
21056         <size>62</size>
21057       </method>
21058       <method name="Void Reset()">
21059         <size>6</size>
21060       </method>
21061       <method name="Void .ctor()">
21062         <size>7</size>
21063       </method>
21064     </type>
21065   </test>
21066   <test name="gtest-lambda-01.cs">
21067     <type name="X">
21068       <method name="Int32 Main()">
21069         <size>300</size>
21070       </method>
21071       <method name="Int32 &lt;Main&gt;m__0(Int32)">
21072         <size>4</size>
21073       </method>
21074       <method name="Int32 &lt;Main&gt;m__1(Int32)">
21075         <size>4</size>
21076       </method>
21077       <method name="Void &lt;Main&gt;m__3(Int32)">
21078         <size>8</size>
21079       </method>
21080       <method name="Void .ctor(Int32)">
21081         <size>13</size>
21082       </method>
21083     </type>
21084     <type name="IntFunc">
21085       <method name="Int32 Invoke(Int32)">
21086         <size>0</size>
21087       </method>
21088       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21089         <size>0</size>
21090       </method>
21091       <method name="Int32 EndInvoke(IAsyncResult)">
21092         <size>0</size>
21093       </method>
21094       <method name="Void .ctor(Object, IntPtr)">
21095         <size>0</size>
21096       </method>
21097     </type>
21098     <type name="VoidFunc">
21099       <method name="Void Invoke(Int32)">
21100         <size>0</size>
21101       </method>
21102       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21103         <size>0</size>
21104       </method>
21105       <method name="Void EndInvoke(IAsyncResult)">
21106         <size>0</size>
21107       </method>
21108       <method name="Void .ctor(Object, IntPtr)">
21109         <size>0</size>
21110       </method>
21111     </type>
21112     <type name="X+&lt;Main&gt;c__AnonStorey0">
21113       <method name="Void &lt;&gt;m__2(Int32)">
21114         <size>8</size>
21115       </method>
21116       <method name="Void .ctor()">
21117         <size>7</size>
21118       </method>
21119     </type>
21120   </test>
21121   <test name="gtest-lambda-02.cs">
21122     <type name="X">
21123       <method name="Void Foo(funci)">
21124         <size>16</size>
21125       </method>
21126       <method name="Void Foo(funcs)">
21127         <size>19</size>
21128       </method>
21129       <method name="Void Main()">
21130         <size>35</size>
21131       </method>
21132       <method name="System.String &lt;Main&gt;m__0(System.String)">
21133         <size>12</size>
21134       </method>
21135       <method name="Void .ctor()">
21136         <size>7</size>
21137       </method>
21138     </type>
21139     <type name="funcs">
21140       <method name="System.String Invoke(System.String)">
21141         <size>0</size>
21142       </method>
21143       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
21144         <size>0</size>
21145       </method>
21146       <method name="System.String EndInvoke(IAsyncResult)">
21147         <size>0</size>
21148       </method>
21149       <method name="Void .ctor(Object, IntPtr)">
21150         <size>0</size>
21151       </method>
21152     </type>
21153     <type name="funci">
21154       <method name="Int32 Invoke(Int32)">
21155         <size>0</size>
21156       </method>
21157       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21158         <size>0</size>
21159       </method>
21160       <method name="Int32 EndInvoke(IAsyncResult)">
21161         <size>0</size>
21162       </method>
21163       <method name="Void .ctor(Object, IntPtr)">
21164         <size>0</size>
21165       </method>
21166     </type>
21167   </test>
21168   <test name="gtest-lambda-03.cs">
21169     <type name="Demo">
21170       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
21171         <size>8</size>
21172       </method>
21173       <method name="Int32 Main()">
21174         <size>54</size>
21175       </method>
21176       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
21177         <size>7</size>
21178       </method>
21179       <method name="Void .ctor()">
21180         <size>7</size>
21181       </method>
21182     </type>
21183     <type name="Func`2[TArg0,TResult]">
21184       <method name="TResult Invoke(TArg0)">
21185         <size>0</size>
21186       </method>
21187       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
21188         <size>0</size>
21189       </method>
21190       <method name="TResult EndInvoke(IAsyncResult)">
21191         <size>0</size>
21192       </method>
21193       <method name="Void .ctor(Object, IntPtr)">
21194         <size>0</size>
21195       </method>
21196     </type>
21197   </test>
21198   <test name="gtest-lambda-04.cs">
21199     <type name="Demo">
21200       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
21201         <size>14</size>
21202       </method>
21203       <method name="Int32 Main()">
21204         <size>103</size>
21205       </method>
21206       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
21207         <size>7</size>
21208       </method>
21209       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
21210         <size>8</size>
21211       </method>
21212       <method name="Void .ctor()">
21213         <size>7</size>
21214       </method>
21215     </type>
21216     <type name="Func`2[TArg0,TResult]">
21217       <method name="TResult Invoke(TArg0)">
21218         <size>0</size>
21219       </method>
21220       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
21221         <size>0</size>
21222       </method>
21223       <method name="TResult EndInvoke(IAsyncResult)">
21224         <size>0</size>
21225       </method>
21226       <method name="Void .ctor(Object, IntPtr)">
21227         <size>0</size>
21228       </method>
21229     </type>
21230   </test>
21231   <test name="gtest-lambda-05.cs">
21232     <type name="C">
21233       <method name="Boolean M(C+db)">
21234         <size>8</size>
21235       </method>
21236       <method name="System.String M(C+ds)">
21237         <size>6</size>
21238       </method>
21239       <method name="Int32 M(C+di)">
21240         <size>8</size>
21241       </method>
21242       <method name="Int32 Main()">
21243         <size>125</size>
21244       </method>
21245       <method name="System.String &lt;Main&gt;m__0(System.String)">
21246         <size>31</size>
21247       </method>
21248       <method name="Int32 &lt;Main&gt;m__1(Int32)">
21249         <size>31</size>
21250       </method>
21251       <method name="Void .ctor()">
21252         <size>7</size>
21253       </method>
21254     </type>
21255     <type name="C+di">
21256       <method name="Int32 Invoke(Int32)">
21257         <size>0</size>
21258       </method>
21259       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21260         <size>0</size>
21261       </method>
21262       <method name="Int32 EndInvoke(IAsyncResult)">
21263         <size>0</size>
21264       </method>
21265       <method name="Void .ctor(Object, IntPtr)">
21266         <size>0</size>
21267       </method>
21268     </type>
21269     <type name="C+ds">
21270       <method name="System.String Invoke(System.String)">
21271         <size>0</size>
21272       </method>
21273       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
21274         <size>0</size>
21275       </method>
21276       <method name="System.String EndInvoke(IAsyncResult)">
21277         <size>0</size>
21278       </method>
21279       <method name="Void .ctor(Object, IntPtr)">
21280         <size>0</size>
21281       </method>
21282     </type>
21283     <type name="C+db">
21284       <method name="Boolean Invoke(Boolean)">
21285         <size>0</size>
21286       </method>
21287       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
21288         <size>0</size>
21289       </method>
21290       <method name="Boolean EndInvoke(IAsyncResult)">
21291         <size>0</size>
21292       </method>
21293       <method name="Void .ctor(Object, IntPtr)">
21294         <size>0</size>
21295       </method>
21296     </type>
21297     <type name="C+&lt;Main&gt;c__AnonStorey0">
21298       <method name="System.String &lt;&gt;m__2(System.String)">
21299         <size>12</size>
21300       </method>
21301       <method name="Void .ctor()">
21302         <size>7</size>
21303       </method>
21304     </type>
21305     <type name="C+&lt;Main&gt;c__AnonStorey1">
21306       <method name="Int32 &lt;&gt;m__3(Int32)">
21307         <size>11</size>
21308       </method>
21309       <method name="Void .ctor()">
21310         <size>7</size>
21311       </method>
21312     </type>
21313   </test>
21314   <test name="gtest-lambda-06.cs">
21315     <type name="TestClass">
21316       <method name="Void P(TestClass+DT)">
21317         <size>26</size>
21318       </method>
21319       <method name="Void P(TestClass+DF)">
21320         <size>26</size>
21321       </method>
21322       <method name="T And(T, T)">
21323         <size>10</size>
21324       </method>
21325       <method name="F And(T, F)">
21326         <size>10</size>
21327       </method>
21328       <method name="F And(F, T)">
21329         <size>10</size>
21330       </method>
21331       <method name="F And(F, F)">
21332         <size>10</size>
21333       </method>
21334       <method name="T Or(T, T)">
21335         <size>10</size>
21336       </method>
21337       <method name="T Or(T, F)">
21338         <size>10</size>
21339       </method>
21340       <method name="T Or(F, T)">
21341         <size>10</size>
21342       </method>
21343       <method name="F Or(F, F)">
21344         <size>10</size>
21345       </method>
21346       <method name="F Not(T)">
21347         <size>10</size>
21348       </method>
21349       <method name="T Not(F)">
21350         <size>10</size>
21351       </method>
21352       <method name="Void StopTrue(T)">
21353         <size>1</size>
21354       </method>
21355       <method name="Int32 Main()">
21356         <size>36</size>
21357       </method>
21358       <method name="Void &lt;Main&gt;m__0(F)">
21359         <size>31</size>
21360       </method>
21361       <method name="Void .ctor()">
21362         <size>7</size>
21363       </method>
21364     </type>
21365     <type name="TestClass+DT">
21366       <method name="Void Invoke(T)">
21367         <size>0</size>
21368       </method>
21369       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
21370         <size>0</size>
21371       </method>
21372       <method name="Void EndInvoke(IAsyncResult)">
21373         <size>0</size>
21374       </method>
21375       <method name="Void .ctor(Object, IntPtr)">
21376         <size>0</size>
21377       </method>
21378     </type>
21379     <type name="TestClass+DF">
21380       <method name="Void Invoke(F)">
21381         <size>0</size>
21382       </method>
21383       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
21384         <size>0</size>
21385       </method>
21386       <method name="Void EndInvoke(IAsyncResult)">
21387         <size>0</size>
21388       </method>
21389       <method name="Void .ctor(Object, IntPtr)">
21390         <size>0</size>
21391       </method>
21392     </type>
21393     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
21394       <method name="Void &lt;&gt;m__1(T)">
21395         <size>38</size>
21396       </method>
21397       <method name="Void .ctor()">
21398         <size>7</size>
21399       </method>
21400     </type>
21401     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
21402       <method name="Void &lt;&gt;m__2(F)">
21403         <size>77</size>
21404       </method>
21405       <method name="Void .ctor()">
21406         <size>7</size>
21407       </method>
21408     </type>
21409   </test>
21410   <test name="gtest-lambda-07.cs">
21411     <type name="C">
21412       <method name="Void Test(D)">
21413         <size>1</size>
21414       </method>
21415       <method name="Void Test(System.Object, D)">
21416         <size>1</size>
21417       </method>
21418       <method name="Void Test(D, D)">
21419         <size>1</size>
21420       </method>
21421       <method name="Void Test2(System.Object, E)">
21422         <size>1</size>
21423       </method>
21424       <method name="Void Main()">
21425         <size>207</size>
21426       </method>
21427       <method name="Void &lt;Main&gt;m__0()">
21428         <size>1</size>
21429       </method>
21430       <method name="Void &lt;Main&gt;m__1()">
21431         <size>1</size>
21432       </method>
21433       <method name="Void &lt;Main&gt;m__2()">
21434         <size>1</size>
21435       </method>
21436       <method name="Void &lt;Main&gt;m__3()">
21437         <size>1</size>
21438       </method>
21439       <method name="Void &lt;Main&gt;m__4()">
21440         <size>1</size>
21441       </method>
21442       <method name="Void &lt;Main&gt;m__5(Boolean)">
21443         <size>1</size>
21444       </method>
21445       <method name="Void .ctor()">
21446         <size>7</size>
21447       </method>
21448     </type>
21449     <type name="D">
21450       <method name="Void Invoke()">
21451         <size>0</size>
21452       </method>
21453       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21454         <size>0</size>
21455       </method>
21456       <method name="Void EndInvoke(IAsyncResult)">
21457         <size>0</size>
21458       </method>
21459       <method name="Void .ctor(Object, IntPtr)">
21460         <size>0</size>
21461       </method>
21462     </type>
21463     <type name="E">
21464       <method name="Void Invoke(Boolean)">
21465         <size>0</size>
21466       </method>
21467       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
21468         <size>0</size>
21469       </method>
21470       <method name="Void EndInvoke(IAsyncResult)">
21471         <size>0</size>
21472       </method>
21473       <method name="Void .ctor(Object, IntPtr)">
21474         <size>0</size>
21475       </method>
21476     </type>
21477   </test>
21478   <test name="gtest-lambda-08.cs">
21479     <type name="C">
21480       <method name="Void Test[T,R](System.Func`2[T,R])">
21481         <size>1</size>
21482       </method>
21483       <method name="Int32 Main()">
21484         <size>321</size>
21485       </method>
21486       <method name="Int32 &lt;Main&gt;m__0(Int32)">
21487         <size>4</size>
21488       </method>
21489       <method name="Boolean &lt;Main&gt;m__1(Int32)">
21490         <size>5</size>
21491       </method>
21492       <method name="Int32 &lt;Main&gt;m__2(Int32)">
21493         <size>4</size>
21494       </method>
21495       <method name="Boolean &lt;Main&gt;m__3(Int32)">
21496         <size>5</size>
21497       </method>
21498       <method name="Int32 &lt;Main&gt;m__4(Int32)">
21499         <size>4</size>
21500       </method>
21501       <method name="Boolean &lt;Main&gt;m__5(Int32)">
21502         <size>5</size>
21503       </method>
21504       <method name="Int32 &lt;Main&gt;m__6(Int32)">
21505         <size>4</size>
21506       </method>
21507       <method name="Void .ctor()">
21508         <size>7</size>
21509       </method>
21510     </type>
21511   </test>
21512   <test name="gtest-lambda-09.cs">
21513     <type name="C">
21514       <method name="IEnumerable`1 Test[T](T)">
21515         <size>2</size>
21516       </method>
21517       <method name="IEnumerable`1 Test[T](Func`1[T])">
21518         <size>2</size>
21519       </method>
21520       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
21521         <size>2</size>
21522       </method>
21523       <method name="Void Main()">
21524         <size>113</size>
21525       </method>
21526       <method name="System.String &lt;Main&gt;m__0()">
21527         <size>6</size>
21528       </method>
21529       <method name="System.String &lt;Main&gt;m__1()">
21530         <size>6</size>
21531       </method>
21532       <method name="System.String &lt;Main&gt;m__2(System.String)">
21533         <size>6</size>
21534       </method>
21535       <method name="Void .ctor()">
21536         <size>7</size>
21537       </method>
21538     </type>
21539     <type name="Func`1[TD]">
21540       <method name="TD Invoke()">
21541         <size>0</size>
21542       </method>
21543       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21544         <size>0</size>
21545       </method>
21546       <method name="TD EndInvoke(IAsyncResult)">
21547         <size>0</size>
21548       </method>
21549       <method name="Void .ctor(Object, IntPtr)">
21550         <size>0</size>
21551       </method>
21552     </type>
21553     <type name="Func`2[TA,TR]">
21554       <method name="TR Invoke(TA)">
21555         <size>0</size>
21556       </method>
21557       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
21558         <size>0</size>
21559       </method>
21560       <method name="TR EndInvoke(IAsyncResult)">
21561         <size>0</size>
21562       </method>
21563       <method name="Void .ctor(Object, IntPtr)">
21564         <size>0</size>
21565       </method>
21566     </type>
21567   </test>
21568   <test name="gtest-lambda-10.cs">
21569     <type name="C">
21570       <method name="Void Foo[TSource](IEnumerable`1)">
21571         <size>1</size>
21572       </method>
21573       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
21574         <size>1</size>
21575       </method>
21576       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
21577         <size>1</size>
21578       </method>
21579       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
21580         <size>1</size>
21581       </method>
21582       <method name="Void Main()">
21583         <size>97</size>
21584       </method>
21585       <method name="Void .ctor()">
21586         <size>7</size>
21587       </method>
21588     </type>
21589     <type name="C+&lt;Main&gt;c__AnonStorey0">
21590       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
21591         <size>7</size>
21592       </method>
21593       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
21594         <size>7</size>
21595       </method>
21596       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
21597         <size>7</size>
21598       </method>
21599       <method name="Void .ctor()">
21600         <size>7</size>
21601       </method>
21602     </type>
21603   </test>
21604   <test name="gtest-lambda-11.cs">
21605     <type name="Pair`2[T1,T2]">
21606       <method name="Void .ctor()">
21607         <size>7</size>
21608       </method>
21609     </type>
21610     <type name="C">
21611       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
21612         <size>1</size>
21613       </method>
21614     </type>
21615     <type name="E`1[TI]">
21616       <method name="Void Rep1[TV](Group`2[TI,TV])">
21617         <size>37</size>
21618       </method>
21619       <method name="Void .ctor()">
21620         <size>7</size>
21621       </method>
21622     </type>
21623     <type name="M">
21624       <method name="Void Main()">
21625         <size>1</size>
21626       </method>
21627       <method name="Void .ctor()">
21628         <size>7</size>
21629       </method>
21630     </type>
21631     <type name="Group`2[T1,T2]">
21632       <method name="Pair`2[T1,T2] Invoke(T1)">
21633         <size>0</size>
21634       </method>
21635       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
21636         <size>0</size>
21637       </method>
21638       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
21639         <size>0</size>
21640       </method>
21641       <method name="Void .ctor(Object, IntPtr)">
21642         <size>0</size>
21643       </method>
21644     </type>
21645     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
21646       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
21647         <size>7</size>
21648       </method>
21649       <method name="Void .ctor()">
21650         <size>7</size>
21651       </method>
21652     </type>
21653   </test>
21654   <test name="gtest-lambda-12.cs">
21655     <type name="Demo">
21656       <method name="Void F[T](T[], T, Func`1[T])">
21657         <size>42</size>
21658       </method>
21659       <method name="Int32 Main()">
21660         <size>65</size>
21661       </method>
21662       <method name="Void .ctor()">
21663         <size>7</size>
21664       </method>
21665     </type>
21666     <type name="Func`1[TA]">
21667       <method name="Void Invoke(TA)">
21668         <size>0</size>
21669       </method>
21670       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
21671         <size>0</size>
21672       </method>
21673       <method name="Void EndInvoke(IAsyncResult)">
21674         <size>0</size>
21675       </method>
21676       <method name="Void .ctor(Object, IntPtr)">
21677         <size>0</size>
21678       </method>
21679     </type>
21680     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
21681       <method name="Void &lt;&gt;m__0(Int32)">
21682         <size>10</size>
21683       </method>
21684       <method name="Void .ctor()">
21685         <size>7</size>
21686       </method>
21687     </type>
21688   </test>
21689   <test name="gtest-lambda-13.cs">
21690     <type name="TestUnary">
21691       <method name="Void Foo(System.Action`1[System.Int32])">
21692         <size>1</size>
21693       </method>
21694       <method name="Void Bar()">
21695         <size>35</size>
21696       </method>
21697       <method name="Void &lt;Bar&gt;m__0(Int32)">
21698         <size>6</size>
21699       </method>
21700       <method name="Void .ctor()">
21701         <size>7</size>
21702       </method>
21703     </type>
21704     <type name="Program">
21705       <method name="Void Foo(System.Action`1[System.String])">
21706         <size>12</size>
21707       </method>
21708       <method name="T Foo[T](System.Func`2[System.String,T])">
21709         <size>12</size>
21710       </method>
21711       <method name="System.String Bar()">
21712         <size>35</size>
21713       </method>
21714       <method name="Void Main()">
21715         <size>76</size>
21716       </method>
21717       <method name="System.String &lt;Bar&gt;m__1(System.String)">
21718         <size>7</size>
21719       </method>
21720       <method name="System.String &lt;Main&gt;m__2(System.String)">
21721         <size>2</size>
21722       </method>
21723       <method name="Void &lt;Main&gt;m__3(System.String)">
21724         <size>7</size>
21725       </method>
21726       <method name="Void .ctor()">
21727         <size>7</size>
21728       </method>
21729     </type>
21730   </test>
21731   <test name="gtest-lambda-14.cs">
21732     <type name="Test">
21733       <method name="Void Main()">
21734         <size>1</size>
21735       </method>
21736       <method name="Void Foo[T]()">
21737         <size>14</size>
21738       </method>
21739       <method name="Void .ctor()">
21740         <size>7</size>
21741       </method>
21742       <method name="T &lt;Foo`1&gt;m__0[T](T)">
21743         <size>2</size>
21744       </method>
21745     </type>
21746   </test>
21747   <test name="gtest-lambda-15.cs">
21748     <type name="Enumerable">
21749       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
21750         <size>32</size>
21751       </method>
21752       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
21753         <size>123</size>
21754       </method>
21755     </type>
21756     <type name="Repro">
21757       <method name="Int32 Main()">
21758         <size>115</size>
21759       </method>
21760       <method name="Int32 &lt;Main&gt;m__1(System.String)">
21761         <size>7</size>
21762       </method>
21763       <method name="Void .ctor()">
21764         <size>7</size>
21765       </method>
21766     </type>
21767     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
21768       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
21769         <size>15</size>
21770       </method>
21771       <method name="Void .ctor()">
21772         <size>7</size>
21773       </method>
21774     </type>
21775   </test>
21776   <test name="gtest-lambda-16.cs">
21777     <type name="Repro">
21778       <method name="Void AssertFoo[T](IList`1)">
21779         <size>34</size>
21780       </method>
21781       <method name="Void Main()">
21782         <size>1</size>
21783       </method>
21784       <method name="Void .ctor()">
21785         <size>7</size>
21786       </method>
21787     </type>
21788     <type name="Repro+Runner`1[T]">
21789       <method name="Void .ctor(Action`1, T)">
21790         <size>7</size>
21791       </method>
21792     </type>
21793     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
21794       <method name="Void &lt;&gt;m__0(Int32)">
21795         <size>54</size>
21796       </method>
21797       <method name="Void .ctor()">
21798         <size>7</size>
21799       </method>
21800     </type>
21801   </test>
21802   <test name="gtest-lambda-17.cs">
21803     <type name="TestCase">
21804       <method name="Void Testing()">
21805         <size>75</size>
21806       </method>
21807       <method name="Void Main()">
21808         <size>11</size>
21809       </method>
21810       <method name="Void &lt;Testing&gt;m__0()">
21811         <size>8</size>
21812       </method>
21813       <method name="Void .ctor()">
21814         <size>7</size>
21815       </method>
21816     </type>
21817   </test>
21818   <test name="gtest-lambda-18.cs">
21819     <type name="Test">
21820       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
21821         <size>33</size>
21822       </method>
21823       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
21824         <size>1</size>
21825       </method>
21826       <method name="Void Main()">
21827         <size>1</size>
21828       </method>
21829     </type>
21830     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
21831       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
21832         <size>14</size>
21833       </method>
21834       <method name="Void .ctor()">
21835         <size>7</size>
21836       </method>
21837     </type>
21838   </test>
21839   <test name="gtest-lambda-19.cs">
21840     <type name="Crasher">
21841       <method name="Void Crash()">
21842         <size>36</size>
21843       </method>
21844       <method name="Void Do(System.Action)">
21845         <size>1</size>
21846       </method>
21847       <method name="Void Main()">
21848         <size>1</size>
21849       </method>
21850       <method name="Void .ctor()">
21851         <size>7</size>
21852       </method>
21853     </type>
21854     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
21855       <method name="Void &lt;&gt;m__0()">
21856         <size>27</size>
21857       </method>
21858       <method name="Void .ctor()">
21859         <size>7</size>
21860       </method>
21861     </type>
21862   </test>
21863   <test name="gtest-lambda-20.cs">
21864     <type name="Z">
21865       <method name="Void &lt;Z&gt;m__0()">
21866         <size>7</size>
21867       </method>
21868       <method name="Void .ctor()">
21869         <size>37</size>
21870       </method>
21871     </type>
21872     <type name="Test">
21873       <method name="Boolean Foo()">
21874         <size>2</size>
21875       </method>
21876       <method name="Void Main()">
21877         <size>1</size>
21878       </method>
21879       <method name="Void .ctor()">
21880         <size>7</size>
21881       </method>
21882     </type>
21883     <type name="TestMethod">
21884       <method name="Void Invoke()">
21885         <size>0</size>
21886       </method>
21887       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21888         <size>0</size>
21889       </method>
21890       <method name="Void EndInvoke(IAsyncResult)">
21891         <size>0</size>
21892       </method>
21893       <method name="Void .ctor(Object, IntPtr)">
21894         <size>0</size>
21895       </method>
21896     </type>
21897   </test>
21898   <test name="gtest-lambda-21.cs">
21899     <type name="Program">
21900       <method name="Void Foo(System.Action`1[System.String])">
21901         <size>12</size>
21902       </method>
21903       <method name="T Foo[T](System.Func`2[System.String,T])">
21904         <size>12</size>
21905       </method>
21906       <method name="System.String Bar()">
21907         <size>35</size>
21908       </method>
21909       <method name="Int32 Main()">
21910         <size>95</size>
21911       </method>
21912       <method name="System.String &lt;Bar&gt;m__0(System.String)">
21913         <size>7</size>
21914       </method>
21915       <method name="System.String &lt;Main&gt;m__1(System.String)">
21916         <size>2</size>
21917       </method>
21918       <method name="Void &lt;Main&gt;m__2(System.String)">
21919         <size>7</size>
21920       </method>
21921       <method name="Void .ctor()">
21922         <size>7</size>
21923       </method>
21924     </type>
21925   </test>
21926   <test name="gtest-lambda-22.cs">
21927     <type name="Product">
21928       <method name="Void .ctor()">
21929         <size>7</size>
21930       </method>
21931     </type>
21932     <type name="MainClass">
21933       <method name="Void Main()">
21934         <size>136</size>
21935       </method>
21936       <method name="Int32 &lt;Main&gt;m__0(Product)">
21937         <size>7</size>
21938       </method>
21939       <method name="Product &lt;Main&gt;m__1(Product)">
21940         <size>2</size>
21941       </method>
21942       <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)">
21943         <size>48</size>
21944       </method>
21945       <method name="Void .ctor()">
21946         <size>7</size>
21947       </method>
21948     </type>
21949     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
21950       <method name="&lt;g&gt;__T get_g()">
21951         <size>7</size>
21952       </method>
21953       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
21954         <size>7</size>
21955       </method>
21956       <method name="Boolean Equals(System.Object)">
21957         <size>69</size>
21958       </method>
21959       <method name="Int32 GetHashCode()">
21960         <size>86</size>
21961       </method>
21962       <method name="System.String ToString()">
21963         <size>142</size>
21964       </method>
21965       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
21966         <size>21</size>
21967       </method>
21968     </type>
21969     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
21970       <method name="Boolean &lt;&gt;m__3(Product)">
21971         <size>52</size>
21972       </method>
21973       <method name="Decimal &lt;&gt;m__4(Product)">
21974         <size>7</size>
21975       </method>
21976       <method name="Void .ctor()">
21977         <size>7</size>
21978       </method>
21979     </type>
21980   </test>
21981   <test name="gtest-lambda-23.cs">
21982     <type name="C">
21983       <method name="U Test[T,U](T[], System.Func`2[T,U])">
21984         <size>14</size>
21985       </method>
21986       <method name="Int32 Main()">
21987         <size>77</size>
21988       </method>
21989       <method name="System.String &lt;Main&gt;m__0(System.String)">
21990         <size>27</size>
21991       </method>
21992       <method name="Void .ctor()">
21993         <size>7</size>
21994       </method>
21995     </type>
21996   </test>
21997   <test name="gtest-lambda-24.cs">
21998     <type name="E">
21999       <method name="System.String Test[T](C, T, System.Func`1[T])">
22000         <size>6</size>
22001       </method>
22002     </type>
22003     <type name="C">
22004       <method name="Int32 Test[T](T, System.Func`1[System.Boolean])">
22005         <size>2</size>
22006       </method>
22007       <method name="System.String Foo[T](T, System.Action`1[T])">
22008         <size>13</size>
22009       </method>
22010       <method name="Void Main()">
22011         <size>42</size>
22012       </method>
22013       <method name="Void .ctor()">
22014         <size>7</size>
22015       </method>
22016     </type>
22017     <type name="C+&lt;Main&gt;c__AnonStorey0">
22018       <method name="Void &lt;&gt;m__0(System.String)">
22019         <size>24</size>
22020       </method>
22021       <method name="Void &lt;&gt;m__1(System.String)">
22022         <size>47</size>
22023       </method>
22024       <method name="System.String &lt;&gt;m__2()">
22025         <size>6</size>
22026       </method>
22027       <method name="Void .ctor()">
22028         <size>7</size>
22029       </method>
22030     </type>
22031   </test>
22032   <test name="gtest-lambda-25.cs">
22033     <type name="MonoBugs.Bar">
22034       <method name="Void DoStuff[T](T, System.Action`1[T])">
22035         <size>11</size>
22036       </method>
22037       <method name="Void DoStuff[T](Nullable`1, System.Action`1[T])">
22038         <size>14</size>
22039       </method>
22040     </type>
22041     <type name="MonoBugs.Program">
22042       <method name="Void Main()">
22043         <size>59</size>
22044       </method>
22045       <method name="Void &lt;Main&gt;m__0(Foo`1)">
22046         <size>13</size>
22047       </method>
22048     </type>
22049   </test>
22050   <test name="gtest-lambda-26.cs">
22051     <type name="C">
22052       <method name="Void Main()">
22053         <size>35</size>
22054       </method>
22055       <method name="Void Execute(System.Action)">
22056         <size>1</size>
22057       </method>
22058       <method name="Void &lt;Main&gt;m__0()">
22059         <size>1</size>
22060       </method>
22061       <method name="Void .ctor()">
22062         <size>7</size>
22063       </method>
22064     </type>
22065   </test>
22066   <test name="gtest-linq-01.cs">
22067     <type name="from.C">
22068       <method name="Void .ctor()">
22069         <size>7</size>
22070       </method>
22071       <method name="Void Main()">
22072         <size>2180</size>
22073       </method>
22074       <method name="Void Foo(Int32, Boolean)">
22075         <size>11</size>
22076       </method>
22077       <method name="Void Do(System.String[])">
22078         <size>16</size>
22079       </method>
22080     </type>
22081     <type name="from.D">
22082       <method name="Void .ctor()">
22083         <size>7</size>
22084       </method>
22085       <method name="Boolean check(System.Object, System.Object)">
22086         <size>26</size>
22087       </method>
22088     </type>
22089     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
22090       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
22091         <size>21</size>
22092       </method>
22093       <method name="&lt;i&gt;__T get_i()">
22094         <size>7</size>
22095       </method>
22096       <method name="&lt;j&gt;__T get_j()">
22097         <size>7</size>
22098       </method>
22099       <method name="Boolean Equals(System.Object)">
22100         <size>69</size>
22101       </method>
22102       <method name="Int32 GetHashCode()">
22103         <size>86</size>
22104       </method>
22105       <method name="System.String ToString()">
22106         <size>142</size>
22107       </method>
22108     </type>
22109     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
22110       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
22111         <size>21</size>
22112       </method>
22113       <method name="&lt;i&gt;__T get_i()">
22114         <size>7</size>
22115       </method>
22116       <method name="&lt;l&gt;__T get_l()">
22117         <size>7</size>
22118       </method>
22119       <method name="Boolean Equals(System.Object)">
22120         <size>69</size>
22121       </method>
22122       <method name="Int32 GetHashCode()">
22123         <size>86</size>
22124       </method>
22125       <method name="System.String ToString()">
22126         <size>142</size>
22127       </method>
22128     </type>
22129     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
22130       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
22131         <size>21</size>
22132       </method>
22133       <method name="&lt;i9&gt;__T get_i9()">
22134         <size>7</size>
22135       </method>
22136       <method name="&lt;i&gt;__T get_i()">
22137         <size>7</size>
22138       </method>
22139       <method name="Boolean Equals(System.Object)">
22140         <size>69</size>
22141       </method>
22142       <method name="Int32 GetHashCode()">
22143         <size>86</size>
22144       </method>
22145       <method name="System.String ToString()">
22146         <size>142</size>
22147       </method>
22148     </type>
22149     <type name="from.C">
22150       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22151         <size>2</size>
22152       </method>
22153       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22154         <size>2</size>
22155       </method>
22156       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
22157         <size>2</size>
22158       </method>
22159       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22160         <size>2</size>
22161       </method>
22162     </type>
22163     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
22164       <method name="Void .ctor()">
22165         <size>7</size>
22166       </method>
22167       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
22168         <size>7</size>
22169       </method>
22170     </type>
22171     <type name="from.C">
22172       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
22173         <size>2</size>
22174       </method>
22175       <method name="Boolean &lt;Main&gt;m__6(Int32)">
22176         <size>10</size>
22177       </method>
22178       <method name="Int32 &lt;Main&gt;m__7(Int32)">
22179         <size>2</size>
22180       </method>
22181       <method name="Int32 &lt;Main&gt;m__8(Int32)">
22182         <size>2</size>
22183       </method>
22184       <method name="Int32 &lt;Main&gt;m__9(Int32)">
22185         <size>2</size>
22186       </method>
22187       <method name="Int32 &lt;Main&gt;m__A(Int32)">
22188         <size>2</size>
22189       </method>
22190       <method name="Int32 &lt;Main&gt;m__B(Int32)">
22191         <size>2</size>
22192       </method>
22193       <method name="Int32 &lt;Main&gt;m__C(Int32)">
22194         <size>2</size>
22195       </method>
22196       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
22197         <size>2</size>
22198       </method>
22199       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
22200         <size>2</size>
22201       </method>
22202       <method name="Int32 &lt;Main&gt;m__20(Int32)">
22203         <size>2</size>
22204       </method>
22205       <method name="Int32 &lt;Main&gt;m__21(Int32)">
22206         <size>2</size>
22207       </method>
22208       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
22209         <size>10</size>
22210       </method>
22211       <method name="Int32 &lt;Main&gt;m__39(Int32)">
22212         <size>2</size>
22213       </method>
22214     </type>
22215     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent2&gt;__T,&lt;l2&gt;__T]">
22216       <method name="&lt;&lt;&gt;__TranspIdent2&gt;__T get_&lt;&gt;__TranspIdent2()">
22217         <size>7</size>
22218       </method>
22219       <method name="&lt;l2&gt;__T get_l2()">
22220         <size>7</size>
22221       </method>
22222       <method name="Boolean Equals(System.Object)">
22223         <size>69</size>
22224       </method>
22225       <method name="Int32 GetHashCode()">
22226         <size>86</size>
22227       </method>
22228       <method name="System.String ToString()">
22229         <size>142</size>
22230       </method>
22231       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent2&gt;__T, &lt;l2&gt;__T)">
22232         <size>21</size>
22233       </method>
22234     </type>
22235     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent7&gt;__T,&lt;l2&gt;__T]">
22236       <method name="&lt;&lt;&gt;__TranspIdent7&gt;__T get_&lt;&gt;__TranspIdent7()">
22237         <size>7</size>
22238       </method>
22239       <method name="&lt;l2&gt;__T get_l2()">
22240         <size>7</size>
22241       </method>
22242       <method name="Boolean Equals(System.Object)">
22243         <size>69</size>
22244       </method>
22245       <method name="Int32 GetHashCode()">
22246         <size>86</size>
22247       </method>
22248       <method name="System.String ToString()">
22249         <size>142</size>
22250       </method>
22251       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent7&gt;__T, &lt;l2&gt;__T)">
22252         <size>21</size>
22253       </method>
22254     </type>
22255     <type name="from.C">
22256       <method name="Int32 &lt;Main&gt;m__D(Int32)">
22257         <size>2</size>
22258       </method>
22259       <method name="Int32 &lt;Main&gt;m__E(Int32)">
22260         <size>2</size>
22261       </method>
22262       <method name="Int32 &lt;Main&gt;m__F(ITest)">
22263         <size>7</size>
22264       </method>
22265       <method name="Int32 &lt;Main&gt;m__10(Int32, ITest)">
22266         <size>2</size>
22267       </method>
22268       <method name="Int32 &lt;Main&gt;m__11(Int32)">
22269         <size>2</size>
22270       </method>
22271       <method name="Int32 &lt;Main&gt;m__12(ITest)">
22272         <size>7</size>
22273       </method>
22274       <method name="Int32 &lt;Main&gt;m__13(Int32, ITest)">
22275         <size>2</size>
22276       </method>
22277       <method name="Int32 &lt;Main&gt;m__14(Int32)">
22278         <size>2</size>
22279       </method>
22280       <method name="Int32 &lt;Main&gt;m__15(ITest)">
22281         <size>7</size>
22282       </method>
22283       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__16(Int32, ITest)">
22284         <size>8</size>
22285       </method>
22286       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
22287         <size>7</size>
22288       </method>
22289       <method name="Int32 &lt;Main&gt;m__18(ITest)">
22290         <size>7</size>
22291       </method>
22292       <method name="Int32 &lt;Main&gt;m__19(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
22293         <size>7</size>
22294       </method>
22295       <method name="Int32 &lt;Main&gt;m__1A(Int32)">
22296         <size>2</size>
22297       </method>
22298       <method name="Int32 &lt;Main&gt;m__1C(Int32, IEnumerable`1)">
22299         <size>2</size>
22300       </method>
22301       <method name="Int32 &lt;Main&gt;m__1D(Int32)">
22302         <size>2</size>
22303       </method>
22304       <method name="Int32 &lt;Main&gt;m__1F(Int32, IEnumerable`1)">
22305         <size>2</size>
22306       </method>
22307       <method name="Int32 &lt;Main&gt;m__22(Int32)">
22308         <size>2</size>
22309       </method>
22310       <method name="Int32 &lt;Main&gt;m__23(Int32)">
22311         <size>2</size>
22312       </method>
22313       <method name="IGrouping`2 &lt;Main&gt;m__24(IGrouping`2)">
22314         <size>2</size>
22315       </method>
22316       <method name="Int32 &lt;Main&gt;m__26(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
22317         <size>7</size>
22318       </method>
22319       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__27(Int32)">
22320         <size>10</size>
22321       </method>
22322       <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])">
22323         <size>15</size>
22324       </method>
22325       <method name="Int32 &lt;Main&gt;m__29(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
22326         <size>12</size>
22327       </method>
22328       <method name="Int32 &lt;Main&gt;m__2A(Int32)">
22329         <size>2</size>
22330       </method>
22331       <method name="Int32 &lt;Main&gt;m__2B(Int32)">
22332         <size>2</size>
22333       </method>
22334       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2D(IGrouping`2, Int32)">
22335         <size>8</size>
22336       </method>
22337       <method name="Int32 &lt;Main&gt;m__2E(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22338         <size>2</size>
22339       </method>
22340       <method name="Int32 &lt;Main&gt;m__2F(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22341         <size>7</size>
22342       </method>
22343       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__31(IGrouping`2, Int32)">
22344         <size>8</size>
22345       </method>
22346       <method name="Int32 &lt;Main&gt;m__32(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22347         <size>2</size>
22348       </method>
22349       <method name="Int32 &lt;Main&gt;m__33(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22350         <size>7</size>
22351       </method>
22352       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__35(IGrouping`2, Int32)">
22353         <size>8</size>
22354       </method>
22355       <method name="Int32 &lt;Main&gt;m__36(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22356         <size>2</size>
22357       </method>
22358       <method name="Int32 &lt;Main&gt;m__37(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
22359         <size>7</size>
22360       </method>
22361       <method name="IGrouping`2 &lt;Main&gt;m__38(IGrouping`2)">
22362         <size>2</size>
22363       </method>
22364       <method name="Int32 &lt;Main&gt;m__3A(Int32)">
22365         <size>2</size>
22366       </method>
22367       <method name="Int32 &lt;Main&gt;m__3B(Int32)">
22368         <size>2</size>
22369       </method>
22370       <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]])">
22371         <size>9</size>
22372       </method>
22373       <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])">
22374         <size>2</size>
22375       </method>
22376     </type>
22377     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
22378       <method name="IEnumerable`1 &lt;&gt;m__2C(IGrouping`2)">
22379         <size>7</size>
22380       </method>
22381       <method name="IEnumerable`1 &lt;&gt;m__30(IGrouping`2)">
22382         <size>7</size>
22383       </method>
22384       <method name="IEnumerable`1 &lt;&gt;m__34(IGrouping`2)">
22385         <size>7</size>
22386       </method>
22387       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3C(Int32)">
22388         <size>47</size>
22389       </method>
22390       <method name="Int32 &lt;&gt;m__3F(Int32)">
22391         <size>2</size>
22392       </method>
22393     </type>
22394   </test>
22395   <test name="gtest-linq-02.cs">
22396     <type name="Test">
22397       <method name="Void .ctor()">
22398         <size>7</size>
22399       </method>
22400       <method name="Int32 Main()">
22401         <size>507</size>
22402       </method>
22403       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22404         <size>2</size>
22405       </method>
22406       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22407         <size>3</size>
22408       </method>
22409       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22410         <size>2</size>
22411       </method>
22412       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22413         <size>3</size>
22414       </method>
22415     </type>
22416   </test>
22417   <test name="gtest-linq-03.cs">
22418     <type name="WhereTest">
22419       <method name="Void .ctor()">
22420         <size>7</size>
22421       </method>
22422       <method name="Int32 Main()">
22423         <size>179</size>
22424       </method>
22425       <method name="Boolean &lt;Main&gt;m__0(Int32)">
22426         <size>5</size>
22427       </method>
22428       <method name="Boolean &lt;Main&gt;m__1(Int32)">
22429         <size>5</size>
22430       </method>
22431       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22432         <size>4</size>
22433       </method>
22434     </type>
22435   </test>
22436   <test name="gtest-linq-04.cs">
22437     <type name="TestGroupBy">
22438       <method name="Void .ctor()">
22439         <size>7</size>
22440       </method>
22441       <method name="Int32 Main()">
22442         <size>559</size>
22443       </method>
22444     </type>
22445     <type name="&lt;PrivateImplementationDetails&gt;">
22446       <method name="Void .ctor()">
22447         <size>7</size>
22448       </method>
22449     </type>
22450     <type name="TestGroupBy">
22451       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22452         <size>4</size>
22453       </method>
22454       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22455         <size>2</size>
22456       </method>
22457       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22458         <size>4</size>
22459       </method>
22460       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22461         <size>2</size>
22462       </method>
22463     </type>
22464   </test>
22465   <test name="gtest-linq-05.cs">
22466     <type name="OrderByTests">
22467       <method name="Void .ctor()">
22468         <size>7</size>
22469       </method>
22470       <method name="Int32 Main()">
22471         <size>1254</size>
22472       </method>
22473     </type>
22474     <type name="OrderByTests+Data">
22475       <method name="Void .ctor()">
22476         <size>7</size>
22477       </method>
22478       <method name="Int32 get_ID()">
22479         <size>7</size>
22480       </method>
22481       <method name="Void set_ID(Int32)">
22482         <size>8</size>
22483       </method>
22484       <method name="System.String get_Name()">
22485         <size>7</size>
22486       </method>
22487       <method name="Void set_Name(System.String)">
22488         <size>8</size>
22489       </method>
22490       <method name="System.String ToString()">
22491         <size>28</size>
22492       </method>
22493     </type>
22494     <type name="OrderByTests">
22495       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22496         <size>2</size>
22497       </method>
22498       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22499         <size>2</size>
22500       </method>
22501       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22502         <size>2</size>
22503       </method>
22504       <method name="Int32 &lt;Main&gt;m__3(Int32)">
22505         <size>4</size>
22506       </method>
22507       <method name="System.String &lt;Main&gt;m__4(System.String)">
22508         <size>2</size>
22509       </method>
22510       <method name="Int32 &lt;Main&gt;m__5(System.String)">
22511         <size>7</size>
22512       </method>
22513       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
22514         <size>7</size>
22515       </method>
22516       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
22517         <size>7</size>
22518       </method>
22519       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
22520         <size>7</size>
22521       </method>
22522       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
22523         <size>7</size>
22524       </method>
22525       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
22526         <size>11</size>
22527       </method>
22528       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
22529         <size>7</size>
22530       </method>
22531       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
22532         <size>7</size>
22533       </method>
22534       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
22535         <size>11</size>
22536       </method>
22537       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
22538         <size>7</size>
22539       </method>
22540       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
22541         <size>7</size>
22542       </method>
22543       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
22544         <size>2</size>
22545       </method>
22546     </type>
22547   </test>
22548   <test name="gtest-linq-06.cs">
22549     <type name="Let">
22550       <method name="Void .ctor()">
22551         <size>7</size>
22552       </method>
22553       <method name="Int32 Main()">
22554         <size>408</size>
22555       </method>
22556     </type>
22557     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
22558       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
22559         <size>21</size>
22560       </method>
22561       <method name="&lt;i&gt;__T get_i()">
22562         <size>7</size>
22563       </method>
22564       <method name="&lt;u&gt;__T get_u()">
22565         <size>7</size>
22566       </method>
22567       <method name="Boolean Equals(System.Object)">
22568         <size>69</size>
22569       </method>
22570       <method name="Int32 GetHashCode()">
22571         <size>86</size>
22572       </method>
22573       <method name="System.String ToString()">
22574         <size>142</size>
22575       </method>
22576     </type>
22577     <type name="Let">
22578       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
22579         <size>10</size>
22580       </method>
22581       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
22582         <size>7</size>
22583       </method>
22584       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
22585         <size>10</size>
22586       </method>
22587       <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])">
22588         <size>15</size>
22589       </method>
22590       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
22591         <size>18</size>
22592       </method>
22593       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
22594         <size>7</size>
22595       </method>
22596     </type>
22597     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
22598       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
22599         <size>21</size>
22600       </method>
22601       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
22602         <size>7</size>
22603       </method>
22604       <method name="&lt;v&gt;__T get_v()">
22605         <size>7</size>
22606       </method>
22607       <method name="Boolean Equals(System.Object)">
22608         <size>69</size>
22609       </method>
22610       <method name="Int32 GetHashCode()">
22611         <size>86</size>
22612       </method>
22613       <method name="System.String ToString()">
22614         <size>142</size>
22615       </method>
22616     </type>
22617   </test>
22618   <test name="gtest-linq-07.cs">
22619     <type name="SelectMany">
22620       <method name="Void .ctor()">
22621         <size>7</size>
22622       </method>
22623       <method name="Int32 Main()">
22624         <size>748</size>
22625       </method>
22626     </type>
22627     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
22628       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
22629         <size>21</size>
22630       </method>
22631       <method name="&lt;i1&gt;__T get_i1()">
22632         <size>7</size>
22633       </method>
22634       <method name="&lt;i2&gt;__T get_i2()">
22635         <size>7</size>
22636       </method>
22637       <method name="Boolean Equals(System.Object)">
22638         <size>69</size>
22639       </method>
22640       <method name="Int32 GetHashCode()">
22641         <size>86</size>
22642       </method>
22643       <method name="System.String ToString()">
22644         <size>142</size>
22645       </method>
22646     </type>
22647     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
22648       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
22649         <size>28</size>
22650       </method>
22651       <method name="&lt;pp&gt;__T get_pp()">
22652         <size>7</size>
22653       </method>
22654       <method name="&lt;i1&gt;__T get_i1()">
22655         <size>7</size>
22656       </method>
22657       <method name="&lt;i3&gt;__T get_i3()">
22658         <size>7</size>
22659       </method>
22660       <method name="Boolean Equals(System.Object)">
22661         <size>96</size>
22662       </method>
22663       <method name="Int32 GetHashCode()">
22664         <size>109</size>
22665       </method>
22666       <method name="System.String ToString()">
22667         <size>199</size>
22668       </method>
22669     </type>
22670     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
22671       <method name="Void .ctor()">
22672         <size>7</size>
22673       </method>
22674       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
22675         <size>12</size>
22676       </method>
22677       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
22678         <size>12</size>
22679       </method>
22680       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
22681         <size>12</size>
22682       </method>
22683       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
22684         <size>7</size>
22685       </method>
22686     </type>
22687     <type name="SelectMany">
22688       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
22689         <size>8</size>
22690       </method>
22691       <method name="Boolean &lt;Main&gt;m__2(Int32)">
22692         <size>5</size>
22693       </method>
22694       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
22695         <size>8</size>
22696       </method>
22697       <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)">
22698         <size>8</size>
22699       </method>
22700       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
22701         <size>7</size>
22702       </method>
22703       <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])">
22704         <size>25</size>
22705       </method>
22706       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
22707         <size>8</size>
22708       </method>
22709     </type>
22710     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent0&gt;__T,&lt;i3&gt;__T]">
22711       <method name="&lt;&lt;&gt;__TranspIdent0&gt;__T get_&lt;&gt;__TranspIdent0()">
22712         <size>7</size>
22713       </method>
22714       <method name="&lt;i3&gt;__T get_i3()">
22715         <size>7</size>
22716       </method>
22717       <method name="Boolean Equals(System.Object)">
22718         <size>69</size>
22719       </method>
22720       <method name="Int32 GetHashCode()">
22721         <size>86</size>
22722       </method>
22723       <method name="System.String ToString()">
22724         <size>142</size>
22725       </method>
22726       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent0&gt;__T, &lt;i3&gt;__T)">
22727         <size>21</size>
22728       </method>
22729     </type>
22730   </test>
22731   <test name="gtest-linq-08.cs">
22732     <type name="TestA">
22733       <method name="Void .ctor(String)">
22734         <size>14</size>
22735       </method>
22736       <method name="System.String Select[U](System.Func`2[TestA,U])">
22737         <size>7</size>
22738       </method>
22739     </type>
22740     <type name="TestB">
22741       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
22742         <size>25</size>
22743       </method>
22744     </type>
22745     <type name="CustomQueryExpressionPattern">
22746       <method name="Void .ctor()">
22747         <size>7</size>
22748       </method>
22749       <method name="Int32 Main()">
22750         <size>153</size>
22751       </method>
22752       <method name="TestA &lt;Main&gt;m__0(TestA)">
22753         <size>2</size>
22754       </method>
22755       <method name="Boolean &lt;Main&gt;m__1(TestA)">
22756         <size>17</size>
22757       </method>
22758     </type>
22759   </test>
22760   <test name="gtest-linq-09.cs">
22761     <type name="Data">
22762       <method name="Void .ctor()">
22763         <size>7</size>
22764       </method>
22765     </type>
22766     <type name="Join">
22767       <method name="Void .ctor()">
22768         <size>7</size>
22769       </method>
22770       <method name="Int32 Main()">
22771         <size>911</size>
22772       </method>
22773     </type>
22774     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
22775       <method name="Void .ctor(&lt;Result&gt;__T)">
22776         <size>14</size>
22777       </method>
22778       <method name="&lt;Result&gt;__T get_Result()">
22779         <size>7</size>
22780       </method>
22781       <method name="Boolean Equals(System.Object)">
22782         <size>39</size>
22783       </method>
22784       <method name="Int32 GetHashCode()">
22785         <size>63</size>
22786       </method>
22787       <method name="System.String ToString()">
22788         <size>67</size>
22789       </method>
22790     </type>
22791     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
22792       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
22793         <size>21</size>
22794       </method>
22795       <method name="&lt;a&gt;__T get_a()">
22796         <size>7</size>
22797       </method>
22798       <method name="&lt;b&gt;__T get_b()">
22799         <size>7</size>
22800       </method>
22801       <method name="Boolean Equals(System.Object)">
22802         <size>69</size>
22803       </method>
22804       <method name="Int32 GetHashCode()">
22805         <size>86</size>
22806       </method>
22807       <method name="System.String ToString()">
22808         <size>142</size>
22809       </method>
22810     </type>
22811     <type name="Join">
22812       <method name="Int32 &lt;Main&gt;m__0(Data)">
22813         <size>7</size>
22814       </method>
22815       <method name="Int32 &lt;Main&gt;m__1(Data)">
22816         <size>7</size>
22817       </method>
22818       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
22819         <size>23</size>
22820       </method>
22821       <method name="Int32 &lt;Main&gt;m__3(Data)">
22822         <size>7</size>
22823       </method>
22824       <method name="Int32 &lt;Main&gt;m__4(Data)">
22825         <size>7</size>
22826       </method>
22827       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
22828         <size>8</size>
22829       </method>
22830       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
22831         <size>22</size>
22832       </method>
22833       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
22834         <size>33</size>
22835       </method>
22836       <method name="Int32 &lt;Main&gt;m__8(Data)">
22837         <size>7</size>
22838       </method>
22839       <method name="Int32 &lt;Main&gt;m__9(Data)">
22840         <size>7</size>
22841       </method>
22842       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
22843         <size>23</size>
22844       </method>
22845       <method name="Int32 &lt;Main&gt;m__B(Data)">
22846         <size>7</size>
22847       </method>
22848       <method name="Int32 &lt;Main&gt;m__C(Data)">
22849         <size>7</size>
22850       </method>
22851       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
22852         <size>8</size>
22853       </method>
22854       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
22855         <size>12</size>
22856       </method>
22857       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
22858         <size>7</size>
22859       </method>
22860     </type>
22861   </test>
22862   <test name="gtest-linq-10.cs">
22863     <type name="DataA">
22864       <method name="Void .ctor()">
22865         <size>7</size>
22866       </method>
22867     </type>
22868     <type name="DataB">
22869       <method name="Void .ctor()">
22870         <size>7</size>
22871       </method>
22872     </type>
22873     <type name="GroupJoin">
22874       <method name="Void .ctor()">
22875         <size>7</size>
22876       </method>
22877       <method name="Int32 Main()">
22878         <size>734</size>
22879       </method>
22880     </type>
22881     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
22882       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
22883         <size>21</size>
22884       </method>
22885       <method name="&lt;a&gt;__T get_a()">
22886         <size>7</size>
22887       </method>
22888       <method name="&lt;ab&gt;__T get_ab()">
22889         <size>7</size>
22890       </method>
22891       <method name="Boolean Equals(System.Object)">
22892         <size>69</size>
22893       </method>
22894       <method name="Int32 GetHashCode()">
22895         <size>86</size>
22896       </method>
22897       <method name="System.String ToString()">
22898         <size>142</size>
22899       </method>
22900     </type>
22901     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
22902       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
22903         <size>21</size>
22904       </method>
22905       <method name="&lt;a&gt;__T get_a()">
22906         <size>7</size>
22907       </method>
22908       <method name="&lt;b&gt;__T get_b()">
22909         <size>7</size>
22910       </method>
22911       <method name="Boolean Equals(System.Object)">
22912         <size>69</size>
22913       </method>
22914       <method name="Int32 GetHashCode()">
22915         <size>86</size>
22916       </method>
22917       <method name="System.String ToString()">
22918         <size>142</size>
22919       </method>
22920     </type>
22921     <type name="GroupJoin">
22922       <method name="Int32 &lt;Main&gt;m__0(DataA)">
22923         <size>7</size>
22924       </method>
22925       <method name="Int32 &lt;Main&gt;m__1(DataB)">
22926         <size>7</size>
22927       </method>
22928       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
22929         <size>8</size>
22930       </method>
22931       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
22932         <size>12</size>
22933       </method>
22934       <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)">
22935         <size>39</size>
22936       </method>
22937       <method name="Int32 &lt;Main&gt;m__5(DataA)">
22938         <size>7</size>
22939       </method>
22940       <method name="Int32 &lt;Main&gt;m__6(DataB)">
22941         <size>7</size>
22942       </method>
22943       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
22944         <size>8</size>
22945       </method>
22946       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
22947         <size>12</size>
22948       </method>
22949       <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)">
22950         <size>39</size>
22951       </method>
22952       <method name="Int32 &lt;Main&gt;m__A(DataA)">
22953         <size>7</size>
22954       </method>
22955       <method name="Int32 &lt;Main&gt;m__B(DataB)">
22956         <size>7</size>
22957       </method>
22958       <method name="DataA &lt;Main&gt;m__C(DataA, IEnumerable`1)">
22959         <size>2</size>
22960       </method>
22961     </type>
22962   </test>
22963   <test name="gtest-linq-11.cs">
22964     <type name="IntoTest">
22965       <method name="Void .ctor()">
22966         <size>7</size>
22967       </method>
22968       <method name="Int32 Main()">
22969         <size>275</size>
22970       </method>
22971       <method name="Boolean &lt;Main&gt;m__0(Int32)">
22972         <size>5</size>
22973       </method>
22974       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22975         <size>5</size>
22976       </method>
22977       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22978         <size>4</size>
22979       </method>
22980       <method name="Boolean &lt;Main&gt;m__3(Int32)">
22981         <size>5</size>
22982       </method>
22983       <method name="Int32 &lt;Main&gt;m__4(Int32)">
22984         <size>4</size>
22985       </method>
22986     </type>
22987   </test>
22988   <test name="gtest-linq-12.cs">
22989     <type name="NestedQuery">
22990       <method name="Void .ctor()">
22991         <size>7</size>
22992       </method>
22993       <method name="Void XX()">
22994         <size>108</size>
22995       </method>
22996       <method name="Int32 Main()">
22997         <size>472</size>
22998       </method>
22999     </type>
23000     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
23001       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
23002         <size>21</size>
23003       </method>
23004       <method name="&lt;values&gt;__T get_values()">
23005         <size>7</size>
23006       </method>
23007       <method name="&lt;length&gt;__T get_length()">
23008         <size>7</size>
23009       </method>
23010       <method name="Boolean Equals(System.Object)">
23011         <size>69</size>
23012       </method>
23013       <method name="Int32 GetHashCode()">
23014         <size>86</size>
23015       </method>
23016       <method name="System.String ToString()">
23017         <size>142</size>
23018       </method>
23019     </type>
23020     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
23021       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
23022         <size>21</size>
23023       </method>
23024       <method name="&lt;type&gt;__T get_type()">
23025         <size>7</size>
23026       </method>
23027       <method name="&lt;x&gt;__T get_x()">
23028         <size>7</size>
23029       </method>
23030       <method name="Boolean Equals(System.Object)">
23031         <size>69</size>
23032       </method>
23033       <method name="Int32 GetHashCode()">
23034         <size>86</size>
23035       </method>
23036       <method name="System.String ToString()">
23037         <size>142</size>
23038       </method>
23039     </type>
23040     <type name="NestedQuery">
23041       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
23042         <size>13</size>
23043       </method>
23044     </type>
23045     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
23046       <method name="Void .ctor()">
23047         <size>7</size>
23048       </method>
23049     </type>
23050     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
23051       <method name="Void .ctor()">
23052         <size>7</size>
23053       </method>
23054     </type>
23055     <type name="NestedQuery">
23056       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
23057         <size>110</size>
23058       </method>
23059       <method name="Boolean &lt;Main&gt;m__2(System.String)">
23060         <size>10</size>
23061       </method>
23062       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
23063         <size>36</size>
23064       </method>
23065       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
23066         <size>13</size>
23067       </method>
23068       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
23069         <size>110</size>
23070       </method>
23071       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
23072         <size>9</size>
23073       </method>
23074       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
23075         <size>7</size>
23076       </method>
23077       <method name="Boolean &lt;Main&gt;m__9(Char)">
23078         <size>6</size>
23079       </method>
23080       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
23081         <size>9</size>
23082       </method>
23083       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
23084         <size>7</size>
23085       </method>
23086     </type>
23087     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
23088       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
23089         <size>15</size>
23090       </method>
23091     </type>
23092     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
23093       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
23094         <size>15</size>
23095       </method>
23096     </type>
23097   </test>
23098   <test name="gtest-linq-13.cs">
23099     <type name="Program">
23100       <method name="Void .ctor()">
23101         <size>7</size>
23102       </method>
23103       <method name="Void Main()">
23104         <size>1</size>
23105       </method>
23106       <method name="Void Foo(TypeDefinition)">
23107         <size>47</size>
23108       </method>
23109       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
23110         <size>2</size>
23111       </method>
23112     </type>
23113     <type name="Extension">
23114       <method name="IEnumerable`1 Cast[T](IFoo)">
23115         <size>2</size>
23116       </method>
23117     </type>
23118     <type name="MethodDefinition">
23119       <method name="Void .ctor()">
23120         <size>7</size>
23121       </method>
23122     </type>
23123     <type name="TypeDefinition">
23124       <method name="Void .ctor()">
23125         <size>7</size>
23126       </method>
23127       <method name="MethodDefinitionCollection get_Methods()">
23128         <size>2</size>
23129       </method>
23130       <method name="Void set_Methods(MethodDefinitionCollection)">
23131         <size>1</size>
23132       </method>
23133     </type>
23134     <type name="MethodDefinitionCollection">
23135       <method name="Void .ctor()">
23136         <size>7</size>
23137       </method>
23138     </type>
23139   </test>
23140   <test name="gtest-linq-14.cs">
23141     <type name="Person">
23142       <method name="Void .ctor()">
23143         <size>7</size>
23144       </method>
23145       <method name="Style get_Style()">
23146         <size>7</size>
23147       </method>
23148       <method name="Void set_Style(Style)">
23149         <size>8</size>
23150       </method>
23151     </type>
23152     <type name="Extensions">
23153       <method name="IMarker`1 Cast[T](IObjectContainer)">
23154         <size>2</size>
23155       </method>
23156       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
23157         <size>2</size>
23158       </method>
23159     </type>
23160     <type name="Program">
23161       <method name="Void .ctor()">
23162         <size>7</size>
23163       </method>
23164       <method name="Void Main()">
23165         <size>1</size>
23166       </method>
23167       <method name="Void Assert(System.Action)">
23168         <size>1</size>
23169       </method>
23170       <method name="Void Test(IObjectContainer, Style)">
23171         <size>38</size>
23172       </method>
23173     </type>
23174     <type name="Program+&lt;Test&gt;c__AnonStorey0">
23175       <method name="Void .ctor()">
23176         <size>7</size>
23177       </method>
23178       <method name="Void &lt;&gt;m__0()">
23179         <size>117</size>
23180       </method>
23181     </type>
23182   </test>
23183   <test name="gtest-linq-15.cs">
23184     <type name="NameCollisionTest.Data">
23185       <method name="Void .ctor()">
23186         <size>7</size>
23187       </method>
23188     </type>
23189     <type name="NameCollisionTest.Ex">
23190       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
23191         <size>44</size>
23192       </method>
23193     </type>
23194     <type name="NameCollisionTest.C">
23195       <method name="Void .ctor()">
23196         <size>7</size>
23197       </method>
23198       <method name="Void Main()">
23199         <size>78</size>
23200       </method>
23201       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
23202         <size>7</size>
23203       </method>
23204       <method name="Boolean &lt;Main&gt;m__1(Int32)">
23205         <size>5</size>
23206       </method>
23207     </type>
23208     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
23209       <method name="Void .ctor()">
23210         <size>7</size>
23211       </method>
23212       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23213         <size>12</size>
23214       </method>
23215       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23216         <size>7</size>
23217       </method>
23218       <method name="Boolean MoveNext()">
23219         <size>84</size>
23220       </method>
23221       <method name="Void Dispose()">
23222         <size>8</size>
23223       </method>
23224       <method name="Void Reset()">
23225         <size>6</size>
23226       </method>
23227       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
23228         <size>7</size>
23229       </method>
23230       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
23231         <size>52</size>
23232       </method>
23233     </type>
23234   </test>
23235   <test name="gtest-linq-16.cs">
23236     <type name="C">
23237       <method name="Void .ctor()">
23238         <size>7</size>
23239       </method>
23240       <method name="Void Main()">
23241         <size>12</size>
23242       </method>
23243       <method name="Void Test_1(Int32)">
23244         <size>27</size>
23245       </method>
23246       <method name="Void Test_2()">
23247         <size>31</size>
23248       </method>
23249       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
23250         <size>26</size>
23251       </method>
23252     </type>
23253     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
23254       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
23255         <size>21</size>
23256       </method>
23257       <method name="&lt;a&gt;__T get_a()">
23258         <size>7</size>
23259       </method>
23260       <method name="&lt;b&gt;__T get_b()">
23261         <size>7</size>
23262       </method>
23263       <method name="Boolean Equals(System.Object)">
23264         <size>69</size>
23265       </method>
23266       <method name="Int32 GetHashCode()">
23267         <size>86</size>
23268       </method>
23269       <method name="System.String ToString()">
23270         <size>142</size>
23271       </method>
23272     </type>
23273     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
23274       <method name="Void .ctor()">
23275         <size>7</size>
23276       </method>
23277       <method name="IEnumerable`1 &lt;&gt;m__0()">
23278         <size>67</size>
23279       </method>
23280       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
23281         <size>8</size>
23282       </method>
23283       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
23284         <size>14</size>
23285       </method>
23286     </type>
23287     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
23288       <method name="Void .ctor()">
23289         <size>7</size>
23290       </method>
23291       <method name="IEnumerable`1 &lt;&gt;m__2()">
23292         <size>67</size>
23293       </method>
23294       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
23295         <size>8</size>
23296       </method>
23297       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
23298         <size>14</size>
23299       </method>
23300     </type>
23301   </test>
23302   <test name="gtest-linq-17.cs">
23303     <type name="TestGroupBy">
23304       <method name="Void .ctor()">
23305         <size>7</size>
23306       </method>
23307       <method name="Int32 Main()">
23308         <size>157</size>
23309       </method>
23310       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23311         <size>2</size>
23312       </method>
23313     </type>
23314     <type name="&lt;PrivateImplementationDetails&gt;">
23315       <method name="Void .ctor()">
23316         <size>7</size>
23317       </method>
23318     </type>
23319   </test>
23320   <test name="gtest-linq-18.cs">
23321     <type name="C">
23322       <method name="Void .ctor()">
23323         <size>7</size>
23324       </method>
23325       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
23326         <size>2</size>
23327       </method>
23328       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
23329         <size>2</size>
23330       </method>
23331       <method name="Int32 Main()">
23332         <size>648</size>
23333       </method>
23334       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
23335         <size>42</size>
23336       </method>
23337       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
23338         <size>11</size>
23339       </method>
23340       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
23341         <size>31</size>
23342       </method>
23343       <method name="Boolean &lt;Main&gt;m__3(Int32)">
23344         <size>31</size>
23345       </method>
23346       <method name="Boolean &lt;Main&gt;m__4(Int32)">
23347         <size>31</size>
23348       </method>
23349       <method name="Boolean &lt;Main&gt;m__5(Int32)">
23350         <size>31</size>
23351       </method>
23352       <method name="Boolean &lt;Main&gt;m__6(Int32)">
23353         <size>31</size>
23354       </method>
23355       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
23356         <size>10</size>
23357       </method>
23358       <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])">
23359         <size>15</size>
23360       </method>
23361       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
23362         <size>31</size>
23363       </method>
23364       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
23365         <size>15</size>
23366       </method>
23367       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
23368         <size>12</size>
23369       </method>
23370     </type>
23371     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
23372       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
23373         <size>21</size>
23374       </method>
23375       <method name="&lt;ck&gt;__T get_ck()">
23376         <size>7</size>
23377       </method>
23378       <method name="&lt;xy&gt;__T get_xy()">
23379         <size>7</size>
23380       </method>
23381       <method name="Boolean Equals(System.Object)">
23382         <size>69</size>
23383       </method>
23384       <method name="Int32 GetHashCode()">
23385         <size>86</size>
23386       </method>
23387       <method name="System.String ToString()">
23388         <size>142</size>
23389       </method>
23390     </type>
23391     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
23392       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
23393         <size>21</size>
23394       </method>
23395       <method name="&lt;i&gt;__T get_i()">
23396         <size>7</size>
23397       </method>
23398       <method name="&lt;l&gt;__T get_l()">
23399         <size>7</size>
23400       </method>
23401       <method name="Boolean Equals(System.Object)">
23402         <size>69</size>
23403       </method>
23404       <method name="Int32 GetHashCode()">
23405         <size>86</size>
23406       </method>
23407       <method name="System.String ToString()">
23408         <size>142</size>
23409       </method>
23410     </type>
23411     <type name="&lt;PrivateImplementationDetails&gt;">
23412       <method name="Void .ctor()">
23413         <size>7</size>
23414       </method>
23415     </type>
23416     <type name="C+&lt;Main&gt;c__AnonStorey0">
23417       <method name="Void .ctor()">
23418         <size>7</size>
23419       </method>
23420     </type>
23421     <type name="C+&lt;Main&gt;c__AnonStorey1">
23422       <method name="Void .ctor()">
23423         <size>7</size>
23424       </method>
23425     </type>
23426     <type name="C+&lt;Main&gt;c__AnonStorey2">
23427       <method name="Void .ctor()">
23428         <size>7</size>
23429       </method>
23430     </type>
23431     <type name="C+&lt;Main&gt;c__AnonStorey3">
23432       <method name="Void .ctor()">
23433         <size>7</size>
23434       </method>
23435     </type>
23436     <type name="C+&lt;Main&gt;c__AnonStorey4">
23437       <method name="Void .ctor()">
23438         <size>7</size>
23439       </method>
23440     </type>
23441     <type name="C+&lt;Main&gt;c__AnonStorey5">
23442       <method name="Void .ctor()">
23443         <size>7</size>
23444       </method>
23445     </type>
23446     <type name="C+&lt;Main&gt;c__AnonStorey6">
23447       <method name="Void .ctor()">
23448         <size>7</size>
23449       </method>
23450     </type>
23451     <type name="C">
23452       <method name="Boolean &lt;Main&gt;m__C(Int32)">
23453         <size>31</size>
23454       </method>
23455       <method name="Boolean &lt;Main&gt;m__D(Int32)">
23456         <size>31</size>
23457       </method>
23458       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
23459         <size>2</size>
23460       </method>
23461       <method name="Boolean &lt;Main&gt;m__F(Int32)">
23462         <size>31</size>
23463       </method>
23464       <method name="Boolean &lt;Main&gt;m__10(Int32)">
23465         <size>31</size>
23466       </method>
23467       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
23468         <size>2</size>
23469       </method>
23470     </type>
23471     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
23472       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
23473         <size>21</size>
23474       </method>
23475       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
23476         <size>7</size>
23477       </method>
23478       <method name="&lt;g&gt;__T get_g()">
23479         <size>7</size>
23480       </method>
23481       <method name="Boolean Equals(System.Object)">
23482         <size>69</size>
23483       </method>
23484       <method name="Int32 GetHashCode()">
23485         <size>86</size>
23486       </method>
23487       <method name="System.String ToString()">
23488         <size>142</size>
23489       </method>
23490     </type>
23491     <type name="C+&lt;Main&gt;c__AnonStorey0">
23492       <method name="Boolean &lt;&gt;m__12(Int32)">
23493         <size>10</size>
23494       </method>
23495     </type>
23496     <type name="C+&lt;Main&gt;c__AnonStorey1">
23497       <method name="Boolean &lt;&gt;m__13(Int32)">
23498         <size>15</size>
23499       </method>
23500     </type>
23501     <type name="C+&lt;Main&gt;c__AnonStorey2">
23502       <method name="Boolean &lt;&gt;m__14(Int32)">
23503         <size>10</size>
23504       </method>
23505     </type>
23506     <type name="C+&lt;Main&gt;c__AnonStorey3">
23507       <method name="Boolean &lt;&gt;m__15(Int32)">
23508         <size>10</size>
23509       </method>
23510     </type>
23511     <type name="C+&lt;Main&gt;c__AnonStorey4">
23512       <method name="Int32 &lt;&gt;m__16(Int32)">
23513         <size>9</size>
23514       </method>
23515     </type>
23516     <type name="C+&lt;Main&gt;c__AnonStorey5">
23517       <method name="Int32 &lt;&gt;m__17(Int32)">
23518         <size>9</size>
23519       </method>
23520     </type>
23521     <type name="C+&lt;Main&gt;c__AnonStorey6">
23522       <method name="Boolean &lt;&gt;m__18(Int32)">
23523         <size>20</size>
23524       </method>
23525     </type>
23526     <type name="C+&lt;Main&gt;c__AnonStorey7">
23527       <method name="Void .ctor()">
23528         <size>7</size>
23529       </method>
23530       <method name="Boolean &lt;&gt;m__19(Int32)">
23531         <size>10</size>
23532       </method>
23533     </type>
23534     <type name="C+&lt;Main&gt;c__AnonStorey8">
23535       <method name="Void .ctor()">
23536         <size>7</size>
23537       </method>
23538       <method name="Boolean &lt;&gt;m__1A(Int32)">
23539         <size>10</size>
23540       </method>
23541     </type>
23542     <type name="C+&lt;Main&gt;c__AnonStorey9">
23543       <method name="Void .ctor()">
23544         <size>7</size>
23545       </method>
23546       <method name="Boolean &lt;&gt;m__1B(Int32)">
23547         <size>10</size>
23548       </method>
23549     </type>
23550     <type name="C+&lt;Main&gt;c__AnonStoreyA">
23551       <method name="Void .ctor()">
23552         <size>7</size>
23553       </method>
23554       <method name="Boolean &lt;&gt;m__1C(Int32)">
23555         <size>10</size>
23556       </method>
23557     </type>
23558   </test>
23559   <test name="gtest-linq-19.cs">
23560     <type name="Test">
23561       <method name="Void .ctor()">
23562         <size>7</size>
23563       </method>
23564       <method name="Void .cctor()">
23565         <size>45</size>
23566       </method>
23567       <method name="Void Main()">
23568         <size>1</size>
23569       </method>
23570       <method name="Char &lt;E&gt;m__0(Char)">
23571         <size>2</size>
23572       </method>
23573     </type>
23574   </test>
23575   <test name="gtest-linq-20.cs">
23576     <type name="Maybe`1[T]">
23577       <method name="T get_Value()">
23578         <size>7</size>
23579       </method>
23580       <method name="Void set_Value(T)">
23581         <size>8</size>
23582       </method>
23583       <method name="Boolean get_HasValue()">
23584         <size>7</size>
23585       </method>
23586       <method name="Void set_HasValue(Boolean)">
23587         <size>8</size>
23588       </method>
23589       <method name="System.String ToString()">
23590         <size>38</size>
23591       </method>
23592       <method name="Maybe`1[U] SelectMany[U](System.Func`2[T,Maybe`1[U]])">
23593         <size>30</size>
23594       </method>
23595       <method name="Maybe`1[V] SelectMany[U,V](System.Func`2[T,Maybe`1[U]], System.Func`3[T,U,V])">
23596         <size>71</size>
23597       </method>
23598       <method name="Void .ctor()">
23599         <size>14</size>
23600       </method>
23601       <method name="Void .ctor(T)">
23602         <size>21</size>
23603       </method>
23604       <method name="Void .cctor()">
23605         <size>11</size>
23606       </method>
23607     </type>
23608     <type name="MaybeExtensions">
23609       <method name="Maybe`1[T] ToMaybe[T](T)">
23610         <size>7</size>
23611       </method>
23612     </type>
23613     <type name="Test">
23614       <method name="Void Main()">
23615         <size>138</size>
23616       </method>
23617       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__0(Int32)">
23618         <size>7</size>
23619       </method>
23620       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__1(Int32, Int32)">
23621         <size>8</size>
23622       </method>
23623       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
23624         <size>7</size>
23625       </method>
23626       <method name="Int32 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[System.Int32,System.Int32], Int32)">
23627         <size>16</size>
23628       </method>
23629       <method name="Void .ctor()">
23630         <size>7</size>
23631       </method>
23632     </type>
23633     <type name="&lt;&gt;__AnonType0`2[&lt;x&gt;__T,&lt;y&gt;__T]">
23634       <method name="&lt;x&gt;__T get_x()">
23635         <size>7</size>
23636       </method>
23637       <method name="&lt;y&gt;__T get_y()">
23638         <size>7</size>
23639       </method>
23640       <method name="Boolean Equals(System.Object)">
23641         <size>69</size>
23642       </method>
23643       <method name="Int32 GetHashCode()">
23644         <size>86</size>
23645       </method>
23646       <method name="System.String ToString()">
23647         <size>142</size>
23648       </method>
23649       <method name="Void .ctor(&lt;x&gt;__T, &lt;y&gt;__T)">
23650         <size>21</size>
23651       </method>
23652     </type>
23653   </test>
23654   <test name="gtest-linq-21.cs">
23655     <type name="Program">
23656       <method name="Int32 Main()">
23657         <size>90</size>
23658       </method>
23659     </type>
23660     <type name="Program+&lt;Main&gt;c__AnonStorey0">
23661       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
23662         <size>7</size>
23663       </method>
23664       <method name="System.Action &lt;&gt;m__1(Int32, Int32)">
23665         <size>40</size>
23666       </method>
23667       <method name="Void .ctor()">
23668         <size>7</size>
23669       </method>
23670     </type>
23671     <type name="Program+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
23672       <method name="Void &lt;&gt;m__2()">
23673         <size>49</size>
23674       </method>
23675       <method name="Void .ctor()">
23676         <size>7</size>
23677       </method>
23678     </type>
23679   </test>
23680   <test name="gtest-linq-22.cs">
23681     <type name="Test.MainClass">
23682       <method name="Void Main()">
23683         <size>47</size>
23684       </method>
23685       <method name="Void .ctor()">
23686         <size>7</size>
23687       </method>
23688     </type>
23689     <type name="&lt;&gt;__AnonType0`2[&lt;item&gt;__T,&lt;parsed&gt;__T]">
23690       <method name="&lt;item&gt;__T get_item()">
23691         <size>7</size>
23692       </method>
23693       <method name="&lt;parsed&gt;__T get_parsed()">
23694         <size>7</size>
23695       </method>
23696       <method name="Boolean Equals(System.Object)">
23697         <size>69</size>
23698       </method>
23699       <method name="Int32 GetHashCode()">
23700         <size>86</size>
23701       </method>
23702       <method name="System.String ToString()">
23703         <size>142</size>
23704       </method>
23705       <method name="Void .ctor(&lt;item&gt;__T, &lt;parsed&gt;__T)">
23706         <size>21</size>
23707       </method>
23708     </type>
23709     <type name="Test.MainClass+&lt;Main&gt;c__AnonStorey0">
23710       <method name="&lt;&gt;__AnonType0`2[System.Char,System.Boolean] &lt;&gt;m__0(Char)">
23711         <size>23</size>
23712       </method>
23713       <method name="DateTime &lt;&gt;m__1(&lt;&gt;__AnonType0`2[System.Char,System.Boolean])">
23714         <size>28</size>
23715       </method>
23716       <method name="Void .ctor()">
23717         <size>7</size>
23718       </method>
23719     </type>
23720   </test>
23721   <test name="gtest-linq-23.cs">
23722     <type name="OrderByBugExample.Foo">
23723       <method name="System.String get_Name()">
23724         <size>7</size>
23725       </method>
23726       <method name="Void set_Name(System.String)">
23727         <size>8</size>
23728       </method>
23729       <method name="Int32 get_Value1()">
23730         <size>7</size>
23731       </method>
23732       <method name="Void set_Value1(Int32)">
23733         <size>8</size>
23734       </method>
23735       <method name="Int32 get_Value2()">
23736         <size>7</size>
23737       </method>
23738       <method name="Void set_Value2(Int32)">
23739         <size>8</size>
23740       </method>
23741       <method name="Void .ctor()">
23742         <size>7</size>
23743       </method>
23744     </type>
23745     <type name="OrderByBugExample.Program">
23746       <method name="Int32 Main()">
23747         <size>345</size>
23748       </method>
23749       <method name="System.String &lt;Main&gt;m__0(OrderByBugExample.Foo)">
23750         <size>7</size>
23751       </method>
23752       <method name="Int32 &lt;Main&gt;m__1(OrderByBugExample.Foo)">
23753         <size>7</size>
23754       </method>
23755       <method name="Int32 &lt;Main&gt;m__2(OrderByBugExample.Foo)">
23756         <size>7</size>
23757       </method>
23758     </type>
23759   </test>
23760   <test name="gtest-linq-24.cs">
23761     <type name="A">
23762       <method name="Void .ctor()">
23763         <size>7</size>
23764       </method>
23765     </type>
23766     <type name="C">
23767       <method name="A[] get_Prop()">
23768         <size>15</size>
23769       </method>
23770       <method name="Void Test()">
23771         <size>56</size>
23772       </method>
23773       <method name="Int32 Main()">
23774         <size>12</size>
23775       </method>
23776       <method name="Int32 &lt;Test&gt;m__0(A)">
23777         <size>7</size>
23778       </method>
23779       <method name="Void .ctor()">
23780         <size>7</size>
23781       </method>
23782     </type>
23783   </test>
23784   <test name="gtest-linq-25.cs">
23785     <type name="A">
23786       <method name="System.String get_Header()">
23787         <size>2</size>
23788       </method>
23789       <method name="Void .ctor()">
23790         <size>7</size>
23791       </method>
23792     </type>
23793     <type name="B">
23794       <method name="System.String get_Name()">
23795         <size>2</size>
23796       </method>
23797       <method name="Void .ctor()">
23798         <size>7</size>
23799       </method>
23800     </type>
23801     <type name="C">
23802       <method name="Int32 Main()">
23803         <size>36</size>
23804       </method>
23805       <method name="Void Test(System.Action)">
23806         <size>7</size>
23807       </method>
23808       <method name="Void &lt;Main&gt;m__0()">
23809         <size>159</size>
23810       </method>
23811       <method name="IEnumerable`1 &lt;Main&gt;m__1(A)">
23812         <size>7</size>
23813       </method>
23814       <method name="&lt;&gt;__AnonType0`2[A,B] &lt;Main&gt;m__2(A, B)">
23815         <size>8</size>
23816       </method>
23817       <method name="Boolean &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[A,B])">
23818         <size>67</size>
23819       </method>
23820       <method name="&lt;&gt;__AnonType1`2[A,B] &lt;Main&gt;m__4(&lt;&gt;__AnonType0`2[A,B])">
23821         <size>18</size>
23822       </method>
23823       <method name="Void .ctor()">
23824         <size>7</size>
23825       </method>
23826     </type>
23827     <type name="&lt;&gt;__AnonType0`2[&lt;c&gt;__T,&lt;p&gt;__T]">
23828       <method name="&lt;c&gt;__T get_c()">
23829         <size>7</size>
23830       </method>
23831       <method name="&lt;p&gt;__T get_p()">
23832         <size>7</size>
23833       </method>
23834       <method name="Boolean Equals(System.Object)">
23835         <size>69</size>
23836       </method>
23837       <method name="Int32 GetHashCode()">
23838         <size>86</size>
23839       </method>
23840       <method name="System.String ToString()">
23841         <size>142</size>
23842       </method>
23843       <method name="Void .ctor(&lt;c&gt;__T, &lt;p&gt;__T)">
23844         <size>21</size>
23845       </method>
23846     </type>
23847     <type name="&lt;&gt;__AnonType1`2[&lt;C&gt;__T,&lt;P&gt;__T]">
23848       <method name="&lt;C&gt;__T get_C()">
23849         <size>7</size>
23850       </method>
23851       <method name="&lt;P&gt;__T get_P()">
23852         <size>7</size>
23853       </method>
23854       <method name="Boolean Equals(System.Object)">
23855         <size>69</size>
23856       </method>
23857       <method name="Int32 GetHashCode()">
23858         <size>86</size>
23859       </method>
23860       <method name="System.String ToString()">
23861         <size>142</size>
23862       </method>
23863       <method name="Void .ctor(&lt;C&gt;__T, &lt;P&gt;__T)">
23864         <size>21</size>
23865       </method>
23866     </type>
23867   </test>
23868   <test name="gtest-named-01.cs">
23869     <type name="C">
23870       <method name="Int32 Test(Int32, Int32, System.String)">
23871         <size>6</size>
23872       </method>
23873       <method name="T Foo[T](T, Int32)">
23874         <size>2</size>
23875       </method>
23876       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
23877         <size>9</size>
23878       </method>
23879       <method name="Int32 Main()">
23880         <size>173</size>
23881       </method>
23882       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23883         <size>2</size>
23884       </method>
23885     </type>
23886     <type name="C+&lt;Main&gt;c__AnonStorey0">
23887       <method name="Void .ctor()">
23888         <size>7</size>
23889       </method>
23890       <method name="Int32 &lt;&gt;m__1(Int32)">
23891         <size>7</size>
23892       </method>
23893     </type>
23894   </test>
23895   <test name="gtest-named-02.cs">
23896     <type name="D">
23897       <method name="Void Foo(Int32)">
23898         <size>1</size>
23899       </method>
23900       <method name="Void Main()">
23901         <size>1</size>
23902       </method>
23903       <method name="Void .ctor()">
23904         <size>7</size>
23905       </method>
23906     </type>
23907   </test>
23908   <test name="gtest-named-03.cs">
23909     <type name="C">
23910       <method name="Int32 Foo(Int32, Int32, Int32)">
23911         <size>2</size>
23912       </method>
23913       <method name="Int32 Main()">
23914         <size>77</size>
23915       </method>
23916       <method name="Void .ctor()">
23917         <size>7</size>
23918       </method>
23919       <method name="Void set_Item(Int32, Int32, Int32, Int32)">
23920         <size>21</size>
23921       </method>
23922       <method name="Int32 get_Item(Int32, Int32, Int32)">
23923         <size>7</size>
23924       </method>
23925     </type>
23926   </test>
23927   <test name="gtest-optional-01.cs">
23928     <type name="C">
23929       <method name="Void TestA(Int32)">
23930         <size>1</size>
23931       </method>
23932       <method name="Void TestB(Int64)">
23933         <size>1</size>
23934       </method>
23935       <method name="Void TestC(Decimal)">
23936         <size>1</size>
23937       </method>
23938       <method name="Int32 Main()">
23939         <size>310</size>
23940       </method>
23941       <method name="Void .ctor()">
23942         <size>7</size>
23943       </method>
23944     </type>
23945   </test>
23946   <test name="gtest-optional-02.cs">
23947     <type name="C">
23948       <method name="Boolean Test2(Nullable`1)">
23949         <size>11</size>
23950       </method>
23951       <method name="Int32 Test(Nullable`1)">
23952         <size>27</size>
23953       </method>
23954       <method name="Int32 Main()">
23955         <size>122</size>
23956       </method>
23957       <method name="Void .ctor()">
23958         <size>7</size>
23959       </method>
23960       <method name="Boolean Test3(Nullable`1)">
23961         <size>21</size>
23962       </method>
23963       <method name="Int64 Test4(Nullable`1)">
23964         <size>8</size>
23965       </method>
23966     </type>
23967   </test>
23968   <test name="gtest-optional-03.cs">
23969     <type name="C">
23970       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
23971         <size>2</size>
23972       </method>
23973       <method name="Int32 Main()">
23974         <size>225</size>
23975       </method>
23976       <method name="Void .ctor()">
23977         <size>7</size>
23978       </method>
23979     </type>
23980   </test>
23981   <test name="gtest-optional-04.cs">
23982     <type name="C">
23983       <method name="Void Foo[T](T, T)">
23984         <size>1</size>
23985       </method>
23986       <method name="Void TestParams(System.Int32[])">
23987         <size>6</size>
23988       </method>
23989       <method name="Void TestParams(Int32)">
23990         <size>1</size>
23991       </method>
23992       <method name="Void TestStruct(Nullable`1)">
23993         <size>24</size>
23994       </method>
23995       <method name="System.String get_Item(Int32, System.String)">
23996         <size>2</size>
23997       </method>
23998       <method name="Void set_Item(Int32, System.String, System.String)">
23999         <size>4</size>
24000       </method>
24001       <method name="Int32 Main()">
24002         <size>134</size>
24003       </method>
24004       <method name="Void .ctor()">
24005         <size>7</size>
24006       </method>
24007       <method name="Void TestStruct2(Nullable`1)">
24008         <size>1</size>
24009       </method>
24010     </type>
24011   </test>
24012   <test name="gtest-optional-05.cs">
24013     <type name="Blah">
24014       <method name="Int32 Foo(Int32, Int32)">
24015         <size>4</size>
24016       </method>
24017       <method name="Int32 Main()">
24018         <size>46</size>
24019       </method>
24020       <method name="Void .ctor()">
24021         <size>7</size>
24022       </method>
24023     </type>
24024     <type name="Blah+MyDelegate">
24025       <method name="Int32 Invoke(Int32, Int32)">
24026         <size>0</size>
24027       </method>
24028       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
24029         <size>0</size>
24030       </method>
24031       <method name="Int32 EndInvoke(IAsyncResult)">
24032         <size>0</size>
24033       </method>
24034       <method name="Void .ctor(Object, IntPtr)">
24035         <size>0</size>
24036       </method>
24037     </type>
24038   </test>
24039   <test name="gtest-optional-06.cs">
24040     <type name="C">
24041       <method name="Int32 Foo(Int32)">
24042         <size>2</size>
24043       </method>
24044       <method name="Int32 Main()">
24045         <size>38</size>
24046       </method>
24047       <method name="Void .ctor()">
24048         <size>7</size>
24049       </method>
24050     </type>
24051     <type name="D">
24052       <method name="Int32 Invoke(Int32)">
24053         <size>0</size>
24054       </method>
24055       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24056         <size>0</size>
24057       </method>
24058       <method name="Int32 EndInvoke(IAsyncResult)">
24059         <size>0</size>
24060       </method>
24061       <method name="Void .ctor(Object, IntPtr)">
24062         <size>0</size>
24063       </method>
24064     </type>
24065   </test>
24066   <test name="gtest-optional-07.cs">
24067     <type name="Tests">
24068       <method name="Void foo(Foo)">
24069         <size>1</size>
24070       </method>
24071       <method name="Int32 Main()">
24072         <size>8</size>
24073       </method>
24074       <method name="Void .ctor()">
24075         <size>7</size>
24076       </method>
24077     </type>
24078   </test>
24079   <test name="gtest-optional-08.cs">
24080     <type name="Tests">
24081       <method name="Int32 Main()">
24082         <size>36</size>
24083       </method>
24084       <method name="Void .ctor(String)">
24085         <size>14</size>
24086       </method>
24087       <method name="Void .ctor(Int32)">
24088         <size>7</size>
24089       </method>
24090     </type>
24091   </test>
24092   <test name="gtest-optional-09.cs">
24093     <type name="Program">
24094       <method name="Int32 Test_1(Int32, SByte)">
24095         <size>2</size>
24096       </method>
24097       <method name="Int32 Test_1[T](T)">
24098         <size>2</size>
24099       </method>
24100       <method name="Int32 Test_1(Int32, Int64)">
24101         <size>2</size>
24102       </method>
24103       <method name="Int32 Test_2(Int16)">
24104         <size>2</size>
24105       </method>
24106       <method name="Int32 Test_2(Int32, SByte)">
24107         <size>2</size>
24108       </method>
24109       <method name="Int32 Test_3(System.String)">
24110         <size>2</size>
24111       </method>
24112       <method name="Int32 Test_3(System.String, SByte)">
24113         <size>2</size>
24114       </method>
24115       <method name="Int32 Test_4(System.Object)">
24116         <size>2</size>
24117       </method>
24118       <method name="Int32 Test_4(System.Object[])">
24119         <size>2</size>
24120       </method>
24121       <method name="Int32 Test_5()">
24122         <size>2</size>
24123       </method>
24124       <method name="Int32 Test_5(Int32, System.Object[])">
24125         <size>2</size>
24126       </method>
24127       <method name="Int32 Test_6(System.Object[])">
24128         <size>2</size>
24129       </method>
24130       <method name="Int32 Test_6(Int32, System.Object[])">
24131         <size>2</size>
24132       </method>
24133       <method name="Int32 Test_7(Boolean, System.Object[])">
24134         <size>2</size>
24135       </method>
24136       <method name="Int32 Test_7(Boolean, Int32, System.Object[])">
24137         <size>2</size>
24138       </method>
24139       <method name="Int32 Main()">
24140         <size>118</size>
24141       </method>
24142       <method name="Void .ctor()">
24143         <size>7</size>
24144       </method>
24145     </type>
24146   </test>
24147   <test name="gtest-optional-10.cs">
24148     <type name="Program">
24149       <method name="Void Main()">
24150         <size>8</size>
24151       </method>
24152       <method name="Void .ctor()">
24153         <size>7</size>
24154       </method>
24155     </type>
24156     <type name="Program`1[T]">
24157       <method name="Void .ctor(Generic`1)">
24158         <size>7</size>
24159       </method>
24160     </type>
24161     <type name="Generic`1[T]">
24162       <method name="Void .ctor()">
24163         <size>7</size>
24164       </method>
24165     </type>
24166   </test>
24167   <test name="gtest-optional-11.cs">
24168     <type name="C">
24169       <method name="Int32 TestA(Int32)">
24170         <size>2</size>
24171       </method>
24172       <method name="T TestB[T](T, T)">
24173         <size>2</size>
24174       </method>
24175       <method name="System.Object TestC(System.Object)">
24176         <size>2</size>
24177       </method>
24178       <method name="Int32 Main()">
24179         <size>211</size>
24180       </method>
24181       <method name="Void .ctor()">
24182         <size>7</size>
24183       </method>
24184       <method name="Int32 TestD(Int32, Int32)">
24185         <size>2</size>
24186       </method>
24187     </type>
24188   </test>
24189   <test name="gtest-optional-12.cs">
24190     <type name="C">
24191       <method name="Int32 M(System.String, Int32, System.Int32[])">
24192         <size>4</size>
24193       </method>
24194       <method name="Int32 Main()">
24195         <size>41</size>
24196       </method>
24197       <method name="Void .ctor()">
24198         <size>7</size>
24199       </method>
24200     </type>
24201     <type name="&lt;PrivateImplementationDetails&gt;">
24202       <method name="Void .ctor()">
24203         <size>7</size>
24204       </method>
24205     </type>
24206   </test>
24207   <test name="gtest-optional-13.cs">
24208     <type name="A">
24209       <method name="Int32 Foo(Int32)">
24210         <size>2</size>
24211       </method>
24212       <method name="Int32 Foo2(Int32)">
24213         <size>2</size>
24214       </method>
24215       <method name="Int32 get_Item(System.String, Int32)">
24216         <size>2</size>
24217       </method>
24218       <method name="Void .ctor()">
24219         <size>7</size>
24220       </method>
24221     </type>
24222     <type name="B">
24223       <method name="Int32 Foo(Int32)">
24224         <size>4</size>
24225       </method>
24226       <method name="Int32 Foo2(Int32)">
24227         <size>3</size>
24228       </method>
24229       <method name="Int32 get_Item(System.String, Int32)">
24230         <size>4</size>
24231       </method>
24232       <method name="Void .ctor()">
24233         <size>7</size>
24234       </method>
24235     </type>
24236     <type name="C">
24237       <method name="Int32 Main()">
24238         <size>137</size>
24239       </method>
24240       <method name="Void .ctor()">
24241         <size>7</size>
24242       </method>
24243     </type>
24244   </test>
24245   <test name="gtest-partial-01.cs">
24246     <type name="B`1[U]">
24247       <method name="Void .ctor()">
24248         <size>7</size>
24249       </method>
24250     </type>
24251     <type name="C`1[T]">
24252       <method name="Void .ctor()">
24253         <size>7</size>
24254       </method>
24255     </type>
24256     <type name="Test">
24257       <method name="Void Main()">
24258         <size>1</size>
24259       </method>
24260       <method name="Void .ctor()">
24261         <size>7</size>
24262       </method>
24263     </type>
24264   </test>
24265   <test name="gtest-partial-02.cs">
24266     <type name="A`1[T]">
24267       <method name="Void Test()">
24268         <size>13</size>
24269       </method>
24270       <method name="T get_CurrentItem()">
24271         <size>7</size>
24272       </method>
24273       <method name="Void set_CurrentItem(T)">
24274         <size>8</size>
24275       </method>
24276       <method name="Void .ctor()">
24277         <size>7</size>
24278       </method>
24279     </type>
24280     <type name="C">
24281       <method name="Void Main()">
24282         <size>1</size>
24283       </method>
24284       <method name="Void .ctor()">
24285         <size>7</size>
24286       </method>
24287     </type>
24288   </test>
24289   <test name="gtest-repl-01.cs">
24290     <type name="MyTest">
24291       <method name="Void Run(System.String, System.String)">
24292         <size>23</size>
24293       </method>
24294       <method name="Void Evaluate(System.String, System.String, System.Object)">
24295         <size>80</size>
24296       </method>
24297       <method name="Void Main()">
24298         <size>561</size>
24299       </method>
24300       <method name="Void .ctor()">
24301         <size>7</size>
24302       </method>
24303     </type>
24304   </test>
24305   <test name="gtest-var-04.cs">
24306     <type name="Test">
24307       <method name="Void .ctor()">
24308         <size>7</size>
24309       </method>
24310       <method name="Int32 Main()">
24311         <size>221</size>
24312       </method>
24313     </type>
24314   </test>
24315   <test name="gtest-variance-1.cs">
24316     <type name="Foo">
24317       <method name="System.String get_Bar()">
24318         <size>7</size>
24319       </method>
24320       <method name="Void .ctor(String)">
24321         <size>14</size>
24322       </method>
24323     </type>
24324     <type name="Test">
24325       <method name="Int32 Main()">
24326         <size>57</size>
24327       </method>
24328       <method name="Void .ctor()">
24329         <size>7</size>
24330       </method>
24331     </type>
24332   </test>
24333   <test name="gtest-variance-10.cs">
24334     <type name="Foo">
24335       <method name="Void .ctor()">
24336         <size>7</size>
24337       </method>
24338     </type>
24339     <type name="Test">
24340       <method name="Int32 I&lt;string&gt;.get_Count()">
24341         <size>2</size>
24342       </method>
24343       <method name="Int32 I&lt;Foo&gt;.get_Count()">
24344         <size>2</size>
24345       </method>
24346       <method name="Void .ctor()">
24347         <size>7</size>
24348       </method>
24349     </type>
24350     <type name="Program">
24351       <method name="Int32 Main()">
24352         <size>29</size>
24353       </method>
24354     </type>
24355   </test>
24356   <test name="gtest-variance-11.cs">
24357     <type name="D">
24358       <method name="Void .ctor()">
24359         <size>7</size>
24360       </method>
24361       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
24362         <size>38</size>
24363       </method>
24364       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
24365         <size>38</size>
24366       </method>
24367       <method name="Int32 Main()">
24368         <size>38</size>
24369       </method>
24370     </type>
24371   </test>
24372   <test name="gtest-variance-12.cs">
24373     <type name="D">
24374       <method name="Void add_field(D`1[System.String])">
24375         <size>24</size>
24376       </method>
24377       <method name="Void remove_field(D`1[System.String])">
24378         <size>24</size>
24379       </method>
24380       <method name="Int32 Main()">
24381         <size>56</size>
24382       </method>
24383       <method name="Void &lt;Main&gt;m__0()">
24384         <size>1</size>
24385       </method>
24386       <method name="Void .ctor()">
24387         <size>7</size>
24388       </method>
24389     </type>
24390     <type name="D`1[T]">
24391       <method name="Void Invoke()">
24392         <size>0</size>
24393       </method>
24394       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24395         <size>0</size>
24396       </method>
24397       <method name="Void EndInvoke(IAsyncResult)">
24398         <size>0</size>
24399       </method>
24400       <method name="Void .ctor(Object, IntPtr)">
24401         <size>0</size>
24402       </method>
24403     </type>
24404   </test>
24405   <test name="gtest-variance-13.cs">
24406     <type name="A">
24407       <method name="Void .ctor()">
24408         <size>7</size>
24409       </method>
24410       <method name="Void Foo[T](T, IList`1)">
24411         <size>1</size>
24412       </method>
24413       <method name="Void Test()">
24414         <size>17</size>
24415       </method>
24416     </type>
24417     <type name="B">
24418       <method name="Void .ctor()">
24419         <size>7</size>
24420       </method>
24421       <method name="Void Foo[T](T, I`1)">
24422         <size>1</size>
24423       </method>
24424       <method name="Void Test[U](U, I`1)">
24425         <size>8</size>
24426       </method>
24427     </type>
24428     <type name="M">
24429       <method name="Void .ctor()">
24430         <size>7</size>
24431       </method>
24432       <method name="Int32 Main()">
24433         <size>2</size>
24434       </method>
24435     </type>
24436   </test>
24437   <test name="gtest-variance-14.cs">
24438     <type name="A">
24439       <method name="Void .ctor()">
24440         <size>7</size>
24441       </method>
24442     </type>
24443     <type name="B">
24444       <method name="Void .ctor()">
24445         <size>7</size>
24446       </method>
24447     </type>
24448     <type name="C">
24449       <method name="Int32 Main()">
24450         <size>28</size>
24451       </method>
24452       <method name="Void .ctor()">
24453         <size>7</size>
24454       </method>
24455     </type>
24456     <type name="C+D`1[T]">
24457       <method name="Void Invoke(T)">
24458         <size>0</size>
24459       </method>
24460       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24461         <size>0</size>
24462       </method>
24463       <method name="Void EndInvoke(IAsyncResult)">
24464         <size>0</size>
24465       </method>
24466       <method name="Void .ctor(Object, IntPtr)">
24467         <size>0</size>
24468       </method>
24469     </type>
24470     <type name="C+D`2[T,U]">
24471       <method name="T Invoke(U)">
24472         <size>0</size>
24473       </method>
24474       <method name="IAsyncResult BeginInvoke(U, System.AsyncCallback, System.Object)">
24475         <size>0</size>
24476       </method>
24477       <method name="T EndInvoke(IAsyncResult)">
24478         <size>0</size>
24479       </method>
24480       <method name="Void .ctor(Object, IntPtr)">
24481         <size>0</size>
24482       </method>
24483     </type>
24484   </test>
24485   <test name="gtest-variance-15.cs">
24486     <type name="C">
24487       <method name="Void M[T](T ByRef, C+D`1[T])">
24488         <size>13</size>
24489       </method>
24490       <method name="Void M2[T](T, C+D`1[T])">
24491         <size>8</size>
24492       </method>
24493       <method name="Void MethodArg(System.Object)">
24494         <size>1</size>
24495       </method>
24496       <method name="Int32 Main()">
24497         <size>53</size>
24498       </method>
24499       <method name="Void &lt;Main&gt;m__0(System.Object)">
24500         <size>7</size>
24501       </method>
24502       <method name="Void .ctor()">
24503         <size>7</size>
24504       </method>
24505     </type>
24506     <type name="C+D`1[T]">
24507       <method name="Void Invoke(T)">
24508         <size>0</size>
24509       </method>
24510       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24511         <size>0</size>
24512       </method>
24513       <method name="Void EndInvoke(IAsyncResult)">
24514         <size>0</size>
24515       </method>
24516       <method name="Void .ctor(Object, IntPtr)">
24517         <size>0</size>
24518       </method>
24519     </type>
24520   </test>
24521   <test name="gtest-variance-16.cs">
24522     <type name="S">
24523       <method name="System.String op_Implicit(S)">
24524         <size>6</size>
24525       </method>
24526     </type>
24527     <type name="C">
24528       <method name="T Foo[T](T, I`1)">
24529         <size>2</size>
24530       </method>
24531       <method name="Int32 Main()">
24532         <size>45</size>
24533       </method>
24534       <method name="Void .ctor()">
24535         <size>7</size>
24536       </method>
24537     </type>
24538   </test>
24539   <test name="gtest-variance-2.cs">
24540     <type name="Foo">
24541       <method name="System.String Bar(System.Object)">
24542         <size>12</size>
24543       </method>
24544       <method name="Void .ctor()">
24545         <size>7</size>
24546       </method>
24547     </type>
24548     <type name="Test">
24549       <method name="Int32 Main()">
24550         <size>92</size>
24551       </method>
24552       <method name="Void .ctor()">
24553         <size>7</size>
24554       </method>
24555     </type>
24556   </test>
24557   <test name="gtest-variance-3.cs">
24558     <type name="Test">
24559       <method name="Int32 Main()">
24560         <size>56</size>
24561       </method>
24562       <method name="Int32 Bar(Foo`1[System.Object])">
24563         <size>12</size>
24564       </method>
24565       <method name="Void .ctor()">
24566         <size>7</size>
24567       </method>
24568     </type>
24569     <type name="Foo`1[T]">
24570       <method name="T Invoke()">
24571         <size>0</size>
24572       </method>
24573       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24574         <size>0</size>
24575       </method>
24576       <method name="T EndInvoke(IAsyncResult)">
24577         <size>0</size>
24578       </method>
24579       <method name="Void .ctor(Object, IntPtr)">
24580         <size>0</size>
24581       </method>
24582     </type>
24583     <type name="Test+&lt;Main&gt;c__AnonStorey0">
24584       <method name="System.String &lt;&gt;m__0()">
24585         <size>7</size>
24586       </method>
24587       <method name="Void .ctor()">
24588         <size>7</size>
24589       </method>
24590     </type>
24591   </test>
24592   <test name="gtest-variance-4.cs">
24593     <type name="Test">
24594       <method name="Int32 Main()">
24595         <size>58</size>
24596       </method>
24597       <method name="Int32 Bar(Foo`1[System.String], System.String)">
24598         <size>8</size>
24599       </method>
24600       <method name="Int32 &lt;Main&gt;m__0(System.Object)">
24601         <size>7</size>
24602       </method>
24603       <method name="Void .ctor()">
24604         <size>7</size>
24605       </method>
24606     </type>
24607     <type name="Foo`1[T]">
24608       <method name="Int32 Invoke(T)">
24609         <size>0</size>
24610       </method>
24611       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24612         <size>0</size>
24613       </method>
24614       <method name="Int32 EndInvoke(IAsyncResult)">
24615         <size>0</size>
24616       </method>
24617       <method name="Void .ctor(Object, IntPtr)">
24618         <size>0</size>
24619       </method>
24620     </type>
24621   </test>
24622   <test name="gtest-variance-5.cs">
24623     <type name="BothVariants`2[T1,T2]">
24624       <method name="T1 get_Foo()">
24625         <size>7</size>
24626       </method>
24627       <method name="Void set_Foo(T1)">
24628         <size>8</size>
24629       </method>
24630       <method name="Int32 Bar(T2)">
24631         <size>35</size>
24632       </method>
24633       <method name="Void .ctor(T1)">
24634         <size>14</size>
24635       </method>
24636     </type>
24637     <type name="Invariant`1[T]">
24638       <method name="T get_Foo()">
24639         <size>36</size>
24640       </method>
24641       <method name="Int32 Bar(T)">
24642         <size>14</size>
24643       </method>
24644       <method name="Void .ctor()">
24645         <size>7</size>
24646       </method>
24647     </type>
24648     <type name="A">
24649       <method name="System.String get_Fruit()">
24650         <size>6</size>
24651       </method>
24652       <method name="Void .ctor()">
24653         <size>7</size>
24654       </method>
24655     </type>
24656     <type name="B">
24657       <method name="System.String get_Fruit()">
24658         <size>6</size>
24659       </method>
24660       <method name="Void .ctor()">
24661         <size>7</size>
24662       </method>
24663     </type>
24664     <type name="C">
24665       <method name="System.String get_Fruit()">
24666         <size>6</size>
24667       </method>
24668       <method name="Void .ctor()">
24669         <size>7</size>
24670       </method>
24671     </type>
24672     <type name="Test">
24673       <method name="Int32 Main()">
24674         <size>110</size>
24675       </method>
24676       <method name="Void .ctor()">
24677         <size>7</size>
24678       </method>
24679     </type>
24680   </test>
24681   <test name="gtest-variance-6.cs">
24682     <type name="Program">
24683       <method name="Void .ctor()">
24684         <size>7</size>
24685       </method>
24686       <method name="Void Main()">
24687         <size>1</size>
24688       </method>
24689     </type>
24690     <type name="Cov1`1[U]">
24691       <method name="Void .ctor(Object, IntPtr)">
24692         <size>0</size>
24693       </method>
24694       <method name="ICovariant`1 Invoke(IContravariant`1)">
24695         <size>0</size>
24696       </method>
24697       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
24698         <size>0</size>
24699       </method>
24700       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24701         <size>0</size>
24702       </method>
24703     </type>
24704     <type name="Cov2`1[U]">
24705       <method name="Void .ctor(Object, IntPtr)">
24706         <size>0</size>
24707       </method>
24708       <method name="ICovariant`1 Invoke(IContravariant`1)">
24709         <size>0</size>
24710       </method>
24711       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
24712         <size>0</size>
24713       </method>
24714       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24715         <size>0</size>
24716       </method>
24717     </type>
24718     <type name="Cov3`1[U]">
24719       <method name="Void .ctor(Object, IntPtr)">
24720         <size>0</size>
24721       </method>
24722       <method name="ICovariant`1 Invoke(IContravariant`1)">
24723         <size>0</size>
24724       </method>
24725       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
24726         <size>0</size>
24727       </method>
24728       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24729         <size>0</size>
24730       </method>
24731     </type>
24732     <type name="Cov4`1[U]">
24733       <method name="Void .ctor(Object, IntPtr)">
24734         <size>0</size>
24735       </method>
24736       <method name="ICovariant`1 Invoke()">
24737         <size>0</size>
24738       </method>
24739       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24740         <size>0</size>
24741       </method>
24742       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
24743         <size>0</size>
24744       </method>
24745     </type>
24746     <type name="Cov5`1[U]">
24747       <method name="Void .ctor(Object, IntPtr)">
24748         <size>0</size>
24749       </method>
24750       <method name="IContravariant`1 Invoke()">
24751         <size>0</size>
24752       </method>
24753       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24754         <size>0</size>
24755       </method>
24756       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24757         <size>0</size>
24758       </method>
24759     </type>
24760     <type name="Contra5`1[U]">
24761       <method name="Void .ctor(Object, IntPtr)">
24762         <size>0</size>
24763       </method>
24764       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
24765         <size>0</size>
24766       </method>
24767       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
24768         <size>0</size>
24769       </method>
24770       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24771         <size>0</size>
24772       </method>
24773     </type>
24774     <type name="Contra6`1[U]">
24775       <method name="Void .ctor(Object, IntPtr)">
24776         <size>0</size>
24777       </method>
24778       <method name="IContravariant`1 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="IContravariant`1 EndInvoke(IAsyncResult)">
24785         <size>0</size>
24786       </method>
24787     </type>
24788     <type name="Contra7`1[U]">
24789       <method name="Void .ctor(Object, IntPtr)">
24790         <size>0</size>
24791       </method>
24792       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
24793         <size>0</size>
24794       </method>
24795       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
24796         <size>0</size>
24797       </method>
24798       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24799         <size>0</size>
24800       </method>
24801     </type>
24802     <type name="Contra8`1[U]">
24803       <method name="Void .ctor(Object, IntPtr)">
24804         <size>0</size>
24805       </method>
24806       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
24807         <size>0</size>
24808       </method>
24809       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
24810         <size>0</size>
24811       </method>
24812       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
24813         <size>0</size>
24814       </method>
24815     </type>
24816   </test>
24817   <test name="gtest-variance-7.cs">
24818     <type name="C">
24819       <method name="Void .ctor()">
24820         <size>7</size>
24821       </method>
24822       <method name="Void Main()">
24823         <size>1</size>
24824       </method>
24825     </type>
24826     <type name="Covariant`1[T]">
24827       <method name="Void .ctor(Object, IntPtr)">
24828         <size>0</size>
24829       </method>
24830       <method name="T Invoke()">
24831         <size>0</size>
24832       </method>
24833       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24834         <size>0</size>
24835       </method>
24836       <method name="T EndInvoke(IAsyncResult)">
24837         <size>0</size>
24838       </method>
24839     </type>
24840     <type name="Contra`1[T]">
24841       <method name="Void .ctor(Object, IntPtr)">
24842         <size>0</size>
24843       </method>
24844       <method name="Void Invoke(T)">
24845         <size>0</size>
24846       </method>
24847       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24848         <size>0</size>
24849       </method>
24850       <method name="Void EndInvoke(IAsyncResult)">
24851         <size>0</size>
24852       </method>
24853     </type>
24854     <type name="CoContra`2[TR,T]">
24855       <method name="Void .ctor(Object, IntPtr)">
24856         <size>0</size>
24857       </method>
24858       <method name="TR Invoke(T)">
24859         <size>0</size>
24860       </method>
24861       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24862         <size>0</size>
24863       </method>
24864       <method name="TR EndInvoke(IAsyncResult)">
24865         <size>0</size>
24866       </method>
24867     </type>
24868     <type name="None`1[T]">
24869       <method name="Void .ctor(Object, IntPtr)">
24870         <size>0</size>
24871       </method>
24872       <method name="Void Invoke(T)">
24873         <size>0</size>
24874       </method>
24875       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24876         <size>0</size>
24877       </method>
24878       <method name="Void EndInvoke(IAsyncResult)">
24879         <size>0</size>
24880       </method>
24881     </type>
24882     <type name="Test`1[U]">
24883       <method name="Void .ctor(Object, IntPtr)">
24884         <size>0</size>
24885       </method>
24886       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
24887         <size>0</size>
24888       </method>
24889       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24890         <size>0</size>
24891       </method>
24892       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
24893         <size>0</size>
24894       </method>
24895     </type>
24896     <type name="Test2`1[U]">
24897       <method name="Void .ctor(Object, IntPtr)">
24898         <size>0</size>
24899       </method>
24900       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
24901         <size>0</size>
24902       </method>
24903       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24904         <size>0</size>
24905       </method>
24906       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
24907         <size>0</size>
24908       </method>
24909     </type>
24910     <type name="Test3`1[U]">
24911       <method name="Void .ctor(Object, IntPtr)">
24912         <size>0</size>
24913       </method>
24914       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
24915         <size>0</size>
24916       </method>
24917       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24918         <size>0</size>
24919       </method>
24920       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
24921         <size>0</size>
24922       </method>
24923     </type>
24924     <type name="Test4`1[U]">
24925       <method name="Void .ctor(Object, IntPtr)">
24926         <size>0</size>
24927       </method>
24928       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
24929         <size>0</size>
24930       </method>
24931       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24932         <size>0</size>
24933       </method>
24934       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
24935         <size>0</size>
24936       </method>
24937     </type>
24938     <type name="Test5`1[U]">
24939       <method name="Void .ctor(Object, IntPtr)">
24940         <size>0</size>
24941       </method>
24942       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
24943         <size>0</size>
24944       </method>
24945       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24946         <size>0</size>
24947       </method>
24948       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
24949         <size>0</size>
24950       </method>
24951     </type>
24952     <type name="Test6`1[U]">
24953       <method name="Void .ctor(Object, IntPtr)">
24954         <size>0</size>
24955       </method>
24956       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
24957         <size>0</size>
24958       </method>
24959       <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)">
24960         <size>0</size>
24961       </method>
24962       <method name="Void EndInvoke(IAsyncResult)">
24963         <size>0</size>
24964       </method>
24965     </type>
24966     <type name="Both`2[U,V]">
24967       <method name="Void .ctor(Object, IntPtr)">
24968         <size>0</size>
24969       </method>
24970       <method name="Void Invoke(CoContra`2[U,V])">
24971         <size>0</size>
24972       </method>
24973       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
24974         <size>0</size>
24975       </method>
24976       <method name="Void EndInvoke(IAsyncResult)">
24977         <size>0</size>
24978       </method>
24979     </type>
24980     <type name="Both2`2[U,V]">
24981       <method name="Void .ctor(Object, IntPtr)">
24982         <size>0</size>
24983       </method>
24984       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
24985         <size>0</size>
24986       </method>
24987       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
24988         <size>0</size>
24989       </method>
24990       <method name="Void EndInvoke(IAsyncResult)">
24991         <size>0</size>
24992       </method>
24993     </type>
24994     <type name="Both3`2[U,V]">
24995       <method name="Void .ctor(Object, IntPtr)">
24996         <size>0</size>
24997       </method>
24998       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
24999         <size>0</size>
25000       </method>
25001       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
25002         <size>0</size>
25003       </method>
25004       <method name="Void EndInvoke(IAsyncResult)">
25005         <size>0</size>
25006       </method>
25007     </type>
25008     <type name="Both4`2[U,V]">
25009       <method name="Void .ctor(Object, IntPtr)">
25010         <size>0</size>
25011       </method>
25012       <method name="Void Invoke(Both`2[V,U])">
25013         <size>0</size>
25014       </method>
25015       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
25016         <size>0</size>
25017       </method>
25018       <method name="Void EndInvoke(IAsyncResult)">
25019         <size>0</size>
25020       </method>
25021     </type>
25022     <type name="Both5`2[U,V]">
25023       <method name="Void .ctor(Object, IntPtr)">
25024         <size>0</size>
25025       </method>
25026       <method name="Void Invoke(Both`2[V,System.Int32])">
25027         <size>0</size>
25028       </method>
25029       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
25030         <size>0</size>
25031       </method>
25032       <method name="Void EndInvoke(IAsyncResult)">
25033         <size>0</size>
25034       </method>
25035     </type>
25036   </test>
25037   <test name="gtest-variance-8.cs">
25038     <type name="A`1[T]">
25039       <method name="Void .ctor()">
25040         <size>7</size>
25041       </method>
25042     </type>
25043     <type name="C">
25044       <method name="Int32 Main()">
25045         <size>144</size>
25046       </method>
25047       <method name="Void .ctor()">
25048         <size>7</size>
25049       </method>
25050     </type>
25051   </test>
25052   <test name="gtest-variance-9.cs">
25053     <type name="Test">
25054       <method name="Void .ctor()">
25055         <size>7</size>
25056       </method>
25057       <method name="Void Foo(IIn`1)">
25058         <size>1</size>
25059       </method>
25060       <method name="Int32 Main()">
25061         <size>10</size>
25062       </method>
25063     </type>
25064   </test>
25065   <test name="test-1.cs">
25066     <type name="X">
25067       <method name="Void .ctor()">
25068         <size>7</size>
25069       </method>
25070       <method name="Int32 Main(System.String[])">
25071         <size>12</size>
25072       </method>
25073     </type>
25074   </test>
25075   <test name="test-10.cs">
25076     <type name="X">
25077       <method name="Void .ctor()">
25078         <size>7</size>
25079       </method>
25080       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
25081         <size>1</size>
25082       </method>
25083       <method name="Void bsbyte()">
25084         <size>35</size>
25085       </method>
25086       <method name="Void abyte(SByte, Char)">
25087         <size>1</size>
25088       </method>
25089       <method name="Void bbyte()">
25090         <size>22</size>
25091       </method>
25092       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
25093         <size>1</size>
25094       </method>
25095       <method name="Void bshort()">
25096         <size>39</size>
25097       </method>
25098       <method name="Void aushort(SByte, Byte, Int16, Char)">
25099         <size>1</size>
25100       </method>
25101       <method name="Void bushort()">
25102         <size>29</size>
25103       </method>
25104       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
25105         <size>1</size>
25106       </method>
25107       <method name="Void bint()">
25108         <size>42</size>
25109       </method>
25110       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
25111         <size>1</size>
25112       </method>
25113       <method name="Void buint()">
25114         <size>38</size>
25115       </method>
25116       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
25117         <size>1</size>
25118       </method>
25119       <method name="Void blong()">
25120         <size>47</size>
25121       </method>
25122       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
25123         <size>1</size>
25124       </method>
25125       <method name="Void bulong()">
25126         <size>47</size>
25127       </method>
25128       <method name="Void achar(SByte, Byte, Int16)">
25129         <size>1</size>
25130       </method>
25131       <method name="Void bchar()">
25132         <size>27</size>
25133       </method>
25134       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
25135         <size>1</size>
25136       </method>
25137       <method name="Void bfloat()">
25138         <size>67</size>
25139       </method>
25140       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
25141         <size>1</size>
25142       </method>
25143       <method name="Void bdouble()">
25144         <size>75</size>
25145       </method>
25146       <method name="Void TestDecimal(Decimal)">
25147         <size>15</size>
25148       </method>
25149       <method name="Void Main()">
25150         <size>1</size>
25151       </method>
25152     </type>
25153     <type name="Test2">
25154       <method name="Void .ctor()">
25155         <size>7</size>
25156       </method>
25157       <method name="Void ExtraTst()">
25158         <size>10</size>
25159       </method>
25160     </type>
25161   </test>
25162   <test name="test-100.cs">
25163     <type name="GLib.Object">
25164       <method name="Void .ctor()">
25165         <size>7</size>
25166       </method>
25167       <method name="Int32 get_Raw()">
25168         <size>2</size>
25169       </method>
25170       <method name="Void set_Raw(Int32)">
25171         <size>8</size>
25172       </method>
25173       <method name="Void GetProperty()">
25174         <size>12</size>
25175       </method>
25176       <method name="Int32 Main()">
25177         <size>2</size>
25178       </method>
25179     </type>
25180   </test>
25181   <test name="test-101.cs">
25182     <type name="Test.MyAttribute">
25183       <method name="Void .ctor(String)">
25184         <size>20</size>
25185       </method>
25186     </type>
25187     <type name="Test.My2Attribute">
25188       <method name="Void .ctor(String, Int32)">
25189         <size>31</size>
25190       </method>
25191     </type>
25192     <type name="Test.Test">
25193       <method name="Void .ctor()">
25194         <size>7</size>
25195       </method>
25196       <method name="Int32 Main()">
25197         <size>92</size>
25198       </method>
25199     </type>
25200   </test>
25201   <test name="test-102.cs">
25202     <type name="N1.MineAttribute">
25203       <method name="Void .ctor(String)">
25204         <size>14</size>
25205       </method>
25206     </type>
25207     <type name="N1.ReturnAttribute">
25208       <method name="Void .ctor(String)">
25209         <size>14</size>
25210       </method>
25211     </type>
25212     <type name="N1.Foo">
25213       <method name="Void .ctor()">
25214         <size>7</size>
25215       </method>
25216       <method name="Int32 Main()">
25217         <size>250</size>
25218       </method>
25219     </type>
25220   </test>
25221   <test name="test-103.cs">
25222     <type name="A">
25223       <method name="Void .ctor()">
25224         <size>7</size>
25225       </method>
25226       <method name="Int32 Foo()">
25227         <size>0</size>
25228       </method>
25229     </type>
25230     <type name="B">
25231       <method name="Void .ctor()">
25232         <size>7</size>
25233       </method>
25234       <method name="Int32 Foo()">
25235         <size>2</size>
25236       </method>
25237       <method name="Int32 M()">
25238         <size>7</size>
25239       </method>
25240     </type>
25241     <type name="Test">
25242       <method name="Void .ctor()">
25243         <size>7</size>
25244       </method>
25245       <method name="Int32 Main()">
25246         <size>11</size>
25247       </method>
25248     </type>
25249   </test>
25250   <test name="test-104.cs">
25251     <type name="Test">
25252       <method name="Void .ctor()">
25253         <size>7</size>
25254       </method>
25255       <method name="Int32 Main(System.String[])">
25256         <size>12</size>
25257       </method>
25258     </type>
25259   </test>
25260   <test name="test-105.cs">
25261     <type name="Test">
25262       <method name="Void .ctor()">
25263         <size>7</size>
25264       </method>
25265       <method name="Int32 F(Int32)">
25266         <size>33</size>
25267       </method>
25268       <method name="Void async_callback(IAsyncResult)">
25269         <size>22</size>
25270       </method>
25271       <method name="Int32 Main()">
25272         <size>407</size>
25273       </method>
25274     </type>
25275     <type name="Test+SimpleDelegate">
25276       <method name="Void .ctor(Object, IntPtr)">
25277         <size>0</size>
25278       </method>
25279       <method name="Int32 Invoke(Int32)">
25280         <size>0</size>
25281       </method>
25282       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25283         <size>0</size>
25284       </method>
25285       <method name="Int32 EndInvoke(IAsyncResult)">
25286         <size>0</size>
25287       </method>
25288     </type>
25289   </test>
25290   <test name="test-107.cs">
25291     <type name="Test">
25292       <method name="Void .ctor()">
25293         <size>7</size>
25294       </method>
25295       <method name="Void .cctor()">
25296         <size>1</size>
25297       </method>
25298       <method name="Int32 F(Int32)">
25299         <size>27</size>
25300       </method>
25301       <method name="Void async_callback(IAsyncResult)">
25302         <size>100</size>
25303       </method>
25304       <method name="Int32 Main()">
25305         <size>89</size>
25306       </method>
25307     </type>
25308     <type name="Test+SimpleDelegate">
25309       <method name="Void .ctor(Object, IntPtr)">
25310         <size>0</size>
25311       </method>
25312       <method name="Int32 Invoke(Int32)">
25313         <size>0</size>
25314       </method>
25315       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25316         <size>0</size>
25317       </method>
25318       <method name="Int32 EndInvoke(IAsyncResult)">
25319         <size>0</size>
25320       </method>
25321     </type>
25322   </test>
25323   <test name="test-108.cs">
25324     <type name="X">
25325       <method name="Void .ctor()">
25326         <size>7</size>
25327       </method>
25328       <method name="Int32 Main()">
25329         <size>79</size>
25330       </method>
25331     </type>
25332   </test>
25333   <test name="test-109.cs">
25334     <type name="T">
25335       <method name="Void .ctor()">
25336         <size>7</size>
25337       </method>
25338       <method name="Int32 Main()">
25339         <size>23</size>
25340       </method>
25341     </type>
25342   </test>
25343   <test name="test-11.cs">
25344     <type name="Test">
25345       <method name="Void .ctor()">
25346         <size>7</size>
25347       </method>
25348       <method name="Int32 boxtest()">
25349         <size>12</size>
25350       </method>
25351       <method name="Int32 Main()">
25352         <size>14</size>
25353       </method>
25354     </type>
25355   </test>
25356   <test name="test-110.cs">
25357     <type name="test.test">
25358       <method name="Void .ctor()">
25359         <size>7</size>
25360       </method>
25361       <method name="Int32 test_method(Int32)">
25362         <size>13</size>
25363       </method>
25364       <method name="Int32 Main()">
25365         <size>17</size>
25366       </method>
25367     </type>
25368   </test>
25369   <test name="test-111.cs">
25370     <type name="T">
25371       <method name="Void .ctor()">
25372         <size>7</size>
25373       </method>
25374       <method name="System.Object get_obj()">
25375         <size>6</size>
25376       </method>
25377       <method name="Int32 Main()">
25378         <size>21</size>
25379       </method>
25380     </type>
25381   </test>
25382   <test name="test-112.cs">
25383     <type name="X">
25384       <method name="Void .ctor()">
25385         <size>7</size>
25386       </method>
25387       <method name="System.Int32[] g()">
25388         <size>14</size>
25389       </method>
25390       <method name="Int32 Main()">
25391         <size>18</size>
25392       </method>
25393     </type>
25394   </test>
25395   <test name="test-113.cs">
25396     <type name="X">
25397       <method name="Void .ctor()">
25398         <size>7</size>
25399       </method>
25400       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
25401         <size>4</size>
25402       </method>
25403       <method name="Void GetProperty(System.String, System.String ByRef)">
25404         <size>21</size>
25405       </method>
25406       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
25407         <size>4</size>
25408       </method>
25409       <method name="Void GetProperty(System.String, Boolean ByRef)">
25410         <size>21</size>
25411       </method>
25412       <method name="Int32 Main()">
25413         <size>2</size>
25414       </method>
25415     </type>
25416   </test>
25417   <test name="test-114.cs">
25418     <type name="MyClass">
25419       <method name="Void .ctor()">
25420         <size>7</size>
25421       </method>
25422       <method name="Int32 Main()">
25423         <size>15</size>
25424       </method>
25425     </type>
25426     <type name="MyClass+IsAnything">
25427       <method name="Void .ctor(Object, IntPtr)">
25428         <size>0</size>
25429       </method>
25430       <method name="Boolean Invoke(Char)">
25431         <size>0</size>
25432       </method>
25433       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
25434         <size>0</size>
25435       </method>
25436       <method name="Boolean EndInvoke(IAsyncResult)">
25437         <size>0</size>
25438       </method>
25439     </type>
25440   </test>
25441   <test name="test-115.cs">
25442     <type name="A">
25443       <method name="Void .ctor()">
25444         <size>7</size>
25445       </method>
25446       <method name="X op_Explicit(A)">
25447         <size>8</size>
25448       </method>
25449     </type>
25450     <type name="X">
25451       <method name="Void .ctor()">
25452         <size>7</size>
25453       </method>
25454     </type>
25455     <type name="Y">
25456       <method name="Void .ctor()">
25457         <size>7</size>
25458       </method>
25459     </type>
25460     <type name="blah">
25461       <method name="Void .ctor()">
25462         <size>7</size>
25463       </method>
25464       <method name="Int32 Main()">
25465         <size>47</size>
25466       </method>
25467     </type>
25468   </test>
25469   <test name="test-116.cs">
25470     <type name="X">
25471       <method name="Void .ctor()">
25472         <size>7</size>
25473       </method>
25474       <method name="Int32 Main()">
25475         <size>12</size>
25476       </method>
25477     </type>
25478   </test>
25479   <test name="test-117.cs">
25480     <type name="Blah">
25481       <method name="Void .ctor()">
25482         <size>18</size>
25483       </method>
25484       <method name="Int32 Main()">
25485         <size>25</size>
25486       </method>
25487     </type>
25488   </test>
25489   <test name="test-118.cs">
25490     <type name="Container">
25491       <method name="Void .ctor()">
25492         <size>7</size>
25493       </method>
25494       <method name="Int32 Main(System.String[])">
25495         <size>2</size>
25496       </method>
25497     </type>
25498   </test>
25499   <test name="test-119.cs">
25500     <type name="Value">
25501       <method name="Void .ctor()">
25502         <size>7</size>
25503       </method>
25504       <method name="Int32 op_Explicit(Value)">
25505         <size>2</size>
25506       </method>
25507       <method name="MyObject op_Explicit(Value)">
25508         <size>7</size>
25509       </method>
25510       <method name="UInt32 op_Explicit(Value)">
25511         <size>2</size>
25512       </method>
25513     </type>
25514     <type name="MyObject">
25515       <method name="Void .ctor(Int32)">
25516         <size>7</size>
25517       </method>
25518     </type>
25519     <type name="Derived">
25520       <method name="Void .ctor(Int32)">
25521         <size>8</size>
25522       </method>
25523       <method name="Derived Blah()">
25524         <size>18</size>
25525       </method>
25526     </type>
25527     <type name="Test">
25528       <method name="Void .ctor()">
25529         <size>7</size>
25530       </method>
25531       <method name="Int32 Main()">
25532         <size>33</size>
25533       </method>
25534     </type>
25535   </test>
25536   <test name="test-12.cs">
25537     <type name="X">
25538       <method name="Void .ctor()">
25539         <size>7</size>
25540       </method>
25541       <method name="Int32 Main(System.String[])">
25542         <size>270</size>
25543       </method>
25544       <method name="System.String s(System.String, Int32)">
25545         <size>13</size>
25546       </method>
25547       <method name="System.String x(System.String, System.Object)">
25548         <size>8</size>
25549       </method>
25550     </type>
25551   </test>
25552   <test name="test-120.cs">
25553     <type name="test">
25554       <method name="Void .ctor()">
25555         <size>7</size>
25556       </method>
25557       <method name="Int32 Main()">
25558         <size>140</size>
25559       </method>
25560     </type>
25561   </test>
25562   <test name="test-121.cs">
25563     <type name="X">
25564       <method name="Void .ctor()">
25565         <size>7</size>
25566       </method>
25567       <method name="Int32 g()">
25568         <size>14</size>
25569       </method>
25570       <method name="Int32 Main()">
25571         <size>81</size>
25572       </method>
25573     </type>
25574   </test>
25575   <test name="test-122.cs">
25576     <type name="A">
25577       <method name="Void .ctor()">
25578         <size>7</size>
25579       </method>
25580       <method name="Void .cctor()">
25581         <size>1</size>
25582       </method>
25583       <method name="Int32 Main()">
25584         <size>2</size>
25585       </method>
25586     </type>
25587     <type name="A+B">
25588       <method name="Void .ctor()">
25589         <size>7</size>
25590       </method>
25591       <method name="Void Foo()">
25592         <size>13</size>
25593       </method>
25594     </type>
25595   </test>
25596   <test name="test-123.cs">
25597     <type name="X">
25598       <method name="Void .ctor()">
25599         <size>7</size>
25600       </method>
25601       <method name="System.Object get_non_null()">
25602         <size>6</size>
25603       </method>
25604       <method name="System.Object get_null()">
25605         <size>2</size>
25606       </method>
25607       <method name="Int32 Main()">
25608         <size>95</size>
25609       </method>
25610     </type>
25611   </test>
25612   <test name="test-124.cs">
25613     <type name="t">
25614       <method name="Void .ctor()">
25615         <size>7</size>
25616       </method>
25617       <method name="Void a()">
25618         <size>16</size>
25619       </method>
25620       <method name="Void b()">
25621         <size>16</size>
25622       </method>
25623       <method name="Void c()">
25624         <size>24</size>
25625       </method>
25626       <method name="Void d()">
25627         <size>28</size>
25628       </method>
25629       <method name="Void Main()">
25630         <size>1</size>
25631       </method>
25632     </type>
25633   </test>
25634   <test name="test-125.cs">
25635     <type name="Fraction">
25636       <method name="Void .ctor(Int32, Int32)">
25637         <size>31</size>
25638       </method>
25639       <method name="Void .ctor(Int32)">
25640         <size>31</size>
25641       </method>
25642       <method name="Boolean Equals(System.Object)">
25643         <size>36</size>
25644       </method>
25645       <method name="System.String ToString()">
25646         <size>35</size>
25647       </method>
25648       <method name="Fraction op_Implicit(Int32)">
25649         <size>17</size>
25650       </method>
25651       <method name="Int32 op_Explicit(Fraction)">
25652         <size>24</size>
25653       </method>
25654       <method name="Boolean op_Equality(Fraction, Fraction)">
25655         <size>48</size>
25656       </method>
25657       <method name="Boolean op_Inequality(Fraction, Fraction)">
25658         <size>21</size>
25659       </method>
25660       <method name="Fraction op_Addition(Fraction, Fraction)">
25661         <size>102</size>
25662       </method>
25663     </type>
25664     <type name="Tester">
25665       <method name="Void .ctor()">
25666         <size>7</size>
25667       </method>
25668       <method name="Int32 Main()">
25669         <size>148</size>
25670       </method>
25671     </type>
25672   </test>
25673   <test name="test-126.cs">
25674     <type name="X">
25675       <method name="Void .ctor()">
25676         <size>7</size>
25677       </method>
25678       <method name="Void Iface.Method()">
25679         <size>1</size>
25680       </method>
25681       <method name="Int32 Main()">
25682         <size>33</size>
25683       </method>
25684     </type>
25685   </test>
25686   <test name="test-127.cs">
25687     <type name="X">
25688       <method name="Void .ctor()">
25689         <size>7</size>
25690       </method>
25691       <method name="Int32 Main()">
25692         <size>32</size>
25693       </method>
25694     </type>
25695   </test>
25696   <test name="test-128.cs">
25697     <type name="SimpleAttribute">
25698       <method name="Void .ctor(String)">
25699         <size>14</size>
25700       </method>
25701     </type>
25702     <type name="MineAttribute">
25703       <method name="Void .ctor(Type[])">
25704         <size>14</size>
25705       </method>
25706     </type>
25707     <type name="Foo">
25708       <method name="Void .ctor()">
25709         <size>7</size>
25710       </method>
25711       <method name="Int32 MM()">
25712         <size>153</size>
25713       </method>
25714     </type>
25715     <type name="Blah">
25716       <method name="Void .ctor()">
25717         <size>7</size>
25718       </method>
25719       <method name="Int32 get_Value()">
25720         <size>7</size>
25721       </method>
25722       <method name="Void set_Value(Int32)">
25723         <size>8</size>
25724       </method>
25725       <method name="Int32 Another()">
25726         <size>2</size>
25727       </method>
25728       <method name="Int32 Main()">
25729         <size>6</size>
25730       </method>
25731     </type>
25732   </test>
25733   <test name="test-129.cs">
25734     <type name="X">
25735       <method name="Void .ctor()">
25736         <size>7</size>
25737       </method>
25738       <method name="Int32 Main()">
25739         <size>27</size>
25740       </method>
25741     </type>
25742   </test>
25743   <test name="test-13.cs">
25744     <type name="Foo">
25745       <method name="Void .ctor()">
25746         <size>7</size>
25747       </method>
25748       <method name="Boolean MyMethod()">
25749         <size>12</size>
25750       </method>
25751     </type>
25752     <type name="Blah">
25753       <method name="Void .ctor()">
25754         <size>7</size>
25755       </method>
25756       <method name="Int32 Main()">
25757         <size>23</size>
25758       </method>
25759     </type>
25760   </test>
25761   <test name="test-130.cs">
25762     <type name="X">
25763       <method name="Void .ctor()">
25764         <size>20</size>
25765       </method>
25766       <method name="Int32 Main()">
25767         <size>2</size>
25768       </method>
25769     </type>
25770   </test>
25771   <test name="test-131.cs">
25772     <type name="SimpleAttribute">
25773       <method name="Void .ctor(String)">
25774         <size>14</size>
25775       </method>
25776     </type>
25777     <type name="Blah">
25778       <method name="Void .ctor()">
25779         <size>7</size>
25780       </method>
25781       <method name="Int32 Main()">
25782         <size>2</size>
25783       </method>
25784     </type>
25785   </test>
25786   <test name="test-132.cs">
25787     <type name="T">
25788       <method name="Void .ctor()">
25789         <size>7</size>
25790       </method>
25791       <method name="Int32 Main()">
25792         <size>51</size>
25793       </method>
25794     </type>
25795   </test>
25796   <test name="test-133.cs">
25797     <type name="T">
25798       <method name="Void .ctor()">
25799         <size>7</size>
25800       </method>
25801       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
25802         <size>21</size>
25803       </method>
25804       <method name="Void get_struct(S ByRef)">
25805         <size>24</size>
25806       </method>
25807       <method name="Int32 Main()">
25808         <size>75</size>
25809       </method>
25810     </type>
25811   </test>
25812   <test name="test-134.cs">
25813     <type name="AA">
25814       <method name="Void .ctor()">
25815         <size>7</size>
25816       </method>
25817       <method name="Void A()">
25818         <size>8</size>
25819       </method>
25820       <method name="Void B()">
25821         <size>8</size>
25822       </method>
25823       <method name="Void C()">
25824         <size>8</size>
25825       </method>
25826       <method name="Boolean get_OK()">
25827         <size>32</size>
25828       </method>
25829     </type>
25830     <type name="BB">
25831       <method name="Void .ctor()">
25832         <size>7</size>
25833       </method>
25834       <method name="Void A()">
25835         <size>18</size>
25836       </method>
25837       <method name="Void B()">
25838         <size>8</size>
25839       </method>
25840       <method name="Void C()">
25841         <size>8</size>
25842       </method>
25843       <method name="Boolean get_OK()">
25844         <size>32</size>
25845       </method>
25846     </type>
25847     <type name="T">
25848       <method name="Void .ctor()">
25849         <size>7</size>
25850       </method>
25851       <method name="Void A()">
25852         <size>1</size>
25853       </method>
25854       <method name="Void B()">
25855         <size>1</size>
25856       </method>
25857       <method name="Int32 Main()">
25858         <size>76</size>
25859       </method>
25860     </type>
25861   </test>
25862   <test name="test-135.cs">
25863     <type name="A">
25864       <method name="Void .ctor()">
25865         <size>7</size>
25866       </method>
25867       <method name="Void doh()">
25868         <size>1</size>
25869       </method>
25870     </type>
25871     <type name="T">
25872       <method name="Void .ctor()">
25873         <size>7</size>
25874       </method>
25875       <method name="A get_Prop()">
25876         <size>6</size>
25877       </method>
25878       <method name="Int32 Main()">
25879         <size>37</size>
25880       </method>
25881       <method name="IA IB.get_Prop()">
25882         <size>6</size>
25883       </method>
25884     </type>
25885   </test>
25886   <test name="test-136.cs">
25887     <type name="MyCar">
25888       <method name="Void .ctor()">
25889         <size>7</size>
25890       </method>
25891       <method name="Void IDiagnostic.Stop()">
25892         <size>8</size>
25893       </method>
25894       <method name="Void IAutomobile.Stop()">
25895         <size>8</size>
25896       </method>
25897       <method name="Void Stop()">
25898         <size>16</size>
25899       </method>
25900     </type>
25901     <type name="TestConflict">
25902       <method name="Void .ctor()">
25903         <size>7</size>
25904       </method>
25905       <method name="Int32 Main()">
25906         <size>74</size>
25907       </method>
25908     </type>
25909   </test>
25910   <test name="test-137.cs">
25911     <type name="C">
25912       <method name="Void .ctor()">
25913         <size>7</size>
25914       </method>
25915       <method name="Void X()">
25916         <size>15</size>
25917       </method>
25918       <method name="Int32 Main()">
25919         <size>95</size>
25920       </method>
25921     </type>
25922   </test>
25923   <test name="test-138.cs">
25924     <type name="T">
25925       <method name="Void .ctor()">
25926         <size>7</size>
25927       </method>
25928       <method name="Int32 Main()">
25929         <size>14</size>
25930       </method>
25931     </type>
25932   </test>
25933   <test name="test-139.cs">
25934     <type name="T">
25935       <method name="Void one()">
25936         <size>13</size>
25937       </method>
25938       <method name="Void two(T)">
25939         <size>8</size>
25940       </method>
25941       <method name="Void three(T ByRef)">
25942         <size>13</size>
25943       </method>
25944       <method name="Int32 GetHashCode()">
25945         <size>12</size>
25946       </method>
25947       <method name="Int32 Main()">
25948         <size>31</size>
25949       </method>
25950     </type>
25951   </test>
25952   <test name="test-14.cs">
25953     <type name="Obj.A">
25954       <method name="Void .ctor()">
25955         <size>7</size>
25956       </method>
25957       <method name="Int32 F()">
25958         <size>2</size>
25959       </method>
25960       <method name="Int32 G()">
25961         <size>2</size>
25962       </method>
25963       <method name="Int32 H()">
25964         <size>3</size>
25965       </method>
25966     </type>
25967     <type name="Obj.B">
25968       <method name="Void .ctor()">
25969         <size>7</size>
25970       </method>
25971       <method name="Int32 F()">
25972         <size>2</size>
25973       </method>
25974       <method name="Int32 G()">
25975         <size>2</size>
25976       </method>
25977       <method name="Int32 H()">
25978         <size>3</size>
25979       </method>
25980     </type>
25981     <type name="Obj.Test">
25982       <method name="Void .ctor()">
25983         <size>7</size>
25984       </method>
25985       <method name="Int32 Main()">
25986         <size>182</size>
25987       </method>
25988     </type>
25989   </test>
25990   <test name="test-140.cs">
25991     <type name="BreakTest">
25992       <method name="Void .ctor()">
25993         <size>7</size>
25994       </method>
25995       <method name="Void .cctor()">
25996         <size>1</size>
25997       </method>
25998       <method name="Void B()">
25999         <size>47</size>
26000       </method>
26001       <method name="Int32 Main()">
26002         <size>20</size>
26003       </method>
26004     </type>
26005   </test>
26006   <test name="test-141.cs">
26007     <type name="X">
26008       <method name="Void .ctor()">
26009         <size>7</size>
26010       </method>
26011       <method name="Int32 Main()">
26012         <size>38</size>
26013       </method>
26014       <method name="Boolean Test1()">
26015         <size>41</size>
26016       </method>
26017       <method name="Boolean Test2()">
26018         <size>42</size>
26019       </method>
26020       <method name="Boolean Test3()">
26021         <size>37</size>
26022       </method>
26023     </type>
26024   </test>
26025   <test name="test-142.cs">
26026     <type name="TestClass">
26027       <method name="Void .ctor(EventHandler)">
26028         <size>14</size>
26029       </method>
26030       <method name="Int32 Main()">
26031         <size>2</size>
26032       </method>
26033     </type>
26034     <type name="TestBaseClass">
26035       <method name="Void .ctor()">
26036         <size>7</size>
26037       </method>
26038       <method name="Void add_Blah(System.EventHandler)">
26039         <size>24</size>
26040       </method>
26041       <method name="Void remove_Blah(System.EventHandler)">
26042         <size>24</size>
26043       </method>
26044     </type>
26045   </test>
26046   <test name="test-143.cs">
26047     <type name="MonoEnumInfo">
26048       <method name="Void stuff()">
26049         <size>8</size>
26050       </method>
26051       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
26052         <size>20</size>
26053       </method>
26054       <method name="Int32 Main()">
26055         <size>32</size>
26056       </method>
26057     </type>
26058   </test>
26059   <test name="test-144.cs">
26060     <type name="Test">
26061       <method name="Void .ctor()">
26062         <size>7</size>
26063       </method>
26064       <method name="Void Main()">
26065         <size>1</size>
26066       </method>
26067     </type>
26068   </test>
26069   <test name="test-145.cs">
26070     <type name="JagArrayTest">
26071       <method name="Void .ctor()">
26072         <size>7</size>
26073       </method>
26074       <method name="Void .cctor()">
26075         <size>25</size>
26076       </method>
26077       <method name="Void Main()">
26078         <size>15</size>
26079       </method>
26080     </type>
26081   </test>
26082   <test name="test-146.cs">
26083     <type name="Test">
26084       <method name="Void .ctor()">
26085         <size>7</size>
26086       </method>
26087       <method name="Int32 Main()">
26088         <size>335</size>
26089       </method>
26090     </type>
26091   </test>
26092   <test name="test-147.cs">
26093     <type name="X">
26094       <method name="Void .ctor()">
26095         <size>15</size>
26096       </method>
26097       <method name="Void .cctor()">
26098         <size>8</size>
26099       </method>
26100       <method name="X Foo()">
26101         <size>6</size>
26102       </method>
26103       <method name="X Bar()">
26104         <size>6</size>
26105       </method>
26106       <method name="X Baz()">
26107         <size>6</size>
26108       </method>
26109       <method name="UInt32 get_Property()">
26110         <size>2</size>
26111       </method>
26112       <method name="UInt32 get_StaticProperty()">
26113         <size>3</size>
26114       </method>
26115       <method name="Int32 get_Item(Int32)">
26116         <size>2</size>
26117       </method>
26118     </type>
26119     <type name="Y">
26120       <method name="Void .ctor()">
26121         <size>15</size>
26122       </method>
26123       <method name="Void .cctor()">
26124         <size>9</size>
26125       </method>
26126       <method name="Y Foo()">
26127         <size>6</size>
26128       </method>
26129       <method name="Y Bar()">
26130         <size>6</size>
26131       </method>
26132       <method name="Y Baz()">
26133         <size>6</size>
26134       </method>
26135       <method name="UInt32 get_Property()">
26136         <size>2</size>
26137       </method>
26138       <method name="UInt32 get_StaticProperty()">
26139         <size>3</size>
26140       </method>
26141       <method name="Int32 get_Item(Int32)">
26142         <size>2</size>
26143       </method>
26144     </type>
26145     <type name="Z">
26146       <method name="Void .ctor()">
26147         <size>7</size>
26148       </method>
26149       <method name="Int32 Test()">
26150         <size>94</size>
26151       </method>
26152     </type>
26153     <type name="Test">
26154       <method name="Void .ctor()">
26155         <size>7</size>
26156       </method>
26157       <method name="Int32 Main()">
26158         <size>252</size>
26159       </method>
26160     </type>
26161   </test>
26162   <test name="test-148.cs">
26163     <type name="Y">
26164       <method name="Void .ctor()">
26165         <size>7</size>
26166       </method>
26167       <method name="Int32 get_Bar(Int32)">
26168         <size>2</size>
26169       </method>
26170       <method name="Int64 get_Bar(Double)">
26171         <size>3</size>
26172       </method>
26173     </type>
26174     <type name="Z">
26175       <method name="Void .ctor()">
26176         <size>7</size>
26177       </method>
26178       <method name="Int64 get_Whatever(Double)">
26179         <size>3</size>
26180       </method>
26181       <method name="Single get_Whatever(Int64, Int32)">
26182         <size>6</size>
26183       </method>
26184       <method name="Int32 InstanceTest()">
26185         <size>54</size>
26186       </method>
26187       <method name="Int32 Test()">
26188         <size>356</size>
26189       </method>
26190       <method name="Int32 Main()">
26191         <size>94</size>
26192       </method>
26193     </type>
26194     <type name="Z+MyArray">
26195       <method name="Void .ctor()">
26196         <size>7</size>
26197       </method>
26198       <method name="System.Object get_Item(Int32)">
26199         <size>8</size>
26200       </method>
26201       <method name="Void set_Item(Int32, System.Object)">
26202         <size>9</size>
26203       </method>
26204     </type>
26205     <type name="A">
26206       <method name="Void .ctor()">
26207         <size>7</size>
26208       </method>
26209       <method name="Int32 get_Monkey(Int32)">
26210         <size>4</size>
26211       </method>
26212     </type>
26213     <type name="B">
26214       <method name="Void .ctor()">
26215         <size>7</size>
26216       </method>
26217       <method name="Int64 get_Item(Int64, Int32)">
26218         <size>5</size>
26219       </method>
26220     </type>
26221     <type name="C">
26222       <method name="Void .ctor()">
26223         <size>7</size>
26224       </method>
26225       <method name="Int32 get_Item(Int32)">
26226         <size>4</size>
26227       </method>
26228     </type>
26229     <type name="D">
26230       <method name="Void .ctor()">
26231         <size>7</size>
26232       </method>
26233       <method name="Int64 get_Item(Int64, Int32)">
26234         <size>5</size>
26235       </method>
26236     </type>
26237     <type name="E">
26238       <method name="Void .ctor()">
26239         <size>7</size>
26240       </method>
26241       <method name="System.String get_g()">
26242         <size>6</size>
26243       </method>
26244       <method name="Void set_g(System.String)">
26245         <size>1</size>
26246       </method>
26247     </type>
26248     <type name="F">
26249       <method name="Void .ctor()">
26250         <size>7</size>
26251       </method>
26252       <method name="System.String get_g()">
26253         <size>6</size>
26254       </method>
26255     </type>
26256     <type name="DisposableNotifyList">
26257       <method name="Void .ctor()">
26258         <size>7</size>
26259       </method>
26260     </type>
26261     <type name="ChildList">
26262       <method name="Void .ctor()">
26263         <size>7</size>
26264       </method>
26265       <method name="Void Test()">
26266         <size>14</size>
26267       </method>
26268     </type>
26269     <type name="Y">
26270       <method name="Int32 X.get_Foo(Int32)">
26271         <size>2</size>
26272       </method>
26273     </type>
26274   </test>
26275   <test name="test-149.cs">
26276     <type name="Y">
26277       <method name="Void .ctor()">
26278         <size>7</size>
26279       </method>
26280       <method name="Void .cctor()">
26281         <size>1</size>
26282       </method>
26283       <method name="Void add_Foo(System.EventHandler)">
26284         <size>24</size>
26285       </method>
26286       <method name="Void remove_Foo(System.EventHandler)">
26287         <size>24</size>
26288       </method>
26289       <method name="Void add_TestEvent(MyDelegate)">
26290         <size>24</size>
26291       </method>
26292       <method name="Void remove_TestEvent(MyDelegate)">
26293         <size>24</size>
26294       </method>
26295       <method name="Int32 Test()">
26296         <size>134</size>
26297       </method>
26298       <method name="Void callback1(System.Object, System.EventArgs)">
26299         <size>7</size>
26300       </method>
26301       <method name="Int64 callback2(Int32)">
26302         <size>19</size>
26303       </method>
26304       <method name="Void callback3(System.Object, System.EventArgs)">
26305         <size>7</size>
26306       </method>
26307     </type>
26308     <type name="Z">
26309       <method name="Void .ctor()">
26310         <size>7</size>
26311       </method>
26312       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
26313         <size>22</size>
26314       </method>
26315       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
26316         <size>22</size>
26317       </method>
26318       <method name="Int32 a()">
26319         <size>2</size>
26320       </method>
26321       <method name="Int32 Main()">
26322         <size>80</size>
26323       </method>
26324     </type>
26325     <type name="Static">
26326       <method name="Void .ctor()">
26327         <size>7</size>
26328       </method>
26329       <method name="Void add_Test(System.EventHandler)">
26330         <size>22</size>
26331       </method>
26332       <method name="Void remove_Test(System.EventHandler)">
26333         <size>22</size>
26334       </method>
26335       <method name="Void Fire()">
26336         <size>23</size>
26337       </method>
26338     </type>
26339     <type name="Z+SomeEventHandler">
26340       <method name="Void .ctor(Object, IntPtr)">
26341         <size>0</size>
26342       </method>
26343       <method name="Int32 Invoke()">
26344         <size>0</size>
26345       </method>
26346       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26347         <size>0</size>
26348       </method>
26349       <method name="Int32 EndInvoke(IAsyncResult)">
26350         <size>0</size>
26351       </method>
26352     </type>
26353     <type name="MyDelegate">
26354       <method name="Void .ctor(Object, IntPtr)">
26355         <size>0</size>
26356       </method>
26357       <method name="Int64 Invoke(Int32)">
26358         <size>0</size>
26359       </method>
26360       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
26361         <size>0</size>
26362       </method>
26363       <method name="Int64 EndInvoke(IAsyncResult)">
26364         <size>0</size>
26365       </method>
26366     </type>
26367     <type name="Y">
26368       <method name="Void X.add_Foo(System.EventHandler)">
26369         <size>1</size>
26370       </method>
26371       <method name="Void X.remove_Foo(System.EventHandler)">
26372         <size>1</size>
26373       </method>
26374     </type>
26375   </test>
26376   <test name="test-15.cs">
26377     <type name="Implementor">
26378       <method name="Void .ctor()">
26379         <size>7</size>
26380       </method>
26381       <method name="Int32 A()">
26382         <size>2</size>
26383       </method>
26384     </type>
26385     <type name="Run">
26386       <method name="Void .ctor()">
26387         <size>7</size>
26388       </method>
26389       <method name="Int32 Main()">
26390         <size>53</size>
26391       </method>
26392     </type>
26393     <type name="StructImplementor">
26394       <method name="Int32 A()">
26395         <size>2</size>
26396       </method>
26397     </type>
26398   </test>
26399   <test name="test-150.cs">
26400     <type name="T">
26401       <method name="Void .ctor()">
26402         <size>18</size>
26403       </method>
26404       <method name="Int32 Main()">
26405         <size>2</size>
26406       </method>
26407     </type>
26408   </test>
26409   <test name="test-151.cs">
26410     <type name="A.Iface">
26411       <method name="Void .ctor()">
26412         <size>7</size>
26413       </method>
26414       <method name="Void bah()">
26415         <size>1</size>
26416       </method>
26417     </type>
26418     <type name="A.my">
26419       <method name="Void .ctor()">
26420         <size>7</size>
26421       </method>
26422       <method name="Void doit(System.Object)">
26423         <size>13</size>
26424       </method>
26425       <method name="Int32 Main()">
26426         <size>2</size>
26427       </method>
26428     </type>
26429   </test>
26430   <test name="test-152.cs">
26431     <type name="X">
26432       <method name="Void .ctor()">
26433         <size>7</size>
26434       </method>
26435       <method name="Int32 Main()">
26436         <size>101</size>
26437       </method>
26438     </type>
26439   </test>
26440   <test name="test-153.cs">
26441     <type name="Z">
26442       <method name="Void .ctor()">
26443         <size>7</size>
26444       </method>
26445       <method name="Void Test2(System.String, System.Object[])">
26446         <size>1</size>
26447       </method>
26448       <method name="Void Test(System.String, System.Object[])">
26449         <size>8</size>
26450       </method>
26451       <method name="Int32 Main()">
26452         <size>86</size>
26453       </method>
26454     </type>
26455   </test>
26456   <test name="test-154.cs">
26457     <type name="X">
26458       <method name="Void .ctor()">
26459         <size>7</size>
26460       </method>
26461       <method name="Int32 Main()">
26462         <size>2</size>
26463       </method>
26464       <method name="Void test1(Single ByRef)">
26465         <size>6</size>
26466       </method>
26467       <method name="Void test2(Int32, Single ByRef)">
26468         <size>38</size>
26469       </method>
26470       <method name="Void test3(System.Int64[], Int32)">
26471         <size>21</size>
26472       </method>
26473       <method name="Int32 test4(Int32, Single ByRef)">
26474         <size>33</size>
26475       </method>
26476       <method name="Int32 test5(Single ByRef, Int64)">
26477         <size>73</size>
26478       </method>
26479       <method name="Int32 test6(Single ByRef)">
26480         <size>10</size>
26481       </method>
26482       <method name="Int64 test7(System.Int32[], Int32)">
26483         <size>64</size>
26484       </method>
26485       <method name="Int64 test8(Int32)">
26486         <size>34</size>
26487       </method>
26488       <method name="Int64 test9(Int32)">
26489         <size>28</size>
26490       </method>
26491       <method name="Void test10(Int32, Single ByRef)">
26492         <size>23</size>
26493       </method>
26494       <method name="Int64 test11(Int32)">
26495         <size>44</size>
26496       </method>
26497       <method name="Void test12(Single ByRef)">
26498         <size>25</size>
26499       </method>
26500       <method name="Void test13(Int32, Single ByRef)">
26501         <size>23</size>
26502       </method>
26503       <method name="Int64 test14(Int32, Single ByRef)">
26504         <size>66</size>
26505       </method>
26506       <method name="Int32 test15(Int32, Single ByRef)">
26507         <size>33</size>
26508       </method>
26509       <method name="Void test16()">
26510         <size>54</size>
26511       </method>
26512       <method name="Void test17()">
26513         <size>62</size>
26514       </method>
26515       <method name="Void test18(Int32, Int32 ByRef)">
26516         <size>35</size>
26517       </method>
26518       <method name="Int32 test19()">
26519         <size>49</size>
26520       </method>
26521       <method name="Int32 test20()">
26522         <size>22</size>
26523       </method>
26524       <method name="Int32 test21()">
26525         <size>28</size>
26526       </method>
26527       <method name="Int32 test22()">
26528         <size>27</size>
26529       </method>
26530       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
26531         <size>29</size>
26532       </method>
26533       <method name="Int64 test24(Int32)">
26534         <size>67</size>
26535       </method>
26536       <method name="Int64 test25(Int32)">
26537         <size>44</size>
26538       </method>
26539       <method name="Void test26()">
26540         <size>22</size>
26541       </method>
26542       <method name="Int32 test27()">
26543         <size>12</size>
26544       </method>
26545       <method name="Void test28(System.Object ByRef)">
26546         <size>23</size>
26547       </method>
26548       <method name="Boolean test29(Int32 ByRef)">
26549         <size>33</size>
26550       </method>
26551       <method name="System.String test30(System.String ByRef)">
26552         <size>36</size>
26553       </method>
26554       <method name="System.String test31(Int32)">
26555         <size>78</size>
26556       </method>
26557       <method name="Void test32()">
26558         <size>11</size>
26559       </method>
26560       <method name="Int32 test33()">
26561         <size>4</size>
26562       </method>
26563       <method name="Void test34()">
26564         <size>20</size>
26565       </method>
26566       <method name="Void test35(Int32, Boolean)">
26567         <size>28</size>
26568       </method>
26569       <method name="Void test36()">
26570         <size>41</size>
26571       </method>
26572       <method name="Void test37()">
26573         <size>42</size>
26574       </method>
26575       <method name="Int32 test38()">
26576         <size>2</size>
26577       </method>
26578       <method name="Int32 test40(Int32)">
26579         <size>18</size>
26580       </method>
26581     </type>
26582   </test>
26583   <test name="test-155.cs">
26584     <type name="Test">
26585       <method name="Void .ctor()">
26586         <size>7</size>
26587       </method>
26588       <method name="Int32 Main()">
26589         <size>44</size>
26590       </method>
26591     </type>
26592     <type name="Test+TestClass">
26593       <method name="Void .ctor()">
26594         <size>7</size>
26595       </method>
26596       <method name="System.String test(System.String)">
26597         <size>22</size>
26598       </method>
26599     </type>
26600   </test>
26601   <test name="test-156.cs">
26602     <type name="Internal">
26603       <method name="Void .ctor()">
26604         <size>7</size>
26605       </method>
26606     </type>
26607     <type name="Public">
26608       <method name="Void .ctor()">
26609         <size>7</size>
26610       </method>
26611     </type>
26612     <type name="X">
26613       <method name="Void .ctor()">
26614         <size>7</size>
26615       </method>
26616       <method name="Void Main()">
26617         <size>1</size>
26618       </method>
26619     </type>
26620     <type name="X+NestedPublic">
26621       <method name="Void .ctor()">
26622         <size>7</size>
26623       </method>
26624     </type>
26625     <type name="X+NestedAssembly">
26626       <method name="Void .ctor()">
26627         <size>7</size>
26628       </method>
26629     </type>
26630     <type name="X+NestedFamilyAndAssembly">
26631       <method name="Void .ctor()">
26632         <size>7</size>
26633       </method>
26634     </type>
26635     <type name="X+NestedFamily">
26636       <method name="Void .ctor()">
26637         <size>7</size>
26638       </method>
26639     </type>
26640     <type name="X+NestedPrivate">
26641       <method name="Void .ctor()">
26642         <size>7</size>
26643       </method>
26644     </type>
26645     <type name="A">
26646       <method name="Void .ctor()">
26647         <size>7</size>
26648       </method>
26649     </type>
26650     <type name="B">
26651       <method name="Void .ctor()">
26652         <size>7</size>
26653       </method>
26654     </type>
26655     <type name="C">
26656       <method name="Void .ctor()">
26657         <size>7</size>
26658       </method>
26659     </type>
26660     <type name="D">
26661       <method name="Void .ctor()">
26662         <size>7</size>
26663       </method>
26664     </type>
26665     <type name="E">
26666       <method name="Void .ctor()">
26667         <size>7</size>
26668       </method>
26669     </type>
26670     <type name="F">
26671       <method name="Void .ctor()">
26672         <size>7</size>
26673       </method>
26674     </type>
26675     <type name="Y">
26676       <method name="Void .ctor()">
26677         <size>7</size>
26678       </method>
26679       <method name="Void Test(YI)">
26680         <size>1</size>
26681       </method>
26682     </type>
26683     <type name="Y+YA">
26684       <method name="Void .ctor()">
26685         <size>7</size>
26686       </method>
26687     </type>
26688     <type name="Y+YB">
26689       <method name="Void .ctor()">
26690         <size>7</size>
26691       </method>
26692     </type>
26693     <type name="Y+YC">
26694       <method name="Void .ctor()">
26695         <size>7</size>
26696       </method>
26697     </type>
26698     <type name="Y+YD">
26699       <method name="Void .ctor()">
26700         <size>7</size>
26701       </method>
26702     </type>
26703     <type name="Y+YE">
26704       <method name="Void .ctor()">
26705         <size>7</size>
26706       </method>
26707     </type>
26708     <type name="Y+YF">
26709       <method name="Void .ctor()">
26710         <size>7</size>
26711       </method>
26712     </type>
26713     <type name="Y+YG">
26714       <method name="Void .ctor()">
26715         <size>7</size>
26716       </method>
26717     </type>
26718     <type name="Y+YH">
26719       <method name="Void .ctor()">
26720         <size>7</size>
26721       </method>
26722     </type>
26723     <type name="Z">
26724       <method name="Void .ctor()">
26725         <size>7</size>
26726       </method>
26727     </type>
26728     <type name="Z+P">
26729       <method name="Void .ctor()">
26730         <size>7</size>
26731       </method>
26732     </type>
26733     <type name="W">
26734       <method name="Void .ctor()">
26735         <size>7</size>
26736       </method>
26737     </type>
26738     <type name="W+WA">
26739       <method name="Void .ctor()">
26740         <size>7</size>
26741       </method>
26742     </type>
26743     <type name="W+WB">
26744       <method name="Void .ctor()">
26745         <size>7</size>
26746       </method>
26747     </type>
26748     <type name="W+WC">
26749       <method name="Void .ctor()">
26750         <size>7</size>
26751       </method>
26752     </type>
26753     <type name="W+WD">
26754       <method name="Void .ctor()">
26755         <size>7</size>
26756       </method>
26757     </type>
26758     <type name="W+WE">
26759       <method name="Void .ctor()">
26760         <size>7</size>
26761       </method>
26762     </type>
26763     <type name="W+WCA">
26764       <method name="Void .ctor()">
26765         <size>7</size>
26766       </method>
26767     </type>
26768     <type name="W+WCB">
26769       <method name="Void .ctor()">
26770         <size>7</size>
26771       </method>
26772     </type>
26773     <type name="W+WCB+WCD">
26774       <method name="Void .ctor()">
26775         <size>7</size>
26776       </method>
26777     </type>
26778     <type name="W+WCB+WCD+WCE">
26779       <method name="Void .ctor()">
26780         <size>7</size>
26781       </method>
26782     </type>
26783     <type name="G">
26784       <method name="Void .ctor()">
26785         <size>7</size>
26786       </method>
26787       <method name="Void Test(X)">
26788         <size>1</size>
26789       </method>
26790     </type>
26791     <type name="G+I">
26792       <method name="Void .ctor()">
26793         <size>7</size>
26794       </method>
26795     </type>
26796     <type name="G+I+J">
26797       <method name="Void .ctor()">
26798         <size>7</size>
26799       </method>
26800       <method name="Void Test(Foo)">
26801         <size>1</size>
26802       </method>
26803     </type>
26804     <type name="H">
26805       <method name="Void .ctor()">
26806         <size>7</size>
26807       </method>
26808       <method name="Void Test(System.Int32[])">
26809         <size>1</size>
26810       </method>
26811     </type>
26812     <type name="M">
26813       <method name="Void .ctor()">
26814         <size>7</size>
26815       </method>
26816       <method name="Void Hello(System.String)">
26817         <size>1</size>
26818       </method>
26819     </type>
26820   </test>
26821   <test name="test-157.cs">
26822     <type name="Test.MyAttribute">
26823       <method name="Void .ctor(String)">
26824         <size>20</size>
26825       </method>
26826     </type>
26827     <type name="Test.Test">
26828       <method name="Void .ctor()">
26829         <size>7</size>
26830       </method>
26831       <method name="Int32 Main()">
26832         <size>197</size>
26833       </method>
26834     </type>
26835   </test>
26836   <test name="test-158.cs">
26837     <type name="My">
26838       <method name="Void .ctor(Object)">
26839         <size>14</size>
26840       </method>
26841     </type>
26842     <type name="My+Test">
26843       <method name="Void .ctor()">
26844         <size>7</size>
26845       </method>
26846       <method name="Int32 Main()">
26847         <size>87</size>
26848       </method>
26849     </type>
26850   </test>
26851   <test name="test-159.cs">
26852     <type name="A.Iface">
26853       <method name="Void .ctor()">
26854         <size>7</size>
26855       </method>
26856       <method name="Void bah()">
26857         <size>1</size>
26858       </method>
26859     </type>
26860     <type name="A.my">
26861       <method name="Void .ctor()">
26862         <size>7</size>
26863       </method>
26864       <method name="Void doit(System.Object)">
26865         <size>13</size>
26866       </method>
26867       <method name="Int32 Main()">
26868         <size>2</size>
26869       </method>
26870     </type>
26871   </test>
26872   <test name="test-16.cs">
26873     <type name="Mine.Blah">
26874       <method name="Void .ctor()">
26875         <size>7</size>
26876       </method>
26877       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
26878         <size>12</size>
26879       </method>
26880       <method name="Int32 op_Implicit(Mine.Blah)">
26881         <size>12</size>
26882       </method>
26883       <method name="Byte op_Implicit(Mine.Blah)">
26884         <size>12</size>
26885       </method>
26886       <method name="Int16 op_Implicit(Mine.Blah)">
26887         <size>12</size>
26888       </method>
26889     </type>
26890     <type name="Mine.Foo">
26891       <method name="Void .ctor()">
26892         <size>7</size>
26893       </method>
26894       <method name="Int32 Main()">
26895         <size>118</size>
26896       </method>
26897     </type>
26898   </test>
26899   <test name="test-160.cs">
26900     <type name="B">
26901       <method name="Void .ctor()">
26902         <size>7</size>
26903       </method>
26904     </type>
26905     <type name="S">
26906       <method name="Void .ctor()">
26907         <size>7</size>
26908       </method>
26909     </type>
26910     <type name="T">
26911       <method name="Void .ctor()">
26912         <size>7</size>
26913       </method>
26914       <method name="Int32 blah(System.Object)">
26915         <size>62</size>
26916       </method>
26917       <method name="Int32 Main()">
26918         <size>2</size>
26919       </method>
26920     </type>
26921   </test>
26922   <test name="test-161.cs">
26923     <type name="ZipEntry">
26924       <method name="Void .ctor(String)">
26925         <size>18</size>
26926       </method>
26927       <method name="Void .ctor(ZipEntry)">
26928         <size>18</size>
26929       </method>
26930       <method name="DateTime get_DateTime()">
26931         <size>7</size>
26932       </method>
26933       <method name="Int32 Main()">
26934         <size>2</size>
26935       </method>
26936     </type>
26937   </test>
26938   <test name="test-162.cs">
26939     <type name="X">
26940       <method name="Void .ctor()">
26941         <size>7</size>
26942       </method>
26943       <method name="Void test_output(A)">
26944         <size>1</size>
26945       </method>
26946       <method name="Void test_output(B)">
26947         <size>1</size>
26948       </method>
26949       <method name="Void test_output(E)">
26950         <size>1</size>
26951       </method>
26952       <method name="Void test_output(F)">
26953         <size>1</size>
26954       </method>
26955       <method name="Void test1()">
26956         <size>21</size>
26957       </method>
26958       <method name="Void test2()">
26959         <size>32</size>
26960       </method>
26961       <method name="Void test3()">
26962         <size>21</size>
26963       </method>
26964       <method name="Void test4(A)">
26965         <size>9</size>
26966       </method>
26967       <method name="Void test5(A ByRef)">
26968         <size>9</size>
26969       </method>
26970       <method name="Void test6(B ByRef)">
26971         <size>8</size>
26972       </method>
26973       <method name="Void test7()">
26974         <size>28</size>
26975       </method>
26976       <method name="Void test8()">
26977         <size>50</size>
26978       </method>
26979       <method name="Void test9()">
26980         <size>26</size>
26981       </method>
26982       <method name="Void test10()">
26983         <size>82</size>
26984       </method>
26985       <method name="Int32 Main()">
26986         <size>2</size>
26987       </method>
26988     </type>
26989     <type name="A">
26990       <method name="Void .ctor(Int32)">
26991         <size>27</size>
26992       </method>
26993     </type>
26994     <type name="C">
26995       <method name="Void .ctor(Int64)">
26996         <size>8</size>
26997       </method>
26998       <method name="Void .ctor(String)">
26999         <size>13</size>
27000       </method>
27001     </type>
27002     <type name="E">
27003       <method name="Void .ctor(Int32)">
27004         <size>21</size>
27005       </method>
27006     </type>
27007   </test>
27008   <test name="test-163.cs">
27009     <type name="Blah">
27010       <method name="Void .ctor()">
27011         <size>7</size>
27012       </method>
27013       <method name="Int32 Foo(System.String)">
27014         <size>2</size>
27015       </method>
27016       <method name="Int32 Foo(System.Object)">
27017         <size>2</size>
27018       </method>
27019       <method name="Int32 Main()">
27020         <size>28</size>
27021       </method>
27022     </type>
27023   </test>
27024   <test name="test-164.cs">
27025     <type name="X">
27026       <method name="Void .ctor()">
27027         <size>26</size>
27028       </method>
27029       <method name="Int32 Foo()">
27030         <size>2</size>
27031       </method>
27032     </type>
27033     <type name="Y">
27034       <method name="Void .ctor()">
27035         <size>7</size>
27036       </method>
27037       <method name="Int32 Foo()">
27038         <size>2</size>
27039       </method>
27040       <method name="Int32 Hello()">
27041         <size>12</size>
27042       </method>
27043       <method name="Void Main()">
27044         <size>46</size>
27045       </method>
27046     </type>
27047     <type name="X+FooDelegate">
27048       <method name="Void .ctor(Object, IntPtr)">
27049         <size>0</size>
27050       </method>
27051       <method name="Int32 Invoke()">
27052         <size>0</size>
27053       </method>
27054       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27055         <size>0</size>
27056       </method>
27057       <method name="Int32 EndInvoke(IAsyncResult)">
27058         <size>0</size>
27059       </method>
27060     </type>
27061   </test>
27062   <test name="test-165.cs">
27063     <type name="Testing">
27064       <method name="Void .ctor()">
27065         <size>7</size>
27066       </method>
27067       <method name="Int32 TestEnumInit(Fruit)">
27068         <size>21</size>
27069       </method>
27070       <method name="Int32 Main()">
27071         <size>62</size>
27072       </method>
27073     </type>
27074   </test>
27075   <test name="test-166.cs">
27076     <type name="Test">
27077       <method name="Void .ctor()">
27078         <size>7</size>
27079       </method>
27080       <method name="Int32 get_Item(Int32)">
27081         <size>2</size>
27082       </method>
27083     </type>
27084     <type name="D">
27085       <method name="Void .ctor()">
27086         <size>7</size>
27087       </method>
27088       <method name="Int32 get_TargetIntegerSize()">
27089         <size>2</size>
27090       </method>
27091       <method name="Int32 Hello(IInferior)">
27092         <size>7</size>
27093       </method>
27094       <method name="Int32 Main()">
27095         <size>61</size>
27096       </method>
27097     </type>
27098     <type name="Test">
27099       <method name="Int32 ITest.get_Item(Int32)">
27100         <size>2</size>
27101       </method>
27102     </type>
27103   </test>
27104   <test name="test-167.cs">
27105     <type name="X">
27106       <method name="Void .ctor()">
27107         <size>7</size>
27108       </method>
27109       <method name="Int32 Test(X+Foo[])">
27110         <size>23</size>
27111       </method>
27112       <method name="Int32 Main()">
27113         <size>44</size>
27114       </method>
27115     </type>
27116   </test>
27117   <test name="test-168.cs">
27118     <type name="Test">
27119       <method name="Void .ctor()">
27120         <size>7</size>
27121       </method>
27122       <method name="Int32 Main()">
27123         <size>21</size>
27124       </method>
27125     </type>
27126     <type name="X">
27127       <method name="System.String op_Implicit(X)">
27128         <size>6</size>
27129       </method>
27130     </type>
27131   </test>
27132   <test name="test-169.cs">
27133     <type name="basec">
27134       <method name="Void .ctor()">
27135         <size>7</size>
27136       </method>
27137       <method name="System.String get_Message()">
27138         <size>6</size>
27139       </method>
27140     </type>
27141     <type name="der">
27142       <method name="Void .ctor()">
27143         <size>7</size>
27144       </method>
27145       <method name="System.String get_Message()">
27146         <size>6</size>
27147       </method>
27148     </type>
27149     <type name="Base">
27150       <method name="Void .ctor()">
27151         <size>7</size>
27152       </method>
27153       <method name="Int32 get_Thingy()">
27154         <size>7</size>
27155       </method>
27156       <method name="Void set_Thingy(Int32)">
27157         <size>8</size>
27158       </method>
27159     </type>
27160     <type name="Derived">
27161       <method name="Void .ctor()">
27162         <size>7</size>
27163       </method>
27164       <method name="Int32 get_BaseThingy()">
27165         <size>7</size>
27166       </method>
27167       <method name="Void set_Thingy(Int32)">
27168         <size>1</size>
27169       </method>
27170     </type>
27171     <type name="D">
27172       <method name="Void .ctor()">
27173         <size>7</size>
27174       </method>
27175       <method name="Int32 Main()">
27176         <size>97</size>
27177       </method>
27178     </type>
27179   </test>
27180   <test name="test-17.cs">
27181     <type name="Blah">
27182       <method name="Void .ctor()">
27183         <size>7</size>
27184       </method>
27185       <method name="Int32 Main()">
27186         <size>39</size>
27187       </method>
27188       <method name="Byte op_Implicit(Blah)">
27189         <size>12</size>
27190       </method>
27191       <method name="Int16 op_Implicit(Blah)">
27192         <size>12</size>
27193       </method>
27194       <method name="Int32 op_Implicit(Blah)">
27195         <size>12</size>
27196       </method>
27197     </type>
27198   </test>
27199   <test name="test-170.cs">
27200     <type name="X">
27201       <method name="Void .ctor()">
27202         <size>7</size>
27203       </method>
27204       <method name="Int32 get_prop()">
27205         <size>7</size>
27206       </method>
27207       <method name="Void set_prop(Int32)">
27208         <size>8</size>
27209       </method>
27210       <method name="Void set_AAA(Int32)">
27211         <size>1</size>
27212       </method>
27213     </type>
27214     <type name="Y">
27215       <method name="Void .ctor()">
27216         <size>14</size>
27217       </method>
27218       <method name="Int32 get_prop()">
27219         <size>7</size>
27220       </method>
27221       <method name="Void set_prop(Int32)">
27222         <size>8</size>
27223       </method>
27224       <method name="Int32 A()">
27225         <size>38</size>
27226       </method>
27227       <method name="Int32 Main()">
27228         <size>13</size>
27229       </method>
27230     </type>
27231   </test>
27232   <test name="test-171.cs">
27233     <type name="IntPtr_Conv.Class1">
27234       <method name="Void .ctor()">
27235         <size>7</size>
27236       </method>
27237       <method name="Int32 Main(System.String[])">
27238         <size>15</size>
27239       </method>
27240     </type>
27241   </test>
27242   <test name="test-172.cs">
27243     <type name="X">
27244       <method name="Void .ctor()">
27245         <size>7</size>
27246       </method>
27247       <method name="Void .cctor()">
27248         <size>31</size>
27249       </method>
27250       <method name="Boolean ff()">
27251         <size>14</size>
27252       </method>
27253       <method name="Boolean tt()">
27254         <size>14</size>
27255       </method>
27256       <method name="Int32 test_if()">
27257         <size>599</size>
27258       </method>
27259       <method name="Int32 test_while()">
27260         <size>437</size>
27261       </method>
27262       <method name="Int32 test_inline()">
27263         <size>29</size>
27264       </method>
27265       <method name="Int32 Main()">
27266         <size>109</size>
27267       </method>
27268     </type>
27269   </test>
27270   <test name="test-173.cs">
27271     <type name="Base">
27272       <method name="Void .ctor(Int32)">
27273         <size>14</size>
27274       </method>
27275       <method name="Int32 get_Value()">
27276         <size>7</size>
27277       </method>
27278     </type>
27279     <type name="A">
27280       <method name="Void .ctor(Int32)">
27281         <size>18</size>
27282       </method>
27283       <method name="Void .ctor(UInt32)">
27284         <size>18</size>
27285       </method>
27286     </type>
27287     <type name="B">
27288       <method name="Void .ctor(Int64)">
27289         <size>18</size>
27290       </method>
27291       <method name="Void .ctor(UInt64)">
27292         <size>18</size>
27293       </method>
27294     </type>
27295     <type name="C">
27296       <method name="Void .ctor(Int16)">
27297         <size>18</size>
27298       </method>
27299       <method name="Void .ctor(UInt16)">
27300         <size>18</size>
27301       </method>
27302     </type>
27303     <type name="D">
27304       <method name="Void .ctor(SByte)">
27305         <size>18</size>
27306       </method>
27307       <method name="Void .ctor(Byte)">
27308         <size>18</size>
27309       </method>
27310     </type>
27311     <type name="E">
27312       <method name="Void .ctor(Int64)">
27313         <size>19</size>
27314       </method>
27315       <method name="Void .ctor(E)">
27316         <size>19</size>
27317       </method>
27318       <method name="E op_Implicit(Int64)">
27319         <size>7</size>
27320       </method>
27321     </type>
27322     <type name="F">
27323       <method name="Void .ctor(Int32)">
27324         <size>19</size>
27325       </method>
27326       <method name="Void .ctor(F)">
27327         <size>19</size>
27328       </method>
27329       <method name="F op_Implicit(Int32)">
27330         <size>7</size>
27331       </method>
27332     </type>
27333     <type name="X">
27334       <method name="Void .ctor()">
27335         <size>7</size>
27336       </method>
27337       <method name="Int32 Test()">
27338         <size>231</size>
27339       </method>
27340       <method name="Int32 Main()">
27341         <size>24</size>
27342       </method>
27343     </type>
27344   </test>
27345   <test name="test-174.cs">
27346     <type name="ProtectedAccessToPropertyOnChild">
27347       <method name="Void .ctor()">
27348         <size>14</size>
27349       </method>
27350       <method name="Int32 Main()">
27351         <size>21</size>
27352       </method>
27353     </type>
27354     <type name="TestAccessToPrivateMemberInParentClass">
27355       <method name="Void .ctor()">
27356         <size>7</size>
27357       </method>
27358       <method name="System.Double[][] get_Array()">
27359         <size>7</size>
27360       </method>
27361     </type>
27362     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
27363       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
27364         <size>37</size>
27365       </method>
27366     </type>
27367     <type name="TestAccessToProtectedOnChildInstanceFromParent">
27368       <method name="Void .ctor()">
27369         <size>29</size>
27370       </method>
27371       <method name="Int32 Test()">
27372         <size>27</size>
27373       </method>
27374     </type>
27375     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
27376       <method name="Void .ctor()">
27377         <size>26</size>
27378       </method>
27379       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
27380         <size>15</size>
27381       </method>
27382     </type>
27383     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
27384       <method name="Void .ctor()">
27385         <size>7</size>
27386       </method>
27387     </type>
27388   </test>
27389   <test name="test-175.cs">
27390     <type name="X">
27391       <method name="Void .ctor()">
27392         <size>7</size>
27393       </method>
27394       <method name="Int32 Main()">
27395         <size>59</size>
27396       </method>
27397     </type>
27398     <type name="RVA">
27399       <method name="Void .ctor(UInt32)">
27400         <size>8</size>
27401       </method>
27402       <method name="RVA op_Implicit(UInt32)">
27403         <size>7</size>
27404       </method>
27405       <method name="UInt32 op_Implicit(RVA)">
27406         <size>8</size>
27407       </method>
27408     </type>
27409   </test>
27410   <test name="test-176.cs">
27411     <type name="X">
27412       <method name="Void .ctor()">
27413         <size>7</size>
27414       </method>
27415       <method name="Int32 Main()">
27416         <size>34</size>
27417       </method>
27418     </type>
27419   </test>
27420   <test name="test-177.cs">
27421     <type name="MethodAttribute">
27422       <method name="Void .ctor()">
27423         <size>7</size>
27424       </method>
27425     </type>
27426     <type name="ReturnAttribute">
27427       <method name="Void .ctor()">
27428         <size>7</size>
27429       </method>
27430     </type>
27431     <type name="Test">
27432       <method name="Void .ctor()">
27433         <size>7</size>
27434       </method>
27435       <method name="Void Method()">
27436         <size>1</size>
27437       </method>
27438       <method name="Int32 Main()">
27439         <size>40</size>
27440       </method>
27441     </type>
27442   </test>
27443   <test name="test-178.cs">
27444     <type name="BrowsableClass">
27445       <method name="Void .ctor()">
27446         <size>7</size>
27447       </method>
27448       <method name="Int32 Main()">
27449         <size>54</size>
27450       </method>
27451       <method name="BrowsableClass op_Increment(BrowsableClass)">
27452         <size>2</size>
27453       </method>
27454     </type>
27455   </test>
27456   <test name="test-179.cs">
27457     <type name="A">
27458       <method name="Void .ctor()">
27459         <size>7</size>
27460       </method>
27461       <method name="Void set_Item(Double, Double)">
27462         <size>15</size>
27463       </method>
27464       <method name="Double get_Item(Double)">
27465         <size>29</size>
27466       </method>
27467     </type>
27468     <type name="B">
27469       <method name="Void .ctor()">
27470         <size>7</size>
27471       </method>
27472       <method name="Void set_Item(Double, Double)">
27473         <size>15</size>
27474       </method>
27475       <method name="Double get_Item(Double)">
27476         <size>29</size>
27477       </method>
27478     </type>
27479     <type name="C">
27480       <method name="Void .ctor()">
27481         <size>7</size>
27482       </method>
27483       <method name="Void set_Item(System.String, System.String)">
27484         <size>15</size>
27485       </method>
27486       <method name="System.String get_Item(System.String)">
27487         <size>30</size>
27488       </method>
27489       <method name="Void set_Item(Int32, Int32)">
27490         <size>15</size>
27491       </method>
27492       <method name="Int32 get_Item(Int32)">
27493         <size>21</size>
27494       </method>
27495     </type>
27496     <type name="EntryPoint">
27497       <method name="Int32 Main(System.String[])">
27498         <size>150</size>
27499       </method>
27500     </type>
27501   </test>
27502   <test name="test-18.cs">
27503     <type name="X">
27504       <method name="Void .ctor()">
27505         <size>7</size>
27506       </method>
27507       <method name="Void m()">
27508         <size>60</size>
27509       </method>
27510       <method name="Int32 ret(Int32)">
27511         <size>40</size>
27512       </method>
27513       <method name="Int32 Main()">
27514         <size>62</size>
27515       </method>
27516     </type>
27517   </test>
27518   <test name="test-180.cs">
27519     <type name="Testing">
27520       <method name="Void .ctor()">
27521         <size>7</size>
27522       </method>
27523       <method name="Void Main()">
27524         <size>17</size>
27525       </method>
27526     </type>
27527   </test>
27528   <test name="test-181.cs">
27529     <type name="Test">
27530       <method name="Void .ctor()">
27531         <size>7</size>
27532       </method>
27533       <method name="Void test()">
27534         <size>1</size>
27535       </method>
27536       <method name="Int32 Main()">
27537         <size>43</size>
27538       </method>
27539     </type>
27540   </test>
27541   <test name="test-182.cs">
27542     <type name="T">
27543       <method name="Void .ctor()">
27544         <size>7</size>
27545       </method>
27546       <method name="Int32 Main()">
27547         <size>26</size>
27548       </method>
27549     </type>
27550     <type name="TS">
27551       <method name="Int64 get_Ticks()">
27552         <size>19</size>
27553       </method>
27554     </type>
27555     <type name="DT">
27556       <method name="Int64 get_Ticks()">
27557         <size>12</size>
27558       </method>
27559     </type>
27560   </test>
27561   <test name="test-183.cs">
27562     <type name="Test">
27563       <method name="Void .ctor()">
27564         <size>7</size>
27565       </method>
27566       <method name="Int32 M(Int32, Int32 ByRef)">
27567         <size>12</size>
27568       </method>
27569       <method name="Int32 Main()">
27570         <size>67</size>
27571       </method>
27572     </type>
27573     <type name="Test+D">
27574       <method name="Void .ctor(Object, IntPtr)">
27575         <size>0</size>
27576       </method>
27577       <method name="Int32 Invoke(Int32, Int32 ByRef)">
27578         <size>0</size>
27579       </method>
27580       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
27581         <size>0</size>
27582       </method>
27583       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
27584         <size>0</size>
27585       </method>
27586     </type>
27587   </test>
27588   <test name="test-184.cs">
27589     <type name="User">
27590       <method name="Void .ctor(Interface)">
27591         <size>7</size>
27592       </method>
27593     </type>
27594     <type name="Test">
27595       <method name="Void .ctor()">
27596         <size>55</size>
27597       </method>
27598       <method name="Int32 Main()">
27599         <size>8</size>
27600       </method>
27601     </type>
27602     <type name="Struct">
27603       <method name="Void .ctor(Int32)">
27604         <size>1</size>
27605       </method>
27606       <method name="Int32 get_X()">
27607         <size>2</size>
27608       </method>
27609     </type>
27610   </test>
27611   <test name="test-185.cs">
27612     <type name="X">
27613       <method name="Void .ctor()">
27614         <size>7</size>
27615       </method>
27616       <method name="Int32 Test(Int32)">
27617         <size>36</size>
27618       </method>
27619       <method name="Int32 Main()">
27620         <size>29</size>
27621       </method>
27622     </type>
27623   </test>
27624   <test name="test-186.cs">
27625     <type name="TestBUG.myAttribute">
27626       <method name="Void .ctor(String, String, String, Int32)">
27627         <size>7</size>
27628       </method>
27629     </type>
27630     <type name="TestBUG.Test">
27631       <method name="Void .ctor()">
27632         <size>7</size>
27633       </method>
27634       <method name="Int32 Main()">
27635         <size>2</size>
27636       </method>
27637     </type>
27638   </test>
27639   <test name="test-187.cs">
27640     <type name="MyClass">
27641       <method name="Void .ctor()">
27642         <size>7</size>
27643       </method>
27644       <method name="Container get_Item(System.String)">
27645         <size>2</size>
27646       </method>
27647       <method name="Void set_Item(System.String, Container)">
27648         <size>1</size>
27649       </method>
27650     </type>
27651     <type name="Container">
27652       <method name="Void .ctor()">
27653         <size>7</size>
27654       </method>
27655       <method name="Container op_Addition(Container, System.Object)">
27656         <size>2</size>
27657       </method>
27658     </type>
27659     <type name="D">
27660       <method name="Void .ctor()">
27661         <size>7</size>
27662       </method>
27663       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
27664         <size>69</size>
27665       </method>
27666       <method name="Int32 Main()">
27667         <size>2</size>
27668       </method>
27669     </type>
27670   </test>
27671   <test name="test-188.cs">
27672     <type name="Enumerator">
27673       <method name="Void .ctor()">
27674         <size>14</size>
27675       </method>
27676       <method name="Boolean MoveNext()">
27677         <size>21</size>
27678       </method>
27679       <method name="Char get_Current()">
27680         <size>3</size>
27681       </method>
27682     </type>
27683     <type name="RealEnumerator">
27684       <method name="Void .ctor(Coll)">
27685         <size>14</size>
27686       </method>
27687       <method name="Void Dispose()">
27688         <size>13</size>
27689       </method>
27690     </type>
27691     <type name="Coll">
27692       <method name="Void .ctor()">
27693         <size>7</size>
27694       </method>
27695       <method name="Enumerator GetEnumerator()">
27696         <size>7</size>
27697       </method>
27698     </type>
27699     <type name="Test">
27700       <method name="Void .ctor()">
27701         <size>7</size>
27702       </method>
27703       <method name="Int32 Main(System.String[])">
27704         <size>80</size>
27705       </method>
27706     </type>
27707   </test>
27708   <test name="test-189.cs">
27709     <type name="MyTest">
27710       <method name="Void .ctor()">
27711         <size>7</size>
27712       </method>
27713       <method name="Int32 Main(System.String[])">
27714         <size>63</size>
27715       </method>
27716       <method name="Int32 m(Int32, Double)">
27717         <size>2</size>
27718       </method>
27719       <method name="Int32 m(Int32, System.Int32[])">
27720         <size>2</size>
27721       </method>
27722     </type>
27723     <type name="MonoTest">
27724       <method name="Void .ctor()">
27725         <size>7</size>
27726       </method>
27727       <method name="Int32 method1(System.String, System.Object[])">
27728         <size>2</size>
27729       </method>
27730       <method name="Void testmethod()">
27731         <size>27</size>
27732       </method>
27733     </type>
27734     <type name="MonoTest2">
27735       <method name="Void .ctor()">
27736         <size>7</size>
27737       </method>
27738       <method name="Int32 method1(System.String, System.Object[])">
27739         <size>2</size>
27740       </method>
27741       <method name="Void testmethod2()">
27742         <size>27</size>
27743       </method>
27744     </type>
27745   </test>
27746   <test name="test-19.cs">
27747     <type name="I">
27748       <method name="Void .ctor()">
27749         <size>7</size>
27750       </method>
27751       <method name="Void .cctor()">
27752         <size>18</size>
27753       </method>
27754       <method name="System.String fn(System.String)">
27755         <size>17</size>
27756       </method>
27757     </type>
27758     <type name="X">
27759       <method name="Void .ctor()">
27760         <size>7</size>
27761       </method>
27762       <method name="Void Thread_func()">
27763         <size>11</size>
27764       </method>
27765       <method name="Int32 Func(Int32, Int32)">
27766         <size>4</size>
27767       </method>
27768       <method name="Void Bar()">
27769         <size>44</size>
27770       </method>
27771       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
27772         <size>18</size>
27773       </method>
27774       <method name="Int32 Main()">
27775         <size>303</size>
27776       </method>
27777       <method name="Int32 multiply_by_three(Int32)">
27778         <size>4</size>
27779       </method>
27780     </type>
27781     <type name="TestNamespace.TestClass">
27782       <method name="Void .ctor()">
27783         <size>7</size>
27784       </method>
27785     </type>
27786     <type name="I+GetTextFn">
27787       <method name="Void .ctor(Object, IntPtr)">
27788         <size>0</size>
27789       </method>
27790       <method name="System.String Invoke(System.String)">
27791         <size>0</size>
27792       </method>
27793       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
27794         <size>0</size>
27795       </method>
27796       <method name="System.String EndInvoke(IAsyncResult)">
27797         <size>0</size>
27798       </method>
27799     </type>
27800     <type name="X+Foo">
27801       <method name="Void .ctor(Object, IntPtr)">
27802         <size>0</size>
27803       </method>
27804       <method name="Int32 Invoke(Int32, Int32)">
27805         <size>0</size>
27806       </method>
27807       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27808         <size>0</size>
27809       </method>
27810       <method name="Int32 EndInvoke(IAsyncResult)">
27811         <size>0</size>
27812       </method>
27813     </type>
27814     <type name="TestNamespace.TestClass+NotWorkingDelegate">
27815       <method name="Void .ctor(Object, IntPtr)">
27816         <size>0</size>
27817       </method>
27818       <method name="Single Invoke(Single, System.Object[])">
27819         <size>0</size>
27820       </method>
27821       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
27822         <size>0</size>
27823       </method>
27824       <method name="Single EndInvoke(IAsyncResult)">
27825         <size>0</size>
27826       </method>
27827     </type>
27828     <type name="NameSpace.TestDelegate">
27829       <method name="Void .ctor(Object, IntPtr)">
27830         <size>0</size>
27831       </method>
27832       <method name="Int32 Invoke(Int32)">
27833         <size>0</size>
27834       </method>
27835       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27836         <size>0</size>
27837       </method>
27838       <method name="Int32 EndInvoke(IAsyncResult)">
27839         <size>0</size>
27840       </method>
27841     </type>
27842   </test>
27843   <test name="test-190.cs">
27844     <type name="A">
27845       <method name="Void .ctor()">
27846         <size>7</size>
27847       </method>
27848       <method name="Void Main()">
27849         <size>1</size>
27850       </method>
27851     </type>
27852     <type name="A+B">
27853       <method name="Void .ctor()">
27854         <size>7</size>
27855       </method>
27856       <method name="Void Test()">
27857         <size>8</size>
27858       </method>
27859     </type>
27860     <type name="A+C">
27861       <method name="Void .ctor()">
27862         <size>7</size>
27863       </method>
27864       <method name="Void Test(A)">
27865         <size>8</size>
27866       </method>
27867     </type>
27868   </test>
27869   <test name="test-191.cs">
27870     <type name="X">
27871       <method name="Void .ctor()">
27872         <size>7</size>
27873       </method>
27874     </type>
27875     <type name="X+E">
27876       <method name="Void .ctor()">
27877         <size>7</size>
27878       </method>
27879     </type>
27880     <type name="X+D">
27881       <method name="Void .ctor()">
27882         <size>7</size>
27883       </method>
27884     </type>
27885     <type name="X+D+P">
27886       <method name="Void .ctor()">
27887         <size>7</size>
27888       </method>
27889     </type>
27890     <type name="Y">
27891       <method name="Void .ctor()">
27892         <size>7</size>
27893       </method>
27894     </type>
27895     <type name="Y+Op">
27896       <method name="Void .ctor()">
27897         <size>7</size>
27898       </method>
27899     </type>
27900     <type name="R">
27901       <method name="Void .ctor()">
27902         <size>7</size>
27903       </method>
27904       <method name="Void Main()">
27905         <size>1</size>
27906       </method>
27907     </type>
27908   </test>
27909   <test name="test-192.cs">
27910     <type name="X">
27911       <method name="Void .ctor()">
27912         <size>7</size>
27913       </method>
27914       <method name="Void Main()">
27915         <size>1</size>
27916       </method>
27917     </type>
27918   </test>
27919   <test name="test-193.cs">
27920     <type name="A">
27921       <method name="Void .ctor()">
27922         <size>7</size>
27923       </method>
27924       <method name="Int32 Test(Int32)">
27925         <size>88</size>
27926       </method>
27927       <method name="Int32 Main()">
27928         <size>7</size>
27929       </method>
27930     </type>
27931   </test>
27932   <test name="test-194.cs">
27933     <type name="TestParams">
27934       <method name="Void .ctor()">
27935         <size>7</size>
27936       </method>
27937       <method name="Int32 Main(System.String[])">
27938         <size>38</size>
27939       </method>
27940       <method name="Int32 Params(System.Object[])">
27941         <size>10</size>
27942       </method>
27943     </type>
27944   </test>
27945   <test name="test-195.cs">
27946     <type name="Y">
27947       <method name="Void .ctor()">
27948         <size>7</size>
27949       </method>
27950       <method name="Void .cctor()">
27951         <size>1</size>
27952       </method>
27953       <method name="Int32 C()">
27954         <size>36</size>
27955       </method>
27956     </type>
27957     <type name="X">
27958       <method name="Void .ctor()">
27959         <size>8</size>
27960       </method>
27961       <method name="Void .ctor(Int32)">
27962         <size>18</size>
27963       </method>
27964       <method name="Void Main()">
27965         <size>7</size>
27966       </method>
27967     </type>
27968   </test>
27969   <test name="test-196.cs">
27970     <type name="X">
27971       <method name="Void .ctor()">
27972         <size>7</size>
27973       </method>
27974       <method name="Void Bug1()">
27975         <size>15</size>
27976       </method>
27977       <method name="Void Bug2()">
27978         <size>15</size>
27979       </method>
27980       <method name="Int32 Main()">
27981         <size>2</size>
27982       </method>
27983     </type>
27984   </test>
27985   <test name="test-197.cs">
27986     <type name="X">
27987       <method name="Void .ctor()">
27988         <size>7</size>
27989       </method>
27990       <method name="Void Foo()">
27991         <size>0</size>
27992       </method>
27993     </type>
27994     <type name="Y">
27995       <method name="Void .ctor()">
27996         <size>7</size>
27997       </method>
27998     </type>
27999     <type name="Z">
28000       <method name="Void .ctor()">
28001         <size>7</size>
28002       </method>
28003       <method name="Void Foo()">
28004         <size>11</size>
28005       </method>
28006     </type>
28007     <type name="Test">
28008       <method name="Void .ctor()">
28009         <size>7</size>
28010       </method>
28011       <method name="Int32 Main()">
28012         <size>16</size>
28013       </method>
28014     </type>
28015   </test>
28016   <test name="test-198.cs">
28017     <type name="N1.N3.N4.Bar">
28018       <method name="Void .ctor()">
28019         <size>7</size>
28020       </method>
28021     </type>
28022     <type name="N1.N2.Foo">
28023       <method name="Void .ctor()">
28024         <size>7</size>
28025       </method>
28026     </type>
28027     <type name="N5.N6.Foo">
28028       <method name="Void .ctor()">
28029         <size>7</size>
28030       </method>
28031     </type>
28032     <type name="N5.N7.N8.Bar">
28033       <method name="Void .ctor()">
28034         <size>7</size>
28035       </method>
28036     </type>
28037     <type name="FirstOuter.FirstInner.First">
28038       <method name="Void .ctor()">
28039         <size>7</size>
28040       </method>
28041       <method name="System.String get_MyIdentity()">
28042         <size>12</size>
28043       </method>
28044     </type>
28045     <type name="FirstOuter.Second">
28046       <method name="Void .ctor()">
28047         <size>7</size>
28048       </method>
28049     </type>
28050     <type name="FirstOuter.SecondInner.Third">
28051       <method name="Void .ctor()">
28052         <size>7</size>
28053       </method>
28054     </type>
28055     <type name="FirstOuter.FirstInner.Fourth">
28056       <method name="Void .ctor()">
28057         <size>7</size>
28058       </method>
28059     </type>
28060     <type name="Fifth">
28061       <method name="Void .ctor()">
28062         <size>7</size>
28063       </method>
28064     </type>
28065     <type name="M1.M2.M3.Foo">
28066       <method name="Void .ctor()">
28067         <size>7</size>
28068       </method>
28069     </type>
28070     <type name="P1.P2.Bar">
28071       <method name="Void .ctor()">
28072         <size>7</size>
28073       </method>
28074     </type>
28075     <type name="X">
28076       <method name="Void .ctor()">
28077         <size>7</size>
28078       </method>
28079       <method name="Int32 Main()">
28080         <size>2</size>
28081       </method>
28082     </type>
28083   </test>
28084   <test name="test-199.cs">
28085     <type name="Test">
28086       <method name="Void .ctor()">
28087         <size>7</size>
28088       </method>
28089       <method name="Int32 Main()">
28090         <size>22</size>
28091       </method>
28092     </type>
28093     <type name="N1.Foo">
28094       <method name="Void .ctor()">
28095         <size>7</size>
28096       </method>
28097     </type>
28098     <type name="N1.Foo+Foo2">
28099       <method name="Void .ctor()">
28100         <size>7</size>
28101       </method>
28102     </type>
28103     <type name="N1.Bar2">
28104       <method name="Void .ctor()">
28105         <size>7</size>
28106       </method>
28107       <method name="Int32 Talk()">
28108         <size>2</size>
28109       </method>
28110     </type>
28111     <type name="N2.Bar">
28112       <method name="Void .ctor()">
28113         <size>7</size>
28114       </method>
28115     </type>
28116     <type name="N2.Bar+Bar2">
28117       <method name="Void .ctor()">
28118         <size>7</size>
28119       </method>
28120       <method name="Int32 Talk()">
28121         <size>2</size>
28122       </method>
28123     </type>
28124   </test>
28125   <test name="test-2.cs">
28126     <type name="X">
28127       <method name="Void .ctor()">
28128         <size>7</size>
28129       </method>
28130       <method name="Int32 Main(System.String[])">
28131         <size>12</size>
28132       </method>
28133     </type>
28134   </test>
28135   <test name="test-20.cs">
28136     <type name="A">
28137       <method name="Void .ctor()">
28138         <size>7</size>
28139       </method>
28140       <method name="Void X()">
28141         <size>8</size>
28142       </method>
28143     </type>
28144     <type name="B">
28145       <method name="Void .ctor()">
28146         <size>7</size>
28147       </method>
28148       <method name="Void X()">
28149         <size>8</size>
28150       </method>
28151       <method name="Void TestB()">
28152         <size>7</size>
28153       </method>
28154     </type>
28155     <type name="Ax">
28156       <method name="Void .ctor()">
28157         <size>7</size>
28158       </method>
28159       <method name="Void A()">
28160         <size>8</size>
28161       </method>
28162       <method name="Void B()">
28163         <size>8</size>
28164       </method>
28165     </type>
28166     <type name="Bx">
28167       <method name="Void .ctor()">
28168         <size>7</size>
28169       </method>
28170       <method name="Void A()">
28171         <size>8</size>
28172       </method>
28173       <method name="Void B()">
28174         <size>8</size>
28175       </method>
28176     </type>
28177     <type name="Test">
28178       <method name="Void .ctor()">
28179         <size>7</size>
28180       </method>
28181       <method name="Int32 Main()">
28182         <size>100</size>
28183       </method>
28184     </type>
28185   </test>
28186   <test name="test-200.cs">
28187     <type name="X">
28188       <method name="Void .ctor()">
28189         <size>7</size>
28190       </method>
28191       <method name="Int32 Main()">
28192         <size>104</size>
28193       </method>
28194     </type>
28195   </test>
28196   <test name="test-201.cs">
28197     <type name="Parent">
28198       <method name="Void .ctor()">
28199         <size>7</size>
28200       </method>
28201     </type>
28202     <type name="Child">
28203       <method name="Void .ctor()">
28204         <size>7</size>
28205       </method>
28206     </type>
28207     <type name="Child+Nested">
28208       <method name="Void .ctor()">
28209         <size>18</size>
28210       </method>
28211     </type>
28212     <type name="Collide">
28213       <method name="Void .ctor(Int32)">
28214         <size>14</size>
28215       </method>
28216       <method name="Void .cctor()">
28217         <size>12</size>
28218       </method>
28219       <method name="Int32 Main()">
28220         <size>27</size>
28221       </method>
28222     </type>
28223   </test>
28224   <test name="test-202.cs">
28225     <type name="X.X">
28226       <method name="Void .ctor()">
28227         <size>7</size>
28228       </method>
28229     </type>
28230     <type name="A.B.C.D">
28231       <method name="Void .ctor()">
28232         <size>7</size>
28233       </method>
28234     </type>
28235     <type name="Test">
28236       <method name="Void .ctor()">
28237         <size>7</size>
28238       </method>
28239       <method name="Int32 Main()">
28240         <size>14</size>
28241       </method>
28242     </type>
28243   </test>
28244   <test name="test-203.cs">
28245     <type name="Foo">
28246       <method name="Void .ctor()">
28247         <size>7</size>
28248       </method>
28249       <method name="Modifiers get_Modifiers()">
28250         <size>2</size>
28251       </method>
28252     </type>
28253     <type name="Bar">
28254       <method name="Void .ctor()">
28255         <size>7</size>
28256       </method>
28257       <method name="Int32 Main()">
28258         <size>13</size>
28259       </method>
28260     </type>
28261   </test>
28262   <test name="test-204.cs">
28263     <type name="X">
28264       <method name="Void .ctor(Int32)">
28265         <size>14</size>
28266       </method>
28267       <method name="System.String ToString()">
28268         <size>22</size>
28269       </method>
28270       <method name="Int32 Test()">
28271         <size>153</size>
28272       </method>
28273       <method name="Int32 Main()">
28274         <size>24</size>
28275       </method>
28276       <method name="X op_BitwiseAnd(X, X)">
28277         <size>19</size>
28278       </method>
28279       <method name="X op_BitwiseOr(X, X)">
28280         <size>19</size>
28281       </method>
28282       <method name="Boolean op_True(X)">
28283         <size>15</size>
28284       </method>
28285       <method name="Boolean op_False(X)">
28286         <size>12</size>
28287       </method>
28288     </type>
28289   </test>
28290   <test name="test-205.cs">
28291     <type name="A">
28292       <method name="Void .ctor(Object)">
28293         <size>7</size>
28294       </method>
28295     </type>
28296     <type name="Test">
28297       <method name="Void .ctor()">
28298         <size>7</size>
28299       </method>
28300       <method name="Void Main()">
28301         <size>1</size>
28302       </method>
28303     </type>
28304   </test>
28305   <test name="test-206.cs">
28306     <type name="X">
28307       <method name="Void .ctor()">
28308         <size>7</size>
28309       </method>
28310       <method name="Int32 get_Item(Int32)">
28311         <size>2</size>
28312       </method>
28313       <method name="System.Int32[] get_Item(System.Int32[])">
28314         <size>39</size>
28315       </method>
28316       <method name="Void Main()">
28317         <size>91</size>
28318       </method>
28319     </type>
28320     <type name="&lt;PrivateImplementationDetails&gt;">
28321       <method name="Void .ctor()">
28322         <size>7</size>
28323       </method>
28324     </type>
28325   </test>
28326   <test name="test-207.cs">
28327     <type name="X">
28328       <method name="Void .ctor()">
28329         <size>7</size>
28330       </method>
28331       <method name="Void .cctor()">
28332         <size>1</size>
28333       </method>
28334       <method name="Void hello(Int32)">
28335         <size>13</size>
28336       </method>
28337       <method name="Void world(Int32)">
28338         <size>16</size>
28339       </method>
28340       <method name="Int32 Main()">
28341         <size>138</size>
28342       </method>
28343     </type>
28344     <type name="Test">
28345       <method name="Void .ctor(Object, IntPtr)">
28346         <size>0</size>
28347       </method>
28348       <method name="Void Invoke(Int32)">
28349         <size>0</size>
28350       </method>
28351       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28352         <size>0</size>
28353       </method>
28354       <method name="Void EndInvoke(IAsyncResult)">
28355         <size>0</size>
28356       </method>
28357     </type>
28358   </test>
28359   <test name="test-208.cs">
28360     <type name="X">
28361       <method name="Void .ctor()">
28362         <size>7</size>
28363       </method>
28364       <method name="System.String get_Item(System.String)">
28365         <size>2</size>
28366       </method>
28367       <method name="Void Test()">
28368         <size>1</size>
28369       </method>
28370     </type>
28371     <type name="Y">
28372       <method name="Void .ctor()">
28373         <size>7</size>
28374       </method>
28375       <method name="Void Main()">
28376         <size>19</size>
28377       </method>
28378     </type>
28379   </test>
28380   <test name="test-209.cs">
28381     <type name="X">
28382       <method name="Void .ctor(Int32)">
28383         <size>14</size>
28384       </method>
28385       <method name="Int32 get_Foo()">
28386         <size>9</size>
28387       </method>
28388       <method name="Void set_Foo(Int32)">
28389         <size>8</size>
28390       </method>
28391       <method name="Int32 get_Item(Int32)">
28392         <size>7</size>
28393       </method>
28394       <method name="Void set_Item(Int32, Int32)">
28395         <size>8</size>
28396       </method>
28397       <method name="Void set_Item(System.String, System.String)">
28398         <size>7</size>
28399       </method>
28400       <method name="Void set_Bar(System.String)">
28401         <size>7</size>
28402       </method>
28403       <method name="A get_A()">
28404         <size>7</size>
28405       </method>
28406       <method name="Void set_A(A)">
28407         <size>12</size>
28408       </method>
28409       <method name="Int32 Main()">
28410         <size>75</size>
28411       </method>
28412     </type>
28413     <type name="A">
28414       <method name="Void .ctor(Int32)">
28415         <size>8</size>
28416       </method>
28417     </type>
28418   </test>
28419   <test name="test-21.cs">
28420     <type name="Blah">
28421       <method name="Void .ctor()">
28422         <size>7</size>
28423       </method>
28424       <method name="Int32 Main()">
28425         <size>47</size>
28426       </method>
28427     </type>
28428     <type name="Blah+Foo">
28429       <method name="Void .ctor()">
28430         <size>17</size>
28431       </method>
28432       <method name="Int32 Bar(Int32, Int32)">
28433         <size>14</size>
28434       </method>
28435     </type>
28436   </test>
28437   <test name="test-210.cs">
28438     <type name="X">
28439       <method name="Void .ctor()">
28440         <size>7</size>
28441       </method>
28442       <method name="Void foo()">
28443         <size>1</size>
28444       </method>
28445       <method name="Void Main()">
28446         <size>25</size>
28447       </method>
28448     </type>
28449     <type name="FooHandler">
28450       <method name="Void .ctor(Object, IntPtr)">
28451         <size>0</size>
28452       </method>
28453       <method name="Void Invoke()">
28454         <size>0</size>
28455       </method>
28456       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28457         <size>0</size>
28458       </method>
28459       <method name="Void EndInvoke(IAsyncResult)">
28460         <size>0</size>
28461       </method>
28462     </type>
28463   </test>
28464   <test name="test-211.cs">
28465     <type name="X">
28466       <method name="Void .ctor(Int32)">
28467         <size>14</size>
28468       </method>
28469       <method name="X op_Implicit(Int32)">
28470         <size>7</size>
28471       </method>
28472     </type>
28473     <type name="Y">
28474       <method name="Void .ctor(X)">
28475         <size>14</size>
28476       </method>
28477       <method name="Y op_Implicit(X)">
28478         <size>7</size>
28479       </method>
28480     </type>
28481     <type name="Z">
28482       <method name="Void .ctor(Y)">
28483         <size>14</size>
28484       </method>
28485       <method name="Int32 Main()">
28486         <size>27</size>
28487       </method>
28488       <method name="Z op_Implicit(Y)">
28489         <size>7</size>
28490       </method>
28491     </type>
28492   </test>
28493   <test name="test-212.cs">
28494     <type name="Problem">
28495       <method name="Void .ctor(String)">
28496         <size>14</size>
28497       </method>
28498       <method name="Int32 Multi(Int32, Problem[])">
28499         <size>4</size>
28500       </method>
28501       <method name="Int32 Main(System.String[])">
28502         <size>76</size>
28503       </method>
28504       <method name="Problem op_Implicit(Int32)">
28505         <size>22</size>
28506       </method>
28507     </type>
28508   </test>
28509   <test name="test-213.cs">
28510     <type name="MyTest">
28511       <method name="Void .ctor()">
28512         <size>7</size>
28513       </method>
28514       <method name="Void Main(System.String[])">
28515         <size>31</size>
28516       </method>
28517     </type>
28518     <type name="S">
28519       <method name="Void .ctor(Int32)">
28520         <size>8</size>
28521       </method>
28522       <method name="Void Print()">
28523         <size>12</size>
28524       </method>
28525     </type>
28526   </test>
28527   <test name="test-214.cs">
28528     <type name="N2.Test">
28529       <method name="Void .ctor()">
28530         <size>7</size>
28531       </method>
28532       <method name="Int32 Main()">
28533         <size>7</size>
28534       </method>
28535     </type>
28536     <type name="N1.C1">
28537       <method name="Void .ctor()">
28538         <size>7</size>
28539       </method>
28540       <method name="Void Foo()">
28541         <size>1</size>
28542       </method>
28543     </type>
28544   </test>
28545   <test name="test-215.cs">
28546     <type name="Test">
28547       <method name="Void .ctor()">
28548         <size>7</size>
28549       </method>
28550       <method name="Void .cctor()">
28551         <size>1</size>
28552       </method>
28553       <method name="N1.C1 get_C1()">
28554         <size>6</size>
28555       </method>
28556       <method name="Int32 Main()">
28557         <size>8</size>
28558       </method>
28559     </type>
28560     <type name="N1.C1">
28561       <method name="Void .ctor()">
28562         <size>7</size>
28563       </method>
28564     </type>
28565   </test>
28566   <test name="test-216.cs">
28567     <type name="cls">
28568       <method name="Void .ctor()">
28569         <size>7</size>
28570       </method>
28571       <method name="Void add_OnWhatever(OnWhateverDelegate)">
28572         <size>24</size>
28573       </method>
28574       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
28575         <size>24</size>
28576       </method>
28577       <method name="Void CallMyDel(System.String)">
28578         <size>13</size>
28579       </method>
28580     </type>
28581     <type name="cls+nestedcls">
28582       <method name="Void .ctor()">
28583         <size>7</size>
28584       </method>
28585       <method name="Void CallParentDel(cls, System.String)">
28586         <size>13</size>
28587       </method>
28588     </type>
28589     <type name="MonoEmbed">
28590       <method name="Void .ctor()">
28591         <size>7</size>
28592       </method>
28593       <method name="Void Main()">
28594         <size>36</size>
28595       </method>
28596       <method name="Void Whatever(System.String)">
28597         <size>7</size>
28598       </method>
28599     </type>
28600     <type name="OnWhateverDelegate">
28601       <method name="Void .ctor(Object, IntPtr)">
28602         <size>0</size>
28603       </method>
28604       <method name="Void Invoke(System.String)">
28605         <size>0</size>
28606       </method>
28607       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
28608         <size>0</size>
28609       </method>
28610       <method name="Void EndInvoke(IAsyncResult)">
28611         <size>0</size>
28612       </method>
28613     </type>
28614   </test>
28615   <test name="test-217.cs">
28616     <type name="Test">
28617       <method name="Void .ctor()">
28618         <size>7</size>
28619       </method>
28620       <method name="Int32 Main()">
28621         <size>174</size>
28622       </method>
28623       <method name="System.Object compare_gte(Int32, Int32)">
28624         <size>13</size>
28625       </method>
28626       <method name="System.Object compare_lte(Int32, Int32)">
28627         <size>13</size>
28628       </method>
28629     </type>
28630   </test>
28631   <test name="test-218.cs">
28632     <type name="T">
28633       <method name="Void .ctor()">
28634         <size>7</size>
28635       </method>
28636       <method name="Void .cctor()">
28637         <size>27</size>
28638       </method>
28639       <method name="Void Main()">
28640         <size>1</size>
28641       </method>
28642       <method name="Void compareQueryQuery1(System.Object)">
28643         <size>1</size>
28644       </method>
28645     </type>
28646     <type name="T+foo">
28647       <method name="Void .ctor(Object, IntPtr)">
28648         <size>0</size>
28649       </method>
28650       <method name="Void Invoke(System.Object)">
28651         <size>0</size>
28652       </method>
28653       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
28654         <size>0</size>
28655       </method>
28656       <method name="Void EndInvoke(IAsyncResult)">
28657         <size>0</size>
28658       </method>
28659     </type>
28660   </test>
28661   <test name="test-219.cs">
28662     <type name="TestAttribute">
28663       <method name="Void .ctor(Type)">
28664         <size>14</size>
28665       </method>
28666       <method name="System.Type get_Type()">
28667         <size>7</size>
28668       </method>
28669     </type>
28670     <type name="Test">
28671       <method name="Void .ctor()">
28672         <size>7</size>
28673       </method>
28674       <method name="Void Main()">
28675         <size>75</size>
28676       </method>
28677     </type>
28678   </test>
28679   <test name="test-22.cs">
28680     <type name="M">
28681       <method name="Void .ctor()">
28682         <size>7</size>
28683       </method>
28684       <method name="Int32 Main()">
28685         <size>63</size>
28686       </method>
28687     </type>
28688     <type name="S">
28689       <method name="T GetT()">
28690         <size>7</size>
28691       </method>
28692       <method name="Void Init()">
28693         <size>25</size>
28694       </method>
28695     </type>
28696   </test>
28697   <test name="test-220.cs">
28698     <type name="MonoBUG.Bug">
28699       <method name="Void .ctor()">
28700         <size>7</size>
28701       </method>
28702       <method name="Int32 Main(System.String[])">
28703         <size>136</size>
28704       </method>
28705     </type>
28706     <type name="MonoBUG.Foo">
28707       <method name="Void .ctor(String)">
28708         <size>14</size>
28709       </method>
28710       <method name="System.String get_Name()">
28711         <size>7</size>
28712       </method>
28713     </type>
28714     <type name="MonoBUG.FooList">
28715       <method name="Void .ctor()">
28716         <size>7</size>
28717       </method>
28718       <method name="Void .cctor()">
28719         <size>1</size>
28720       </method>
28721       <method name="Void Add(MonoBUG.Foo)">
28722         <size>19</size>
28723       </method>
28724       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
28725         <size>7</size>
28726       </method>
28727     </type>
28728     <type name="MonoBUG.FooList+FooEnumerator">
28729       <method name="Void .ctor(FooList)">
28730         <size>31</size>
28731       </method>
28732       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
28733         <size>12</size>
28734       </method>
28735       <method name="Void System.Collections.IEnumerator.Reset()">
28736         <size>12</size>
28737       </method>
28738       <method name="MonoBUG.Foo get_Current()">
28739         <size>46</size>
28740       </method>
28741       <method name="Boolean MoveNext()">
28742         <size>12</size>
28743       </method>
28744       <method name="Void Reset()">
28745         <size>12</size>
28746       </method>
28747       <method name="System.Object System.Collections.IEnumerator.get_Current()">
28748         <size>28</size>
28749       </method>
28750     </type>
28751   </test>
28752   <test name="test-221.cs">
28753     <type name="A">
28754       <method name="Void .ctor()">
28755         <size>7</size>
28756       </method>
28757       <method name="Int32 get_Blah()">
28758         <size>2</size>
28759       </method>
28760       <method name="Void set_Blah(Int32)">
28761         <size>1</size>
28762       </method>
28763     </type>
28764     <type name="B">
28765       <method name="Void .ctor()">
28766         <size>7</size>
28767       </method>
28768       <method name="Int32 get_Blah()">
28769         <size>2</size>
28770       </method>
28771       <method name="Boolean Test()">
28772         <size>54</size>
28773       </method>
28774     </type>
28775     <type name="C">
28776       <method name="Void .ctor()">
28777         <size>7</size>
28778       </method>
28779       <method name="Int32 get_Blah()">
28780         <size>0</size>
28781       </method>
28782       <method name="Void set_Blah(Int32)">
28783         <size>0</size>
28784       </method>
28785     </type>
28786     <type name="D">
28787       <method name="Void .ctor()">
28788         <size>7</size>
28789       </method>
28790       <method name="Int32 get_Blah()">
28791         <size>2</size>
28792       </method>
28793       <method name="Void set_Blah(Int32)">
28794         <size>1</size>
28795       </method>
28796     </type>
28797     <type name="E">
28798       <method name="Void .ctor()">
28799         <size>7</size>
28800       </method>
28801       <method name="Int32 get_Blah()">
28802         <size>7</size>
28803       </method>
28804       <method name="Boolean Test()">
28805         <size>54</size>
28806       </method>
28807     </type>
28808     <type name="F">
28809       <method name="Void .ctor()">
28810         <size>7</size>
28811       </method>
28812       <method name="Int32 get_Item(Int32)">
28813         <size>2</size>
28814       </method>
28815       <method name="Void set_Item(Int32, Int32)">
28816         <size>1</size>
28817       </method>
28818       <method name="Int32 get_Blah()">
28819         <size>2</size>
28820       </method>
28821       <method name="Void set_Blah(Int32)">
28822         <size>1</size>
28823       </method>
28824       <method name="Boolean Test()">
28825         <size>108</size>
28826       </method>
28827     </type>
28828     <type name="Driver">
28829       <method name="Void .ctor()">
28830         <size>7</size>
28831       </method>
28832       <method name="Int32 Main()">
28833         <size>38</size>
28834       </method>
28835     </type>
28836     <type name="F">
28837       <method name="Int32 IBlah.get_Item(Int32)">
28838         <size>2</size>
28839       </method>
28840       <method name="Void IBlah.set_Item(Int32, Int32)">
28841         <size>1</size>
28842       </method>
28843       <method name="Int32 IBlah.get_Blah()">
28844         <size>2</size>
28845       </method>
28846       <method name="Void IBlah.set_Blah(Int32)">
28847         <size>1</size>
28848       </method>
28849     </type>
28850   </test>
28851   <test name="test-222.cs">
28852     <type name="Class_1">
28853       <method name="Void .ctor()">
28854         <size>7</size>
28855       </method>
28856       <method name="UIntPtr Valid()">
28857         <size>7</size>
28858       </method>
28859     </type>
28860     <type name="MainClass">
28861       <method name="Void .ctor()">
28862         <size>7</size>
28863       </method>
28864       <method name="Int32 Main()">
28865         <size>2</size>
28866       </method>
28867     </type>
28868   </test>
28869   <test name="test-223.cs">
28870     <type name="T">
28871       <method name="Void .ctor()">
28872         <size>7</size>
28873       </method>
28874       <method name="Int32 Main()">
28875         <size>65</size>
28876       </method>
28877     </type>
28878   </test>
28879   <test name="test-224.cs">
28880     <type name="XmlMemberArrayAttribute">
28881       <method name="Void .ctor(String)">
28882         <size>38</size>
28883       </method>
28884       <method name="System.Char[] get_Separator()">
28885         <size>7</size>
28886       </method>
28887       <method name="Void set_Separator(System.Char[])">
28888         <size>8</size>
28889       </method>
28890       <method name="System.String get_Name()">
28891         <size>7</size>
28892       </method>
28893       <method name="Void set_Name(System.String)">
28894         <size>8</size>
28895       </method>
28896       <method name="Boolean get_IsRequired()">
28897         <size>7</size>
28898       </method>
28899       <method name="Void set_IsRequired(Boolean)">
28900         <size>8</size>
28901       </method>
28902     </type>
28903     <type name="t">
28904       <method name="Void .ctor()">
28905         <size>7</size>
28906       </method>
28907       <method name="Void Main()">
28908         <size>1</size>
28909       </method>
28910     </type>
28911   </test>
28912   <test name="test-225.cs">
28913     <type name="A">
28914       <method name="Void .ctor()">
28915         <size>14</size>
28916       </method>
28917     </type>
28918     <type name="B">
28919       <method name="Void .ctor()">
28920         <size>7</size>
28921       </method>
28922       <method name="Int32 foo()">
28923         <size>2</size>
28924       </method>
28925       <method name="Void Main()">
28926         <size>18</size>
28927       </method>
28928     </type>
28929   </test>
28930   <test name="test-226.cs">
28931     <type name="Test226">
28932       <method name="Void .ctor()">
28933         <size>7</size>
28934       </method>
28935       <method name="Void Test()">
28936         <size>35</size>
28937       </method>
28938       <method name="Int32 Main()">
28939         <size>23</size>
28940       </method>
28941     </type>
28942   </test>
28943   <test name="test-227.cs">
28944     <type name="A.T">
28945       <method name="Void .ctor()">
28946         <size>7</size>
28947       </method>
28948       <method name="Void Main()">
28949         <size>3</size>
28950       </method>
28951     </type>
28952   </test>
28953   <test name="test-228.cs">
28954     <type name="BadRefTest.CtorInc">
28955       <method name="Void .ctor()">
28956         <size>30</size>
28957       </method>
28958       <method name="Int32 IncByRef(Int32 ByRef)">
28959         <size>10</size>
28960       </method>
28961       <method name="Boolean Results(Int32)">
28962         <size>98</size>
28963       </method>
28964     </type>
28965     <type name="BadRefTest.Runner">
28966       <method name="Void .ctor()">
28967         <size>7</size>
28968       </method>
28969       <method name="Int32 Main()">
28970         <size>43</size>
28971       </method>
28972     </type>
28973   </test>
28974   <test name="test-229.cs">
28975     <type name="List">
28976       <method name="Void .ctor(Int32)">
28977         <size>19</size>
28978       </method>
28979       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
28980         <size>12</size>
28981       </method>
28982       <method name="Void Add(Int32)">
28983         <size>26</size>
28984       </method>
28985       <method name="MyEnumerator GetEnumerator()">
28986         <size>7</size>
28987       </method>
28988     </type>
28989     <type name="UberList">
28990       <method name="Void .ctor(Int32)">
28991         <size>8</size>
28992       </method>
28993       <method name="Int32 Main(System.String[])">
28994         <size>38</size>
28995       </method>
28996       <method name="Boolean One()">
28997         <size>62</size>
28998       </method>
28999       <method name="Boolean Two()">
29000         <size>62</size>
29001       </method>
29002       <method name="Boolean Three()">
29003         <size>62</size>
29004       </method>
29005     </type>
29006     <type name="List+MyEnumerator">
29007       <method name="Void .ctor(List)">
29008         <size>15</size>
29009       </method>
29010       <method name="System.Object get_Current()">
29011         <size>24</size>
29012       </method>
29013       <method name="Boolean MoveNext()">
29014         <size>31</size>
29015       </method>
29016       <method name="Void Reset()">
29017         <size>8</size>
29018       </method>
29019     </type>
29020   </test>
29021   <test name="test-23.cs">
29022     <type name="X">
29023       <method name="Void .ctor()">
29024         <size>7</size>
29025       </method>
29026       <method name="Void .cctor()">
29027         <size>8</size>
29028       </method>
29029       <method name="Int32 get_Value()">
29030         <size>6</size>
29031       </method>
29032       <method name="Void set_Value(Int32)">
29033         <size>7</size>
29034       </method>
29035       <method name="Int32 Main()">
29036         <size>170</size>
29037       </method>
29038     </type>
29039     <type name="Y">
29040       <method name="Void .ctor(String)">
29041         <size>14</size>
29042       </method>
29043       <method name="System.String get_Value()">
29044         <size>7</size>
29045       </method>
29046       <method name="Void set_Value(System.String)">
29047         <size>8</size>
29048       </method>
29049     </type>
29050     <type name="Z">
29051       <method name="Void .cctor()">
29052         <size>7</size>
29053       </method>
29054       <method name="Int32 get_IVal()">
29055         <size>6</size>
29056       </method>
29057       <method name="Void set_IVal(Int32)">
29058         <size>7</size>
29059       </method>
29060       <method name="Int32 get_XVal()">
29061         <size>7</size>
29062       </method>
29063       <method name="Void set_XVal(Int32)">
29064         <size>8</size>
29065       </method>
29066     </type>
29067   </test>
29068   <test name="test-230.cs">
29069     <type name="TestClass">
29070       <method name="Void .ctor()">
29071         <size>7</size>
29072       </method>
29073       <method name="Int32 Main()">
29074         <size>56</size>
29075       </method>
29076     </type>
29077   </test>
29078   <test name="test-231.cs">
29079     <type name="T">
29080       <method name="Void .ctor()">
29081         <size>7</size>
29082       </method>
29083       <method name="Void .cctor()">
29084         <size>1</size>
29085       </method>
29086       <method name="Int32 Main()">
29087         <size>44</size>
29088       </method>
29089       <method name="Void Foo()">
29090         <size>23</size>
29091       </method>
29092     </type>
29093   </test>
29094   <test name="test-232.cs">
29095     <type name="CtorInfoTest">
29096       <method name="Void .ctor()">
29097         <size>7</size>
29098       </method>
29099       <method name="Void Main(System.String[])">
29100         <size>977</size>
29101       </method>
29102       <method name="Void Assert(System.Object, System.Object)">
29103         <size>38</size>
29104       </method>
29105     </type>
29106     <type name="&lt;PrivateImplementationDetails&gt;">
29107       <method name="Void .ctor()">
29108         <size>7</size>
29109       </method>
29110     </type>
29111   </test>
29112   <test name="test-233.cs">
29113     <type name="Tests">
29114       <method name="Void .ctor()">
29115         <size>7</size>
29116       </method>
29117       <method name="Int32 Main()">
29118         <size>16</size>
29119       </method>
29120       <method name="Int32 test_0_beq()">
29121         <size>29</size>
29122       </method>
29123       <method name="Int32 test_0_bne_un()">
29124         <size>29</size>
29125       </method>
29126       <method name="Int32 test_0_conv_r8()">
29127         <size>29</size>
29128       </method>
29129       <method name="Int32 test_0_conv_i()">
29130         <size>76</size>
29131       </method>
29132       <method name="Int32 test_5_conv_r4()">
29133         <size>8</size>
29134       </method>
29135       <method name="Int32 test_5_double_conv_r4()">
29136         <size>16</size>
29137       </method>
29138       <method name="Int32 test_5_float_conv_r8()">
29139         <size>12</size>
29140       </method>
29141       <method name="Int32 test_5_conv_r8()">
29142         <size>8</size>
29143       </method>
29144       <method name="Int32 test_5_add()">
29145         <size>25</size>
29146       </method>
29147       <method name="Int32 test_5_sub()">
29148         <size>25</size>
29149       </method>
29150       <method name="Int32 test_24_mul()">
29151         <size>25</size>
29152       </method>
29153       <method name="Int32 test_4_div()">
29154         <size>25</size>
29155       </method>
29156       <method name="Int32 test_2_rem()">
29157         <size>25</size>
29158       </method>
29159       <method name="Int32 test_2_neg()">
29160         <size>14</size>
29161       </method>
29162       <method name="Int32 test_46_float_add_spill()">
29163         <size>129</size>
29164       </method>
29165       <method name="Int32 test_362880_float_mul_spill()">
29166         <size>129</size>
29167       </method>
29168       <method name="Int32 test_4_long_cast()">
29169         <size>29</size>
29170       </method>
29171       <method name="Int32 test_16_float_cmp()">
29172         <size>317</size>
29173       </method>
29174       <method name="Int32 test_15_float_cmp_un()">
29175         <size>297</size>
29176       </method>
29177       <method name="Int32 test_15_float_branch()">
29178         <size>219</size>
29179       </method>
29180       <method name="Int32 test_15_float_branch_un()">
29181         <size>219</size>
29182       </method>
29183     </type>
29184     <type name="TestDriver">
29185       <method name="Void .ctor()">
29186         <size>7</size>
29187       </method>
29188       <method name="Int32 RunTests(System.Type, System.String[])">
29189         <size>571</size>
29190       </method>
29191       <method name="Int32 RunTests(System.Type)">
29192         <size>8</size>
29193       </method>
29194     </type>
29195   </test>
29196   <test name="test-234.cs">
29197     <type name="T">
29198       <method name="Void .ctor()">
29199         <size>7</size>
29200       </method>
29201       <method name="Void Main()">
29202         <size>701</size>
29203       </method>
29204     </type>
29205   </test>
29206   <test name="test-235.cs">
29207     <type name="T">
29208       <method name="Void .ctor()">
29209         <size>7</size>
29210       </method>
29211       <method name="Void Foo(T, T)">
29212         <size>1</size>
29213       </method>
29214       <method name="Void Foo(System.Object[])">
29215         <size>1</size>
29216       </method>
29217       <method name="Int32 Main()">
29218         <size>13</size>
29219       </method>
29220     </type>
29221   </test>
29222   <test name="test-236.cs">
29223     <type name="Tests.Test">
29224       <method name="Void .ctor()">
29225         <size>7</size>
29226       </method>
29227       <method name="Void Main()">
29228         <size>42</size>
29229       </method>
29230       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
29231         <size>9</size>
29232       </method>
29233       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
29234         <size>10</size>
29235       </method>
29236     </type>
29237   </test>
29238   <test name="test-237.cs">
29239     <type name="Params">
29240       <method name="Void .ctor()">
29241         <size>7</size>
29242       </method>
29243       <method name="Void .cctor()">
29244         <size>96</size>
29245       </method>
29246       <method name="Void foo(System.String, System.Object[])">
29247         <size>132</size>
29248       </method>
29249       <method name="Void Main()">
29250         <size>45</size>
29251       </method>
29252     </type>
29253     <type name="Params+FOO">
29254       <method name="Void .ctor(Object, IntPtr)">
29255         <size>0</size>
29256       </method>
29257       <method name="Void Invoke(System.String, System.Object[])">
29258         <size>0</size>
29259       </method>
29260       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
29261         <size>0</size>
29262       </method>
29263       <method name="Void EndInvoke(IAsyncResult)">
29264         <size>0</size>
29265       </method>
29266     </type>
29267   </test>
29268   <test name="test-238.cs">
29269     <type name="TestClass">
29270       <method name="Void .ctor()">
29271         <size>7</size>
29272       </method>
29273       <method name="Void ConditionalMethod()">
29274         <size>7</size>
29275       </method>
29276       <method name="Int32 Main()">
29277         <size>12</size>
29278       </method>
29279     </type>
29280   </test>
29281   <test name="test-239.cs">
29282     <type name="BaseClass">
29283       <method name="Void .ctor()">
29284         <size>7</size>
29285       </method>
29286       <method name="Void ConditionalMethod()">
29287         <size>7</size>
29288       </method>
29289     </type>
29290     <type name="TestClass">
29291       <method name="Void .ctor()">
29292         <size>7</size>
29293       </method>
29294       <method name="Void ConditionalMethod()">
29295         <size>1</size>
29296       </method>
29297     </type>
29298     <type name="MainClass">
29299       <method name="Void .ctor()">
29300         <size>7</size>
29301       </method>
29302       <method name="Int32 Main()">
29303         <size>18</size>
29304       </method>
29305     </type>
29306   </test>
29307   <test name="test-24.cs">
29308     <type name="X">
29309       <method name="Void .ctor()">
29310         <size>7</size>
29311       </method>
29312       <method name="System.String get_S()">
29313         <size>6</size>
29314       </method>
29315       <method name="Void set_S(System.String)">
29316         <size>7</size>
29317       </method>
29318       <method name="Int32 Main()">
29319         <size>92</size>
29320       </method>
29321     </type>
29322   </test>
29323   <test name="test-240.cs">
29324     <type name="TestClass">
29325       <method name="Void .ctor()">
29326         <size>7</size>
29327       </method>
29328       <method name="Void .cctor()">
29329         <size>7</size>
29330       </method>
29331       <method name="Void ConditionalMethod()">
29332         <size>17</size>
29333       </method>
29334       <method name="Int32 Main()">
29335         <size>11</size>
29336       </method>
29337     </type>
29338   </test>
29339   <test name="test-241.cs">
29340     <type name="Foo">
29341       <method name="Void .ctor()">
29342         <size>7</size>
29343       </method>
29344       <method name="Int32 get_SomeProperty()">
29345         <size>3</size>
29346       </method>
29347       <method name="Int32 M()">
29348         <size>3</size>
29349       </method>
29350       <method name="Void Main()">
29351         <size>1</size>
29352       </method>
29353     </type>
29354     <type name="Foo+FooPrivate">
29355       <method name="Void .ctor(Foo)">
29356         <size>14</size>
29357       </method>
29358       <method name="Int32 get_SomeProperty()">
29359         <size>24</size>
29360       </method>
29361     </type>
29362   </test>
29363   <test name="test-242.cs">
29364     <type name="BaseClass">
29365       <method name="Void .ctor()">
29366         <size>14</size>
29367       </method>
29368     </type>
29369     <type name="Derived">
29370       <method name="Void .ctor()">
29371         <size>7</size>
29372       </method>
29373       <method name="Int32 get_Location()">
29374         <size>3</size>
29375       </method>
29376       <method name="Void Main()">
29377         <size>1</size>
29378       </method>
29379     </type>
29380   </test>
29381   <test name="test-243.cs">
29382     <type name="X">
29383       <method name="Void .ctor()">
29384         <size>7</size>
29385       </method>
29386       <method name="Boolean Resolve(System.String)">
29387         <size>2</size>
29388       </method>
29389       <method name="System.String Test()">
29390         <size>2</size>
29391       </method>
29392       <method name="Void Main()">
29393         <size>8</size>
29394       </method>
29395     </type>
29396   </test>
29397   <test name="test-244.cs">
29398     <type name="Foo">
29399       <method name="Void .ctor()">
29400         <size>7</size>
29401       </method>
29402       <method name="Void .cctor()">
29403         <size>1</size>
29404       </method>
29405       <method name="Int32 Main()">
29406         <size>136</size>
29407       </method>
29408       <method name="MyBool get_t()">
29409         <size>29</size>
29410       </method>
29411       <method name="MyBool get_f()">
29412         <size>29</size>
29413       </method>
29414     </type>
29415     <type name="MyBool">
29416       <method name="Void .ctor(Boolean)">
29417         <size>8</size>
29418       </method>
29419       <method name="System.String ToString()">
29420         <size>12</size>
29421       </method>
29422       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
29423         <size>21</size>
29424       </method>
29425       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
29426         <size>21</size>
29427       </method>
29428       <method name="Boolean op_True(MyBool)">
29429         <size>8</size>
29430       </method>
29431       <method name="Boolean op_False(MyBool)">
29432         <size>11</size>
29433       </method>
29434     </type>
29435   </test>
29436   <test name="test-245.cs">
29437     <type name="Class2">
29438       <method name="Void .ctor()">
29439         <size>7</size>
29440       </method>
29441       <method name="System.String get_def_kind()">
29442         <size>12</size>
29443       </method>
29444       <method name="Void Main()">
29445         <size>1</size>
29446       </method>
29447     </type>
29448   </test>
29449   <test name="test-246.cs">
29450     <type name="B">
29451       <method name="Void .ctor()">
29452         <size>7</size>
29453       </method>
29454       <method name="Void Main()">
29455         <size>38</size>
29456       </method>
29457     </type>
29458     <type name="Blah">
29459       <method name="Void Dispose()">
29460         <size>11</size>
29461       </method>
29462     </type>
29463   </test>
29464   <test name="test-247.cs">
29465     <type name="B">
29466       <method name="Void .ctor()">
29467         <size>7</size>
29468       </method>
29469       <method name="Void Main()">
29470         <size>71</size>
29471       </method>
29472     </type>
29473     <type name="Blah">
29474       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
29475         <size>11</size>
29476       </method>
29477     </type>
29478   </test>
29479   <test name="test-248.cs">
29480     <type name="T">
29481       <method name="Void .ctor()">
29482         <size>7</size>
29483       </method>
29484       <method name="Foo GetFoo()">
29485         <size>10</size>
29486       </method>
29487       <method name="Void Main()">
29488         <size>26</size>
29489       </method>
29490     </type>
29491   </test>
29492   <test name="test-249.cs">
29493     <type name="X">
29494       <method name="Void .ctor()">
29495         <size>7</size>
29496       </method>
29497       <method name="Void Main()">
29498         <size>1</size>
29499       </method>
29500     </type>
29501   </test>
29502   <test name="test-25.cs">
29503     <type name="X">
29504       <method name="Void .ctor()">
29505         <size>7</size>
29506       </method>
29507       <method name="Int32 Main()">
29508         <size>214</size>
29509       </method>
29510     </type>
29511   </test>
29512   <test name="test-250.cs">
29513     <type name="Test.foo3">
29514       <method name="Void .ctor()">
29515         <size>7</size>
29516       </method>
29517     </type>
29518     <type name="Test.Tests">
29519       <method name="Void .ctor()">
29520         <size>7</size>
29521       </method>
29522       <method name="Void Main()">
29523         <size>1</size>
29524       </method>
29525     </type>
29526   </test>
29527   <test name="test-251.cs">
29528     <type name="X">
29529       <method name="Void .ctor()">
29530         <size>7</size>
29531       </method>
29532       <method name="Void Main()">
29533         <size>1</size>
29534       </method>
29535     </type>
29536   </test>
29537   <test name="test-252.cs">
29538     <type name="A">
29539       <method name="Void .ctor()">
29540         <size>7</size>
29541       </method>
29542       <method name="Void add_Bar(Foo)">
29543         <size>24</size>
29544       </method>
29545       <method name="Void remove_Bar(Foo)">
29546         <size>24</size>
29547       </method>
29548       <method name="Void m1()">
29549         <size>1</size>
29550       </method>
29551       <method name="Int32 Main()">
29552         <size>61</size>
29553       </method>
29554     </type>
29555     <type name="Foo">
29556       <method name="Void .ctor(Object, IntPtr)">
29557         <size>0</size>
29558       </method>
29559       <method name="Void Invoke()">
29560         <size>0</size>
29561       </method>
29562       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29563         <size>0</size>
29564       </method>
29565       <method name="Void EndInvoke(IAsyncResult)">
29566         <size>0</size>
29567       </method>
29568     </type>
29569   </test>
29570   <test name="test-253.cs">
29571     <type name="AccessibleAttribute">
29572       <method name="Void .ctor()">
29573         <size>7</size>
29574       </method>
29575     </type>
29576     <type name="MyClass">
29577       <method name="Void .ctor()">
29578         <size>7</size>
29579       </method>
29580     </type>
29581     <type name="Test">
29582       <method name="Void .ctor()">
29583         <size>7</size>
29584       </method>
29585       <method name="Int32 Main()">
29586         <size>66</size>
29587       </method>
29588     </type>
29589   </test>
29590   <test name="test-254.cs">
29591     <type name="TestAttribute">
29592       <method name="Void .ctor()">
29593         <size>7</size>
29594       </method>
29595     </type>
29596     <type name="Test_1">
29597       <method name="Void .ctor()">
29598         <size>7</size>
29599       </method>
29600       <method name="Void Test(Int32)">
29601         <size>1</size>
29602       </method>
29603     </type>
29604     <type name="Test_2">
29605       <method name="Void .ctor()">
29606         <size>7</size>
29607       </method>
29608       <method name="Int32 get_Test()">
29609         <size>2</size>
29610       </method>
29611       <method name="Void set_Test(Int32)">
29612         <size>1</size>
29613       </method>
29614       <method name="Void set_Test2(Boolean)">
29615         <size>1</size>
29616       </method>
29617     </type>
29618     <type name="Test_3">
29619       <method name="Void .ctor()">
29620         <size>7</size>
29621       </method>
29622       <method name="Void add_e_1(test_delegate)">
29623         <size>24</size>
29624       </method>
29625       <method name="Void remove_e_1(test_delegate)">
29626         <size>24</size>
29627       </method>
29628       <method name="Void add_e_2(test_delegate)">
29629         <size>24</size>
29630       </method>
29631       <method name="Void remove_e_2(test_delegate)">
29632         <size>24</size>
29633       </method>
29634     </type>
29635     <type name="Test_4">
29636       <method name="Void .ctor()">
29637         <size>7</size>
29638       </method>
29639       <method name="Void add_e_1(test_delegate)">
29640         <size>1</size>
29641       </method>
29642       <method name="Void remove_e_1(test_delegate)">
29643         <size>1</size>
29644       </method>
29645       <method name="Void add_e_2(test_delegate)">
29646         <size>1</size>
29647       </method>
29648       <method name="Void remove_e_2(test_delegate)">
29649         <size>1</size>
29650       </method>
29651       <method name="Void add_e_3(test_delegate)">
29652         <size>1</size>
29653       </method>
29654       <method name="Void remove_e_3(test_delegate)">
29655         <size>1</size>
29656       </method>
29657     </type>
29658     <type name="ClassMain">
29659       <method name="Void .ctor()">
29660         <size>7</size>
29661       </method>
29662       <method name="Void .cctor()">
29663         <size>1</size>
29664       </method>
29665       <method name="Void Assert(System.Object[], Boolean, Int32)">
29666         <size>65</size>
29667       </method>
29668       <method name="Int32 Main()">
29669         <size>1159</size>
29670       </method>
29671     </type>
29672     <type name="test_delegate">
29673       <method name="Void .ctor(Object, IntPtr)">
29674         <size>0</size>
29675       </method>
29676       <method name="System.Delegate Invoke(Int32)">
29677         <size>0</size>
29678       </method>
29679       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29680         <size>0</size>
29681       </method>
29682       <method name="System.Delegate EndInvoke(IAsyncResult)">
29683         <size>0</size>
29684       </method>
29685     </type>
29686   </test>
29687   <test name="test-255.cs">
29688     <type name="TestAttribute">
29689       <method name="Void .ctor()">
29690         <size>7</size>
29691       </method>
29692     </type>
29693     <type name="C">
29694       <method name="Void .ctor()">
29695         <size>7</size>
29696       </method>
29697       <method name="Void Method()">
29698         <size>1</size>
29699       </method>
29700       <method name="Void Main()">
29701         <size>1</size>
29702       </method>
29703     </type>
29704   </test>
29705   <test name="test-256.cs">
29706     <type name="TableColumn">
29707       <method name="Void .ctor()">
29708         <size>7</size>
29709       </method>
29710       <method name="System.Object get_MagicValue()">
29711         <size>2</size>
29712       </method>
29713       <method name="Void set_MagicValue(System.Object)">
29714         <size>1</size>
29715       </method>
29716     </type>
29717     <type name="Bug">
29718       <method name="Void .ctor()">
29719         <size>7</size>
29720       </method>
29721       <method name="Int32 get_TInt()">
29722         <size>2</size>
29723       </method>
29724       <method name="Void Main()">
29725         <size>1</size>
29726       </method>
29727     </type>
29728   </test>
29729   <test name="test-257.cs">
29730     <type name="X">
29731       <method name="Void Main()">
29732         <size>8</size>
29733       </method>
29734       <method name="Void call(Int32 ByRef)">
29735         <size>25</size>
29736       </method>
29737       <method name="Void .ctor()">
29738         <size>7</size>
29739       </method>
29740     </type>
29741   </test>
29742   <test name="test-258.cs">
29743     <type name="MyTest.Test">
29744       <method name="Void .ctor()">
29745         <size>7</size>
29746       </method>
29747     </type>
29748     <type name="MyTest.Test2">
29749       <method name="Void .ctor()">
29750         <size>7</size>
29751       </method>
29752       <method name="Void MyTest.Test.Inner.Foo()">
29753         <size>1</size>
29754       </method>
29755       <method name="Void Main()">
29756         <size>1</size>
29757       </method>
29758     </type>
29759   </test>
29760   <test name="test-259.cs">
29761     <type name="Testing">
29762       <method name="Void .ctor()">
29763         <size>7</size>
29764       </method>
29765       <method name="Void Main()">
29766         <size>1</size>
29767       </method>
29768     </type>
29769   </test>
29770   <test name="test-26.cs">
29771     <type name="Blah">
29772       <method name="Void .ctor()">
29773         <size>7</size>
29774       </method>
29775       <method name="Int32 Foo(Int32, Int32)">
29776         <size>4</size>
29777       </method>
29778       <method name="Int32 Test1()">
29779         <size>114</size>
29780       </method>
29781       <method name="Int32 Adder(System.Int32[])">
29782         <size>34</size>
29783       </method>
29784       <method name="Int32 Test2()">
29785         <size>46</size>
29786       </method>
29787       <method name="Int32 Main()">
29788         <size>40</size>
29789       </method>
29790     </type>
29791     <type name="Blah+MyDelegate">
29792       <method name="Void .ctor(Object, IntPtr)">
29793         <size>0</size>
29794       </method>
29795       <method name="Int32 Invoke(Int32, Int32)">
29796         <size>0</size>
29797       </method>
29798       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
29799         <size>0</size>
29800       </method>
29801       <method name="Int32 EndInvoke(IAsyncResult)">
29802         <size>0</size>
29803       </method>
29804     </type>
29805     <type name="Blah+List">
29806       <method name="Void .ctor(Object, IntPtr)">
29807         <size>0</size>
29808       </method>
29809       <method name="Int32 Invoke(System.Int32[])">
29810         <size>0</size>
29811       </method>
29812       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
29813         <size>0</size>
29814       </method>
29815       <method name="Int32 EndInvoke(IAsyncResult)">
29816         <size>0</size>
29817       </method>
29818     </type>
29819     <type name="&lt;PrivateImplementationDetails&gt;">
29820       <method name="Void .ctor()">
29821         <size>7</size>
29822       </method>
29823     </type>
29824   </test>
29825   <test name="test-260.cs">
29826     <type name="x.Test">
29827       <method name="Void .ctor()">
29828         <size>7</size>
29829       </method>
29830     </type>
29831     <type name="y.Test">
29832       <method name="Void .ctor()">
29833         <size>7</size>
29834       </method>
29835     </type>
29836     <type name="b.a">
29837       <method name="Void .ctor()">
29838         <size>7</size>
29839       </method>
29840       <method name="Void Main()">
29841         <size>7</size>
29842       </method>
29843     </type>
29844   </test>
29845   <test name="test-261.cs">
29846     <type name="T">
29847       <method name="Void .ctor()">
29848         <size>7</size>
29849       </method>
29850       <method name="T get_Me()">
29851         <size>16</size>
29852       </method>
29853       <method name="T GetMe()">
29854         <size>16</size>
29855       </method>
29856       <method name="Int32 Test(T)">
29857         <size>106</size>
29858       </method>
29859       <method name="Int32 Main()">
29860         <size>31</size>
29861       </method>
29862     </type>
29863   </test>
29864   <test name="test-262.cs">
29865     <type name="n1.Attribute">
29866       <method name="Void .ctor()">
29867         <size>7</size>
29868       </method>
29869     </type>
29870     <type name="n3.A">
29871       <method name="Void .ctor()">
29872         <size>7</size>
29873       </method>
29874       <method name="Void Attribute()">
29875         <size>1</size>
29876       </method>
29877       <method name="Void X()">
29878         <size>7</size>
29879       </method>
29880       <method name="Void Main()">
29881         <size>11</size>
29882       </method>
29883     </type>
29884   </test>
29885   <test name="test-263.cs">
29886     <type name="Test">
29887       <method name="Void .ctor()">
29888         <size>7</size>
29889       </method>
29890       <method name="System.String GetString(System.Byte[])">
29891         <size>19</size>
29892       </method>
29893       <method name="Void Main()">
29894         <size>1</size>
29895       </method>
29896     </type>
29897   </test>
29898   <test name="test-264.cs">
29899     <type name="Proef">
29900       <method name="Void .ctor()">
29901         <size>7</size>
29902       </method>
29903       <method name="Void add_OnDoSomething(System.EventHandler)">
29904         <size>24</size>
29905       </method>
29906       <method name="Void remove_OnDoSomething(System.EventHandler)">
29907         <size>24</size>
29908       </method>
29909       <method name="Void Temp(System.Object, System.EventArgs)">
29910         <size>1</size>
29911       </method>
29912       <method name="Void Main()">
29913         <size>25</size>
29914       </method>
29915     </type>
29916   </test>
29917   <test name="test-265.cs">
29918     <type name="ClassFormatError">
29919       <method name="Void .ctor(String, Object[])">
29920         <size>7</size>
29921       </method>
29922       <method name="Void Main()">
29923         <size>1</size>
29924       </method>
29925     </type>
29926     <type name="UnsupportedClassVersionError">
29927       <method name="Void .ctor(String)">
29928         <size>14</size>
29929       </method>
29930     </type>
29931   </test>
29932   <test name="test-266.cs">
29933     <type name="T">
29934       <method name="Void .ctor()">
29935         <size>7</size>
29936       </method>
29937       <method name="Int32 Main()">
29938         <size>25</size>
29939       </method>
29940     </type>
29941   </test>
29942   <test name="test-267.cs">
29943     <type name="X">
29944       <method name="Void .ctor()">
29945         <size>7</size>
29946       </method>
29947       <method name="System.String Text()">
29948         <size>6</size>
29949       </method>
29950       <method name="Int32 Main()">
29951         <size>12</size>
29952       </method>
29953     </type>
29954   </test>
29955   <test name="test-268.cs">
29956     <type name="X">
29957       <method name="Void .ctor()">
29958         <size>7</size>
29959       </method>
29960       <method name="Int32 Main()">
29961         <size>26</size>
29962       </method>
29963     </type>
29964     <type name="X+Nested">
29965       <method name="Void .ctor()">
29966         <size>7</size>
29967       </method>
29968       <method name="MyEnum D()">
29969         <size>2</size>
29970       </method>
29971     </type>
29972   </test>
29973   <test name="test-269.cs">
29974     <type name="Class1">
29975       <method name="Void .ctor()">
29976         <size>7</size>
29977       </method>
29978       <method name="Int32 Main(System.String[])">
29979         <size>361</size>
29980       </method>
29981       <method name="Int32 AddABunchOfInts(...)">
29982         <size>63</size>
29983       </method>
29984       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
29985         <size>63</size>
29986       </method>
29987       <method name="Result VtAddABunchOfInts(...)">
29988         <size>68</size>
29989       </method>
29990       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
29991         <size>68</size>
29992       </method>
29993       <method name="Int32 InstAddABunchOfInts(...)">
29994         <size>63</size>
29995       </method>
29996       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
29997         <size>63</size>
29998       </method>
29999       <method name="Result InstVtAddABunchOfInts(...)">
30000         <size>68</size>
30001       </method>
30002       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
30003         <size>68</size>
30004       </method>
30005     </type>
30006     <type name="Result">
30007       <method name="Void .ctor(Int32)">
30008         <size>24</size>
30009       </method>
30010     </type>
30011   </test>
30012   <test name="test-27.cs">
30013     <type name="Foo">
30014       <method name="Void .ctor()">
30015         <size>7</size>
30016       </method>
30017       <method name="Boolean MyMethod(Int32)">
30018         <size>12</size>
30019       </method>
30020       <method name="Int32 AnotherMethod(Int32)">
30021         <size>5</size>
30022       </method>
30023     </type>
30024     <type name="Blah">
30025       <method name="Void .ctor()">
30026         <size>7</size>
30027       </method>
30028       <method name="Void Bar(Int32, Int32)">
30029         <size>9</size>
30030       </method>
30031       <method name="Int32 Main()">
30032         <size>139</size>
30033       </method>
30034     </type>
30035     <type name="Blah+MyDelegate">
30036       <method name="Void .ctor(Object, IntPtr)">
30037         <size>0</size>
30038       </method>
30039       <method name="Void Invoke(Int32, Int32)">
30040         <size>0</size>
30041       </method>
30042       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
30043         <size>0</size>
30044       </method>
30045       <method name="Void EndInvoke(IAsyncResult)">
30046         <size>0</size>
30047       </method>
30048     </type>
30049   </test>
30050   <test name="test-270.cs">
30051     <type name="X">
30052       <method name="Void .ctor()">
30053         <size>7</size>
30054       </method>
30055       <method name="Int32 Test(System.String, System.Object[])">
30056         <size>2</size>
30057       </method>
30058       <method name="Int32 Main()">
30059         <size>75</size>
30060       </method>
30061       <method name="Int32 Test(System.String, ...)">
30062         <size>2</size>
30063       </method>
30064     </type>
30065   </test>
30066   <test name="test-271.cs">
30067     <type name="T">
30068       <method name="Void .ctor()">
30069         <size>7</size>
30070       </method>
30071       <method name="C X()">
30072         <size>10</size>
30073       </method>
30074       <method name="Void Main()">
30075         <size>63</size>
30076       </method>
30077     </type>
30078     <type name="T+C">
30079       <method name="IEnumerator GetEnumerator()">
30080         <size>11</size>
30081       </method>
30082     </type>
30083   </test>
30084   <test name="test-272.cs">
30085     <type name="BazAttribute">
30086       <method name="Void .ctor()">
30087         <size>7</size>
30088       </method>
30089       <method name="Void .ctor(Foo)">
30090         <size>7</size>
30091       </method>
30092       <method name="Void set_foo3(Foo)">
30093         <size>1</size>
30094       </method>
30095       <method name="Foo get_foo3()">
30096         <size>2</size>
30097       </method>
30098     </type>
30099     <type name="Test">
30100       <method name="Void .ctor()">
30101         <size>7</size>
30102       </method>
30103       <method name="Void f0()">
30104         <size>1</size>
30105       </method>
30106       <method name="Void f1()">
30107         <size>1</size>
30108       </method>
30109       <method name="Void f2()">
30110         <size>1</size>
30111       </method>
30112       <method name="Void f3()">
30113         <size>1</size>
30114       </method>
30115       <method name="Void Main()">
30116         <size>1</size>
30117       </method>
30118     </type>
30119   </test>
30120   <test name="test-273.cs">
30121     <type name="FooAttribute">
30122       <method name="Void .ctor()">
30123         <size>7</size>
30124       </method>
30125     </type>
30126     <type name="Tests">
30127       <method name="Void .ctor()">
30128         <size>7</size>
30129       </method>
30130       <method name="Void Main()">
30131         <size>36</size>
30132       </method>
30133     </type>
30134   </test>
30135   <test name="test-274.cs">
30136     <type name="MyClass">
30137       <method name="Void .ctor(String[])">
30138         <size>7</size>
30139       </method>
30140     </type>
30141     <type name="ChildClass">
30142       <method name="Void .ctor()">
30143         <size>13</size>
30144       </method>
30145     </type>
30146     <type name="M">
30147       <method name="Void .ctor()">
30148         <size>7</size>
30149       </method>
30150       <method name="Void Main()">
30151         <size>1</size>
30152       </method>
30153     </type>
30154   </test>
30155   <test name="test-275.cs">
30156     <type name="Test">
30157       <method name="Void .ctor()">
30158         <size>7</size>
30159       </method>
30160       <method name="Void add_MyEvent(DelType)">
30161         <size>24</size>
30162       </method>
30163       <method name="Void remove_MyEvent(DelType)">
30164         <size>24</size>
30165       </method>
30166       <method name="Int32 Main()">
30167         <size>176</size>
30168       </method>
30169     </type>
30170     <type name="DelType">
30171       <method name="Void .ctor(Object, IntPtr)">
30172         <size>0</size>
30173       </method>
30174       <method name="Void Invoke()">
30175         <size>0</size>
30176       </method>
30177       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30178         <size>0</size>
30179       </method>
30180       <method name="Void EndInvoke(IAsyncResult)">
30181         <size>0</size>
30182       </method>
30183     </type>
30184     <type name="S">
30185       <method name="Void add_MyEvent(DelType)">
30186         <size>24</size>
30187       </method>
30188       <method name="Void remove_MyEvent(DelType)">
30189         <size>24</size>
30190       </method>
30191     </type>
30192   </test>
30193   <test name="test-276.cs">
30194     <type name="EventTestClass">
30195       <method name="Void .ctor()">
30196         <size>7</size>
30197       </method>
30198       <method name="Void add_Elapsed(System.EventHandler)">
30199         <size>24</size>
30200       </method>
30201       <method name="Void remove_Elapsed(System.EventHandler)">
30202         <size>24</size>
30203       </method>
30204     </type>
30205     <type name="EntryPoint">
30206       <method name="Void .ctor()">
30207         <size>7</size>
30208       </method>
30209       <method name="Boolean test(System.Type)">
30210         <size>17</size>
30211       </method>
30212       <method name="Int32 Main()">
30213         <size>48</size>
30214       </method>
30215     </type>
30216   </test>
30217   <test name="test-277.cs">
30218     <type name="T">
30219       <method name="Void .ctor()">
30220         <size>7</size>
30221       </method>
30222       <method name="Int32 Main()">
30223         <size>7</size>
30224       </method>
30225       <method name="Int32 X(Byte)">
30226         <size>2</size>
30227       </method>
30228       <method name="Int32 X(Int16)">
30229         <size>2</size>
30230       </method>
30231     </type>
30232   </test>
30233   <test name="test-278.cs">
30234     <type name="X">
30235       <method name="Void .ctor()">
30236         <size>7</size>
30237       </method>
30238       <method name="Int32 Main()">
30239         <size>73</size>
30240       </method>
30241     </type>
30242     <type name="Rect">
30243       <method name="Int32 get_X()">
30244         <size>7</size>
30245       </method>
30246       <method name="Void set_X(Int32)">
30247         <size>8</size>
30248       </method>
30249     </type>
30250   </test>
30251   <test name="test-279.cs">
30252     <type name="FlagsAttributeDemo">
30253       <method name="Void .ctor()">
30254         <size>7</size>
30255       </method>
30256       <method name="Int32 Main()">
30257         <size>38</size>
30258       </method>
30259     </type>
30260   </test>
30261   <test name="test-28.cs">
30262     <type name="A">
30263       <method name="Void .ctor()">
30264         <size>7</size>
30265       </method>
30266       <method name="Int32 get_Item(Int32)">
30267         <size>0</size>
30268       </method>
30269       <method name="Int32 EmulateIndexer(Int32)">
30270         <size>8</size>
30271       </method>
30272     </type>
30273     <type name="B">
30274       <method name="Void .ctor()">
30275         <size>7</size>
30276       </method>
30277       <method name="Int32 get_Item(Int32)">
30278         <size>2</size>
30279       </method>
30280       <method name="Int32 M()">
30281         <size>8</size>
30282       </method>
30283     </type>
30284     <type name="X">
30285       <method name="Void .ctor()">
30286         <size>7</size>
30287       </method>
30288       <method name="Int32 get_Item(Int32)">
30289         <size>20</size>
30290       </method>
30291       <method name="Void set_Item(Int32, Int32)">
30292         <size>26</size>
30293       </method>
30294       <method name="Int32 Main()">
30295         <size>122</size>
30296       </method>
30297     </type>
30298   </test>
30299   <test name="test-280.cs">
30300     <type name="AppFramework.Util.Logic">
30301       <method name="Void .ctor()">
30302         <size>7</size>
30303       </method>
30304       <method name="Void Main()">
30305         <size>1</size>
30306       </method>
30307       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
30308         <size>37</size>
30309       </method>
30310     </type>
30311   </test>
30312   <test name="test-281.cs">
30313     <type name="Foo.Hello">
30314       <method name="Void .ctor()">
30315         <size>7</size>
30316       </method>
30317       <method name="Void .cctor()">
30318         <size>7</size>
30319       </method>
30320     </type>
30321     <type name="Bar.Hello">
30322       <method name="Void .ctor()">
30323         <size>7</size>
30324       </method>
30325       <method name="Void .cctor()">
30326         <size>8</size>
30327       </method>
30328     </type>
30329     <type name="Test.Test1">
30330       <method name="Void .ctor()">
30331         <size>7</size>
30332       </method>
30333       <method name="Int32 World()">
30334         <size>6</size>
30335       </method>
30336     </type>
30337     <type name="Test.Test2">
30338       <method name="Void .ctor()">
30339         <size>7</size>
30340       </method>
30341       <method name="Int32 World()">
30342         <size>6</size>
30343       </method>
30344     </type>
30345     <type name="X">
30346       <method name="Void .ctor()">
30347         <size>7</size>
30348       </method>
30349       <method name="Int32 Main()">
30350         <size>29</size>
30351       </method>
30352     </type>
30353   </test>
30354   <test name="test-282.cs">
30355     <type name="X">
30356       <method name="Void .ctor()">
30357         <size>7</size>
30358       </method>
30359       <method name="System.Object Add(integer, System.Object)">
30360         <size>70</size>
30361       </method>
30362       <method name="Int32 Main()">
30363         <size>68</size>
30364       </method>
30365     </type>
30366     <type name="integer">
30367       <method name="Void .ctor(Int32)">
30368         <size>8</size>
30369       </method>
30370       <method name="integer op_Implicit(Int32)">
30371         <size>7</size>
30372       </method>
30373       <method name="Double op_Implicit(integer)">
30374         <size>13</size>
30375       </method>
30376       <method name="integer op_Addition(integer, integer)">
30377         <size>21</size>
30378       </method>
30379     </type>
30380   </test>
30381   <test name="test-283.cs">
30382     <type name="X">
30383       <method name="Void .ctor()">
30384         <size>7</size>
30385       </method>
30386       <method name="Int32 Foo()">
30387         <size>2</size>
30388       </method>
30389     </type>
30390     <type name="Y">
30391       <method name="Void .ctor()">
30392         <size>7</size>
30393       </method>
30394       <method name="Y+D GetIt()">
30395         <size>13</size>
30396       </method>
30397       <method name="Y+D GetIt2()">
30398         <size>13</size>
30399       </method>
30400       <method name="Int32 Foo()">
30401         <size>2</size>
30402       </method>
30403       <method name="Int32 Main()">
30404         <size>56</size>
30405       </method>
30406     </type>
30407     <type name="Y+D">
30408       <method name="Void .ctor(Object, IntPtr)">
30409         <size>0</size>
30410       </method>
30411       <method name="Int32 Invoke()">
30412         <size>0</size>
30413       </method>
30414       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30415         <size>0</size>
30416       </method>
30417       <method name="Int32 EndInvoke(IAsyncResult)">
30418         <size>0</size>
30419       </method>
30420     </type>
30421   </test>
30422   <test name="test-284.cs">
30423     <type name="App">
30424       <method name="Void .ctor()">
30425         <size>7</size>
30426       </method>
30427       <method name="Void Main()">
30428         <size>12</size>
30429       </method>
30430     </type>
30431   </test>
30432   <test name="test-285.cs">
30433     <type name="T">
30434       <method name="Void .ctor()">
30435         <size>7</size>
30436       </method>
30437       <method name="Int32 Main()">
30438         <size>2</size>
30439       </method>
30440     </type>
30441   </test>
30442   <test name="test-286.cs">
30443     <type name="MethodWrapper">
30444       <method name="Void .ctor()">
30445         <size>7</size>
30446       </method>
30447       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
30448         <size>57</size>
30449       </method>
30450     </type>
30451     <type name="MapXml.Throws">
30452       <method name="Void .ctor()">
30453         <size>7</size>
30454       </method>
30455       <method name="Void Main()">
30456         <size>1</size>
30457       </method>
30458     </type>
30459   </test>
30460   <test name="test-287.cs">
30461     <type name="StaticClass">
30462       <method name="System.String Name()">
30463         <size>6</size>
30464       </method>
30465     </type>
30466     <type name="MainClass">
30467       <method name="Void .ctor()">
30468         <size>7</size>
30469       </method>
30470       <method name="Int32 Main()">
30471         <size>83</size>
30472       </method>
30473     </type>
30474     <type name="StaticClass+D">
30475       <method name="Void .ctor(Object, IntPtr)">
30476         <size>0</size>
30477       </method>
30478       <method name="System.Object Invoke()">
30479         <size>0</size>
30480       </method>
30481       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30482         <size>0</size>
30483       </method>
30484       <method name="System.Object EndInvoke(IAsyncResult)">
30485         <size>0</size>
30486       </method>
30487     </type>
30488   </test>
30489   <test name="test-288.cs">
30490     <type name="Test.BookAboutMovie">
30491       <method name="Void .ctor(String)">
30492         <size>25</size>
30493       </method>
30494       <method name="System.String GetItem(Int32)">
30495         <size>7</size>
30496       </method>
30497       <method name="System.String get_Item(Int32)">
30498         <size>7</size>
30499       </method>
30500       <method name="Int32 Main(System.String[])">
30501         <size>57</size>
30502       </method>
30503     </type>
30504   </test>
30505   <test name="test-289.cs">
30506     <type name="Test">
30507       <method name="Void .ctor()">
30508         <size>7</size>
30509       </method>
30510       <method name="Void Main()">
30511         <size>1</size>
30512       </method>
30513       <method name="Void set_Value(System.String)">
30514         <size>1</size>
30515       </method>
30516       <method name="Void set_Value()">
30517         <size>1</size>
30518       </method>
30519       <method name="Void set_Item(Int32, Int32, Boolean)">
30520         <size>1</size>
30521       </method>
30522       <method name="Void set_Item(Int32, Int32)">
30523         <size>1</size>
30524       </method>
30525       <method name="Boolean get_Item(Boolean)">
30526         <size>2</size>
30527       </method>
30528     </type>
30529   </test>
30530   <test name="test-29.cs">
30531     <type name="Base">
30532       <method name="Void .ctor()">
30533         <size>7</size>
30534       </method>
30535       <method name="Void Add(Int32)">
30536         <size>18</size>
30537       </method>
30538     </type>
30539     <type name="Derived">
30540       <method name="Void .ctor()">
30541         <size>7</size>
30542       </method>
30543       <method name="Void Add(Double)">
30544         <size>18</size>
30545       </method>
30546     </type>
30547     <type name="Demo">
30548       <method name="Void .ctor()">
30549         <size>7</size>
30550       </method>
30551       <method name="Int32 Main()">
30552         <size>51</size>
30553       </method>
30554     </type>
30555   </test>
30556   <test name="test-290.cs">
30557     <type name="EntryPoint">
30558       <method name="Void .ctor()">
30559         <size>7</size>
30560       </method>
30561       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
30562         <size>22</size>
30563       </method>
30564       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
30565         <size>22</size>
30566       </method>
30567       <method name="Void bar_f(System.Object)">
30568         <size>1</size>
30569       </method>
30570       <method name="Void Main()">
30571         <size>35</size>
30572       </method>
30573     </type>
30574     <type name="EntryPoint+EventHandler">
30575       <method name="Void .ctor(Object, IntPtr)">
30576         <size>0</size>
30577       </method>
30578       <method name="Void Invoke(System.Object)">
30579         <size>0</size>
30580       </method>
30581       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
30582         <size>0</size>
30583       </method>
30584       <method name="Void EndInvoke(IAsyncResult)">
30585         <size>0</size>
30586       </method>
30587     </type>
30588   </test>
30589   <test name="test-291.cs">
30590     <type name="Test">
30591       <method name="Void .ctor()">
30592         <size>7</size>
30593       </method>
30594       <method name="Void Method()">
30595         <size>1</size>
30596       </method>
30597       <method name="Void Main()">
30598         <size>13</size>
30599       </method>
30600     </type>
30601   </test>
30602   <test name="test-292.cs">
30603     <type name="X">
30604       <method name="Void .ctor()">
30605         <size>7</size>
30606       </method>
30607       <method name="Void .cctor()">
30608         <size>1</size>
30609       </method>
30610       <method name="Void Main()">
30611         <size>19</size>
30612       </method>
30613     </type>
30614   </test>
30615   <test name="test-293.cs">
30616     <type name="A">
30617       <method name="Void .ctor()">
30618         <size>7</size>
30619       </method>
30620       <method name="System.String get_Warning()">
30621         <size>6</size>
30622       </method>
30623     </type>
30624     <type name="B">
30625       <method name="Void .ctor()">
30626         <size>7</size>
30627       </method>
30628       <method name="System.String get_Warning()">
30629         <size>6</size>
30630       </method>
30631       <method name="Void Main()">
30632         <size>1</size>
30633       </method>
30634     </type>
30635   </test>
30636   <test name="test-294.cs">
30637     <type name="ObsoleteClass">
30638       <method name="Void .ctor()">
30639         <size>7</size>
30640       </method>
30641     </type>
30642     <type name="Test">
30643       <method name="Void .ctor()">
30644         <size>13</size>
30645       </method>
30646       <method name="Void .ctor(String, Boolean)">
30647         <size>14</size>
30648       </method>
30649       <method name="System.String get_Name()">
30650         <size>7</size>
30651       </method>
30652       <method name="Void set_Name(System.String)">
30653         <size>8</size>
30654       </method>
30655     </type>
30656     <type name="DerivedTest">
30657       <method name="Void .ctor(String)">
30658         <size>16</size>
30659       </method>
30660       <method name="System.String Method()">
30661         <size>7</size>
30662       </method>
30663       <method name="Void T2()">
30664         <size>1</size>
30665       </method>
30666       <method name="Void Main()">
30667         <size>1</size>
30668       </method>
30669     </type>
30670     <type name="ObsoleteClass2">
30671       <method name="Void .ctor()">
30672         <size>7</size>
30673       </method>
30674     </type>
30675     <type name="ObsoleteClass3">
30676       <method name="Void .ctor()">
30677         <size>18</size>
30678       </method>
30679       <method name="Void .cctor()">
30680         <size>25</size>
30681       </method>
30682     </type>
30683     <type name="ObsoleteClass4">
30684       <method name="Void .ctor()">
30685         <size>7</size>
30686       </method>
30687       <method name="Void T()">
30688         <size>59</size>
30689       </method>
30690     </type>
30691   </test>
30692   <test name="test-295.cs">
30693     <type name="MyAttribute">
30694       <method name="Void .ctor(Object)">
30695         <size>14</size>
30696       </method>
30697       <method name="System.Object get_my()">
30698         <size>7</size>
30699       </method>
30700     </type>
30701     <type name="MyConstructorBuilder">
30702       <method name="Void .ctor()">
30703         <size>7</size>
30704       </method>
30705       <method name="Int32 Main()">
30706         <size>111</size>
30707       </method>
30708       <method name="System.Type MyCreateCallee(System.AppDomain)">
30709         <size>329</size>
30710       </method>
30711     </type>
30712   </test>
30713   <test name="test-296.cs">
30714     <type name="GetElementTypeTest">
30715       <method name="Void .ctor()">
30716         <size>7</size>
30717       </method>
30718       <method name="Int32 Main(System.String[])">
30719         <size>30</size>
30720       </method>
30721     </type>
30722   </test>
30723   <test name="test-297.cs">
30724     <type name="T">
30725       <method name="Void .ctor()">
30726         <size>7</size>
30727       </method>
30728       <method name="Int32 Main()">
30729         <size>311</size>
30730       </method>
30731       <method name="Void Login(System.String)">
30732         <size>1</size>
30733       </method>
30734     </type>
30735     <type name="My">
30736       <method name="Void .ctor(Object)">
30737         <size>14</size>
30738       </method>
30739     </type>
30740   </test>
30741   <test name="test-298.cs">
30742     <type name="A">
30743       <method name="Int32 op_Addition(Int16, A)">
30744         <size>2</size>
30745       </method>
30746       <method name="Int32 op_UnaryNegation(A)">
30747         <size>2</size>
30748       </method>
30749       <method name="Void .ctor()">
30750         <size>7</size>
30751       </method>
30752     </type>
30753     <type name="B">
30754       <method name="Int32 op_Addition(Int32, B)">
30755         <size>2</size>
30756       </method>
30757       <method name="Int32 op_UnaryNegation(B)">
30758         <size>2</size>
30759       </method>
30760       <method name="Void .ctor()">
30761         <size>7</size>
30762       </method>
30763     </type>
30764     <type name="C">
30765       <method name="Void .ctor()">
30766         <size>7</size>
30767       </method>
30768     </type>
30769     <type name="Test">
30770       <method name="Int32 Main()">
30771         <size>47</size>
30772       </method>
30773       <method name="Void .ctor()">
30774         <size>7</size>
30775       </method>
30776     </type>
30777   </test>
30778   <test name="test-299.cs">
30779     <type name="SampleClass">
30780       <method name="Void .ctor()">
30781         <size>7</size>
30782       </method>
30783       <method name="SuperClass op_Increment(SampleClass)">
30784         <size>6</size>
30785       </method>
30786     </type>
30787     <type name="SuperClass">
30788       <method name="Void .ctor()">
30789         <size>7</size>
30790       </method>
30791       <method name="Int32 Main()">
30792         <size>2</size>
30793       </method>
30794     </type>
30795   </test>
30796   <test name="test-3.cs">
30797     <type name="TestIntOps">
30798       <method name="Void .ctor()">
30799         <size>7</size>
30800       </method>
30801       <method name="SByte sbyte_add(SByte, SByte)">
30802         <size>7</size>
30803       </method>
30804       <method name="Int16 short_add(Int16, Int16)">
30805         <size>5</size>
30806       </method>
30807       <method name="Double double_add(Double, Double)">
30808         <size>4</size>
30809       </method>
30810       <method name="Int32 int_add(Int32, Int32)">
30811         <size>4</size>
30812       </method>
30813       <method name="Int32 int_sub(Int32, Int32)">
30814         <size>4</size>
30815       </method>
30816       <method name="Int32 int_mul(Int32, Int32)">
30817         <size>4</size>
30818       </method>
30819       <method name="Int32 Main()">
30820         <size>215</size>
30821       </method>
30822     </type>
30823   </test>
30824   <test name="test-30.cs">
30825     <type name="X">
30826       <method name="Void .ctor()">
30827         <size>7</size>
30828       </method>
30829       <method name="Void IA.Draw()">
30830         <size>8</size>
30831       </method>
30832       <method name="Void IB.Draw()">
30833         <size>8</size>
30834       </method>
30835     </type>
30836     <type name="test">
30837       <method name="Void .ctor()">
30838         <size>7</size>
30839       </method>
30840       <method name="Int32 Main()">
30841         <size>192</size>
30842       </method>
30843     </type>
30844   </test>
30845   <test name="test-300.cs">
30846     <type name="A">
30847       <method name="Void .ctor()">
30848         <size>7</size>
30849       </method>
30850       <method name="Void Main()">
30851         <size>7</size>
30852       </method>
30853     </type>
30854     <type name="A+C">
30855       <method name="Void .ctor()">
30856         <size>7</size>
30857       </method>
30858     </type>
30859     <type name="A+B">
30860       <method name="Void .ctor()">
30861         <size>474</size>
30862       </method>
30863     </type>
30864     <type name="A+B+C">
30865       <method name="Void .ctor()">
30866         <size>7</size>
30867       </method>
30868     </type>
30869   </test>
30870   <test name="test-301.cs">
30871     <type name="A">
30872       <method name="Void .ctor()">
30873         <size>7</size>
30874       </method>
30875       <method name="Void Main()">
30876         <size>7</size>
30877       </method>
30878     </type>
30879     <type name="A+B">
30880       <method name="Void .ctor()">
30881         <size>211</size>
30882       </method>
30883     </type>
30884   </test>
30885   <test name="test-302.cs">
30886     <type name="A">
30887       <method name="Void .ctor()">
30888         <size>7</size>
30889       </method>
30890       <method name="Void Main()">
30891         <size>7</size>
30892       </method>
30893     </type>
30894     <type name="A+C">
30895       <method name="Void .ctor()">
30896         <size>7</size>
30897       </method>
30898     </type>
30899     <type name="A+B">
30900       <method name="Void .ctor()">
30901         <size>24</size>
30902       </method>
30903     </type>
30904     <type name="A+B+C">
30905       <method name="Void .ctor()">
30906         <size>7</size>
30907       </method>
30908     </type>
30909   </test>
30910   <test name="test-303.cs">
30911     <type name="A">
30912       <method name="Void .ctor()">
30913         <size>7</size>
30914       </method>
30915       <method name="Void Main()">
30916         <size>7</size>
30917       </method>
30918     </type>
30919     <type name="A+C">
30920       <method name="Void .ctor()">
30921         <size>7</size>
30922       </method>
30923       <method name="Void System.IDisposable.Dispose()">
30924         <size>11</size>
30925       </method>
30926     </type>
30927     <type name="A+B">
30928       <method name="Void .ctor()">
30929         <size>31</size>
30930       </method>
30931     </type>
30932     <type name="A+B+C">
30933       <method name="Void .ctor()">
30934         <size>7</size>
30935       </method>
30936       <method name="Void System.IDisposable.Dispose()">
30937         <size>1</size>
30938       </method>
30939     </type>
30940   </test>
30941   <test name="test-304.cs">
30942     <type name="A">
30943       <method name="Void .ctor()">
30944         <size>7</size>
30945       </method>
30946       <method name="Void Main()">
30947         <size>7</size>
30948       </method>
30949     </type>
30950     <type name="A+D">
30951       <method name="Void .ctor()">
30952         <size>7</size>
30953       </method>
30954     </type>
30955     <type name="A+B">
30956       <method name="Void .ctor()">
30957         <size>474</size>
30958       </method>
30959     </type>
30960     <type name="A+B+C">
30961       <method name="Void .ctor()">
30962         <size>7</size>
30963       </method>
30964     </type>
30965   </test>
30966   <test name="test-305.cs">
30967     <type name="A">
30968       <method name="Void .ctor()">
30969         <size>7</size>
30970       </method>
30971       <method name="Void Main()">
30972         <size>7</size>
30973       </method>
30974     </type>
30975     <type name="A+B">
30976       <method name="Void .ctor()">
30977         <size>211</size>
30978       </method>
30979     </type>
30980   </test>
30981   <test name="test-306.cs">
30982     <type name="A">
30983       <method name="Void .ctor()">
30984         <size>7</size>
30985       </method>
30986       <method name="Void Main()">
30987         <size>7</size>
30988       </method>
30989     </type>
30990     <type name="A+D">
30991       <method name="Void .ctor()">
30992         <size>7</size>
30993       </method>
30994     </type>
30995     <type name="A+B">
30996       <method name="Void .ctor()">
30997         <size>24</size>
30998       </method>
30999     </type>
31000     <type name="A+B+C">
31001       <method name="Void .ctor()">
31002         <size>7</size>
31003       </method>
31004     </type>
31005   </test>
31006   <test name="test-307.cs">
31007     <type name="A">
31008       <method name="Void .ctor()">
31009         <size>7</size>
31010       </method>
31011       <method name="Void Main()">
31012         <size>7</size>
31013       </method>
31014     </type>
31015     <type name="A+D">
31016       <method name="Void .ctor()">
31017         <size>7</size>
31018       </method>
31019       <method name="Void System.IDisposable.Dispose()">
31020         <size>11</size>
31021       </method>
31022     </type>
31023     <type name="A+B">
31024       <method name="Void .ctor()">
31025         <size>31</size>
31026       </method>
31027     </type>
31028     <type name="A+B+C">
31029       <method name="Void .ctor()">
31030         <size>7</size>
31031       </method>
31032       <method name="Void System.IDisposable.Dispose()">
31033         <size>1</size>
31034       </method>
31035     </type>
31036   </test>
31037   <test name="test-308.cs">
31038     <type name="Program">
31039       <method name="Void .ctor()">
31040         <size>7</size>
31041       </method>
31042       <method name="Void Main(System.String[])">
31043         <size>40</size>
31044       </method>
31045     </type>
31046   </test>
31047   <test name="test-309.cs">
31048     <type name="MonoBASIC.Parser">
31049       <method name="Void .ctor()">
31050         <size>7</size>
31051       </method>
31052       <method name="Void Main()">
31053         <size>1</size>
31054       </method>
31055     </type>
31056     <type name="MonoBASIC.Parser+StateMachine">
31057       <method name="Void .ctor()">
31058         <size>7</size>
31059       </method>
31060       <method name="Void HandleToken(Token)">
31061         <size>1</size>
31062       </method>
31063     </type>
31064   </test>
31065   <test name="test-31.cs">
31066     <type name="Base">
31067       <method name="Void .ctor()">
31068         <size>7</size>
31069       </method>
31070       <method name="Void A()">
31071         <size>8</size>
31072       </method>
31073     </type>
31074     <type name="Derived">
31075       <method name="Void .ctor()">
31076         <size>7</size>
31077       </method>
31078       <method name="Void A()">
31079         <size>8</size>
31080       </method>
31081     </type>
31082     <type name="Test">
31083       <method name="Void .ctor()">
31084         <size>7</size>
31085       </method>
31086       <method name="Int32 Main()">
31087         <size>38</size>
31088       </method>
31089     </type>
31090   </test>
31091   <test name="test-310.cs">
31092     <type name="test.Impl">
31093       <method name="Void .ctor()">
31094         <size>7</size>
31095       </method>
31096       <method name="System.String GetType(Int32)">
31097         <size>6</size>
31098       </method>
31099       <method name="Boolean IsDone()">
31100         <size>2</size>
31101       </method>
31102     </type>
31103     <type name="test.myclass">
31104       <method name="Void .ctor()">
31105         <size>7</size>
31106       </method>
31107       <method name="Void Main(System.String[])">
31108         <size>28</size>
31109       </method>
31110     </type>
31111   </test>
31112   <test name="test-311.cs">
31113     <type name="Program">
31114       <method name="Void .ctor()">
31115         <size>38</size>
31116       </method>
31117       <method name="Void .cctor()">
31118         <size>11</size>
31119       </method>
31120       <method name="System.String get_Message()">
31121         <size>6</size>
31122       </method>
31123       <method name="Void set_Message(System.String)">
31124         <size>7</size>
31125       </method>
31126       <method name="Boolean DenyMethod()">
31127         <size>2</size>
31128       </method>
31129       <method name="Void Test2()">
31130         <size>1</size>
31131       </method>
31132       <method name="Void Test3()">
31133         <size>1</size>
31134       </method>
31135       <method name="Void Test4()">
31136         <size>1</size>
31137       </method>
31138       <method name="Int32 Main(System.String[])">
31139         <size>175</size>
31140       </method>
31141     </type>
31142     <type name="Test2">
31143       <method name="Void .ctor()">
31144         <size>7</size>
31145       </method>
31146     </type>
31147   </test>
31148   <test name="test-312.cs">
31149     <type name="X">
31150       <method name="Void .ctor()">
31151         <size>7</size>
31152       </method>
31153       <method name="Void .cctor()">
31154         <size>1</size>
31155       </method>
31156       <method name="Boolean Method(PointF)">
31157         <size>72</size>
31158       </method>
31159       <method name="Boolean Call_constructor_and_implicit()">
31160         <size>29</size>
31161       </method>
31162       <method name="Boolean Init_with_implicit_conv()">
31163         <size>52</size>
31164       </method>
31165       <method name="Boolean Init_ValueType()">
31166         <size>26</size>
31167       </method>
31168       <method name="Boolean InstanceAssignTest()">
31169         <size>75</size>
31170       </method>
31171       <method name="Int32 T()">
31172         <size>54</size>
31173       </method>
31174       <method name="Int32 Main()">
31175         <size>45</size>
31176       </method>
31177     </type>
31178     <type name="PointF">
31179       <method name="Void .ctor(Single, Single)">
31180         <size>47</size>
31181       </method>
31182     </type>
31183     <type name="Point">
31184       <method name="Void .ctor(Int32, Int32)">
31185         <size>37</size>
31186       </method>
31187       <method name="PointF op_Implicit(Point)">
31188         <size>22</size>
31189       </method>
31190     </type>
31191   </test>
31192   <test name="test-313.cs">
31193     <type name="D">
31194       <method name="Void .ctor()">
31195         <size>7</size>
31196       </method>
31197       <method name="Void A.B.METHOD()">
31198         <size>1</size>
31199       </method>
31200       <method name="Int32 Main()">
31201         <size>132</size>
31202       </method>
31203     </type>
31204   </test>
31205   <test name="test-314.cs">
31206     <type name="X">
31207       <method name="Void .ctor()">
31208         <size>28</size>
31209       </method>
31210       <method name="Void .ctor(Int32)">
31211         <size>28</size>
31212       </method>
31213       <method name="Void .cctor()">
31214         <size>11</size>
31215       </method>
31216       <method name="Int32 Main()">
31217         <size>57</size>
31218       </method>
31219     </type>
31220   </test>
31221   <test name="test-315.cs">
31222     <type name="GuardedCollectionValue">
31223       <method name="Void .ctor()">
31224         <size>7</size>
31225       </method>
31226       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
31227         <size>2</size>
31228       </method>
31229       <method name="IDirectedCollectionValue Backwards()">
31230         <size>2</size>
31231       </method>
31232     </type>
31233     <type name="GuardedSequenced">
31234       <method name="Void .ctor()">
31235         <size>7</size>
31236       </method>
31237       <method name="IDirectedCollectionValue Test()">
31238         <size>12</size>
31239       </method>
31240     </type>
31241     <type name="X">
31242       <method name="Void .ctor()">
31243         <size>7</size>
31244       </method>
31245       <method name="Void Main()">
31246         <size>1</size>
31247       </method>
31248     </type>
31249   </test>
31250   <test name="test-316.cs">
31251     <type name="D">
31252       <method name="Void .ctor()">
31253         <size>7</size>
31254       </method>
31255       <method name="Int32 IA.Add(Int32)">
31256         <size>2</size>
31257       </method>
31258       <method name="Int32 IB.Add(Int32)">
31259         <size>2</size>
31260       </method>
31261     </type>
31262     <type name="E">
31263       <method name="Void .ctor()">
31264         <size>7</size>
31265       </method>
31266       <method name="Int32 IA.Add(Int32)">
31267         <size>2</size>
31268       </method>
31269       <method name="Int32 IB.Add(Int32)">
31270         <size>2</size>
31271       </method>
31272       <method name="Void doom()">
31273         <size>1</size>
31274       </method>
31275       <method name="System.Object Clone()">
31276         <size>2</size>
31277       </method>
31278       <method name="Void Dispose()">
31279         <size>1</size>
31280       </method>
31281     </type>
31282     <type name="C">
31283       <method name="Void .ctor()">
31284         <size>7</size>
31285       </method>
31286       <method name="Int32 Test(IC)">
31287         <size>49</size>
31288       </method>
31289       <method name="Void Test2(IE)">
31290         <size>20</size>
31291       </method>
31292       <method name="Int32 Main()">
31293         <size>32</size>
31294       </method>
31295     </type>
31296   </test>
31297   <test name="test-317.cs">
31298     <type name="X">
31299       <method name="Void .ctor()">
31300         <size>7</size>
31301       </method>
31302       <method name="Void Main()">
31303         <size>1</size>
31304       </method>
31305     </type>
31306   </test>
31307   <test name="test-318.cs">
31308     <type name="Ev">
31309       <method name="Void .ctor()">
31310         <size>29</size>
31311       </method>
31312       <method name="Void add_Disposed(System.EventHandler)">
31313         <size>19</size>
31314       </method>
31315       <method name="Void remove_Disposed(System.EventHandler)">
31316         <size>19</size>
31317       </method>
31318       <method name="Void OnClick(System.EventArgs)">
31319         <size>38</size>
31320       </method>
31321     </type>
31322     <type name="Foo">
31323       <method name="Void .ctor()">
31324         <size>7</size>
31325       </method>
31326     </type>
31327     <type name="C">
31328       <method name="Void .ctor()">
31329         <size>7</size>
31330       </method>
31331       <method name="Void my_from_fixed(Int32 ByRef)">
31332         <size>4</size>
31333       </method>
31334       <method name="Void month_from_fixed(Int32)">
31335         <size>8</size>
31336       </method>
31337       <method name="Int32 CreateFromString(Int32)">
31338         <size>10</size>
31339       </method>
31340       <method name="Void Main()">
31341         <size>1</size>
31342       </method>
31343     </type>
31344     <type name="Foo">
31345       <method name="Void EventInterface.add_Event(System.EventHandler)">
31346         <size>1</size>
31347       </method>
31348       <method name="Void EventInterface.remove_Event(System.EventHandler)">
31349         <size>1</size>
31350       </method>
31351     </type>
31352     <type name="C">
31353       <method name="Double* GetValue(Double)">
31354         <size>5</size>
31355       </method>
31356     </type>
31357   </test>
31358   <test name="test-319.cs">
31359     <type name="ConstFields">
31360       <method name="Void .ctor()">
31361         <size>7</size>
31362       </method>
31363       <method name="Void .cctor()">
31364         <size>137</size>
31365       </method>
31366       <method name="Int32 Main()">
31367         <size>324</size>
31368       </method>
31369     </type>
31370   </test>
31371   <test name="test-32.cs">
31372     <type name="Blah">
31373       <method name="Void .ctor()">
31374         <size>7</size>
31375       </method>
31376       <method name="Int32 Main()">
31377         <size>50</size>
31378       </method>
31379     </type>
31380   </test>
31381   <test name="test-320.cs">
31382     <type name="X">
31383       <method name="Void .ctor(SByte*, Int32, Int32)">
31384         <size>7</size>
31385       </method>
31386       <method name="Void Main()">
31387         <size>12</size>
31388       </method>
31389     </type>
31390   </test>
31391   <test name="test-321.cs">
31392     <type name="X">
31393       <method name="Void Dispose()">
31394         <size>1</size>
31395       </method>
31396       <method name="Void Main()">
31397         <size>30</size>
31398       </method>
31399     </type>
31400   </test>
31401   <test name="test-322.cs">
31402     <type name="Y">
31403       <method name="Void .ctor(Byte)">
31404         <size>14</size>
31405       </method>
31406       <method name="Int32 op_Implicit(Y)">
31407         <size>7</size>
31408       </method>
31409     </type>
31410     <type name="X">
31411       <method name="Void .ctor()">
31412         <size>7</size>
31413       </method>
31414       <method name="Void Main()">
31415         <size>50</size>
31416       </method>
31417     </type>
31418   </test>
31419   <test name="test-323.cs">
31420     <type name="X">
31421       <method name="Void .ctor()">
31422         <size>7</size>
31423       </method>
31424       <method name="Void Main()">
31425         <size>1</size>
31426       </method>
31427     </type>
31428   </test>
31429   <test name="test-324.cs">
31430     <type name="A">
31431       <method name="Void .ctor()">
31432         <size>7</size>
31433       </method>
31434       <method name="Void DoStuff()">
31435         <size>11</size>
31436       </method>
31437     </type>
31438     <type name="T">
31439       <method name="Void .ctor()">
31440         <size>7</size>
31441       </method>
31442       <method name="Void .cctor()">
31443         <size>11</size>
31444       </method>
31445     </type>
31446     <type name="Driver">
31447       <method name="Void .ctor()">
31448         <size>7</size>
31449       </method>
31450       <method name="Void Main()">
31451         <size>22</size>
31452       </method>
31453     </type>
31454     <type name="B">
31455       <method name="Boolean get_Val()">
31456         <size>2</size>
31457       </method>
31458     </type>
31459   </test>
31460   <test name="test-325.cs">
31461     <type name="RequestAttribute">
31462       <method name="Void .ctor(String, String, String[])">
31463         <size>7</size>
31464       </method>
31465     </type>
31466     <type name="MyClass">
31467       <method name="Void .ctor()">
31468         <size>7</size>
31469       </method>
31470       <method name="Int32 SomeRequest()">
31471         <size>2</size>
31472       </method>
31473       <method name="Void Main()">
31474         <size>7</size>
31475       </method>
31476     </type>
31477   </test>
31478   <test name="test-326.cs">
31479     <type name="X">
31480       <method name="Void .ctor()">
31481         <size>7</size>
31482       </method>
31483       <method name="Int32 Main()">
31484         <size>55</size>
31485       </method>
31486     </type>
31487     <type name="Mapper">
31488       <method name="Void .ctor(Object, IntPtr)">
31489         <size>0</size>
31490       </method>
31491       <method name="Double Invoke(Int32)">
31492         <size>0</size>
31493       </method>
31494       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31495         <size>0</size>
31496       </method>
31497       <method name="Double EndInvoke(IAsyncResult)">
31498         <size>0</size>
31499       </method>
31500     </type>
31501     <type name="X">
31502       <method name="Double &lt;Main&gt;m__0(Int32)">
31503         <size>6</size>
31504       </method>
31505     </type>
31506   </test>
31507   <test name="test-327.cs">
31508     <type name="X2">
31509       <method name="Void .ctor()">
31510         <size>7</size>
31511       </method>
31512     </type>
31513     <type name="A.B.Tester">
31514       <method name="Void .ctor()">
31515         <size>7</size>
31516       </method>
31517       <method name="Void .cctor()">
31518         <size>1</size>
31519       </method>
31520       <method name="Void Main()">
31521         <size>1</size>
31522       </method>
31523     </type>
31524   </test>
31525   <test name="test-328.cs">
31526     <type name="A.B.Tester">
31527       <method name="Void .ctor()">
31528         <size>7</size>
31529       </method>
31530       <method name="Void .cctor()">
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-329.cs">
31539     <type name="X">
31540       <method name="Void .ctor()">
31541         <size>7</size>
31542       </method>
31543       <method name="Void .ctor(Object)">
31544         <size>21</size>
31545       </method>
31546       <method name="Int32 Main()">
31547         <size>74</size>
31548       </method>
31549     </type>
31550   </test>
31551   <test name="test-33.cs">
31552     <type name="FirstOuter.FirstInner.First">
31553       <method name="Void .ctor()">
31554         <size>7</size>
31555       </method>
31556       <method name="System.String get_MyIdentity()">
31557         <size>12</size>
31558       </method>
31559     </type>
31560     <type name="FirstOuter.Second">
31561       <method name="Void .ctor()">
31562         <size>7</size>
31563       </method>
31564     </type>
31565     <type name="FirstOuter.SecondInner.Third">
31566       <method name="Void .ctor()">
31567         <size>7</size>
31568       </method>
31569     </type>
31570     <type name="FirstOuter.FirstInner.Fourth">
31571       <method name="Void .ctor()">
31572         <size>7</size>
31573       </method>
31574     </type>
31575     <type name="Fifth">
31576       <method name="Void .ctor()">
31577         <size>7</size>
31578       </method>
31579     </type>
31580     <type name="Application">
31581       <method name="Void .ctor()">
31582         <size>7</size>
31583       </method>
31584       <method name="Int32 Main(System.String[])">
31585         <size>139</size>
31586       </method>
31587     </type>
31588   </test>
31589   <test name="test-330.cs">
31590     <type name="X">
31591       <method name="Void .ctor()">
31592         <size>7</size>
31593       </method>
31594       <method name="Void Main()">
31595         <size>8</size>
31596       </method>
31597     </type>
31598   </test>
31599   <test name="test-331.cs">
31600     <type name="T">
31601       <method name="Void .ctor()">
31602         <size>7</size>
31603       </method>
31604       <method name="Void Main()">
31605         <size>1</size>
31606       </method>
31607       <method name="Byte* get_Ptr()">
31608         <size>7</size>
31609       </method>
31610       <method name="Void set_Ptr(Byte*)">
31611         <size>8</size>
31612       </method>
31613     </type>
31614   </test>
31615   <test name="test-332.cs">
31616     <type name="C">
31617       <method name="Void .ctor()">
31618         <size>7</size>
31619       </method>
31620       <method name="Void Main()">
31621         <size>1</size>
31622       </method>
31623     </type>
31624   </test>
31625   <test name="test-333.cs">
31626     <type name="Foo">
31627       <method name="Void .ctor()">
31628         <size>7</size>
31629       </method>
31630       <method name="Void Something()">
31631         <size>1</size>
31632       </method>
31633     </type>
31634     <type name="Bar">
31635       <method name="Void .ctor()">
31636         <size>7</size>
31637       </method>
31638       <method name="Void Something()">
31639         <size>1</size>
31640       </method>
31641       <method name="Void Main()">
31642         <size>1</size>
31643       </method>
31644     </type>
31645   </test>
31646   <test name="test-334.cs">
31647     <type name="Test.Foo.Index.CompoundFileReader">
31648       <method name="Void .ctor()">
31649         <size>7</size>
31650       </method>
31651       <method name="Void Main()">
31652         <size>1</size>
31653       </method>
31654     </type>
31655     <type name="Test.Foo.Store.Directory">
31656       <method name="Void .ctor()">
31657         <size>7</size>
31658       </method>
31659     </type>
31660   </test>
31661   <test name="test-335.cs">
31662     <type name="X">
31663       <method name="Void .ctor()">
31664         <size>7</size>
31665       </method>
31666       <method name="Void A(Int32, Int32)">
31667         <size>1</size>
31668       </method>
31669       <method name="Void C(Int32 ByRef)">
31670         <size>4</size>
31671       </method>
31672       <method name="Void Main()">
31673         <size>70</size>
31674       </method>
31675     </type>
31676     <type name="X+B">
31677       <method name="Void .ctor(Object, IntPtr)">
31678         <size>0</size>
31679       </method>
31680       <method name="Void Invoke(Int32, Int32)">
31681         <size>0</size>
31682       </method>
31683       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
31684         <size>0</size>
31685       </method>
31686       <method name="Void EndInvoke(IAsyncResult)">
31687         <size>0</size>
31688       </method>
31689     </type>
31690     <type name="X+D">
31691       <method name="Void .ctor(Object, IntPtr)">
31692         <size>0</size>
31693       </method>
31694       <method name="Void Invoke(Int32 ByRef)">
31695         <size>0</size>
31696       </method>
31697       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
31698         <size>0</size>
31699       </method>
31700       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
31701         <size>0</size>
31702       </method>
31703     </type>
31704   </test>
31705   <test name="test-336.cs">
31706     <type name="X">
31707       <method name="Void .ctor(Foo)">
31708         <size>7</size>
31709       </method>
31710       <method name="Void .ctor(Bar)">
31711         <size>7</size>
31712       </method>
31713       <method name="Void Test()">
31714         <size>1</size>
31715       </method>
31716       <method name="Void Main()">
31717         <size>19</size>
31718       </method>
31719     </type>
31720     <type name="Foo">
31721       <method name="Void .ctor(Object, IntPtr)">
31722         <size>0</size>
31723       </method>
31724       <method name="Void Invoke()">
31725         <size>0</size>
31726       </method>
31727       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31728         <size>0</size>
31729       </method>
31730       <method name="Void EndInvoke(IAsyncResult)">
31731         <size>0</size>
31732       </method>
31733     </type>
31734     <type name="Bar">
31735       <method name="Void .ctor(Object, IntPtr)">
31736         <size>0</size>
31737       </method>
31738       <method name="Void Invoke(Int32)">
31739         <size>0</size>
31740       </method>
31741       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31742         <size>0</size>
31743       </method>
31744       <method name="Void EndInvoke(IAsyncResult)">
31745         <size>0</size>
31746       </method>
31747     </type>
31748   </test>
31749   <test name="test-337.cs">
31750     <type name="Test">
31751       <method name="Void .ctor()">
31752         <size>7</size>
31753       </method>
31754       <method name="Void Main()">
31755         <size>16</size>
31756       </method>
31757     </type>
31758   </test>
31759   <test name="test-338.cs">
31760     <type name="X">
31761       <method name="Void .ctor()">
31762         <size>7</size>
31763       </method>
31764       <method name="Void .cctor()">
31765         <size>11</size>
31766       </method>
31767       <method name="Void Main()">
31768         <size>1</size>
31769       </method>
31770       <method name="Y+Z fz()">
31771         <size>6</size>
31772       </method>
31773     </type>
31774     <type name="Y">
31775       <method name="Void .ctor()">
31776         <size>7</size>
31777       </method>
31778     </type>
31779     <type name="Y+Z">
31780       <method name="Void .ctor()">
31781         <size>7</size>
31782       </method>
31783       <method name="Void .cctor()">
31784         <size>11</size>
31785       </method>
31786     </type>
31787   </test>
31788   <test name="test-339.cs">
31789     <type name="C">
31790       <method name="Void .ctor()">
31791         <size>7</size>
31792       </method>
31793       <method name="Void .cctor()">
31794         <size>17</size>
31795       </method>
31796       <method name="Int32 Main()">
31797         <size>86</size>
31798       </method>
31799     </type>
31800   </test>
31801   <test name="test-34.cs">
31802     <type name="Blah">
31803       <method name="Void .ctor()">
31804         <size>7</size>
31805       </method>
31806       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
31807         <size>7</size>
31808       </method>
31809       <method name="Int32 Bar(Int32, System.Int32[])">
31810         <size>61</size>
31811       </method>
31812       <method name="Void Foo(Int32, Int32)">
31813         <size>7</size>
31814       </method>
31815       <method name="Void In(Int32 ByRef)">
31816         <size>7</size>
31817       </method>
31818       <method name="Void Out(Int32 ByRef)">
31819         <size>7</size>
31820       </method>
31821       <method name="Int32 AddArray(System.Int32[])">
31822         <size>30</size>
31823       </method>
31824       <method name="Int32 AddFancy(FancyInt[])">
31825         <size>39</size>
31826       </method>
31827       <method name="Int32 Main()">
31828         <size>269</size>
31829       </method>
31830     </type>
31831     <type name="&lt;PrivateImplementationDetails&gt;">
31832       <method name="Void .ctor()">
31833         <size>7</size>
31834       </method>
31835     </type>
31836     <type name="FancyInt">
31837       <method name="Void .ctor(Int32)">
31838         <size>8</size>
31839       </method>
31840     </type>
31841   </test>
31842   <test name="test-340.cs">
31843     <type name="FLMID.Bugs.BoolOne.A">
31844       <method name="Void .ctor()">
31845         <size>7</size>
31846       </method>
31847       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
31848         <size>8</size>
31849       </method>
31850     </type>
31851     <type name="FLMID.Bugs.BoolOne.B">
31852       <method name="Void .ctor()">
31853         <size>7</size>
31854       </method>
31855     </type>
31856     <type name="FLMID.Bugs.BoolOne.Test">
31857       <method name="Void .ctor()">
31858         <size>7</size>
31859       </method>
31860       <method name="Int32 Main(System.String[])">
31861         <size>34</size>
31862       </method>
31863     </type>
31864     <type name="FLMID.Bugs.BoolOne.B">
31865       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
31866         <size>12</size>
31867       </method>
31868     </type>
31869   </test>
31870   <test name="test-341.cs">
31871     <type name="Test">
31872       <method name="Void .ctor()">
31873         <size>7</size>
31874       </method>
31875       <method name="Void Main()">
31876         <size>1</size>
31877       </method>
31878     </type>
31879     <type name="Libs">
31880       <method name="Void .ctor()">
31881         <size>7</size>
31882       </method>
31883     </type>
31884     <type name="Bar">
31885       <method name="Void .ctor()">
31886         <size>7</size>
31887       </method>
31888     </type>
31889     <type name="Foo">
31890       <method name="Void .ctor()">
31891         <size>7</size>
31892       </method>
31893     </type>
31894   </test>
31895   <test name="test-342.cs">
31896     <type name="A">
31897       <method name="Void .ctor()">
31898         <size>7</size>
31899       </method>
31900       <method name="Void Foo(Int32)">
31901         <size>1</size>
31902       </method>
31903       <method name="Void Foo(Double)">
31904         <size>11</size>
31905       </method>
31906     </type>
31907     <type name="B">
31908       <method name="Void .ctor()">
31909         <size>7</size>
31910       </method>
31911       <method name="Void Foo(Double)">
31912         <size>11</size>
31913       </method>
31914       <method name="Void Main()">
31915         <size>24</size>
31916       </method>
31917     </type>
31918     <type name="A">
31919       <method name="Boolean get_Item(Int32)">
31920         <size>2</size>
31921       </method>
31922       <method name="Boolean get_Item(Double)">
31923         <size>11</size>
31924       </method>
31925     </type>
31926     <type name="B">
31927       <method name="Boolean get_Item(Double)">
31928         <size>11</size>
31929       </method>
31930     </type>
31931   </test>
31932   <test name="test-343.cs">
31933     <type name="X">
31934       <method name="Void .ctor()">
31935         <size>7</size>
31936       </method>
31937       <method name="Void Concat(System.String, System.String, System.String)">
31938         <size>1</size>
31939       </method>
31940       <method name="Void Concat(System.String[])">
31941         <size>11</size>
31942       </method>
31943       <method name="Void Main()">
31944         <size>21</size>
31945       </method>
31946     </type>
31947   </test>
31948   <test name="test-344.cs">
31949     <type name="X">
31950       <method name="Void .ctor()">
31951         <size>7</size>
31952       </method>
31953       <method name="Void add_y(Y)">
31954         <size>24</size>
31955       </method>
31956       <method name="Void remove_y(Y)">
31957         <size>24</size>
31958       </method>
31959       <method name="Void Main(System.String[])">
31960         <size>13</size>
31961       </method>
31962       <method name="Void Foo()">
31963         <size>50</size>
31964       </method>
31965     </type>
31966     <type name="Y">
31967       <method name="Void .ctor(Object, IntPtr)">
31968         <size>0</size>
31969       </method>
31970       <method name="Void Invoke()">
31971         <size>0</size>
31972       </method>
31973       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31974         <size>0</size>
31975       </method>
31976       <method name="Void EndInvoke(IAsyncResult)">
31977         <size>0</size>
31978       </method>
31979     </type>
31980     <type name="X+&lt;Foo&gt;c__AnonStorey0">
31981       <method name="Void .ctor()">
31982         <size>7</size>
31983       </method>
31984       <method name="Void &lt;&gt;m__0()">
31985         <size>28</size>
31986       </method>
31987     </type>
31988   </test>
31989   <test name="test-345.cs">
31990     <type name="EntryPoint">
31991       <method name="Void .ctor()">
31992         <size>7</size>
31993       </method>
31994       <method name="Void Main()">
31995         <size>1</size>
31996       </method>
31997     </type>
31998   </test>
31999   <test name="test-346.cs">
32000     <type name="TestMethods.Class1">
32001       <method name="Void .ctor()">
32002         <size>7</size>
32003       </method>
32004       <method name="Int32 Main()">
32005         <size>91</size>
32006       </method>
32007     </type>
32008     <type name="TestMethods.ParamClass">
32009       <method name="Void .ctor()">
32010         <size>7</size>
32011       </method>
32012     </type>
32013     <type name="TestMethods.TestParam">
32014       <method name="Void .ctor()">
32015         <size>7</size>
32016       </method>
32017     </type>
32018     <type name="TestMethods.BaseClass">
32019       <method name="Void .ctor()">
32020         <size>7</size>
32021       </method>
32022       <method name="Int32 AddItem(TestMethods.ParamClass)">
32023         <size>0</size>
32024       </method>
32025     </type>
32026     <type name="TestMethods.TestClass">
32027       <method name="Void .ctor()">
32028         <size>7</size>
32029       </method>
32030       <method name="Int32 AddItem(System.Object)">
32031         <size>2</size>
32032       </method>
32033       <method name="Int32 AddItem(TestMethods.ParamClass)">
32034         <size>2</size>
32035       </method>
32036     </type>
32037   </test>
32038   <test name="test-347.cs">
32039     <type name="Whatever.Core.Project">
32040       <method name="Void .ctor()">
32041         <size>7</size>
32042       </method>
32043     </type>
32044     <type name="Whatever.Core.A">
32045       <method name="Void .ctor()">
32046         <size>7</size>
32047       </method>
32048       <method name="Whatever.Core.Project get_Project()">
32049         <size>6</size>
32050       </method>
32051     </type>
32052     <type name="SomethingElse.Core.Project">
32053       <method name="Void .ctor()">
32054         <size>7</size>
32055       </method>
32056     </type>
32057     <type name="Whatever.App.B">
32058       <method name="Void .ctor()">
32059         <size>7</size>
32060       </method>
32061       <method name="System.String Execute()">
32062         <size>12</size>
32063       </method>
32064       <method name="Void Main()">
32065         <size>12</size>
32066       </method>
32067     </type>
32068   </test>
32069   <test name="test-348.cs">
32070     <type name="BoundAttribute">
32071       <method name="Void .ctor(Double, Int32)">
32072         <size>7</size>
32073       </method>
32074     </type>
32075     <type name="C">
32076       <method name="Void .ctor()">
32077         <size>7</size>
32078       </method>
32079       <method name="Void Main()">
32080         <size>1</size>
32081       </method>
32082     </type>
32083   </test>
32084   <test name="test-349.cs">
32085     <type name="C">
32086       <method name="Void .ctor()">
32087         <size>7</size>
32088       </method>
32089       <method name="Void add_Ev1(D)">
32090         <size>24</size>
32091       </method>
32092       <method name="Void remove_Ev1(D)">
32093         <size>24</size>
32094       </method>
32095     </type>
32096     <type name="X">
32097       <method name="Void .ctor()">
32098         <size>7</size>
32099       </method>
32100       <method name="Void .cctor()">
32101         <size>1</size>
32102       </method>
32103       <method name="Void add_Ev1(D)">
32104         <size>22</size>
32105       </method>
32106       <method name="Void remove_Ev1(D)">
32107         <size>22</size>
32108       </method>
32109       <method name="Void add_Ev2(D)">
32110         <size>22</size>
32111       </method>
32112       <method name="Void remove_Ev2(D)">
32113         <size>22</size>
32114       </method>
32115     </type>
32116     <type name="X2">
32117       <method name="Void .ctor()">
32118         <size>7</size>
32119       </method>
32120       <method name="Void .cctor()">
32121         <size>7</size>
32122       </method>
32123     </type>
32124     <type name="Test">
32125       <method name="Void .ctor()">
32126         <size>7</size>
32127       </method>
32128       <method name="Void .cctor()">
32129         <size>19</size>
32130       </method>
32131       <method name="Int32 Main()">
32132         <size>63</size>
32133       </method>
32134     </type>
32135     <type name="D">
32136       <method name="Void .ctor(Object, IntPtr)">
32137         <size>0</size>
32138       </method>
32139       <method name="Void Invoke()">
32140         <size>0</size>
32141       </method>
32142       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32143         <size>0</size>
32144       </method>
32145       <method name="Void EndInvoke(IAsyncResult)">
32146         <size>0</size>
32147       </method>
32148     </type>
32149   </test>
32150   <test name="test-35.cs">
32151     <type name="X">
32152       <method name="Void .ctor()">
32153         <size>7</size>
32154       </method>
32155       <method name="Void .cctor()">
32156         <size>7</size>
32157       </method>
32158       <method name="Void a()">
32159         <size>17</size>
32160       </method>
32161       <method name="Void w(Int32)">
32162         <size>22</size>
32163       </method>
32164       <method name="Int32 Main()">
32165         <size>298</size>
32166       </method>
32167     </type>
32168   </test>
32169   <test name="test-350.cs">
32170     <type name="A">
32171       <method name="Void .ctor()">
32172         <size>7</size>
32173       </method>
32174     </type>
32175     <type name="A+BAttribute">
32176       <method name="Void .ctor()">
32177         <size>7</size>
32178       </method>
32179     </type>
32180     <type name="C">
32181       <method name="Void .ctor()">
32182         <size>7</size>
32183       </method>
32184       <method name="Void Main()">
32185         <size>1</size>
32186       </method>
32187     </type>
32188   </test>
32189   <test name="test-351.cs">
32190     <type name="Test.Testee">
32191       <method name="Void .ctor()">
32192         <size>7</size>
32193       </method>
32194       <method name="Void Bar(System.String, System.Object[])">
32195         <size>1</size>
32196       </method>
32197       <method name="Void Main()">
32198         <size>242</size>
32199       </method>
32200     </type>
32201     <type name="Test.Foo">
32202       <method name="Void .ctor(Object, IntPtr)">
32203         <size>0</size>
32204       </method>
32205       <method name="Void Invoke(System.String, System.Object[])">
32206         <size>0</size>
32207       </method>
32208       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
32209         <size>0</size>
32210       </method>
32211       <method name="Void EndInvoke(IAsyncResult)">
32212         <size>0</size>
32213       </method>
32214     </type>
32215   </test>
32216   <test name="test-352.cs">
32217     <type name="C">
32218       <method name="Void .ctor()">
32219         <size>7</size>
32220       </method>
32221       <method name="Void Main()">
32222         <size>1</size>
32223       </method>
32224     </type>
32225   </test>
32226   <test name="test-353.cs">
32227     <type name="Three">
32228       <method name="Void .ctor()">
32229         <size>7</size>
32230       </method>
32231       <method name="Void Main()">
32232         <size>7</size>
32233       </method>
32234     </type>
32235     <type name="One">
32236       <method name="Void .ctor()">
32237         <size>7</size>
32238       </method>
32239     </type>
32240     <type name="Two">
32241       <method name="Void .ctor()">
32242         <size>7</size>
32243       </method>
32244     </type>
32245   </test>
32246   <test name="test-354.cs">
32247     <type name="MYAttr">
32248       <method name="Void .ctor()">
32249         <size>7</size>
32250       </method>
32251     </type>
32252     <type name="A">
32253       <method name="Void .ctor()">
32254         <size>7</size>
32255       </method>
32256       <method name="Void Main()">
32257         <size>1</size>
32258       </method>
32259     </type>
32260   </test>
32261   <test name="test-355.cs">
32262     <type name="Level1.Level1.Level2.MainClass">
32263       <method name="Void .ctor()">
32264         <size>7</size>
32265       </method>
32266       <method name="Void Main()">
32267         <size>1</size>
32268       </method>
32269     </type>
32270   </test>
32271   <test name="test-356.cs">
32272     <type name="MainClass">
32273       <method name="Void .ctor()">
32274         <size>7</size>
32275       </method>
32276       <method name="Void Main()">
32277         <size>1</size>
32278       </method>
32279     </type>
32280   </test>
32281   <test name="test-357.cs">
32282     <type name="SD.Sd">
32283       <method name="Void .ctor()">
32284         <size>7</size>
32285       </method>
32286       <method name="Void F(Boolean)">
32287         <size>1</size>
32288       </method>
32289     </type>
32290     <type name="Foo.Bar">
32291       <method name="Void .ctor()">
32292         <size>25</size>
32293       </method>
32294       <method name="Void Main()">
32295         <size>27</size>
32296       </method>
32297     </type>
32298     <type name="Foo.Bar+f_t">
32299       <method name="Void .ctor(Object, IntPtr)">
32300         <size>0</size>
32301       </method>
32302       <method name="Void Invoke(Boolean)">
32303         <size>0</size>
32304       </method>
32305       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
32306         <size>0</size>
32307       </method>
32308       <method name="Void EndInvoke(IAsyncResult)">
32309         <size>0</size>
32310       </method>
32311     </type>
32312   </test>
32313   <test name="test-358.cs">
32314     <type name="Test">
32315       <method name="Void .ctor()">
32316         <size>7</size>
32317       </method>
32318       <method name="Void Main()">
32319         <size>50</size>
32320       </method>
32321     </type>
32322   </test>
32323   <test name="test-359.cs">
32324     <type name="Test">
32325       <method name="Void .ctor()">
32326         <size>7</size>
32327       </method>
32328       <method name="Void Main()">
32329         <size>1</size>
32330       </method>
32331     </type>
32332   </test>
32333   <test name="test-36.cs">
32334     <type name="Y">
32335       <method name="Void .ctor()">
32336         <size>7</size>
32337       </method>
32338       <method name="Int32 Main()">
32339         <size>276</size>
32340       </method>
32341     </type>
32342     <type name="X">
32343       <method name="IEnumerator GetEnumerator()">
32344         <size>35</size>
32345       </method>
32346     </type>
32347     <type name="&lt;PrivateImplementationDetails&gt;">
32348       <method name="Void .ctor()">
32349         <size>7</size>
32350       </method>
32351     </type>
32352   </test>
32353   <test name="test-360.cs">
32354     <type name="Application">
32355       <method name="Void .ctor()">
32356         <size>7</size>
32357       </method>
32358       <method name="Void Main(System.String[])">
32359         <size>13</size>
32360       </method>
32361     </type>
32362   </test>
32363   <test name="test-361.cs">
32364     <type name="X">
32365       <method name="Void .ctor()">
32366         <size>7</size>
32367       </method>
32368     </type>
32369     <type name="Test">
32370       <method name="Void .ctor()">
32371         <size>7</size>
32372       </method>
32373       <method name="Void Main()">
32374         <size>1</size>
32375       </method>
32376     </type>
32377   </test>
32378   <test name="test-362.cs">
32379     <type name="C">
32380       <method name="Void .ctor()">
32381         <size>7</size>
32382       </method>
32383       <method name="Void Main()">
32384         <size>17</size>
32385       </method>
32386       <method name="Void Test()">
32387         <size>26</size>
32388       </method>
32389     </type>
32390   </test>
32391   <test name="test-363.cs">
32392     <type name="Location">
32393       <method name="Void .ctor()">
32394         <size>7</size>
32395       </method>
32396       <method name="Void .cctor()">
32397         <size>11</size>
32398       </method>
32399     </type>
32400     <type name="Element">
32401       <method name="Void .ctor()">
32402         <size>18</size>
32403       </method>
32404       <method name="Location get_Location()">
32405         <size>7</size>
32406       </method>
32407       <method name="Void set_Location(Location)">
32408         <size>8</size>
32409       </method>
32410     </type>
32411     <type name="T">
32412       <method name="Void .ctor()">
32413         <size>7</size>
32414       </method>
32415       <method name="Void Main()">
32416         <size>1</size>
32417       </method>
32418     </type>
32419   </test>
32420   <test name="test-364.cs">
32421     <type name="X">
32422       <method name="Void .ctor()">
32423         <size>7</size>
32424       </method>
32425       <method name="Int32 Main()">
32426         <size>34</size>
32427       </method>
32428       <method name="Int32 t1(Int32)">
32429         <size>33</size>
32430       </method>
32431       <method name="Int32 t2(Int32)">
32432         <size>47</size>
32433       </method>
32434       <method name="Void Main2(System.String[])">
32435         <size>72</size>
32436       </method>
32437     </type>
32438     <type name="Delegable">
32439       <method name="Void .ctor()">
32440         <size>7</size>
32441       </method>
32442       <method name="Void add_MyDelegate(System.EventHandler)">
32443         <size>24</size>
32444       </method>
32445       <method name="Void remove_MyDelegate(System.EventHandler)">
32446         <size>24</size>
32447       </method>
32448     </type>
32449     <type name="X+Foo">
32450       <method name="Void .ctor(Object, IntPtr)">
32451         <size>0</size>
32452       </method>
32453       <method name="Int32 Invoke()">
32454         <size>0</size>
32455       </method>
32456       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32457         <size>0</size>
32458       </method>
32459       <method name="Int32 EndInvoke(IAsyncResult)">
32460         <size>0</size>
32461       </method>
32462     </type>
32463     <type name="X+&lt;t1&gt;c__AnonStorey0">
32464       <method name="Void .ctor()">
32465         <size>7</size>
32466       </method>
32467       <method name="Int32 &lt;&gt;m__0()">
32468         <size>7</size>
32469       </method>
32470     </type>
32471     <type name="X+&lt;t2&gt;c__AnonStorey1">
32472       <method name="Void .ctor()">
32473         <size>7</size>
32474       </method>
32475       <method name="Int32 &lt;&gt;m__1()">
32476         <size>7</size>
32477       </method>
32478     </type>
32479     <type name="X+&lt;Main2&gt;c__AnonStorey2">
32480       <method name="Void .ctor()">
32481         <size>7</size>
32482       </method>
32483       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
32484         <size>33</size>
32485       </method>
32486     </type>
32487   </test>
32488   <test name="test-365.cs">
32489     <type name="C">
32490       <method name="Void .ctor()">
32491         <size>19</size>
32492       </method>
32493       <method name="Void set_LiteralType(LiteralType)">
32494         <size>1</size>
32495       </method>
32496       <method name="Void Main()">
32497         <size>1</size>
32498       </method>
32499     </type>
32500   </test>
32501   <test name="test-366.cs">
32502     <type name="C">
32503       <method name="Void .ctor()">
32504         <size>7</size>
32505       </method>
32506       <method name="Int32 Main()">
32507         <size>20</size>
32508       </method>
32509     </type>
32510   </test>
32511   <test name="test-367.cs">
32512     <type name="X">
32513       <method name="Void .ctor()">
32514         <size>7</size>
32515       </method>
32516       <method name="Int32 Main()">
32517         <size>20</size>
32518       </method>
32519     </type>
32520   </test>
32521   <test name="test-368.cs">
32522     <type name="X">
32523       <method name="Void .ctor()">
32524         <size>7</size>
32525       </method>
32526       <method name="Void Main()">
32527         <size>27</size>
32528       </method>
32529     </type>
32530   </test>
32531   <test name="test-369.cs">
32532     <type name="Test">
32533       <method name="Void .ctor()">
32534         <size>7</size>
32535       </method>
32536       <method name="Boolean Equals(System.Object)">
32537         <size>2</size>
32538       </method>
32539       <method name="Int32 GetHashCode()">
32540         <size>2</size>
32541       </method>
32542       <method name="Void Main()">
32543         <size>47</size>
32544       </method>
32545       <method name="Boolean op_Equality(Test, Test)">
32546         <size>14</size>
32547       </method>
32548       <method name="Boolean op_Inequality(Test, Test)">
32549         <size>2</size>
32550       </method>
32551     </type>
32552   </test>
32553   <test name="test-37.cs">
32554     <type name="X">
32555       <method name="Void .ctor()">
32556         <size>7</size>
32557       </method>
32558       <method name="Void m(System.Int32[])">
32559         <size>9</size>
32560       </method>
32561       <method name="Int32 test_int_single_dim()">
32562         <size>88</size>
32563       </method>
32564       <method name="Int32 simple_test_double_dim()">
32565         <size>78</size>
32566       </method>
32567       <method name="Int32 Main()">
32568         <size>12</size>
32569       </method>
32570     </type>
32571   </test>
32572   <test name="test-370.cs">
32573     <type name="Test.Application">
32574       <method name="Void .ctor()">
32575         <size>7</size>
32576       </method>
32577       <method name="Int32 ParseType(System.String)">
32578         <size>168</size>
32579       </method>
32580       <method name="Int32 Main()">
32581         <size>54</size>
32582       </method>
32583     </type>
32584   </test>
32585   <test name="test-371.cs">
32586     <type name="X">
32587       <method name="Void .ctor(Boolean&amp;)">
32588         <size>10</size>
32589       </method>
32590       <method name="Void Main()">
32591         <size>1</size>
32592       </method>
32593     </type>
32594     <type name="Y">
32595       <method name="Void .ctor(Boolean&amp;)">
32596         <size>8</size>
32597       </method>
32598     </type>
32599   </test>
32600   <test name="test-372.cs">
32601     <type name="GenericNode">
32602       <method name="Void .ctor()">
32603         <size>7</size>
32604       </method>
32605       <method name="Int32 GetStat()">
32606         <size>2</size>
32607       </method>
32608     </type>
32609     <type name="GenericFileNode">
32610       <method name="Void .ctor()">
32611         <size>7</size>
32612       </method>
32613       <method name="Int32 NotUsed()">
32614         <size>2</size>
32615       </method>
32616     </type>
32617     <type name="WorkingTest">
32618       <method name="Void .ctor()">
32619         <size>7</size>
32620       </method>
32621       <method name="Int32 GetStat()">
32622         <size>3</size>
32623       </method>
32624     </type>
32625     <type name="FailingTest">
32626       <method name="Void .ctor()">
32627         <size>7</size>
32628       </method>
32629       <method name="Int32 GetStat()">
32630         <size>3</size>
32631       </method>
32632     </type>
32633     <type name="TestWrapper">
32634       <method name="Void .ctor()">
32635         <size>7</size>
32636       </method>
32637       <method name="Boolean Test(Node, System.String)">
32638         <size>39</size>
32639       </method>
32640       <method name="Int32 Main()">
32641         <size>44</size>
32642       </method>
32643     </type>
32644   </test>
32645   <test name="test-373.cs">
32646     <type name="Test">
32647       <method name="Void .ctor()">
32648         <size>7</size>
32649       </method>
32650       <method name="Void Main(System.String[])">
32651         <size>50</size>
32652       </method>
32653     </type>
32654   </test>
32655   <test name="test-374.cs">
32656     <type name="Test">
32657       <method name="Void .ctor()">
32658         <size>7</size>
32659       </method>
32660     </type>
32661     <type name="Rest">
32662       <method name="Void .ctor()">
32663         <size>7</size>
32664       </method>
32665       <method name="Void Main()">
32666         <size>1</size>
32667       </method>
32668     </type>
32669   </test>
32670   <test name="test-375.cs">
32671     <type name="a">
32672       <method name="Void .ctor()">
32673         <size>7</size>
32674       </method>
32675     </type>
32676     <type name="a+b">
32677       <method name="Void .ctor()">
32678         <size>7</size>
32679       </method>
32680     </type>
32681     <type name="c">
32682       <method name="Void .ctor()">
32683         <size>7</size>
32684       </method>
32685       <method name="Void Main()">
32686         <size>1</size>
32687       </method>
32688     </type>
32689     <type name="c+d">
32690       <method name="Void .ctor()">
32691         <size>7</size>
32692       </method>
32693     </type>
32694   </test>
32695   <test name="test-376.cs">
32696     <type name="C">
32697       <method name="Void .ctor()">
32698         <size>7</size>
32699       </method>
32700       <method name="Int32 Main()">
32701         <size>72</size>
32702       </method>
32703     </type>
32704   </test>
32705   <test name="test-377.cs">
32706     <type name="Tests">
32707       <method name="Void .ctor()">
32708         <size>7</size>
32709       </method>
32710       <method name="Void test()">
32711         <size>10</size>
32712       </method>
32713       <method name="Void Main()">
32714         <size>1</size>
32715       </method>
32716     </type>
32717   </test>
32718   <test name="test-378.cs">
32719     <type name="C">
32720       <method name="Void .ctor()">
32721         <size>7</size>
32722       </method>
32723       <method name="Void Main()">
32724         <size>1</size>
32725       </method>
32726     </type>
32727   </test>
32728   <test name="test-379.cs">
32729     <type name="DeadCode">
32730       <method name="Void .ctor()">
32731         <size>7</size>
32732       </method>
32733       <method name="Void Main()">
32734         <size>12</size>
32735       </method>
32736       <method name="System.String SomeFunc(System.String)">
32737         <size>2</size>
32738       </method>
32739     </type>
32740   </test>
32741   <test name="test-38.cs">
32742     <type name="X">
32743       <method name="Void .ctor()">
32744         <size>7</size>
32745       </method>
32746       <method name="Int32 get_Item(Int32)">
32747         <size>20</size>
32748       </method>
32749       <method name="Void set_Item(Int32, Int32)">
32750         <size>26</size>
32751       </method>
32752       <method name="Int32 Foo()">
32753         <size>2</size>
32754       </method>
32755       <method name="Int32 get_Bar()">
32756         <size>7</size>
32757       </method>
32758       <method name="Void set_Bar(Int32)">
32759         <size>8</size>
32760       </method>
32761     </type>
32762     <type name="Y">
32763       <method name="Void .ctor()">
32764         <size>7</size>
32765       </method>
32766       <method name="UInt32 get_Item(UInt32)">
32767         <size>20</size>
32768       </method>
32769       <method name="Void set_Item(UInt32, UInt32)">
32770         <size>26</size>
32771       </method>
32772       <method name="UInt32 Foo()">
32773         <size>2</size>
32774       </method>
32775       <method name="UInt32 get_Bar()">
32776         <size>7</size>
32777       </method>
32778       <method name="Void set_Bar(UInt32)">
32779         <size>8</size>
32780       </method>
32781     </type>
32782     <type name="Test">
32783       <method name="Void .ctor()">
32784         <size>7</size>
32785       </method>
32786       <method name="Int32 Main()">
32787         <size>268</size>
32788       </method>
32789     </type>
32790   </test>
32791   <test name="test-380.cs">
32792     <type name="T">
32793       <method name="Void .ctor()">
32794         <size>7</size>
32795       </method>
32796       <method name="Int32 Main()">
32797         <size>17</size>
32798       </method>
32799     </type>
32800   </test>
32801   <test name="test-381.cs">
32802     <type name="Application">
32803       <method name="Void .ctor()">
32804         <size>7</size>
32805       </method>
32806       <method name="Void Main(System.String[])">
32807         <size>13</size>
32808       </method>
32809     </type>
32810   </test>
32811   <test name="test-382.cs">
32812     <type name="Dec">
32813       <method name="Void .ctor()">
32814         <size>7</size>
32815       </method>
32816       <method name="Void .cctor()">
32817         <size>16</size>
32818       </method>
32819       <method name="Void Main()">
32820         <size>108</size>
32821       </method>
32822     </type>
32823   </test>
32824   <test name="test-383.cs">
32825     <type name="X">
32826       <method name="Void .ctor()">
32827         <size>37</size>
32828       </method>
32829       <method name="X testme(Int32 ByRef)">
32830         <size>5</size>
32831       </method>
32832       <method name="Void Main()">
32833         <size>7</size>
32834       </method>
32835     </type>
32836   </test>
32837   <test name="test-384.cs">
32838     <type name="X">
32839       <method name="Void .ctor()">
32840         <size>7</size>
32841       </method>
32842       <method name="Void .cctor()">
32843         <size>8</size>
32844       </method>
32845       <method name="Void Test()">
32846         <size>40</size>
32847       </method>
32848       <method name="Int32 Main()">
32849         <size>21</size>
32850       </method>
32851     </type>
32852   </test>
32853   <test name="test-385.cs">
32854     <type name="Test">
32855       <method name="Void .ctor()">
32856         <size>7</size>
32857       </method>
32858       <method name="Int32 Main()">
32859         <size>40</size>
32860       </method>
32861     </type>
32862   </test>
32863   <test name="test-386.cs">
32864     <type name="SuperDecimal">
32865       <method name="Void .ctor(Decimal)">
32866         <size>14</size>
32867       </method>
32868       <method name="Void Main()">
32869         <size>15</size>
32870       </method>
32871       <method name="SuperDecimal op_Implicit(Decimal)">
32872         <size>7</size>
32873       </method>
32874     </type>
32875   </test>
32876   <test name="test-387.cs">
32877     <type name="ObjectID">
32878       <method name="Void .ctor(Int64)">
32879         <size>8</size>
32880       </method>
32881       <method name="Void Main()">
32882         <size>22</size>
32883       </method>
32884       <method name="Int64 op_Implicit(ObjectID)">
32885         <size>8</size>
32886       </method>
32887       <method name="ObjectID op_Implicit(Int64)">
32888         <size>7</size>
32889       </method>
32890     </type>
32891   </test>
32892   <test name="test-388.cs">
32893     <type name="Schemas.basefieldtype">
32894       <method name="Void .ctor()">
32895         <size>7</size>
32896       </method>
32897       <method name="System.Object Instantiate()">
32898         <size>2</size>
32899       </method>
32900     </type>
32901     <type name="Schemas.fieldtype">
32902       <method name="Void .ctor()">
32903         <size>7</size>
32904       </method>
32905       <method name="System.Object Instantiate()">
32906         <size>18</size>
32907       </method>
32908     </type>
32909     <type name="Schemas.compoundfield">
32910       <method name="Void .ctor()">
32911         <size>7</size>
32912       </method>
32913       <method name="System.Object Instantiate()">
32914         <size>18</size>
32915       </method>
32916     </type>
32917     <type name="Schemas.field">
32918       <method name="Void .ctor()">
32919         <size>7</size>
32920       </method>
32921       <method name="System.Object Instantiate()">
32922         <size>18</size>
32923       </method>
32924     </type>
32925     <type name="Schemas.formdata">
32926       <method name="Void .ctor()">
32927         <size>7</size>
32928       </method>
32929       <method name="System.Object Instantiate()">
32930         <size>12</size>
32931       </method>
32932     </type>
32933     <type name="Schemas.M">
32934       <method name="Void .ctor()">
32935         <size>7</size>
32936       </method>
32937       <method name="Void Main()">
32938         <size>1</size>
32939       </method>
32940     </type>
32941   </test>
32942   <test name="test-389.cs">
32943     <type name="Schemas.basefieldtype">
32944       <method name="Void .ctor()">
32945         <size>7</size>
32946       </method>
32947       <method name="System.Object Instantiate()">
32948         <size>2</size>
32949       </method>
32950     </type>
32951     <type name="Schemas.fieldtype">
32952       <method name="Void .ctor()">
32953         <size>7</size>
32954       </method>
32955       <method name="System.Object Instantiate()">
32956         <size>18</size>
32957       </method>
32958     </type>
32959     <type name="Schemas.compoundfield">
32960       <method name="Void .ctor()">
32961         <size>7</size>
32962       </method>
32963       <method name="System.Object Instantiate()">
32964         <size>18</size>
32965       </method>
32966     </type>
32967     <type name="Schemas.field">
32968       <method name="Void .ctor()">
32969         <size>7</size>
32970       </method>
32971       <method name="System.Object Instantiate()">
32972         <size>18</size>
32973       </method>
32974     </type>
32975     <type name="Schemas.formdata">
32976       <method name="Void .ctor()">
32977         <size>7</size>
32978       </method>
32979       <method name="System.Object Instantiate()">
32980         <size>12</size>
32981       </method>
32982     </type>
32983     <type name="Schemas.M">
32984       <method name="Void .ctor()">
32985         <size>7</size>
32986       </method>
32987       <method name="Void Main()">
32988         <size>1</size>
32989       </method>
32990     </type>
32991   </test>
32992   <test name="test-39.cs">
32993     <type name="SimpleAttribute">
32994       <method name="Void .ctor(String)">
32995         <size>14</size>
32996       </method>
32997       <method name="System.String get_AnotherArg()">
32998         <size>7</size>
32999       </method>
33000       <method name="Void set_AnotherArg(System.String)">
33001         <size>8</size>
33002       </method>
33003       <method name="Int64 get_LongValue()">
33004         <size>3</size>
33005       </method>
33006       <method name="Void set_LongValue(Int64)">
33007         <size>1</size>
33008       </method>
33009       <method name="System.Int64[] get_ArrayValue()">
33010         <size>7</size>
33011       </method>
33012       <method name="Void set_ArrayValue(System.Int64[])">
33013         <size>1</size>
33014       </method>
33015     </type>
33016     <type name="Blah2">
33017       <method name="Void .ctor()">
33018         <size>7</size>
33019       </method>
33020     </type>
33021     <type name="Blah3">
33022       <method name="Void .ctor()">
33023         <size>7</size>
33024       </method>
33025     </type>
33026     <type name="Blah">
33027       <method name="Void .ctor()">
33028         <size>7</size>
33029       </method>
33030       <method name="Int32 Main()">
33031         <size>176</size>
33032       </method>
33033     </type>
33034   </test>
33035   <test name="test-390.cs">
33036     <type name="C">
33037       <method name="Void .ctor()">
33038         <size>7</size>
33039       </method>
33040       <method name="Void Main()">
33041         <size>1</size>
33042       </method>
33043     </type>
33044     <type name="C+O">
33045       <method name="Void .ctor()">
33046         <size>7</size>
33047       </method>
33048       <method name="Void Foo()">
33049         <size>1</size>
33050       </method>
33051     </type>
33052     <type name="C+N">
33053       <method name="Void .ctor()">
33054         <size>7</size>
33055       </method>
33056       <method name="Void Foo()">
33057         <size>1</size>
33058       </method>
33059     </type>
33060     <type name="C+M">
33061       <method name="Void .ctor()">
33062         <size>7</size>
33063       </method>
33064     </type>
33065   </test>
33066   <test name="test-391.cs">
33067     <type name="C">
33068       <method name="Void .ctor()">
33069         <size>7</size>
33070       </method>
33071       <method name="Void Foo(Int32)">
33072         <size>1</size>
33073       </method>
33074       <method name="Void Foo(Int32 ByRef)">
33075         <size>1</size>
33076       </method>
33077       <method name="Void Bar(Boolean ByRef)">
33078         <size>4</size>
33079       </method>
33080       <method name="Void Bar(Boolean)">
33081         <size>1</size>
33082       </method>
33083       <method name="Void Main()">
33084         <size>1</size>
33085       </method>
33086     </type>
33087   </test>
33088   <test name="test-392.cs">
33089     <type name="C">
33090       <method name="Int32 Test()">
33091         <size>80</size>
33092       </method>
33093       <method name="Int32 Main()">
33094         <size>16</size>
33095       </method>
33096     </type>
33097     <type name="C+S">
33098       <method name="Void .ctor(Int32)">
33099         <size>8</size>
33100       </method>
33101     </type>
33102   </test>
33103   <test name="test-393.cs">
33104     <type name="A">
33105       <method name="Void .ctor(String)">
33106         <size>24</size>
33107       </method>
33108       <method name="Void .ctor()">
33109         <size>7</size>
33110       </method>
33111       <method name="System.String get_Name()">
33112         <size>7</size>
33113       </method>
33114     </type>
33115     <type name="B">
33116       <method name="Void .ctor(String)">
33117         <size>24</size>
33118       </method>
33119       <method name="Void .ctor()">
33120         <size>7</size>
33121       </method>
33122     </type>
33123     <type name="C">
33124       <method name="Void .ctor(String)">
33125         <size>24</size>
33126       </method>
33127     </type>
33128     <type name="Tester">
33129       <method name="Void .ctor()">
33130         <size>7</size>
33131       </method>
33132       <method name="A MethodSampleA(System.String)">
33133         <size>7</size>
33134       </method>
33135       <method name="B MethodSampleB(System.String)">
33136         <size>7</size>
33137       </method>
33138       <method name="C MethodSampleC(System.String)">
33139         <size>7</size>
33140       </method>
33141       <method name="Void Main()">
33142         <size>113</size>
33143       </method>
33144     </type>
33145     <type name="Tester+MethodHandler">
33146       <method name="Void .ctor(Object, IntPtr)">
33147         <size>0</size>
33148       </method>
33149       <method name="A Invoke(System.String)">
33150         <size>0</size>
33151       </method>
33152       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
33153         <size>0</size>
33154       </method>
33155       <method name="A EndInvoke(IAsyncResult)">
33156         <size>0</size>
33157       </method>
33158     </type>
33159   </test>
33160   <test name="test-394.cs">
33161     <type name="A">
33162       <method name="Void .ctor(String)">
33163         <size>24</size>
33164       </method>
33165       <method name="Void .ctor()">
33166         <size>7</size>
33167       </method>
33168       <method name="System.String get_Name()">
33169         <size>7</size>
33170       </method>
33171     </type>
33172     <type name="B">
33173       <method name="Void .ctor(String)">
33174         <size>24</size>
33175       </method>
33176       <method name="Void .ctor()">
33177         <size>7</size>
33178       </method>
33179     </type>
33180     <type name="C">
33181       <method name="Void .ctor(String, String)">
33182         <size>31</size>
33183       </method>
33184       <method name="System.String get_Value()">
33185         <size>7</size>
33186       </method>
33187     </type>
33188     <type name="Tester">
33189       <method name="Void .ctor()">
33190         <size>7</size>
33191       </method>
33192       <method name="System.String MethodSampleA(A)">
33193         <size>7</size>
33194       </method>
33195       <method name="System.String MethodSampleB(B)">
33196         <size>7</size>
33197       </method>
33198       <method name="System.String MethodSampleC(C)">
33199         <size>23</size>
33200       </method>
33201       <method name="Void Main()">
33202         <size>128</size>
33203       </method>
33204     </type>
33205     <type name="Tester+MethodHandler">
33206       <method name="Void .ctor(Object, IntPtr)">
33207         <size>0</size>
33208       </method>
33209       <method name="System.String Invoke(C)">
33210         <size>0</size>
33211       </method>
33212       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
33213         <size>0</size>
33214       </method>
33215       <method name="System.String EndInvoke(IAsyncResult)">
33216         <size>0</size>
33217       </method>
33218     </type>
33219   </test>
33220   <test name="test-395.cs">
33221     <type name="A">
33222       <method name="Void .ctor(String)">
33223         <size>24</size>
33224       </method>
33225       <method name="Void .ctor()">
33226         <size>7</size>
33227       </method>
33228       <method name="System.String get_Name()">
33229         <size>7</size>
33230       </method>
33231     </type>
33232     <type name="B">
33233       <method name="Void .ctor(String)">
33234         <size>24</size>
33235       </method>
33236       <method name="Void .ctor()">
33237         <size>7</size>
33238       </method>
33239     </type>
33240     <type name="C">
33241       <method name="Void .ctor(String, String)">
33242         <size>31</size>
33243       </method>
33244       <method name="System.String get_Value()">
33245         <size>7</size>
33246       </method>
33247     </type>
33248     <type name="Tester">
33249       <method name="Void .ctor()">
33250         <size>7</size>
33251       </method>
33252       <method name="Void MethodSample(B, A, C)">
33253         <size>55</size>
33254       </method>
33255       <method name="Void Main()">
33256         <size>71</size>
33257       </method>
33258     </type>
33259     <type name="Tester+MethodHandler">
33260       <method name="Void .ctor(Object, IntPtr)">
33261         <size>0</size>
33262       </method>
33263       <method name="Void Invoke(C, C, C)">
33264         <size>0</size>
33265       </method>
33266       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
33267         <size>0</size>
33268       </method>
33269       <method name="Void EndInvoke(IAsyncResult)">
33270         <size>0</size>
33271       </method>
33272     </type>
33273   </test>
33274   <test name="test-396.cs">
33275     <type name="MainClass">
33276       <method name="Void .ctor()">
33277         <size>7</size>
33278       </method>
33279       <method name="Int32 Main()">
33280         <size>22</size>
33281       </method>
33282     </type>
33283   </test>
33284   <test name="test-397.cs">
33285     <type name="TypeCheckAttribute">
33286       <method name="Void .ctor()">
33287         <size>7</size>
33288       </method>
33289     </type>
33290     <type name="PropertyCheckAttribute">
33291       <method name="Void .ctor()">
33292         <size>7</size>
33293       </method>
33294     </type>
33295     <type name="AccessorCheckAttribute">
33296       <method name="Void .ctor(MethodAttributes)">
33297         <size>14</size>
33298       </method>
33299       <method name="MethodAttributes get_Attributes()">
33300         <size>7</size>
33301       </method>
33302     </type>
33303     <type name="Test">
33304       <method name="Void .ctor()">
33305         <size>7</size>
33306       </method>
33307       <method name="Int32 Main(System.String[])">
33308         <size>120</size>
33309       </method>
33310       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
33311         <size>153</size>
33312       </method>
33313     </type>
33314     <type name="A">
33315       <method name="Void .ctor()">
33316         <size>7</size>
33317       </method>
33318       <method name="Int32 get_Value1()">
33319         <size>2</size>
33320       </method>
33321       <method name="Void set_Value1(Int32)">
33322         <size>1</size>
33323       </method>
33324       <method name="Int32 get_Value2()">
33325         <size>2</size>
33326       </method>
33327       <method name="Void set_Value2(Int32)">
33328         <size>1</size>
33329       </method>
33330       <method name="Int32 get_Value3()">
33331         <size>2</size>
33332       </method>
33333       <method name="Void set_Value3(Int32)">
33334         <size>1</size>
33335       </method>
33336       <method name="Int32 get_Value4()">
33337         <size>2</size>
33338       </method>
33339       <method name="Void set_Value4(Int32)">
33340         <size>1</size>
33341       </method>
33342       <method name="Int32 get_Value5()">
33343         <size>2</size>
33344       </method>
33345       <method name="Void set_Value5(Int32)">
33346         <size>1</size>
33347       </method>
33348     </type>
33349   </test>
33350   <test name="test-398.cs">
33351     <type name="Tester">
33352       <method name="Void .ctor()">
33353         <size>7</size>
33354       </method>
33355       <method name="Void Main()">
33356         <size>118</size>
33357       </method>
33358     </type>
33359     <type name="A">
33360       <method name="Void .ctor(Int32)">
33361         <size>14</size>
33362       </method>
33363       <method name="Int32 get_Count()">
33364         <size>7</size>
33365       </method>
33366       <method name="Void set_Count(Int32)">
33367         <size>8</size>
33368       </method>
33369       <method name="Int32 get_Item(Int32)">
33370         <size>2</size>
33371       </method>
33372       <method name="System.String get_Message()">
33373         <size>6</size>
33374       </method>
33375     </type>
33376     <type name="B">
33377       <method name="Void .ctor(Int32)">
33378         <size>8</size>
33379       </method>
33380       <method name="Void set_Count(Int32)">
33381         <size>1</size>
33382       </method>
33383       <method name="Void SetCount(Int32)">
33384         <size>8</size>
33385       </method>
33386       <method name="Int32 get_Item(Int32)">
33387         <size>8</size>
33388       </method>
33389       <method name="System.String get_Message()">
33390         <size>6</size>
33391       </method>
33392       <method name="Void set_Message(System.String)">
33393         <size>1</size>
33394       </method>
33395     </type>
33396   </test>
33397   <test name="test-399.cs">
33398     <type name="TestVararg">
33399       <method name="Void .ctor()">
33400         <size>7</size>
33401       </method>
33402       <method name="Int32 Main()">
33403         <size>345</size>
33404       </method>
33405       <method name="Void F(RuntimeArgumentHandle)">
33406         <size>1</size>
33407       </method>
33408       <method name="Void G(...)">
33409         <size>22</size>
33410       </method>
33411     </type>
33412   </test>
33413   <test name="test-4.cs">
33414     <type name="X">
33415       <method name="Void .ctor()">
33416         <size>7</size>
33417       </method>
33418       <method name="Void test(SByte)">
33419         <size>8</size>
33420       </method>
33421       <method name="Void test(Int32)">
33422         <size>8</size>
33423       </method>
33424       <method name="Int32 Main()">
33425         <size>102</size>
33426       </method>
33427     </type>
33428   </test>
33429   <test name="test-40.cs">
33430     <type name="Blah">
33431       <method name="Void .ctor()">
33432         <size>7</size>
33433       </method>
33434       <method name="Int32 Main()">
33435         <size>203</size>
33436       </method>
33437     </type>
33438   </test>
33439   <test name="test-400.cs">
33440     <type name="X">
33441       <method name="Void .ctor()">
33442         <size>7</size>
33443       </method>
33444       <method name="Void .cctor()">
33445         <size>52</size>
33446       </method>
33447       <method name="Int32 TestDereference()">
33448         <size>89</size>
33449       </method>
33450       <method name="Int32 TestPtrAdd()">
33451         <size>86</size>
33452       </method>
33453       <method name="Int32 TestPtrAssign()">
33454         <size>198</size>
33455       </method>
33456       <method name="Int32 TestPtrArithmetic()">
33457         <size>226</size>
33458       </method>
33459       <method name="Int32 TestMultiple()">
33460         <size>93</size>
33461       </method>
33462       <method name="Int32 Main()">
33463         <size>82</size>
33464       </method>
33465     </type>
33466   </test>
33467   <test name="test-401.cs">
33468     <type name="X">
33469       <method name="Void .ctor()">
33470         <size>7</size>
33471       </method>
33472       <method name="Int32 Main()">
33473         <size>170</size>
33474       </method>
33475     </type>
33476   </test>
33477   <test name="test-402.cs">
33478     <type name="X">
33479       <method name="Void .ctor()">
33480         <size>7</size>
33481       </method>
33482       <method name="Int32 Main()">
33483         <size>18</size>
33484       </method>
33485     </type>
33486   </test>
33487   <test name="test-403.cs">
33488     <type name="Foo">
33489       <method name="Void .ctor()">
33490         <size>7</size>
33491       </method>
33492       <method name="Int32 Main()">
33493         <size>91</size>
33494       </method>
33495     </type>
33496   </test>
33497   <test name="test-404.cs">
33498     <type name="X">
33499       <method name="Void .ctor()">
33500         <size>7</size>
33501       </method>
33502       <method name="Int32 Main()">
33503         <size>48</size>
33504       </method>
33505       <method name="Int32* get_v()">
33506         <size>20</size>
33507       </method>
33508     </type>
33509   </test>
33510   <test name="test-405.cs">
33511     <type name="testapp.LibTestAPI">
33512       <method name="Void .ctor()">
33513         <size>7</size>
33514       </method>
33515       <method name="Void Create()">
33516         <size>17</size>
33517       </method>
33518     </type>
33519     <type name="testapp.TestApp">
33520       <method name="Void .ctor()">
33521         <size>7</size>
33522       </method>
33523       <method name="Void Main(System.String[])">
33524         <size>13</size>
33525       </method>
33526     </type>
33527   </test>
33528   <test name="test-406.cs">
33529     <type name="TestCase.Test">
33530       <method name="Void .ctor()">
33531         <size>7</size>
33532       </method>
33533       <method name="Int32 Main(System.String[])">
33534         <size>180</size>
33535       </method>
33536       <method name="UInt32 DoOp(UInt32*)">
33537         <size>11</size>
33538       </method>
33539       <method name="UInt32 DoOp2(UInt32*)">
33540         <size>10</size>
33541       </method>
33542     </type>
33543   </test>
33544   <test name="test-407.cs">
33545     <type name="MainClass">
33546       <method name="Void .ctor()">
33547         <size>7</size>
33548       </method>
33549       <method name="Void Main()">
33550         <size>12</size>
33551       </method>
33552     </type>
33553   </test>
33554   <test name="test-408.cs">
33555     <type name="T">
33556       <method name="Void .ctor()">
33557         <size>7</size>
33558       </method>
33559       <method name="Int32 Main()">
33560         <size>44</size>
33561       </method>
33562     </type>
33563   </test>
33564   <test name="test-409.cs">
33565     <type name="X">
33566       <method name="Int32 Main()">
33567         <size>27</size>
33568       </method>
33569     </type>
33570   </test>
33571   <test name="test-41.cs">
33572     <type name="X">
33573       <method name="Void .ctor()">
33574         <size>7</size>
33575       </method>
33576       <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)">
33577         <size>188</size>
33578       </method>
33579       <method name="Int32 Main()">
33580         <size>228</size>
33581       </method>
33582     </type>
33583   </test>
33584   <test name="test-410.cs">
33585     <type name="B">
33586       <method name="Void .ctor()">
33587         <size>7</size>
33588       </method>
33589       <method name="Int32 Main()">
33590         <size>28</size>
33591       </method>
33592     </type>
33593   </test>
33594   <test name="test-411.cs">
33595     <type name="QtSamples.QtClass">
33596       <method name="Void .ctor()">
33597         <size>24</size>
33598       </method>
33599       <method name="Void pressEvent()">
33600         <size>1</size>
33601       </method>
33602     </type>
33603     <type name="QtSamples.Testing">
33604       <method name="Void .ctor()">
33605         <size>7</size>
33606       </method>
33607       <method name="Int32 Main()">
33608         <size>8</size>
33609       </method>
33610     </type>
33611   </test>
33612   <test name="test-412.cs">
33613     <type name="Foo.Baz">
33614       <method name="Void .ctor()">
33615         <size>7</size>
33616       </method>
33617       <method name="Void Main()">
33618         <size>1</size>
33619       </method>
33620     </type>
33621   </test>
33622   <test name="test-413.cs">
33623     <type name="Driver">
33624       <method name="Void .ctor()">
33625         <size>7</size>
33626       </method>
33627       <method name="Void Main()">
33628         <size>6</size>
33629       </method>
33630     </type>
33631   </test>
33632   <test name="test-414.cs">
33633     <type name="BB">
33634       <method name="Void .ctor()">
33635         <size>7</size>
33636       </method>
33637       <method name="System.String get_Data()">
33638         <size>2</size>
33639       </method>
33640       <method name="Void Main()">
33641         <size>1</size>
33642       </method>
33643     </type>
33644   </test>
33645   <test name="test-415.cs">
33646     <type name="MyTestExtended">
33647       <method name="Void .ctor()">
33648         <size>7</size>
33649       </method>
33650       <method name="System.String GetName()">
33651         <size>6</size>
33652       </method>
33653       <method name="Void Main(System.String[])">
33654         <size>33</size>
33655       </method>
33656     </type>
33657   </test>
33658   <test name="test-417.cs">
33659     <type name="blah2.MyClass">
33660       <method name="Void .ctor()">
33661         <size>7</size>
33662       </method>
33663       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
33664         <size>24</size>
33665       </method>
33666       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
33667         <size>24</size>
33668       </method>
33669       <method name="Void DoSomethingFunny()">
33670         <size>46</size>
33671       </method>
33672       <method name="Void Main(System.String[])">
33673         <size>13</size>
33674       </method>
33675     </type>
33676   </test>
33677   <test name="test-419.cs">
33678     <type name="Test">
33679       <method name="Void .ctor()">
33680         <size>7</size>
33681       </method>
33682       <method name="Void Main()">
33683         <size>7</size>
33684       </method>
33685     </type>
33686   </test>
33687   <test name="test-42.cs">
33688     <type name="X">
33689       <method name="Void .ctor()">
33690         <size>7</size>
33691       </method>
33692       <method name="Int32 get_Item(Int32)">
33693         <size>14</size>
33694       </method>
33695       <method name="Void set_Item(Int32, Int32)">
33696         <size>15</size>
33697       </method>
33698       <method name="Int32 get_P()">
33699         <size>7</size>
33700       </method>
33701       <method name="Void set_P(Int32)">
33702         <size>8</size>
33703       </method>
33704     </type>
33705     <type name="Z">
33706       <method name="Void .ctor()">
33707         <size>7</size>
33708       </method>
33709       <method name="Z get_P()">
33710         <size>2</size>
33711       </method>
33712       <method name="Void set_P(Z)">
33713         <size>1</size>
33714       </method>
33715       <method name="Z op_Increment(Z)">
33716         <size>16</size>
33717       </method>
33718     </type>
33719     <type name="Y">
33720       <method name="Void .ctor()">
33721         <size>7</size>
33722       </method>
33723       <method name="Int32 p_pre_increment(X)">
33724         <size>18</size>
33725       </method>
33726       <method name="Int32 p_post_increment(X)">
33727         <size>18</size>
33728       </method>
33729       <method name="Int32 i_pre_increment(X)">
33730         <size>26</size>
33731       </method>
33732       <method name="Int32 i_post_increment(X)">
33733         <size>26</size>
33734       </method>
33735       <method name="Z overload_increment(Z)">
33736         <size>10</size>
33737       </method>
33738       <method name="Z overload_pre_increment(Z)">
33739         <size>10</size>
33740       </method>
33741       <method name="Z ugly(Z)">
33742         <size>21</size>
33743       </method>
33744       <method name="Int32 simple(Int32)">
33745         <size>62</size>
33746       </method>
33747       <method name="Int32 arrays()">
33748         <size>234</size>
33749       </method>
33750       <method name="Int32 Main()">
33751         <size>161</size>
33752       </method>
33753     </type>
33754   </test>
33755   <test name="test-420.cs">
33756     <type name="Test">
33757       <method name="Void .ctor()">
33758         <size>7</size>
33759       </method>
33760       <method name="Void Main()">
33761         <size>7</size>
33762       </method>
33763     </type>
33764   </test>
33765   <test name="test-421.cs">
33766     <type name="A">
33767       <method name="Void .ctor()">
33768         <size>7</size>
33769       </method>
33770       <method name="Void SetObject(System.String)">
33771         <size>12</size>
33772       </method>
33773     </type>
33774     <type name="B">
33775       <method name="Void .ctor()">
33776         <size>7</size>
33777       </method>
33778     </type>
33779     <type name="C">
33780       <method name="Void .ctor()">
33781         <size>7</size>
33782       </method>
33783       <method name="Void .cctor()">
33784         <size>1</size>
33785       </method>
33786       <method name="Void SetObject(System.String)">
33787         <size>18</size>
33788       </method>
33789     </type>
33790     <type name="X">
33791       <method name="Void .ctor()">
33792         <size>7</size>
33793       </method>
33794       <method name="Int32 Main(System.String[])">
33795         <size>31</size>
33796       </method>
33797     </type>
33798   </test>
33799   <test name="test-422.cs">
33800     <type name="HelloWorld.MainClass">
33801       <method name="Void .ctor()">
33802         <size>7</size>
33803       </method>
33804       <method name="Void .cctor()">
33805         <size>17</size>
33806       </method>
33807       <method name="Void Main(System.String[])">
33808         <size>1</size>
33809       </method>
33810       <method name="Boolean CheckTrueThat()">
33811         <size>2</size>
33812       </method>
33813     </type>
33814   </test>
33815   <test name="test-423.cs">
33816     <type name="Test">
33817       <method name="Void .ctor()">
33818         <size>7</size>
33819       </method>
33820       <method name="Void Func(Int32 ByRef)">
33821         <size>12</size>
33822       </method>
33823       <method name="Void Main()">
33824         <size>10</size>
33825       </method>
33826       <method name="Void lowLevelCall(Int32*)">
33827         <size>1</size>
33828       </method>
33829     </type>
33830   </test>
33831   <test name="test-424.cs">
33832     <type name="C">
33833       <method name="Int32 Main()">
33834         <size>35</size>
33835       </method>
33836       <method name="Void .ctor()">
33837         <size>7</size>
33838       </method>
33839     </type>
33840   </test>
33841   <test name="test-425.cs">
33842     <type name="A">
33843       <method name="Void .ctor()">
33844         <size>7</size>
33845       </method>
33846       <method name="Void Main()">
33847         <size>1</size>
33848       </method>
33849     </type>
33850     <type name="AAttribute">
33851       <method name="Void .ctor()">
33852         <size>7</size>
33853       </method>
33854     </type>
33855   </test>
33856   <test name="test-426.cs">
33857     <type name="X">
33858       <method name="Void .ctor()">
33859         <size>7</size>
33860       </method>
33861       <method name="Void Main()">
33862         <size>11</size>
33863       </method>
33864     </type>
33865   </test>
33866   <test name="test-427.cs">
33867     <type name="X">
33868       <method name="Void .ctor()">
33869         <size>7</size>
33870       </method>
33871       <method name="Void Main()">
33872         <size>11</size>
33873       </method>
33874     </type>
33875   </test>
33876   <test name="test-428.cs">
33877     <type name="A">
33878       <method name="Void .ctor()">
33879         <size>7</size>
33880       </method>
33881     </type>
33882     <type name="X">
33883       <method name="Void .ctor()">
33884         <size>7</size>
33885       </method>
33886       <method name="Void Main()">
33887         <size>18</size>
33888       </method>
33889     </type>
33890     <type name="X+A">
33891       <method name="Void .ctor()">
33892         <size>7</size>
33893       </method>
33894     </type>
33895   </test>
33896   <test name="test-429.cs">
33897     <type name="Foo.A">
33898       <method name="Void .ctor()">
33899         <size>7</size>
33900       </method>
33901     </type>
33902     <type name="A">
33903       <method name="Void .ctor()">
33904         <size>7</size>
33905       </method>
33906     </type>
33907     <type name="X">
33908       <method name="Void .ctor()">
33909         <size>7</size>
33910       </method>
33911       <method name="Void Main()">
33912         <size>18</size>
33913       </method>
33914     </type>
33915   </test>
33916   <test name="test-43.cs">
33917     <type name="X">
33918       <method name="Void .ctor()">
33919         <size>7</size>
33920       </method>
33921       <method name="Int32 test_single(System.Int32[])">
33922         <size>34</size>
33923       </method>
33924       <method name="Int32 test_continue(System.Int32[])">
33925         <size>54</size>
33926       </method>
33927       <method name="Boolean test_double(System.Double[])">
33928         <size>58</size>
33929       </method>
33930       <method name="Int32 test_break(System.Int32[])">
33931         <size>54</size>
33932       </method>
33933       <method name="Boolean test_multi(System.Int32[,])">
33934         <size>87</size>
33935       </method>
33936       <method name="Int32 Main()">
33937         <size>284</size>
33938       </method>
33939     </type>
33940     <type name="&lt;PrivateImplementationDetails&gt;">
33941       <method name="Void .ctor()">
33942         <size>7</size>
33943       </method>
33944     </type>
33945   </test>
33946   <test name="test-430.cs">
33947     <type name="A">
33948       <method name="Void .ctor()">
33949         <size>7</size>
33950       </method>
33951     </type>
33952     <type name="X">
33953       <method name="Void .ctor()">
33954         <size>7</size>
33955       </method>
33956       <method name="Void Main()">
33957         <size>18</size>
33958       </method>
33959     </type>
33960     <type name="X+A">
33961       <method name="Void .ctor()">
33962         <size>7</size>
33963       </method>
33964     </type>
33965   </test>
33966   <test name="test-431.cs">
33967     <type name="Foo.A">
33968       <method name="Void .ctor()">
33969         <size>7</size>
33970       </method>
33971     </type>
33972     <type name="X">
33973       <method name="Void .ctor()">
33974         <size>7</size>
33975       </method>
33976       <method name="Void Main()">
33977         <size>18</size>
33978       </method>
33979     </type>
33980   </test>
33981   <test name="test-432.cs">
33982     <type name="Foo.A">
33983       <method name="Void .ctor()">
33984         <size>7</size>
33985       </method>
33986     </type>
33987     <type name="X">
33988       <method name="Void .ctor()">
33989         <size>7</size>
33990       </method>
33991       <method name="Void Main()">
33992         <size>18</size>
33993       </method>
33994     </type>
33995   </test>
33996   <test name="test-433.cs">
33997     <type name="Foo.A">
33998       <method name="Void .ctor()">
33999         <size>7</size>
34000       </method>
34001     </type>
34002     <type name="X">
34003       <method name="Void .ctor()">
34004         <size>7</size>
34005       </method>
34006       <method name="Void .cctor()">
34007         <size>11</size>
34008       </method>
34009       <method name="Void Main()">
34010         <size>16</size>
34011       </method>
34012     </type>
34013   </test>
34014   <test name="test-434.cs">
34015     <type name="Foo.A">
34016       <method name="Void .ctor()">
34017         <size>7</size>
34018       </method>
34019     </type>
34020     <type name="X">
34021       <method name="Void .ctor()">
34022         <size>7</size>
34023       </method>
34024       <method name="Void .cctor()">
34025         <size>11</size>
34026       </method>
34027       <method name="Void Main()">
34028         <size>16</size>
34029       </method>
34030     </type>
34031   </test>
34032   <test name="test-435.cs">
34033     <type name="X">
34034       <method name="Void .ctor()">
34035         <size>7</size>
34036       </method>
34037       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34038         <size>2</size>
34039       </method>
34040       <method name="Void Main()">
34041         <size>7</size>
34042       </method>
34043     </type>
34044   </test>
34045   <test name="test-436.cs">
34046     <type name="X">
34047       <method name="Void .ctor()">
34048         <size>7</size>
34049       </method>
34050       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34051         <size>2</size>
34052       </method>
34053       <method name="Void Main()">
34054         <size>7</size>
34055       </method>
34056     </type>
34057   </test>
34058   <test name="test-437.cs">
34059     <type name="T2">
34060       <method name="Void .ctor()">
34061         <size>7</size>
34062       </method>
34063     </type>
34064     <type name="Test">
34065       <method name="Void .ctor()">
34066         <size>7</size>
34067       </method>
34068       <method name="Void Main()">
34069         <size>65</size>
34070       </method>
34071     </type>
34072   </test>
34073   <test name="test-438.cs">
34074     <type name="Program">
34075       <method name="Void .ctor()">
34076         <size>7</size>
34077       </method>
34078       <method name="Void Main(System.String[])">
34079         <size>40</size>
34080       </method>
34081     </type>
34082   </test>
34083   <test name="test-439.cs">
34084     <type name="Test">
34085       <method name="Void .ctor()">
34086         <size>7</size>
34087       </method>
34088       <method name="Void Main()">
34089         <size>45</size>
34090       </method>
34091     </type>
34092     <type name="LayerMask">
34093       <method name="Int32 op_Implicit(LayerMask)">
34094         <size>8</size>
34095       </method>
34096       <method name="LayerMask op_Implicit(Int32)">
34097         <size>11</size>
34098       </method>
34099     </type>
34100   </test>
34101   <test name="test-44.cs">
34102     <type name="X">
34103       <method name="Void .ctor()">
34104         <size>7</size>
34105       </method>
34106       <method name="Int32 dob(System.Int32[,])">
34107         <size>83</size>
34108       </method>
34109       <method name="Int32 count(System.Object)">
34110         <size>39</size>
34111       </method>
34112       <method name="Int32 Main()">
34113         <size>133</size>
34114       </method>
34115     </type>
34116   </test>
34117   <test name="test-440.cs">
34118     <type name="A">
34119       <method name="Void .ctor()">
34120         <size>7</size>
34121       </method>
34122       <method name="Void Main()">
34123         <size>26</size>
34124       </method>
34125       <method name="Double op_Implicit(A)">
34126         <size>10</size>
34127       </method>
34128       <method name="Int32 op_Implicit(A)">
34129         <size>2</size>
34130       </method>
34131     </type>
34132   </test>
34133   <test name="test-441.cs">
34134     <type name="Test">
34135       <method name="Void .ctor()">
34136         <size>7</size>
34137       </method>
34138       <method name="Void .cctor()">
34139         <size>1</size>
34140       </method>
34141       <method name="Void Main()">
34142         <size>25</size>
34143       </method>
34144     </type>
34145   </test>
34146   <test name="test-442.cs">
34147     <type name="ConsoleApplication1.Program">
34148       <method name="Void .ctor()">
34149         <size>7</size>
34150       </method>
34151       <method name="Void Main(System.String[])">
34152         <size>70</size>
34153       </method>
34154     </type>
34155   </test>
34156   <test name="test-443.cs">
34157     <type name="C">
34158       <method name="Void .ctor(ITopic)">
34159         <size>31</size>
34160       </method>
34161       <method name="Void Main()">
34162         <size>1</size>
34163       </method>
34164     </type>
34165   </test>
34166   <test name="test-444.cs">
34167     <type name="쯠쯡쯢">
34168       <method name="Void .ctor()">
34169         <size>7</size>
34170       </method>
34171       <method name="Void Main()">
34172         <size>1</size>
34173       </method>
34174     </type>
34175   </test>
34176   <test name="test-445.cs">
34177     <type name="ConvFromInt">
34178       <method name="Void .ctor()">
34179         <size>14</size>
34180       </method>
34181       <method name="Void .ctor(Int32)">
34182         <size>16</size>
34183       </method>
34184       <method name="ConvFromInt op_Implicit(Int32)">
34185         <size>7</size>
34186       </method>
34187     </type>
34188     <type name="Foo">
34189       <method name="Void .ctor()">
34190         <size>7</size>
34191       </method>
34192       <method name="Void .cctor()">
34193         <size>45</size>
34194       </method>
34195       <method name="Void Main()">
34196         <size>111</size>
34197       </method>
34198     </type>
34199   </test>
34200   <test name="test-446.cs">
34201     <type name="FooTest">
34202       <method name="Void .ctor()">
34203         <size>7</size>
34204       </method>
34205       <method name="Void Main()">
34206         <size>8</size>
34207       </method>
34208       <method name="Void Foo(UInt64)">
34209         <size>1</size>
34210       </method>
34211     </type>
34212   </test>
34213   <test name="test-447.cs">
34214     <type name="System.MonoTODOAttribute">
34215       <method name="Void .ctor()">
34216         <size>7</size>
34217       </method>
34218     </type>
34219     <type name="System.Web.HttpBrowserCapabilities">
34220       <method name="Void .ctor()">
34221         <size>7</size>
34222       </method>
34223       <method name="System.Version get_A()">
34224         <size>6</size>
34225       </method>
34226     </type>
34227     <type name="Test">
34228       <method name="Void .ctor()">
34229         <size>7</size>
34230       </method>
34231       <method name="Void Main()">
34232         <size>1</size>
34233       </method>
34234     </type>
34235   </test>
34236   <test name="test-448.cs">
34237     <type name="MonoDivideProblem">
34238       <method name="Void .ctor()">
34239         <size>7</size>
34240       </method>
34241       <method name="Void .cctor()">
34242         <size>17</size>
34243       </method>
34244       <method name="Void Main(System.String[])">
34245         <size>27</size>
34246       </method>
34247     </type>
34248   </test>
34249   <test name="test-449.cs">
34250     <type name="X">
34251       <method name="Void .ctor()">
34252         <size>7</size>
34253       </method>
34254       <method name="Void Main()">
34255         <size>1</size>
34256       </method>
34257       <method name="Void Z()">
34258         <size>19</size>
34259       </method>
34260       <method name="Void &lt;Z&gt;m__0(System.Object)">
34261         <size>25</size>
34262       </method>
34263       <method name="Void &lt;Z&gt;m__1(System.Object)">
34264         <size>7</size>
34265       </method>
34266     </type>
34267   </test>
34268   <test name="test-45.cs">
34269     <type name="Blah">
34270       <method name="Void .ctor()">
34271         <size>7</size>
34272       </method>
34273       <method name="Void .cctor()">
34274         <size>97</size>
34275       </method>
34276       <method name="Int32 Main()">
34277         <size>755</size>
34278       </method>
34279     </type>
34280     <type name="&lt;PrivateImplementationDetails&gt;">
34281       <method name="Void .ctor()">
34282         <size>7</size>
34283       </method>
34284     </type>
34285   </test>
34286   <test name="test-450.cs">
34287     <type name="A">
34288       <method name="Int32 Main()">
34289         <size>53</size>
34290       </method>
34291       <method name="Byte op_Implicit(A)">
34292         <size>2</size>
34293       </method>
34294       <method name="A op_Implicit(Int32)">
34295         <size>7</size>
34296       </method>
34297       <method name="Void .ctor(Int32)">
34298         <size>14</size>
34299       </method>
34300     </type>
34301   </test>
34302   <test name="test-451.cs">
34303     <type name="Test">
34304       <method name="Void .ctor()">
34305         <size>7</size>
34306       </method>
34307       <method name="Void Main()">
34308         <size>22</size>
34309       </method>
34310     </type>
34311   </test>
34312   <test name="test-452.cs">
34313     <type name="Foo">
34314       <method name="Void .ctor()">
34315         <size>7</size>
34316       </method>
34317     </type>
34318     <type name="Test">
34319       <method name="Void .ctor()">
34320         <size>7</size>
34321       </method>
34322       <method name="Void Main()">
34323         <size>7</size>
34324       </method>
34325     </type>
34326   </test>
34327   <test name="test-453.cs">
34328     <type name="C">
34329       <method name="Void .ctor()">
34330         <size>7</size>
34331       </method>
34332       <method name="Void Main()">
34333         <size>33</size>
34334       </method>
34335     </type>
34336   </test>
34337   <test name="test-455.cs">
34338     <type name="Test">
34339       <method name="Void .ctor()">
34340         <size>7</size>
34341       </method>
34342       <method name="Void Main()">
34343         <size>27</size>
34344       </method>
34345     </type>
34346     <type name="Foo">
34347       <method name="Int32 GetHashCode()">
34348         <size>17</size>
34349       </method>
34350     </type>
34351   </test>
34352   <test name="test-456.cs">
34353     <type name="Test">
34354       <method name="Void .ctor()">
34355         <size>7</size>
34356       </method>
34357       <method name="Void Main()">
34358         <size>16</size>
34359       </method>
34360     </type>
34361     <type name="Foo">
34362       <method name="Void foo()">
34363         <size>11</size>
34364       </method>
34365     </type>
34366   </test>
34367   <test name="test-457.cs">
34368     <type name="Number">
34369       <method name="Void .ctor()">
34370         <size>7</size>
34371       </method>
34372       <method name="Void IDouble.Add(Double)">
34373         <size>11</size>
34374       </method>
34375       <method name="Void IInteger.Add(Int32)">
34376         <size>11</size>
34377       </method>
34378       <method name="Int32 Main()">
34379         <size>52</size>
34380       </method>
34381     </type>
34382   </test>
34383   <test name="test-458.cs">
34384     <type name="MyAttr">
34385       <method name="Void .ctor()">
34386         <size>7</size>
34387       </method>
34388       <method name="Void .ctor(Type)">
34389         <size>7</size>
34390       </method>
34391       <method name="Void .ctor(String)">
34392         <size>7</size>
34393       </method>
34394       <method name="Void .ctor(Int32)">
34395         <size>7</size>
34396       </method>
34397     </type>
34398     <type name="ClassA">
34399       <method name="Void .ctor()">
34400         <size>7</size>
34401       </method>
34402     </type>
34403     <type name="ClassB">
34404       <method name="Void .ctor()">
34405         <size>7</size>
34406       </method>
34407     </type>
34408     <type name="ClassC">
34409       <method name="Void .ctor()">
34410         <size>7</size>
34411       </method>
34412     </type>
34413     <type name="ClassD">
34414       <method name="Void .ctor()">
34415         <size>7</size>
34416       </method>
34417     </type>
34418     <type name="Top">
34419       <method name="Void .ctor()">
34420         <size>7</size>
34421       </method>
34422       <method name="Int32 Main()">
34423         <size>28</size>
34424       </method>
34425     </type>
34426   </test>
34427   <test name="test-459.cs">
34428     <type name="CC">
34429       <method name="Void .ctor()">
34430         <size>7</size>
34431       </method>
34432       <method name="Int32 Main()">
34433         <size>13</size>
34434       </method>
34435     </type>
34436     <type name="CC+IfElseStateMachine">
34437       <method name="Void .ctor()">
34438         <size>7</size>
34439       </method>
34440       <method name="Void HandleToken(Token)">
34441         <size>15</size>
34442       </method>
34443     </type>
34444   </test>
34445   <test name="test-46.cs">
34446     <type name="X">
34447       <method name="Void .ctor()">
34448         <size>7</size>
34449       </method>
34450       <method name="Int32 cast_int(System.Object)">
34451         <size>7</size>
34452       </method>
34453       <method name="UInt32 cast_uint(System.Object)">
34454         <size>7</size>
34455       </method>
34456       <method name="Int16 cast_short(System.Object)">
34457         <size>7</size>
34458       </method>
34459       <method name="Char cast_char(System.Object)">
34460         <size>7</size>
34461       </method>
34462       <method name="UInt16 cast_ushort(System.Object)">
34463         <size>7</size>
34464       </method>
34465       <method name="Byte cast_byte(System.Object)">
34466         <size>7</size>
34467       </method>
34468       <method name="SByte cast_sbyte(System.Object)">
34469         <size>7</size>
34470       </method>
34471       <method name="Int64 cast_long(System.Object)">
34472         <size>7</size>
34473       </method>
34474       <method name="UInt64 cast_ulong(System.Object)">
34475         <size>7</size>
34476       </method>
34477       <method name="Single cast_float(System.Object)">
34478         <size>7</size>
34479       </method>
34480       <method name="Double cast_double(System.Object)">
34481         <size>7</size>
34482       </method>
34483       <method name="Boolean cast_bool(System.Object)">
34484         <size>7</size>
34485       </method>
34486       <method name="Int32 Main()">
34487         <size>1126</size>
34488       </method>
34489     </type>
34490   </test>
34491   <test name="test-460.cs">
34492     <type name="MainClass">
34493       <method name="Void .ctor()">
34494         <size>7</size>
34495       </method>
34496       <method name="Void .cctor()">
34497         <size>18</size>
34498       </method>
34499       <method name="Void Main()">
34500         <size>1</size>
34501       </method>
34502     </type>
34503   </test>
34504   <test name="test-461.cs">
34505     <type name="Valtest">
34506       <method name="Void .ctor()">
34507         <size>7</size>
34508       </method>
34509       <method name="Int32 Main()">
34510         <size>50</size>
34511       </method>
34512     </type>
34513     <type name="Value">
34514       <method name="Void .ctor(Object)">
34515         <size>1</size>
34516       </method>
34517       <method name="System.Object get_Val()">
34518         <size>7</size>
34519       </method>
34520       <method name="System.Enum get_Val2()">
34521         <size>7</size>
34522       </method>
34523     </type>
34524   </test>
34525   <test name="test-462.cs">
34526     <type name="X">
34527       <method name="Void .ctor()">
34528         <size>7</size>
34529       </method>
34530       <method name="Void Method(X)">
34531         <size>1</size>
34532       </method>
34533       <method name="Void Method(System.String)">
34534         <size>8</size>
34535       </method>
34536       <method name="Int32 Main()">
34537         <size>28</size>
34538       </method>
34539     </type>
34540   </test>
34541   <test name="test-463.cs">
34542     <type name="PropertySorter">
34543       <method name="Void .ctor()">
34544         <size>7</size>
34545       </method>
34546     </type>
34547     <type name="PathItemBase">
34548       <method name="Void .ctor()">
34549         <size>7</size>
34550       </method>
34551     </type>
34552     <type name="PathItemBase+TypeConverter">
34553       <method name="Void .ctor()">
34554         <size>7</size>
34555       </method>
34556     </type>
34557     <type name="X">
34558       <method name="Void .ctor()">
34559         <size>7</size>
34560       </method>
34561       <method name="Void Main()">
34562         <size>1</size>
34563       </method>
34564     </type>
34565   </test>
34566   <test name="test-464.cs">
34567     <type name="C">
34568       <method name="Void .ctor()">
34569         <size>7</size>
34570       </method>
34571       <method name="Int32 Main()">
34572         <size>85</size>
34573       </method>
34574     </type>
34575   </test>
34576   <test name="test-465.cs">
34577     <type name="C">
34578       <method name="Void .ctor()">
34579         <size>7</size>
34580       </method>
34581       <method name="Int32 Main()">
34582         <size>85</size>
34583       </method>
34584     </type>
34585   </test>
34586   <test name="test-466.cs">
34587     <type name="A.X.Test">
34588       <method name="Void Main()">
34589         <size>13</size>
34590       </method>
34591       <method name="Void .ctor()">
34592         <size>7</size>
34593       </method>
34594     </type>
34595   </test>
34596   <test name="test-467.cs">
34597     <type name="A">
34598       <method name="Void .ctor()">
34599         <size>7</size>
34600       </method>
34601     </type>
34602     <type name="A+D">
34603       <method name="Int32 Invoke()">
34604         <size>0</size>
34605       </method>
34606       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34607         <size>0</size>
34608       </method>
34609       <method name="Int32 EndInvoke(IAsyncResult)">
34610         <size>0</size>
34611       </method>
34612       <method name="Void .ctor(Object, IntPtr)">
34613         <size>0</size>
34614       </method>
34615     </type>
34616     <type name="B">
34617       <method name="Void .ctor()">
34618         <size>7</size>
34619       </method>
34620     </type>
34621     <type name="B+D">
34622       <method name="Void Invoke()">
34623         <size>0</size>
34624       </method>
34625       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34626         <size>0</size>
34627       </method>
34628       <method name="Void EndInvoke(IAsyncResult)">
34629         <size>0</size>
34630       </method>
34631       <method name="Void .ctor(Object, IntPtr)">
34632         <size>0</size>
34633       </method>
34634     </type>
34635     <type name="C">
34636       <method name="Int32 Foo()">
34637         <size>2</size>
34638       </method>
34639       <method name="Int32 Main()">
34640         <size>29</size>
34641       </method>
34642       <method name="Void .ctor()">
34643         <size>7</size>
34644       </method>
34645     </type>
34646   </test>
34647   <test name="test-468.cs">
34648     <type name="CorMetaDataDispenserExClass">
34649       <method name="Void .ctor()">
34650         <size>0</size>
34651       </method>
34652     </type>
34653     <type name="Test">
34654       <method name="Void .ctor()">
34655         <size>7</size>
34656       </method>
34657       <method name="Void XXX()">
34658         <size>12</size>
34659       </method>
34660       <method name="Void Main()">
34661         <size>1</size>
34662       </method>
34663     </type>
34664   </test>
34665   <test name="test-469.cs">
34666     <type name="Lambda">
34667       <method name="Void .ctor()">
34668         <size>7</size>
34669       </method>
34670       <method name="Void f(Int32)">
34671         <size>7</size>
34672       </method>
34673       <method name="Del[] Make2(Int32)">
34674         <size>50</size>
34675       </method>
34676       <method name="Int32 Main()">
34677         <size>68</size>
34678       </method>
34679     </type>
34680     <type name="Del">
34681       <method name="Void .ctor(Object, IntPtr)">
34682         <size>0</size>
34683       </method>
34684       <method name="Void Invoke(Int32)">
34685         <size>0</size>
34686       </method>
34687       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34688         <size>0</size>
34689       </method>
34690       <method name="Void EndInvoke(IAsyncResult)">
34691         <size>0</size>
34692       </method>
34693     </type>
34694     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
34695       <method name="Void .ctor()">
34696         <size>7</size>
34697       </method>
34698       <method name="Void &lt;&gt;m__0(Int32)">
34699         <size>23</size>
34700       </method>
34701       <method name="Void &lt;&gt;m__1(Int32)">
34702         <size>23</size>
34703       </method>
34704     </type>
34705   </test>
34706   <test name="test-47.cs">
34707     <type name="X">
34708       <method name="Void .ctor()">
34709         <size>7</size>
34710       </method>
34711       <method name="Void .cctor()">
34712         <size>1</size>
34713       </method>
34714       <method name="Boolean f()">
34715         <size>24</size>
34716       </method>
34717       <method name="Boolean t()">
34718         <size>24</size>
34719       </method>
34720       <method name="Int32 Main()">
34721         <size>404</size>
34722       </method>
34723     </type>
34724   </test>
34725   <test name="test-470.cs">
34726     <type name="X">
34727       <method name="Void .ctor()">
34728         <size>7</size>
34729       </method>
34730       <method name="System.String get_ASTNodeTypeName()">
34731         <size>16</size>
34732       </method>
34733     </type>
34734     <type name="Demo">
34735       <method name="Void .ctor()">
34736         <size>7</size>
34737       </method>
34738       <method name="Void Main()">
34739         <size>1</size>
34740       </method>
34741     </type>
34742   </test>
34743   <test name="test-472.cs">
34744     <type name="Test">
34745       <method name="Void .ctor()">
34746         <size>7</size>
34747       </method>
34748       <method name="Int32 get_Prop()">
34749         <size>7</size>
34750       </method>
34751       <method name="Void set_Prop(Int32)">
34752         <size>8</size>
34753       </method>
34754       <method name="Int32 Main()">
34755         <size>79</size>
34756       </method>
34757     </type>
34758   </test>
34759   <test name="test-473.cs">
34760     <type name="UnixMarshal">
34761       <method name="Void .ctor()">
34762         <size>7</size>
34763       </method>
34764       <method name="Void .cctor()">
34765         <size>24</size>
34766       </method>
34767       <method name="Void Default(Int32)">
34768         <size>1</size>
34769       </method>
34770       <method name="System.String GetDescription(Error)">
34771         <size>2</size>
34772       </method>
34773     </type>
34774     <type name="UnixMarshal2">
34775       <method name="Void .ctor()">
34776         <size>7</size>
34777       </method>
34778       <method name="System.String GetDescription(Error)">
34779         <size>2</size>
34780       </method>
34781     </type>
34782     <type name="Stdlib">
34783       <method name="Void .ctor()">
34784         <size>7</size>
34785       </method>
34786     </type>
34787     <type name="TestConst">
34788       <method name="Void .ctor()">
34789         <size>7</size>
34790       </method>
34791     </type>
34792     <type name="XX">
34793       <method name="Void .ctor()">
34794         <size>7</size>
34795       </method>
34796     </type>
34797     <type name="Syscall">
34798       <method name="Void .ctor()">
34799         <size>7</size>
34800       </method>
34801       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
34802         <size>2</size>
34803       </method>
34804     </type>
34805     <type name="EnumWrapper">
34806       <method name="Void .ctor(Int32)">
34807         <size>7</size>
34808       </method>
34809     </type>
34810     <type name="Test">
34811       <method name="Void .ctor()">
34812         <size>7</size>
34813       </method>
34814       <method name="Void Main()">
34815         <size>1</size>
34816       </method>
34817     </type>
34818     <type name="SignalHandler">
34819       <method name="Void .ctor(Object, IntPtr)">
34820         <size>0</size>
34821       </method>
34822       <method name="Void Invoke(Int32)">
34823         <size>0</size>
34824       </method>
34825       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34826         <size>0</size>
34827       </method>
34828       <method name="Void EndInvoke(IAsyncResult)">
34829         <size>0</size>
34830       </method>
34831     </type>
34832     <type name="PS">
34833       <method name="Void GetDescription(Error)">
34834         <size>1</size>
34835       </method>
34836     </type>
34837     <type name="Value">
34838       <method name="EnumWrapper op_Explicit(Value)">
34839         <size>11</size>
34840       </method>
34841     </type>
34842   </test>
34843   <test name="test-474.cs">
34844     <type name="Z">
34845       <method name="Void .ctor()">
34846         <size>7</size>
34847       </method>
34848       <method name="Void Main()">
34849         <size>13</size>
34850       </method>
34851       <method name="Void TestPreinc(Int32)">
34852         <size>57</size>
34853       </method>
34854       <method name="Void TestPostinc(Int32)">
34855         <size>57</size>
34856       </method>
34857       <method name="Void Assert(Int32, Int32)">
34858         <size>67</size>
34859       </method>
34860     </type>
34861     <type name="Z+X">
34862       <method name="Void .ctor(Object, IntPtr)">
34863         <size>0</size>
34864       </method>
34865       <method name="Void Invoke()">
34866         <size>0</size>
34867       </method>
34868       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34869         <size>0</size>
34870       </method>
34871       <method name="Void EndInvoke(IAsyncResult)">
34872         <size>0</size>
34873       </method>
34874     </type>
34875     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
34876       <method name="Void .ctor()">
34877         <size>7</size>
34878       </method>
34879       <method name="Void &lt;&gt;m__0()">
34880         <size>38</size>
34881       </method>
34882     </type>
34883     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
34884       <method name="Void .ctor()">
34885         <size>7</size>
34886       </method>
34887       <method name="Void &lt;&gt;m__1()">
34888         <size>38</size>
34889       </method>
34890     </type>
34891   </test>
34892   <test name="test-475.cs">
34893     <type name="X">
34894       <method name="Void .ctor()">
34895         <size>7</size>
34896       </method>
34897       <method name="Void .cctor()">
34898         <size>24</size>
34899       </method>
34900       <method name="Void add_e(MyDelegate)">
34901         <size>22</size>
34902       </method>
34903       <method name="Void remove_e(MyDelegate)">
34904         <size>22</size>
34905       </method>
34906       <method name="Void Test(Int32)">
34907         <size>17</size>
34908       </method>
34909       <method name="Int32 Main()">
34910         <size>28</size>
34911       </method>
34912     </type>
34913     <type name="MyDelegate">
34914       <method name="Void .ctor(Object, IntPtr)">
34915         <size>0</size>
34916       </method>
34917       <method name="Void Invoke(Int32)">
34918         <size>0</size>
34919       </method>
34920       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34921         <size>0</size>
34922       </method>
34923       <method name="Void EndInvoke(IAsyncResult)">
34924         <size>0</size>
34925       </method>
34926     </type>
34927   </test>
34928   <test name="test-476.cs">
34929     <type name="Test">
34930       <method name="Void .ctor()">
34931         <size>7</size>
34932       </method>
34933       <method name="Void Main()">
34934         <size>1</size>
34935       </method>
34936     </type>
34937   </test>
34938   <test name="test-477.cs">
34939     <type name="C">
34940       <method name="Void .ctor()">
34941         <size>7</size>
34942       </method>
34943       <method name="Void Test(Int32 ByRef)">
34944         <size>1</size>
34945       </method>
34946       <method name="Void Main()">
34947         <size>1</size>
34948       </method>
34949     </type>
34950   </test>
34951   <test name="test-478.cs">
34952     <type name="Test.MainClass">
34953       <method name="Void .ctor()">
34954         <size>7</size>
34955       </method>
34956       <method name="Void Main()">
34957         <size>1</size>
34958       </method>
34959     </type>
34960     <type name="Test.TestAttribute">
34961       <method name="Void .ctor(TestEnum2)">
34962         <size>7</size>
34963       </method>
34964     </type>
34965     <type name="Test.Test2Attribute">
34966       <method name="Void .ctor()">
34967         <size>7</size>
34968       </method>
34969     </type>
34970   </test>
34971   <test name="test-479.cs">
34972     <type name="Test.Test">
34973       <method name="Void .ctor()">
34974         <size>7</size>
34975       </method>
34976       <method name="Boolean Equals(System.Object)">
34977         <size>2</size>
34978       </method>
34979       <method name="Int32 GetHashCode()">
34980         <size>2</size>
34981       </method>
34982       <method name="Void Main()">
34983         <size>1</size>
34984       </method>
34985     </type>
34986   </test>
34987   <test name="test-48.cs">
34988     <type name="Blah">
34989       <method name="Void .ctor()">
34990         <size>7</size>
34991       </method>
34992       <method name="Int32 Main()">
34993         <size>55</size>
34994       </method>
34995       <method name="Void Test_1()">
34996         <size>1</size>
34997       </method>
34998     </type>
34999   </test>
35000   <test name="test-480.cs">
35001     <type name="A">
35002       <method name="Void Dispose()">
35003         <size>1</size>
35004       </method>
35005       <method name="Void .ctor(Int32)">
35006         <size>7</size>
35007       </method>
35008     </type>
35009     <type name="C">
35010       <method name="Void Test(System.Object)">
35011         <size>271</size>
35012       </method>
35013       <method name="Int32 Main()">
35014         <size>13</size>
35015       </method>
35016       <method name="Void &lt;Test&gt;m__0(Int32)">
35017         <size>1</size>
35018       </method>
35019       <method name="Void .ctor()">
35020         <size>7</size>
35021       </method>
35022     </type>
35023     <type name="C+D">
35024       <method name="Void Invoke(Int32)">
35025         <size>0</size>
35026       </method>
35027       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35028         <size>0</size>
35029       </method>
35030       <method name="Void EndInvoke(IAsyncResult)">
35031         <size>0</size>
35032       </method>
35033       <method name="Void .ctor(Object, IntPtr)">
35034         <size>0</size>
35035       </method>
35036     </type>
35037   </test>
35038   <test name="test-481.cs">
35039     <type name="TestClass">
35040       <method name="Int32 Main()">
35041         <size>42</size>
35042       </method>
35043     </type>
35044     <type name="TestDelegate">
35045       <method name="Void .ctor(Object, IntPtr)">
35046         <size>0</size>
35047       </method>
35048       <method name="Void Invoke(Int32 ByRef)">
35049         <size>0</size>
35050       </method>
35051       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
35052         <size>0</size>
35053       </method>
35054       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
35055         <size>0</size>
35056       </method>
35057     </type>
35058     <type name="TestClass">
35059       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
35060         <size>4</size>
35061       </method>
35062     </type>
35063   </test>
35064   <test name="test-482.cs">
35065     <type name="X">
35066       <method name="Void .ctor()">
35067         <size>7</size>
35068       </method>
35069       <method name="Void M4(Int32)">
35070         <size>1</size>
35071       </method>
35072       <method name="Void Main()">
35073         <size>1</size>
35074       </method>
35075       <method name="Void M4(Int32, ...)">
35076         <size>1</size>
35077       </method>
35078     </type>
35079   </test>
35080   <test name="test-483.cs">
35081     <type name="Tests">
35082       <method name="Void .ctor()">
35083         <size>7</size>
35084       </method>
35085       <method name="Void Main()">
35086         <size>21</size>
35087       </method>
35088     </type>
35089   </test>
35090   <test name="test-484.cs">
35091     <type name="Test.TestBit">
35092       <method name="Void .ctor()">
35093         <size>7</size>
35094       </method>
35095       <method name="Void Main()">
35096         <size>1</size>
35097       </method>
35098     </type>
35099   </test>
35100   <test name="test-485.cs">
35101     <type name="MonoBUG">
35102       <method name="Void .ctor()">
35103         <size>7</size>
35104       </method>
35105       <method name="Void Main(System.String[])">
35106         <size>44</size>
35107       </method>
35108     </type>
35109   </test>
35110   <test name="test-486.cs">
35111     <type name="Test">
35112       <method name="Void .ctor()">
35113         <size>7</size>
35114       </method>
35115       <method name="Void Main()">
35116         <size>119</size>
35117       </method>
35118     </type>
35119   </test>
35120   <test name="test-487.cs">
35121     <type name="X">
35122       <method name="Void .ctor(Object)">
35123         <size>72</size>
35124       </method>
35125       <method name="Void .cctor()">
35126         <size>1</size>
35127       </method>
35128       <method name="Int32 Main()">
35129         <size>25</size>
35130       </method>
35131     </type>
35132   </test>
35133   <test name="test-488.cs">
35134     <type name="P">
35135       <method name="Void .ctor()">
35136         <size>7</size>
35137       </method>
35138     </type>
35139     <type name="Test">
35140       <method name="Void .ctor()">
35141         <size>7</size>
35142       </method>
35143       <method name="IEnumerable foo()">
35144         <size>2</size>
35145       </method>
35146       <method name="Void Main()">
35147         <size>166</size>
35148       </method>
35149     </type>
35150     <type name="Q">
35151       <method name="Void .ctor(P)">
35152         <size>8</size>
35153       </method>
35154     </type>
35155   </test>
35156   <test name="test-489.cs">
35157     <type name="test">
35158       <method name="Void .ctor()">
35159         <size>7</size>
35160       </method>
35161       <method name="Void Main()">
35162         <size>1</size>
35163       </method>
35164     </type>
35165   </test>
35166   <test name="test-49.cs">
35167     <type name="X">
35168       <method name="Void .ctor()">
35169         <size>7</size>
35170       </method>
35171       <method name="Int32 s(Byte)">
35172         <size>2182</size>
35173       </method>
35174       <method name="Int32 test(Int32)">
35175         <size>70</size>
35176       </method>
35177       <method name="Int32 tests(System.String)">
35178         <size>152</size>
35179       </method>
35180       <method name="Int32 testn(System.String)">
35181         <size>76</size>
35182       </method>
35183       <method name="Int32 testm(System.String)">
35184         <size>77</size>
35185       </method>
35186       <method name="Int32 testo(System.String)">
35187         <size>79</size>
35188       </method>
35189       <method name="Int32 testp(System.String)">
35190         <size>109</size>
35191       </method>
35192       <method name="Int32 test_def(System.String)">
35193         <size>119</size>
35194       </method>
35195       <method name="Int32 test_coverage(Int32)">
35196         <size>18</size>
35197       </method>
35198       <method name="Int32 test_goto(Int32)">
35199         <size>39</size>
35200       </method>
35201       <method name="Int32 test_memberaccess(System.String)">
35202         <size>76</size>
35203       </method>
35204       <method name="Int32 test_string_multiple_targets(System.String)">
35205         <size>128</size>
35206       </method>
35207       <method name="Int32 test_casts(Int32)">
35208         <size>17</size>
35209       </method>
35210       <method name="Int32 testSwitchEnumLong(TestEnum)">
35211         <size>56</size>
35212       </method>
35213       <method name="Int32 test_long_enum_switch()">
35214         <size>66</size>
35215       </method>
35216       <method name="Int32 tests_default(System.String)">
35217         <size>107</size>
35218       </method>
35219       <method name="Int32 tests_default_2(System.String)">
35220         <size>124</size>
35221       </method>
35222       <method name="Void test_76590(System.String)">
35223         <size>107</size>
35224       </method>
35225       <method name="Void test_77964()">
35226         <size>37</size>
35227       </method>
35228       <method name="Boolean bug_78860()">
35229         <size>114</size>
35230       </method>
35231       <method name="Int32 Main()">
35232         <size>1037</size>
35233       </method>
35234     </type>
35235   </test>
35236   <test name="test-490.cs">
35237     <type name="T">
35238       <method name="Void .ctor()">
35239         <size>7</size>
35240       </method>
35241       <method name="Void .cctor()">
35242         <size>39</size>
35243       </method>
35244       <method name="Void Main()">
35245         <size>1</size>
35246       </method>
35247     </type>
35248   </test>
35249   <test name="test-491.cs">
35250     <type name="M">
35251       <method name="Void .ctor()">
35252         <size>7</size>
35253       </method>
35254       <method name="Void Main()">
35255         <size>1</size>
35256       </method>
35257     </type>
35258     <type name="AttrA">
35259       <method name="Void .ctor()">
35260         <size>7</size>
35261       </method>
35262     </type>
35263     <type name="AttrB">
35264       <method name="Void .ctor()">
35265         <size>7</size>
35266       </method>
35267     </type>
35268   </test>
35269   <test name="test-492.cs">
35270     <type name="Test.My1Attribute">
35271       <method name="Void .ctor(Object)">
35272         <size>19</size>
35273       </method>
35274     </type>
35275     <type name="Test.My2Attribute">
35276       <method name="Void .ctor(String[])">
35277         <size>21</size>
35278       </method>
35279     </type>
35280     <type name="Test.My3Attribute">
35281       <method name="Void .ctor(Byte)">
35282         <size>24</size>
35283       </method>
35284     </type>
35285     <type name="Test.Test">
35286       <method name="Void .ctor()">
35287         <size>7</size>
35288       </method>
35289       <method name="Int32 Main()">
35290         <size>60</size>
35291       </method>
35292     </type>
35293   </test>
35294   <test name="test-493.cs">
35295     <type name="A">
35296       <method name="Void .ctor()">
35297         <size>7</size>
35298       </method>
35299       <method name="Int32 get_f()">
35300         <size>2</size>
35301       </method>
35302     </type>
35303     <type name="B">
35304       <method name="Void .ctor()">
35305         <size>7</size>
35306       </method>
35307       <method name="Int32 bar()">
35308         <size>11</size>
35309       </method>
35310     </type>
35311     <type name="C">
35312       <method name="Void .ctor()">
35313         <size>7</size>
35314       </method>
35315       <method name="Void Main()">
35316         <size>1</size>
35317       </method>
35318     </type>
35319   </test>
35320   <test name="test-494.cs">
35321     <type name="Agresso.Foundation.Function">
35322       <method name="Void .ctor()">
35323         <size>7</size>
35324       </method>
35325       <method name="Void Main()">
35326         <size>1</size>
35327       </method>
35328     </type>
35329     <type name="Agresso.Foundation.Translate">
35330       <method name="Void .ctor(Object, IntPtr)">
35331         <size>0</size>
35332       </method>
35333       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
35334         <size>0</size>
35335       </method>
35336       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
35337         <size>0</size>
35338       </method>
35339       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
35340         <size>0</size>
35341       </method>
35342     </type>
35343   </test>
35344   <test name="test-495.cs">
35345     <type name="plj.aClass">
35346       <method name="Void .ctor()">
35347         <size>7</size>
35348       </method>
35349       <method name="plj.aClass op_Implicit(plj.fromClass)">
35350         <size>2</size>
35351       </method>
35352     </type>
35353     <type name="plj.realClass1">
35354       <method name="Void .ctor()">
35355         <size>7</size>
35356       </method>
35357       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
35358         <size>2</size>
35359       </method>
35360     </type>
35361     <type name="plj.fromClass">
35362       <method name="Void .ctor()">
35363         <size>7</size>
35364       </method>
35365       <method name="Void Main()">
35366         <size>1</size>
35367       </method>
35368     </type>
35369   </test>
35370   <test name="test-496.cs">
35371     <type name="Baz">
35372       <method name="Void Main()">
35373         <size>1</size>
35374       </method>
35375       <method name="Void .ctor()">
35376         <size>7</size>
35377       </method>
35378     </type>
35379   </test>
35380   <test name="test-497.cs">
35381     <type name="PlotMenuItem">
35382       <method name="Void .ctor()">
35383         <size>7</size>
35384       </method>
35385       <method name="Void .ctor(EventHandler)">
35386         <size>54</size>
35387       </method>
35388       <method name="Int32 Main()">
35389         <size>50</size>
35390       </method>
35391       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
35392         <size>11</size>
35393       </method>
35394       <method name="System.EventHandler get_Callback()">
35395         <size>7</size>
35396       </method>
35397       <method name="Void set_Callback(System.EventHandler)">
35398         <size>8</size>
35399       </method>
35400     </type>
35401   </test>
35402   <test name="test-498.cs">
35403     <type name="C">
35404       <method name="Int32 Main()">
35405         <size>81</size>
35406       </method>
35407     </type>
35408     <type name="A">
35409       <method name="Void .ctor(Single)">
35410         <size>0</size>
35411       </method>
35412       <method name="Int32 get_Foo()">
35413         <size>0</size>
35414       </method>
35415     </type>
35416   </test>
35417   <test name="test-499.cs">
35418     <type name="X">
35419       <method name="Void .ctor()">
35420         <size>7</size>
35421       </method>
35422       <method name="Void Main()">
35423         <size>24</size>
35424       </method>
35425     </type>
35426   </test>
35427   <test name="test-5.cs">
35428     <type name="X">
35429       <method name="Void .ctor()">
35430         <size>7</size>
35431       </method>
35432       <method name="Int32 Main()">
35433         <size>37</size>
35434       </method>
35435     </type>
35436   </test>
35437   <test name="test-500.cs">
35438     <type name="SomeCustomAttribute">
35439       <method name="Void .ctor()">
35440         <size>7</size>
35441       </method>
35442     </type>
35443     <type name="MainClass">
35444       <method name="Void .ctor()">
35445         <size>7</size>
35446       </method>
35447       <method name="Int32 Main()">
35448         <size>115</size>
35449       </method>
35450     </type>
35451   </test>
35452   <test name="test-501.cs">
35453     <type name="Tests">
35454       <method name="Void .ctor()">
35455         <size>7</size>
35456       </method>
35457       <method name="Void DumpException(Tests+FilterStackFrame)">
35458         <size>1</size>
35459       </method>
35460       <method name="Void foo(Boolean ByRef)">
35461         <size>49</size>
35462       </method>
35463       <method name="Void Main(System.String[])">
35464         <size>8</size>
35465       </method>
35466     </type>
35467     <type name="Tests+FilterStackFrame">
35468       <method name="Void .ctor(Object, IntPtr)">
35469         <size>0</size>
35470       </method>
35471       <method name="Boolean Invoke(System.Object)">
35472         <size>0</size>
35473       </method>
35474       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
35475         <size>0</size>
35476       </method>
35477       <method name="Boolean EndInvoke(IAsyncResult)">
35478         <size>0</size>
35479       </method>
35480     </type>
35481     <type name="Tests">
35482       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
35483         <size>2</size>
35484       </method>
35485     </type>
35486   </test>
35487   <test name="test-502.cs">
35488     <type name="Base">
35489       <method name="Void .ctor()">
35490         <size>7</size>
35491       </method>
35492       <method name="Int32 get_Property()">
35493         <size>3</size>
35494       </method>
35495       <method name="Void Main()">
35496         <size>1</size>
35497       </method>
35498     </type>
35499     <type name="Derived">
35500       <method name="Void .ctor()">
35501         <size>7</size>
35502       </method>
35503       <method name="Int32 get_Property()">
35504         <size>3</size>
35505       </method>
35506     </type>
35507     <type name="BaseClass">
35508       <method name="Void .ctor()">
35509         <size>7</size>
35510       </method>
35511       <method name="Int32 get_Value()">
35512         <size>2</size>
35513       </method>
35514       <method name="Void set_Value(Int32)">
35515         <size>1</size>
35516       </method>
35517     </type>
35518     <type name="DerivedClass">
35519       <method name="Void .ctor()">
35520         <size>7</size>
35521       </method>
35522       <method name="Int32 get_Value()">
35523         <size>2</size>
35524       </method>
35525     </type>
35526     <type name="ErrorClass">
35527       <method name="Void .ctor()">
35528         <size>7</size>
35529       </method>
35530       <method name="Int32 get_Value()">
35531         <size>2</size>
35532       </method>
35533       <method name="Void set_Value(Int32)">
35534         <size>1</size>
35535       </method>
35536     </type>
35537   </test>
35538   <test name="test-503.cs">
35539     <type name="Foo">
35540       <method name="Void .ctor()">
35541         <size>7</size>
35542       </method>
35543       <method name="Int32 Main()">
35544         <size>33</size>
35545       </method>
35546     </type>
35547   </test>
35548   <test name="test-504.cs">
35549     <type name="Foo">
35550       <method name="Void .ctor()">
35551         <size>7</size>
35552       </method>
35553       <method name="Void .cctor()">
35554         <size>7</size>
35555       </method>
35556       <method name="Int32 f()">
35557         <size>2</size>
35558       </method>
35559       <method name="Int32 Main()">
35560         <size>32</size>
35561       </method>
35562     </type>
35563   </test>
35564   <test name="test-505.cs">
35565     <type name="T">
35566       <method name="Void .ctor()">
35567         <size>7</size>
35568       </method>
35569       <method name="Int32 f()">
35570         <size>19</size>
35571       </method>
35572       <method name="Void Main()">
35573         <size>38</size>
35574       </method>
35575     </type>
35576   </test>
35577   <test name="test-506.cs">
35578     <type name="ProtectedSetter.BaseClass">
35579       <method name="Void .ctor()">
35580         <size>7</size>
35581       </method>
35582       <method name="System.String get_Name()">
35583         <size>0</size>
35584       </method>
35585       <method name="Void set_Name(System.String)">
35586         <size>0</size>
35587       </method>
35588     </type>
35589     <type name="ProtectedSetter.DerivedClass">
35590       <method name="Void .ctor()">
35591         <size>7</size>
35592       </method>
35593       <method name="System.String get_Name()">
35594         <size>2</size>
35595       </method>
35596       <method name="Void set_Name(System.String)">
35597         <size>1</size>
35598       </method>
35599       <method name="Void Main()">
35600         <size>1</size>
35601       </method>
35602     </type>
35603   </test>
35604   <test name="test-507.cs">
35605     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
35606       <method name="Void .ctor()">
35607         <size>7</size>
35608       </method>
35609       <method name="Void SomeMethod()">
35610         <size>1</size>
35611       </method>
35612       <method name="Void SomeMethod2()">
35613         <size>1</size>
35614       </method>
35615     </type>
35616     <type name="NewslotVirtualFinal.C">
35617       <method name="Void .ctor()">
35618         <size>7</size>
35619       </method>
35620       <method name="Int32 Main()">
35621         <size>83</size>
35622       </method>
35623     </type>
35624   </test>
35625   <test name="test-508.cs">
35626     <type name="OutputParam">
35627       <method name="Void .ctor()">
35628         <size>7</size>
35629       </method>
35630       <method name="Void Main(System.String[])">
35631         <size>14</size>
35632       </method>
35633       <method name="Void Method(Int32 ByRef)">
35634         <size>17</size>
35635       </method>
35636     </type>
35637   </test>
35638   <test name="test-509.cs">
35639     <type name="BaseClass">
35640       <method name="Void .ctor()">
35641         <size>7</size>
35642       </method>
35643       <method name="Void add_OnEvent(DelegateHandler)">
35644         <size>24</size>
35645       </method>
35646       <method name="Void remove_OnEvent(DelegateHandler)">
35647         <size>24</size>
35648       </method>
35649     </type>
35650     <type name="ExtendingClass">
35651       <method name="Void .ctor()">
35652         <size>7</size>
35653       </method>
35654       <method name="Void Main()">
35655         <size>1</size>
35656       </method>
35657       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
35658         <size>8</size>
35659       </method>
35660       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
35661         <size>8</size>
35662       </method>
35663     </type>
35664     <type name="DelegateHandler">
35665       <method name="Void .ctor(Object, IntPtr)">
35666         <size>0</size>
35667       </method>
35668       <method name="Void Invoke()">
35669         <size>0</size>
35670       </method>
35671       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35672         <size>0</size>
35673       </method>
35674       <method name="Void EndInvoke(IAsyncResult)">
35675         <size>0</size>
35676       </method>
35677     </type>
35678   </test>
35679   <test name="test-51.cs">
35680     <type name="Base">
35681       <method name="Void .ctor()">
35682         <size>25</size>
35683       </method>
35684       <method name="Int32 get_b_int_property()">
35685         <size>7</size>
35686       </method>
35687       <method name="Void set_b_int_property(Int32)">
35688         <size>8</size>
35689       </method>
35690       <method name="System.String b_get_id()">
35691         <size>6</size>
35692       </method>
35693     </type>
35694     <type name="Derived">
35695       <method name="Void .ctor()">
35696         <size>26</size>
35697       </method>
35698       <method name="Int32 get_b_int_property()">
35699         <size>7</size>
35700       </method>
35701       <method name="Void set_b_int_property(Int32)">
35702         <size>8</size>
35703       </method>
35704       <method name="Int32 Test()">
35705         <size>138</size>
35706       </method>
35707     </type>
35708     <type name="boot">
35709       <method name="Void .ctor()">
35710         <size>7</size>
35711       </method>
35712       <method name="Int32 Main()">
35713         <size>13</size>
35714       </method>
35715     </type>
35716   </test>
35717   <test name="test-510.cs">
35718     <type name="Foo">
35719       <method name="Void .ctor()">
35720         <size>7</size>
35721       </method>
35722       <method name="Void test39(Int32 ByRef)">
35723         <size>36</size>
35724       </method>
35725       <method name="Void Main()">
35726         <size>28</size>
35727       </method>
35728     </type>
35729   </test>
35730   <test name="test-511.cs">
35731     <type name="Foo">
35732       <method name="Void .ctor()">
35733         <size>7</size>
35734       </method>
35735       <method name="Void Main(System.String[])">
35736         <size>17</size>
35737       </method>
35738       <method name="Void f()">
35739         <size>7</size>
35740       </method>
35741     </type>
35742   </test>
35743   <test name="test-512.cs">
35744     <type name="Foo">
35745       <method name="Void .ctor()">
35746         <size>7</size>
35747       </method>
35748       <method name="Void Main(System.String[])">
35749         <size>17</size>
35750       </method>
35751       <method name="Void f()">
35752         <size>7</size>
35753       </method>
35754     </type>
35755   </test>
35756   <test name="test-513.cs">
35757     <type name="Test">
35758       <method name="Void .ctor()">
35759         <size>7</size>
35760       </method>
35761       <method name="Int32 Main()">
35762         <size>246</size>
35763       </method>
35764     </type>
35765   </test>
35766   <test name="test-514.cs">
35767     <type name="X">
35768       <method name="Void .ctor()">
35769         <size>7</size>
35770       </method>
35771       <method name="Void HandleConflict(Int32)">
35772         <size>31</size>
35773       </method>
35774       <method name="Int32 Main()">
35775         <size>40</size>
35776       </method>
35777     </type>
35778   </test>
35779   <test name="test-515.cs">
35780     <type name="X">
35781       <method name="Void .ctor()">
35782         <size>7</size>
35783       </method>
35784       <method name="Void Main()">
35785         <size>35</size>
35786       </method>
35787     </type>
35788   </test>
35789   <test name="test-516.cs">
35790     <type name="X">
35791       <method name="Void .ctor()">
35792         <size>7</size>
35793       </method>
35794       <method name="Void Main()">
35795         <size>35</size>
35796       </method>
35797     </type>
35798   </test>
35799   <test name="test-517.cs">
35800     <type name="Test">
35801       <method name="Void .ctor()">
35802         <size>7</size>
35803       </method>
35804       <method name="Int32 Main()">
35805         <size>11</size>
35806       </method>
35807     </type>
35808   </test>
35809   <test name="test-518.cs">
35810     <type name="Foo">
35811       <method name="Void .ctor()">
35812         <size>7</size>
35813       </method>
35814       <method name="Int32 Main()">
35815         <size>19</size>
35816       </method>
35817     </type>
35818   </test>
35819   <test name="test-519.cs">
35820     <type name="Foo">
35821       <method name="Void .ctor()">
35822         <size>7</size>
35823       </method>
35824       <method name="Int32 Main()">
35825         <size>32</size>
35826       </method>
35827       <method name="Void f()">
35828         <size>29</size>
35829       </method>
35830     </type>
35831   </test>
35832   <test name="test-52.cs">
35833     <type name="Y">
35834       <method name="Void .ctor()">
35835         <size>7</size>
35836       </method>
35837       <method name="Boolean MoveNext()">
35838         <size>28</size>
35839       </method>
35840       <method name="System.Object get_Current()">
35841         <size>12</size>
35842       </method>
35843     </type>
35844     <type name="X">
35845       <method name="Void .ctor()">
35846         <size>7</size>
35847       </method>
35848       <method name="Void .cctor()">
35849         <size>36</size>
35850       </method>
35851       <method name="Y GetEnumerator()">
35852         <size>6</size>
35853       </method>
35854       <method name="Int32 Main()">
35855         <size>501</size>
35856       </method>
35857     </type>
35858   </test>
35859   <test name="test-520.cs">
35860     <type name="FakeInt">
35861       <method name="Void .ctor(Int64)">
35862         <size>14</size>
35863       </method>
35864       <method name="Int64 op_Implicit(FakeInt)">
35865         <size>7</size>
35866       </method>
35867     </type>
35868     <type name="MainClass">
35869       <method name="Void .ctor()">
35870         <size>7</size>
35871       </method>
35872       <method name="Void Main()">
35873         <size>28</size>
35874       </method>
35875     </type>
35876   </test>
35877   <test name="test-521.cs">
35878     <type name="Tests">
35879       <method name="Void .ctor()">
35880         <size>7</size>
35881       </method>
35882       <method name="Void CallWithContextN(System.Object, System.Object[])">
35883         <size>1</size>
35884       </method>
35885       <method name="Void Main()">
35886         <size>14</size>
35887       </method>
35888     </type>
35889     <type name="Tests+CallTargetWithContextN">
35890       <method name="Void .ctor(Object, IntPtr)">
35891         <size>0</size>
35892       </method>
35893       <method name="Void Invoke(System.Object, System.Object[])">
35894         <size>0</size>
35895       </method>
35896       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
35897         <size>0</size>
35898       </method>
35899       <method name="Void EndInvoke(IAsyncResult)">
35900         <size>0</size>
35901       </method>
35902     </type>
35903   </test>
35904   <test name="test-522.cs">
35905     <type name="Const">
35906       <method name="Void .ctor()">
35907         <size>7</size>
35908       </method>
35909       <method name="Void Main()">
35910         <size>1</size>
35911       </method>
35912     </type>
35913   </test>
35914   <test name="test-523.cs">
35915     <type name="T">
35916       <method name="Void .ctor()">
35917         <size>7</size>
35918       </method>
35919       <method name="Int32 stuff()">
35920         <size>20</size>
35921       </method>
35922       <method name="Int32 stuff2()">
35923         <size>44</size>
35924       </method>
35925       <method name="Int32 stuff3()">
35926         <size>44</size>
35927       </method>
35928       <method name="Void stuff4()">
35929         <size>20</size>
35930       </method>
35931       <method name="Void stuff_finally()">
35932         <size>1</size>
35933       </method>
35934       <method name="Void Main()">
35935         <size>1</size>
35936       </method>
35937     </type>
35938   </test>
35939   <test name="test-524.cs">
35940     <type name="Foo">
35941       <method name="Void .ctor()">
35942         <size>7</size>
35943       </method>
35944       <method name="Int32 Main()">
35945         <size>91</size>
35946       </method>
35947     </type>
35948   </test>
35949   <test name="test-525.cs">
35950     <type name="X">
35951       <method name="Void .ctor()">
35952         <size>7</size>
35953       </method>
35954       <method name="Void Finalize()">
35955         <size>36</size>
35956       </method>
35957       <method name="Int32 Test1()">
35958         <size>33</size>
35959       </method>
35960       <method name="Void Test2()">
35961         <size>66</size>
35962       </method>
35963       <method name="Void Main()">
35964         <size>39</size>
35965       </method>
35966     </type>
35967     <type name="&lt;PrivateImplementationDetails&gt;">
35968       <method name="Void .ctor()">
35969         <size>7</size>
35970       </method>
35971     </type>
35972   </test>
35973   <test name="test-526.cs">
35974     <type name="Test">
35975       <method name="Void .ctor()">
35976         <size>7</size>
35977       </method>
35978       <method name="Void Main()">
35979         <size>1</size>
35980       </method>
35981       <method name="Void Foo(IListCounter)">
35982         <size>8</size>
35983       </method>
35984       <method name="Void Foo2(IC)">
35985         <size>8</size>
35986       </method>
35987       <method name="Void Foo3(ICC)">
35988         <size>8</size>
35989       </method>
35990       <method name="Void Foo4(IM2)">
35991         <size>8</size>
35992       </method>
35993     </type>
35994   </test>
35995   <test name="test-527.cs">
35996     <type name="Repro">
35997       <method name="Void .ctor()">
35998         <size>19</size>
35999       </method>
36000       <method name="Int32 Main()">
36001         <size>48</size>
36002       </method>
36003       <method name="Void foo()">
36004         <size>61</size>
36005       </method>
36006       <method name="Int32 bar()">
36007         <size>3</size>
36008       </method>
36009     </type>
36010   </test>
36011   <test name="test-528.cs">
36012     <type name="MicroFocus.MONO.Bugs.Odd">
36013       <method name="Void .ctor()">
36014         <size>7</size>
36015       </method>
36016       <method name="Void .cctor()">
36017         <size>25</size>
36018       </method>
36019       <method name="Void Main()">
36020         <size>1</size>
36021       </method>
36022     </type>
36023   </test>
36024   <test name="test-529.cs">
36025     <type name="C">
36026       <method name="Void .ctor()">
36027         <size>7</size>
36028       </method>
36029       <method name="Void Main()">
36030         <size>8</size>
36031       </method>
36032     </type>
36033   </test>
36034   <test name="test-53.cs">
36035     <type name="MyDispose">
36036       <method name="Void Dispose()">
36037         <size>8</size>
36038       </method>
36039       <method name="Void .ctor()">
36040         <size>7</size>
36041       </method>
36042     </type>
36043     <type name="X">
36044       <method name="Int32 Main()">
36045         <size>257</size>
36046       </method>
36047       <method name="Void .ctor()">
36048         <size>7</size>
36049       </method>
36050     </type>
36051   </test>
36052   <test name="test-530.cs">
36053     <type name="X">
36054       <method name="Void .ctor()">
36055         <size>7</size>
36056       </method>
36057       <method name="Void e(System.Object[])">
36058         <size>1</size>
36059       </method>
36060       <method name="Void Main()">
36061         <size>1</size>
36062       </method>
36063     </type>
36064   </test>
36065   <test name="test-531.cs">
36066     <type name="Test">
36067       <method name="Void .ctor()">
36068         <size>7</size>
36069       </method>
36070       <method name="Void Main()">
36071         <size>11</size>
36072       </method>
36073     </type>
36074   </test>
36075   <test name="test-532.cs">
36076     <type name="X">
36077       <method name="Void .ctor()">
36078         <size>47</size>
36079       </method>
36080       <method name="Void Main()">
36081         <size>1</size>
36082       </method>
36083     </type>
36084   </test>
36085   <test name="test-533.cs">
36086     <type name="Test">
36087       <method name="Void .ctor()">
36088         <size>7</size>
36089       </method>
36090       <method name="Void True(Boolean)">
36091         <size>10</size>
36092       </method>
36093       <method name="Void False(Boolean)">
36094         <size>13</size>
36095       </method>
36096       <method name="Void Main()">
36097         <size>61</size>
36098       </method>
36099     </type>
36100   </test>
36101   <test name="test-535.cs">
36102     <type name="X">
36103       <method name="Void .ctor()">
36104         <size>7</size>
36105       </method>
36106       <method name="Void Main()">
36107         <size>77</size>
36108       </method>
36109       <method name="Void Compile()">
36110         <size>19</size>
36111       </method>
36112       <method name="Void M(Int64)">
36113         <size>1</size>
36114       </method>
36115       <method name="Void M(UInt64)">
36116         <size>1</size>
36117       </method>
36118       <method name="Void M(System.Object)">
36119         <size>1</size>
36120       </method>
36121     </type>
36122   </test>
36123   <test name="test-536.cs">
36124     <type name="Test">
36125       <method name="Void add_Foo(FooHandler)">
36126         <size>22</size>
36127       </method>
36128       <method name="Void remove_Foo(FooHandler)">
36129         <size>22</size>
36130       </method>
36131       <method name="Void OnFooTest()">
36132         <size>1</size>
36133       </method>
36134       <method name="Void Main()">
36135         <size>31</size>
36136       </method>
36137     </type>
36138     <type name="FooHandler">
36139       <method name="Void .ctor(Object, IntPtr)">
36140         <size>0</size>
36141       </method>
36142       <method name="Void Invoke()">
36143         <size>0</size>
36144       </method>
36145       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36146         <size>0</size>
36147       </method>
36148       <method name="Void EndInvoke(IAsyncResult)">
36149         <size>0</size>
36150       </method>
36151     </type>
36152     <type name="Test">
36153       <method name="Void &lt;Main&gt;m__0()">
36154         <size>18</size>
36155       </method>
36156     </type>
36157   </test>
36158   <test name="test-537.cs">
36159     <type name="Base">
36160       <method name="Void .ctor()">
36161         <size>7</size>
36162       </method>
36163       <method name="System.String get_H()">
36164         <size>6</size>
36165       </method>
36166     </type>
36167     <type name="X">
36168       <method name="Void .ctor()">
36169         <size>7</size>
36170       </method>
36171     </type>
36172     <type name="X+Derived">
36173       <method name="Void .ctor()">
36174         <size>7</size>
36175       </method>
36176     </type>
36177     <type name="X+Derived+Nested">
36178       <method name="Void .ctor()">
36179         <size>7</size>
36180       </method>
36181       <method name="Void G()">
36182         <size>21</size>
36183       </method>
36184     </type>
36185     <type name="Derived">
36186       <method name="Void .ctor()">
36187         <size>7</size>
36188       </method>
36189     </type>
36190     <type name="Derived+Nested">
36191       <method name="Void .ctor()">
36192         <size>7</size>
36193       </method>
36194       <method name="Void G()">
36195         <size>18</size>
36196       </method>
36197     </type>
36198     <type name="Test">
36199       <method name="Void .ctor()">
36200         <size>7</size>
36201       </method>
36202       <method name="Void Main()">
36203         <size>1</size>
36204       </method>
36205     </type>
36206   </test>
36207   <test name="test-538.cs">
36208     <type name="concrete">
36209       <method name="Void .ctor()">
36210         <size>7</size>
36211       </method>
36212     </type>
36213     <type name="Program">
36214       <method name="Void .ctor()">
36215         <size>7</size>
36216       </method>
36217       <method name="concrete getConcrete(IInterface)">
36218         <size>6</size>
36219       </method>
36220       <method name="Void Main(System.String[])">
36221         <size>20</size>
36222       </method>
36223     </type>
36224     <type name="testDelegate">
36225       <method name="Void .ctor(Object, IntPtr)">
36226         <size>0</size>
36227       </method>
36228       <method name="IInterface Invoke(concrete)">
36229         <size>0</size>
36230       </method>
36231       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
36232         <size>0</size>
36233       </method>
36234       <method name="IInterface EndInvoke(IAsyncResult)">
36235         <size>0</size>
36236       </method>
36237     </type>
36238   </test>
36239   <test name="test-539.cs">
36240     <type name="Test">
36241       <method name="Int32 Main()">
36242         <size>84</size>
36243       </method>
36244       <method name="Void .ctor()">
36245         <size>7</size>
36246       </method>
36247     </type>
36248     <type name="&lt;PrivateImplementationDetails&gt;">
36249       <method name="Void .ctor()">
36250         <size>7</size>
36251       </method>
36252     </type>
36253   </test>
36254   <test name="test-54.cs">
36255     <type name="X">
36256       <method name="Void .ctor()">
36257         <size>7</size>
36258       </method>
36259       <method name="Boolean v()">
36260         <size>26</size>
36261       </method>
36262       <method name="Int32 Main()">
36263         <size>2</size>
36264       </method>
36265     </type>
36266   </test>
36267   <test name="test-540.cs">
36268     <type name="A">
36269       <method name="Void .ctor()">
36270         <size>7</size>
36271       </method>
36272       <method name="Byte op_Implicit(A)">
36273         <size>3</size>
36274       </method>
36275     </type>
36276     <type name="Constraint">
36277       <method name="Void .ctor()">
36278         <size>7</size>
36279       </method>
36280       <method name="Void Foo(System.Object)">
36281         <size>1</size>
36282       </method>
36283       <method name="Int32 Main()">
36284         <size>89</size>
36285       </method>
36286       <method name="Constraint op_LogicalNot(Constraint)">
36287         <size>2</size>
36288       </method>
36289       <method name="Constraint op_UnaryPlus(Constraint)">
36290         <size>2</size>
36291       </method>
36292       <method name="Constraint op_OnesComplement(Constraint)">
36293         <size>2</size>
36294       </method>
36295       <method name="Constraint op_UnaryNegation(Constraint)">
36296         <size>2</size>
36297       </method>
36298     </type>
36299   </test>
36300   <test name="test-541.cs">
36301     <type name="ClassMain">
36302       <method name="Void Main()">
36303         <size>31</size>
36304       </method>
36305       <method name="Void set_test(Boolean)">
36306         <size>1</size>
36307       </method>
36308       <method name="Void &lt;Main&gt;m__0(Int32)">
36309         <size>1</size>
36310       </method>
36311       <method name="Void .ctor()">
36312         <size>7</size>
36313       </method>
36314     </type>
36315     <type name="ClassMain+D">
36316       <method name="Void Invoke(Int32)">
36317         <size>0</size>
36318       </method>
36319       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36320         <size>0</size>
36321       </method>
36322       <method name="Void EndInvoke(IAsyncResult)">
36323         <size>0</size>
36324       </method>
36325       <method name="Void .ctor(Object, IntPtr)">
36326         <size>0</size>
36327       </method>
36328     </type>
36329   </test>
36330   <test name="test-542.cs">
36331     <type name="X">
36332       <method name="Void .ctor()">
36333         <size>7</size>
36334       </method>
36335       <method name="Void Main()">
36336         <size>1</size>
36337       </method>
36338     </type>
36339     <type name="ARec">
36340       <method name="Void .ctor(Decimal)">
36341         <size>14</size>
36342       </method>
36343       <method name="Decimal Round(Int32)">
36344         <size>13</size>
36345       </method>
36346       <method name="Decimal Round(Decimal, Int32)">
36347         <size>7</size>
36348       </method>
36349     </type>
36350   </test>
36351   <test name="test-543.cs">
36352     <type name="BetterMethod">
36353       <method name="Void .ctor()">
36354         <size>7</size>
36355       </method>
36356       <method name="Int32 get_Item(System.Boolean[])">
36357         <size>2</size>
36358       </method>
36359       <method name="System.String get_Item(Boolean, System.Object)">
36360         <size>6</size>
36361       </method>
36362     </type>
36363     <type name="MainClass">
36364       <method name="Void .ctor()">
36365         <size>7</size>
36366       </method>
36367       <method name="Int32 get_Item(Int32, System.String[])">
36368         <size>2</size>
36369       </method>
36370       <method name="Void set_Item(Int32, System.String[], Int32)">
36371         <size>40</size>
36372       </method>
36373       <method name="System.Object get_Item(Int32, System.Object[])">
36374         <size>2</size>
36375       </method>
36376       <method name="Void set_Item(Int32, System.Object[], System.Object)">
36377         <size>40</size>
36378       </method>
36379       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
36380         <size>2</size>
36381       </method>
36382       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
36383         <size>40</size>
36384       </method>
36385       <method name="Void Main(System.String[])">
36386         <size>258</size>
36387       </method>
36388     </type>
36389   </test>
36390   <test name="test-544.cs">
36391     <type name="X">
36392       <method name="Void .ctor()">
36393         <size>7</size>
36394       </method>
36395       <method name="Void Main()">
36396         <size>32</size>
36397       </method>
36398     </type>
36399   </test>
36400   <test name="test-545.cs">
36401     <type name="X">
36402       <method name="Void .ctor()">
36403         <size>7</size>
36404       </method>
36405       <method name="Void Main()">
36406         <size>1</size>
36407       </method>
36408     </type>
36409     <type name="Dingus">
36410       <method name="Void .ctor(Int32)">
36411         <size>1</size>
36412       </method>
36413     </type>
36414   </test>
36415   <test name="test-546.cs">
36416     <type name="NameSpace.C">
36417       <method name="Void .ctor()">
36418         <size>7</size>
36419       </method>
36420       <method name="Void Main()">
36421         <size>1</size>
36422       </method>
36423     </type>
36424   </test>
36425   <test name="test-547.cs">
36426     <type name="C">
36427       <method name="Void .ctor()">
36428         <size>7</size>
36429       </method>
36430       <method name="Void Main()">
36431         <size>1</size>
36432       </method>
36433     </type>
36434   </test>
36435   <test name="test-548.cs">
36436     <type name="Bugs.Bug0">
36437       <method name="Void .ctor()">
36438         <size>7</size>
36439       </method>
36440       <method name="Int32 Main()">
36441         <size>23</size>
36442       </method>
36443     </type>
36444     <type name="Bugs.Bug0+MyBoolean">
36445       <method name="Void .ctor(Boolean)">
36446         <size>8</size>
36447       </method>
36448       <method name="MyBoolean op_Implicit(Boolean)">
36449         <size>7</size>
36450       </method>
36451       <method name="Boolean op_Implicit(MyBoolean)">
36452         <size>8</size>
36453       </method>
36454     </type>
36455   </test>
36456   <test name="test-549.cs">
36457     <type name="Do">
36458       <method name="Void .ctor()">
36459         <size>7</size>
36460       </method>
36461       <method name="Void Register(Get)">
36462         <size>1</size>
36463       </method>
36464       <method name="Void Register(System.Object)">
36465         <size>1</size>
36466       </method>
36467       <method name="System.Object MyGet(Do)">
36468         <size>2</size>
36469       </method>
36470       <method name="Void X()">
36471         <size>19</size>
36472       </method>
36473     </type>
36474     <type name="User">
36475       <method name="Void .ctor()">
36476         <size>7</size>
36477       </method>
36478       <method name="Void Main()">
36479         <size>1</size>
36480       </method>
36481     </type>
36482     <type name="Get">
36483       <method name="Void .ctor(Object, IntPtr)">
36484         <size>0</size>
36485       </method>
36486       <method name="System.Object Invoke(Do)">
36487         <size>0</size>
36488       </method>
36489       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
36490         <size>0</size>
36491       </method>
36492       <method name="System.Object EndInvoke(IAsyncResult)">
36493         <size>0</size>
36494       </method>
36495     </type>
36496   </test>
36497   <test name="test-55.cs">
36498     <type name="A.B.C">
36499       <method name="Void .ctor()">
36500         <size>7</size>
36501       </method>
36502       <method name="Void Hola()">
36503         <size>11</size>
36504       </method>
36505     </type>
36506     <type name="X.Y.Z.W">
36507       <method name="Void .ctor()">
36508         <size>7</size>
36509       </method>
36510       <method name="Void Ahoj()">
36511         <size>11</size>
36512       </method>
36513     </type>
36514     <type name="Foo.System">
36515       <method name="Void .ctor()">
36516         <size>7</size>
36517       </method>
36518       <method name="Void X()">
36519         <size>11</size>
36520       </method>
36521     </type>
36522     <type name="App">
36523       <method name="Void .ctor()">
36524         <size>7</size>
36525       </method>
36526       <method name="Int32 Main()">
36527         <size>12</size>
36528       </method>
36529     </type>
36530   </test>
36531   <test name="test-550.cs">
36532     <type name="Bla.Blub.Fo‿o">
36533       <method name="Void .ctor()">
36534         <size>7</size>
36535       </method>
36536       <method name="Void Main(System.String[])">
36537         <size>11</size>
36538       </method>
36539     </type>
36540   </test>
36541   <test name="test-551.cs">
36542     <type name="System.Int32">
36543       <method name="Void Main()">
36544         <size>1</size>
36545       </method>
36546     </type>
36547   </test>
36548   <test name="test-552.cs">
36549     <type name="C">
36550       <method name="Void .ctor()">
36551         <size>7</size>
36552       </method>
36553       <method name="Void Test(C)">
36554         <size>1</size>
36555       </method>
36556       <method name="Void Main()">
36557         <size>14</size>
36558       </method>
36559     </type>
36560   </test>
36561   <test name="test-553.cs">
36562     <type name="A">
36563       <method name="Void .ctor()">
36564         <size>7</size>
36565       </method>
36566       <method name="Void Add(System.Object)">
36567         <size>1</size>
36568       </method>
36569     </type>
36570     <type name="B">
36571       <method name="Void .ctor()">
36572         <size>7</size>
36573       </method>
36574       <method name="Boolean Add(System.Object)">
36575         <size>2</size>
36576       </method>
36577       <method name="Void Main()">
36578         <size>1</size>
36579       </method>
36580     </type>
36581   </test>
36582   <test name="test-554.cs">
36583     <type name="C">
36584       <method name="Void .ctor()">
36585         <size>7</size>
36586       </method>
36587       <method name="Int32 Main()">
36588         <size>145</size>
36589       </method>
36590     </type>
36591     <type name="&lt;PrivateImplementationDetails&gt;">
36592       <method name="Void .ctor()">
36593         <size>7</size>
36594       </method>
36595     </type>
36596   </test>
36597   <test name="test-555.cs">
36598     <type name="Test">
36599       <method name="Void .ctor()">
36600         <size>7</size>
36601       </method>
36602       <method name="Int32 Main()">
36603         <size>351</size>
36604       </method>
36605     </type>
36606   </test>
36607   <test name="test-556.cs">
36608     <type name="S">
36609       <method name="Void .ctor()">
36610         <size>7</size>
36611       </method>
36612       <method name="Void Frobnikator()">
36613         <size>1</size>
36614       </method>
36615       <method name="Void CharToX()">
36616         <size>1</size>
36617       </method>
36618       <method name="Int32 Main()">
36619         <size>35</size>
36620       </method>
36621     </type>
36622   </test>
36623   <test name="test-557.cs">
36624     <type name="Test">
36625       <method name="Void .ctor()">
36626         <size>7</size>
36627       </method>
36628       <method name="Void Main(System.String[])">
36629         <size>1</size>
36630       </method>
36631     </type>
36632   </test>
36633   <test name="test-558.cs">
36634     <type name="TestClass">
36635       <method name="Void .ctor()">
36636         <size>7</size>
36637       </method>
36638       <method name="Void Main()">
36639         <size>21</size>
36640       </method>
36641       <method name="Void TestMethod(Int32)">
36642         <size>1</size>
36643       </method>
36644     </type>
36645     <type name="TestClass+OneDelegate">
36646       <method name="Void .ctor(Object, IntPtr)">
36647         <size>0</size>
36648       </method>
36649       <method name="Void Invoke(Int32)">
36650         <size>0</size>
36651       </method>
36652       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36653         <size>0</size>
36654       </method>
36655       <method name="Void EndInvoke(IAsyncResult)">
36656         <size>0</size>
36657       </method>
36658     </type>
36659   </test>
36660   <test name="test-559.cs">
36661     <type name="C">
36662       <method name="Void .ctor()">
36663         <size>7</size>
36664       </method>
36665       <method name="Void add_TestEvent(B+TestDelegate)">
36666         <size>24</size>
36667       </method>
36668       <method name="Void remove_TestEvent(B+TestDelegate)">
36669         <size>24</size>
36670       </method>
36671       <method name="Void Main()">
36672         <size>1</size>
36673       </method>
36674     </type>
36675   </test>
36676   <test name="test-56.cs">
36677     <type name="A">
36678       <method name="Void .ctor()">
36679         <size>7</size>
36680       </method>
36681       <method name="Int32 get_P()">
36682         <size>7</size>
36683       </method>
36684       <method name="Void set_P(Int32)">
36685         <size>8</size>
36686       </method>
36687       <method name="Int32 get_Q()">
36688         <size>0</size>
36689       </method>
36690       <method name="Void set_Q(Int32)">
36691         <size>0</size>
36692       </method>
36693       <method name="Int32 get_R()">
36694         <size>7</size>
36695       </method>
36696       <method name="Void set_R(Int32)">
36697         <size>8</size>
36698       </method>
36699     </type>
36700     <type name="B">
36701       <method name="Void .ctor()">
36702         <size>7</size>
36703       </method>
36704       <method name="Int32 get_P()">
36705         <size>7</size>
36706       </method>
36707       <method name="Void set_P(Int32)">
36708         <size>8</size>
36709       </method>
36710       <method name="Int32 get_Q()">
36711         <size>7</size>
36712       </method>
36713       <method name="Void set_Q(Int32)">
36714         <size>8</size>
36715       </method>
36716     </type>
36717     <type name="C">
36718       <method name="Void .ctor()">
36719         <size>7</size>
36720       </method>
36721       <method name="Int32 get_Q()">
36722         <size>7</size>
36723       </method>
36724       <method name="Void set_Q(Int32)">
36725         <size>8</size>
36726       </method>
36727       <method name="Int32 get_R()">
36728         <size>7</size>
36729       </method>
36730       <method name="Void set_R(Int32)">
36731         <size>8</size>
36732       </method>
36733     </type>
36734     <type name="M">
36735       <method name="Void .ctor()">
36736         <size>7</size>
36737       </method>
36738       <method name="Int32 Main()">
36739         <size>221</size>
36740       </method>
36741     </type>
36742   </test>
36743   <test name="test-560.cs">
36744     <type name="Bugs.Bug2">
36745       <method name="Void .ctor()">
36746         <size>7</size>
36747       </method>
36748       <method name="Void Main(System.String[])">
36749         <size>81</size>
36750       </method>
36751     </type>
36752     <type name="Bugs.Bug2+MyByte">
36753       <method name="Void .ctor(Byte)">
36754         <size>8</size>
36755       </method>
36756       <method name="MyByte op_Implicit(Byte)">
36757         <size>7</size>
36758       </method>
36759       <method name="Byte op_Implicit(MyByte)">
36760         <size>8</size>
36761       </method>
36762     </type>
36763     <type name="Bugs.Bug2+MyInt">
36764       <method name="Void .ctor(Int32)">
36765         <size>8</size>
36766       </method>
36767       <method name="MyInt op_Implicit(Int32)">
36768         <size>7</size>
36769       </method>
36770       <method name="Int32 op_Implicit(MyInt)">
36771         <size>8</size>
36772       </method>
36773     </type>
36774   </test>
36775   <test name="test-561.cs">
36776     <type name="A">
36777       <method name="Void .ctor()">
36778         <size>7</size>
36779       </method>
36780       <method name="Void I.M()">
36781         <size>1</size>
36782       </method>
36783       <method name="Void M()">
36784         <size>0</size>
36785       </method>
36786     </type>
36787     <type name="C">
36788       <method name="Void .ctor()">
36789         <size>7</size>
36790       </method>
36791       <method name="Void M()">
36792         <size>1</size>
36793       </method>
36794       <method name="Void Main()">
36795         <size>1</size>
36796       </method>
36797     </type>
36798   </test>
36799   <test name="test-562.cs">
36800     <type name="Program">
36801       <method name="Void .ctor()">
36802         <size>7</size>
36803       </method>
36804       <method name="Int32 Main()">
36805         <size>45</size>
36806       </method>
36807     </type>
36808   </test>
36809   <test name="test-563.cs">
36810     <type name="Test">
36811       <method name="Void .ctor()">
36812         <size>7</size>
36813       </method>
36814       <method name="System.Object TestMethod(TestCollection)">
36815         <size>66</size>
36816       </method>
36817       <method name="Void Main()">
36818         <size>1</size>
36819       </method>
36820     </type>
36821   </test>
36822   <test name="test-564.cs">
36823     <type name="A">
36824       <method name="Void .ctor()">
36825         <size>7</size>
36826       </method>
36827       <method name="Void Main()">
36828         <size>1</size>
36829       </method>
36830     </type>
36831   </test>
36832   <test name="test-565.cs">
36833     <type name="T">
36834       <method name="Void .ctor()">
36835         <size>7</size>
36836       </method>
36837       <method name="Boolean Equals(System.Object)">
36838         <size>2</size>
36839       </method>
36840       <method name="Void Main()">
36841         <size>1</size>
36842       </method>
36843     </type>
36844   </test>
36845   <test name="test-566.cs">
36846     <type name="Test">
36847       <method name="Void .ctor()">
36848         <size>7</size>
36849       </method>
36850       <method name="System.String get_Spec()">
36851         <size>12</size>
36852       </method>
36853       <method name="Void Foo(C)">
36854         <size>7</size>
36855       </method>
36856       <method name="Void Foo2(CC)">
36857         <size>12</size>
36858       </method>
36859       <method name="Void Main()">
36860         <size>1</size>
36861       </method>
36862     </type>
36863     <type name="CA">
36864       <method name="Void .ctor()">
36865         <size>7</size>
36866       </method>
36867       <method name="Void set_Spec(System.String)">
36868         <size>1</size>
36869       </method>
36870     </type>
36871     <type name="CB">
36872       <method name="Void .ctor()">
36873         <size>7</size>
36874       </method>
36875       <method name="Void set_Spec(System.String)">
36876         <size>1</size>
36877       </method>
36878     </type>
36879     <type name="CC">
36880       <method name="Void .ctor()">
36881         <size>7</size>
36882       </method>
36883     </type>
36884   </test>
36885   <test name="test-567.cs">
36886     <type name="preservesig_test.Class1">
36887       <method name="Void .ctor()">
36888         <size>7</size>
36889       </method>
36890       <method name="Int32 Main(System.String[])">
36891         <size>143</size>
36892       </method>
36893     </type>
36894     <type name="preservesig_test.TestClass">
36895       <method name="Void .ctor()">
36896         <size>7</size>
36897       </method>
36898       <method name="Void add_e(preservesig_test.TestClass+D)">
36899         <size>24</size>
36900       </method>
36901       <method name="Void remove_e(preservesig_test.TestClass+D)">
36902         <size>24</size>
36903       </method>
36904       <method name="Int32 DoFoo()">
36905         <size>2</size>
36906       </method>
36907       <method name="Int32 get_Foo()">
36908         <size>2</size>
36909       </method>
36910     </type>
36911     <type name="preservesig_test.TestClass+D">
36912       <method name="Void .ctor(Object, IntPtr)">
36913         <size>0</size>
36914       </method>
36915       <method name="Void Invoke()">
36916         <size>0</size>
36917       </method>
36918       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36919         <size>0</size>
36920       </method>
36921       <method name="Void EndInvoke(IAsyncResult)">
36922         <size>0</size>
36923       </method>
36924     </type>
36925   </test>
36926   <test name="test-568.cs">
36927     <type name="B">
36928       <method name="Void .ctor()">
36929         <size>7</size>
36930       </method>
36931       <method name="Void Main()">
36932         <size>1</size>
36933       </method>
36934     </type>
36935   </test>
36936   <test name="test-569.cs">
36937     <type name="MyAttribute">
36938       <method name="Void .ctor()">
36939         <size>7</size>
36940       </method>
36941     </type>
36942     <type name="SubAttribute">
36943       <method name="Void .ctor()">
36944         <size>7</size>
36945       </method>
36946     </type>
36947     <type name="test">
36948       <method name="Void .ctor()">
36949         <size>7</size>
36950       </method>
36951       <method name="Void method()">
36952         <size>1</size>
36953       </method>
36954       <method name="Void Main()">
36955         <size>1</size>
36956       </method>
36957     </type>
36958   </test>
36959   <test name="test-57.cs">
36960     <type name="Button">
36961       <method name="Void .ctor()">
36962         <size>7</size>
36963       </method>
36964       <method name="Void add_Click(EventHandler)">
36965         <size>24</size>
36966       </method>
36967       <method name="Void remove_Click(EventHandler)">
36968         <size>24</size>
36969       </method>
36970       <method name="Void OnClick(Int32, Int32)">
36971         <size>36</size>
36972       </method>
36973       <method name="Void Reset()">
36974         <size>8</size>
36975       </method>
36976     </type>
36977     <type name="Blah">
36978       <method name="Void .ctor()">
36979         <size>18</size>
36980       </method>
36981       <method name="Void Connect()">
36982         <size>59</size>
36983       </method>
36984       <method name="Void Button1_Click(Int32, Int32)">
36985         <size>34</size>
36986       </method>
36987       <method name="Void Foo_Click(Int32, Int32)">
36988         <size>34</size>
36989       </method>
36990       <method name="Void Disconnect()">
36991         <size>34</size>
36992       </method>
36993       <method name="Int32 Main()">
36994         <size>66</size>
36995       </method>
36996     </type>
36997     <type name="EventHandler">
36998       <method name="Void .ctor(Object, IntPtr)">
36999         <size>0</size>
37000       </method>
37001       <method name="Void Invoke(Int32, Int32)">
37002         <size>0</size>
37003       </method>
37004       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
37005         <size>0</size>
37006       </method>
37007       <method name="Void EndInvoke(IAsyncResult)">
37008         <size>0</size>
37009       </method>
37010     </type>
37011   </test>
37012   <test name="test-570.cs">
37013     <type name="Bar">
37014       <method name="Void .ctor()">
37015         <size>7</size>
37016       </method>
37017     </type>
37018     <type name="Program">
37019       <method name="Void .ctor()">
37020         <size>7</size>
37021       </method>
37022       <method name="Void Main()">
37023         <size>47</size>
37024       </method>
37025     </type>
37026   </test>
37027   <test name="test-571.cs">
37028     <type name="Test">
37029       <method name="Void .ctor()">
37030         <size>7</size>
37031       </method>
37032       <method name="Void Main()">
37033         <size>1</size>
37034       </method>
37035     </type>
37036   </test>
37037   <test name="test-572.cs">
37038     <type name="C">
37039       <method name="Void .ctor()">
37040         <size>7</size>
37041       </method>
37042       <method name="Color get_Color()">
37043         <size>10</size>
37044       </method>
37045       <method name="Void ResetCustomColors()">
37046         <size>16</size>
37047       </method>
37048       <method name="Void Main()">
37049         <size>1</size>
37050       </method>
37051     </type>
37052     <type name="Color">
37053       <method name="Color From(Int32)">
37054         <size>10</size>
37055       </method>
37056       <method name="Int32 ToArgb()">
37057         <size>2</size>
37058       </method>
37059     </type>
37060   </test>
37061   <test name="test-573.cs">
37062     <type name="C">
37063       <method name="Void .ctor()">
37064         <size>7</size>
37065       </method>
37066       <method name="Void .cctor()">
37067         <size>11</size>
37068       </method>
37069       <method name="Void Main()">
37070         <size>25</size>
37071       </method>
37072     </type>
37073   </test>
37074   <test name="test-574.cs">
37075     <type name="X">
37076       <method name="Void .ctor()">
37077         <size>7</size>
37078       </method>
37079       <method name="Int32 Main()">
37080         <size>31</size>
37081       </method>
37082     </type>
37083   </test>
37084   <test name="test-575.cs">
37085     <type name="Program">
37086       <method name="Void .ctor()">
37087         <size>7</size>
37088       </method>
37089       <method name="Void Main(System.String[])">
37090         <size>25</size>
37091       </method>
37092     </type>
37093   </test>
37094   <test name="test-576.cs">
37095     <type name="Foo">
37096       <method name="Void .ctor()">
37097         <size>7</size>
37098       </method>
37099       <method name="Void Main()">
37100         <size>24</size>
37101       </method>
37102     </type>
37103   </test>
37104   <test name="test-577.cs">
37105     <type name="C">
37106       <method name="Void IA.add_e_a(System.EventHandler)">
37107         <size>1</size>
37108       </method>
37109       <method name="Void IA.remove_e_a(System.EventHandler)">
37110         <size>1</size>
37111       </method>
37112       <method name="Void IA.add_e_b(System.EventHandler)">
37113         <size>1</size>
37114       </method>
37115       <method name="Void IA.remove_e_b(System.EventHandler)">
37116         <size>1</size>
37117       </method>
37118       <method name="Void Main()">
37119         <size>1</size>
37120       </method>
37121       <method name="Void .ctor()">
37122         <size>7</size>
37123       </method>
37124     </type>
37125   </test>
37126   <test name="test-578.cs">
37127     <type name="Test1.TestItem1">
37128       <method name="Void .ctor()">
37129         <size>7</size>
37130       </method>
37131       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
37132         <size>34</size>
37133       </method>
37134       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
37135         <size>34</size>
37136       </method>
37137       <method name="Int32 Test()">
37138         <size>12</size>
37139       </method>
37140     </type>
37141     <type name="Test1.TestItem2">
37142       <method name="Void .ctor()">
37143         <size>7</size>
37144       </method>
37145       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
37146         <size>18</size>
37147       </method>
37148       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
37149         <size>18</size>
37150       </method>
37151     </type>
37152     <type name="Test1.CC">
37153       <method name="Void .ctor()">
37154         <size>7</size>
37155       </method>
37156       <method name="Int32 Main()">
37157         <size>57</size>
37158       </method>
37159     </type>
37160     <type name="Test1.TestDelegate1">
37161       <method name="Void .ctor(Object, IntPtr)">
37162         <size>0</size>
37163       </method>
37164       <method name="Int32 Invoke()">
37165         <size>0</size>
37166       </method>
37167       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37168         <size>0</size>
37169       </method>
37170       <method name="Int32 EndInvoke(IAsyncResult)">
37171         <size>0</size>
37172       </method>
37173     </type>
37174     <type name="Test1.CC">
37175       <method name="Int32 &lt;Main&gt;m__0()">
37176         <size>2</size>
37177       </method>
37178     </type>
37179   </test>
37180   <test name="test-579.cs">
37181     <type name="TestCase">
37182       <method name="Int32 Main()">
37183         <size>32</size>
37184       </method>
37185       <method name="Void .ctor()">
37186         <size>7</size>
37187       </method>
37188     </type>
37189   </test>
37190   <test name="test-58.cs">
37191     <type name="Blah">
37192       <method name="Void .ctor()">
37193         <size>7</size>
37194       </method>
37195       <method name="Int32 Main()">
37196         <size>27</size>
37197       </method>
37198     </type>
37199   </test>
37200   <test name="test-580.cs">
37201     <type name="Bla">
37202       <method name="Void .ctor()">
37203         <size>7</size>
37204       </method>
37205       <method name="Void BuildNode(System.String ByRef)">
37206         <size>43</size>
37207       </method>
37208       <method name="Void BuildNode(System.String[] ByRef)">
37209         <size>58</size>
37210       </method>
37211       <method name="Void BuildNode_B(System.Object ByRef)">
37212         <size>18</size>
37213       </method>
37214       <method name="System.String BuildNode_C(System.String ByRef)">
37215         <size>80</size>
37216       </method>
37217       <method name="System.String BuildNode_D()">
37218         <size>160</size>
37219       </method>
37220       <method name="Void BuildNode_E(System.String[,] ByRef)">
37221         <size>83</size>
37222       </method>
37223       <method name="Int32 Main()">
37224         <size>290</size>
37225       </method>
37226       <method name="Boolean Test_Object()">
37227         <size>160</size>
37228       </method>
37229       <method name="Boolean Test_Decimal()">
37230         <size>128</size>
37231       </method>
37232     </type>
37233   </test>
37234   <test name="test-581.cs">
37235     <type name="TestParams">
37236       <method name="Void .ctor()">
37237         <size>7</size>
37238       </method>
37239       <method name="System.Object get_Item(System.String[])">
37240         <size>4</size>
37241       </method>
37242       <method name="Void set_Item(System.String[], System.Object)">
37243         <size>40</size>
37244       </method>
37245       <method name="Void TestMethod()">
37246         <size>179</size>
37247       </method>
37248     </type>
37249     <type name="TestNonParams">
37250       <method name="Void .ctor()">
37251         <size>7</size>
37252       </method>
37253       <method name="System.Object get_Item(System.String)">
37254         <size>2</size>
37255       </method>
37256       <method name="Void set_Item(System.String, System.Object)">
37257         <size>40</size>
37258       </method>
37259       <method name="Void TestMethod()">
37260         <size>73</size>
37261       </method>
37262     </type>
37263     <type name="M">
37264       <method name="Void .ctor()">
37265         <size>7</size>
37266       </method>
37267       <method name="Int32 Main()">
37268         <size>22</size>
37269       </method>
37270     </type>
37271   </test>
37272   <test name="test-582.cs">
37273     <type name="TrueClass">
37274       <method name="Void Main()">
37275         <size>1</size>
37276       </method>
37277     </type>
37278   </test>
37279   <test name="test-583.cs">
37280     <type name="Program">
37281       <method name="Void .ctor()">
37282         <size>7</size>
37283       </method>
37284       <method name="Int32 Main()">
37285         <size>19</size>
37286       </method>
37287     </type>
37288     <type name="ObjectContainerBase">
37289       <method name="Void .ctor()">
37290         <size>7</size>
37291       </method>
37292     </type>
37293   </test>
37294   <test name="test-584.cs">
37295     <type name="Style">
37296       <method name="Void .ctor()">
37297         <size>7</size>
37298       </method>
37299       <method name="Style get_CurrentStyle()">
37300         <size>2</size>
37301       </method>
37302       <method name="Void set_CurrentStyle(Style)">
37303         <size>1</size>
37304       </method>
37305       <method name="Boolean LoadCurrentStyle()">
37306         <size>20</size>
37307       </method>
37308       <method name="Style Load()">
37309         <size>2</size>
37310       </method>
37311       <method name="Int32 Main()">
37312         <size>18</size>
37313       </method>
37314     </type>
37315   </test>
37316   <test name="test-585.cs">
37317     <type name="A">
37318       <method name="Void .ctor()">
37319         <size>7</size>
37320       </method>
37321     </type>
37322     <type name="B">
37323       <method name="Void .ctor()">
37324         <size>7</size>
37325       </method>
37326     </type>
37327     <type name="X">
37328       <method name="Void .ctor()">
37329         <size>7</size>
37330       </method>
37331     </type>
37332     <type name="Program">
37333       <method name="Void .ctor()">
37334         <size>7</size>
37335       </method>
37336       <method name="Void Main()">
37337         <size>52</size>
37338       </method>
37339     </type>
37340   </test>
37341   <test name="test-586.cs">
37342     <type name="Program">
37343       <method name="Void .ctor()">
37344         <size>7</size>
37345       </method>
37346       <method name="Int32 Main()">
37347         <size>99</size>
37348       </method>
37349     </type>
37350     <type name="Program+MyColor">
37351       <method name="Void .ctor(Single)">
37352         <size>8</size>
37353       </method>
37354       <method name="Single get_Value()">
37355         <size>7</size>
37356       </method>
37357       <method name="MyColor op_Addition(MyColor, MyColor)">
37358         <size>21</size>
37359       </method>
37360     </type>
37361   </test>
37362   <test name="test-587.cs">
37363     <type name="Program">
37364       <method name="Void .ctor()">
37365         <size>7</size>
37366       </method>
37367       <method name="Int32 Main()">
37368         <size>17</size>
37369       </method>
37370     </type>
37371   </test>
37372   <test name="test-588.cs">
37373     <type name="TestNamespace.TestClass">
37374       <method name="Void .ctor()">
37375         <size>7</size>
37376       </method>
37377       <method name="Void HelloWorld()">
37378         <size>1</size>
37379       </method>
37380     </type>
37381     <type name="SuperClass">
37382       <method name="Void .ctor()">
37383         <size>7</size>
37384       </method>
37385       <method name="TestNamespace.TestClass get_TestClass()">
37386         <size>7</size>
37387       </method>
37388     </type>
37389     <type name="SubClass">
37390       <method name="Void .ctor()">
37391         <size>12</size>
37392       </method>
37393     </type>
37394     <type name="App">
37395       <method name="Void .ctor()">
37396         <size>7</size>
37397       </method>
37398       <method name="Void Main()">
37399         <size>7</size>
37400       </method>
37401     </type>
37402   </test>
37403   <test name="test-589.cs">
37404     <type name="TestNamespace.TestClass">
37405       <method name="Void .ctor()">
37406         <size>7</size>
37407       </method>
37408       <method name="Void HelloWorld()">
37409         <size>1</size>
37410       </method>
37411     </type>
37412     <type name="SuperClass">
37413       <method name="Void .ctor()">
37414         <size>7</size>
37415       </method>
37416       <method name="TestNamespace.TestClass get_TestClass()">
37417         <size>7</size>
37418       </method>
37419       <method name="Void set_TestClass(TestNamespace.TestClass)">
37420         <size>1</size>
37421       </method>
37422     </type>
37423     <type name="SubClass">
37424       <method name="Void .ctor()">
37425         <size>12</size>
37426       </method>
37427     </type>
37428     <type name="App">
37429       <method name="Void .ctor()">
37430         <size>7</size>
37431       </method>
37432       <method name="Void Main()">
37433         <size>7</size>
37434       </method>
37435     </type>
37436   </test>
37437   <test name="test-59.cs">
37438     <type name="X">
37439       <method name="Void .ctor()">
37440         <size>7</size>
37441       </method>
37442       <method name="Int32 test_explicit()">
37443         <size>224</size>
37444       </method>
37445       <method name="Int32 test_implicit()">
37446         <size>102</size>
37447       </method>
37448       <method name="Int32 Main()">
37449         <size>57</size>
37450       </method>
37451     </type>
37452   </test>
37453   <test name="test-590.cs">
37454     <type name="X">
37455       <method name="Void .ctor()">
37456         <size>18</size>
37457       </method>
37458       <method name="Int32 Main()">
37459         <size>28</size>
37460       </method>
37461       <method name="System.String Foo()">
37462         <size>6</size>
37463       </method>
37464       <method name="System.String get_Prop()">
37465         <size>7</size>
37466       </method>
37467       <method name="Void set_Prop(System.String)">
37468         <size>8</size>
37469       </method>
37470       <method name="System.String get_Item(Int32)">
37471         <size>7</size>
37472       </method>
37473       <method name="Void set_Item(Int32, System.String)">
37474         <size>8</size>
37475       </method>
37476       <method name="Int32 Do(System.String, System.String, System.String)">
37477         <size>332</size>
37478       </method>
37479     </type>
37480   </test>
37481   <test name="test-591.cs">
37482     <type name="C1">
37483       <method name="Void .ctor()">
37484         <size>7</size>
37485       </method>
37486       <method name="Void Foo(System.String)">
37487         <size>49</size>
37488       </method>
37489     </type>
37490     <type name="C2">
37491       <method name="Void .ctor()">
37492         <size>7</size>
37493       </method>
37494       <method name="Void Main()">
37495         <size>1</size>
37496       </method>
37497     </type>
37498   </test>
37499   <test name="test-592.cs">
37500     <type name="T">
37501       <method name="Void .ctor()">
37502         <size>7</size>
37503       </method>
37504       <method name="Int32 fib(Int32)">
37505         <size>53</size>
37506       </method>
37507       <method name="Int32 xx(Int32)">
37508         <size>33</size>
37509       </method>
37510       <method name="Void foo(Int32)">
37511         <size>38</size>
37512       </method>
37513       <method name="Void XXXA()">
37514         <size>6</size>
37515       </method>
37516       <method name="Void Main()">
37517         <size>1</size>
37518       </method>
37519     </type>
37520   </test>
37521   <test name="test-593.cs">
37522     <type name="MainClass">
37523       <method name="Void .ctor()">
37524         <size>7</size>
37525       </method>
37526       <method name="Void Foo(I)">
37527         <size>7</size>
37528       </method>
37529       <method name="Void Main()">
37530         <size>1</size>
37531       </method>
37532     </type>
37533   </test>
37534   <test name="test-594.cs">
37535     <type name="Test">
37536       <method name="Void .ctor()">
37537         <size>7</size>
37538       </method>
37539       <method name="Void Main()">
37540         <size>1</size>
37541       </method>
37542     </type>
37543   </test>
37544   <test name="test-595.cs">
37545     <type name="AttributesCollection">
37546       <method name="Void .ctor()">
37547         <size>7</size>
37548       </method>
37549       <method name="System.Object get_Item(SymbolId)">
37550         <size>2</size>
37551       </method>
37552       <method name="Void set_Item(SymbolId, System.Object)">
37553         <size>1</size>
37554       </method>
37555     </type>
37556     <type name="Program">
37557       <method name="Void .ctor()">
37558         <size>7</size>
37559       </method>
37560       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
37561         <size>18</size>
37562       </method>
37563       <method name="Void Main()">
37564         <size>23</size>
37565       </method>
37566     </type>
37567   </test>
37568   <test name="test-596.cs">
37569     <type name="C">
37570       <method name="Void .ctor()">
37571         <size>7</size>
37572       </method>
37573       <method name="Void Main()">
37574         <size>17</size>
37575       </method>
37576     </type>
37577   </test>
37578   <test name="test-597.cs">
37579     <type name="TestNS.Foo">
37580       <method name="Void .ctor()">
37581         <size>7</size>
37582       </method>
37583     </type>
37584     <type name="TestNS.XElement">
37585       <method name="Void .ctor()">
37586         <size>7</size>
37587       </method>
37588       <method name="TestNS.Bar get_Document()">
37589         <size>2</size>
37590       </method>
37591       <method name="System.Object get_CrashHere()">
37592         <size>29</size>
37593       </method>
37594     </type>
37595     <type name="TestNS.Element">
37596       <method name="Void .ctor()">
37597         <size>7</size>
37598       </method>
37599       <method name="TestNS.Foo get_Document()">
37600         <size>2</size>
37601       </method>
37602     </type>
37603     <type name="TestNS.Bar">
37604       <method name="Void .ctor()">
37605         <size>7</size>
37606       </method>
37607       <method name="IHoge get_Root()">
37608         <size>2</size>
37609       </method>
37610     </type>
37611     <type name="TestNS.C">
37612       <method name="Void .ctor()">
37613         <size>7</size>
37614       </method>
37615       <method name="Void Main()">
37616         <size>1</size>
37617       </method>
37618     </type>
37619   </test>
37620   <test name="test-598.cs">
37621     <type name="Test">
37622       <method name="Void .ctor()">
37623         <size>35</size>
37624       </method>
37625       <method name="V get_v()">
37626         <size>7</size>
37627       </method>
37628       <method name="Void Main()">
37629         <size>1</size>
37630       </method>
37631     </type>
37632     <type name="V">
37633       <method name="Void set_Item(Int32, Int32)">
37634         <size>1</size>
37635       </method>
37636     </type>
37637   </test>
37638   <test name="test-599.cs">
37639     <type name="Test.String">
37640       <method name="Void .ctor(String)">
37641         <size>14</size>
37642       </method>
37643       <method name="Test.String op_Implicit(System.String)">
37644         <size>15</size>
37645       </method>
37646       <method name="System.String op_Implicit(Test.String)">
37647         <size>15</size>
37648       </method>
37649     </type>
37650     <type name="TestCompiler.MainClass">
37651       <method name="Void .ctor()">
37652         <size>7</size>
37653       </method>
37654       <method name="Int32 Main()">
37655         <size>80</size>
37656       </method>
37657     </type>
37658   </test>
37659   <test name="test-6.cs">
37660     <type name="X">
37661       <method name="Void .ctor()">
37662         <size>7</size>
37663       </method>
37664       <method name="Int32 Main()">
37665         <size>37</size>
37666       </method>
37667     </type>
37668   </test>
37669   <test name="test-60.cs">
37670     <type name="ns5.Y">
37671       <method name="Void .ctor()">
37672         <size>7</size>
37673       </method>
37674       <method name="Void Run()">
37675         <size>1</size>
37676       </method>
37677     </type>
37678     <type name="X">
37679       <method name="Void .ctor()">
37680         <size>7</size>
37681       </method>
37682       <method name="Int32 Main()">
37683         <size>14</size>
37684       </method>
37685     </type>
37686   </test>
37687   <test name="test-600.cs">
37688     <type name="Test.Regression">
37689       <method name="Void .ctor()">
37690         <size>7</size>
37691       </method>
37692       <method name="Int32 Main()">
37693         <size>90</size>
37694       </method>
37695     </type>
37696   </test>
37697   <test name="test-601.cs">
37698     <type name="C">
37699       <method name="Void .ctor()">
37700         <size>7</size>
37701       </method>
37702       <method name="Void Main()">
37703         <size>1</size>
37704       </method>
37705     </type>
37706     <type name="C+MarkerUpdatedVMDelegate">
37707       <method name="Void .ctor(Object, IntPtr)">
37708         <size>0</size>
37709       </method>
37710       <method name="Void Invoke(IntPtr, IntPtr)">
37711         <size>0</size>
37712       </method>
37713       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
37714         <size>0</size>
37715       </method>
37716       <method name="Void EndInvoke(IAsyncResult)">
37717         <size>0</size>
37718       </method>
37719     </type>
37720   </test>
37721   <test name="test-602.cs">
37722     <type name="C">
37723       <method name="Void .ctor()">
37724         <size>7</size>
37725       </method>
37726       <method name="Int32 Main()">
37727         <size>95</size>
37728       </method>
37729       <method name="Int32 Error(System.String, System.Object[])">
37730         <size>8</size>
37731       </method>
37732       <method name="Int32 Format(System.String, System.Object)">
37733         <size>2</size>
37734       </method>
37735       <method name="Int32 Format(System.String, System.Object[])">
37736         <size>2</size>
37737       </method>
37738       <method name="Int32 Format(System.String, System.Object, System.Object[])">
37739         <size>2</size>
37740       </method>
37741       <method name="Int32 Test_A(System.String)">
37742         <size>2</size>
37743       </method>
37744       <method name="Int32 Test_A(System.String, System.Object[])">
37745         <size>2</size>
37746       </method>
37747       <method name="Int32 Test_C(System.Type, System.Int32[])">
37748         <size>2</size>
37749       </method>
37750       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
37751         <size>2</size>
37752       </method>
37753     </type>
37754   </test>
37755   <test name="test-603.cs">
37756     <type name="ConsoleApplication1.Program">
37757       <method name="Void .ctor()">
37758         <size>7</size>
37759       </method>
37760       <method name="Void .cctor()">
37761         <size>1</size>
37762       </method>
37763       <method name="Int32 Main()">
37764         <size>52</size>
37765       </method>
37766     </type>
37767   </test>
37768   <test name="test-604.cs">
37769     <type name="Program">
37770       <method name="Void .ctor()">
37771         <size>7</size>
37772       </method>
37773       <method name="Int32 Main()">
37774         <size>83</size>
37775       </method>
37776     </type>
37777     <type name="Program+ImplementingExplicitInterfacesMembers">
37778       <method name="Void .ctor()">
37779         <size>7</size>
37780       </method>
37781       <method name="Void Program.Iface1.IfaceMethod1()">
37782         <size>1</size>
37783       </method>
37784       <method name="Void Program.Iface2.IfaceMethod2()">
37785         <size>1</size>
37786       </method>
37787     </type>
37788   </test>
37789   <test name="test-605.cs">
37790     <type name="TestA">
37791       <method name="Void .ctor()">
37792         <size>7</size>
37793       </method>
37794       <method name="System.String get_Method()">
37795         <size>2</size>
37796       </method>
37797     </type>
37798     <type name="TestB">
37799       <method name="Void .ctor()">
37800         <size>7</size>
37801       </method>
37802       <method name="System.String get_Method()">
37803         <size>2</size>
37804       </method>
37805       <method name="Void Main()">
37806         <size>1</size>
37807       </method>
37808     </type>
37809   </test>
37810   <test name="test-606.cs">
37811     <type name="Program">
37812       <method name="Void .ctor()">
37813         <size>7</size>
37814       </method>
37815       <method name="Int32 Main()">
37816         <size>157</size>
37817       </method>
37818     </type>
37819     <type name="Info">
37820       <method name="Void .ctor()">
37821         <size>7</size>
37822       </method>
37823       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
37824         <size>2</size>
37825       </method>
37826       <method name="Void System.Collections.IEnumerator.Reset()">
37827         <size>1</size>
37828       </method>
37829       <method name="System.Object System.Collections.IEnumerator.get_Current()">
37830         <size>2</size>
37831       </method>
37832       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
37833         <size>2</size>
37834       </method>
37835       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
37836         <size>1</size>
37837       </method>
37838     </type>
37839   </test>
37840   <test name="test-607.cs">
37841     <type name="Program">
37842       <method name="Void .ctor()">
37843         <size>7</size>
37844       </method>
37845       <method name="Int32 Main()">
37846         <size>120</size>
37847       </method>
37848     </type>
37849   </test>
37850   <test name="test-608.cs">
37851     <type name="X">
37852       <method name="Void .ctor()">
37853         <size>7</size>
37854       </method>
37855       <method name="Void Main()">
37856         <size>60</size>
37857       </method>
37858     </type>
37859   </test>
37860   <test name="test-609.cs">
37861     <type name="Test">
37862       <method name="Void .ctor()">
37863         <size>7</size>
37864       </method>
37865       <method name="Int32 Main()">
37866         <size>36</size>
37867       </method>
37868     </type>
37869   </test>
37870   <test name="test-61.cs">
37871     <type name="X">
37872       <method name="Void .ctor()">
37873         <size>7</size>
37874       </method>
37875       <method name="Void add_XX(X+MyEvent)">
37876         <size>3</size>
37877       </method>
37878       <method name="Void remove_XX(X+MyEvent)">
37879         <size>3</size>
37880       </method>
37881       <method name="Int32 get_Property()">
37882         <size>4</size>
37883       </method>
37884       <method name="Void set_Property(Int32)">
37885         <size>3</size>
37886       </method>
37887       <method name="Int32 get_P2()">
37888         <size>2</size>
37889       </method>
37890       <method name="Void set_P3(Int32)">
37891         <size>1</size>
37892       </method>
37893       <method name="Int32 Main()">
37894         <size>2</size>
37895       </method>
37896     </type>
37897     <type name="X+MyEvent">
37898       <method name="Void .ctor(Object, IntPtr)">
37899         <size>0</size>
37900       </method>
37901       <method name="Void Invoke()">
37902         <size>0</size>
37903       </method>
37904       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37905         <size>0</size>
37906       </method>
37907       <method name="Void EndInvoke(IAsyncResult)">
37908         <size>0</size>
37909       </method>
37910     </type>
37911   </test>
37912   <test name="test-610.cs">
37913     <type name="A">
37914       <method name="Void .ctor()">
37915         <size>7</size>
37916       </method>
37917       <method name="Void Main()">
37918         <size>1</size>
37919       </method>
37920     </type>
37921     <type name="A+C">
37922       <method name="Void .ctor()">
37923         <size>7</size>
37924       </method>
37925     </type>
37926     <type name="A+C+D">
37927       <method name="Void .ctor()">
37928         <size>7</size>
37929       </method>
37930     </type>
37931     <type name="N.B">
37932       <method name="Void .ctor()">
37933         <size>7</size>
37934       </method>
37935     </type>
37936     <type name="N.B+C">
37937       <method name="Void .ctor()">
37938         <size>7</size>
37939       </method>
37940     </type>
37941     <type name="N.B+C+E">
37942       <method name="Void .ctor()">
37943         <size>7</size>
37944       </method>
37945     </type>
37946     <type name="N.B+A">
37947       <method name="Void .ctor()">
37948         <size>7</size>
37949       </method>
37950     </type>
37951     <type name="N.B+A+D">
37952       <method name="Void .ctor()">
37953         <size>7</size>
37954       </method>
37955     </type>
37956   </test>
37957   <test name="test-611.cs">
37958     <type name="T">
37959       <method name="Void .ctor()">
37960         <size>7</size>
37961       </method>
37962     </type>
37963     <type name="T+Protected">
37964       <method name="Void .ctor()">
37965         <size>7</size>
37966       </method>
37967     </type>
37968     <type name="D">
37969       <method name="Void .ctor()">
37970         <size>7</size>
37971       </method>
37972     </type>
37973     <type name="D+Private">
37974       <method name="Void .ctor()">
37975         <size>7</size>
37976       </method>
37977       <method name="Void Stuff(T+Protected)">
37978         <size>1</size>
37979       </method>
37980     </type>
37981     <type name="D2">
37982       <method name="Void .ctor()">
37983         <size>7</size>
37984       </method>
37985     </type>
37986     <type name="D2+P">
37987       <method name="Void .ctor()">
37988         <size>7</size>
37989       </method>
37990     </type>
37991     <type name="D2+P+Private">
37992       <method name="Void .ctor()">
37993         <size>7</size>
37994       </method>
37995       <method name="Void Stuff(T+Protected)">
37996         <size>1</size>
37997       </method>
37998     </type>
37999     <type name="Z">
38000       <method name="Void .ctor()">
38001         <size>7</size>
38002       </method>
38003       <method name="Void Main()">
38004         <size>1</size>
38005       </method>
38006     </type>
38007   </test>
38008   <test name="test-612.cs">
38009     <type name="Abcdefghijklmnopqrstuvwxyz">
38010       <method name="Void .ctor()">
38011         <size>7</size>
38012       </method>
38013       <method name="Void .cctor()">
38014         <size>7</size>
38015       </method>
38016     </type>
38017     <type name="OO">
38018       <method name="Void .ctor()">
38019         <size>7</size>
38020       </method>
38021       <method name="Void D()">
38022         <size>5293</size>
38023       </method>
38024     </type>
38025     <type name="Zyxwvutsrqp">
38026       <method name="Void .ctor()">
38027         <size>7</size>
38028       </method>
38029       <method name="Void .cctor()">
38030         <size>7</size>
38031       </method>
38032     </type>
38033     <type name="XXX">
38034       <method name="Void .ctor()">
38035         <size>7</size>
38036       </method>
38037       <method name="Boolean IsAltered()">
38038         <size>859</size>
38039       </method>
38040       <method name="Void Main()">
38041         <size>1</size>
38042       </method>
38043     </type>
38044   </test>
38045   <test name="test-613.cs">
38046     <type name="M">
38047       <method name="Void .ctor()">
38048         <size>7</size>
38049       </method>
38050       <method name="Boolean g()">
38051         <size>8</size>
38052       </method>
38053       <method name="Int32 Main()">
38054         <size>62</size>
38055       </method>
38056     </type>
38057   </test>
38058   <test name="test-614.cs">
38059     <type name="C">
38060       <method name="Void .ctor()">
38061         <size>7</size>
38062       </method>
38063       <method name="Void And()">
38064         <size>73</size>
38065       </method>
38066       <method name="Void Or()">
38067         <size>129</size>
38068       </method>
38069       <method name="Int32 Main()">
38070         <size>70</size>
38071       </method>
38072     </type>
38073   </test>
38074   <test name="test-615.cs">
38075     <type name="C">
38076       <method name="Void .ctor()">
38077         <size>7</size>
38078       </method>
38079       <method name="Void Main()">
38080         <size>16</size>
38081       </method>
38082     </type>
38083   </test>
38084   <test name="test-617.cs">
38085     <type name="Y">
38086       <method name="Void .ctor()">
38087         <size>7</size>
38088       </method>
38089       <method name="Void X.add_Foo(MyDelegate)">
38090         <size>1</size>
38091       </method>
38092       <method name="Void X.remove_Foo(MyDelegate)">
38093         <size>1</size>
38094       </method>
38095       <method name="Void add_Foo(MyDelegate)">
38096         <size>24</size>
38097       </method>
38098       <method name="Void remove_Foo(MyDelegate)">
38099         <size>24</size>
38100       </method>
38101       <method name="Int32 X.get_Prop()">
38102         <size>2</size>
38103       </method>
38104       <method name="Int32 Main()">
38105         <size>74</size>
38106       </method>
38107     </type>
38108     <type name="MyDelegate">
38109       <method name="Void .ctor(Object, IntPtr)">
38110         <size>0</size>
38111       </method>
38112       <method name="Int64 Invoke()">
38113         <size>0</size>
38114       </method>
38115       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38116         <size>0</size>
38117       </method>
38118       <method name="Int64 EndInvoke(IAsyncResult)">
38119         <size>0</size>
38120       </method>
38121     </type>
38122   </test>
38123   <test name="test-618.cs">
38124     <type name="C">
38125       <method name="Void .ctor()">
38126         <size>7</size>
38127       </method>
38128       <method name="Void ZeroBasedReductions()">
38129         <size>17</size>
38130       </method>
38131       <method name="Void Main()">
38132         <size>11</size>
38133       </method>
38134       <method name="Void ZeroBasedReductionsWithConversion()">
38135         <size>15</size>
38136       </method>
38137     </type>
38138   </test>
38139   <test name="test-619.cs">
38140     <type name="X">
38141       <method name="Void .ctor()">
38142         <size>7</size>
38143       </method>
38144       <method name="Void Main()">
38145         <size>11</size>
38146       </method>
38147     </type>
38148   </test>
38149   <test name="test-62.cs">
38150     <type name="X">
38151       <method name="Void .ctor()">
38152         <size>7</size>
38153       </method>
38154       <method name="X[] GetX()">
38155         <size>2</size>
38156       </method>
38157       <method name="System.Int32[] getInt()">
38158         <size>2</size>
38159       </method>
38160       <method name="System.Int32[,,] getMoreInt()">
38161         <size>2</size>
38162       </method>
38163       <method name="Int32 Main()">
38164         <size>2</size>
38165       </method>
38166     </type>
38167   </test>
38168   <test name="test-620.cs">
38169     <type name="X">
38170       <method name="Void .ctor()">
38171         <size>7</size>
38172       </method>
38173       <method name="Void A(Int32 ByRef)">
38174         <size>7</size>
38175       </method>
38176       <method name="Void B(Int32 ByRef)">
38177         <size>7</size>
38178       </method>
38179       <method name="Int32 Main()">
38180         <size>22</size>
38181       </method>
38182     </type>
38183   </test>
38184   <test name="test-621.cs">
38185     <type name="X">
38186       <method name="Void .ctor()">
38187         <size>7</size>
38188       </method>
38189       <method name="Void Main()">
38190         <size>129</size>
38191       </method>
38192     </type>
38193   </test>
38194   <test name="test-622.cs">
38195     <type name="A">
38196       <method name="Void .ctor(Int32)">
38197         <size>1</size>
38198       </method>
38199     </type>
38200     <type name="B">
38201       <method name="Void .ctor(Int32)">
38202         <size>7</size>
38203       </method>
38204     </type>
38205     <type name="X">
38206       <method name="Void .ctor()">
38207         <size>7</size>
38208       </method>
38209       <method name="Void Foo(A ByRef)">
38210         <size>8</size>
38211       </method>
38212       <method name="Void Foo(System.Object ByRef)">
38213         <size>9</size>
38214       </method>
38215       <method name="Int32 Main()">
38216         <size>16</size>
38217       </method>
38218     </type>
38219   </test>
38220   <test name="test-623.cs">
38221     <type name="X">
38222       <method name="Void .ctor()">
38223         <size>7</size>
38224       </method>
38225       <method name="Void a()">
38226         <size>0</size>
38227       </method>
38228     </type>
38229     <type name="Y">
38230       <method name="Void .ctor()">
38231         <size>7</size>
38232       </method>
38233       <method name="Void a()">
38234         <size>11</size>
38235       </method>
38236       <method name="Void Main()">
38237         <size>13</size>
38238       </method>
38239     </type>
38240   </test>
38241   <test name="test-624.cs">
38242     <type name="X">
38243       <method name="Void .ctor()">
38244         <size>7</size>
38245       </method>
38246       <method name="Int32 get_Type()">
38247         <size>2</size>
38248       </method>
38249       <method name="Void Main()">
38250         <size>3</size>
38251       </method>
38252     </type>
38253   </test>
38254   <test name="test-625.cs">
38255     <type name="Location">
38256       <method name="Void .ctor()">
38257         <size>7</size>
38258       </method>
38259       <method name="Int32 get_Null()">
38260         <size>2</size>
38261       </method>
38262     </type>
38263     <type name="X">
38264       <method name="Void .ctor()">
38265         <size>13</size>
38266       </method>
38267       <method name="Void Main()">
38268         <size>1</size>
38269       </method>
38270     </type>
38271   </test>
38272   <test name="test-626.cs">
38273     <type name="X">
38274       <method name="Void .ctor()">
38275         <size>7</size>
38276       </method>
38277       <method name="Void A()">
38278         <size>1</size>
38279       </method>
38280       <method name="Void Main()">
38281         <size>37</size>
38282       </method>
38283     </type>
38284   </test>
38285   <test name="test-627.cs">
38286     <type name="B">
38287       <method name="Void .ctor()">
38288         <size>7</size>
38289       </method>
38290       <method name="Void X.B()">
38291         <size>1</size>
38292       </method>
38293       <method name="Void A.B()">
38294         <size>1</size>
38295       </method>
38296     </type>
38297     <type name="M">
38298       <method name="Void .ctor()">
38299         <size>7</size>
38300       </method>
38301       <method name="Void N(System.Object)">
38302         <size>8</size>
38303       </method>
38304       <method name="Void Main()">
38305         <size>1</size>
38306       </method>
38307     </type>
38308   </test>
38309   <test name="test-628.cs">
38310     <type name="N1.B">
38311       <method name="Void .ctor()">
38312         <size>7</size>
38313       </method>
38314     </type>
38315     <type name="X">
38316       <method name="Void .ctor()">
38317         <size>7</size>
38318       </method>
38319     </type>
38320     <type name="X2">
38321       <method name="Void .ctor()">
38322         <size>7</size>
38323       </method>
38324     </type>
38325     <type name="Y2">
38326       <method name="Void .ctor()">
38327         <size>7</size>
38328       </method>
38329     </type>
38330     <type name="Y">
38331       <method name="Void .ctor()">
38332         <size>7</size>
38333       </method>
38334       <method name="Void Main()">
38335         <size>1</size>
38336       </method>
38337     </type>
38338   </test>
38339   <test name="test-629.cs">
38340     <type name="Foo">
38341       <method name="Void Main()">
38342         <size>1</size>
38343       </method>
38344       <method name="Void .ctor()">
38345         <size>7</size>
38346       </method>
38347     </type>
38348     <type name="Foo+Nested">
38349       <method name="Int32 get_Bar()">
38350         <size>2</size>
38351       </method>
38352     </type>
38353   </test>
38354   <test name="test-63.cs">
38355     <type name="X">
38356       <method name="Void .ctor()">
38357         <size>7</size>
38358       </method>
38359       <method name="Int32 Main()">
38360         <size>96</size>
38361       </method>
38362     </type>
38363   </test>
38364   <test name="test-630.cs">
38365     <type name="MyEx">
38366       <method name="Void .ctor()">
38367         <size>7</size>
38368       </method>
38369     </type>
38370     <type name="Ex">
38371       <method name="Void .ctor()">
38372         <size>7</size>
38373       </method>
38374       <method name="Int32 test(Int32)">
38375         <size>37</size>
38376       </method>
38377       <method name="Int32 Main()">
38378         <size>70</size>
38379       </method>
38380     </type>
38381   </test>
38382   <test name="test-631.cs">
38383     <type name="A">
38384       <method name="Void .ctor()">
38385         <size>7</size>
38386       </method>
38387       <method name="SByte op_Implicit(A)">
38388         <size>2</size>
38389       </method>
38390       <method name="Byte op_Implicit(A)">
38391         <size>2</size>
38392       </method>
38393       <method name="Int16 op_Implicit(A)">
38394         <size>2</size>
38395       </method>
38396       <method name="UInt16 op_Implicit(A)">
38397         <size>2</size>
38398       </method>
38399       <method name="Int32 op_Implicit(A)">
38400         <size>2</size>
38401       </method>
38402       <method name="UInt32 op_Implicit(A)">
38403         <size>2</size>
38404       </method>
38405       <method name="Int64 op_Implicit(A)">
38406         <size>3</size>
38407       </method>
38408       <method name="UInt64 op_Implicit(A)">
38409         <size>3</size>
38410       </method>
38411     </type>
38412     <type name="A2">
38413       <method name="Void .ctor()">
38414         <size>7</size>
38415       </method>
38416       <method name="SByte op_Implicit(A2)">
38417         <size>2</size>
38418       </method>
38419       <method name="Byte op_Implicit(A2)">
38420         <size>2</size>
38421       </method>
38422       <method name="Int16 op_Implicit(A2)">
38423         <size>2</size>
38424       </method>
38425       <method name="UInt32 op_Implicit(A2)">
38426         <size>2</size>
38427       </method>
38428       <method name="Int64 op_Implicit(A2)">
38429         <size>3</size>
38430       </method>
38431       <method name="UInt64 op_Implicit(A2)">
38432         <size>3</size>
38433       </method>
38434     </type>
38435     <type name="A3">
38436       <method name="Void .ctor()">
38437         <size>7</size>
38438       </method>
38439       <method name="SByte op_Implicit(A3)">
38440         <size>2</size>
38441       </method>
38442       <method name="UInt32 op_Implicit(A3)">
38443         <size>2</size>
38444       </method>
38445       <method name="Int64 op_Implicit(A3)">
38446         <size>3</size>
38447       </method>
38448       <method name="UInt64 op_Implicit(A3)">
38449         <size>3</size>
38450       </method>
38451     </type>
38452     <type name="A4">
38453       <method name="Void .ctor()">
38454         <size>7</size>
38455       </method>
38456       <method name="UInt32 op_Implicit(A4)">
38457         <size>2</size>
38458       </method>
38459       <method name="Int64 op_Implicit(A4)">
38460         <size>3</size>
38461       </method>
38462       <method name="UInt64 op_Implicit(A4)">
38463         <size>3</size>
38464       </method>
38465     </type>
38466     <type name="A5">
38467       <method name="Void .ctor()">
38468         <size>7</size>
38469       </method>
38470       <method name="UInt32 op_Implicit(A5)">
38471         <size>2</size>
38472       </method>
38473       <method name="Int32 op_Implicit(A5)">
38474         <size>2</size>
38475       </method>
38476     </type>
38477     <type name="A6">
38478       <method name="Void .ctor()">
38479         <size>7</size>
38480       </method>
38481       <method name="Byte op_Implicit(A6)">
38482         <size>2</size>
38483       </method>
38484     </type>
38485     <type name="MyDecimal">
38486       <method name="Void .ctor()">
38487         <size>7</size>
38488       </method>
38489       <method name="Decimal op_Implicit(MyDecimal)">
38490         <size>8</size>
38491       </method>
38492     </type>
38493     <type name="Constraint">
38494       <method name="Void .ctor()">
38495         <size>7</size>
38496       </method>
38497       <method name="Int32 Main()">
38498         <size>293</size>
38499       </method>
38500     </type>
38501   </test>
38502   <test name="test-632.cs">
38503     <type name="Bug379822">
38504       <method name="Void .ctor()">
38505         <size>7</size>
38506       </method>
38507       <method name="Void Assert(Boolean, Boolean)">
38508         <size>19</size>
38509       </method>
38510       <method name="Void TestAnd(Boolean)">
38511         <size>79</size>
38512       </method>
38513       <method name="Void TestOr(Boolean)">
38514         <size>88</size>
38515       </method>
38516       <method name="Void Test(Boolean)">
38517         <size>13</size>
38518       </method>
38519       <method name="Void Main()">
38520         <size>13</size>
38521       </method>
38522     </type>
38523   </test>
38524   <test name="test-633.cs">
38525     <type name="Test.C">
38526       <method name="Void .ctor()">
38527         <size>7</size>
38528       </method>
38529       <method name="Void Main()">
38530         <size>1</size>
38531       </method>
38532     </type>
38533   </test>
38534   <test name="test-634.cs">
38535     <type name="Test">
38536       <method name="Void .ctor()">
38537         <size>7</size>
38538       </method>
38539       <method name="Void TestFunc()">
38540         <size>2</size>
38541       </method>
38542       <method name="Void Main(System.String[])">
38543         <size>6</size>
38544       </method>
38545     </type>
38546     <type name="Test+D">
38547       <method name="Void .ctor(Object, IntPtr)">
38548         <size>0</size>
38549       </method>
38550       <method name="Void Invoke()">
38551         <size>0</size>
38552       </method>
38553       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38554         <size>0</size>
38555       </method>
38556       <method name="Void EndInvoke(IAsyncResult)">
38557         <size>0</size>
38558       </method>
38559     </type>
38560   </test>
38561   <test name="test-635.cs">
38562     <type name="ShortCircuitFold">
38563       <method name="Void .ctor()">
38564         <size>7</size>
38565       </method>
38566       <method name="Boolean get_False()">
38567         <size>14</size>
38568       </method>
38569       <method name="Boolean get_True()">
38570         <size>14</size>
38571       </method>
38572       <method name="Void a(Boolean, Boolean)">
38573         <size>19</size>
38574       </method>
38575       <method name="Void c(Int32)">
38576         <size>67</size>
38577       </method>
38578       <method name="Boolean f()">
38579         <size>11</size>
38580       </method>
38581       <method name="Void Main()">
38582         <size>167</size>
38583       </method>
38584     </type>
38585   </test>
38586   <test name="test-636.cs">
38587     <type name="Foo">
38588       <method name="Void .ctor()">
38589         <size>7</size>
38590       </method>
38591       <method name="Boolean get_False()">
38592         <size>14</size>
38593       </method>
38594       <method name="Void ping()">
38595         <size>13</size>
38596       </method>
38597       <method name="Int32 test_while(Int32)">
38598         <size>53</size>
38599       </method>
38600       <method name="Int32 test_do_while(Int32)">
38601         <size>53</size>
38602       </method>
38603       <method name="Int32 test_for(Int32)">
38604         <size>64</size>
38605       </method>
38606       <method name="Void test_for_empty()">
38607         <size>35</size>
38608       </method>
38609       <method name="Void Main()">
38610         <size>30</size>
38611       </method>
38612     </type>
38613   </test>
38614   <test name="test-637.cs">
38615     <type name="A">
38616       <method name="System.Type get_Value()">
38617         <size>7</size>
38618       </method>
38619       <method name="Void set_Value(System.Type)">
38620         <size>8</size>
38621       </method>
38622       <method name="Void .ctor()">
38623         <size>7</size>
38624       </method>
38625       <method name="Void .ctor(Object)">
38626         <size>19</size>
38627       </method>
38628     </type>
38629     <type name="TestProp">
38630       <method name="Void .ctor()">
38631         <size>7</size>
38632       </method>
38633     </type>
38634     <type name="Test">
38635       <method name="Int32 Main()">
38636         <size>96</size>
38637       </method>
38638       <method name="Void .ctor()">
38639         <size>7</size>
38640       </method>
38641     </type>
38642   </test>
38643   <test name="test-638.cs">
38644     <type name="Fail">
38645       <method name="Void .ctor()">
38646         <size>7</size>
38647       </method>
38648       <method name="Void Main()">
38649         <size>110</size>
38650       </method>
38651     </type>
38652     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
38653       <method name="Void .ctor()">
38654         <size>7</size>
38655       </method>
38656       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
38657         <size>28</size>
38658       </method>
38659     </type>
38660   </test>
38661   <test name="test-639.cs">
38662     <type name="Foo">
38663       <method name="Void .ctor()">
38664         <size>7</size>
38665       </method>
38666       <method name="System.String get_s()">
38667         <size>13</size>
38668       </method>
38669       <method name="Void set_s(System.String)">
38670         <size>34</size>
38671       </method>
38672       <method name="Void Main()">
38673         <size>67</size>
38674       </method>
38675     </type>
38676   </test>
38677   <test name="test-64.cs">
38678     <type name="Operator">
38679       <method name="Void .ctor()">
38680         <size>7</size>
38681       </method>
38682     </type>
38683     <type name="Blah">
38684       <method name="Void .ctor(Operator)">
38685         <size>7</size>
38686       </method>
38687     </type>
38688     <type name="T">
38689       <method name="Void .ctor()">
38690         <size>7</size>
38691       </method>
38692       <method name="Int32 Main()">
38693         <size>9</size>
38694       </method>
38695     </type>
38696   </test>
38697   <test name="test-640.cs">
38698     <type name="C">
38699       <method name="Void .ctor()">
38700         <size>7</size>
38701       </method>
38702       <method name="Int32 Main()">
38703         <size>100</size>
38704       </method>
38705     </type>
38706   </test>
38707   <test name="test-641.cs">
38708     <type name="Identifier">
38709       <method name="Void .ctor()">
38710         <size>7</size>
38711       </method>
38712       <method name="Int32 Main()">
38713         <size>55</size>
38714       </method>
38715       <method name="Boolean op_Equality(Identifier, Identifier)">
38716         <size>2</size>
38717       </method>
38718       <method name="Boolean op_Inequality(Identifier, Identifier)">
38719         <size>2</size>
38720       </method>
38721       <method name="Identifier op_Implicit(System.String)">
38722         <size>2</size>
38723       </method>
38724       <method name="System.String op_Implicit(Identifier)">
38725         <size>2</size>
38726       </method>
38727       <method name="Decimal op_Implicit(Identifier)">
38728         <size>7</size>
38729       </method>
38730     </type>
38731   </test>
38732   <test name="test-642.cs">
38733     <type name="C">
38734       <method name="Void .ctor()">
38735         <size>7</size>
38736       </method>
38737       <method name="Int32 Main()">
38738         <size>40</size>
38739       </method>
38740     </type>
38741   </test>
38742   <test name="test-643.cs">
38743     <type name="PointerArithmeticTest">
38744       <method name="Void .ctor()">
38745         <size>7</size>
38746       </method>
38747       <method name="Int32 Main()">
38748         <size>130</size>
38749       </method>
38750       <method name="Int32* Conversions(Int64)">
38751         <size>3</size>
38752       </method>
38753       <method name="Int32 CheckAdd(Byte*, Int32)">
38754         <size>14</size>
38755       </method>
38756       <method name="Int32 CheckSub(Int16*, Int32)">
38757         <size>16</size>
38758       </method>
38759       <method name="Int32 CheckSub2(Int16*, Int32)">
38760         <size>23</size>
38761       </method>
38762     </type>
38763   </test>
38764   <test name="test-644.cs">
38765     <type name="Program">
38766       <method name="Void .ctor()">
38767         <size>7</size>
38768       </method>
38769       <method name="System.Object M(Int32)">
38770         <size>2</size>
38771       </method>
38772       <method name="Void Test_1()">
38773         <size>59</size>
38774       </method>
38775       <method name="Boolean Test_2()">
38776         <size>24</size>
38777       </method>
38778       <method name="Boolean Test_3()">
38779         <size>24</size>
38780       </method>
38781       <method name="Boolean Test_4(Program+D)">
38782         <size>13</size>
38783       </method>
38784       <method name="Int32 Main()">
38785         <size>75</size>
38786       </method>
38787     </type>
38788     <type name="Program+D">
38789       <method name="Void .ctor(Object, IntPtr)">
38790         <size>0</size>
38791       </method>
38792       <method name="System.Object Invoke(Int32)">
38793         <size>0</size>
38794       </method>
38795       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38796         <size>0</size>
38797       </method>
38798       <method name="System.Object EndInvoke(IAsyncResult)">
38799         <size>0</size>
38800       </method>
38801     </type>
38802   </test>
38803   <test name="test-646.cs">
38804     <type name="Program">
38805       <method name="Void .ctor()">
38806         <size>7</size>
38807       </method>
38808       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
38809         <size>7</size>
38810       </method>
38811       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
38812         <size>7</size>
38813       </method>
38814       <method name="Int32 Main()">
38815         <size>113</size>
38816       </method>
38817     </type>
38818   </test>
38819   <test name="test-647.cs">
38820     <type name="Foo">
38821       <method name="Void .ctor()">
38822         <size>7</size>
38823       </method>
38824       <method name="Void Main()">
38825         <size>28</size>
38826       </method>
38827     </type>
38828   </test>
38829   <test name="test-648.cs">
38830     <type name="ParamMismatch.TestCase">
38831       <method name="Void .ctor()">
38832         <size>7</size>
38833       </method>
38834       <method name="Void add_Culprit(System.EventHandler)">
38835         <size>1</size>
38836       </method>
38837       <method name="Void remove_Culprit(System.EventHandler)">
38838         <size>1</size>
38839       </method>
38840       <method name="Void Main()">
38841         <size>1</size>
38842       </method>
38843       <method name="Void Finalize()">
38844         <size>13</size>
38845       </method>
38846     </type>
38847   </test>
38848   <test name="test-649.cs">
38849     <type name="MainClass">
38850       <method name="Void .ctor()">
38851         <size>7</size>
38852       </method>
38853       <method name="Void Main(System.String[])">
38854         <size>609</size>
38855       </method>
38856     </type>
38857     <type name="MainClass+Decimal2">
38858       <method name="Void .ctor(Double)">
38859         <size>13</size>
38860       </method>
38861       <method name="Void .ctor(Decimal)">
38862         <size>8</size>
38863       </method>
38864       <method name="Decimal2 op_Explicit(Decimal)">
38865         <size>7</size>
38866       </method>
38867       <method name="Decimal2 op_Explicit(Double)">
38868         <size>7</size>
38869       </method>
38870       <method name="Decimal op_Implicit(Decimal2)">
38871         <size>8</size>
38872       </method>
38873     </type>
38874   </test>
38875   <test name="test-65.cs">
38876     <type name="X">
38877       <method name="Void .ctor()">
38878         <size>7</size>
38879       </method>
38880       <method name="Void receiver(S)">
38881         <size>7</size>
38882       </method>
38883       <method name="System.Object BoxS()">
38884         <size>21</size>
38885       </method>
38886       <method name="S Plain()">
38887         <size>16</size>
38888       </method>
38889       <method name="Int32 Main()">
38890         <size>98</size>
38891       </method>
38892     </type>
38893   </test>
38894   <test name="test-650.cs">
38895     <type name="App">
38896       <method name="Void .ctor()">
38897         <size>7</size>
38898       </method>
38899       <method name="Void Main()">
38900         <size>1</size>
38901       </method>
38902     </type>
38903   </test>
38904   <test name="test-651.cs">
38905     <type name="Foo">
38906       <method name="Void .ctor()">
38907         <size>7</size>
38908       </method>
38909       <method name="Void Open(IList)">
38910         <size>1</size>
38911       </method>
38912       <method name="Void Open(System.Collections.ArrayList ByRef)">
38913         <size>20</size>
38914       </method>
38915       <method name="Void Main()">
38916         <size>1</size>
38917       </method>
38918     </type>
38919   </test>
38920   <test name="test-652.cs">
38921     <type name="C">
38922       <method name="Void .ctor()">
38923         <size>7</size>
38924       </method>
38925       <method name="Int32 Main()">
38926         <size>6</size>
38927       </method>
38928       <method name="Int32 Test()">
38929         <size>27</size>
38930       </method>
38931     </type>
38932   </test>
38933   <test name="test-653.cs">
38934     <type name="C">
38935       <method name="Void .ctor()">
38936         <size>7</size>
38937       </method>
38938       <method name="Int32 Test()">
38939         <size>50</size>
38940       </method>
38941       <method name="Void Test2()">
38942         <size>32</size>
38943       </method>
38944       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
38945         <size>39</size>
38946       </method>
38947       <method name="Int32 Main()">
38948         <size>41</size>
38949       </method>
38950     </type>
38951   </test>
38952   <test name="test-654.cs">
38953     <type name="Program">
38954       <method name="Void .ctor()">
38955         <size>7</size>
38956       </method>
38957       <method name="Int32 Main()">
38958         <size>8</size>
38959       </method>
38960       <method name="Int32 Test(SByte*)">
38961         <size>33</size>
38962       </method>
38963     </type>
38964   </test>
38965   <test name="test-655.cs">
38966     <type name="D">
38967       <method name="Void .ctor()">
38968         <size>7</size>
38969       </method>
38970       <method name="Byte get_Item(Int32)">
38971         <size>7</size>
38972       </method>
38973       <method name="Void set_Item(Int32, Byte)">
38974         <size>8</size>
38975       </method>
38976       <method name="Int32 Main()">
38977         <size>69</size>
38978       </method>
38979     </type>
38980   </test>
38981   <test name="test-656.cs">
38982     <type name="Goo">
38983       <method name="Void .ctor()">
38984         <size>7</size>
38985       </method>
38986       <method name="Void Main()">
38987         <size>26</size>
38988       </method>
38989     </type>
38990   </test>
38991   <test name="test-657.cs">
38992     <type name="TestDebug.C">
38993       <method name="Void .ctor()">
38994         <size>7</size>
38995       </method>
38996       <method name="Void Method()">
38997         <size>1</size>
38998       </method>
38999     </type>
39000     <type name="TestDebug.Program">
39001       <method name="Void .ctor()">
39002         <size>7</size>
39003       </method>
39004       <method name="Void Excluded()">
39005         <size>11</size>
39006       </method>
39007       <method name="Int32 Main()">
39008         <size>7</size>
39009       </method>
39010     </type>
39011   </test>
39012   <test name="test-658.cs">
39013     <type name="A">
39014       <method name="Void .ctor()">
39015         <size>7</size>
39016       </method>
39017       <method name="Int32 get_Thread()">
39018         <size>2</size>
39019       </method>
39020     </type>
39021     <type name="Thread">
39022       <method name="Void .ctor()">
39023         <size>7</size>
39024       </method>
39025       <method name="Void Foo()">
39026         <size>1</size>
39027       </method>
39028     </type>
39029     <type name="B">
39030       <method name="Void .ctor()">
39031         <size>7</size>
39032       </method>
39033       <method name="Void Main()">
39034         <size>6</size>
39035       </method>
39036     </type>
39037   </test>
39038   <test name="test-659.cs">
39039     <type name="MySubClass">
39040       <method name="Void .ctor()">
39041         <size>7</size>
39042       </method>
39043       <method name="Int32 Main()">
39044         <size>30</size>
39045       </method>
39046       <method name="Void set_BB(Int32, Boolean)">
39047         <size>1</size>
39048       </method>
39049       <method name="Void Iface.set_AA(Int32, Boolean)">
39050         <size>9</size>
39051       </method>
39052     </type>
39053   </test>
39054   <test name="test-66.cs">
39055     <type name="Y">
39056       <method name="Void .ctor()">
39057         <size>7</size>
39058       </method>
39059     </type>
39060     <type name="X">
39061       <method name="Void .ctor()">
39062         <size>7</size>
39063       </method>
39064       <method name="Void .cctor()">
39065         <size>53</size>
39066       </method>
39067       <method name="Void FillOne()">
39068         <size>18</size>
39069       </method>
39070       <method name="Void FillSingle()">
39071         <size>39</size>
39072       </method>
39073       <method name="Void FillDouble()">
39074         <size>59</size>
39075       </method>
39076       <method name="Void FillObject()">
39077         <size>52</size>
39078       </method>
39079       <method name="Void FillDoubleObject()">
39080         <size>81</size>
39081       </method>
39082       <method name="Int32 TestSingle()">
39083         <size>47</size>
39084       </method>
39085       <method name="Int32 TestDouble()">
39086         <size>67</size>
39087       </method>
39088       <method name="Int32 TestObjectSingle()">
39089         <size>48</size>
39090       </method>
39091       <method name="Int32 TestObjectDouble()">
39092         <size>72</size>
39093       </method>
39094       <method name="Int32 Main()">
39095         <size>80</size>
39096       </method>
39097     </type>
39098   </test>
39099   <test name="test-660.cs">
39100     <type name="Test">
39101       <method name="Void .ctor()">
39102         <size>7</size>
39103       </method>
39104       <method name="Void Main()">
39105         <size>25</size>
39106       </method>
39107     </type>
39108     <type name="Status">
39109       <method name="Void .ctor(Code)">
39110         <size>8</size>
39111       </method>
39112       <method name="Status op_Implicit(Code)">
39113         <size>7</size>
39114       </method>
39115       <method name="Code op_Implicit(Status)">
39116         <size>8</size>
39117       </method>
39118     </type>
39119   </test>
39120   <test name="test-661.cs">
39121     <type name="Test">
39122       <method name="Void .ctor()">
39123         <size>7</size>
39124       </method>
39125       <method name="Void Main()">
39126         <size>1</size>
39127       </method>
39128       <method name="Void TestMethod()">
39129         <size>15</size>
39130       </method>
39131       <method name="SummaryInfo GetSummary()">
39132         <size>2</size>
39133       </method>
39134     </type>
39135   </test>
39136   <test name="test-662.cs">
39137     <type name="C">
39138       <method name="Void .ctor()">
39139         <size>7</size>
39140       </method>
39141       <method name="Void Main()">
39142         <size>1</size>
39143       </method>
39144     </type>
39145   </test>
39146   <test name="test-663.cs">
39147     <type name="A">
39148       <method name="Void .ctor()">
39149         <size>7</size>
39150       </method>
39151       <method name="Int32 op_Implicit(A)">
39152         <size>2</size>
39153       </method>
39154       <method name="Boolean op_Implicit(A)">
39155         <size>2</size>
39156       </method>
39157     </type>
39158     <type name="C">
39159       <method name="Void .ctor()">
39160         <size>7</size>
39161       </method>
39162       <method name="Void Main()">
39163         <size>17</size>
39164       </method>
39165     </type>
39166   </test>
39167   <test name="test-664.cs">
39168     <type name="C">
39169       <method name="Void .ctor()">
39170         <size>7</size>
39171       </method>
39172       <method name="Boolean Test(System.String)">
39173         <size>148</size>
39174       </method>
39175       <method name="Int32 Main()">
39176         <size>49</size>
39177       </method>
39178     </type>
39179   </test>
39180   <test name="test-665.cs">
39181     <type name="Test">
39182       <method name="Void .ctor()">
39183         <size>7</size>
39184       </method>
39185       <method name="Int32 Main()">
39186         <size>14</size>
39187       </method>
39188       <method name="Int32 Method(System.Object)">
39189         <size>2</size>
39190       </method>
39191     </type>
39192   </test>
39193   <test name="test-666.cs">
39194     <type name="C">
39195       <method name="Void .ctor()">
39196         <size>7</size>
39197       </method>
39198       <method name="Void Main()">
39199         <size>1</size>
39200       </method>
39201     </type>
39202   </test>
39203   <test name="test-667.cs">
39204     <type name="CA">
39205       <method name="Void .ctor()">
39206         <size>7</size>
39207       </method>
39208       <method name="Void IA.M()">
39209         <size>1</size>
39210       </method>
39211     </type>
39212     <type name="CC">
39213       <method name="Void .ctor()">
39214         <size>7</size>
39215       </method>
39216       <method name="Void Main()">
39217         <size>1</size>
39218       </method>
39219     </type>
39220   </test>
39221   <test name="test-668.cs">
39222     <type name="Bar">
39223       <method name="Void .ctor()">
39224         <size>7</size>
39225       </method>
39226     </type>
39227     <type name="Test">
39228       <method name="Void .ctor()">
39229         <size>7</size>
39230       </method>
39231       <method name="Void Main()">
39232         <size>7</size>
39233       </method>
39234     </type>
39235   </test>
39236   <test name="test-669.cs">
39237     <type name="Test">
39238       <method name="Void .ctor()">
39239         <size>7</size>
39240       </method>
39241       <method name="Void Main()">
39242         <size>3</size>
39243       </method>
39244     </type>
39245   </test>
39246   <test name="test-670.cs">
39247     <type name="C">
39248       <method name="Void .ctor()">
39249         <size>7</size>
39250       </method>
39251       <method name="Void Main()">
39252         <size>14</size>
39253       </method>
39254     </type>
39255   </test>
39256   <test name="test-671.cs">
39257     <type name="C">
39258       <method name="Void .ctor()">
39259         <size>7</size>
39260       </method>
39261       <method name="Int32 Main()">
39262         <size>19</size>
39263       </method>
39264       <method name="Boolean Bar(System.Object)">
39265         <size>2</size>
39266       </method>
39267     </type>
39268   </test>
39269   <test name="test-672.cs">
39270     <type name="X">
39271       <method name="Void .ctor()">
39272         <size>7</size>
39273       </method>
39274       <method name="S* get_Foo2()">
39275         <size>3</size>
39276       </method>
39277       <method name="Void Main()">
39278         <size>1</size>
39279       </method>
39280       <method name="Int32* get_Foo()">
39281         <size>3</size>
39282       </method>
39283     </type>
39284   </test>
39285   <test name="test-673.cs">
39286     <type name="Test">
39287       <method name="Void .ctor()">
39288         <size>7</size>
39289       </method>
39290       <method name="Void Foo()">
39291         <size>1</size>
39292       </method>
39293       <method name="Int32 Main()">
39294         <size>85</size>
39295       </method>
39296     </type>
39297   </test>
39298   <test name="test-674.cs">
39299     <type name="Test">
39300       <method name="Void .ctor()">
39301         <size>7</size>
39302       </method>
39303       <method name="Int32 Main()">
39304         <size>56</size>
39305       </method>
39306       <method name="Int32 &lt;Main&gt;m__0(Int32)">
39307         <size>2</size>
39308       </method>
39309     </type>
39310     <type name="Test+D">
39311       <method name="Void .ctor(Object, IntPtr)">
39312         <size>0</size>
39313       </method>
39314       <method name="Int32 Invoke(Int32)">
39315         <size>0</size>
39316       </method>
39317       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39318         <size>0</size>
39319       </method>
39320       <method name="Int32 EndInvoke(IAsyncResult)">
39321         <size>0</size>
39322       </method>
39323     </type>
39324   </test>
39325   <test name="test-675.cs">
39326     <type name="B">
39327       <method name="Void .ctor()">
39328         <size>7</size>
39329       </method>
39330       <method name="Int32 GetHashCode()">
39331         <size>2</size>
39332       </method>
39333       <method name="Boolean Equals(System.Object)">
39334         <size>2</size>
39335       </method>
39336       <method name="Boolean op_Equality(B, B)">
39337         <size>2</size>
39338       </method>
39339       <method name="Boolean op_Inequality(B, B)">
39340         <size>2</size>
39341       </method>
39342     </type>
39343     <type name="Test">
39344       <method name="Void .ctor()">
39345         <size>7</size>
39346       </method>
39347       <method name="Int32 Main()">
39348         <size>2</size>
39349       </method>
39350     </type>
39351   </test>
39352   <test name="test-676.cs">
39353     <type name="N.Item">
39354       <method name="Void .ctor()">
39355         <size>7</size>
39356       </method>
39357     </type>
39358     <type name="N.Test">
39359       <method name="Void .ctor()">
39360         <size>7</size>
39361       </method>
39362       <method name="N.Item get_Item(N.Test)">
39363         <size>2</size>
39364       </method>
39365       <method name="Void Foo(ItemSlot)">
39366         <size>27</size>
39367       </method>
39368       <method name="Int32 Main()">
39369         <size>2</size>
39370       </method>
39371     </type>
39372   </test>
39373   <test name="test-677.cs">
39374     <type name="InvokeWindow">
39375       <method name="Void .ctor()">
39376         <size>7</size>
39377       </method>
39378       <method name="Void add_E(D)">
39379         <size>24</size>
39380       </method>
39381       <method name="Void remove_E(D)">
39382         <size>24</size>
39383       </method>
39384       <method name="Void Run()">
39385         <size>12</size>
39386       </method>
39387     </type>
39388     <type name="Test">
39389       <method name="Void .ctor()">
39390         <size>7</size>
39391       </method>
39392       <method name="Int32 Main()">
39393         <size>32</size>
39394       </method>
39395       <method name="Void OnDeleteEvent()">
39396         <size>1</size>
39397       </method>
39398       <method name="Void OnDeleteEvent(Int32)">
39399         <size>1</size>
39400       </method>
39401     </type>
39402     <type name="D">
39403       <method name="Void .ctor(Object, IntPtr)">
39404         <size>0</size>
39405       </method>
39406       <method name="Void Invoke()">
39407         <size>0</size>
39408       </method>
39409       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39410         <size>0</size>
39411       </method>
39412       <method name="Void EndInvoke(IAsyncResult)">
39413         <size>0</size>
39414       </method>
39415     </type>
39416   </test>
39417   <test name="test-678.cs">
39418     <type name="NaNTest">
39419       <method name="Void .ctor(Double, Double)">
39420         <size>171</size>
39421       </method>
39422       <method name="Int32 Main()">
39423         <size>26</size>
39424       </method>
39425     </type>
39426   </test>
39427   <test name="test-679.cs">
39428     <type name="Program">
39429       <method name="Void .ctor()">
39430         <size>7</size>
39431       </method>
39432       <method name="Int32 Main()">
39433         <size>12</size>
39434       </method>
39435     </type>
39436   </test>
39437   <test name="test-68.cs">
39438     <type name="Y">
39439       <method name="Void .ctor()">
39440         <size>14</size>
39441       </method>
39442     </type>
39443     <type name="X">
39444       <method name="Void .ctor()">
39445         <size>7</size>
39446       </method>
39447       <method name="Int32 Main()">
39448         <size>147</size>
39449       </method>
39450     </type>
39451   </test>
39452   <test name="test-680.cs">
39453     <type name="AsStringProblem.MainClass">
39454       <method name="Void .ctor()">
39455         <size>7</size>
39456       </method>
39457       <method name="Void Main()">
39458         <size>94</size>
39459       </method>
39460     </type>
39461   </test>
39462   <test name="test-681.cs">
39463     <type name="Bug">
39464       <method name="Void .ctor()">
39465         <size>20</size>
39466       </method>
39467       <method name="Void Main()">
39468         <size>1</size>
39469       </method>
39470     </type>
39471     <type name="BugClass">
39472       <method name="Void .cctor()">
39473         <size>18</size>
39474       </method>
39475       <method name="Void FooImplementation(System.Void*)">
39476         <size>1</size>
39477       </method>
39478     </type>
39479     <type name="BugClass+Foo">
39480       <method name="Void .ctor(Object, IntPtr)">
39481         <size>0</size>
39482       </method>
39483       <method name="Void Invoke(System.Void*)">
39484         <size>0</size>
39485       </method>
39486       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
39487         <size>0</size>
39488       </method>
39489       <method name="Void EndInvoke(IAsyncResult)">
39490         <size>0</size>
39491       </method>
39492     </type>
39493   </test>
39494   <test name="test-683.cs">
39495     <type name="broken_cast">
39496       <method name="Void .ctor()">
39497         <size>7</size>
39498       </method>
39499       <method name="Int32 Main()">
39500         <size>32</size>
39501       </method>
39502     </type>
39503   </test>
39504   <test name="test-684.cs">
39505     <type name="mono_bug.Program">
39506       <method name="Void .ctor()">
39507         <size>7</size>
39508       </method>
39509       <method name="Void Main()">
39510         <size>71</size>
39511       </method>
39512       <method name="System.Double[][,] ReturnArray()">
39513         <size>62</size>
39514       </method>
39515     </type>
39516   </test>
39517   <test name="test-685.cs">
39518     <type name="C">
39519       <method name="Void .ctor()">
39520         <size>7</size>
39521       </method>
39522       <method name="Void Main()">
39523         <size>28</size>
39524       </method>
39525     </type>
39526   </test>
39527   <test name="test-686.cs">
39528     <type name="Test">
39529       <method name="Void .ctor()">
39530         <size>7</size>
39531       </method>
39532       <method name="Void Main()">
39533         <size>51</size>
39534       </method>
39535       <method name="Void Foo()">
39536         <size>148</size>
39537       </method>
39538     </type>
39539   </test>
39540   <test name="test-687.cs">
39541     <type name="XUnit">
39542       <method name="Void .ctor(Double)">
39543         <size>8</size>
39544       </method>
39545       <method name="XUnit op_Implicit(Double)">
39546         <size>10</size>
39547       </method>
39548       <method name="Double op_Implicit(XUnit)">
39549         <size>8</size>
39550       </method>
39551     </type>
39552     <type name="Unit">
39553       <method name="Void .ctor(Double)">
39554         <size>8</size>
39555       </method>
39556       <method name="Unit op_Implicit(Double)">
39557         <size>10</size>
39558       </method>
39559       <method name="Double op_Implicit(Unit)">
39560         <size>8</size>
39561       </method>
39562     </type>
39563     <type name="Test">
39564       <method name="Void .ctor()">
39565         <size>7</size>
39566       </method>
39567       <method name="Int32 Main()">
39568         <size>56</size>
39569       </method>
39570     </type>
39571   </test>
39572   <test name="test-688.cs">
39573     <type name="Test">
39574       <method name="Void .ctor()">
39575         <size>7</size>
39576       </method>
39577       <method name="Int32 Main()">
39578         <size>46</size>
39579       </method>
39580       <method name="Byte* GetFoo()">
39581         <size>7</size>
39582       </method>
39583       <method name="Byte* GetFoo2()">
39584         <size>7</size>
39585       </method>
39586     </type>
39587   </test>
39588   <test name="test-689.cs">
39589     <type name="Sample">
39590       <method name="Void Main()">
39591         <size>3</size>
39592       </method>
39593       <method name="Void Foo(Byte*, Byte*)">
39594         <size>42</size>
39595       </method>
39596     </type>
39597   </test>
39598   <test name="test-69.cs">
39599     <type name="Blah">
39600       <method name="Void .ctor()">
39601         <size>7</size>
39602       </method>
39603       <method name="Void Start_internal(IntPtr)">
39604         <size>0</size>
39605       </method>
39606       <method name="Int32 Main()">
39607         <size>2</size>
39608       </method>
39609     </type>
39610   </test>
39611   <test name="test-690.cs">
39612     <type name="Test.Test">
39613       <method name="Void .ctor()">
39614         <size>7</size>
39615       </method>
39616       <method name="Void Main()">
39617         <size>1</size>
39618       </method>
39619     </type>
39620   </test>
39621   <test name="test-691.cs">
39622     <type name="ConsoleApplication6.Program">
39623       <method name="Void .ctor()">
39624         <size>7</size>
39625       </method>
39626       <method name="Void .cctor()">
39627         <size>23</size>
39628       </method>
39629       <method name="Void Main()">
39630         <size>128</size>
39631       </method>
39632     </type>
39633   </test>
39634   <test name="test-692.cs">
39635     <type name="Test">
39636       <method name="Void .ctor()">
39637         <size>7</size>
39638       </method>
39639       <method name="Void test1(DateTime ByRef)">
39640         <size>10</size>
39641       </method>
39642       <method name="Void test2(DateTime ByRef)">
39643         <size>13</size>
39644       </method>
39645       <method name="Int32 Main()">
39646         <size>141</size>
39647       </method>
39648     </type>
39649   </test>
39650   <test name="test-693.cs">
39651     <type name="ConstTest">
39652       <method name="Void .ctor()">
39653         <size>7</size>
39654       </method>
39655       <method name="Int32 Main()">
39656         <size>32</size>
39657       </method>
39658     </type>
39659   </test>
39660   <test name="test-694.cs">
39661     <type name="Test">
39662       <method name="Void .ctor()">
39663         <size>7</size>
39664       </method>
39665       <method name="Int32 Main()">
39666         <size>2</size>
39667       </method>
39668     </type>
39669   </test>
39670   <test name="test-695.cs">
39671     <type name="Program">
39672       <method name="Void .ctor()">
39673         <size>7</size>
39674       </method>
39675       <method name="Void .cctor()">
39676         <size>53</size>
39677       </method>
39678       <method name="Int32 Main()">
39679         <size>680</size>
39680       </method>
39681       <method name="System.String get_BaseDirectory()">
39682         <size>28</size>
39683       </method>
39684     </type>
39685     <type name="&lt;PrivateImplementationDetails&gt;">
39686       <method name="Void .ctor()">
39687         <size>7</size>
39688       </method>
39689     </type>
39690   </test>
39691   <test name="test-696.cs">
39692     <type name="S">
39693       <method name="Void f(S)">
39694         <size>1</size>
39695       </method>
39696       <method name="S op_Implicit(C)">
39697         <size>2</size>
39698       </method>
39699     </type>
39700     <type name="C">
39701       <method name="Void .ctor()">
39702         <size>7</size>
39703       </method>
39704       <method name="Void Main()">
39705         <size>12</size>
39706       </method>
39707     </type>
39708   </test>
39709   <test name="test-697.cs">
39710     <type name="C">
39711       <method name="Void .ctor()">
39712         <size>7</size>
39713       </method>
39714       <method name="Void Main()">
39715         <size>1</size>
39716       </method>
39717     </type>
39718   </test>
39719   <test name="test-698.cs">
39720     <type name="test">
39721       <method name="Void .ctor()">
39722         <size>7</size>
39723       </method>
39724       <method name="Void Main()">
39725         <size>12</size>
39726       </method>
39727     </type>
39728   </test>
39729   <test name="test-699.cs">
39730     <type name="D">
39731       <method name="Void .ctor(String)">
39732         <size>25</size>
39733       </method>
39734       <method name="System.String get_message()">
39735         <size>7</size>
39736       </method>
39737       <method name="Void Main()">
39738         <size>1</size>
39739       </method>
39740     </type>
39741   </test>
39742   <test name="test-7.cs">
39743     <type name="Mine.MyBoolean">
39744       <method name="Void .ctor()">
39745         <size>7</size>
39746       </method>
39747       <method name="Boolean op_Implicit(Mine.MyBoolean)">
39748         <size>2</size>
39749       </method>
39750     </type>
39751     <type name="Mine.MyTrueFalse">
39752       <method name="Void .ctor()">
39753         <size>7</size>
39754       </method>
39755       <method name="Boolean op_True(Mine.MyTrueFalse)">
39756         <size>2</size>
39757       </method>
39758       <method name="Boolean op_False(Mine.MyTrueFalse)">
39759         <size>2</size>
39760       </method>
39761     </type>
39762     <type name="Mine.Blah">
39763       <method name="Void .ctor(Int32)">
39764         <size>14</size>
39765       </method>
39766       <method name="Int32 Main()">
39767         <size>408</size>
39768       </method>
39769       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
39770         <size>31</size>
39771       </method>
39772       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
39773         <size>22</size>
39774       </method>
39775       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
39776         <size>23</size>
39777       </method>
39778       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
39779         <size>31</size>
39780       </method>
39781       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
39782         <size>24</size>
39783       </method>
39784       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
39785         <size>24</size>
39786       </method>
39787       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
39788         <size>24</size>
39789       </method>
39790       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
39791         <size>23</size>
39792       </method>
39793       <method name="Boolean op_LogicalNot(Mine.Blah)">
39794         <size>20</size>
39795       </method>
39796       <method name="Mine.Blah op_Increment(Mine.Blah)">
39797         <size>26</size>
39798       </method>
39799       <method name="Mine.Blah op_Decrement(Mine.Blah)">
39800         <size>26</size>
39801       </method>
39802       <method name="Boolean op_True(Mine.Blah)">
39803         <size>20</size>
39804       </method>
39805       <method name="Boolean op_False(Mine.Blah)">
39806         <size>23</size>
39807       </method>
39808       <method name="Int32 op_Implicit(Mine.Blah)">
39809         <size>17</size>
39810       </method>
39811       <method name="Double op_Explicit(Mine.Blah)">
39812         <size>18</size>
39813       </method>
39814     </type>
39815   </test>
39816   <test name="test-70.cs">
39817     <type name="X">
39818       <method name="Void .ctor()">
39819         <size>7</size>
39820       </method>
39821       <method name="Int32 get_A()">
39822         <size>2</size>
39823       </method>
39824       <method name="Int32 B()">
39825         <size>2</size>
39826       </method>
39827     </type>
39828     <type name="Y">
39829       <method name="Void .ctor()">
39830         <size>7</size>
39831       </method>
39832       <method name="Int32 get_A()">
39833         <size>9</size>
39834       </method>
39835       <method name="Int32 B()">
39836         <size>9</size>
39837       </method>
39838     </type>
39839     <type name="Z">
39840       <method name="Void .ctor()">
39841         <size>7</size>
39842       </method>
39843       <method name="Int32 Main()">
39844         <size>70</size>
39845       </method>
39846     </type>
39847   </test>
39848   <test name="test-700.cs">
39849     <type name="FooAttribute">
39850       <method name="Void .ctor(String)">
39851         <size>7</size>
39852       </method>
39853     </type>
39854     <type name="Test">
39855       <method name="Void .ctor()">
39856         <size>7</size>
39857       </method>
39858     </type>
39859     <type name="Program">
39860       <method name="Void .ctor()">
39861         <size>7</size>
39862       </method>
39863       <method name="Void Main()">
39864         <size>1</size>
39865       </method>
39866     </type>
39867   </test>
39868   <test name="test-701.cs">
39869     <type name="Foo">
39870       <method name="Void .ctor()">
39871         <size>7</size>
39872       </method>
39873       <method name="UInt16 ToUint16()">
39874         <size>6</size>
39875       </method>
39876       <method name="Void Main()">
39877         <size>1</size>
39878       </method>
39879     </type>
39880   </test>
39881   <test name="test-703.cs">
39882     <type name="A">
39883       <method name="Void .ctor()">
39884         <size>7</size>
39885       </method>
39886       <method name="Void add_Finished(System.EventHandler)">
39887         <size>0</size>
39888       </method>
39889       <method name="Void remove_Finished(System.EventHandler)">
39890         <size>0</size>
39891       </method>
39892       <method name="Void test(A)">
39893         <size>19</size>
39894       </method>
39895       <method name="Void TestA(System.Object, System.EventArgs)">
39896         <size>25</size>
39897       </method>
39898     </type>
39899     <type name="B">
39900       <method name="Void .ctor()">
39901         <size>49</size>
39902       </method>
39903       <method name="Void add_Finished(System.EventHandler)">
39904         <size>24</size>
39905       </method>
39906       <method name="Void remove_Finished(System.EventHandler)">
39907         <size>24</size>
39908       </method>
39909       <method name="Void TestB(System.Object, System.EventArgs)">
39910         <size>25</size>
39911       </method>
39912       <method name="Int32 Main()">
39913         <size>14</size>
39914       </method>
39915     </type>
39916   </test>
39917   <test name="test-705.cs">
39918     <type name="Test">
39919       <method name="Void .ctor()">
39920         <size>7</size>
39921       </method>
39922       <method name="Void .cctor()">
39923         <size>1</size>
39924       </method>
39925       <method name="Nested GetEnumerator()">
39926         <size>10</size>
39927       </method>
39928     </type>
39929     <type name="Test+Nested">
39930       <method name="Void System.IDisposable.Dispose()">
39931         <size>13</size>
39932       </method>
39933       <method name="Int32 get_Current()">
39934         <size>2</size>
39935       </method>
39936       <method name="Boolean MoveNext()">
39937         <size>2</size>
39938       </method>
39939       <method name="Void Reset()">
39940         <size>1</size>
39941       </method>
39942       <method name="Void Dispose()">
39943         <size>11</size>
39944       </method>
39945     </type>
39946     <type name="Program">
39947       <method name="Int32 Main()">
39948         <size>72</size>
39949       </method>
39950     </type>
39951   </test>
39952   <test name="test-706.cs">
39953     <type name="Test.CustomParentAttribute">
39954       <method name="Void .ctor()">
39955         <size>7</size>
39956       </method>
39957       <method name="Void DoSomething()">
39958         <size>0</size>
39959       </method>
39960     </type>
39961     <type name="Test.MyClass">
39962       <method name="Void .ctor()">
39963         <size>7</size>
39964       </method>
39965       <method name="Void Main()">
39966         <size>1</size>
39967       </method>
39968     </type>
39969     <type name="Test.MyClass+CustomChildAttribute">
39970       <method name="Void .ctor()">
39971         <size>7</size>
39972       </method>
39973       <method name="Void DoSomething()">
39974         <size>1</size>
39975       </method>
39976     </type>
39977   </test>
39978   <test name="test-707.cs">
39979     <type name="Tzap">
39980       <method name="Void .ctor()">
39981         <size>7</size>
39982       </method>
39983     </type>
39984     <type name="Tzap+Baz">
39985       <method name="Void .ctor()">
39986         <size>7</size>
39987       </method>
39988       <method name="Void Gazonk()">
39989         <size>7</size>
39990       </method>
39991       <method name="Void Main()">
39992         <size>1</size>
39993       </method>
39994     </type>
39995     <type name="Tzap+Bar">
39996       <method name="Void .ctor()">
39997         <size>7</size>
39998       </method>
39999       <method name="Void Foo()">
40000         <size>1</size>
40001       </method>
40002     </type>
40003   </test>
40004   <test name="test-708.cs">
40005     <type name="A">
40006       <method name="Void .ctor()">
40007         <size>7</size>
40008       </method>
40009       <method name="A+ADelegate Delegate2(Boolean)">
40010         <size>25</size>
40011       </method>
40012       <method name="Void Main()">
40013         <size>1</size>
40014       </method>
40015     </type>
40016     <type name="A+ADelegate">
40017       <method name="Void .ctor(Object, IntPtr)">
40018         <size>0</size>
40019       </method>
40020       <method name="A+ADelegate Invoke(Boolean)">
40021         <size>0</size>
40022       </method>
40023       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
40024         <size>0</size>
40025       </method>
40026       <method name="A+ADelegate EndInvoke(IAsyncResult)">
40027         <size>0</size>
40028       </method>
40029     </type>
40030   </test>
40031   <test name="test-709.cs">
40032     <type name="C">
40033       <method name="Void .ctor()">
40034         <size>7</size>
40035       </method>
40036       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
40037         <size>68</size>
40038       </method>
40039       <method name="Void CharCopy(Char*, Char*, Int32)">
40040         <size>33</size>
40041       </method>
40042       <method name="Int32 Main()">
40043         <size>58</size>
40044       </method>
40045     </type>
40046   </test>
40047   <test name="test-71.cs">
40048     <type name="X">
40049       <method name="Void .ctor()">
40050         <size>7</size>
40051       </method>
40052       <method name="Void Main()">
40053         <size>37</size>
40054       </method>
40055     </type>
40056     <type name="MethodSignature">
40057       <method name="Void .ctor(String, Type, Type[])">
40058         <size>22</size>
40059       </method>
40060     </type>
40061   </test>
40062   <test name="test-710.cs">
40063     <type name="Z">
40064       <method name="Void .ctor()">
40065         <size>7</size>
40066       </method>
40067     </type>
40068     <type name="C">
40069       <method name="Void .ctor()">
40070         <size>7</size>
40071       </method>
40072       <method name="Void Main()">
40073         <size>7</size>
40074       </method>
40075     </type>
40076   </test>
40077   <test name="test-711.cs">
40078     <type name="N.Test">
40079       <method name="Void .ctor()">
40080         <size>7</size>
40081       </method>
40082       <method name="Void .ctor(Int32)">
40083         <size>7</size>
40084       </method>
40085       <method name="Void Main()">
40086         <size>1</size>
40087       </method>
40088     </type>
40089   </test>
40090   <test name="test-712.cs">
40091     <type name="Hello">
40092       <method name="Void .ctor()">
40093         <size>7</size>
40094       </method>
40095       <method name="Void Main()">
40096         <size>22</size>
40097       </method>
40098     </type>
40099   </test>
40100   <test name="test-713.cs">
40101     <type name="DispBar">
40102       <method name="Void .ctor()">
40103         <size>7</size>
40104       </method>
40105       <method name="Void Dispose()">
40106         <size>11</size>
40107       </method>
40108     </type>
40109     <type name="Foo">
40110       <method name="Void .ctor()">
40111         <size>7</size>
40112       </method>
40113       <method name="IDisposable GetBar()">
40114         <size>6</size>
40115       </method>
40116     </type>
40117     <type name="Test">
40118       <method name="Void .ctor()">
40119         <size>7</size>
40120       </method>
40121       <method name="Void .cctor()">
40122         <size>11</size>
40123       </method>
40124       <method name="Boolean TryThing()">
40125         <size>46</size>
40126       </method>
40127       <method name="Void Main()">
40128         <size>7</size>
40129       </method>
40130     </type>
40131   </test>
40132   <test name="test-714.cs">
40133     <type name="Hello">
40134       <method name="Void .ctor()">
40135         <size>7</size>
40136       </method>
40137       <method name="Void IBar.Test()">
40138         <size>1</size>
40139       </method>
40140       <method name="Void Main()">
40141         <size>1</size>
40142       </method>
40143     </type>
40144   </test>
40145   <test name="test-716.cs">
40146     <type name="SS">
40147       <method name="Void .cctor()">
40148         <size>8</size>
40149       </method>
40150     </type>
40151     <type name="SSS">
40152       <method name="Void .cctor()">
40153         <size>15</size>
40154       </method>
40155     </type>
40156     <type name="C">
40157       <method name="Void .ctor()">
40158         <size>7</size>
40159       </method>
40160     </type>
40161     <type name="CC">
40162       <method name="Void .ctor()">
40163         <size>7</size>
40164       </method>
40165       <method name="Void .cctor()">
40166         <size>8</size>
40167       </method>
40168     </type>
40169     <type name="CCC">
40170       <method name="Void .ctor()">
40171         <size>7</size>
40172       </method>
40173       <method name="Void .cctor()">
40174         <size>11</size>
40175       </method>
40176     </type>
40177     <type name="X">
40178       <method name="Void .ctor()">
40179         <size>7</size>
40180       </method>
40181       <method name="Int32 Main()">
40182         <size>192</size>
40183       </method>
40184     </type>
40185   </test>
40186   <test name="test-717.cs">
40187     <type name="AA">
40188       <method name="Void .ctor()">
40189         <size>7</size>
40190       </method>
40191       <method name="Int32 Foo(Int32)">
40192         <size>2</size>
40193       </method>
40194     </type>
40195     <type name="A">
40196       <method name="Void .ctor()">
40197         <size>7</size>
40198       </method>
40199       <method name="Int32 Foo(Byte)">
40200         <size>2</size>
40201       </method>
40202       <method name="Int32 Foo(Int32)">
40203         <size>2</size>
40204       </method>
40205     </type>
40206     <type name="B">
40207       <method name="Void .ctor()">
40208         <size>7</size>
40209       </method>
40210       <method name="Int32 Foo(Int32)">
40211         <size>2</size>
40212       </method>
40213       <method name="Void Foo(System.String)">
40214         <size>1</size>
40215       </method>
40216     </type>
40217     <type name="S">
40218       <method name="System.String ToString()">
40219         <size>6</size>
40220       </method>
40221     </type>
40222     <type name="MyClass">
40223       <method name="Void .ctor()">
40224         <size>7</size>
40225       </method>
40226       <method name="Int32 Main()">
40227         <size>67</size>
40228       </method>
40229     </type>
40230   </test>
40231   <test name="test-718.cs">
40232     <type name="A">
40233       <method name="Void .ctor()">
40234         <size>7</size>
40235       </method>
40236       <method name="Void Foo(Int32, Int32)">
40237         <size>1</size>
40238       </method>
40239     </type>
40240     <type name="B">
40241       <method name="Void .ctor()">
40242         <size>7</size>
40243       </method>
40244       <method name="Void Main()">
40245         <size>8</size>
40246       </method>
40247       <method name="Void Foo(Int32)">
40248         <size>1</size>
40249       </method>
40250     </type>
40251   </test>
40252   <test name="test-719.cs">
40253     <type name="C">
40254       <method name="Void .ctor()">
40255         <size>7</size>
40256       </method>
40257       <method name="Void Main()">
40258         <size>1</size>
40259       </method>
40260     </type>
40261   </test>
40262   <test name="test-72.cs">
40263     <type name="outer">
40264       <method name="Void .ctor()">
40265         <size>7</size>
40266       </method>
40267       <method name="Int32 Main()">
40268         <size>2</size>
40269       </method>
40270     </type>
40271     <type name="outer+inner">
40272       <method name="Void .ctor()">
40273         <size>7</size>
40274       </method>
40275       <method name="Void meth(System.Object)">
40276         <size>8</size>
40277       </method>
40278     </type>
40279   </test>
40280   <test name="test-720.cs">
40281     <type name="N.Program">
40282       <method name="Void .ctor()">
40283         <size>7</size>
40284       </method>
40285       <method name="Void Main()">
40286         <size>18</size>
40287       </method>
40288     </type>
40289     <type name="N.Parent">
40290       <method name="Void .ctor()">
40291         <size>7</size>
40292       </method>
40293       <method name="Void add_Example(N.Parent+ExampleHandler)">
40294         <size>0</size>
40295       </method>
40296       <method name="Void remove_Example(N.Parent+ExampleHandler)">
40297         <size>0</size>
40298       </method>
40299     </type>
40300     <type name="N.Child">
40301       <method name="Void .ctor()">
40302         <size>7</size>
40303       </method>
40304       <method name="Void add_Example(N.Parent+ExampleHandler)">
40305         <size>24</size>
40306       </method>
40307       <method name="Void remove_Example(N.Parent+ExampleHandler)">
40308         <size>24</size>
40309       </method>
40310       <method name="Void OnExample()">
40311         <size>23</size>
40312       </method>
40313     </type>
40314     <type name="N.Parent+ExampleHandler">
40315       <method name="Void .ctor(Object, IntPtr)">
40316         <size>0</size>
40317       </method>
40318       <method name="Void Invoke()">
40319         <size>0</size>
40320       </method>
40321       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40322         <size>0</size>
40323       </method>
40324       <method name="Void EndInvoke(IAsyncResult)">
40325         <size>0</size>
40326       </method>
40327     </type>
40328   </test>
40329   <test name="test-721.cs">
40330     <type name="Program">
40331       <method name="Void .ctor()">
40332         <size>7</size>
40333       </method>
40334       <method name="Int32 Main()">
40335         <size>55</size>
40336       </method>
40337     </type>
40338     <type name="Control">
40339       <method name="Void .ctor()">
40340         <size>7</size>
40341       </method>
40342       <method name="Void set_Foo(Int32)">
40343         <size>1</size>
40344       </method>
40345     </type>
40346   </test>
40347   <test name="test-723.cs">
40348     <type name="Test">
40349       <method name="Void .ctor()">
40350         <size>7</size>
40351       </method>
40352       <method name="Int32 get_Count()">
40353         <size>2</size>
40354       </method>
40355     </type>
40356     <type name="Maine">
40357       <method name="Int32 Main()">
40358         <size>21</size>
40359       </method>
40360     </type>
40361   </test>
40362   <test name="test-724.cs">
40363     <type name="Test">
40364       <method name="Void .ctor()">
40365         <size>7</size>
40366       </method>
40367       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
40368         <size>29</size>
40369       </method>
40370       <method name="Int32 Main()">
40371         <size>110</size>
40372       </method>
40373     </type>
40374     <type name="Concrete">
40375       <method name="Void .ctor()">
40376         <size>7</size>
40377       </method>
40378       <method name="System.String A.get_Spec()">
40379         <size>6</size>
40380       </method>
40381       <method name="System.String B.get_Spec()">
40382         <size>6</size>
40383       </method>
40384       <method name="System.String get_Spec()">
40385         <size>6</size>
40386       </method>
40387     </type>
40388   </test>
40389   <test name="test-726.cs">
40390     <type name="CS0102">
40391       <method name="System.Object IFoo.Clone()">
40392         <size>2</size>
40393       </method>
40394       <method name="Void Main()">
40395         <size>1</size>
40396       </method>
40397       <method name="Void .ctor()">
40398         <size>7</size>
40399       </method>
40400     </type>
40401     <type name="CS0102+Clone">
40402       <method name="Void .ctor()">
40403         <size>7</size>
40404       </method>
40405     </type>
40406   </test>
40407   <test name="test-727.cs">
40408     <type name="IDisposableTest.MainClass">
40409       <method name="Int32 Main()">
40410         <size>113</size>
40411       </method>
40412       <method name="Void .ctor()">
40413         <size>7</size>
40414       </method>
40415     </type>
40416     <type name="IDisposableTest.Foo">
40417       <method name="Void Dispose()">
40418         <size>32</size>
40419       </method>
40420       <method name="Void .ctor()">
40421         <size>57</size>
40422       </method>
40423       <method name="Void .cctor()">
40424         <size>1</size>
40425       </method>
40426     </type>
40427   </test>
40428   <test name="test-728.cs">
40429     <type name="Tests">
40430       <method name="Int32 Main()">
40431         <size>25</size>
40432       </method>
40433       <method name="Void .ctor()">
40434         <size>7</size>
40435       </method>
40436     </type>
40437   </test>
40438   <test name="test-729.cs">
40439     <type name="Primes.MainClass">
40440       <method name="Int32 Main()">
40441         <size>136</size>
40442       </method>
40443       <method name="Void .ctor()">
40444         <size>7</size>
40445       </method>
40446     </type>
40447   </test>
40448   <test name="test-73.cs">
40449     <type name="Abstract">
40450       <method name="Void .ctor()">
40451         <size>7</size>
40452       </method>
40453       <method name="Int32 A()">
40454         <size>0</size>
40455       </method>
40456     </type>
40457     <type name="Concrete">
40458       <method name="Void .ctor()">
40459         <size>7</size>
40460       </method>
40461       <method name="Int32 A()">
40462         <size>2</size>
40463       </method>
40464     </type>
40465     <type name="Test">
40466       <method name="Void .ctor()">
40467         <size>7</size>
40468       </method>
40469       <method name="Int32 Main()">
40470         <size>22</size>
40471       </method>
40472     </type>
40473   </test>
40474   <test name="test-730.cs">
40475     <type name="Demo">
40476       <method name="Void Test(System.Object)">
40477         <size>1</size>
40478       </method>
40479       <method name="Int32 Test(Int32)">
40480         <size>2</size>
40481       </method>
40482       <method name="Int32 GetPhones()">
40483         <size>22</size>
40484       </method>
40485       <method name="Int32 Main()">
40486         <size>23</size>
40487       </method>
40488       <method name="Void .ctor()">
40489         <size>7</size>
40490       </method>
40491     </type>
40492     <type name="Demo+D">
40493       <method name="Int32 Invoke(Int32)">
40494         <size>0</size>
40495       </method>
40496       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40497         <size>0</size>
40498       </method>
40499       <method name="Int32 EndInvoke(IAsyncResult)">
40500         <size>0</size>
40501       </method>
40502       <method name="Void .ctor(Object, IntPtr)">
40503         <size>0</size>
40504       </method>
40505     </type>
40506   </test>
40507   <test name="test-731.cs">
40508     <type name="C">
40509       <method name="Int32 Main()">
40510         <size>34</size>
40511       </method>
40512       <method name="Void .ctor()">
40513         <size>7</size>
40514       </method>
40515     </type>
40516     <type name="&lt;PrivateImplementationDetails&gt;">
40517       <method name="Void .ctor()">
40518         <size>7</size>
40519       </method>
40520     </type>
40521   </test>
40522   <test name="test-733.cs">
40523     <type name="Test">
40524       <method name="Int32 Main()">
40525         <size>88</size>
40526       </method>
40527       <method name="Void .ctor()">
40528         <size>7</size>
40529       </method>
40530     </type>
40531   </test>
40532   <test name="test-734.cs">
40533     <type name="M">
40534       <method name="Void Run()">
40535         <size>23</size>
40536       </method>
40537       <method name="Int32 Main()">
40538         <size>72</size>
40539       </method>
40540       <method name="Void .ctor()">
40541         <size>7</size>
40542       </method>
40543     </type>
40544   </test>
40545   <test name="test-735.cs">
40546     <type name="B">
40547       <method name="Void .ctor()">
40548         <size>7</size>
40549       </method>
40550     </type>
40551     <type name="B+C">
40552       <method name="Void Main()">
40553         <size>1</size>
40554       </method>
40555       <method name="Void .ctor()">
40556         <size>7</size>
40557       </method>
40558     </type>
40559     <type name="B+C+X">
40560       <method name="Void .ctor()">
40561         <size>7</size>
40562       </method>
40563     </type>
40564     <type name="B+D">
40565       <method name="Void .ctor()">
40566         <size>7</size>
40567       </method>
40568     </type>
40569   </test>
40570   <test name="test-736.cs">
40571     <type name="TestGeneric`1[T]">
40572       <method name="Void add_Event(System.EventHandler)">
40573         <size>24</size>
40574       </method>
40575       <method name="Void remove_Event(System.EventHandler)">
40576         <size>24</size>
40577       </method>
40578       <method name="Void Raise()">
40579         <size>18</size>
40580       </method>
40581       <method name="Void .ctor()">
40582         <size>7</size>
40583       </method>
40584     </type>
40585     <type name="TestGeneric2`1[T]">
40586       <method name="Void add_Event(TestGeneric2`1+GenericHandler[T])">
40587         <size>24</size>
40588       </method>
40589       <method name="Void remove_Event(TestGeneric2`1+GenericHandler[T])">
40590         <size>24</size>
40591       </method>
40592       <method name="Void Raise()">
40593         <size>21</size>
40594       </method>
40595       <method name="Void .ctor()">
40596         <size>7</size>
40597       </method>
40598     </type>
40599     <type name="Test">
40600       <method name="Void add_Event(System.EventHandler)">
40601         <size>24</size>
40602       </method>
40603       <method name="Void remove_Event(System.EventHandler)">
40604         <size>24</size>
40605       </method>
40606       <method name="Void Raise()">
40607         <size>18</size>
40608       </method>
40609       <method name="Void Main()">
40610         <size>1</size>
40611       </method>
40612       <method name="Void .ctor()">
40613         <size>7</size>
40614       </method>
40615     </type>
40616     <type name="TestGeneric2`1+GenericHandler[T]">
40617       <method name="Void Invoke(T)">
40618         <size>0</size>
40619       </method>
40620       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
40621         <size>0</size>
40622       </method>
40623       <method name="Void EndInvoke(IAsyncResult)">
40624         <size>0</size>
40625       </method>
40626       <method name="Void .ctor(Object, IntPtr)">
40627         <size>0</size>
40628       </method>
40629     </type>
40630   </test>
40631   <test name="test-737.cs">
40632     <type name="Breaks">
40633       <method name="Double get_Item(Int32, Int32)">
40634         <size>7</size>
40635       </method>
40636       <method name="Void set_Item(Int32, Int32, Double)">
40637         <size>8</size>
40638       </method>
40639       <method name="Void .ctor(Double)">
40640         <size>8</size>
40641       </method>
40642     </type>
40643     <type name="Tester">
40644       <method name="Int32 Main()">
40645         <size>74</size>
40646       </method>
40647       <method name="Void .ctor()">
40648         <size>7</size>
40649       </method>
40650     </type>
40651   </test>
40652   <test name="test-738.cs">
40653     <type name="TestNamespace.ResumableInputStream">
40654       <method name="Void Main()">
40655         <size>1</size>
40656       </method>
40657       <method name="Void .ctor()">
40658         <size>18</size>
40659       </method>
40660     </type>
40661   </test>
40662   <test name="test-739.cs">
40663     <type name="X">
40664       <method name="Void Finalize()">
40665         <size>19</size>
40666       </method>
40667       <method name="Void Foo()">
40668         <size>1</size>
40669       </method>
40670       <method name="Int32 Main()">
40671         <size>89</size>
40672       </method>
40673       <method name="Void .ctor()">
40674         <size>7</size>
40675       </method>
40676     </type>
40677   </test>
40678   <test name="test-74.cs">
40679     <type name="X">
40680       <method name="Void .ctor()">
40681         <size>7</size>
40682       </method>
40683       <method name="Int32 Main()">
40684         <size>168</size>
40685       </method>
40686     </type>
40687   </test>
40688   <test name="test-740.cs">
40689     <type name="FixedTest">
40690       <method name="Int32 Main()">
40691         <size>336</size>
40692       </method>
40693       <method name="Void .ctor()">
40694         <size>7</size>
40695       </method>
40696     </type>
40697     <type name="FixedTest+TValue">
40698       <method name="System.String ToString()">
40699         <size>17</size>
40700       </method>
40701       <method name="Void .ctor(Int64)">
40702         <size>28</size>
40703       </method>
40704     </type>
40705   </test>
40706   <test name="test-741.cs">
40707     <type name="Test">
40708       <method name="Void test()">
40709         <size>18</size>
40710       </method>
40711       <method name="Void Main()">
40712         <size>1</size>
40713       </method>
40714       <method name="Void .ctor()">
40715         <size>7</size>
40716       </method>
40717     </type>
40718   </test>
40719   <test name="test-742.cs">
40720     <type name="Test">
40721       <method name="Test Set(C)">
40722         <size>20</size>
40723       </method>
40724     </type>
40725     <type name="C">
40726       <method name="Void .ctor()">
40727         <size>7</size>
40728       </method>
40729     </type>
40730     <type name="Driver">
40731       <method name="Int32 Main()">
40732         <size>41</size>
40733       </method>
40734       <method name="Void .ctor()">
40735         <size>7</size>
40736       </method>
40737     </type>
40738   </test>
40739   <test name="test-743.cs">
40740     <type name="C">
40741       <method name="Void Main()">
40742         <size>11</size>
40743       </method>
40744       <method name="Void Test()">
40745         <size>30</size>
40746       </method>
40747       <method name="Void .ctor()">
40748         <size>7</size>
40749       </method>
40750     </type>
40751   </test>
40752   <test name="test-744.cs">
40753     <type name="M">
40754       <method name="Void Main()">
40755         <size>7</size>
40756       </method>
40757       <method name="Void .ctor()">
40758         <size>7</size>
40759       </method>
40760     </type>
40761     <type name="M+Nested">
40762       <method name="Void Extra()">
40763         <size>1</size>
40764       </method>
40765       <method name="Void .ctor()">
40766         <size>7</size>
40767       </method>
40768     </type>
40769     <type name="A">
40770       <method name="Void AMethod()">
40771         <size>0</size>
40772       </method>
40773       <method name="Void .ctor()">
40774         <size>7</size>
40775       </method>
40776     </type>
40777     <type name="B">
40778       <method name="Void BMethod()">
40779         <size>0</size>
40780       </method>
40781       <method name="Void .ctor()">
40782         <size>7</size>
40783       </method>
40784     </type>
40785     <type name="C">
40786       <method name="Void AMethod()">
40787         <size>1</size>
40788       </method>
40789       <method name="Void BMethod()">
40790         <size>1</size>
40791       </method>
40792       <method name="Void Extra()">
40793         <size>0</size>
40794       </method>
40795       <method name="Void .ctor()">
40796         <size>7</size>
40797       </method>
40798     </type>
40799   </test>
40800   <test name="test-745.cs">
40801     <type name="C">
40802       <method name="Void Main()">
40803         <size>28</size>
40804       </method>
40805       <method name="Void .ctor()">
40806         <size>7</size>
40807       </method>
40808     </type>
40809   </test>
40810   <test name="test-746.cs">
40811     <type name="Test">
40812       <method name="Void Foo(IListCounter)">
40813         <size>8</size>
40814       </method>
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-747.cs">
40824     <type name="B">
40825       <method name="Void .ctor()">
40826         <size>7</size>
40827       </method>
40828     </type>
40829     <type name="B+BNested">
40830       <method name="Void .ctor()">
40831         <size>7</size>
40832       </method>
40833     </type>
40834     <type name="A">
40835       <method name="Void .ctor()">
40836         <size>7</size>
40837       </method>
40838     </type>
40839     <type name="AA">
40840       <method name="Void .ctor()">
40841         <size>7</size>
40842       </method>
40843     </type>
40844     <type name="AA+ANested">
40845       <method name="Void .ctor()">
40846         <size>7</size>
40847       </method>
40848     </type>
40849     <type name="M">
40850       <method name="Void Main()">
40851         <size>1</size>
40852       </method>
40853       <method name="Void .ctor()">
40854         <size>7</size>
40855       </method>
40856     </type>
40857   </test>
40858   <test name="test-748.cs">
40859     <type name="M">
40860       <method name="RealTest.Foo Test()">
40861         <size>6</size>
40862       </method>
40863       <method name="Void Main()">
40864         <size>1</size>
40865       </method>
40866       <method name="Void .ctor()">
40867         <size>7</size>
40868       </method>
40869     </type>
40870     <type name="Test.Local.M">
40871       <method name="RealTest.Foo Test()">
40872         <size>6</size>
40873       </method>
40874       <method name="Void .ctor()">
40875         <size>7</size>
40876       </method>
40877     </type>
40878     <type name="RealTest.Foo">
40879       <method name="Void .ctor()">
40880         <size>7</size>
40881       </method>
40882     </type>
40883   </test>
40884   <test name="test-749.cs">
40885     <type name="M">
40886       <method name="Void Main()">
40887         <size>14</size>
40888       </method>
40889       <method name="Void .ctor()">
40890         <size>7</size>
40891       </method>
40892     </type>
40893   </test>
40894   <test name="test-75.cs">
40895     <type name="X">
40896       <method name="Void .ctor()">
40897         <size>7</size>
40898       </method>
40899       <method name="Void .cctor()">
40900         <size>1</size>
40901       </method>
40902       <method name="X op_Addition(X, X)">
40903         <size>8</size>
40904       </method>
40905     </type>
40906     <type name="Y">
40907       <method name="Void .ctor()">
40908         <size>7</size>
40909       </method>
40910     </type>
40911     <type name="Z">
40912       <method name="Void .ctor()">
40913         <size>7</size>
40914       </method>
40915     </type>
40916     <type name="driver">
40917       <method name="Void .ctor()">
40918         <size>7</size>
40919       </method>
40920       <method name="Int32 Main()">
40921         <size>34</size>
40922       </method>
40923     </type>
40924   </test>
40925   <test name="test-750.cs">
40926     <type name="M">
40927       <method name="Void Main()">
40928         <size>1</size>
40929       </method>
40930       <method name="Void .ctor()">
40931         <size>7</size>
40932       </method>
40933     </type>
40934   </test>
40935   <test name="test-751.cs">
40936     <type name="LocalNS.Compiler">
40937       <method name="Void .ctor()">
40938         <size>7</size>
40939       </method>
40940     </type>
40941     <type name="System.Local.M">
40942       <method name="Void Main()">
40943         <size>7</size>
40944       </method>
40945       <method name="Void .ctor()">
40946         <size>7</size>
40947       </method>
40948     </type>
40949   </test>
40950   <test name="test-752.cs">
40951     <type name="M">
40952       <method name="Void Main()">
40953         <size>1</size>
40954       </method>
40955       <method name="Void .ctor()">
40956         <size>7</size>
40957       </method>
40958     </type>
40959   </test>
40960   <test name="test-753.cs">
40961     <type name="AI2">
40962       <method name="System.String IA.get_val()">
40963         <size>6</size>
40964       </method>
40965       <method name="Void IA.set_val(System.String)">
40966         <size>1</size>
40967       </method>
40968       <method name="Int32 get_val()">
40969         <size>3</size>
40970       </method>
40971       <method name="Void set_val(Int32)">
40972         <size>1</size>
40973       </method>
40974       <method name="Void stuff(IAI2)">
40975         <size>13</size>
40976       </method>
40977       <method name="Void Main()">
40978         <size>1</size>
40979       </method>
40980       <method name="Void .ctor()">
40981         <size>7</size>
40982       </method>
40983     </type>
40984   </test>
40985   <test name="test-754.cs">
40986     <type name="Bug.D">
40987       <method name="Void Invoke()">
40988         <size>0</size>
40989       </method>
40990       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40991         <size>0</size>
40992       </method>
40993       <method name="Void EndInvoke(IAsyncResult)">
40994         <size>0</size>
40995       </method>
40996       <method name="Void .ctor(Object, IntPtr)">
40997         <size>0</size>
40998       </method>
40999     </type>
41000     <type name="Bug.A">
41001       <method name="Void add_E(Bug.D)">
41002         <size>0</size>
41003       </method>
41004       <method name="Void remove_E(Bug.D)">
41005         <size>0</size>
41006       </method>
41007       <method name="Void .ctor()">
41008         <size>7</size>
41009       </method>
41010     </type>
41011     <type name="Bug.B">
41012       <method name="Void add_E(Bug.D)">
41013         <size>1</size>
41014       </method>
41015       <method name="Void remove_E(Bug.D)">
41016         <size>1</size>
41017       </method>
41018       <method name="Void .ctor()">
41019         <size>7</size>
41020       </method>
41021     </type>
41022     <type name="Bug.M">
41023       <method name="Void Main()">
41024         <size>1</size>
41025       </method>
41026       <method name="Void .ctor()">
41027         <size>7</size>
41028       </method>
41029     </type>
41030   </test>
41031   <test name="test-755.cs">
41032     <type name="Item">
41033       <method name="Void .ctor()">
41034         <size>7</size>
41035       </method>
41036       <method name="Void .cctor()">
41037         <size>8</size>
41038       </method>
41039     </type>
41040     <type name="Item+Builder">
41041       <method name="Int32 get_Foo()">
41042         <size>6</size>
41043       </method>
41044       <method name="System.Object get_Item(Int32)">
41045         <size>2</size>
41046       </method>
41047       <method name="System.Object get_Item(Int32, Int32)">
41048         <size>2</size>
41049       </method>
41050       <method name="Void .ctor()">
41051         <size>7</size>
41052       </method>
41053     </type>
41054     <type name="Program">
41055       <method name="Void Main()">
41056         <size>1</size>
41057       </method>
41058       <method name="Void .ctor()">
41059         <size>7</size>
41060       </method>
41061     </type>
41062   </test>
41063   <test name="test-756.cs">
41064     <type name="UnsafeTest">
41065       <method name="Void Main()">
41066         <size>12</size>
41067       </method>
41068       <method name="Void .ctor()">
41069         <size>7</size>
41070       </method>
41071     </type>
41072   </test>
41073   <test name="test-757.cs">
41074     <type name="TestClass1">
41075       <method name="Void Test()">
41076         <size>34</size>
41077       </method>
41078       <method name="Int32 Main()">
41079         <size>20</size>
41080       </method>
41081       <method name="Void .ctor()">
41082         <size>7</size>
41083       </method>
41084     </type>
41085     <type name="&lt;PrivateImplementationDetails&gt;">
41086       <method name="Void .ctor()">
41087         <size>7</size>
41088       </method>
41089     </type>
41090   </test>
41091   <test name="test-758.cs">
41092     <type name="C">
41093       <method name="Void Main()">
41094         <size>1</size>
41095       </method>
41096       <method name="Void .ctor()">
41097         <size>7</size>
41098       </method>
41099     </type>
41100     <type name="D">
41101       <method name="Void Finalize()">
41102         <size>13</size>
41103       </method>
41104       <method name="Void .ctor()">
41105         <size>7</size>
41106       </method>
41107     </type>
41108   </test>
41109   <test name="test-76.cs">
41110     <type name="foo">
41111       <method name="Void .ctor()">
41112         <size>7</size>
41113       </method>
41114       <method name="System.String strcat(System.String[])">
41115         <size>47</size>
41116       </method>
41117       <method name="Int32 Main()">
41118         <size>142</size>
41119       </method>
41120     </type>
41121   </test>
41122   <test name="test-760.cs">
41123     <type name="A">
41124       <method name="Void .ctor()">
41125         <size>7</size>
41126       </method>
41127     </type>
41128     <type name="Test">
41129       <method name="Void Main()">
41130         <size>7</size>
41131       </method>
41132       <method name="Void .ctor()">
41133         <size>7</size>
41134       </method>
41135     </type>
41136   </test>
41137   <test name="test-761.cs">
41138     <type name="C">
41139       <method name="Int32 get_I()">
41140         <size>7</size>
41141       </method>
41142       <method name="Void set_I(Int32)">
41143         <size>8</size>
41144       </method>
41145       <method name="Void Main()">
41146         <size>1</size>
41147       </method>
41148       <method name="Void .ctor()">
41149         <size>7</size>
41150       </method>
41151     </type>
41152   </test>
41153   <test name="test-762.cs">
41154     <type name="N1.Derived.Dummy">
41155       <method name="Void .ctor()">
41156         <size>7</size>
41157       </method>
41158     </type>
41159     <type name="N2.Derived.Dummy">
41160       <method name="Void .ctor()">
41161         <size>7</size>
41162       </method>
41163     </type>
41164     <type name="DerivedAttribute">
41165       <method name="Void .ctor()">
41166         <size>7</size>
41167       </method>
41168     </type>
41169     <type name="T">
41170       <method name="Void Main()">
41171         <size>1</size>
41172       </method>
41173       <method name="Void .ctor()">
41174         <size>7</size>
41175       </method>
41176     </type>
41177   </test>
41178   <test name="test-763.cs">
41179     <type name="StaticDelegateWithSameNameAsInstance">
41180       <method name="Void set_MyProvider(StaticDelegateWithSameNameAsInstance+Provider)">
41181         <size>35</size>
41182       </method>
41183       <method name="Void StaticCallback()">
41184         <size>31</size>
41185       </method>
41186       <method name="Void StaticCallback(System.String)">
41187         <size>35</size>
41188       </method>
41189       <method name="Int32 Main()">
41190         <size>36</size>
41191       </method>
41192       <method name="Void .ctor()">
41193         <size>7</size>
41194       </method>
41195       <method name="Void .cctor()">
41196         <size>7</size>
41197       </method>
41198     </type>
41199     <type name="StaticDelegateWithSameNameAsInstance+Provider">
41200       <method name="Void Invoke(System.String)">
41201         <size>0</size>
41202       </method>
41203       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
41204         <size>0</size>
41205       </method>
41206       <method name="Void EndInvoke(IAsyncResult)">
41207         <size>0</size>
41208       </method>
41209       <method name="Void .ctor(Object, IntPtr)">
41210         <size>0</size>
41211       </method>
41212     </type>
41213   </test>
41214   <test name="test-764.cs">
41215     <type name="Item">
41216       <method name="Void .ctor()">
41217         <size>7</size>
41218       </method>
41219       <method name="Void .cctor()">
41220         <size>11</size>
41221       </method>
41222     </type>
41223     <type name="Caller">
41224       <method name="System.String get_Item(System.String)">
41225         <size>2</size>
41226       </method>
41227       <method name="Int32 get_Item(Int32)">
41228         <size>2</size>
41229       </method>
41230       <method name="Void Foo()">
41231         <size>12</size>
41232       </method>
41233       <method name="Void Main()">
41234         <size>1</size>
41235       </method>
41236       <method name="Void .ctor()">
41237         <size>7</size>
41238       </method>
41239     </type>
41240   </test>
41241   <test name="test-765.cs">
41242     <type name="B">
41243       <method name="Void Foo(Int32)">
41244         <size>1</size>
41245       </method>
41246       <method name="Void .ctor()">
41247         <size>7</size>
41248       </method>
41249     </type>
41250     <type name="A">
41251       <method name="Void Foo(System.String)">
41252         <size>1</size>
41253       </method>
41254       <method name="Void .ctor()">
41255         <size>7</size>
41256       </method>
41257     </type>
41258     <type name="Test">
41259       <method name="Void Main()">
41260         <size>11</size>
41261       </method>
41262     </type>
41263   </test>
41264   <test name="test-766.cs">
41265     <type name="A.Color">
41266       <method name="Color get_Base()">
41267         <size>6</size>
41268       </method>
41269       <method name="Color get_NewBase()">
41270         <size>7</size>
41271       </method>
41272       <method name="Void Main()">
41273         <size>1</size>
41274       </method>
41275       <method name="Void .ctor()">
41276         <size>7</size>
41277       </method>
41278     </type>
41279     <type name="B.Color">
41280       <method name="Color From(Int32)">
41281         <size>10</size>
41282       </method>
41283       <method name="Void .cctor()">
41284         <size>15</size>
41285       </method>
41286     </type>
41287   </test>
41288   <test name="test-767.cs">
41289     <type name="Test">
41290       <method name="Int32 Foo()">
41291         <size>2</size>
41292       </method>
41293       <method name="Void Main()">
41294         <size>1</size>
41295       </method>
41296       <method name="Void .ctor()">
41297         <size>7</size>
41298       </method>
41299     </type>
41300     <type name="S">
41301       <method name="Test get_Test()">
41302         <size>6</size>
41303       </method>
41304       <method name="Void .cctor()">
41305         <size>11</size>
41306       </method>
41307     </type>
41308   </test>
41309   <test name="test-768.cs">
41310     <type name="A.N.Wrong">
41311       <method name="Void .ctor()">
41312         <size>7</size>
41313       </method>
41314     </type>
41315     <type name="N.C">
41316       <method name="Void .ctor()">
41317         <size>7</size>
41318       </method>
41319     </type>
41320     <type name="X.TestClass">
41321       <method name="Void Main()">
41322         <size>7</size>
41323       </method>
41324       <method name="Void .ctor()">
41325         <size>7</size>
41326       </method>
41327     </type>
41328   </test>
41329   <test name="test-769.cs">
41330     <type name="C">
41331       <method name="Void I.Clear()">
41332         <size>1</size>
41333       </method>
41334       <method name="Void Clear()">
41335         <size>1</size>
41336       </method>
41337       <method name="Int32 Main()">
41338         <size>114</size>
41339       </method>
41340       <method name="Void .ctor()">
41341         <size>7</size>
41342       </method>
41343     </type>
41344   </test>
41345   <test name="test-77.cs">
41346     <type name="XX">
41347       <method name="Void .ctor()">
41348         <size>7</size>
41349       </method>
41350       <method name="Int32 Main()">
41351         <size>220</size>
41352       </method>
41353     </type>
41354   </test>
41355   <test name="test-770.cs">
41356     <type name="MyClass">
41357       <method name="Void Main()">
41358         <size>13</size>
41359       </method>
41360       <method name="Void .ctor()">
41361         <size>7</size>
41362       </method>
41363     </type>
41364     <type name="MyClass+A">
41365       <method name="Void add_MouseClick(System.EventHandler)">
41366         <size>24</size>
41367       </method>
41368       <method name="Void remove_MouseClick(System.EventHandler)">
41369         <size>24</size>
41370       </method>
41371       <method name="Void .ctor()">
41372         <size>7</size>
41373       </method>
41374     </type>
41375     <type name="MyClass+B">
41376       <method name="Void add_MouseClick(System.EventHandler)">
41377         <size>24</size>
41378       </method>
41379       <method name="Void remove_MouseClick(System.EventHandler)">
41380         <size>24</size>
41381       </method>
41382       <method name="Void .ctor()">
41383         <size>7</size>
41384       </method>
41385     </type>
41386     <type name="MyClass+C">
41387       <method name="Void MouseClick()">
41388         <size>11</size>
41389       </method>
41390       <method name="Void .ctor()">
41391         <size>7</size>
41392       </method>
41393     </type>
41394   </test>
41395   <test name="test-771.cs">
41396     <type name="InternalAccess.Base">
41397       <method name="System.String get_Prop()">
41398         <size>6</size>
41399       </method>
41400       <method name="Void .ctor()">
41401         <size>7</size>
41402       </method>
41403     </type>
41404     <type name="InternalAccess.DerivedInternalExample">
41405       <method name="System.String get_Prop()">
41406         <size>6</size>
41407       </method>
41408       <method name="Void .ctor()">
41409         <size>7</size>
41410       </method>
41411     </type>
41412     <type name="InternalAccess.DerivedProtectedExample">
41413       <method name="System.String get_Prop()">
41414         <size>6</size>
41415       </method>
41416       <method name="Void .ctor()">
41417         <size>7</size>
41418       </method>
41419     </type>
41420     <type name="InternalAccess.MainClass">
41421       <method name="Int32 Main()">
41422         <size>60</size>
41423       </method>
41424       <method name="Void .ctor()">
41425         <size>7</size>
41426       </method>
41427     </type>
41428   </test>
41429   <test name="test-772.cs">
41430     <type name="Test">
41431       <method name="Void Main()">
41432         <size>14</size>
41433       </method>
41434       <method name="Void .ctor()">
41435         <size>7</size>
41436       </method>
41437     </type>
41438     <type name="Foo">
41439       <method name="Void .ctor(Object)">
41440         <size>17</size>
41441       </method>
41442       <method name="Void .ctor(String, Object[])">
41443         <size>7</size>
41444       </method>
41445     </type>
41446   </test>
41447   <test name="test-773.cs">
41448     <type name="Foo">
41449       <method name="Int32 get_Item(Int32)">
41450         <size>3</size>
41451       </method>
41452       <method name="Int32 IFoo.get_Bar(Int32)">
41453         <size>8</size>
41454       </method>
41455       <method name="Void .ctor()">
41456         <size>7</size>
41457       </method>
41458     </type>
41459     <type name="Bar">
41460       <method name="Int32 get_Baz(Int32)">
41461         <size>0</size>
41462       </method>
41463       <method name="Void .ctor()">
41464         <size>7</size>
41465       </method>
41466     </type>
41467     <type name="Babar">
41468       <method name="Int32 get_Baz(Int32)">
41469         <size>3</size>
41470       </method>
41471       <method name="Void .ctor()">
41472         <size>7</size>
41473       </method>
41474     </type>
41475     <type name="Test">
41476       <method name="Int32 Main()">
41477         <size>56</size>
41478       </method>
41479       <method name="Void .ctor()">
41480         <size>7</size>
41481       </method>
41482     </type>
41483   </test>
41484   <test name="test-774.cs">
41485     <type name="C">
41486       <method name="Int32 I.get_Item(Int32)">
41487         <size>2</size>
41488       </method>
41489       <method name="Void I.set_Item(Int32, Int32)">
41490         <size>1</size>
41491       </method>
41492       <method name="Int32 get_Item(Int32)">
41493         <size>2</size>
41494       </method>
41495       <method name="Void set_Item(Int32, Int32)">
41496         <size>1</size>
41497       </method>
41498       <method name="Void Main()">
41499         <size>1</size>
41500       </method>
41501       <method name="Void .ctor()">
41502         <size>7</size>
41503       </method>
41504     </type>
41505   </test>
41506   <test name="test-775.cs">
41507     <type name="C">
41508       <method name="Void A.add_Member(System.EventHandler)">
41509         <size>34</size>
41510       </method>
41511       <method name="Void A.remove_Member(System.EventHandler)">
41512         <size>24</size>
41513       </method>
41514       <method name="Void add_Member(System.EventHandler)">
41515         <size>34</size>
41516       </method>
41517       <method name="Void remove_Member(System.EventHandler)">
41518         <size>24</size>
41519       </method>
41520       <method name="Void .ctor()">
41521         <size>7</size>
41522       </method>
41523     </type>
41524     <type name="Test">
41525       <method name="Int32 Main()">
41526         <size>11</size>
41527       </method>
41528       <method name="Int32 TestMe()">
41529         <size>155</size>
41530       </method>
41531       <method name="Void f(System.Object, System.EventArgs)">
41532         <size>1</size>
41533       </method>
41534       <method name="Void .ctor()">
41535         <size>7</size>
41536       </method>
41537     </type>
41538   </test>
41539   <test name="test-776.cs">
41540     <type name="First">
41541       <method name="System.Object get_Item(System.String)">
41542         <size>6</size>
41543       </method>
41544       <method name="Void set_Item(System.String, System.Object)">
41545         <size>1</size>
41546       </method>
41547       <method name="Void .ctor()">
41548         <size>7</size>
41549       </method>
41550     </type>
41551     <type name="Second">
41552       <method name="System.Object get_Item(System.String)">
41553         <size>6</size>
41554       </method>
41555       <method name="Void set_Item(System.String, System.Object)">
41556         <size>1</size>
41557       </method>
41558       <method name="Void .ctor()">
41559         <size>7</size>
41560       </method>
41561     </type>
41562     <type name="Third">
41563       <method name="System.Object get_Item(System.String)">
41564         <size>8</size>
41565       </method>
41566       <method name="Void set_Item(System.String, System.Object)">
41567         <size>1</size>
41568       </method>
41569       <method name="Void .ctor()">
41570         <size>7</size>
41571       </method>
41572     </type>
41573     <type name="a">
41574       <method name="Int32 Main(System.String[])">
41575         <size>31</size>
41576       </method>
41577       <method name="Void .ctor()">
41578         <size>7</size>
41579       </method>
41580     </type>
41581   </test>
41582   <test name="test-777.cs">
41583     <type name="MediaStore">
41584       <method name="Void Main()">
41585         <size>1</size>
41586       </method>
41587       <method name="Void .ctor()">
41588         <size>7</size>
41589       </method>
41590     </type>
41591     <type name="MediaStore+Thing">
41592       <method name="Void .ctor()">
41593         <size>7</size>
41594       </method>
41595     </type>
41596   </test>
41597   <test name="test-778.cs">
41598     <type name="A">
41599       <method name="Int32 Test()">
41600         <size>6</size>
41601       </method>
41602       <method name="Void .ctor()">
41603         <size>7</size>
41604       </method>
41605     </type>
41606     <type name="B">
41607       <method name="Int32 Test()">
41608         <size>12</size>
41609       </method>
41610       <method name="Void Test(System.Object[])">
41611         <size>1</size>
41612       </method>
41613       <method name="Void Test(System.Object[], System.String)">
41614         <size>1</size>
41615       </method>
41616       <method name="Void .ctor()">
41617         <size>7</size>
41618       </method>
41619     </type>
41620     <type name="C">
41621       <method name="Void Test(System.Object[], System.String)">
41622         <size>1</size>
41623       </method>
41624       <method name="Void .ctor()">
41625         <size>7</size>
41626       </method>
41627     </type>
41628     <type name="D">
41629       <method name="Int32 Test()">
41630         <size>7</size>
41631       </method>
41632       <method name="Void .ctor()">
41633         <size>7</size>
41634       </method>
41635     </type>
41636     <type name="T">
41637       <method name="Int32 Main()">
41638         <size>22</size>
41639       </method>
41640       <method name="Void .ctor()">
41641         <size>7</size>
41642       </method>
41643     </type>
41644   </test>
41645   <test name="test-779.cs">
41646     <type name="Test">
41647       <method name="Int32 Main()">
41648         <size>20</size>
41649       </method>
41650       <method name="Boolean test1(Int64, Int64)">
41651         <size>14</size>
41652       </method>
41653     </type>
41654   </test>
41655   <test name="test-78.cs">
41656     <type name="N1.B">
41657       <method name="Void .ctor()">
41658         <size>7</size>
41659       </method>
41660       <method name="Boolean ShortCasting()">
41661         <size>19</size>
41662       </method>
41663       <method name="Boolean IntCasting()">
41664         <size>18</size>
41665       </method>
41666       <method name="Int32 Main()">
41667         <size>26</size>
41668       </method>
41669     </type>
41670   </test>
41671   <test name="test-780.cs">
41672     <type name="MonoVirtuals.X">
41673       <method name="Void .ctor()">
41674         <size>7</size>
41675       </method>
41676     </type>
41677     <type name="MonoVirtuals.Y">
41678       <method name="Void .ctor()">
41679         <size>7</size>
41680       </method>
41681     </type>
41682     <type name="MonoVirtuals.A">
41683       <method name="Int32 f(MonoVirtuals.X)">
41684         <size>12</size>
41685       </method>
41686       <method name="Int32 f(MonoVirtuals.Y)">
41687         <size>13</size>
41688       </method>
41689       <method name="Int32 get_Item(MonoVirtuals.X)">
41690         <size>12</size>
41691       </method>
41692       <method name="Int32 get_Item(MonoVirtuals.Y)">
41693         <size>13</size>
41694       </method>
41695       <method name="Void .ctor()">
41696         <size>7</size>
41697       </method>
41698     </type>
41699     <type name="MonoVirtuals.B">
41700       <method name="Int32 f(MonoVirtuals.X)">
41701         <size>19</size>
41702       </method>
41703       <method name="Int32 get_Item(MonoVirtuals.X)">
41704         <size>19</size>
41705       </method>
41706       <method name="Void .ctor()">
41707         <size>7</size>
41708       </method>
41709     </type>
41710     <type name="MonoVirtuals.C">
41711       <method name="Int32 f(MonoVirtuals.X)">
41712         <size>18</size>
41713       </method>
41714       <method name="Int32 f(MonoVirtuals.Y)">
41715         <size>18</size>
41716       </method>
41717       <method name="Int32 get_Item(MonoVirtuals.X)">
41718         <size>18</size>
41719       </method>
41720       <method name="Int32 get_Item(MonoVirtuals.Y)">
41721         <size>18</size>
41722       </method>
41723       <method name="Void .ctor()">
41724         <size>7</size>
41725       </method>
41726     </type>
41727     <type name="MonoVirtuals.MainClass">
41728       <method name="Int32 Main()">
41729         <size>46</size>
41730       </method>
41731       <method name="Void .ctor()">
41732         <size>7</size>
41733       </method>
41734     </type>
41735   </test>
41736   <test name="test-781.cs">
41737     <type name="D">
41738       <method name="Void Invoke()">
41739         <size>0</size>
41740       </method>
41741       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41742         <size>0</size>
41743       </method>
41744       <method name="Void EndInvoke(IAsyncResult)">
41745         <size>0</size>
41746       </method>
41747       <method name="Void .ctor(Object, IntPtr)">
41748         <size>0</size>
41749       </method>
41750     </type>
41751     <type name="E">
41752       <method name="Void add_temp(D)">
41753         <size>24</size>
41754       </method>
41755       <method name="Void remove_temp(D)">
41756         <size>24</size>
41757       </method>
41758       <method name="Void .ctor()">
41759         <size>7</size>
41760       </method>
41761     </type>
41762     <type name="A">
41763       <method name="E get_Prop()">
41764         <size>6</size>
41765       </method>
41766       <method name="Void Test()">
41767         <size>41</size>
41768       </method>
41769       <method name="Void Main()">
41770         <size>13</size>
41771       </method>
41772       <method name="Void &lt;Test&gt;m__0()">
41773         <size>1</size>
41774       </method>
41775       <method name="Void .ctor()">
41776         <size>7</size>
41777       </method>
41778     </type>
41779   </test>
41780   <test name="test-782.cs">
41781     <type name="Test">
41782       <method name="Void Main()">
41783         <size>1</size>
41784       </method>
41785       <method name="Void .ctor()">
41786         <size>7</size>
41787       </method>
41788     </type>
41789   </test>
41790   <test name="test-783.cs">
41791     <type name="C">
41792       <method name="Void Main()">
41793         <size>25</size>
41794       </method>
41795       <method name="Void M(E)">
41796         <size>1</size>
41797       </method>
41798       <method name="Void .ctor()">
41799         <size>7</size>
41800       </method>
41801     </type>
41802   </test>
41803   <test name="test-784.cs">
41804     <type name="A">
41805       <method name="Int32 get_Item(Int32)">
41806         <size>6</size>
41807       </method>
41808       <method name="Void set_Item(Int32, Int32)">
41809         <size>8</size>
41810       </method>
41811       <method name="Void .ctor()">
41812         <size>15</size>
41813       </method>
41814     </type>
41815     <type name="B">
41816       <method name="Int32 get_Item(Int32)">
41817         <size>7</size>
41818       </method>
41819       <method name="Void .ctor()">
41820         <size>7</size>
41821       </method>
41822     </type>
41823     <type name="C">
41824       <method name="Int32 get_Item(Int32)">
41825         <size>8</size>
41826       </method>
41827       <method name="Void set_Item(Int32, Int32)">
41828         <size>9</size>
41829       </method>
41830       <method name="Int32 Main()">
41831         <size>52</size>
41832       </method>
41833       <method name="Void .ctor()">
41834         <size>7</size>
41835       </method>
41836     </type>
41837   </test>
41838   <test name="test-785.cs">
41839     <type name="Base">
41840       <method name="Int32 get_Prop()">
41841         <size>0</size>
41842       </method>
41843       <method name="Void set_Prop(Int32)">
41844         <size>0</size>
41845       </method>
41846       <method name="Int32 get_Item(Int32)">
41847         <size>0</size>
41848       </method>
41849       <method name="Void TestVoid()">
41850         <size>0</size>
41851       </method>
41852       <method name="Void TestInt(Int32)">
41853         <size>0</size>
41854       </method>
41855       <method name="Void .ctor()">
41856         <size>7</size>
41857       </method>
41858     </type>
41859     <type name="DeriveVTable">
41860       <method name="Int32 get_Prop()">
41861         <size>2</size>
41862       </method>
41863       <method name="Int32 get_Item(Int32)">
41864         <size>2</size>
41865       </method>
41866       <method name="Void TestVoid()">
41867         <size>1</size>
41868       </method>
41869       <method name="Void TestInt(Int32)">
41870         <size>1</size>
41871       </method>
41872       <method name="Void .ctor()">
41873         <size>7</size>
41874       </method>
41875     </type>
41876     <type name="NewVTable">
41877       <method name="Int32 get_Prop()">
41878         <size>0</size>
41879       </method>
41880       <method name="Int32 get_Item(Int32)">
41881         <size>2</size>
41882       </method>
41883       <method name="Void TestVoid()">
41884         <size>1</size>
41885       </method>
41886       <method name="Void TestInt(Int32)">
41887         <size>1</size>
41888       </method>
41889       <method name="Void Overload()">
41890         <size>1</size>
41891       </method>
41892       <method name="Void Overload(Int32)">
41893         <size>1</size>
41894       </method>
41895       <method name="Void Main()">
41896         <size>1</size>
41897       </method>
41898       <method name="Void .ctor()">
41899         <size>7</size>
41900       </method>
41901     </type>
41902   </test>
41903   <test name="test-786.cs">
41904     <type name="A">
41905       <method name="System.String op_Implicit(A)">
41906         <size>18</size>
41907       </method>
41908       <method name="System.Delegate op_Implicit(A)">
41909         <size>2</size>
41910       </method>
41911       <method name="Void .ctor()">
41912         <size>7</size>
41913       </method>
41914     </type>
41915     <type name="B">
41916       <method name="System.String op_Implicit(B)">
41917         <size>18</size>
41918       </method>
41919     </type>
41920     <type name="D">
41921       <method name="System.Delegate op_Implicit(D)">
41922         <size>14</size>
41923       </method>
41924     </type>
41925     <type name="E">
41926       <method name="Boolean op_Implicit(E)">
41927         <size>14</size>
41928       </method>
41929     </type>
41930     <type name="Program">
41931       <method name="Int32 Main()">
41932         <size>372</size>
41933       </method>
41934       <method name="Void .ctor()">
41935         <size>7</size>
41936       </method>
41937     </type>
41938   </test>
41939   <test name="test-787.cs">
41940     <type name="A">
41941       <method name="Void set_Prop(System.String)">
41942         <size>1</size>
41943       </method>
41944       <method name="System.String get_Prop()">
41945         <size>2</size>
41946       </method>
41947       <method name="Int32 Field()">
41948         <size>2</size>
41949       </method>
41950       <method name="Void .ctor()">
41951         <size>7</size>
41952       </method>
41953     </type>
41954     <type name="B">
41955       <method name="Void set_Prop(System.String)">
41956         <size>1</size>
41957       </method>
41958       <method name="System.String get_Prop()">
41959         <size>6</size>
41960       </method>
41961       <method name="Void .ctor()">
41962         <size>7</size>
41963       </method>
41964     </type>
41965     <type name="Test">
41966       <method name="Void Main()">
41967         <size>1</size>
41968       </method>
41969       <method name="Void .ctor()">
41970         <size>7</size>
41971       </method>
41972     </type>
41973   </test>
41974   <test name="test-788.cs">
41975     <type name="Program">
41976       <method name="Int32 Main()">
41977         <size>31</size>
41978       </method>
41979       <method name="Void .ctor()">
41980         <size>7</size>
41981       </method>
41982     </type>
41983     <type name="A">
41984       <method name="System.String get_Message()">
41985         <size>6</size>
41986       </method>
41987       <method name="Void .ctor()">
41988         <size>7</size>
41989       </method>
41990     </type>
41991     <type name="B">
41992       <method name="System.String get_Message()">
41993         <size>6</size>
41994       </method>
41995       <method name="Void .ctor()">
41996         <size>7</size>
41997       </method>
41998     </type>
41999   </test>
42000   <test name="test-789.cs">
42001     <type name="Program">
42002       <method name="Void Main()">
42003         <size>76</size>
42004       </method>
42005       <method name="Void &lt;Main&gt;m__0()">
42006         <size>7</size>
42007       </method>
42008       <method name="Void .ctor()">
42009         <size>7</size>
42010       </method>
42011     </type>
42012   </test>
42013   <test name="test-79.cs">
42014     <type name="X">
42015       <method name="Void .ctor()">
42016         <size>7</size>
42017       </method>
42018       <method name="Int32 Main()">
42019         <size>40</size>
42020       </method>
42021     </type>
42022   </test>
42023   <test name="test-790.cs">
42024     <type name="S">
42025       <method name="Void .ctor(Double)">
42026         <size>1</size>
42027       </method>
42028     </type>
42029     <type name="Test">
42030       <method name="Void Verify_1(Test ByRef, Test ByRef)">
42031         <size>20</size>
42032       </method>
42033       <method name="Void Verify_2(S ByRef, S ByRef)">
42034         <size>28</size>
42035       </method>
42036       <method name="Void Verify_3(E ByRef, E ByRef)">
42037         <size>9</size>
42038       </method>
42039       <method name="Int32 Main()">
42040         <size>29</size>
42041       </method>
42042     </type>
42043   </test>
42044   <test name="test-791.cs">
42045     <type name="testApp.TestApp">
42046       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42047         <size>12</size>
42048       </method>
42049       <method name="Int32 Main()">
42050         <size>68</size>
42051       </method>
42052       <method name="Boolean GetEnumerator()">
42053         <size>6</size>
42054       </method>
42055       <method name="Void .ctor()">
42056         <size>7</size>
42057       </method>
42058     </type>
42059   </test>
42060   <test name="test-792.cs">
42061     <type name="Program">
42062       <method name="Void Test()">
42063         <size>24</size>
42064       </method>
42065       <method name="Void Test2(IMemberDelayed)">
42066         <size>8</size>
42067       </method>
42068       <method name="Void Main()">
42069         <size>1</size>
42070       </method>
42071       <method name="Void .ctor()">
42072         <size>7</size>
42073       </method>
42074     </type>
42075   </test>
42076   <test name="test-793.cs">
42077     <type name="MonoPointerBugTest.Program">
42078       <method name="Int32 Main()">
42079         <size>43</size>
42080       </method>
42081       <method name="Void .ctor()">
42082         <size>7</size>
42083       </method>
42084     </type>
42085   </test>
42086   <test name="test-794.cs">
42087     <type name="C">
42088       <method name="Void Main()">
42089         <size>11</size>
42090       </method>
42091       <method name="Void TestCallOnly()">
42092         <size>65</size>
42093       </method>
42094       <method name="Void SomeMethod()">
42095         <size>1</size>
42096       </method>
42097       <method name="Void .ctor()">
42098         <size>7</size>
42099       </method>
42100     </type>
42101   </test>
42102   <test name="test-795.cs">
42103     <type name="Test">
42104       <method name="Int32 Main()">
42105         <size>112</size>
42106       </method>
42107       <method name="Void .ctor()">
42108         <size>25</size>
42109       </method>
42110     </type>
42111   </test>
42112   <test name="test-796.cs">
42113     <type name="Program">
42114       <method name="Void Main()">
42115         <size>1</size>
42116       </method>
42117       <method name="Void .ctor()">
42118         <size>7</size>
42119       </method>
42120     </type>
42121     <type name="FooAttribute">
42122       <method name="Void .ctor()">
42123         <size>7</size>
42124       </method>
42125     </type>
42126   </test>
42127   <test name="test-797.cs">
42128     <type name="C">
42129       <method name="Void Main()">
42130         <size>1</size>
42131       </method>
42132       <method name="Void .ctor()">
42133         <size>7</size>
42134       </method>
42135     </type>
42136   </test>
42137   <test name="test-798.cs">
42138     <type name="A">
42139       <method name="Void Foo(Int32 ByRef)">
42140         <size>5</size>
42141       </method>
42142       <method name="Void .ctor()">
42143         <size>7</size>
42144       </method>
42145     </type>
42146     <type name="B">
42147       <method name="Void Foo(Int32 ByRef)">
42148         <size>11</size>
42149       </method>
42150       <method name="Void .ctor()">
42151         <size>7</size>
42152       </method>
42153     </type>
42154     <type name="C">
42155       <method name="Int32 Main()">
42156         <size>24</size>
42157       </method>
42158       <method name="Void .ctor()">
42159         <size>7</size>
42160       </method>
42161     </type>
42162   </test>
42163   <test name="test-799.cs">
42164     <type name="Test2">
42165       <method name="Int32 Main()">
42166         <size>13</size>
42167       </method>
42168       <method name="Void .ctor()">
42169         <size>7</size>
42170       </method>
42171     </type>
42172     <type name="Test2+Foo">
42173       <method name="Void .ctor()">
42174         <size>7</size>
42175       </method>
42176     </type>
42177     <type name="Test2+Bar">
42178       <method name="Void .ctor(Foo)">
42179         <size>7</size>
42180       </method>
42181     </type>
42182   </test>
42183   <test name="test-8.cs">
42184     <type name="X">
42185       <method name="Void .ctor()">
42186         <size>7</size>
42187       </method>
42188       <method name="Int32 Main(System.String[])">
42189         <size>115</size>
42190       </method>
42191     </type>
42192   </test>
42193   <test name="test-80.cs">
42194     <type name="X">
42195       <method name="Void .ctor()">
42196         <size>7</size>
42197       </method>
42198       <method name="Int32 Add(Int32, Int32)">
42199         <size>4</size>
42200       </method>
42201     </type>
42202     <type name="Y">
42203       <method name="Void .ctor()">
42204         <size>7</size>
42205       </method>
42206       <method name="Int32 Main()">
42207         <size>34</size>
42208       </method>
42209       <method name="Int32 A.Add(Int32, Int32)">
42210         <size>9</size>
42211       </method>
42212     </type>
42213   </test>
42214   <test name="test-800.cs">
42215     <type name="C">
42216       <method name="Void Main()">
42217         <size>5</size>
42218       </method>
42219       <method name="Void .ctor()">
42220         <size>7</size>
42221       </method>
42222     </type>
42223   </test>
42224   <test name="test-801.cs">
42225     <type name="C">
42226       <method name="Int32 Main()">
42227         <size>154</size>
42228       </method>
42229       <method name="E op_Implicit(C)">
42230         <size>3</size>
42231       </method>
42232       <method name="Int32 op_Implicit(C)">
42233         <size>2</size>
42234       </method>
42235       <method name="Void .ctor()">
42236         <size>7</size>
42237       </method>
42238     </type>
42239   </test>
42240   <test name="test-81.cs">
42241     <type name="N1.A">
42242       <method name="Void .ctor()">
42243         <size>7</size>
42244       </method>
42245       <method name="Void Bar()">
42246         <size>44</size>
42247       </method>
42248       <method name="Int32 Main()">
42249         <size>71</size>
42250       </method>
42251     </type>
42252   </test>
42253   <test name="test-82.cs">
42254     <type name="N1.N2.B">
42255       <method name="Void .ctor()">
42256         <size>7</size>
42257       </method>
42258       <method name="Void Method(A ByRef)">
42259         <size>1</size>
42260       </method>
42261       <method name="Int32 Main()">
42262         <size>2</size>
42263       </method>
42264     </type>
42265     <type name="N1.N3.B">
42266       <method name="Void .ctor()">
42267         <size>7</size>
42268       </method>
42269       <method name="Void Method(A ByRef)">
42270         <size>1</size>
42271       </method>
42272     </type>
42273   </test>
42274   <test name="test-83.cs">
42275     <type name="PersonArrivedArgs">
42276       <method name="Void .ctor(String)">
42277         <size>14</size>
42278       </method>
42279     </type>
42280     <type name="Greeter">
42281       <method name="Void .ctor(String)">
42282         <size>14</size>
42283       </method>
42284       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
42285         <size>18</size>
42286       </method>
42287     </type>
42288     <type name="Room">
42289       <method name="Void .ctor()">
42290         <size>14</size>
42291       </method>
42292       <method name="Void add_PersonArrived(PersonArrivedHandler)">
42293         <size>24</size>
42294       </method>
42295       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
42296         <size>24</size>
42297       </method>
42298       <method name="Void AddPerson(System.String)">
42299         <size>14</size>
42300       </method>
42301     </type>
42302     <type name="DelegateTest">
42303       <method name="Void .ctor()">
42304         <size>7</size>
42305       </method>
42306       <method name="Int32 Main()">
42307         <size>2</size>
42308       </method>
42309     </type>
42310     <type name="PersonArrivedHandler">
42311       <method name="Void .ctor(Object, IntPtr)">
42312         <size>0</size>
42313       </method>
42314       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
42315         <size>0</size>
42316       </method>
42317       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
42318         <size>0</size>
42319       </method>
42320       <method name="Void EndInvoke(IAsyncResult)">
42321         <size>0</size>
42322       </method>
42323     </type>
42324   </test>
42325   <test name="test-84.cs">
42326     <type name="Ghost">
42327       <method name="Void .ctor()">
42328         <size>7</size>
42329       </method>
42330       <method name="Int32 Main()">
42331         <size>6</size>
42332       </method>
42333     </type>
42334   </test>
42335   <test name="test-85.cs">
42336     <type name="X">
42337       <method name="Void .ctor()">
42338         <size>7</size>
42339       </method>
42340       <method name="Int32 Main()">
42341         <size>20</size>
42342       </method>
42343     </type>
42344   </test>
42345   <test name="test-86.cs">
42346     <type name="T.T">
42347       <method name="Void .ctor()">
42348         <size>7</size>
42349       </method>
42350       <method name="Int32 method1(System.Type, Int32)">
42351         <size>23</size>
42352       </method>
42353       <method name="Int32 method1(System.Type, System.Type[])">
42354         <size>12</size>
42355       </method>
42356       <method name="Int32 method2(System.Type, Int32)">
42357         <size>23</size>
42358       </method>
42359       <method name="Int32 method2(System.Type, System.Type[])">
42360         <size>12</size>
42361       </method>
42362       <method name="Int32 Main()">
42363         <size>36</size>
42364       </method>
42365     </type>
42366   </test>
42367   <test name="test-87.cs">
42368     <type name="Top">
42369       <method name="Void .ctor()">
42370         <size>7</size>
42371       </method>
42372       <method name="Int32 Main()">
42373         <size>58</size>
42374       </method>
42375     </type>
42376     <type name="Top+X">
42377       <method name="Void .ctor()">
42378         <size>7</size>
42379       </method>
42380     </type>
42381     <type name="Top+Y">
42382       <method name="Void .ctor()">
42383         <size>7</size>
42384       </method>
42385     </type>
42386     <type name="Top+XA">
42387       <method name="Void .ctor()">
42388         <size>7</size>
42389       </method>
42390       <method name="Int32 get_one()">
42391         <size>2</size>
42392       </method>
42393     </type>
42394     <type name="Top+XB">
42395       <method name="Void .ctor()">
42396         <size>7</size>
42397       </method>
42398       <method name="Int32 get_one()">
42399         <size>2</size>
42400       </method>
42401       <method name="Int32 get_two()">
42402         <size>2</size>
42403       </method>
42404     </type>
42405     <type name="Other">
42406       <method name="Void .ctor()">
42407         <size>7</size>
42408       </method>
42409       <method name="Void X()">
42410         <size>5</size>
42411       </method>
42412     </type>
42413   </test>
42414   <test name="test-88.cs">
42415     <type name="X">
42416       <method name="Void .ctor()">
42417         <size>7</size>
42418       </method>
42419       <method name="Void f(System.String)">
42420         <size>19</size>
42421       </method>
42422       <method name="Int32 Main()">
42423         <size>63</size>
42424       </method>
42425     </type>
42426     <type name="&lt;PrivateImplementationDetails&gt;">
42427       <method name="Void .ctor()">
42428         <size>7</size>
42429       </method>
42430     </type>
42431   </test>
42432   <test name="test-89.cs">
42433     <type name="X">
42434       <method name="Void .ctor(Int32)">
42435         <size>8</size>
42436       </method>
42437       <method name="X F(Int32)">
42438         <size>7</size>
42439       </method>
42440       <method name="Int32 Main()">
42441         <size>99</size>
42442       </method>
42443     </type>
42444   </test>
42445   <test name="test-9.cs">
42446     <type name="X">
42447       <method name="Void .ctor()">
42448         <size>7</size>
42449       </method>
42450       <method name="Int32 Main(System.String[])">
42451         <size>104</size>
42452       </method>
42453     </type>
42454   </test>
42455   <test name="test-90.cs">
42456     <type name="N1.Blah">
42457       <method name="Void .ctor()">
42458         <size>7</size>
42459       </method>
42460       <method name="Int32 Main()">
42461         <size>2</size>
42462       </method>
42463     </type>
42464   </test>
42465   <test name="test-91.cs">
42466     <type name="Abstract">
42467       <method name="Void .ctor()">
42468         <size>7</size>
42469       </method>
42470     </type>
42471     <type name="Plain">
42472       <method name="Void .ctor()">
42473         <size>7</size>
42474       </method>
42475     </type>
42476     <type name="Test">
42477       <method name="Void .ctor()">
42478         <size>7</size>
42479       </method>
42480       <method name="Void MyProtectedInternal()">
42481         <size>1</size>
42482       </method>
42483       <method name="Void MyInternal()">
42484         <size>1</size>
42485       </method>
42486       <method name="Void MyPublic()">
42487         <size>1</size>
42488       </method>
42489       <method name="Void MyPrivate()">
42490         <size>1</size>
42491       </method>
42492       <method name="Int32 Main()">
42493         <size>242</size>
42494       </method>
42495     </type>
42496   </test>
42497   <test name="test-92.cs">
42498     <type name="Outer">
42499       <method name="Void .ctor()">
42500         <size>7</size>
42501       </method>
42502     </type>
42503     <type name="Outer+Inner">
42504       <method name="Void .ctor()">
42505         <size>7</size>
42506       </method>
42507     </type>
42508     <type name="InnerBase">
42509       <method name="Void .ctor()">
42510         <size>7</size>
42511       </method>
42512     </type>
42513     <type name="MainClass">
42514       <method name="Void .ctor()">
42515         <size>7</size>
42516       </method>
42517       <method name="Int32 Main()">
42518         <size>2</size>
42519       </method>
42520     </type>
42521   </test>
42522   <test name="test-93.cs">
42523     <type name="N1.C">
42524       <method name="Void .ctor()">
42525         <size>7</size>
42526       </method>
42527       <method name="Void method(B ByRef)">
42528         <size>15</size>
42529       </method>
42530     </type>
42531     <type name="Test">
42532       <method name="Void .ctor()">
42533         <size>7</size>
42534       </method>
42535       <method name="Int32 Main()">
42536         <size>15</size>
42537       </method>
42538     </type>
42539   </test>
42540   <test name="test-94.cs">
42541     <type name="Base">
42542       <method name="Void .ctor()">
42543         <size>7</size>
42544       </method>
42545       <method name="Int32 IVehicle.Start()">
42546         <size>2</size>
42547       </method>
42548       <method name="Int32 Stop()">
42549         <size>2</size>
42550       </method>
42551       <method name="Int32 Turn()">
42552         <size>2</size>
42553       </method>
42554     </type>
42555     <type name="Derived1">
42556       <method name="Void .ctor()">
42557         <size>7</size>
42558       </method>
42559       <method name="Int32 Turn()">
42560         <size>2</size>
42561       </method>
42562     </type>
42563     <type name="Derived2">
42564       <method name="Void .ctor()">
42565         <size>7</size>
42566       </method>
42567       <method name="Int32 IVehicle.Start()">
42568         <size>2</size>
42569       </method>
42570       <method name="Int32 IVehicle.Turn()">
42571         <size>2</size>
42572       </method>
42573       <method name="Int32 Stop()">
42574         <size>2</size>
42575       </method>
42576       <method name="Int32 Turn()">
42577         <size>2</size>
42578       </method>
42579     </type>
42580     <type name="Test">
42581       <method name="Void .ctor()">
42582         <size>7</size>
42583       </method>
42584       <method name="Int32 Main()">
42585         <size>88</size>
42586       </method>
42587     </type>
42588   </test>
42589   <test name="test-95.cs">
42590     <type name="X">
42591       <method name="Void .ctor()">
42592         <size>7</size>
42593       </method>
42594       <method name="Int32 Main()">
42595         <size>30</size>
42596       </method>
42597     </type>
42598   </test>
42599   <test name="test-96.cs">
42600     <type name="N1.A">
42601       <method name="Void .ctor()">
42602         <size>7</size>
42603       </method>
42604       <method name="Int32 Main()">
42605         <size>2</size>
42606       </method>
42607     </type>
42608     <type name="N1.C">
42609       <method name="Void .ctor(Object, IntPtr)">
42610         <size>0</size>
42611       </method>
42612       <method name="Void Invoke(System.Object, N1.A)">
42613         <size>0</size>
42614       </method>
42615       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
42616         <size>0</size>
42617       </method>
42618       <method name="Void EndInvoke(IAsyncResult)">
42619         <size>0</size>
42620       </method>
42621     </type>
42622   </test>
42623   <test name="test-97.cs">
42624     <type name="X">
42625       <method name="Void .ctor()">
42626         <size>7</size>
42627       </method>
42628       <method name="Int32 Main()">
42629         <size>2</size>
42630       </method>
42631     </type>
42632   </test>
42633   <test name="test-98.cs">
42634     <type name="X">
42635       <method name="Void .ctor()">
42636         <size>7</size>
42637       </method>
42638       <method name="Void b()">
42639         <size>19</size>
42640       </method>
42641     </type>
42642     <type name="Y">
42643       <method name="Void .ctor()">
42644         <size>7</size>
42645       </method>
42646       <method name="Int32 Main()">
42647         <size>2</size>
42648       </method>
42649     </type>
42650   </test>
42651   <test name="test-99.cs">
42652     <type name="X">
42653       <method name="Void .ctor()">
42654         <size>7</size>
42655       </method>
42656       <method name="Int32 Main()">
42657         <size>104</size>
42658       </method>
42659     </type>
42660   </test>
42661   <test name="test-anon-01.cs">
42662     <type name="X">
42663       <method name="Void .ctor()">
42664         <size>7</size>
42665       </method>
42666       <method name="Int32 Main()">
42667         <size>21</size>
42668       </method>
42669     </type>
42670     <type name="S">
42671       <method name="Void .ctor(Object, IntPtr)">
42672         <size>0</size>
42673       </method>
42674       <method name="Void Invoke()">
42675         <size>0</size>
42676       </method>
42677       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42678         <size>0</size>
42679       </method>
42680       <method name="Void EndInvoke(IAsyncResult)">
42681         <size>0</size>
42682       </method>
42683     </type>
42684     <type name="X+&lt;Main&gt;c__AnonStorey0">
42685       <method name="Void .ctor()">
42686         <size>7</size>
42687       </method>
42688       <method name="Void &lt;&gt;m__0()">
42689         <size>8</size>
42690       </method>
42691     </type>
42692   </test>
42693   <test name="test-anon-02.cs">
42694     <type name="X">
42695       <method name="Void .ctor()">
42696         <size>7</size>
42697       </method>
42698       <method name="Int32 Main()">
42699         <size>151</size>
42700       </method>
42701     </type>
42702     <type name="S">
42703       <method name="Void .ctor(Object, IntPtr)">
42704         <size>0</size>
42705       </method>
42706       <method name="Void Invoke()">
42707         <size>0</size>
42708       </method>
42709       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42710         <size>0</size>
42711       </method>
42712       <method name="Void EndInvoke(IAsyncResult)">
42713         <size>0</size>
42714       </method>
42715     </type>
42716     <type name="X+&lt;Main&gt;c__AnonStorey0">
42717       <method name="Void .ctor()">
42718         <size>7</size>
42719       </method>
42720       <method name="Void &lt;&gt;m__0()">
42721         <size>113</size>
42722       </method>
42723     </type>
42724   </test>
42725   <test name="test-anon-03.cs">
42726     <type name="X">
42727       <method name="Void .ctor()">
42728         <size>7</size>
42729       </method>
42730       <method name="Void Main()">
42731         <size>59</size>
42732       </method>
42733     </type>
42734     <type name="S">
42735       <method name="Void .ctor(Object, IntPtr)">
42736         <size>0</size>
42737       </method>
42738       <method name="Void Invoke()">
42739         <size>0</size>
42740       </method>
42741       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42742         <size>0</size>
42743       </method>
42744       <method name="Void EndInvoke(IAsyncResult)">
42745         <size>0</size>
42746       </method>
42747     </type>
42748     <type name="X+&lt;Main&gt;c__AnonStorey0">
42749       <method name="Void .ctor()">
42750         <size>7</size>
42751       </method>
42752       <method name="Void &lt;&gt;m__0()">
42753         <size>8</size>
42754       </method>
42755     </type>
42756   </test>
42757   <test name="test-anon-04.cs">
42758     <type name="X">
42759       <method name="Void .ctor()">
42760         <size>7</size>
42761       </method>
42762       <method name="Void Main()">
42763         <size>59</size>
42764       </method>
42765     </type>
42766     <type name="S">
42767       <method name="Void .ctor(Object, IntPtr)">
42768         <size>0</size>
42769       </method>
42770       <method name="Void Invoke()">
42771         <size>0</size>
42772       </method>
42773       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42774         <size>0</size>
42775       </method>
42776       <method name="Void EndInvoke(IAsyncResult)">
42777         <size>0</size>
42778       </method>
42779     </type>
42780     <type name="X+&lt;Main&gt;c__AnonStorey0">
42781       <method name="Void .ctor()">
42782         <size>7</size>
42783       </method>
42784       <method name="Void &lt;&gt;m__0()">
42785         <size>30</size>
42786       </method>
42787     </type>
42788   </test>
42789   <test name="test-anon-05.cs">
42790     <type name="X">
42791       <method name="Void .ctor()">
42792         <size>7</size>
42793       </method>
42794       <method name="Int32 Main()">
42795         <size>207</size>
42796       </method>
42797       <method name="Boolean t(Int32, Int32)">
42798         <size>5</size>
42799       </method>
42800     </type>
42801     <type name="S">
42802       <method name="Void .ctor(Object, IntPtr)">
42803         <size>0</size>
42804       </method>
42805       <method name="Void Invoke()">
42806         <size>0</size>
42807       </method>
42808       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42809         <size>0</size>
42810       </method>
42811       <method name="Void EndInvoke(IAsyncResult)">
42812         <size>0</size>
42813       </method>
42814     </type>
42815     <type name="X+&lt;Main&gt;c__AnonStorey1">
42816       <method name="Void .ctor()">
42817         <size>7</size>
42818       </method>
42819       <method name="Void &lt;&gt;m__0()">
42820         <size>76</size>
42821       </method>
42822     </type>
42823     <type name="X+&lt;Main&gt;c__AnonStorey0">
42824       <method name="Void .ctor()">
42825         <size>7</size>
42826       </method>
42827     </type>
42828   </test>
42829   <test name="test-anon-06.cs">
42830     <type name="X">
42831       <method name="Void .ctor()">
42832         <size>7</size>
42833       </method>
42834       <method name="Int32 Main()">
42835         <size>112</size>
42836       </method>
42837     </type>
42838     <type name="S">
42839       <method name="Void .ctor(Object, IntPtr)">
42840         <size>0</size>
42841       </method>
42842       <method name="Void Invoke()">
42843         <size>0</size>
42844       </method>
42845       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42846         <size>0</size>
42847       </method>
42848       <method name="Void EndInvoke(IAsyncResult)">
42849         <size>0</size>
42850       </method>
42851     </type>
42852     <type name="X+&lt;Main&gt;c__AnonStorey0">
42853       <method name="Void .ctor()">
42854         <size>7</size>
42855       </method>
42856       <method name="Void &lt;&gt;m__0()">
42857         <size>18</size>
42858       </method>
42859     </type>
42860   </test>
42861   <test name="test-anon-07.cs">
42862     <type name="X">
42863       <method name="Void .ctor()">
42864         <size>7</size>
42865       </method>
42866       <method name="Int32 Main()">
42867         <size>120</size>
42868       </method>
42869       <method name="Boolean t(Int32, Int32)">
42870         <size>5</size>
42871       </method>
42872     </type>
42873     <type name="D">
42874       <method name="Void .ctor(Object, IntPtr)">
42875         <size>0</size>
42876       </method>
42877       <method name="Void Invoke()">
42878         <size>0</size>
42879       </method>
42880       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42881         <size>0</size>
42882       </method>
42883       <method name="Void EndInvoke(IAsyncResult)">
42884         <size>0</size>
42885       </method>
42886     </type>
42887     <type name="X+&lt;Main&gt;c__AnonStorey0">
42888       <method name="Void .ctor()">
42889         <size>7</size>
42890       </method>
42891       <method name="Void &lt;&gt;m__0()">
42892         <size>18</size>
42893       </method>
42894       <method name="Void &lt;&gt;m__1()">
42895         <size>18</size>
42896       </method>
42897     </type>
42898   </test>
42899   <test name="test-anon-08.cs">
42900     <type name="X">
42901       <method name="Void .ctor()">
42902         <size>7</size>
42903       </method>
42904       <method name="Int32 Main()">
42905         <size>35</size>
42906       </method>
42907     </type>
42908     <type name="S">
42909       <method name="Void .ctor(Object, IntPtr)">
42910         <size>0</size>
42911       </method>
42912       <method name="Void Invoke()">
42913         <size>0</size>
42914       </method>
42915       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42916         <size>0</size>
42917       </method>
42918       <method name="Void EndInvoke(IAsyncResult)">
42919         <size>0</size>
42920       </method>
42921     </type>
42922     <type name="X+&lt;Main&gt;c__AnonStorey0">
42923       <method name="Void .ctor()">
42924         <size>7</size>
42925       </method>
42926       <method name="Void &lt;&gt;m__0()">
42927         <size>13</size>
42928       </method>
42929     </type>
42930   </test>
42931   <test name="test-anon-09.cs">
42932     <type name="X">
42933       <method name="Void .ctor()">
42934         <size>7</size>
42935       </method>
42936       <method name="Int32 Main()">
42937         <size>59</size>
42938       </method>
42939     </type>
42940     <type name="X+D">
42941       <method name="Void .ctor(Object, IntPtr)">
42942         <size>0</size>
42943       </method>
42944       <method name="Void Invoke()">
42945         <size>0</size>
42946       </method>
42947       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42948         <size>0</size>
42949       </method>
42950       <method name="Void EndInvoke(IAsyncResult)">
42951         <size>0</size>
42952       </method>
42953     </type>
42954     <type name="X+&lt;Main&gt;c__AnonStorey0">
42955       <method name="Void .ctor()">
42956         <size>7</size>
42957       </method>
42958       <method name="Void &lt;&gt;m__0()">
42959         <size>49</size>
42960       </method>
42961     </type>
42962   </test>
42963   <test name="test-anon-10.cs">
42964     <type name="S">
42965       <method name="Void .ctor()">
42966         <size>7</size>
42967       </method>
42968       <method name="Void Test()">
42969         <size>105</size>
42970       </method>
42971       <method name="Int32 Main()">
42972         <size>66</size>
42973       </method>
42974     </type>
42975     <type name="S+T">
42976       <method name="Void .ctor(Object, IntPtr)">
42977         <size>0</size>
42978       </method>
42979       <method name="Void Invoke()">
42980         <size>0</size>
42981       </method>
42982       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42983         <size>0</size>
42984       </method>
42985       <method name="Void EndInvoke(IAsyncResult)">
42986         <size>0</size>
42987       </method>
42988     </type>
42989     <type name="S+&lt;Test&gt;c__AnonStorey1">
42990       <method name="Void .ctor()">
42991         <size>7</size>
42992       </method>
42993     </type>
42994     <type name="S+&lt;Test&gt;c__AnonStorey0">
42995       <method name="Void .ctor()">
42996         <size>7</size>
42997       </method>
42998     </type>
42999     <type name="S+&lt;Test&gt;c__AnonStorey1">
43000       <method name="Void &lt;&gt;m__0()">
43001         <size>76</size>
43002       </method>
43003     </type>
43004   </test>
43005   <test name="test-anon-11.cs">
43006     <type name="X">
43007       <method name="Void .ctor()">
43008         <size>7</size>
43009       </method>
43010       <method name="Int32 Main()">
43011         <size>122</size>
43012       </method>
43013     </type>
43014     <type name="D">
43015       <method name="Void .ctor(Object, IntPtr)">
43016         <size>0</size>
43017       </method>
43018       <method name="Void Invoke(Int32)">
43019         <size>0</size>
43020       </method>
43021       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
43022         <size>0</size>
43023       </method>
43024       <method name="Void EndInvoke(IAsyncResult)">
43025         <size>0</size>
43026       </method>
43027     </type>
43028     <type name="E">
43029       <method name="Void .ctor(Object, IntPtr)">
43030         <size>0</size>
43031       </method>
43032       <method name="Void Invoke(Int32 ByRef)">
43033         <size>0</size>
43034       </method>
43035       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
43036         <size>0</size>
43037       </method>
43038       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
43039         <size>0</size>
43040       </method>
43041     </type>
43042     <type name="F">
43043       <method name="Void .ctor(Object, IntPtr)">
43044         <size>0</size>
43045       </method>
43046       <method name="Void Invoke(System.Int32[])">
43047         <size>0</size>
43048       </method>
43049       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
43050         <size>0</size>
43051       </method>
43052       <method name="Void EndInvoke(IAsyncResult)">
43053         <size>0</size>
43054       </method>
43055     </type>
43056     <type name="X">
43057       <method name="Void &lt;Main&gt;m__0(Int32)">
43058         <size>1</size>
43059       </method>
43060       <method name="Void &lt;Main&gt;m__1(Int32)">
43061         <size>1</size>
43062       </method>
43063       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
43064         <size>1</size>
43065       </method>
43066       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
43067         <size>1</size>
43068       </method>
43069     </type>
43070   </test>
43071   <test name="test-anon-12.cs">
43072     <type name="X">
43073       <method name="Void .ctor()">
43074         <size>7</size>
43075       </method>
43076       <method name="Int32 Main()">
43077         <size>256</size>
43078       </method>
43079       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
43080         <size>83</size>
43081       </method>
43082     </type>
43083     <type name="predicate">
43084       <method name="Void .ctor(Object, IntPtr)">
43085         <size>0</size>
43086       </method>
43087       <method name="Boolean Invoke(System.Object)">
43088         <size>0</size>
43089       </method>
43090       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
43091         <size>0</size>
43092       </method>
43093       <method name="Boolean EndInvoke(IAsyncResult)">
43094         <size>0</size>
43095       </method>
43096     </type>
43097     <type name="X">
43098       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
43099         <size>12</size>
43100       </method>
43101     </type>
43102   </test>
43103   <test name="test-anon-13.cs">
43104     <type name="X">
43105       <method name="Void .ctor(Int32)">
43106         <size>14</size>
43107       </method>
43108       <method name="Void Main()">
43109         <size>42</size>
43110       </method>
43111       <method name="D T()">
43112         <size>15</size>
43113       </method>
43114       <method name="System.String CALL()">
43115         <size>6</size>
43116       </method>
43117     </type>
43118     <type name="D">
43119       <method name="Void .ctor(Object, IntPtr)">
43120         <size>0</size>
43121       </method>
43122       <method name="Void Invoke()">
43123         <size>0</size>
43124       </method>
43125       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43126         <size>0</size>
43127       </method>
43128       <method name="Void EndInvoke(IAsyncResult)">
43129         <size>0</size>
43130       </method>
43131     </type>
43132     <type name="X">
43133       <method name="Void &lt;T&gt;m__0()">
43134         <size>22</size>
43135       </method>
43136     </type>
43137   </test>
43138   <test name="test-anon-14.cs">
43139     <type name="X">
43140       <method name="Void .ctor()">
43141         <size>7</size>
43142       </method>
43143       <method name="Void add_Click(X+T)">
43144         <size>22</size>
43145       </method>
43146       <method name="Void remove_Click(X+T)">
43147         <size>22</size>
43148       </method>
43149       <method name="Void Method()">
43150         <size>1</size>
43151       </method>
43152       <method name="Void Main()">
43153         <size>31</size>
43154       </method>
43155     </type>
43156     <type name="X+T">
43157       <method name="Void .ctor(Object, IntPtr)">
43158         <size>0</size>
43159       </method>
43160       <method name="Void Invoke()">
43161         <size>0</size>
43162       </method>
43163       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43164         <size>0</size>
43165       </method>
43166       <method name="Void EndInvoke(IAsyncResult)">
43167         <size>0</size>
43168       </method>
43169     </type>
43170   </test>
43171   <test name="test-anon-15.cs">
43172     <type name="Foo">
43173       <method name="Void .ctor()">
43174         <size>7</size>
43175       </method>
43176       <method name="Void Main()">
43177         <size>43</size>
43178       </method>
43179     </type>
43180     <type name="Foo+Inner">
43181       <method name="Void .ctor(String)">
43182         <size>7</size>
43183       </method>
43184     </type>
43185     <type name="Foo+foo_fn">
43186       <method name="Void .ctor(Object, IntPtr)">
43187         <size>0</size>
43188       </method>
43189       <method name="Foo+Inner Invoke(System.String)">
43190         <size>0</size>
43191       </method>
43192       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
43193         <size>0</size>
43194       </method>
43195       <method name="Foo+Inner EndInvoke(IAsyncResult)">
43196         <size>0</size>
43197       </method>
43198     </type>
43199     <type name="Foo">
43200       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
43201         <size>13</size>
43202       </method>
43203     </type>
43204   </test>
43205   <test name="test-anon-16.cs">
43206     <type name="X">
43207       <method name="Void .ctor(Int32)">
43208         <size>14</size>
43209       </method>
43210       <method name="Void Main()">
43211         <size>42</size>
43212       </method>
43213       <method name="D T()">
43214         <size>15</size>
43215       </method>
43216     </type>
43217     <type name="D">
43218       <method name="Void .ctor(Object, IntPtr)">
43219         <size>0</size>
43220       </method>
43221       <method name="Void Invoke()">
43222         <size>0</size>
43223       </method>
43224       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43225         <size>0</size>
43226       </method>
43227       <method name="Void EndInvoke(IAsyncResult)">
43228         <size>0</size>
43229       </method>
43230     </type>
43231     <type name="X">
43232       <method name="Void &lt;T&gt;m__0()">
43233         <size>27</size>
43234       </method>
43235     </type>
43236   </test>
43237   <test name="test-anon-17.cs">
43238     <type name="Button">
43239       <method name="Void .ctor()">
43240         <size>7</size>
43241       </method>
43242       <method name="Void add_Clicked(ClickEvent)">
43243         <size>24</size>
43244       </method>
43245       <method name="Void remove_Clicked(ClickEvent)">
43246         <size>24</size>
43247       </method>
43248       <method name="Void DoClick()">
43249         <size>12</size>
43250       </method>
43251     </type>
43252     <type name="X">
43253       <method name="Void .ctor()">
43254         <size>7</size>
43255       </method>
43256       <method name="Void .cctor()">
43257         <size>1</size>
43258       </method>
43259       <method name="Int32 Main()">
43260         <size>61</size>
43261       </method>
43262     </type>
43263     <type name="ClickEvent">
43264       <method name="Void .ctor(Object, IntPtr)">
43265         <size>0</size>
43266       </method>
43267       <method name="Void Invoke()">
43268         <size>0</size>
43269       </method>
43270       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43271         <size>0</size>
43272       </method>
43273       <method name="Void EndInvoke(IAsyncResult)">
43274         <size>0</size>
43275       </method>
43276     </type>
43277     <type name="X">
43278       <method name="Void &lt;Main&gt;m__0()">
43279         <size>17</size>
43280       </method>
43281     </type>
43282   </test>
43283   <test name="test-anon-18.cs">
43284     <type name="DelegateTest">
43285       <method name="Void .ctor()">
43286         <size>7</size>
43287       </method>
43288       <method name="Void Main(System.String[])">
43289         <size>83</size>
43290       </method>
43291     </type>
43292     <type name="A">
43293       <method name="Void .ctor(Object, IntPtr)">
43294         <size>0</size>
43295       </method>
43296       <method name="Void Invoke()">
43297         <size>0</size>
43298       </method>
43299       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43300         <size>0</size>
43301       </method>
43302       <method name="Void EndInvoke(IAsyncResult)">
43303         <size>0</size>
43304       </method>
43305     </type>
43306     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
43307       <method name="Void .ctor()">
43308         <size>7</size>
43309       </method>
43310       <method name="Void &lt;&gt;m__0()">
43311         <size>17</size>
43312       </method>
43313     </type>
43314   </test>
43315   <test name="test-anon-19.cs">
43316     <type name="X">
43317       <method name="Void .ctor()">
43318         <size>7</size>
43319       </method>
43320       <method name="Int32 Main()">
43321         <size>223</size>
43322       </method>
43323       <method name="Boolean t(Int32, Int32)">
43324         <size>5</size>
43325       </method>
43326     </type>
43327     <type name="S">
43328       <method name="Void .ctor(Object, IntPtr)">
43329         <size>0</size>
43330       </method>
43331       <method name="Void Invoke()">
43332         <size>0</size>
43333       </method>
43334       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43335         <size>0</size>
43336       </method>
43337       <method name="Void EndInvoke(IAsyncResult)">
43338         <size>0</size>
43339       </method>
43340     </type>
43341     <type name="X+&lt;Main&gt;c__AnonStorey1">
43342       <method name="Void .ctor()">
43343         <size>7</size>
43344       </method>
43345       <method name="Void &lt;&gt;m__0()">
43346         <size>93</size>
43347       </method>
43348     </type>
43349     <type name="X+&lt;Main&gt;c__AnonStorey0">
43350       <method name="Void .ctor()">
43351         <size>7</size>
43352       </method>
43353     </type>
43354   </test>
43355   <test name="test-anon-20.cs">
43356     <type name="X">
43357       <method name="Void .ctor()">
43358         <size>7</size>
43359       </method>
43360       <method name="Void Main()">
43361         <size>33</size>
43362       </method>
43363       <method name="D MainHost()">
43364         <size>28</size>
43365       </method>
43366     </type>
43367     <type name="D">
43368       <method name="Void .ctor(Object, IntPtr)">
43369         <size>0</size>
43370       </method>
43371       <method name="Void Invoke()">
43372         <size>0</size>
43373       </method>
43374       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43375         <size>0</size>
43376       </method>
43377       <method name="Void EndInvoke(IAsyncResult)">
43378         <size>0</size>
43379       </method>
43380     </type>
43381     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
43382       <method name="Void .ctor()">
43383         <size>7</size>
43384       </method>
43385       <method name="Void &lt;&gt;m__0()">
43386         <size>52</size>
43387       </method>
43388     </type>
43389     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
43390       <method name="Void .ctor()">
43391         <size>7</size>
43392       </method>
43393       <method name="Void &lt;&gt;m__1()">
43394         <size>52</size>
43395       </method>
43396     </type>
43397   </test>
43398   <test name="test-anon-21.cs">
43399     <type name="X">
43400       <method name="Void .ctor()">
43401         <size>7</size>
43402       </method>
43403       <method name="Void .cctor()">
43404         <size>1</size>
43405       </method>
43406       <method name="Int32 Main()">
43407         <size>68</size>
43408       </method>
43409       <method name="Void M()">
43410         <size>44</size>
43411       </method>
43412     </type>
43413     <type name="D">
43414       <method name="Void .ctor(Object, IntPtr)">
43415         <size>0</size>
43416       </method>
43417       <method name="Void Invoke()">
43418         <size>0</size>
43419       </method>
43420       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43421         <size>0</size>
43422       </method>
43423       <method name="Void EndInvoke(IAsyncResult)">
43424         <size>0</size>
43425       </method>
43426     </type>
43427     <type name="X+&lt;M&gt;c__AnonStorey0">
43428       <method name="Void .ctor()">
43429         <size>7</size>
43430       </method>
43431       <method name="Void &lt;&gt;m__0()">
43432         <size>48</size>
43433       </method>
43434     </type>
43435     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
43436       <method name="Void .ctor()">
43437         <size>7</size>
43438       </method>
43439       <method name="Void &lt;&gt;m__1()">
43440         <size>81</size>
43441       </method>
43442     </type>
43443   </test>
43444   <test name="test-anon-22.cs">
43445     <type name="X">
43446       <method name="Void .ctor()">
43447         <size>7</size>
43448       </method>
43449       <method name="Void Main()">
43450         <size>33</size>
43451       </method>
43452       <method name="D T()">
43453         <size>28</size>
43454       </method>
43455     </type>
43456     <type name="D">
43457       <method name="Void .ctor(Object, IntPtr)">
43458         <size>0</size>
43459       </method>
43460       <method name="Void Invoke()">
43461         <size>0</size>
43462       </method>
43463       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43464         <size>0</size>
43465       </method>
43466       <method name="Void EndInvoke(IAsyncResult)">
43467         <size>0</size>
43468       </method>
43469     </type>
43470     <type name="X+&lt;T&gt;c__AnonStorey0">
43471       <method name="Void .ctor()">
43472         <size>7</size>
43473       </method>
43474       <method name="Void &lt;&gt;m__0()">
43475         <size>52</size>
43476       </method>
43477     </type>
43478     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
43479       <method name="Void .ctor()">
43480         <size>7</size>
43481       </method>
43482       <method name="Void &lt;&gt;m__1()">
43483         <size>52</size>
43484       </method>
43485     </type>
43486   </test>
43487   <test name="test-anon-23.cs">
43488     <type name="X">
43489       <method name="Void .ctor()">
43490         <size>7</size>
43491       </method>
43492       <method name="Int32 Main()">
43493         <size>68</size>
43494       </method>
43495       <method name="Void M()">
43496         <size>34</size>
43497       </method>
43498     </type>
43499     <type name="D">
43500       <method name="Void .ctor(Object, IntPtr)">
43501         <size>0</size>
43502       </method>
43503       <method name="Void Invoke()">
43504         <size>0</size>
43505       </method>
43506       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43507         <size>0</size>
43508       </method>
43509       <method name="Void EndInvoke(IAsyncResult)">
43510         <size>0</size>
43511       </method>
43512     </type>
43513     <type name="X+&lt;M&gt;c__AnonStorey0">
43514       <method name="Void .ctor()">
43515         <size>7</size>
43516       </method>
43517       <method name="Void &lt;&gt;m__0()">
43518         <size>38</size>
43519       </method>
43520     </type>
43521     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
43522       <method name="Void .ctor()">
43523         <size>7</size>
43524       </method>
43525       <method name="Void &lt;&gt;m__1()">
43526         <size>24</size>
43527       </method>
43528     </type>
43529   </test>
43530   <test name="test-anon-24.cs">
43531     <type name="X">
43532       <method name="Void .ctor()">
43533         <size>7</size>
43534       </method>
43535       <method name="Void Main()">
43536         <size>29</size>
43537       </method>
43538       <method name="D T(Int32)">
43539         <size>28</size>
43540       </method>
43541     </type>
43542     <type name="D">
43543       <method name="Void .ctor(Object, IntPtr)">
43544         <size>0</size>
43545       </method>
43546       <method name="Int32 Invoke()">
43547         <size>0</size>
43548       </method>
43549       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43550         <size>0</size>
43551       </method>
43552       <method name="Int32 EndInvoke(IAsyncResult)">
43553         <size>0</size>
43554       </method>
43555     </type>
43556     <type name="X+&lt;T&gt;c__AnonStorey0">
43557       <method name="Void .ctor()">
43558         <size>7</size>
43559       </method>
43560       <method name="Int32 &lt;&gt;m__0()">
43561         <size>21</size>
43562       </method>
43563     </type>
43564   </test>
43565   <test name="test-anon-25.cs">
43566     <type name="X">
43567       <method name="Void .ctor()">
43568         <size>7</size>
43569       </method>
43570       <method name="Int32 Main()">
43571         <size>48</size>
43572       </method>
43573       <method name="D T(Int32)">
43574         <size>28</size>
43575       </method>
43576     </type>
43577     <type name="D">
43578       <method name="Void .ctor(Object, IntPtr)">
43579         <size>0</size>
43580       </method>
43581       <method name="Int32 Invoke(Int32)">
43582         <size>0</size>
43583       </method>
43584       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
43585         <size>0</size>
43586       </method>
43587       <method name="Int32 EndInvoke(IAsyncResult)">
43588         <size>0</size>
43589       </method>
43590     </type>
43591     <type name="X+&lt;T&gt;c__AnonStorey0">
43592       <method name="Void .ctor()">
43593         <size>7</size>
43594       </method>
43595       <method name="Int32 &lt;&gt;m__0(Int32)">
43596         <size>9</size>
43597       </method>
43598     </type>
43599   </test>
43600   <test name="test-anon-26.cs">
43601     <type name="TestGotoLabels.GotoLabelsTest">
43602       <method name="Int32 Main()">
43603         <size>36</size>
43604       </method>
43605       <method name="Void TestMethod2(TestGotoLabels.GotoLabelsTest+MyDelegate)">
43606         <size>7</size>
43607       </method>
43608       <method name="Void &lt;Main&gt;m__0()">
43609         <size>6</size>
43610       </method>
43611       <method name="Void .ctor()">
43612         <size>7</size>
43613       </method>
43614     </type>
43615     <type name="TestGotoLabels.GotoLabelsTest+MyDelegate">
43616       <method name="Void Invoke()">
43617         <size>0</size>
43618       </method>
43619       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43620         <size>0</size>
43621       </method>
43622       <method name="Void EndInvoke(IAsyncResult)">
43623         <size>0</size>
43624       </method>
43625       <method name="Void .ctor(Object, IntPtr)">
43626         <size>0</size>
43627       </method>
43628     </type>
43629   </test>
43630   <test name="test-anon-27.cs">
43631     <type name="X">
43632       <method name="Void .ctor()">
43633         <size>7</size>
43634       </method>
43635       <method name="Int32 Main()">
43636         <size>138</size>
43637       </method>
43638       <method name="Void M(Int32)">
43639         <size>59</size>
43640       </method>
43641     </type>
43642     <type name="D">
43643       <method name="Void .ctor(Object, IntPtr)">
43644         <size>0</size>
43645       </method>
43646       <method name="Void Invoke()">
43647         <size>0</size>
43648       </method>
43649       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43650         <size>0</size>
43651       </method>
43652       <method name="Void EndInvoke(IAsyncResult)">
43653         <size>0</size>
43654       </method>
43655     </type>
43656     <type name="X+&lt;M&gt;c__AnonStorey0">
43657       <method name="Void .ctor()">
43658         <size>7</size>
43659       </method>
43660       <method name="Void &lt;&gt;m__0()">
43661         <size>38</size>
43662       </method>
43663     </type>
43664     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
43665       <method name="Void .ctor()">
43666         <size>7</size>
43667       </method>
43668       <method name="Void &lt;&gt;m__1()">
43669         <size>50</size>
43670       </method>
43671     </type>
43672   </test>
43673   <test name="test-anon-28.cs">
43674     <type name="Delegable">
43675       <method name="Void .ctor()">
43676         <size>7</size>
43677       </method>
43678       <method name="Void add_MyDelegate(System.EventHandler)">
43679         <size>24</size>
43680       </method>
43681       <method name="Void remove_MyDelegate(System.EventHandler)">
43682         <size>24</size>
43683       </method>
43684     </type>
43685     <type name="DelegateTest">
43686       <method name="Void .ctor()">
43687         <size>7</size>
43688       </method>
43689       <method name="Void Main(System.String[])">
43690         <size>58</size>
43691       </method>
43692     </type>
43693     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
43694       <method name="Void .ctor()">
43695         <size>7</size>
43696       </method>
43697       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
43698         <size>33</size>
43699       </method>
43700     </type>
43701   </test>
43702   <test name="test-anon-29.cs">
43703     <type name="X">
43704       <method name="Void .ctor()">
43705         <size>108</size>
43706       </method>
43707       <method name="System.String Hello()">
43708         <size>20</size>
43709       </method>
43710       <method name="Void Main()">
43711         <size>18</size>
43712       </method>
43713     </type>
43714     <type name="X+Foo">
43715       <method name="Void .ctor(Object, IntPtr)">
43716         <size>0</size>
43717       </method>
43718       <method name="System.String Invoke()">
43719         <size>0</size>
43720       </method>
43721       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43722         <size>0</size>
43723       </method>
43724       <method name="System.String EndInvoke(IAsyncResult)">
43725         <size>0</size>
43726       </method>
43727     </type>
43728     <type name="X+Bar">
43729       <method name="Void .ctor(Object, IntPtr)">
43730         <size>0</size>
43731       </method>
43732       <method name="Void Invoke(System.String)">
43733         <size>0</size>
43734       </method>
43735       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
43736         <size>0</size>
43737       </method>
43738       <method name="Void EndInvoke(IAsyncResult)">
43739         <size>0</size>
43740       </method>
43741     </type>
43742     <type name="X">
43743       <method name="Void &lt;Hello&gt;m__1(System.String)">
43744         <size>7</size>
43745       </method>
43746       <method name="System.String &lt;Hello&gt;m__0()">
43747         <size>201</size>
43748       </method>
43749       <method name="Void &lt;Hello&gt;m__2(System.String)">
43750         <size>7</size>
43751       </method>
43752     </type>
43753   </test>
43754   <test name="test-anon-30.cs">
43755     <type name="X">
43756       <method name="Void .ctor()">
43757         <size>7</size>
43758       </method>
43759     </type>
43760     <type name="Program">
43761       <method name="Void add_E(Program+D)">
43762         <size>22</size>
43763       </method>
43764       <method name="Void remove_E(Program+D)">
43765         <size>22</size>
43766       </method>
43767       <method name="Void Main()">
43768         <size>38</size>
43769       </method>
43770     </type>
43771     <type name="Program+D">
43772       <method name="Void .ctor(Object, IntPtr)">
43773         <size>0</size>
43774       </method>
43775       <method name="Void Invoke(X)">
43776         <size>0</size>
43777       </method>
43778       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
43779         <size>0</size>
43780       </method>
43781       <method name="Void EndInvoke(IAsyncResult)">
43782         <size>0</size>
43783       </method>
43784     </type>
43785     <type name="Program+&lt;Main&gt;c__AnonStorey0">
43786       <method name="Void .ctor()">
43787         <size>7</size>
43788       </method>
43789       <method name="Void &lt;&gt;m__0(X)">
43790         <size>15</size>
43791       </method>
43792     </type>
43793   </test>
43794   <test name="test-anon-31.cs">
43795     <type name="X">
43796       <method name="Void Main()">
43797         <size>35</size>
43798       </method>
43799       <method name="Void DoCall(X+test)">
43800         <size>1</size>
43801       </method>
43802       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
43803         <size>18</size>
43804       </method>
43805       <method name="Void .ctor()">
43806         <size>7</size>
43807       </method>
43808     </type>
43809     <type name="X+test">
43810       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
43811         <size>0</size>
43812       </method>
43813       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
43814         <size>0</size>
43815       </method>
43816       <method name="System.Object EndInvoke(IAsyncResult)">
43817         <size>0</size>
43818       </method>
43819       <method name="Void .ctor(Object, IntPtr)">
43820         <size>0</size>
43821       </method>
43822     </type>
43823   </test>
43824   <test name="test-anon-32.cs">
43825     <type name="MainClass">
43826       <method name="Void .ctor()">
43827         <size>7</size>
43828       </method>
43829       <method name="Void Main()">
43830         <size>37</size>
43831       </method>
43832       <method name="Void SimpleCallback(MainClass, System.String)">
43833         <size>7</size>
43834       </method>
43835     </type>
43836     <type name="StringSender">
43837       <method name="Void .ctor(Object, IntPtr)">
43838         <size>0</size>
43839       </method>
43840       <method name="Void Invoke(System.String)">
43841         <size>0</size>
43842       </method>
43843       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
43844         <size>0</size>
43845       </method>
43846       <method name="Void EndInvoke(IAsyncResult)">
43847         <size>0</size>
43848       </method>
43849     </type>
43850     <type name="VoidDelegate">
43851       <method name="Void .ctor(Object, IntPtr)">
43852         <size>0</size>
43853       </method>
43854       <method name="Void Invoke()">
43855         <size>0</size>
43856       </method>
43857       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43858         <size>0</size>
43859       </method>
43860       <method name="Void EndInvoke(IAsyncResult)">
43861         <size>0</size>
43862       </method>
43863     </type>
43864     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
43865       <method name="Void .ctor()">
43866         <size>7</size>
43867       </method>
43868       <method name="Void &lt;&gt;m__0()">
43869         <size>25</size>
43870       </method>
43871       <method name="Void &lt;&gt;m__1(System.String)">
43872         <size>13</size>
43873       </method>
43874     </type>
43875   </test>
43876   <test name="test-anon-33.cs">
43877     <type name="T">
43878       <method name="Void .ctor()">
43879         <size>7</size>
43880       </method>
43881       <method name="Void doit(Int32)">
43882         <size>7</size>
43883       </method>
43884       <method name="Void Main()">
43885         <size>162</size>
43886       </method>
43887     </type>
43888     <type name="Do">
43889       <method name="Void .ctor(Object, IntPtr)">
43890         <size>0</size>
43891       </method>
43892       <method name="Void Invoke()">
43893         <size>0</size>
43894       </method>
43895       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43896         <size>0</size>
43897       </method>
43898       <method name="Void EndInvoke(IAsyncResult)">
43899         <size>0</size>
43900       </method>
43901     </type>
43902     <type name="T+&lt;Main&gt;c__AnonStorey0">
43903       <method name="Void .ctor()">
43904         <size>7</size>
43905       </method>
43906       <method name="Void &lt;&gt;m__0()">
43907         <size>12</size>
43908       </method>
43909     </type>
43910     <type name="T+&lt;Main&gt;c__AnonStorey1">
43911       <method name="Void .ctor()">
43912         <size>7</size>
43913       </method>
43914       <method name="Void &lt;&gt;m__1()">
43915         <size>12</size>
43916       </method>
43917     </type>
43918   </test>
43919   <test name="test-anon-34.cs">
43920     <type name="Delegates.Space">
43921       <method name="Void .ctor()">
43922         <size>7</size>
43923       </method>
43924       <method name="Void Leak(Boolean, Int32)">
43925         <size>92</size>
43926       </method>
43927     </type>
43928     <type name="Delegates.Program">
43929       <method name="Void .ctor()">
43930         <size>7</size>
43931       </method>
43932       <method name="Void SpaceLeak()">
43933         <size>37</size>
43934       </method>
43935       <method name="Void Main(System.String[])">
43936         <size>6</size>
43937       </method>
43938     </type>
43939     <type name="Delegates.Space+DoCopy">
43940       <method name="Void .ctor(Object, IntPtr)">
43941         <size>0</size>
43942       </method>
43943       <method name="Void Invoke()">
43944         <size>0</size>
43945       </method>
43946       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43947         <size>0</size>
43948       </method>
43949       <method name="Void EndInvoke(IAsyncResult)">
43950         <size>0</size>
43951       </method>
43952     </type>
43953     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
43954       <method name="Void .ctor()">
43955         <size>7</size>
43956       </method>
43957       <method name="Void &lt;&gt;m__0()">
43958         <size>23</size>
43959       </method>
43960     </type>
43961     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
43962       <method name="Void .ctor()">
43963         <size>7</size>
43964       </method>
43965       <method name="Void &lt;&gt;m__1()">
43966         <size>19</size>
43967       </method>
43968     </type>
43969   </test>
43970   <test name="test-anon-35.cs">
43971     <type name="ExceptionWithAnonMethod">
43972       <method name="Int32 Main()">
43973         <size>96</size>
43974       </method>
43975       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
43976         <size>13</size>
43977       </method>
43978       <method name="Void .ctor()">
43979         <size>7</size>
43980       </method>
43981     </type>
43982     <type name="ExceptionWithAnonMethod+EmptyCallback">
43983       <method name="Void Invoke()">
43984         <size>0</size>
43985       </method>
43986       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43987         <size>0</size>
43988       </method>
43989       <method name="Void EndInvoke(IAsyncResult)">
43990         <size>0</size>
43991       </method>
43992       <method name="Void .ctor(Object, IntPtr)">
43993         <size>0</size>
43994       </method>
43995     </type>
43996     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
43997       <method name="Void &lt;&gt;m__0()">
43998         <size>33</size>
43999       </method>
44000       <method name="Void .ctor()">
44001         <size>7</size>
44002       </method>
44003     </type>
44004   </test>
44005   <test name="test-anon-36.cs">
44006     <type name="Test">
44007       <method name="Void .ctor(TestMethod)">
44008         <size>7</size>
44009       </method>
44010       <method name="Void .ctor(TestMethod2)">
44011         <size>7</size>
44012       </method>
44013       <method name="Void Main()">
44014         <size>36</size>
44015       </method>
44016     </type>
44017     <type name="TestMethod">
44018       <method name="Void .ctor(Object, IntPtr)">
44019         <size>0</size>
44020       </method>
44021       <method name="Void Invoke()">
44022         <size>0</size>
44023       </method>
44024       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44025         <size>0</size>
44026       </method>
44027       <method name="Void EndInvoke(IAsyncResult)">
44028         <size>0</size>
44029       </method>
44030     </type>
44031     <type name="TestMethod2">
44032       <method name="Void .ctor(Object, IntPtr)">
44033         <size>0</size>
44034       </method>
44035       <method name="Void Invoke(System.Object)">
44036         <size>0</size>
44037       </method>
44038       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
44039         <size>0</size>
44040       </method>
44041       <method name="Void EndInvoke(IAsyncResult)">
44042         <size>0</size>
44043       </method>
44044     </type>
44045     <type name="Test">
44046       <method name="Void &lt;Main&gt;m__0()">
44047         <size>1</size>
44048       </method>
44049     </type>
44050   </test>
44051   <test name="test-anon-37.cs">
44052     <type name="DelegateInit">
44053       <method name="Void .ctor()">
44054         <size>7</size>
44055       </method>
44056       <method name="Void .cctor()">
44057         <size>35</size>
44058       </method>
44059       <method name="Void Main(System.String[])">
44060         <size>11</size>
44061       </method>
44062     </type>
44063     <type name="DelegateInit+FooDelegate">
44064       <method name="Void .ctor(Object, IntPtr)">
44065         <size>0</size>
44066       </method>
44067       <method name="Void Invoke()">
44068         <size>0</size>
44069       </method>
44070       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44071         <size>0</size>
44072       </method>
44073       <method name="Void EndInvoke(IAsyncResult)">
44074         <size>0</size>
44075       </method>
44076     </type>
44077     <type name="DelegateInit">
44078       <method name="Void &lt;_print&gt;m__0()">
44079         <size>11</size>
44080       </method>
44081     </type>
44082   </test>
44083   <test name="test-anon-38.cs">
44084     <type name="X">
44085       <method name="Void .ctor()">
44086         <size>7</size>
44087       </method>
44088       <method name="Void Hello(Int64, Int64)">
44089         <size>1</size>
44090       </method>
44091       <method name="Void Test(Int32)">
44092         <size>67</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>64</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>34</size>
44140       </method>
44141     </type>
44142   </test>
44143   <test name="test-anon-39.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>65</size>
44153       </method>
44154       <method name="Void Main()">
44155         <size>14</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+&lt;Test&gt;c__AnonStorey0">
44187       <method name="Void .ctor()">
44188         <size>7</size>
44189       </method>
44190       <method name="Simple &lt;&gt;m__0()">
44191         <size>30</size>
44192       </method>
44193       <method name="Void &lt;&gt;m__1()">
44194         <size>18</size>
44195       </method>
44196     </type>
44197   </test>
44198   <test name="test-anon-40.cs">
44199     <type name="X">
44200       <method name="Void .ctor()">
44201         <size>7</size>
44202       </method>
44203       <method name="Void Hello(Int64)">
44204         <size>1</size>
44205       </method>
44206       <method name="Void Test(Int32)">
44207         <size>65</size>
44208       </method>
44209       <method name="Void Main()">
44210         <size>14</size>
44211       </method>
44212     </type>
44213     <type name="Simple">
44214       <method name="Void .ctor(Object, IntPtr)">
44215         <size>0</size>
44216       </method>
44217       <method name="Void Invoke()">
44218         <size>0</size>
44219       </method>
44220       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44221         <size>0</size>
44222       </method>
44223       <method name="Void EndInvoke(IAsyncResult)">
44224         <size>0</size>
44225       </method>
44226     </type>
44227     <type name="Foo">
44228       <method name="Void .ctor(Object, IntPtr)">
44229         <size>0</size>
44230       </method>
44231       <method name="Simple Invoke()">
44232         <size>0</size>
44233       </method>
44234       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44235         <size>0</size>
44236       </method>
44237       <method name="Simple EndInvoke(IAsyncResult)">
44238         <size>0</size>
44239       </method>
44240     </type>
44241     <type name="X+&lt;Test&gt;c__AnonStorey0">
44242       <method name="Void .ctor()">
44243         <size>7</size>
44244       </method>
44245       <method name="Simple &lt;&gt;m__0()">
44246         <size>30</size>
44247       </method>
44248       <method name="Void &lt;&gt;m__1()">
44249         <size>18</size>
44250       </method>
44251     </type>
44252   </test>
44253   <test name="test-anon-41.cs">
44254     <type name="X">
44255       <method name="Void .ctor()">
44256         <size>7</size>
44257       </method>
44258       <method name="Void Hello(Int64)">
44259         <size>1</size>
44260       </method>
44261       <method name="Void Test(Int32)">
44262         <size>65</size>
44263       </method>
44264       <method name="Void Main()">
44265         <size>14</size>
44266       </method>
44267     </type>
44268     <type name="Simple">
44269       <method name="Void .ctor(Object, IntPtr)">
44270         <size>0</size>
44271       </method>
44272       <method name="Void Invoke()">
44273         <size>0</size>
44274       </method>
44275       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44276         <size>0</size>
44277       </method>
44278       <method name="Void EndInvoke(IAsyncResult)">
44279         <size>0</size>
44280       </method>
44281     </type>
44282     <type name="Foo">
44283       <method name="Void .ctor(Object, IntPtr)">
44284         <size>0</size>
44285       </method>
44286       <method name="Simple Invoke()">
44287         <size>0</size>
44288       </method>
44289       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44290         <size>0</size>
44291       </method>
44292       <method name="Simple EndInvoke(IAsyncResult)">
44293         <size>0</size>
44294       </method>
44295     </type>
44296     <type name="X+&lt;Test&gt;c__AnonStorey0">
44297       <method name="Void .ctor()">
44298         <size>7</size>
44299       </method>
44300       <method name="Simple &lt;&gt;m__0()">
44301         <size>55</size>
44302       </method>
44303     </type>
44304     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
44305       <method name="Void .ctor()">
44306         <size>7</size>
44307       </method>
44308       <method name="Void &lt;&gt;m__1()">
44309         <size>35</size>
44310       </method>
44311     </type>
44312   </test>
44313   <test name="test-anon-42.cs">
44314     <type name="X">
44315       <method name="Void .ctor()">
44316         <size>7</size>
44317       </method>
44318       <method name="Void Hello(Int64)">
44319         <size>1</size>
44320       </method>
44321       <method name="Void Test(Int32)">
44322         <size>51</size>
44323       </method>
44324       <method name="Void Main()">
44325         <size>13</size>
44326       </method>
44327     </type>
44328     <type name="Simple">
44329       <method name="Void .ctor(Object, IntPtr)">
44330         <size>0</size>
44331       </method>
44332       <method name="Void Invoke()">
44333         <size>0</size>
44334       </method>
44335       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44336         <size>0</size>
44337       </method>
44338       <method name="Void EndInvoke(IAsyncResult)">
44339         <size>0</size>
44340       </method>
44341     </type>
44342     <type name="Foo">
44343       <method name="Void .ctor(Object, IntPtr)">
44344         <size>0</size>
44345       </method>
44346       <method name="Simple Invoke()">
44347         <size>0</size>
44348       </method>
44349       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44350         <size>0</size>
44351       </method>
44352       <method name="Simple EndInvoke(IAsyncResult)">
44353         <size>0</size>
44354       </method>
44355     </type>
44356     <type name="X">
44357       <method name="Simple &lt;Test&gt;m__0()">
44358         <size>37</size>
44359       </method>
44360       <method name="Void &lt;Test&gt;m__1()">
44361         <size>8</size>
44362       </method>
44363     </type>
44364   </test>
44365   <test name="test-anon-43.cs">
44366     <type name="X">
44367       <method name="Void .ctor()">
44368         <size>7</size>
44369       </method>
44370       <method name="Void Hello(Int64, Int64)">
44371         <size>1</size>
44372       </method>
44373       <method name="Void Test(Int32)">
44374         <size>54</size>
44375       </method>
44376       <method name="Void Main()">
44377         <size>14</size>
44378       </method>
44379     </type>
44380     <type name="Simple">
44381       <method name="Void .ctor(Object, IntPtr)">
44382         <size>0</size>
44383       </method>
44384       <method name="Void Invoke()">
44385         <size>0</size>
44386       </method>
44387       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44388         <size>0</size>
44389       </method>
44390       <method name="Void EndInvoke(IAsyncResult)">
44391         <size>0</size>
44392       </method>
44393     </type>
44394     <type name="Foo">
44395       <method name="Void .ctor(Object, IntPtr)">
44396         <size>0</size>
44397       </method>
44398       <method name="Simple Invoke()">
44399         <size>0</size>
44400       </method>
44401       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44402         <size>0</size>
44403       </method>
44404       <method name="Simple EndInvoke(IAsyncResult)">
44405         <size>0</size>
44406       </method>
44407     </type>
44408     <type name="X+&lt;Test&gt;c__AnonStorey0">
44409       <method name="Void .ctor()">
44410         <size>7</size>
44411       </method>
44412       <method name="Simple &lt;&gt;m__0()">
44413         <size>64</size>
44414       </method>
44415     </type>
44416     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
44417       <method name="Void .ctor()">
44418         <size>7</size>
44419       </method>
44420       <method name="Void &lt;&gt;m__1()">
44421         <size>34</size>
44422       </method>
44423     </type>
44424   </test>
44425   <test name="test-anon-44.cs">
44426     <type name="X">
44427       <method name="Void .ctor()">
44428         <size>7</size>
44429       </method>
44430       <method name="Void Hello(Int64)">
44431         <size>1</size>
44432       </method>
44433       <method name="Void Test(Int32)">
44434         <size>68</size>
44435       </method>
44436       <method name="Void Main()">
44437         <size>14</size>
44438       </method>
44439     </type>
44440     <type name="Simple">
44441       <method name="Void .ctor(Object, IntPtr)">
44442         <size>0</size>
44443       </method>
44444       <method name="Void Invoke()">
44445         <size>0</size>
44446       </method>
44447       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44448         <size>0</size>
44449       </method>
44450       <method name="Void EndInvoke(IAsyncResult)">
44451         <size>0</size>
44452       </method>
44453     </type>
44454     <type name="Foo">
44455       <method name="Void .ctor(Object, IntPtr)">
44456         <size>0</size>
44457       </method>
44458       <method name="Simple Invoke()">
44459         <size>0</size>
44460       </method>
44461       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44462         <size>0</size>
44463       </method>
44464       <method name="Simple EndInvoke(IAsyncResult)">
44465         <size>0</size>
44466       </method>
44467     </type>
44468     <type name="X+&lt;Test&gt;c__AnonStorey0">
44469       <method name="Void .ctor()">
44470         <size>7</size>
44471       </method>
44472       <method name="Simple &lt;&gt;m__1()">
44473         <size>33</size>
44474       </method>
44475       <method name="Simple &lt;&gt;m__0()">
44476         <size>51</size>
44477       </method>
44478       <method name="Void &lt;&gt;m__3()">
44479         <size>21</size>
44480       </method>
44481     </type>
44482     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
44483       <method name="Void .ctor()">
44484         <size>7</size>
44485       </method>
44486       <method name="Void &lt;&gt;m__2()">
44487         <size>26</size>
44488       </method>
44489     </type>
44490   </test>
44491   <test name="test-anon-45.cs">
44492     <type name="TestFunc">
44493       <method name="Void Invoke(Int32)">
44494         <size>0</size>
44495       </method>
44496       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
44497         <size>0</size>
44498       </method>
44499       <method name="Void EndInvoke(IAsyncResult)">
44500         <size>0</size>
44501       </method>
44502       <method name="Void .ctor(Object, IntPtr)">
44503         <size>0</size>
44504       </method>
44505     </type>
44506     <type name="A">
44507       <method name="Void .ctor(TestFunc)">
44508         <size>14</size>
44509       </method>
44510     </type>
44511     <type name="TestClass">
44512       <method name="Int32 Main()">
44513         <size>6</size>
44514       </method>
44515       <method name="Void &lt;a&gt;m__0(Int32)">
44516         <size>7</size>
44517       </method>
44518       <method name="Void .ctor()">
44519         <size>7</size>
44520       </method>
44521       <method name="Void .cctor()">
44522         <size>46</size>
44523       </method>
44524     </type>
44525   </test>
44526   <test name="test-anon-46.cs">
44527     <type name="World">
44528       <method name="Void .ctor()">
44529         <size>7</size>
44530       </method>
44531       <method name="Void Hello(Int64)">
44532         <size>1</size>
44533       </method>
44534       <method name="Void Test(Int32)">
44535         <size>50</size>
44536       </method>
44537     </type>
44538     <type name="X">
44539       <method name="Void .ctor()">
44540         <size>7</size>
44541       </method>
44542       <method name="Void Main()">
44543         <size>14</size>
44544       </method>
44545     </type>
44546     <type name="Foo">
44547       <method name="Void .ctor(Object, IntPtr)">
44548         <size>0</size>
44549       </method>
44550       <method name="Void Invoke()">
44551         <size>0</size>
44552       </method>
44553       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44554         <size>0</size>
44555       </method>
44556       <method name="Void EndInvoke(IAsyncResult)">
44557         <size>0</size>
44558       </method>
44559     </type>
44560     <type name="World+&lt;Test&gt;c__AnonStorey0">
44561       <method name="Void .ctor()">
44562         <size>7</size>
44563       </method>
44564       <method name="Void &lt;&gt;m__0()">
44565         <size>19</size>
44566       </method>
44567     </type>
44568   </test>
44569   <test name="test-anon-47.cs">
44570     <type name="World">
44571       <method name="Void .ctor()">
44572         <size>7</size>
44573       </method>
44574       <method name="Void Hello(Int64)">
44575         <size>1</size>
44576       </method>
44577       <method name="Void Test(Int32)">
44578         <size>153</size>
44579       </method>
44580     </type>
44581     <type name="X">
44582       <method name="Void .ctor()">
44583         <size>7</size>
44584       </method>
44585       <method name="Void Main()">
44586         <size>14</size>
44587       </method>
44588     </type>
44589     <type name="Foo">
44590       <method name="Void .ctor(Object, IntPtr)">
44591         <size>0</size>
44592       </method>
44593       <method name="Void Invoke()">
44594         <size>0</size>
44595       </method>
44596       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44597         <size>0</size>
44598       </method>
44599       <method name="Void EndInvoke(IAsyncResult)">
44600         <size>0</size>
44601       </method>
44602     </type>
44603     <type name="World+&lt;Test&gt;c__AnonStorey2">
44604       <method name="Void .ctor()">
44605         <size>7</size>
44606       </method>
44607       <method name="Void &lt;&gt;m__0()">
44608         <size>45</size>
44609       </method>
44610     </type>
44611     <type name="World+&lt;Test&gt;c__AnonStorey0">
44612       <method name="Void .ctor()">
44613         <size>7</size>
44614       </method>
44615     </type>
44616     <type name="World+&lt;Test&gt;c__AnonStorey1">
44617       <method name="Void .ctor()">
44618         <size>7</size>
44619       </method>
44620     </type>
44621   </test>
44622   <test name="test-anon-48.cs">
44623     <type name="World">
44624       <method name="Void .ctor()">
44625         <size>7</size>
44626       </method>
44627       <method name="Void Hello(Int64)">
44628         <size>1</size>
44629       </method>
44630       <method name="Void Test(Int32)">
44631         <size>197</size>
44632       </method>
44633     </type>
44634     <type name="X">
44635       <method name="Void .ctor()">
44636         <size>7</size>
44637       </method>
44638       <method name="Void Main()">
44639         <size>14</size>
44640       </method>
44641     </type>
44642     <type name="Foo">
44643       <method name="Void .ctor(Object, IntPtr)">
44644         <size>0</size>
44645       </method>
44646       <method name="Void Invoke()">
44647         <size>0</size>
44648       </method>
44649       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44650         <size>0</size>
44651       </method>
44652       <method name="Void EndInvoke(IAsyncResult)">
44653         <size>0</size>
44654       </method>
44655     </type>
44656     <type name="World+&lt;Test&gt;c__AnonStorey1">
44657       <method name="Void .ctor()">
44658         <size>7</size>
44659       </method>
44660     </type>
44661     <type name="World+&lt;Test&gt;c__AnonStorey2">
44662       <method name="Void .ctor()">
44663         <size>7</size>
44664       </method>
44665     </type>
44666     <type name="World+&lt;Test&gt;c__AnonStorey0">
44667       <method name="Void .ctor()">
44668         <size>7</size>
44669       </method>
44670       <method name="Void &lt;&gt;m__0()">
44671         <size>63</size>
44672       </method>
44673     </type>
44674   </test>
44675   <test name="test-anon-49.cs">
44676     <type name="Test">
44677       <method name="Void .ctor()">
44678         <size>7</size>
44679       </method>
44680       <method name="Void Main()">
44681         <size>66</size>
44682       </method>
44683       <method name="IEnumerator GetEnumerator()">
44684         <size>8</size>
44685       </method>
44686     </type>
44687     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
44688       <method name="Void .ctor()">
44689         <size>7</size>
44690       </method>
44691       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44692         <size>7</size>
44693       </method>
44694       <method name="Boolean MoveNext()">
44695         <size>197</size>
44696       </method>
44697       <method name="Void Dispose()">
44698         <size>76</size>
44699       </method>
44700       <method name="Void Reset()">
44701         <size>6</size>
44702       </method>
44703       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44704         <size>7</size>
44705       </method>
44706     </type>
44707   </test>
44708   <test name="test-anon-50.cs">
44709     <type name="Test">
44710       <method name="Void .ctor()">
44711         <size>7</size>
44712       </method>
44713       <method name="IEnumerable Foo(Int32)">
44714         <size>30</size>
44715       </method>
44716     </type>
44717     <type name="X">
44718       <method name="Void .ctor()">
44719         <size>7</size>
44720       </method>
44721       <method name="Int32 Main()">
44722         <size>196</size>
44723       </method>
44724     </type>
44725     <type name="Test+&lt;Foo&gt;c__Iterator0">
44726       <method name="Void .ctor()">
44727         <size>7</size>
44728       </method>
44729       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44730         <size>7</size>
44731       </method>
44732       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44733         <size>7</size>
44734       </method>
44735       <method name="Boolean MoveNext()">
44736         <size>118</size>
44737       </method>
44738       <method name="Void Dispose()">
44739         <size>8</size>
44740       </method>
44741       <method name="Void Reset()">
44742         <size>6</size>
44743       </method>
44744       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44745         <size>7</size>
44746       </method>
44747       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44748         <size>40</size>
44749       </method>
44750     </type>
44751   </test>
44752   <test name="test-anon-51.cs">
44753     <type name="X">
44754       <method name="Void .ctor()">
44755         <size>7</size>
44756       </method>
44757       <method name="Void .cctor()">
44758         <size>35</size>
44759       </method>
44760       <method name="Void Main()">
44761         <size>11</size>
44762       </method>
44763     </type>
44764     <type name="FooDelegate">
44765       <method name="Void .ctor(Object, IntPtr)">
44766         <size>0</size>
44767       </method>
44768       <method name="Void Invoke()">
44769         <size>0</size>
44770       </method>
44771       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44772         <size>0</size>
44773       </method>
44774       <method name="Void EndInvoke(IAsyncResult)">
44775         <size>0</size>
44776       </method>
44777     </type>
44778     <type name="X">
44779       <method name="Void &lt;Print&gt;m__0()">
44780         <size>11</size>
44781       </method>
44782     </type>
44783   </test>
44784   <test name="test-anon-52.cs">
44785     <type name="X">
44786       <method name="Void .ctor()">
44787         <size>7</size>
44788       </method>
44789       <method name="IEnumerator GetIt(System.Int32[])">
44790         <size>22</size>
44791       </method>
44792       <method name="Int32 Main()">
44793         <size>32</size>
44794       </method>
44795     </type>
44796     <type name="X+A">
44797       <method name="Void .ctor(Object, IntPtr)">
44798         <size>0</size>
44799       </method>
44800       <method name="Void Invoke()">
44801         <size>0</size>
44802       </method>
44803       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44804         <size>0</size>
44805       </method>
44806       <method name="Void EndInvoke(IAsyncResult)">
44807         <size>0</size>
44808       </method>
44809     </type>
44810     <type name="X+&lt;GetIt&gt;c__Iterator0">
44811       <method name="Void .ctor()">
44812         <size>7</size>
44813       </method>
44814       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44815         <size>7</size>
44816       </method>
44817       <method name="Boolean MoveNext()">
44818         <size>199</size>
44819       </method>
44820       <method name="Void &lt;&gt;m__0()">
44821         <size>22</size>
44822       </method>
44823       <method name="Void Dispose()">
44824         <size>8</size>
44825       </method>
44826       <method name="Void Reset()">
44827         <size>6</size>
44828       </method>
44829       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44830         <size>7</size>
44831       </method>
44832     </type>
44833     <type name="&lt;PrivateImplementationDetails&gt;">
44834       <method name="Void .ctor()">
44835         <size>7</size>
44836       </method>
44837     </type>
44838   </test>
44839   <test name="test-anon-53.cs">
44840     <type name="Test">
44841       <method name="Void .ctor(Int32)">
44842         <size>39</size>
44843       </method>
44844       <method name="Void .cctor()">
44845         <size>33</size>
44846       </method>
44847     </type>
44848     <type name="X">
44849       <method name="Void .ctor()">
44850         <size>7</size>
44851       </method>
44852       <method name="Void Main()">
44853         <size>15</size>
44854       </method>
44855     </type>
44856     <type name="Foo">
44857       <method name="Void .ctor(Object, IntPtr)">
44858         <size>0</size>
44859       </method>
44860       <method name="Void Invoke()">
44861         <size>0</size>
44862       </method>
44863       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44864         <size>0</size>
44865       </method>
44866       <method name="Void EndInvoke(IAsyncResult)">
44867         <size>0</size>
44868       </method>
44869     </type>
44870     <type name="Test+&lt;Test&gt;c__AnonStorey0">
44871       <method name="Void .ctor()">
44872         <size>7</size>
44873       </method>
44874       <method name="Void &lt;&gt;m__0()">
44875         <size>12</size>
44876       </method>
44877     </type>
44878     <type name="Test+&lt;Test&gt;c__AnonStorey1">
44879       <method name="Void .ctor()">
44880         <size>7</size>
44881       </method>
44882       <method name="Void &lt;&gt;m__1()">
44883         <size>12</size>
44884       </method>
44885     </type>
44886   </test>
44887   <test name="test-anon-54.cs">
44888     <type name="X">
44889       <method name="Void .ctor()">
44890         <size>7</size>
44891       </method>
44892       <method name="Void Main()">
44893         <size>22</size>
44894       </method>
44895     </type>
44896     <type name="Hello">
44897       <method name="Void .ctor(Object, IntPtr)">
44898         <size>0</size>
44899       </method>
44900       <method name="Void Invoke()">
44901         <size>0</size>
44902       </method>
44903       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44904         <size>0</size>
44905       </method>
44906       <method name="Void EndInvoke(IAsyncResult)">
44907         <size>0</size>
44908       </method>
44909     </type>
44910     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
44911       <method name="Void .ctor()">
44912         <size>7</size>
44913       </method>
44914       <method name="Void &lt;&gt;m__0()">
44915         <size>25</size>
44916       </method>
44917     </type>
44918     <type name="Foo">
44919       <method name="Void .ctor(Int32)">
44920         <size>8</size>
44921       </method>
44922       <method name="Void Test(Foo)">
44923         <size>45</size>
44924       </method>
44925       <method name="Void Hello(Int32)">
44926         <size>19</size>
44927       </method>
44928       <method name="System.String ToString()">
44929         <size>22</size>
44930       </method>
44931     </type>
44932   </test>
44933   <test name="test-anon-55.cs">
44934     <type name="Foo">
44935       <method name="Void .ctor()">
44936         <size>7</size>
44937       </method>
44938       <method name="Void Test(Foo+Hello)">
44939         <size>7</size>
44940       </method>
44941       <method name="Void Private()">
44942         <size>11</size>
44943       </method>
44944       <method name="Void Test()">
44945         <size>19</size>
44946       </method>
44947     </type>
44948     <type name="X">
44949       <method name="Void .ctor()">
44950         <size>7</size>
44951       </method>
44952       <method name="Void Main()">
44953         <size>13</size>
44954       </method>
44955     </type>
44956     <type name="Foo+Hello">
44957       <method name="Void .ctor(Object, IntPtr)">
44958         <size>0</size>
44959       </method>
44960       <method name="Void Invoke()">
44961         <size>0</size>
44962       </method>
44963       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44964         <size>0</size>
44965       </method>
44966       <method name="Void EndInvoke(IAsyncResult)">
44967         <size>0</size>
44968       </method>
44969     </type>
44970     <type name="Foo">
44971       <method name="Void &lt;Test&gt;m__0()">
44972         <size>7</size>
44973       </method>
44974     </type>
44975   </test>
44976   <test name="test-anon-56.cs">
44977     <type name="Observable">
44978       <method name="Void .ctor()">
44979         <size>7</size>
44980       </method>
44981       <method name="Void Main(System.String[])">
44982         <size>50</size>
44983       </method>
44984     </type>
44985     <type name="QueueHandler">
44986       <method name="Void .ctor(Object, IntPtr)">
44987         <size>0</size>
44988       </method>
44989       <method name="Void Invoke(Observable)">
44990         <size>0</size>
44991       </method>
44992       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
44993         <size>0</size>
44994       </method>
44995       <method name="Void EndInvoke(IAsyncResult)">
44996         <size>0</size>
44997       </method>
44998     </type>
44999     <type name="Observable">
45000       <method name="Void &lt;Main&gt;m__0(Observable)">
45001         <size>11</size>
45002       </method>
45003     </type>
45004   </test>
45005   <test name="test-anon-57.cs">
45006     <type name="X">
45007       <method name="Void .ctor()">
45008         <size>7</size>
45009       </method>
45010       <method name="Int32 Test()">
45011         <size>257</size>
45012       </method>
45013       <method name="Int32 Main()">
45014         <size>45</size>
45015       </method>
45016     </type>
45017     <type name="X+TestDelegate">
45018       <method name="Void .ctor(Object, IntPtr)">
45019         <size>0</size>
45020       </method>
45021       <method name="Void Invoke()">
45022         <size>0</size>
45023       </method>
45024       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45025         <size>0</size>
45026       </method>
45027       <method name="Void EndInvoke(IAsyncResult)">
45028         <size>0</size>
45029       </method>
45030     </type>
45031     <type name="X+&lt;Test&gt;c__AnonStorey1">
45032       <method name="Void .ctor()">
45033         <size>7</size>
45034       </method>
45035       <method name="Void &lt;&gt;m__0()">
45036         <size>89</size>
45037       </method>
45038     </type>
45039     <type name="X+&lt;Test&gt;c__AnonStorey0">
45040       <method name="Void .ctor()">
45041         <size>7</size>
45042       </method>
45043     </type>
45044   </test>
45045   <test name="test-anon-58.cs">
45046     <type name="X">
45047       <method name="Void .ctor()">
45048         <size>7</size>
45049       </method>
45050       <method name="Int32 Test(Int32)">
45051         <size>342</size>
45052       </method>
45053       <method name="Int32 Main()">
45054         <size>46</size>
45055       </method>
45056     </type>
45057     <type name="X+TestDelegate">
45058       <method name="Void .ctor(Object, IntPtr)">
45059         <size>0</size>
45060       </method>
45061       <method name="Void Invoke()">
45062         <size>0</size>
45063       </method>
45064       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45065         <size>0</size>
45066       </method>
45067       <method name="Void EndInvoke(IAsyncResult)">
45068         <size>0</size>
45069       </method>
45070     </type>
45071     <type name="X+&lt;Test&gt;c__AnonStorey1">
45072       <method name="Void .ctor()">
45073         <size>7</size>
45074       </method>
45075       <method name="Void &lt;&gt;m__0()">
45076         <size>162</size>
45077       </method>
45078     </type>
45079     <type name="X+&lt;Test&gt;c__AnonStorey0">
45080       <method name="Void .ctor()">
45081         <size>7</size>
45082       </method>
45083     </type>
45084     <type name="X+&lt;Test&gt;c__AnonStorey2">
45085       <method name="Void .ctor()">
45086         <size>7</size>
45087       </method>
45088     </type>
45089   </test>
45090   <test name="test-anon-59.cs">
45091     <type name="X">
45092       <method name="Void .ctor()">
45093         <size>7</size>
45094       </method>
45095       <method name="Int32 Test(Int32)">
45096         <size>512</size>
45097       </method>
45098       <method name="Int32 Main()">
45099         <size>46</size>
45100       </method>
45101     </type>
45102     <type name="X+TestDelegate">
45103       <method name="Void .ctor(Object, IntPtr)">
45104         <size>0</size>
45105       </method>
45106       <method name="Void Invoke()">
45107         <size>0</size>
45108       </method>
45109       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45110         <size>0</size>
45111       </method>
45112       <method name="Void EndInvoke(IAsyncResult)">
45113         <size>0</size>
45114       </method>
45115     </type>
45116     <type name="X+&lt;Test&gt;c__AnonStorey2">
45117       <method name="Void .ctor()">
45118         <size>7</size>
45119       </method>
45120       <method name="Void &lt;&gt;m__0()">
45121         <size>224</size>
45122       </method>
45123     </type>
45124     <type name="X+&lt;Test&gt;c__AnonStorey1">
45125       <method name="Void .ctor()">
45126         <size>7</size>
45127       </method>
45128     </type>
45129     <type name="X+&lt;Test&gt;c__AnonStorey0">
45130       <method name="Void .ctor()">
45131         <size>7</size>
45132       </method>
45133     </type>
45134     <type name="X+&lt;Test&gt;c__AnonStorey3">
45135       <method name="Void .ctor()">
45136         <size>7</size>
45137       </method>
45138     </type>
45139   </test>
45140   <test name="test-anon-60.cs">
45141     <type name="X">
45142       <method name="Void .ctor()">
45143         <size>7</size>
45144       </method>
45145       <method name="Int32 Test(Int32)">
45146         <size>564</size>
45147       </method>
45148       <method name="Int32 Main()">
45149         <size>46</size>
45150       </method>
45151     </type>
45152     <type name="X+TestDelegate">
45153       <method name="Void .ctor(Object, IntPtr)">
45154         <size>0</size>
45155       </method>
45156       <method name="Void Invoke()">
45157         <size>0</size>
45158       </method>
45159       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45160         <size>0</size>
45161       </method>
45162       <method name="Void EndInvoke(IAsyncResult)">
45163         <size>0</size>
45164       </method>
45165     </type>
45166     <type name="X+&lt;Test&gt;c__AnonStorey2">
45167       <method name="Void .ctor()">
45168         <size>7</size>
45169       </method>
45170     </type>
45171     <type name="X+&lt;Test&gt;c__AnonStorey1">
45172       <method name="Void .ctor()">
45173         <size>7</size>
45174       </method>
45175     </type>
45176     <type name="X+&lt;Test&gt;c__AnonStorey0">
45177       <method name="Void .ctor()">
45178         <size>7</size>
45179       </method>
45180     </type>
45181     <type name="X+&lt;Test&gt;c__AnonStorey3">
45182       <method name="Void .ctor()">
45183         <size>7</size>
45184       </method>
45185     </type>
45186     <type name="X+&lt;Test&gt;c__AnonStorey2">
45187       <method name="Void &lt;&gt;m__0()">
45188         <size>347</size>
45189       </method>
45190     </type>
45191     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
45192       <method name="Void .ctor()">
45193         <size>7</size>
45194       </method>
45195       <method name="Void &lt;&gt;m__1()">
45196         <size>124</size>
45197       </method>
45198     </type>
45199   </test>
45200   <test name="test-anon-61.cs">
45201     <type name="X">
45202       <method name="Void .ctor()">
45203         <size>7</size>
45204       </method>
45205       <method name="Int32 Test()">
45206         <size>333</size>
45207       </method>
45208       <method name="Int32 Main()">
45209         <size>59</size>
45210       </method>
45211     </type>
45212     <type name="X+TestDelegate">
45213       <method name="Void .ctor(Object, IntPtr)">
45214         <size>0</size>
45215       </method>
45216       <method name="Void Invoke()">
45217         <size>0</size>
45218       </method>
45219       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45220         <size>0</size>
45221       </method>
45222       <method name="Void EndInvoke(IAsyncResult)">
45223         <size>0</size>
45224       </method>
45225     </type>
45226     <type name="X+&lt;Test&gt;c__AnonStorey1">
45227       <method name="Void .ctor()">
45228         <size>7</size>
45229       </method>
45230       <method name="Void &lt;&gt;m__0()">
45231         <size>157</size>
45232       </method>
45233     </type>
45234     <type name="X+&lt;Test&gt;c__AnonStorey0">
45235       <method name="Void .ctor()">
45236         <size>7</size>
45237       </method>
45238     </type>
45239   </test>
45240   <test name="test-anon-62.cs">
45241     <type name="X">
45242       <method name="Void .ctor(String)">
45243         <size>14</size>
45244       </method>
45245       <method name="Void Main()">
45246         <size>1</size>
45247       </method>
45248     </type>
45249     <type name="Y">
45250       <method name="Void .ctor(Z)">
45251         <size>56</size>
45252       </method>
45253     </type>
45254     <type name="Z">
45255       <method name="Void .ctor()">
45256         <size>7</size>
45257       </method>
45258       <method name="Void Hello()">
45259         <size>1</size>
45260       </method>
45261     </type>
45262     <type name="FooHandler">
45263       <method name="Void .ctor(Object, IntPtr)">
45264         <size>0</size>
45265       </method>
45266       <method name="Void Invoke()">
45267         <size>0</size>
45268       </method>
45269       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45270         <size>0</size>
45271       </method>
45272       <method name="Void EndInvoke(IAsyncResult)">
45273         <size>0</size>
45274       </method>
45275     </type>
45276     <type name="Y+&lt;Y&gt;c__AnonStorey0">
45277       <method name="Void .ctor()">
45278         <size>7</size>
45279       </method>
45280       <method name="Void &lt;&gt;m__0()">
45281         <size>12</size>
45282       </method>
45283     </type>
45284   </test>
45285   <test name="test-anon-63.cs">
45286     <type name="X">
45287       <method name="Void .ctor()">
45288         <size>7</size>
45289       </method>
45290       <method name="IEnumerator GetIt(System.Int32[])">
45291         <size>22</size>
45292       </method>
45293       <method name="Int32 Main()">
45294         <size>32</size>
45295       </method>
45296     </type>
45297     <type name="X+A">
45298       <method name="Void .ctor(Object, IntPtr)">
45299         <size>0</size>
45300       </method>
45301       <method name="Int32 Invoke()">
45302         <size>0</size>
45303       </method>
45304       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45305         <size>0</size>
45306       </method>
45307       <method name="Int32 EndInvoke(IAsyncResult)">
45308         <size>0</size>
45309       </method>
45310     </type>
45311     <type name="X+&lt;GetIt&gt;c__Iterator0">
45312       <method name="Void .ctor()">
45313         <size>7</size>
45314       </method>
45315       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45316         <size>7</size>
45317       </method>
45318       <method name="Boolean MoveNext()">
45319         <size>193</size>
45320       </method>
45321       <method name="Int32 &lt;&gt;m__0()">
45322         <size>44</size>
45323       </method>
45324       <method name="Void Dispose()">
45325         <size>8</size>
45326       </method>
45327       <method name="Void Reset()">
45328         <size>6</size>
45329       </method>
45330       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45331         <size>7</size>
45332       </method>
45333     </type>
45334     <type name="&lt;PrivateImplementationDetails&gt;">
45335       <method name="Void .ctor()">
45336         <size>7</size>
45337       </method>
45338     </type>
45339   </test>
45340   <test name="test-anon-64.cs">
45341     <type name="Source">
45342       <method name="Void .ctor()">
45343         <size>7</size>
45344       </method>
45345       <method name="Void add_ChildSourceAdded(System.EventHandler)">
45346         <size>24</size>
45347       </method>
45348       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
45349         <size>24</size>
45350       </method>
45351       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
45352         <size>24</size>
45353       </method>
45354       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
45355         <size>24</size>
45356       </method>
45357       <method name="Source FindSource(Source)">
45358         <size>2</size>
45359       </method>
45360       <method name="Void AddSource(Source, Int32, System.Object)">
45361         <size>100</size>
45362       </method>
45363       <method name="Void Main()">
45364         <size>1</size>
45365       </method>
45366     </type>
45367     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
45368       <method name="Void .ctor()">
45369         <size>7</size>
45370       </method>
45371       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
45372         <size>30</size>
45373       </method>
45374     </type>
45375     <type name="Source">
45376       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
45377         <size>1</size>
45378       </method>
45379     </type>
45380   </test>
45381   <test name="test-anon-65.cs">
45382     <type name="BaseClass">
45383       <method name="Void .ctor(SomeDelegate)">
45384         <size>13</size>
45385       </method>
45386     </type>
45387     <type name="TestClass">
45388       <method name="Void .ctor(Int32)">
45389         <size>32</size>
45390       </method>
45391       <method name="Int32 Main(System.String[])">
45392         <size>9</size>
45393       </method>
45394     </type>
45395     <type name="BaseClass+SomeDelegate">
45396       <method name="Void .ctor(Object, IntPtr)">
45397         <size>0</size>
45398       </method>
45399       <method name="Void Invoke()">
45400         <size>0</size>
45401       </method>
45402       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45403         <size>0</size>
45404       </method>
45405       <method name="Void EndInvoke(IAsyncResult)">
45406         <size>0</size>
45407       </method>
45408     </type>
45409     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
45410       <method name="Void .ctor()">
45411         <size>7</size>
45412       </method>
45413       <method name="Void &lt;&gt;m__0()">
45414         <size>12</size>
45415       </method>
45416     </type>
45417   </test>
45418   <test name="test-anon-66.cs">
45419     <type name="Test">
45420       <method name="Void .ctor()">
45421         <size>7</size>
45422       </method>
45423       <method name="Void add_testEvent(Test+TestEventHandler)">
45424         <size>24</size>
45425       </method>
45426       <method name="Void remove_testEvent(Test+TestEventHandler)">
45427         <size>24</size>
45428       </method>
45429       <method name="Void add_TestEvent(Test+TestEventHandler)">
45430         <size>33</size>
45431       </method>
45432       <method name="Void remove_TestEvent(Test+TestEventHandler)">
45433         <size>1</size>
45434       </method>
45435       <method name="Void Main()">
45436         <size>1</size>
45437       </method>
45438     </type>
45439     <type name="Test+TestEventHandler">
45440       <method name="Void .ctor(Object, IntPtr)">
45441         <size>0</size>
45442       </method>
45443       <method name="Void Invoke()">
45444         <size>0</size>
45445       </method>
45446       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45447         <size>0</size>
45448       </method>
45449       <method name="Void EndInvoke(IAsyncResult)">
45450         <size>0</size>
45451       </method>
45452     </type>
45453     <type name="Test+&lt;&gt;c__AnonStorey0">
45454       <method name="Void .ctor()">
45455         <size>7</size>
45456       </method>
45457       <method name="Void &lt;&gt;m__0()">
45458         <size>12</size>
45459       </method>
45460     </type>
45461   </test>
45462   <test name="test-anon-67.cs">
45463     <type name="ClassOne">
45464       <method name="Void .ctor(ReturnStringDelegate)">
45465         <size>7</size>
45466       </method>
45467       <method name="Void .ctor(String)">
45468         <size>32</size>
45469       </method>
45470       <method name="Void Main()">
45471         <size>1</size>
45472       </method>
45473     </type>
45474     <type name="ClassOne+ReturnStringDelegate">
45475       <method name="Void .ctor(Object, IntPtr)">
45476         <size>0</size>
45477       </method>
45478       <method name="System.String Invoke()">
45479         <size>0</size>
45480       </method>
45481       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45482         <size>0</size>
45483       </method>
45484       <method name="System.String EndInvoke(IAsyncResult)">
45485         <size>0</size>
45486       </method>
45487     </type>
45488     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
45489       <method name="Void .ctor()">
45490         <size>7</size>
45491       </method>
45492       <method name="System.String &lt;&gt;m__0()">
45493         <size>7</size>
45494       </method>
45495     </type>
45496   </test>
45497   <test name="test-anon-68.cs">
45498     <type name="C">
45499       <method name="Void .ctor()">
45500         <size>7</size>
45501       </method>
45502       <method name="Void T(D1)">
45503         <size>1</size>
45504       </method>
45505       <method name="Void T(D2)">
45506         <size>1</size>
45507       </method>
45508       <method name="Void Main()">
45509         <size>69</size>
45510       </method>
45511     </type>
45512     <type name="D1">
45513       <method name="Void .ctor(Object, IntPtr)">
45514         <size>0</size>
45515       </method>
45516       <method name="Void Invoke(Int32)">
45517         <size>0</size>
45518       </method>
45519       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
45520         <size>0</size>
45521       </method>
45522       <method name="Void EndInvoke(IAsyncResult)">
45523         <size>0</size>
45524       </method>
45525     </type>
45526     <type name="D2">
45527       <method name="Void .ctor(Object, IntPtr)">
45528         <size>0</size>
45529       </method>
45530       <method name="Void Invoke(System.String ByRef)">
45531         <size>0</size>
45532       </method>
45533       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
45534         <size>0</size>
45535       </method>
45536       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
45537         <size>0</size>
45538       </method>
45539     </type>
45540     <type name="C">
45541       <method name="Void &lt;Main&gt;m__0(Int32)">
45542         <size>1</size>
45543       </method>
45544       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
45545         <size>8</size>
45546       </method>
45547     </type>
45548   </test>
45549   <test name="test-anon-69.cs">
45550     <type name="SingleSteppingEngine">
45551       <method name="Void .ctor()">
45552         <size>7</size>
45553       </method>
45554       <method name="System.Object SendCommand(TargetAccessDelegate)">
45555         <size>8</size>
45556       </method>
45557       <method name="Void Detach()">
45558         <size>20</size>
45559       </method>
45560     </type>
45561     <type name="X">
45562       <method name="Void .ctor()">
45563         <size>7</size>
45564       </method>
45565       <method name="Void Main()">
45566         <size>1</size>
45567       </method>
45568     </type>
45569     <type name="TargetAccessDelegate">
45570       <method name="Void .ctor(Object, IntPtr)">
45571         <size>0</size>
45572       </method>
45573       <method name="System.Object Invoke(System.Object)">
45574         <size>0</size>
45575       </method>
45576       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
45577         <size>0</size>
45578       </method>
45579       <method name="System.Object EndInvoke(IAsyncResult)">
45580         <size>0</size>
45581       </method>
45582     </type>
45583     <type name="SingleSteppingEngine">
45584       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
45585         <size>19</size>
45586       </method>
45587     </type>
45588   </test>
45589   <test name="test-anon-70.cs">
45590     <type name="C">
45591       <method name="Void .ctor()">
45592         <size>7</size>
45593       </method>
45594       <method name="Void Test(C+D)">
45595         <size>1</size>
45596       </method>
45597       <method name="Void Main()">
45598         <size>98</size>
45599       </method>
45600     </type>
45601     <type name="C+D">
45602       <method name="Void .ctor(Object, IntPtr)">
45603         <size>0</size>
45604       </method>
45605       <method name="Void Invoke()">
45606         <size>0</size>
45607       </method>
45608       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45609         <size>0</size>
45610       </method>
45611       <method name="Void EndInvoke(IAsyncResult)">
45612         <size>0</size>
45613       </method>
45614     </type>
45615     <type name="UnsafeClass">
45616       <method name="Void .ctor()">
45617         <size>7</size>
45618       </method>
45619     </type>
45620     <type name="C">
45621       <method name="Void UnsafeTests()">
45622         <size>35</size>
45623       </method>
45624     </type>
45625     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
45626       <method name="Void .ctor()">
45627         <size>7</size>
45628       </method>
45629       <method name="Void &lt;&gt;m__0()">
45630         <size>14</size>
45631       </method>
45632     </type>
45633     <type name="C+&lt;Main&gt;c__AnonStorey1">
45634       <method name="Void .ctor()">
45635         <size>7</size>
45636       </method>
45637       <method name="Void &lt;&gt;m__1()">
45638         <size>38</size>
45639       </method>
45640       <method name="Void &lt;&gt;m__2()">
45641         <size>32</size>
45642       </method>
45643     </type>
45644     <type name="C">
45645       <method name="Void &lt;Main&gt;m__3()">
45646         <size>16</size>
45647       </method>
45648     </type>
45649     <type name="UnsafeClass">
45650       <method name="Int32* GetUnsafeValue()">
45651         <size>3</size>
45652       </method>
45653     </type>
45654     <type name="&lt;PrivateImplementationDetails&gt;">
45655       <method name="Void .ctor()">
45656         <size>7</size>
45657       </method>
45658     </type>
45659   </test>
45660   <test name="test-anon-71.cs">
45661     <type name="Program">
45662       <method name="Void .ctor()">
45663         <size>7</size>
45664       </method>
45665       <method name="Errno ProcessFile(System.String, Program+FdCb)">
45666         <size>2</size>
45667       </method>
45668       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
45669         <size>34</size>
45670       </method>
45671       <method name="Void Main()">
45672         <size>1</size>
45673       </method>
45674     </type>
45675     <type name="Program+FdCb">
45676       <method name="Void .ctor(Object, IntPtr)">
45677         <size>0</size>
45678       </method>
45679       <method name="Int32 Invoke(Int32)">
45680         <size>0</size>
45681       </method>
45682       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
45683         <size>0</size>
45684       </method>
45685       <method name="Int32 EndInvoke(IAsyncResult)">
45686         <size>0</size>
45687       </method>
45688     </type>
45689     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
45690       <method name="Void .ctor()">
45691         <size>7</size>
45692       </method>
45693       <method name="Int32 &lt;&gt;m__0(Int32)">
45694         <size>46</size>
45695       </method>
45696     </type>
45697   </test>
45698   <test name="test-anon-72.cs">
45699     <type name="Test">
45700       <method name="Void .ctor()">
45701         <size>7</size>
45702       </method>
45703       <method name="Void AddOperator(Test+UnaryOperator)">
45704         <size>1</size>
45705       </method>
45706       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
45707         <size>5</size>
45708       </method>
45709       <method name="Void Main()">
45710         <size>1</size>
45711       </method>
45712       <method name="Void Foo()">
45713         <size>19</size>
45714       </method>
45715     </type>
45716     <type name="Test+UnaryOperator">
45717       <method name="Void .ctor(Object, IntPtr)">
45718         <size>0</size>
45719       </method>
45720       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
45721         <size>0</size>
45722       </method>
45723       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
45724         <size>0</size>
45725       </method>
45726       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
45727         <size>0</size>
45728       </method>
45729     </type>
45730     <type name="Test">
45731       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
45732         <size>31</size>
45733       </method>
45734     </type>
45735   </test>
45736   <test name="test-anon-73.cs">
45737     <type name="T">
45738       <method name="Void .ctor()">
45739         <size>7</size>
45740       </method>
45741       <method name="Void Main()">
45742         <size>31</size>
45743       </method>
45744       <method name="Void Test_1()">
45745         <size>36</size>
45746       </method>
45747     </type>
45748     <type name="D">
45749       <method name="Void .ctor(Object, IntPtr)">
45750         <size>0</size>
45751       </method>
45752       <method name="Void Invoke(System.Object)">
45753         <size>0</size>
45754       </method>
45755       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
45756         <size>0</size>
45757       </method>
45758       <method name="Void EndInvoke(IAsyncResult)">
45759         <size>0</size>
45760       </method>
45761     </type>
45762     <type name="T">
45763       <method name="Void &lt;Main&gt;m__0(System.Object)">
45764         <size>15</size>
45765       </method>
45766       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
45767         <size>29</size>
45768       </method>
45769     </type>
45770   </test>
45771   <test name="test-anon-74.cs">
45772     <type name="Foo">
45773       <method name="Void Baz(Foo+SimpleDelegate)">
45774         <size>8</size>
45775       </method>
45776       <method name="Void Main(System.String[])">
45777         <size>35</size>
45778       </method>
45779     </type>
45780     <type name="Foo+SimpleDelegate">
45781       <method name="Void .ctor(Object, IntPtr)">
45782         <size>0</size>
45783       </method>
45784       <method name="System.String[,] Invoke()">
45785         <size>0</size>
45786       </method>
45787       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45788         <size>0</size>
45789       </method>
45790       <method name="System.String[,] EndInvoke(IAsyncResult)">
45791         <size>0</size>
45792       </method>
45793     </type>
45794     <type name="Foo">
45795       <method name="System.String[,] &lt;Main&gt;m__0()">
45796         <size>34</size>
45797       </method>
45798     </type>
45799   </test>
45800   <test name="test-anon-75.cs">
45801     <type name="Data">
45802       <method name="Void .ctor()">
45803         <size>7</size>
45804       </method>
45805     </type>
45806     <type name="Test">
45807       <method name="Void .ctor()">
45808         <size>7</size>
45809       </method>
45810       <method name="Void Foo(Int32, D)">
45811         <size>1</size>
45812       </method>
45813       <method name="Void Main()">
45814         <size>1</size>
45815       </method>
45816       <method name="Void TestMe()">
45817         <size>154</size>
45818       </method>
45819       <method name="Boolean &lt;TestMe&gt;m__0()">
45820         <size>2</size>
45821       </method>
45822     </type>
45823     <type name="D">
45824       <method name="Void .ctor(Object, IntPtr)">
45825         <size>0</size>
45826       </method>
45827       <method name="Boolean Invoke()">
45828         <size>0</size>
45829       </method>
45830       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45831         <size>0</size>
45832       </method>
45833       <method name="Boolean EndInvoke(IAsyncResult)">
45834         <size>0</size>
45835       </method>
45836     </type>
45837     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
45838       <method name="Void .ctor()">
45839         <size>7</size>
45840       </method>
45841       <method name="Boolean &lt;&gt;m__2()">
45842         <size>14</size>
45843       </method>
45844     </type>
45845     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
45846       <method name="Void .ctor()">
45847         <size>7</size>
45848       </method>
45849     </type>
45850     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
45851       <method name="Boolean &lt;&gt;m__1()">
45852         <size>54</size>
45853       </method>
45854     </type>
45855   </test>
45856   <test name="test-anon-76.cs">
45857     <type name="C">
45858       <method name="Void .ctor()">
45859         <size>7</size>
45860       </method>
45861       <method name="Void set_Item(System.String, FactoryDelegate)">
45862         <size>8</size>
45863       </method>
45864       <method name="FactoryDelegate get_Item(System.String)">
45865         <size>7</size>
45866       </method>
45867       <method name="Void X()">
45868         <size>24</size>
45869       </method>
45870       <method name="Int32 Main()">
45871         <size>70</size>
45872       </method>
45873     </type>
45874     <type name="FactoryDelegate">
45875       <method name="Void .ctor(Object, IntPtr)">
45876         <size>0</size>
45877       </method>
45878       <method name="System.Object Invoke()">
45879         <size>0</size>
45880       </method>
45881       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45882         <size>0</size>
45883       </method>
45884       <method name="System.Object EndInvoke(IAsyncResult)">
45885         <size>0</size>
45886       </method>
45887     </type>
45888     <type name="C">
45889       <method name="System.Object &lt;X&gt;m__0()">
45890         <size>30</size>
45891       </method>
45892     </type>
45893   </test>
45894   <test name="test-anon-77.cs">
45895     <type name="y">
45896       <method name="Void .ctor()">
45897         <size>7</size>
45898       </method>
45899       <method name="Boolean get_Item(Int32)">
45900         <size>28</size>
45901       </method>
45902       <method name="Void set_Item(Int32, Boolean)">
45903         <size>10</size>
45904       </method>
45905       <method name="Void Main()">
45906         <size>1</size>
45907       </method>
45908     </type>
45909     <type name="D">
45910       <method name="Void .ctor(Object, IntPtr)">
45911         <size>0</size>
45912       </method>
45913       <method name="Void Invoke()">
45914         <size>0</size>
45915       </method>
45916       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45917         <size>0</size>
45918       </method>
45919       <method name="Void EndInvoke(IAsyncResult)">
45920         <size>0</size>
45921       </method>
45922     </type>
45923     <type name="y+&lt;&gt;c__AnonStorey0">
45924       <method name="Void .ctor()">
45925         <size>7</size>
45926       </method>
45927       <method name="Void &lt;&gt;m__0()">
45928         <size>8</size>
45929       </method>
45930     </type>
45931   </test>
45932   <test name="test-anon-78.cs">
45933     <type name="DelegateTest">
45934       <method name="Void .ctor()">
45935         <size>7</size>
45936       </method>
45937       <method name="Void .cctor()">
45938         <size>8</size>
45939       </method>
45940       <method name="Void Foo(D1)">
45941         <size>7</size>
45942       </method>
45943       <method name="Void Foo(D2)">
45944         <size>1</size>
45945       </method>
45946       <method name="Int32 Main()">
45947         <size>50</size>
45948       </method>
45949       <method name="Void &lt;Main&gt;m__0()">
45950         <size>18</size>
45951       </method>
45952     </type>
45953     <type name="D1">
45954       <method name="Void .ctor(Object, IntPtr)">
45955         <size>0</size>
45956       </method>
45957       <method name="Void Invoke()">
45958         <size>0</size>
45959       </method>
45960       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45961         <size>0</size>
45962       </method>
45963       <method name="Void EndInvoke(IAsyncResult)">
45964         <size>0</size>
45965       </method>
45966     </type>
45967     <type name="D2">
45968       <method name="Void .ctor(Object, IntPtr)">
45969         <size>0</size>
45970       </method>
45971       <method name="Void Invoke()">
45972         <size>0</size>
45973       </method>
45974       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45975         <size>0</size>
45976       </method>
45977       <method name="Void EndInvoke(IAsyncResult)">
45978         <size>0</size>
45979       </method>
45980     </type>
45981   </test>
45982   <test name="test-anon-79.cs">
45983     <type name="Test">
45984       <method name="Void .ctor()">
45985         <size>7</size>
45986       </method>
45987       <method name="Void add_E(Test+D)">
45988         <size>24</size>
45989       </method>
45990       <method name="Void remove_E(Test+D)">
45991         <size>24</size>
45992       </method>
45993       <method name="Void add_Changed(Test+D)">
45994         <size>30</size>
45995       </method>
45996       <method name="Void remove_Changed(Test+D)">
45997         <size>1</size>
45998       </method>
45999       <method name="Void Foo()">
46000         <size>1</size>
46001       </method>
46002       <method name="Void Main()">
46003         <size>1</size>
46004       </method>
46005     </type>
46006     <type name="Test+D">
46007       <method name="Void .ctor(Object, IntPtr)">
46008         <size>0</size>
46009       </method>
46010       <method name="Void Invoke()">
46011         <size>0</size>
46012       </method>
46013       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46014         <size>0</size>
46015       </method>
46016       <method name="Void EndInvoke(IAsyncResult)">
46017         <size>0</size>
46018       </method>
46019     </type>
46020     <type name="Test">
46021       <method name="Void &lt;add_Changed&gt;m__0()">
46022         <size>7</size>
46023       </method>
46024     </type>
46025   </test>
46026   <test name="test-anon-80.cs">
46027     <type name="MonoBug.MyTest">
46028       <method name="Void .ctor()">
46029         <size>7</size>
46030       </method>
46031       <method name="Int32 Main()">
46032         <size>167</size>
46033       </method>
46034     </type>
46035     <type name="MonoBug.MyTest+EventHandlers">
46036       <method name="Void .ctor()">
46037         <size>18</size>
46038       </method>
46039       <method name="System.EventHandler get_DoNothingEventHandler()">
46040         <size>30</size>
46041       </method>
46042       <method name="System.EventHandler get_DoSomethingEventHandler()">
46043         <size>13</size>
46044       </method>
46045       <method name="System.EventHandler get_Handler()">
46046         <size>7</size>
46047       </method>
46048       <method name="Void set_Handler(System.EventHandler)">
46049         <size>8</size>
46050       </method>
46051       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
46052         <size>1</size>
46053       </method>
46054       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
46055         <size>15</size>
46056       </method>
46057     </type>
46058   </test>
46059   <test name="test-anon-81.cs">
46060     <type name="C">
46061       <method name="Void .ctor()">
46062         <size>7</size>
46063       </method>
46064       <method name="Int32 Main()">
46065         <size>20</size>
46066       </method>
46067       <method name="Int32 Test()">
46068         <size>27</size>
46069       </method>
46070       <method name="Int32 Foo2(C+Cmd2)">
46071         <size>7</size>
46072       </method>
46073       <method name="Void Foo(C+Cmd)">
46074         <size>7</size>
46075       </method>
46076     </type>
46077     <type name="C+Cmd">
46078       <method name="Void .ctor(Object, IntPtr)">
46079         <size>0</size>
46080       </method>
46081       <method name="Void Invoke()">
46082         <size>0</size>
46083       </method>
46084       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46085         <size>0</size>
46086       </method>
46087       <method name="Void EndInvoke(IAsyncResult)">
46088         <size>0</size>
46089       </method>
46090     </type>
46091     <type name="C+Cmd2">
46092       <method name="Void .ctor(Object, IntPtr)">
46093         <size>0</size>
46094       </method>
46095       <method name="Int32 Invoke()">
46096         <size>0</size>
46097       </method>
46098       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46099         <size>0</size>
46100       </method>
46101       <method name="Int32 EndInvoke(IAsyncResult)">
46102         <size>0</size>
46103       </method>
46104     </type>
46105     <type name="C">
46106       <method name="Int32 &lt;Test&gt;m__0()">
46107         <size>45</size>
46108       </method>
46109     </type>
46110     <type name="C+&lt;Test&gt;c__AnonStorey1">
46111       <method name="Void .ctor()">
46112         <size>7</size>
46113       </method>
46114       <method name="Void &lt;&gt;m__1()">
46115         <size>44</size>
46116       </method>
46117     </type>
46118     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
46119       <method name="Void .ctor()">
46120         <size>7</size>
46121       </method>
46122       <method name="Void &lt;&gt;m__2()">
46123         <size>18</size>
46124       </method>
46125     </type>
46126   </test>
46127   <test name="test-anon-82.cs">
46128     <type name="MainClass">
46129       <method name="Void .ctor()">
46130         <size>7</size>
46131       </method>
46132       <method name="Void Main()">
46133         <size>87</size>
46134       </method>
46135       <method name="Void Test2(Int32)">
46136         <size>31</size>
46137       </method>
46138       <method name="Void Test3(Int32)">
46139         <size>57</size>
46140       </method>
46141       <method name="Void Test4()">
46142         <size>31</size>
46143       </method>
46144       <method name="Void Test5(Int32)">
46145         <size>27</size>
46146       </method>
46147       <method name="Void SimpleCallback(MainClass, System.String)">
46148         <size>7</size>
46149       </method>
46150     </type>
46151     <type name="MainClass+D">
46152       <method name="Void .ctor(Object, IntPtr)">
46153         <size>0</size>
46154       </method>
46155       <method name="Int32 Invoke(Int32)">
46156         <size>0</size>
46157       </method>
46158       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46159         <size>0</size>
46160       </method>
46161       <method name="Int32 EndInvoke(IAsyncResult)">
46162         <size>0</size>
46163       </method>
46164     </type>
46165     <type name="StringSender">
46166       <method name="Void .ctor(Object, IntPtr)">
46167         <size>0</size>
46168       </method>
46169       <method name="Void Invoke(System.String)">
46170         <size>0</size>
46171       </method>
46172       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
46173         <size>0</size>
46174       </method>
46175       <method name="Void EndInvoke(IAsyncResult)">
46176         <size>0</size>
46177       </method>
46178     </type>
46179     <type name="VoidDelegate">
46180       <method name="Void .ctor(Object, IntPtr)">
46181         <size>0</size>
46182       </method>
46183       <method name="Void Invoke()">
46184         <size>0</size>
46185       </method>
46186       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46187         <size>0</size>
46188       </method>
46189       <method name="Void EndInvoke(IAsyncResult)">
46190         <size>0</size>
46191       </method>
46192     </type>
46193     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
46194       <method name="Void .ctor()">
46195         <size>7</size>
46196       </method>
46197     </type>
46198     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
46199       <method name="Void .ctor()">
46200         <size>7</size>
46201       </method>
46202     </type>
46203     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
46204       <method name="Void .ctor()">
46205         <size>7</size>
46206       </method>
46207     </type>
46208     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
46209       <method name="Void .ctor()">
46210         <size>7</size>
46211       </method>
46212     </type>
46213     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
46214       <method name="Void .ctor()">
46215         <size>7</size>
46216       </method>
46217     </type>
46218     <type name="MainClass">
46219       <method name="Void &lt;Test2&gt;m__1(System.String)">
46220         <size>27</size>
46221       </method>
46222       <method name="Void &lt;Test3&gt;m__3()">
46223         <size>1</size>
46224       </method>
46225       <method name="Void &lt;Test4&gt;m__4()">
46226         <size>31</size>
46227       </method>
46228       <method name="Void &lt;Test4&gt;m__7()">
46229         <size>28</size>
46230       </method>
46231     </type>
46232     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
46233       <method name="Void &lt;&gt;m__0()">
46234         <size>25</size>
46235       </method>
46236       <method name="Void &lt;&gt;m__9(System.String)">
46237         <size>13</size>
46238       </method>
46239     </type>
46240     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
46241       <method name="Void &lt;&gt;m__2()">
46242         <size>9</size>
46243       </method>
46244     </type>
46245     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
46246       <method name="Int32 &lt;&gt;m__5(Int32)">
46247         <size>46</size>
46248       </method>
46249       <method name="Int32 &lt;&gt;m__A(Int32)">
46250         <size>2</size>
46251       </method>
46252     </type>
46253     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
46254       <method name="Void &lt;&gt;m__6()">
46255         <size>12</size>
46256       </method>
46257     </type>
46258     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
46259       <method name="Void &lt;&gt;m__8()">
46260         <size>14</size>
46261       </method>
46262       <method name="Void &lt;&gt;m__B()">
46263         <size>8</size>
46264       </method>
46265     </type>
46266   </test>
46267   <test name="test-anon-84.cs">
46268     <type name="C">
46269       <method name="Void .ctor()">
46270         <size>42</size>
46271       </method>
46272       <method name="Void .ctor(D)">
46273         <size>42</size>
46274       </method>
46275       <method name="Int32 Main()">
46276         <size>19</size>
46277       </method>
46278     </type>
46279     <type name="D">
46280       <method name="Void .ctor(Object, IntPtr)">
46281         <size>0</size>
46282       </method>
46283       <method name="C Invoke(Int32)">
46284         <size>0</size>
46285       </method>
46286       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46287         <size>0</size>
46288       </method>
46289       <method name="C EndInvoke(IAsyncResult)">
46290         <size>0</size>
46291       </method>
46292     </type>
46293     <type name="C">
46294       <method name="C &lt;field&gt;m__0(Int32)">
46295         <size>4</size>
46296       </method>
46297     </type>
46298   </test>
46299   <test name="test-anon-85.cs">
46300     <type name="X">
46301       <method name="Void .ctor()">
46302         <size>7</size>
46303       </method>
46304       <method name="Int32 Main()">
46305         <size>29</size>
46306       </method>
46307     </type>
46308     <type name="X+D">
46309       <method name="Void .ctor(Object, IntPtr)">
46310         <size>0</size>
46311       </method>
46312       <method name="Void Invoke()">
46313         <size>0</size>
46314       </method>
46315       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46316         <size>0</size>
46317       </method>
46318       <method name="Void EndInvoke(IAsyncResult)">
46319         <size>0</size>
46320       </method>
46321     </type>
46322     <type name="X+&lt;Main&gt;c__AnonStorey0">
46323       <method name="Void .ctor()">
46324         <size>7</size>
46325       </method>
46326       <method name="Void &lt;&gt;m__0()">
46327         <size>8</size>
46328       </method>
46329     </type>
46330   </test>
46331   <test name="test-anon-86.cs">
46332     <type name="Bug.A">
46333       <method name="Void .ctor()">
46334         <size>50</size>
46335       </method>
46336       <method name="Void Test()">
46337         <size>1</size>
46338       </method>
46339       <method name="Int32 Main()">
46340         <size>8</size>
46341       </method>
46342     </type>
46343     <type name="Bug.B">
46344       <method name="Void .ctor()">
46345         <size>7</size>
46346       </method>
46347       <method name="Int32 get_Prop()">
46348         <size>2</size>
46349       </method>
46350     </type>
46351     <type name="Bug.EventHandler">
46352       <method name="Void .ctor(Object, IntPtr)">
46353         <size>0</size>
46354       </method>
46355       <method name="Void Invoke()">
46356         <size>0</size>
46357       </method>
46358       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46359         <size>0</size>
46360       </method>
46361       <method name="Void EndInvoke(IAsyncResult)">
46362         <size>0</size>
46363       </method>
46364     </type>
46365     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
46366       <method name="Void .ctor()">
46367         <size>7</size>
46368       </method>
46369       <method name="Void &lt;&gt;m__0()">
46370         <size>24</size>
46371       </method>
46372     </type>
46373   </test>
46374   <test name="test-anon-87.cs">
46375     <type name="Bug.AA">
46376       <method name="Void .ctor(BB)">
46377         <size>51</size>
46378       </method>
46379       <method name="Void TestMe()">
46380         <size>1</size>
46381       </method>
46382       <method name="Int32 Main()">
46383         <size>18</size>
46384       </method>
46385     </type>
46386     <type name="Bug.BB">
46387       <method name="Void .ctor(String)">
46388         <size>18</size>
46389       </method>
46390       <method name="Void Foo()">
46391         <size>1</size>
46392       </method>
46393     </type>
46394     <type name="Bug.D">
46395       <method name="Void .ctor(Object, IntPtr)">
46396         <size>0</size>
46397       </method>
46398       <method name="Void Invoke()">
46399         <size>0</size>
46400       </method>
46401       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46402         <size>0</size>
46403       </method>
46404       <method name="Void EndInvoke(IAsyncResult)">
46405         <size>0</size>
46406       </method>
46407     </type>
46408     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
46409       <method name="Void .ctor()">
46410         <size>7</size>
46411       </method>
46412       <method name="Void &lt;&gt;m__0()">
46413         <size>23</size>
46414       </method>
46415     </type>
46416   </test>
46417   <test name="test-anon-88.cs">
46418     <type name="C">
46419       <method name="Void .ctor()">
46420         <size>7</size>
46421       </method>
46422       <method name="Int32 Main()">
46423         <size>12</size>
46424       </method>
46425       <method name="Void Test()">
46426         <size>97</size>
46427       </method>
46428     </type>
46429     <type name="C+D">
46430       <method name="Void .ctor(Object, IntPtr)">
46431         <size>0</size>
46432       </method>
46433       <method name="Void Invoke()">
46434         <size>0</size>
46435       </method>
46436       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46437         <size>0</size>
46438       </method>
46439       <method name="Void EndInvoke(IAsyncResult)">
46440         <size>0</size>
46441       </method>
46442     </type>
46443     <type name="C+&lt;Test&gt;c__AnonStorey0">
46444       <method name="Void .ctor()">
46445         <size>7</size>
46446       </method>
46447       <method name="Void &lt;&gt;m__2()">
46448         <size>8</size>
46449       </method>
46450     </type>
46451     <type name="C+&lt;Test&gt;c__AnonStorey2">
46452       <method name="Void .ctor()">
46453         <size>7</size>
46454       </method>
46455       <method name="Void &lt;&gt;m__0()">
46456         <size>69</size>
46457       </method>
46458       <method name="Void &lt;&gt;m__1()">
46459         <size>8</size>
46460       </method>
46461       <method name="Void &lt;&gt;m__4()">
46462         <size>3</size>
46463       </method>
46464     </type>
46465     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
46466       <method name="Void .ctor()">
46467         <size>7</size>
46468       </method>
46469       <method name="Void &lt;&gt;m__3()">
46470         <size>20</size>
46471       </method>
46472     </type>
46473   </test>
46474   <test name="test-anon-89.cs">
46475     <type name="C">
46476       <method name="Void .ctor()">
46477         <size>7</size>
46478       </method>
46479       <method name="Int32 Main()">
46480         <size>12</size>
46481       </method>
46482       <method name="System.Object get_GdkWindow()">
46483         <size>2</size>
46484       </method>
46485       <method name="Void set_GdkWindow(System.Object)">
46486         <size>1</size>
46487       </method>
46488       <method name="Void Invoke(C+D)">
46489         <size>1</size>
46490       </method>
46491       <method name="Void Test()">
46492         <size>69</size>
46493       </method>
46494     </type>
46495     <type name="C+D">
46496       <method name="Void .ctor(Object, IntPtr)">
46497         <size>0</size>
46498       </method>
46499       <method name="Void Invoke()">
46500         <size>0</size>
46501       </method>
46502       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46503         <size>0</size>
46504       </method>
46505       <method name="Void EndInvoke(IAsyncResult)">
46506         <size>0</size>
46507       </method>
46508     </type>
46509     <type name="C+&lt;Test&gt;c__AnonStorey0">
46510       <method name="Void .ctor()">
46511         <size>7</size>
46512       </method>
46513       <method name="Void &lt;&gt;m__0()">
46514         <size>108</size>
46515       </method>
46516       <method name="Void &lt;&gt;m__3()">
46517         <size>29</size>
46518       </method>
46519     </type>
46520     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
46521       <method name="Void .ctor()">
46522         <size>7</size>
46523       </method>
46524       <method name="Void &lt;&gt;m__1()">
46525         <size>18</size>
46526       </method>
46527       <method name="Void &lt;&gt;m__2()">
46528         <size>49</size>
46529       </method>
46530     </type>
46531   </test>
46532   <test name="test-anon-90.cs">
46533     <type name="C">
46534       <method name="Void .ctor()">
46535         <size>7</size>
46536       </method>
46537       <method name="Int32 Main()">
46538         <size>12</size>
46539       </method>
46540       <method name="Void Foo()">
46541         <size>27</size>
46542       </method>
46543     </type>
46544     <type name="C+D">
46545       <method name="Void .ctor(Object, IntPtr)">
46546         <size>0</size>
46547       </method>
46548       <method name="Void Invoke()">
46549         <size>0</size>
46550       </method>
46551       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46552         <size>0</size>
46553       </method>
46554       <method name="Void EndInvoke(IAsyncResult)">
46555         <size>0</size>
46556       </method>
46557     </type>
46558     <type name="C+&lt;Foo&gt;c__AnonStorey0">
46559       <method name="Void .ctor()">
46560         <size>7</size>
46561       </method>
46562       <method name="Void &lt;&gt;m__0()">
46563         <size>66</size>
46564       </method>
46565     </type>
46566     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
46567       <method name="Void .ctor()">
46568         <size>7</size>
46569       </method>
46570     </type>
46571     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
46572       <method name="Void .ctor()">
46573         <size>7</size>
46574       </method>
46575       <method name="Void &lt;&gt;m__1()">
46576         <size>32</size>
46577       </method>
46578     </type>
46579   </test>
46580   <test name="test-anon-91.cs">
46581     <type name="A">
46582       <method name="Void .ctor(Int32)">
46583         <size>27</size>
46584       </method>
46585     </type>
46586     <type name="C">
46587       <method name="Void .ctor()">
46588         <size>7</size>
46589       </method>
46590       <method name="Int32 Main()">
46591         <size>12</size>
46592       </method>
46593       <method name="Void SelectCommand(Int32)">
46594         <size>1</size>
46595       </method>
46596       <method name="Void Test()">
46597         <size>66</size>
46598       </method>
46599     </type>
46600     <type name="C+D">
46601       <method name="Void .ctor(Object, IntPtr)">
46602         <size>0</size>
46603       </method>
46604       <method name="Void Invoke()">
46605         <size>0</size>
46606       </method>
46607       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46608         <size>0</size>
46609       </method>
46610       <method name="Void EndInvoke(IAsyncResult)">
46611         <size>0</size>
46612       </method>
46613     </type>
46614     <type name="C+&lt;Test&gt;c__AnonStorey0">
46615       <method name="Void .ctor()">
46616         <size>7</size>
46617       </method>
46618       <method name="Void &lt;&gt;m__0()">
46619         <size>108</size>
46620       </method>
46621     </type>
46622     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
46623       <method name="Void .ctor()">
46624         <size>7</size>
46625       </method>
46626       <method name="Void &lt;&gt;m__1()">
46627         <size>23</size>
46628       </method>
46629     </type>
46630   </test>
46631   <test name="test-anon-92.cs">
46632     <type name="MainClass">
46633       <method name="Void Test(IEnumerable)">
46634         <size>33</size>
46635       </method>
46636       <method name="Int32 Main()">
46637         <size>21</size>
46638       </method>
46639       <method name="Void .ctor()">
46640         <size>7</size>
46641       </method>
46642     </type>
46643     <type name="D">
46644       <method name="Void Invoke()">
46645         <size>0</size>
46646       </method>
46647       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46648         <size>0</size>
46649       </method>
46650       <method name="Void EndInvoke(IAsyncResult)">
46651         <size>0</size>
46652       </method>
46653       <method name="Void .ctor(Object, IntPtr)">
46654         <size>0</size>
46655       </method>
46656     </type>
46657     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
46658       <method name="Void &lt;&gt;m__0()">
46659         <size>72</size>
46660       </method>
46661       <method name="Void .ctor()">
46662         <size>7</size>
46663       </method>
46664     </type>
46665   </test>
46666   <test name="test-anon-93.cs">
46667     <type name="BaseTest.MainClass">
46668       <method name="Void add_MyEvent(System.EventHandler)">
46669         <size>55</size>
46670       </method>
46671       <method name="Void remove_MyEvent(System.EventHandler)">
46672         <size>55</size>
46673       </method>
46674       <method name="Void RaiseMyEvent(System.Object, System.EventArgs)">
46675         <size>14</size>
46676       </method>
46677       <method name="Void Main()">
46678         <size>50</size>
46679       </method>
46680       <method name="Void &lt;Main&gt;m__2(System.Object, System.EventArgs)">
46681         <size>13</size>
46682       </method>
46683       <method name="Void .ctor()">
46684         <size>7</size>
46685       </method>
46686     </type>
46687     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey0">
46688       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
46689         <size>23</size>
46690       </method>
46691       <method name="Void .ctor()">
46692         <size>7</size>
46693       </method>
46694     </type>
46695     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey1">
46696       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
46697         <size>23</size>
46698       </method>
46699       <method name="Void .ctor()">
46700         <size>7</size>
46701       </method>
46702     </type>
46703   </test>
46704   <test name="test-anon-94.cs">
46705     <type name="Program">
46706       <method name="Int32 Main()">
46707         <size>57</size>
46708       </method>
46709       <method name="Void .ctor()">
46710         <size>7</size>
46711       </method>
46712     </type>
46713     <type name="Program+BaseClass">
46714       <method name="Void Print()">
46715         <size>19</size>
46716       </method>
46717       <method name="Void .ctor()">
46718         <size>7</size>
46719       </method>
46720     </type>
46721     <type name="Program+Derived">
46722       <method name="Void Print()">
46723         <size>20</size>
46724       </method>
46725       <method name="Void &lt;Print&gt;m__0()">
46726         <size>7</size>
46727       </method>
46728       <method name="Void .ctor()">
46729         <size>7</size>
46730       </method>
46731       <method name="Void &lt;Print&gt;__BaseCallProxy0()">
46732         <size>7</size>
46733       </method>
46734     </type>
46735     <type name="Program+DerivedLibrary">
46736       <method name="Void Print(Int32)">
46737         <size>20</size>
46738       </method>
46739       <method name="Void &lt;Print&gt;__BaseCallProxy0(Int32)">
46740         <size>8</size>
46741       </method>
46742       <method name="Void &lt;Print&gt;m__1()">
46743         <size>9</size>
46744       </method>
46745       <method name="Void .ctor()">
46746         <size>7</size>
46747       </method>
46748     </type>
46749   </test>
46750   <test name="test-anon-95.cs">
46751     <type name="D">
46752       <method name="Int32 Invoke()">
46753         <size>0</size>
46754       </method>
46755       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46756         <size>0</size>
46757       </method>
46758       <method name="Int32 EndInvoke(IAsyncResult)">
46759         <size>0</size>
46760       </method>
46761       <method name="Void .ctor(Object, IntPtr)">
46762         <size>0</size>
46763       </method>
46764     </type>
46765     <type name="A">
46766       <method name="Void add_Event(D)">
46767         <size>0</size>
46768       </method>
46769       <method name="Void remove_Event(D)">
46770         <size>0</size>
46771       </method>
46772       <method name="Void .ctor()">
46773         <size>7</size>
46774       </method>
46775     </type>
46776     <type name="B">
46777       <method name="Void add_Event(D)">
46778         <size>24</size>
46779       </method>
46780       <method name="Void remove_Event(D)">
46781         <size>24</size>
46782       </method>
46783       <method name="Int32 Run()">
46784         <size>12</size>
46785       </method>
46786       <method name="Void .ctor()">
46787         <size>7</size>
46788       </method>
46789     </type>
46790     <type name="C">
46791       <method name="Int32 Test(Int32)">
46792         <size>46</size>
46793       </method>
46794       <method name="Int32 Main()">
46795         <size>23</size>
46796       </method>
46797       <method name="Void &lt;add_Event&gt;__BaseCallProxy0(D)">
46798         <size>8</size>
46799       </method>
46800       <method name="Void .ctor()">
46801         <size>7</size>
46802       </method>
46803     </type>
46804     <type name="C+&lt;Test&gt;c__AnonStorey0">
46805       <method name="Void &lt;&gt;m__0()">
46806         <size>24</size>
46807       </method>
46808       <method name="Int32 &lt;&gt;m__1()">
46809         <size>7</size>
46810       </method>
46811       <method name="Void .ctor()">
46812         <size>7</size>
46813       </method>
46814     </type>
46815   </test>
46816   <test name="test-anon-96.cs">
46817     <type name="P">
46818       <method name="Void .ctor()">
46819         <size>7</size>
46820       </method>
46821     </type>
46822     <type name="Program">
46823       <method name="Int32 Extra()">
46824         <size>3</size>
46825       </method>
46826       <method name="Program+D Get(Int32)">
46827         <size>128</size>
46828       </method>
46829       <method name="Int32 Run(Int32)">
46830         <size>12</size>
46831       </method>
46832       <method name="Int32 Main()">
46833         <size>77</size>
46834       </method>
46835     </type>
46836     <type name="Program+D">
46837       <method name="Int32 Invoke()">
46838         <size>0</size>
46839       </method>
46840       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46841         <size>0</size>
46842       </method>
46843       <method name="Int32 EndInvoke(IAsyncResult)">
46844         <size>0</size>
46845       </method>
46846       <method name="Void .ctor(Object, IntPtr)">
46847         <size>0</size>
46848       </method>
46849     </type>
46850     <type name="Program+&lt;Get&gt;c__AnonStorey0">
46851       <method name="Void .ctor()">
46852         <size>7</size>
46853       </method>
46854     </type>
46855     <type name="Program+&lt;Get&gt;c__AnonStorey1">
46856       <method name="Int32 &lt;&gt;m__0()">
46857         <size>24</size>
46858       </method>
46859       <method name="Int32 &lt;&gt;m__1()">
46860         <size>24</size>
46861       </method>
46862       <method name="Int32 &lt;&gt;m__2()">
46863         <size>19</size>
46864       </method>
46865       <method name="Void .ctor()">
46866         <size>7</size>
46867       </method>
46868     </type>
46869   </test>
46870   <test name="test-anon-97.cs">
46871     <type name="Space">
46872       <method name="Void Leak(Boolean, Int32)">
46873         <size>85</size>
46874       </method>
46875       <method name="Void .ctor()">
46876         <size>14</size>
46877       </method>
46878     </type>
46879     <type name="Space+DoCopy">
46880       <method name="Void Invoke()">
46881         <size>0</size>
46882       </method>
46883       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46884         <size>0</size>
46885       </method>
46886       <method name="Void EndInvoke(IAsyncResult)">
46887         <size>0</size>
46888       </method>
46889       <method name="Void .ctor(Object, IntPtr)">
46890         <size>0</size>
46891       </method>
46892     </type>
46893     <type name="Program">
46894       <method name="Void Main(System.String[])">
46895         <size>1</size>
46896       </method>
46897       <method name="Void .ctor()">
46898         <size>7</size>
46899       </method>
46900     </type>
46901     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
46902       <method name="Void .ctor()">
46903         <size>7</size>
46904       </method>
46905     </type>
46906     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
46907       <method name="Void &lt;&gt;m__0()">
46908         <size>18</size>
46909       </method>
46910       <method name="Void &lt;&gt;m__1()">
46911         <size>68</size>
46912       </method>
46913       <method name="Void .ctor()">
46914         <size>7</size>
46915       </method>
46916     </type>
46917   </test>
46918   <test name="test-cls-00.cs">
46919     <type name="CLSCLass_6">
46920       <method name="Void .ctor()">
46921         <size>18</size>
46922       </method>
46923       <method name="Void add_Disposed(Delegate)">
46924         <size>19</size>
46925       </method>
46926       <method name="Void remove_Disposed(Delegate)">
46927         <size>19</size>
46928       </method>
46929     </type>
46930     <type name="CLSDelegate">
46931       <method name="Void .ctor()">
46932         <size>7</size>
46933       </method>
46934     </type>
46935     <type name="CLSClass_5">
46936       <method name="Void .ctor()">
46937         <size>7</size>
46938       </method>
46939       <method name="UInt32 Test()">
46940         <size>2</size>
46941       </method>
46942     </type>
46943     <type name="CLSClass_4">
46944       <method name="Void .ctor()">
46945         <size>7</size>
46946       </method>
46947       <method name="UInt32 Test()">
46948         <size>2</size>
46949       </method>
46950     </type>
46951     <type name="CLSClass_3">
46952       <method name="Void .ctor()">
46953         <size>7</size>
46954       </method>
46955       <method name="UInt32 Test_3()">
46956         <size>2</size>
46957       </method>
46958     </type>
46959     <type name="CLSClass_2">
46960       <method name="Void .ctor()">
46961         <size>7</size>
46962       </method>
46963       <method name="SByte get_XX()">
46964         <size>2</size>
46965       </method>
46966     </type>
46967     <type name="CLSClass_1">
46968       <method name="Void .ctor()">
46969         <size>7</size>
46970       </method>
46971       <method name="UInt32 Valid()">
46972         <size>2</size>
46973       </method>
46974     </type>
46975     <type name="CLSClass">
46976       <method name="Void .ctor()">
46977         <size>7</size>
46978       </method>
46979       <method name="UInt64 Valid()">
46980         <size>3</size>
46981       </method>
46982       <method name="Byte get_XX()">
46983         <size>2</size>
46984       </method>
46985       <method name="UInt32 FooInternal()">
46986         <size>2</size>
46987       </method>
46988       <method name="UInt64 Foo()">
46989         <size>3</size>
46990       </method>
46991       <method name="Void Main()">
46992         <size>1</size>
46993       </method>
46994     </type>
46995     <type name="CLSClass+C1">
46996       <method name="Void .ctor()">
46997         <size>7</size>
46998       </method>
46999       <method name="Int64 Foo2()">
47000         <size>3</size>
47001       </method>
47002     </type>
47003     <type name="CLSClass+C1+C11">
47004       <method name="Void .ctor()">
47005         <size>7</size>
47006       </method>
47007       <method name="UInt64 Foo3()">
47008         <size>3</size>
47009       </method>
47010     </type>
47011     <type name="CLSClass+CLSClass_2">
47012       <method name="Void .ctor()">
47013         <size>7</size>
47014       </method>
47015       <method name="SByte get_XX()">
47016         <size>2</size>
47017       </method>
47018     </type>
47019     <type name="Delegate">
47020       <method name="Void .ctor(Object, IntPtr)">
47021         <size>0</size>
47022       </method>
47023       <method name="CLSDelegate Invoke()">
47024         <size>0</size>
47025       </method>
47026       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47027         <size>0</size>
47028       </method>
47029       <method name="CLSDelegate EndInvoke(IAsyncResult)">
47030         <size>0</size>
47031       </method>
47032     </type>
47033   </test>
47034   <test name="test-cls-01.cs">
47035     <type name="CLSClass">
47036       <method name="Void .ctor()">
47037         <size>7</size>
47038       </method>
47039       <method name="Byte get_XX()">
47040         <size>2</size>
47041       </method>
47042       <method name="Void Main()">
47043         <size>1</size>
47044       </method>
47045     </type>
47046     <type name="Big">
47047       <method name="Void .ctor()">
47048         <size>7</size>
47049       </method>
47050       <method name="Big op_Implicit(UInt32)">
47051         <size>2</size>
47052       </method>
47053     </type>
47054     <type name="C1">
47055       <method name="Void .ctor()">
47056         <size>7</size>
47057       </method>
47058       <method name="Void method(UInt32)">
47059         <size>1</size>
47060       </method>
47061     </type>
47062   </test>
47063   <test name="test-cls-02.cs">
47064     <type name="CLSClass">
47065       <method name="Void .ctor(UInt64)">
47066         <size>7</size>
47067       </method>
47068       <method name="Void .ctor(UInt32)">
47069         <size>7</size>
47070       </method>
47071       <method name="Void set_X_0(UInt64)">
47072         <size>1</size>
47073       </method>
47074       <method name="Void set_Item(UInt64, UInt64)">
47075         <size>1</size>
47076       </method>
47077       <method name="Void Main()">
47078         <size>1</size>
47079       </method>
47080     </type>
47081     <type name="InnerTypeClasss">
47082       <method name="Void .ctor()">
47083         <size>7</size>
47084       </method>
47085       <method name="Struct Method()">
47086         <size>10</size>
47087       </method>
47088     </type>
47089   </test>
47090   <test name="test-cls-03.cs">
47091     <type name="CLSClass">
47092       <method name="Void .ctor()">
47093         <size>7</size>
47094       </method>
47095       <method name="I1 Foo()">
47096         <size>2</size>
47097       </method>
47098       <method name="Void Main()">
47099         <size>1</size>
47100       </method>
47101     </type>
47102   </test>
47103   <test name="test-cls-05.cs">
47104     <type name="X1">
47105       <method name="Void .ctor()">
47106         <size>7</size>
47107       </method>
47108     </type>
47109     <type name="X2">
47110       <method name="Void .ctor()">
47111         <size>7</size>
47112       </method>
47113     </type>
47114     <type name="X3">
47115       <method name="Void .ctor()">
47116         <size>7</size>
47117       </method>
47118       <method name="Void bb(Boolean)">
47119         <size>1</size>
47120       </method>
47121       <method name="Void BB()">
47122         <size>1</size>
47123       </method>
47124     </type>
47125     <type name="X4">
47126       <method name="Void .ctor()">
47127         <size>7</size>
47128       </method>
47129       <method name="Void method(Int32)">
47130         <size>1</size>
47131       </method>
47132       <method name="Void method(Boolean)">
47133         <size>1</size>
47134       </method>
47135       <method name="Boolean method()">
47136         <size>2</size>
47137       </method>
47138     </type>
47139     <type name="BaseClass">
47140       <method name="Void .ctor()">
47141         <size>7</size>
47142       </method>
47143     </type>
47144     <type name="CLSClass">
47145       <method name="Void .ctor()">
47146         <size>7</size>
47147       </method>
47148       <method name="Void .ctor(Int32)">
47149         <size>7</size>
47150       </method>
47151       <method name="Void Method()">
47152         <size>1</size>
47153       </method>
47154       <method name="Int32 Method(Boolean)">
47155         <size>2</size>
47156       </method>
47157       <method name="Void methoD()">
47158         <size>1</size>
47159       </method>
47160       <method name="Void Main()">
47161         <size>1</size>
47162       </method>
47163       <method name="CLSClass op_Implicit(Boolean)">
47164         <size>7</size>
47165       </method>
47166       <method name="CLSClass op_Implicit(Int32)">
47167         <size>7</size>
47168       </method>
47169     </type>
47170     <type name="oBject">
47171       <method name="Void .ctor()">
47172         <size>7</size>
47173       </method>
47174     </type>
47175     <type name="A.C1">
47176       <method name="Void .ctor()">
47177         <size>7</size>
47178       </method>
47179     </type>
47180     <type name="B.c1">
47181       <method name="Void .ctor()">
47182         <size>7</size>
47183       </method>
47184     </type>
47185     <type name="c1">
47186       <method name="Void .ctor()">
47187         <size>7</size>
47188       </method>
47189     </type>
47190     <type name="CLSClass_2">
47191       <method name="Void .ctor()">
47192         <size>7</size>
47193       </method>
47194       <method name="Void Method()">
47195         <size>1</size>
47196       </method>
47197       <method name="Void method()">
47198         <size>1</size>
47199       </method>
47200     </type>
47201     <type name="System.sByte">
47202       <method name="Void .ctor()">
47203         <size>7</size>
47204       </method>
47205     </type>
47206     <type name="System.Web.HttpBrowserCapabilities">
47207       <method name="Void .ctor()">
47208         <size>7</size>
47209       </method>
47210     </type>
47211   </test>
47212   <test name="test-cls-06.cs">
47213     <type name="CLSClass">
47214       <method name="Void .ctor()">
47215         <size>7</size>
47216       </method>
47217       <method name="Void Main()">
47218         <size>1</size>
47219       </method>
47220     </type>
47221     <type name="CLSClass_2">
47222       <method name="Void .ctor(Int32[,,])">
47223         <size>7</size>
47224       </method>
47225       <method name="Void .ctor(Int32[,])">
47226         <size>7</size>
47227       </method>
47228       <method name="Void Test(System.Int32[,], Int32)">
47229         <size>1</size>
47230       </method>
47231       <method name="Void Test(System.Int32[,,], Boolean)">
47232         <size>1</size>
47233       </method>
47234     </type>
47235     <type name="X1">
47236       <method name="Void .ctor()">
47237         <size>7</size>
47238       </method>
47239       <method name="Void M2(Int32)">
47240         <size>1</size>
47241       </method>
47242     </type>
47243     <type name="X2">
47244       <method name="Void .ctor()">
47245         <size>7</size>
47246       </method>
47247       <method name="Void M2(Int32 ByRef)">
47248         <size>1</size>
47249       </method>
47250     </type>
47251     <type name="CLSClass+MyDelegate">
47252       <method name="Void .ctor(Object, IntPtr)">
47253         <size>0</size>
47254       </method>
47255       <method name="UInt32 Invoke()">
47256         <size>0</size>
47257       </method>
47258       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47259         <size>0</size>
47260       </method>
47261       <method name="UInt32 EndInvoke(IAsyncResult)">
47262         <size>0</size>
47263       </method>
47264     </type>
47265     <type name="MyDelegate">
47266       <method name="Void .ctor(Object, IntPtr)">
47267         <size>0</size>
47268       </method>
47269       <method name="UInt32 Invoke()">
47270         <size>0</size>
47271       </method>
47272       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47273         <size>0</size>
47274       </method>
47275       <method name="UInt32 EndInvoke(IAsyncResult)">
47276         <size>0</size>
47277       </method>
47278     </type>
47279   </test>
47280   <test name="test-cls-07.cs">
47281     <type name="aa.I1">
47282       <method name="Void .ctor()">
47283         <size>7</size>
47284       </method>
47285     </type>
47286     <type name="CLSClass">
47287       <method name="Void .ctor()">
47288         <size>7</size>
47289       </method>
47290       <method name="Void Main()">
47291         <size>1</size>
47292       </method>
47293     </type>
47294   </test>
47295   <test name="test-cls-10.cs">
47296     <type name="MainClass">
47297       <method name="Void .ctor()">
47298         <size>7</size>
47299       </method>
47300       <method name="Void Main()">
47301         <size>1</size>
47302       </method>
47303     </type>
47304   </test>
47305   <test name="test-cls-11.cs">
47306     <type name="CLSClass">
47307       <method name="Void .ctor()">
47308         <size>7</size>
47309       </method>
47310       <method name="Void Test(IComparable)">
47311         <size>0</size>
47312       </method>
47313     </type>
47314     <type name="CLSCLass_2">
47315       <method name="Void .ctor()">
47316         <size>7</size>
47317       </method>
47318       <method name="Void Test()">
47319         <size>0</size>
47320       </method>
47321     </type>
47322     <type name="CLSClass_3">
47323       <method name="Void .ctor()">
47324         <size>7</size>
47325       </method>
47326       <method name="Void Test()">
47327         <size>0</size>
47328       </method>
47329     </type>
47330     <type name="MainClass">
47331       <method name="Void .ctor()">
47332         <size>7</size>
47333       </method>
47334       <method name="Void Main()">
47335         <size>1</size>
47336       </method>
47337     </type>
47338   </test>
47339   <test name="test-cls-12.cs">
47340     <type name="MainClass">
47341       <method name="Void .ctor()">
47342         <size>7</size>
47343       </method>
47344       <method name="Void Main()">
47345         <size>1</size>
47346       </method>
47347     </type>
47348   </test>
47349   <test name="test-cls-14.cs">
47350     <type name="CLSClass">
47351       <method name="Void .ctor()">
47352         <size>7</size>
47353       </method>
47354       <method name="Void Error(Boolean)">
47355         <size>1</size>
47356       </method>
47357       <method name="CLSClass op_Implicit(Byte)">
47358         <size>6</size>
47359       </method>
47360     </type>
47361     <type name="MainClass">
47362       <method name="Void .ctor()">
47363         <size>7</size>
47364       </method>
47365       <method name="Void Main()">
47366         <size>1</size>
47367       </method>
47368     </type>
47369   </test>
47370   <test name="test-cls-15.cs">
47371     <type name="CLSAttribute_1">
47372       <method name="Void .ctor(Int32[])">
47373         <size>7</size>
47374       </method>
47375       <method name="Void .ctor(Int32)">
47376         <size>7</size>
47377       </method>
47378     </type>
47379     <type name="CLSAttribute_2">
47380       <method name="Void .ctor(Int32)">
47381         <size>7</size>
47382       </method>
47383     </type>
47384     <type name="CLSAttribute_3">
47385       <method name="Void .ctor(Int32[])">
47386         <size>7</size>
47387       </method>
47388     </type>
47389     <type name="CLSAttribute_4">
47390       <method name="Void .ctor(Int32[])">
47391         <size>7</size>
47392       </method>
47393     </type>
47394     <type name="ClassMain">
47395       <method name="Void .ctor()">
47396         <size>7</size>
47397       </method>
47398       <method name="Void Main()">
47399         <size>1</size>
47400       </method>
47401     </type>
47402   </test>
47403   <test name="test-cls-16.cs">
47404     <type name="CLSAttribute">
47405       <method name="Void .ctor(Boolean[])">
47406         <size>7</size>
47407       </method>
47408     </type>
47409     <type name="ClassMain">
47410       <method name="Void .ctor()">
47411         <size>7</size>
47412       </method>
47413       <method name="Void Main()">
47414         <size>1</size>
47415       </method>
47416     </type>
47417   </test>
47418   <test name="test-cls-17.cs">
47419     <type name="Foo">
47420       <method name="Void .ctor()">
47421         <size>7</size>
47422       </method>
47423       <method name="Void Main()">
47424         <size>1</size>
47425       </method>
47426     </type>
47427   </test>
47428   <test name="test-cls-18.cs">
47429     <type name="Base">
47430       <method name="Void .ctor()">
47431         <size>7</size>
47432       </method>
47433       <method name="Void Test(System.Int32[])">
47434         <size>1</size>
47435       </method>
47436     </type>
47437     <type name="CLSClass">
47438       <method name="Void .ctor()">
47439         <size>7</size>
47440       </method>
47441       <method name="Void Test(System.Int32[])">
47442         <size>1</size>
47443       </method>
47444       <method name="Void Main()">
47445         <size>1</size>
47446       </method>
47447     </type>
47448   </test>
47449   <test name="test-cls-19.cs">
47450     <type name="A">
47451       <method name="Void Main()">
47452         <size>1</size>
47453       </method>
47454       <method name="Void .ctor()">
47455         <size>7</size>
47456       </method>
47457     </type>
47458     <type name="A+PartialClass">
47459       <method name="Void Method1(Int32)">
47460         <size>1</size>
47461       </method>
47462       <method name="Void Method2(UInt32)">
47463         <size>1</size>
47464       </method>
47465       <method name="Void Method3(UInt32)">
47466         <size>1</size>
47467       </method>
47468       <method name="Void .ctor()">
47469         <size>7</size>
47470       </method>
47471     </type>
47472   </test>
47473   <test name="test-externalias-01.cs">
47474     <type name="Test">
47475       <method name="Void .ctor()">
47476         <size>7</size>
47477       </method>
47478       <method name="Int32 Main()">
47479         <size>64</size>
47480       </method>
47481     </type>
47482   </test>
47483   <test name="test-externalias-02.cs">
47484     <type name="Test">
47485       <method name="Void .ctor()">
47486         <size>7</size>
47487       </method>
47488       <method name="Int32 Main()">
47489         <size>64</size>
47490       </method>
47491     </type>
47492   </test>
47493   <test name="test-externalias-03.cs">
47494     <type name="Test">
47495       <method name="Void .ctor()">
47496         <size>7</size>
47497       </method>
47498       <method name="Int32 Main()">
47499         <size>64</size>
47500       </method>
47501     </type>
47502   </test>
47503   <test name="test-externalias-04.cs">
47504     <type name="Test">
47505       <method name="Void .ctor()">
47506         <size>7</size>
47507       </method>
47508       <method name="Int32 Main()">
47509         <size>64</size>
47510       </method>
47511     </type>
47512   </test>
47513   <test name="test-externalias-05.cs">
47514     <type name="Test">
47515       <method name="Void .ctor()">
47516         <size>7</size>
47517       </method>
47518       <method name="Void Main()">
47519         <size>21</size>
47520       </method>
47521     </type>
47522   </test>
47523   <test name="test-externalias-06.cs">
47524     <type name="MyAssembly01.Test">
47525       <method name="Void .ctor()">
47526         <size>7</size>
47527       </method>
47528     </type>
47529     <type name="MyAssembly01.Namespace1.Test">
47530       <method name="Void .ctor()">
47531         <size>7</size>
47532       </method>
47533     </type>
47534     <type name="MyAssembly02.Test">
47535       <method name="Void .ctor()">
47536         <size>7</size>
47537       </method>
47538     </type>
47539     <type name="MyAssembly02.Namespace1.Test">
47540       <method name="Void .ctor()">
47541         <size>7</size>
47542       </method>
47543     </type>
47544     <type name="Test">
47545       <method name="Void .ctor()">
47546         <size>7</size>
47547       </method>
47548       <method name="Void Main()">
47549         <size>1</size>
47550       </method>
47551     </type>
47552   </test>
47553   <test name="test-externalias-07.cs">
47554     <type name="NS.MyClass">
47555       <method name="Void .ctor()">
47556         <size>7</size>
47557       </method>
47558       <method name="Int32 GetInt()">
47559         <size>6</size>
47560       </method>
47561     </type>
47562     <type name="Test">
47563       <method name="Void .ctor()">
47564         <size>7</size>
47565       </method>
47566       <method name="Int32 Main()">
47567         <size>15</size>
47568       </method>
47569     </type>
47570   </test>
47571   <test name="test-externalias-08.cs">
47572     <type name="Test">
47573       <method name="Void .ctor()">
47574         <size>7</size>
47575       </method>
47576       <method name="Int32 Main()">
47577         <size>54</size>
47578       </method>
47579     </type>
47580   </test>
47581   <test name="test-externalias-09.cs">
47582     <type name="Test">
47583       <method name="Void .ctor()">
47584         <size>7</size>
47585       </method>
47586       <method name="Int32 Main()">
47587         <size>8</size>
47588       </method>
47589     </type>
47590   </test>
47591   <test name="test-iter-01.cs">
47592     <type name="X">
47593       <method name="Void .ctor()">
47594         <size>7</size>
47595       </method>
47596       <method name="IEnumerator GetIt()">
47597         <size>8</size>
47598       </method>
47599       <method name="IEnumerable GetIt2()">
47600         <size>16</size>
47601       </method>
47602       <method name="Int32 Main()">
47603         <size>172</size>
47604       </method>
47605     </type>
47606     <type name="X+&lt;GetIt&gt;c__Iterator0">
47607       <method name="Void .ctor()">
47608         <size>7</size>
47609       </method>
47610       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47611         <size>7</size>
47612       </method>
47613       <method name="Boolean MoveNext()">
47614         <size>124</size>
47615       </method>
47616       <method name="Void Dispose()">
47617         <size>8</size>
47618       </method>
47619       <method name="Void Reset()">
47620         <size>6</size>
47621       </method>
47622     </type>
47623     <type name="X+&lt;GetIt2&gt;c__Iterator1">
47624       <method name="Void .ctor()">
47625         <size>7</size>
47626       </method>
47627       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47628         <size>7</size>
47629       </method>
47630       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47631         <size>7</size>
47632       </method>
47633       <method name="Boolean MoveNext()">
47634         <size>124</size>
47635       </method>
47636       <method name="Void Dispose()">
47637         <size>8</size>
47638       </method>
47639       <method name="Void Reset()">
47640         <size>6</size>
47641       </method>
47642     </type>
47643     <type name="X+&lt;GetIt&gt;c__Iterator0">
47644       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47645         <size>7</size>
47646       </method>
47647     </type>
47648     <type name="X+&lt;GetIt2&gt;c__Iterator1">
47649       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47650         <size>7</size>
47651       </method>
47652       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47653         <size>26</size>
47654       </method>
47655     </type>
47656   </test>
47657   <test name="test-iter-02.cs">
47658     <type name="X">
47659       <method name="Void .ctor()">
47660         <size>7</size>
47661       </method>
47662       <method name="IEnumerator GetRange()">
47663         <size>8</size>
47664       </method>
47665       <method name="Int32 Main()">
47666         <size>88</size>
47667       </method>
47668     </type>
47669     <type name="X+&lt;GetRange&gt;c__Iterator0">
47670       <method name="Void .ctor()">
47671         <size>7</size>
47672       </method>
47673       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47674         <size>7</size>
47675       </method>
47676       <method name="Boolean MoveNext()">
47677         <size>171</size>
47678       </method>
47679       <method name="Void Dispose()">
47680         <size>8</size>
47681       </method>
47682       <method name="Void Reset()">
47683         <size>6</size>
47684       </method>
47685       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47686         <size>7</size>
47687       </method>
47688     </type>
47689   </test>
47690   <test name="test-iter-03.cs">
47691     <type name="X">
47692       <method name="Void .ctor()">
47693         <size>7</size>
47694       </method>
47695       <method name="IEnumerable GetIt(System.Int32[])">
47696         <size>30</size>
47697       </method>
47698       <method name="IEnumerable GetMulti(System.Int32[,])">
47699         <size>30</size>
47700       </method>
47701       <method name="Int32 Main()">
47702         <size>247</size>
47703       </method>
47704     </type>
47705     <type name="&lt;PrivateImplementationDetails&gt;">
47706       <method name="Void .ctor()">
47707         <size>7</size>
47708       </method>
47709     </type>
47710     <type name="X+&lt;GetIt&gt;c__Iterator0">
47711       <method name="Void .ctor()">
47712         <size>7</size>
47713       </method>
47714       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47715         <size>7</size>
47716       </method>
47717       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47718         <size>7</size>
47719       </method>
47720       <method name="Boolean MoveNext()">
47721         <size>149</size>
47722       </method>
47723       <method name="Void Dispose()">
47724         <size>8</size>
47725       </method>
47726       <method name="Void Reset()">
47727         <size>6</size>
47728       </method>
47729     </type>
47730     <type name="X+&lt;GetMulti&gt;c__Iterator1">
47731       <method name="Void .ctor()">
47732         <size>7</size>
47733       </method>
47734       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47735         <size>7</size>
47736       </method>
47737       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47738         <size>7</size>
47739       </method>
47740       <method name="Boolean MoveNext()">
47741         <size>236</size>
47742       </method>
47743       <method name="Void Dispose()">
47744         <size>8</size>
47745       </method>
47746       <method name="Void Reset()">
47747         <size>6</size>
47748       </method>
47749     </type>
47750     <type name="X+&lt;GetIt&gt;c__Iterator0">
47751       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47752         <size>7</size>
47753       </method>
47754       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47755         <size>40</size>
47756       </method>
47757     </type>
47758     <type name="X+&lt;GetMulti&gt;c__Iterator1">
47759       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47760         <size>7</size>
47761       </method>
47762       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47763         <size>40</size>
47764       </method>
47765     </type>
47766   </test>
47767   <test name="test-iter-04.cs">
47768     <type name="X">
47769       <method name="Void .ctor()">
47770         <size>7</size>
47771       </method>
47772       <method name="IEnumerable GetRange(Int32, Int32)">
47773         <size>44</size>
47774       </method>
47775       <method name="Void Main()">
47776         <size>100</size>
47777       </method>
47778     </type>
47779     <type name="X+&lt;GetRange&gt;c__Iterator0">
47780       <method name="Void .ctor()">
47781         <size>7</size>
47782       </method>
47783       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47784         <size>7</size>
47785       </method>
47786       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47787         <size>7</size>
47788       </method>
47789       <method name="Boolean MoveNext()">
47790         <size>121</size>
47791       </method>
47792       <method name="Void Dispose()">
47793         <size>8</size>
47794       </method>
47795       <method name="Void Reset()">
47796         <size>6</size>
47797       </method>
47798       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47799         <size>7</size>
47800       </method>
47801       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47802         <size>52</size>
47803       </method>
47804     </type>
47805   </test>
47806   <test name="test-iter-05.cs">
47807     <type name="X">
47808       <method name="Void .ctor()">
47809         <size>7</size>
47810       </method>
47811       <method name="IEnumerable GetIt()">
47812         <size>16</size>
47813       </method>
47814       <method name="Int32 Main()">
47815         <size>106</size>
47816       </method>
47817     </type>
47818     <type name="List">
47819       <method name="Void .ctor(Int32)">
47820         <size>19</size>
47821       </method>
47822       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47823         <size>12</size>
47824       </method>
47825       <method name="Void Add(Int32)">
47826         <size>26</size>
47827       </method>
47828       <method name="MyEnumerator GetEnumerator()">
47829         <size>7</size>
47830       </method>
47831     </type>
47832     <type name="X+&lt;GetIt&gt;c__Iterator0">
47833       <method name="Void .ctor()">
47834         <size>7</size>
47835       </method>
47836       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47837         <size>7</size>
47838       </method>
47839       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47840         <size>7</size>
47841       </method>
47842       <method name="Boolean MoveNext()">
47843         <size>181</size>
47844       </method>
47845       <method name="Void Dispose()">
47846         <size>8</size>
47847       </method>
47848       <method name="Void Reset()">
47849         <size>6</size>
47850       </method>
47851     </type>
47852     <type name="List+MyEnumerator">
47853       <method name="Void .ctor(List)">
47854         <size>15</size>
47855       </method>
47856       <method name="System.Object get_Current()">
47857         <size>24</size>
47858       </method>
47859       <method name="Boolean MoveNext()">
47860         <size>31</size>
47861       </method>
47862       <method name="Void Reset()">
47863         <size>8</size>
47864       </method>
47865     </type>
47866     <type name="X+&lt;GetIt&gt;c__Iterator0">
47867       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47868         <size>7</size>
47869       </method>
47870       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47871         <size>26</size>
47872       </method>
47873     </type>
47874   </test>
47875   <test name="test-iter-06.cs">
47876     <type name="X">
47877       <method name="Void .ctor()">
47878         <size>7</size>
47879       </method>
47880       <method name="IEnumerable Get(Int32)">
47881         <size>30</size>
47882       </method>
47883       <method name="IEnumerable GetS(Int32)">
47884         <size>30</size>
47885       </method>
47886       <method name="Int32 Main()">
47887         <size>403</size>
47888       </method>
47889     </type>
47890     <type name="S+&lt;Get&gt;c__Iterator0">
47891       <method name="Void .ctor()">
47892         <size>7</size>
47893       </method>
47894       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47895         <size>7</size>
47896       </method>
47897       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47898         <size>7</size>
47899       </method>
47900       <method name="Boolean MoveNext()">
47901         <size>181</size>
47902       </method>
47903       <method name="Void Dispose()">
47904         <size>8</size>
47905       </method>
47906       <method name="Void Reset()">
47907         <size>6</size>
47908       </method>
47909     </type>
47910     <type name="S+&lt;GetS&gt;c__Iterator1">
47911       <method name="Void .ctor()">
47912         <size>7</size>
47913       </method>
47914       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47915         <size>7</size>
47916       </method>
47917       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47918         <size>7</size>
47919       </method>
47920       <method name="Boolean MoveNext()">
47921         <size>134</size>
47922       </method>
47923       <method name="Void Dispose()">
47924         <size>8</size>
47925       </method>
47926       <method name="Void Reset()">
47927         <size>6</size>
47928       </method>
47929     </type>
47930     <type name="X+&lt;Get&gt;c__Iterator2">
47931       <method name="Void .ctor()">
47932         <size>7</size>
47933       </method>
47934       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47935         <size>7</size>
47936       </method>
47937       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47938         <size>7</size>
47939       </method>
47940       <method name="Boolean MoveNext()">
47941         <size>129</size>
47942       </method>
47943       <method name="Void Dispose()">
47944         <size>8</size>
47945       </method>
47946       <method name="Void Reset()">
47947         <size>6</size>
47948       </method>
47949     </type>
47950     <type name="X+&lt;GetS&gt;c__Iterator3">
47951       <method name="Void .ctor()">
47952         <size>7</size>
47953       </method>
47954       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47955         <size>7</size>
47956       </method>
47957       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47958         <size>7</size>
47959       </method>
47960       <method name="Boolean MoveNext()">
47961         <size>134</size>
47962       </method>
47963       <method name="Void Dispose()">
47964         <size>8</size>
47965       </method>
47966       <method name="Void Reset()">
47967         <size>6</size>
47968       </method>
47969     </type>
47970     <type name="S">
47971       <method name="IEnumerable Get(Int32)">
47972         <size>42</size>
47973       </method>
47974       <method name="IEnumerable GetS(Int32)">
47975         <size>30</size>
47976       </method>
47977     </type>
47978     <type name="S+&lt;Get&gt;c__Iterator0">
47979       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47980         <size>7</size>
47981       </method>
47982       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47983         <size>52</size>
47984       </method>
47985     </type>
47986     <type name="S+&lt;GetS&gt;c__Iterator1">
47987       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47988         <size>7</size>
47989       </method>
47990       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47991         <size>40</size>
47992       </method>
47993     </type>
47994     <type name="X+&lt;Get&gt;c__Iterator2">
47995       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47996         <size>7</size>
47997       </method>
47998       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47999         <size>40</size>
48000       </method>
48001     </type>
48002     <type name="X+&lt;GetS&gt;c__Iterator3">
48003       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48004         <size>7</size>
48005       </method>
48006       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48007         <size>40</size>
48008       </method>
48009     </type>
48010   </test>
48011   <test name="test-iter-07.cs">
48012     <type name="Test">
48013       <method name="Void .ctor()">
48014         <size>7</size>
48015       </method>
48016       <method name="IEnumerable Foo(Int32)">
48017         <size>30</size>
48018       </method>
48019     </type>
48020     <type name="X">
48021       <method name="Void .ctor()">
48022         <size>7</size>
48023       </method>
48024       <method name="Int32 Main()">
48025         <size>373</size>
48026       </method>
48027     </type>
48028     <type name="Test+&lt;Foo&gt;c__Iterator0">
48029       <method name="Void .ctor()">
48030         <size>7</size>
48031       </method>
48032       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48033         <size>7</size>
48034       </method>
48035       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48036         <size>7</size>
48037       </method>
48038       <method name="Boolean MoveNext()">
48039         <size>253</size>
48040       </method>
48041       <method name="Void Dispose()">
48042         <size>112</size>
48043       </method>
48044       <method name="Void Reset()">
48045         <size>6</size>
48046       </method>
48047       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48048         <size>7</size>
48049       </method>
48050       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48051         <size>40</size>
48052       </method>
48053     </type>
48054   </test>
48055   <test name="test-iter-08.cs">
48056     <type name="Foo">
48057       <method name="Void Dispose()">
48058         <size>8</size>
48059       </method>
48060       <method name="Void .ctor(Int32)">
48061         <size>14</size>
48062       </method>
48063     </type>
48064     <type name="X">
48065       <method name="IEnumerable Test(Int32, Int32)">
48066         <size>44</size>
48067       </method>
48068       <method name="Int32 Main()">
48069         <size>169</size>
48070       </method>
48071       <method name="Void .ctor()">
48072         <size>7</size>
48073       </method>
48074     </type>
48075     <type name="X+&lt;Test&gt;c__Iterator0">
48076       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48077         <size>7</size>
48078       </method>
48079       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48080         <size>7</size>
48081       </method>
48082       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48083         <size>7</size>
48084       </method>
48085       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48086         <size>52</size>
48087       </method>
48088       <method name="Boolean MoveNext()">
48089         <size>358</size>
48090       </method>
48091       <method name="Void Dispose()">
48092         <size>102</size>
48093       </method>
48094       <method name="Void Reset()">
48095         <size>6</size>
48096       </method>
48097       <method name="Void .ctor()">
48098         <size>7</size>
48099       </method>
48100     </type>
48101   </test>
48102   <test name="test-iter-09.cs">
48103     <type name="Tester">
48104       <method name="Void .ctor()">
48105         <size>153</size>
48106       </method>
48107       <method name="IEnumerator GetEnumerator()">
48108         <size>15</size>
48109       </method>
48110     </type>
48111     <type name="Test">
48112       <method name="Void .ctor()">
48113         <size>7</size>
48114       </method>
48115       <method name="Int32 Main()">
48116         <size>268</size>
48117       </method>
48118     </type>
48119     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
48120       <method name="Void .ctor()">
48121         <size>7</size>
48122       </method>
48123       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48124         <size>7</size>
48125       </method>
48126       <method name="Boolean MoveNext()">
48127         <size>635</size>
48128       </method>
48129       <method name="Void Dispose()">
48130         <size>96</size>
48131       </method>
48132       <method name="Void Reset()">
48133         <size>6</size>
48134       </method>
48135       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48136         <size>7</size>
48137       </method>
48138     </type>
48139   </test>
48140   <test name="test-iter-10.cs">
48141     <type name="X">
48142       <method name="Void .ctor()">
48143         <size>7</size>
48144       </method>
48145       <method name="IEnumerator get_GetIt()">
48146         <size>8</size>
48147       </method>
48148       <method name="Void set_GetIt(IEnumerator)">
48149         <size>1</size>
48150       </method>
48151       <method name="IEnumerable get_Item(Int32)">
48152         <size>30</size>
48153       </method>
48154       <method name="Void set_Item(Int32, IEnumerable)">
48155         <size>1</size>
48156       </method>
48157       <method name="Int32 Main()">
48158         <size>184</size>
48159       </method>
48160     </type>
48161     <type name="X+&lt;&gt;c__Iterator0">
48162       <method name="Void .ctor()">
48163         <size>7</size>
48164       </method>
48165       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48166         <size>7</size>
48167       </method>
48168       <method name="Boolean MoveNext()">
48169         <size>124</size>
48170       </method>
48171       <method name="Void Dispose()">
48172         <size>8</size>
48173       </method>
48174       <method name="Void Reset()">
48175         <size>6</size>
48176       </method>
48177     </type>
48178     <type name="X+&lt;&gt;c__Iterator1">
48179       <method name="Void .ctor()">
48180         <size>7</size>
48181       </method>
48182       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48183         <size>7</size>
48184       </method>
48185       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48186         <size>7</size>
48187       </method>
48188       <method name="Boolean MoveNext()">
48189         <size>143</size>
48190       </method>
48191       <method name="Void Dispose()">
48192         <size>8</size>
48193       </method>
48194       <method name="Void Reset()">
48195         <size>6</size>
48196       </method>
48197     </type>
48198     <type name="X+&lt;&gt;c__Iterator0">
48199       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48200         <size>7</size>
48201       </method>
48202     </type>
48203     <type name="X+&lt;&gt;c__Iterator1">
48204       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48205         <size>7</size>
48206       </method>
48207       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48208         <size>40</size>
48209       </method>
48210     </type>
48211   </test>
48212   <test name="test-iter-11.cs">
48213     <type name="X">
48214       <method name="Void .ctor()">
48215         <size>7</size>
48216       </method>
48217       <method name="Void add_Hook(System.EventHandler)">
48218         <size>24</size>
48219       </method>
48220       <method name="Void remove_Hook(System.EventHandler)">
48221         <size>24</size>
48222       </method>
48223       <method name="IEnumerator Pipeline()">
48224         <size>15</size>
48225       </method>
48226       <method name="Void M(System.Object, System.EventArgs)">
48227         <size>11</size>
48228       </method>
48229       <method name="Void Main()">
48230         <size>39</size>
48231       </method>
48232     </type>
48233     <type name="X+&lt;Pipeline&gt;c__Iterator0">
48234       <method name="Void .ctor()">
48235         <size>7</size>
48236       </method>
48237       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48238         <size>7</size>
48239       </method>
48240       <method name="Boolean MoveNext()">
48241         <size>122</size>
48242       </method>
48243       <method name="Void Dispose()">
48244         <size>8</size>
48245       </method>
48246       <method name="Void Reset()">
48247         <size>6</size>
48248       </method>
48249       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48250         <size>7</size>
48251       </method>
48252     </type>
48253   </test>
48254   <test name="test-iter-12.cs">
48255     <type name="X">
48256       <method name="Void .ctor()">
48257         <size>7</size>
48258       </method>
48259       <method name="IEnumerable a()">
48260         <size>23</size>
48261       </method>
48262       <method name="Void Main()">
48263         <size>1</size>
48264       </method>
48265     </type>
48266     <type name="X+&lt;a&gt;c__Iterator0">
48267       <method name="Void .ctor()">
48268         <size>7</size>
48269       </method>
48270       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48271         <size>7</size>
48272       </method>
48273       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48274         <size>7</size>
48275       </method>
48276       <method name="Boolean MoveNext()">
48277         <size>163</size>
48278       </method>
48279       <method name="Void Dispose()">
48280         <size>55</size>
48281       </method>
48282       <method name="Void Reset()">
48283         <size>6</size>
48284       </method>
48285       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48286         <size>7</size>
48287       </method>
48288       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48289         <size>40</size>
48290       </method>
48291     </type>
48292   </test>
48293   <test name="test-iter-13.cs">
48294     <type name="Test">
48295       <method name="Void .ctor()">
48296         <size>7</size>
48297       </method>
48298       <method name="Void .cctor()">
48299         <size>11</size>
48300       </method>
48301       <method name="Void Main()">
48302         <size>1</size>
48303       </method>
48304       <method name="IEnumerable syntax_error(System.Object, System.Object)">
48305         <size>16</size>
48306       </method>
48307     </type>
48308     <type name="Test+Yp">
48309       <method name="Void .ctor()">
48310         <size>7</size>
48311       </method>
48312       <method name="IEnumerable fail()">
48313         <size>2</size>
48314       </method>
48315     </type>
48316     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
48317       <method name="Void .ctor()">
48318         <size>7</size>
48319       </method>
48320       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48321         <size>7</size>
48322       </method>
48323       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48324         <size>7</size>
48325       </method>
48326       <method name="Boolean MoveNext()">
48327         <size>25</size>
48328       </method>
48329       <method name="Void Dispose()">
48330         <size>8</size>
48331       </method>
48332       <method name="Void Reset()">
48333         <size>6</size>
48334       </method>
48335       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48336         <size>7</size>
48337       </method>
48338       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48339         <size>26</size>
48340       </method>
48341     </type>
48342   </test>
48343   <test name="test-iter-14.cs">
48344     <type name="XX">
48345       <method name="Void Metodo(System.Exception)">
48346         <size>37</size>
48347       </method>
48348       <method name="IEnumerable X()">
48349         <size>16</size>
48350       </method>
48351       <method name="Void Main()">
48352         <size>65</size>
48353       </method>
48354       <method name="Void .ctor()">
48355         <size>7</size>
48356       </method>
48357     </type>
48358     <type name="XX+&lt;X&gt;c__Iterator0">
48359       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48360         <size>7</size>
48361       </method>
48362       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48363         <size>7</size>
48364       </method>
48365       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48366         <size>7</size>
48367       </method>
48368       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48369         <size>26</size>
48370       </method>
48371       <method name="Boolean MoveNext()">
48372         <size>103</size>
48373       </method>
48374       <method name="Void Dispose()">
48375         <size>8</size>
48376       </method>
48377       <method name="Void Reset()">
48378         <size>6</size>
48379       </method>
48380       <method name="Void .ctor()">
48381         <size>7</size>
48382       </method>
48383     </type>
48384   </test>
48385   <test name="test-iter-15.cs">
48386     <type name="Test">
48387       <method name="IEnumerator GetEnumerator()">
48388         <size>15</size>
48389       </method>
48390       <method name="Void Main()">
48391         <size>11</size>
48392       </method>
48393       <method name="Void Run()">
48394         <size>177</size>
48395       </method>
48396       <method name="Void .ctor()">
48397         <size>7</size>
48398       </method>
48399     </type>
48400     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48401       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48402         <size>7</size>
48403       </method>
48404       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48405         <size>7</size>
48406       </method>
48407       <method name="Boolean MoveNext()">
48408         <size>127</size>
48409       </method>
48410       <method name="Void Dispose()">
48411         <size>8</size>
48412       </method>
48413       <method name="Void Reset()">
48414         <size>6</size>
48415       </method>
48416       <method name="Void .ctor()">
48417         <size>7</size>
48418       </method>
48419     </type>
48420   </test>
48421   <test name="test-iter-16.cs">
48422     <type name="Foo">
48423       <method name="IEnumerable foo()">
48424         <size>16</size>
48425       </method>
48426       <method name="Int32 Main()">
48427         <size>67</size>
48428       </method>
48429       <method name="Void .ctor()">
48430         <size>7</size>
48431       </method>
48432     </type>
48433     <type name="Foo+&lt;foo&gt;c__Iterator0">
48434       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48435         <size>7</size>
48436       </method>
48437       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48438         <size>7</size>
48439       </method>
48440       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48441         <size>7</size>
48442       </method>
48443       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48444         <size>26</size>
48445       </method>
48446       <method name="Boolean MoveNext()">
48447         <size>37</size>
48448       </method>
48449       <method name="Void Dispose()">
48450         <size>8</size>
48451       </method>
48452       <method name="Void Reset()">
48453         <size>6</size>
48454       </method>
48455       <method name="Void .ctor()">
48456         <size>7</size>
48457       </method>
48458     </type>
48459   </test>
48460   <test name="test-iter-17.cs">
48461     <type name="Program">
48462       <method name="IEnumerable get_Empty()">
48463         <size>16</size>
48464       </method>
48465       <method name="Void Main()">
48466         <size>61</size>
48467       </method>
48468       <method name="Void .ctor()">
48469         <size>7</size>
48470       </method>
48471     </type>
48472     <type name="Program+&lt;&gt;c__Iterator0">
48473       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48474         <size>7</size>
48475       </method>
48476       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48477         <size>7</size>
48478       </method>
48479       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48480         <size>7</size>
48481       </method>
48482       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48483         <size>26</size>
48484       </method>
48485       <method name="Boolean MoveNext()">
48486         <size>156</size>
48487       </method>
48488       <method name="Void Dispose()">
48489         <size>8</size>
48490       </method>
48491       <method name="Void Reset()">
48492         <size>6</size>
48493       </method>
48494       <method name="Void .ctor()">
48495         <size>7</size>
48496       </method>
48497     </type>
48498   </test>
48499   <test name="test-iter-18.cs">
48500     <type name="test">
48501       <method name="IEnumerable testen(Int32)">
48502         <size>30</size>
48503       </method>
48504       <method name="Void .ctor()">
48505         <size>7</size>
48506       </method>
48507     </type>
48508     <type name="reflect">
48509       <method name="Void Main(System.String[])">
48510         <size>119</size>
48511       </method>
48512       <method name="Void .ctor()">
48513         <size>7</size>
48514       </method>
48515     </type>
48516     <type name="test+&lt;testen&gt;c__Iterator0">
48517       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48518         <size>7</size>
48519       </method>
48520       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48521         <size>7</size>
48522       </method>
48523       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48524         <size>7</size>
48525       </method>
48526       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48527         <size>40</size>
48528       </method>
48529       <method name="Boolean MoveNext()">
48530         <size>193</size>
48531       </method>
48532       <method name="Void Dispose()">
48533         <size>8</size>
48534       </method>
48535       <method name="Void Reset()">
48536         <size>6</size>
48537       </method>
48538       <method name="Void .ctor()">
48539         <size>7</size>
48540       </method>
48541     </type>
48542   </test>
48543   <test name="test-iter-19.cs">
48544     <type name="Test">
48545       <method name="Void Main()">
48546         <size>66</size>
48547       </method>
48548       <method name="IEnumerator GetEnumerator()">
48549         <size>8</size>
48550       </method>
48551       <method name="Void .ctor()">
48552         <size>7</size>
48553       </method>
48554     </type>
48555     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48556       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48557         <size>7</size>
48558       </method>
48559       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48560         <size>7</size>
48561       </method>
48562       <method name="Boolean MoveNext()">
48563         <size>75</size>
48564       </method>
48565       <method name="Void Dispose()">
48566         <size>8</size>
48567       </method>
48568       <method name="Void Reset()">
48569         <size>6</size>
48570       </method>
48571       <method name="Void .ctor()">
48572         <size>7</size>
48573       </method>
48574     </type>
48575   </test>
48576   <test name="test-iter-20.cs">
48577     <type name="CustomDict">
48578       <method name="IEnumerator GetEnumerator()">
48579         <size>15</size>
48580       </method>
48581       <method name="Void .ctor()">
48582         <size>68</size>
48583       </method>
48584     </type>
48585     <type name="Tests">
48586       <method name="Void Main()">
48587         <size>7</size>
48588       </method>
48589       <method name="Void .ctor()">
48590         <size>7</size>
48591       </method>
48592     </type>
48593     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
48594       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48595         <size>7</size>
48596       </method>
48597       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48598         <size>7</size>
48599       </method>
48600       <method name="Boolean MoveNext()">
48601         <size>84</size>
48602       </method>
48603       <method name="Void Dispose()">
48604         <size>8</size>
48605       </method>
48606       <method name="Void Reset()">
48607         <size>6</size>
48608       </method>
48609       <method name="Void .ctor()">
48610         <size>7</size>
48611       </method>
48612     </type>
48613   </test>
48614   <test name="test-iter-21.cs">
48615     <type name="X">
48616       <method name="IEnumerable GetIt(System.Int32[])">
48617         <size>30</size>
48618       </method>
48619       <method name="Int32 Main()">
48620         <size>119</size>
48621       </method>
48622       <method name="Void .ctor()">
48623         <size>7</size>
48624       </method>
48625     </type>
48626     <type name="X+A">
48627       <method name="Void Invoke()">
48628         <size>0</size>
48629       </method>
48630       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48631         <size>0</size>
48632       </method>
48633       <method name="Void EndInvoke(IAsyncResult)">
48634         <size>0</size>
48635       </method>
48636       <method name="Void .ctor(Object, IntPtr)">
48637         <size>0</size>
48638       </method>
48639     </type>
48640     <type name="X+&lt;GetIt&gt;c__Iterator0">
48641       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48642         <size>7</size>
48643       </method>
48644       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48645         <size>7</size>
48646       </method>
48647       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48648         <size>7</size>
48649       </method>
48650       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48651         <size>40</size>
48652       </method>
48653       <method name="Boolean MoveNext()">
48654         <size>199</size>
48655       </method>
48656       <method name="Void Dispose()">
48657         <size>8</size>
48658       </method>
48659       <method name="Void Reset()">
48660         <size>6</size>
48661       </method>
48662       <method name="Void &lt;&gt;m__0()">
48663         <size>22</size>
48664       </method>
48665       <method name="Void .ctor()">
48666         <size>7</size>
48667       </method>
48668     </type>
48669     <type name="&lt;PrivateImplementationDetails&gt;">
48670       <method name="Void .ctor()">
48671         <size>7</size>
48672       </method>
48673     </type>
48674   </test>
48675   <test name="test-iter-22.cs">
48676     <type name="Test">
48677       <method name="Void Main()">
48678         <size>66</size>
48679       </method>
48680       <method name="IEnumerator GetEnumerator()">
48681         <size>8</size>
48682       </method>
48683       <method name="Void .ctor()">
48684         <size>7</size>
48685       </method>
48686     </type>
48687     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48688       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48689         <size>7</size>
48690       </method>
48691       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48692         <size>7</size>
48693       </method>
48694       <method name="Boolean MoveNext()">
48695         <size>197</size>
48696       </method>
48697       <method name="Void Dispose()">
48698         <size>76</size>
48699       </method>
48700       <method name="Void Reset()">
48701         <size>6</size>
48702       </method>
48703       <method name="Void .ctor()">
48704         <size>7</size>
48705       </method>
48706     </type>
48707   </test>
48708   <test name="test-named-01.cs">
48709     <type name="A">
48710       <method name="Void .ctor()">
48711         <size>13</size>
48712       </method>
48713       <method name="Void .ctor(Object)">
48714         <size>7</size>
48715       </method>
48716       <method name="Void set_Item(Int32, Int32)">
48717         <size>8</size>
48718       </method>
48719     </type>
48720     <type name="B">
48721       <method name="Void .ctor()">
48722         <size>12</size>
48723       </method>
48724       <method name="Void set_Item(Int32, Int32)">
48725         <size>11</size>
48726       </method>
48727     </type>
48728     <type name="XAttribute">
48729       <method name="Void .ctor(Int32)">
48730         <size>7</size>
48731       </method>
48732     </type>
48733     <type name="M">
48734       <method name="Void .ctor()">
48735         <size>7</size>
48736       </method>
48737       <method name="Void Foo(Int32)">
48738         <size>1</size>
48739       </method>
48740       <method name="Int32 Main()">
48741         <size>48</size>
48742       </method>
48743     </type>
48744   </test>
48745   <test name="test-named-02.cs">
48746     <type name="A">
48747       <method name="Void .ctor()">
48748         <size>7</size>
48749       </method>
48750       <method name="Void set_Item(Int32, Int32)">
48751         <size>29</size>
48752       </method>
48753       <method name="Int32 get_Item(Int32)">
48754         <size>28</size>
48755       </method>
48756     </type>
48757     <type name="MyPoint">
48758       <method name="Void .ctor(Int32, Int32)">
48759         <size>15</size>
48760       </method>
48761     </type>
48762     <type name="C">
48763       <method name="Void .ctor()">
48764         <size>7</size>
48765       </method>
48766       <method name="Decimal Foo(Decimal, Decimal)">
48767         <size>2</size>
48768       </method>
48769       <method name="System.String Bar(Int32, System.String, Char)">
48770         <size>20</size>
48771       </method>
48772       <method name="Int32 Test(Int32, Int32)">
48773         <size>30</size>
48774       </method>
48775       <method name="Int32 Main()">
48776         <size>274</size>
48777       </method>
48778     </type>
48779   </test>
48780   <test name="test-named-03.cs">
48781     <type name="C">
48782       <method name="Void .ctor()">
48783         <size>7</size>
48784       </method>
48785       <method name="Int32 TestInt(Int32)">
48786         <size>3</size>
48787       </method>
48788       <method name="Int32 Main()">
48789         <size>23</size>
48790       </method>
48791     </type>
48792     <type name="C+IntDelegate">
48793       <method name="Void .ctor(Object, IntPtr)">
48794         <size>0</size>
48795       </method>
48796       <method name="Int32 Invoke(Int32)">
48797         <size>0</size>
48798       </method>
48799       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
48800         <size>0</size>
48801       </method>
48802       <method name="Int32 EndInvoke(IAsyncResult)">
48803         <size>0</size>
48804       </method>
48805     </type>
48806   </test>
48807   <test name="test-named-04.cs">
48808     <type name="Program">
48809       <method name="Void Foo2(Int32, Int32 ByRef)">
48810         <size>40</size>
48811       </method>
48812       <method name="Int32 Main()">
48813         <size>242</size>
48814       </method>
48815       <method name="Void .ctor()">
48816         <size>7</size>
48817       </method>
48818     </type>
48819   </test>
48820   <test name="test-named-05.cs">
48821     <type name="A">
48822       <method name="Int32 Foo(Int32)">
48823         <size>2</size>
48824       </method>
48825       <method name="Int32 get_Item(Int32, System.String)">
48826         <size>2</size>
48827       </method>
48828       <method name="Void .ctor()">
48829         <size>7</size>
48830       </method>
48831     </type>
48832     <type name="B">
48833       <method name="Int32 Foo(Int32)">
48834         <size>2</size>
48835       </method>
48836       <method name="Int32 get_Item(Int32, System.String)">
48837         <size>2</size>
48838       </method>
48839       <method name="Void .ctor()">
48840         <size>7</size>
48841       </method>
48842     </type>
48843     <type name="Test">
48844       <method name="Int32 Main()">
48845         <size>98</size>
48846       </method>
48847       <method name="Void .ctor()">
48848         <size>7</size>
48849       </method>
48850     </type>
48851   </test>
48852   <test name="test-named-06.cs">
48853     <type name="C">
48854       <method name="Int32 Main()">
48855         <size>25</size>
48856       </method>
48857       <method name="Int32 Foo(Int32, Int64, System.String)">
48858         <size>2</size>
48859       </method>
48860       <method name="Int32 Foo(Int32, Int64, System.String[])">
48861         <size>2</size>
48862       </method>
48863       <method name="Int32 Foo(Int64, Int32)">
48864         <size>2</size>
48865       </method>
48866       <method name="Void .ctor()">
48867         <size>7</size>
48868       </method>
48869     </type>
48870   </test>
48871   <test name="test-partial-01.cs">
48872     <type name="Foo.Hello">
48873       <method name="Void .ctor()">
48874         <size>7</size>
48875       </method>
48876       <method name="Void .cctor()">
48877         <size>7</size>
48878       </method>
48879     </type>
48880     <type name="Bar.Hello">
48881       <method name="Void .ctor()">
48882         <size>7</size>
48883       </method>
48884       <method name="Void .cctor()">
48885         <size>8</size>
48886       </method>
48887     </type>
48888     <type name="X.Test">
48889       <method name="Void .ctor()">
48890         <size>7</size>
48891       </method>
48892       <method name="Int32 FooWorld()">
48893         <size>6</size>
48894       </method>
48895       <method name="Int32 BarWorld()">
48896         <size>6</size>
48897       </method>
48898     </type>
48899     <type name="Y">
48900       <method name="Void .ctor()">
48901         <size>7</size>
48902       </method>
48903       <method name="Int32 Main()">
48904         <size>29</size>
48905       </method>
48906     </type>
48907   </test>
48908   <test name="test-partial-02.cs">
48909     <type name="Test1.Base">
48910       <method name="Void .ctor()">
48911         <size>7</size>
48912       </method>
48913     </type>
48914     <type name="Test1.Foo">
48915       <method name="Void .ctor()">
48916         <size>7</size>
48917       </method>
48918     </type>
48919     <type name="Test2.Foo">
48920       <method name="Void .ctor()">
48921         <size>7</size>
48922       </method>
48923     </type>
48924     <type name="ReflectedType">
48925       <method name="Void .ctor()">
48926         <size>7</size>
48927       </method>
48928     </type>
48929     <type name="D">
48930       <method name="Void .ctor()">
48931         <size>7</size>
48932       </method>
48933     </type>
48934     <type name="X">
48935       <method name="Void .ctor()">
48936         <size>7</size>
48937       </method>
48938       <method name="Void Main()">
48939         <size>1</size>
48940       </method>
48941     </type>
48942   </test>
48943   <test name="test-partial-03.cs">
48944     <type name="Test">
48945       <method name="Void .ctor()">
48946         <size>18</size>
48947       </method>
48948       <method name="Int32 TestFoo()">
48949         <size>13</size>
48950       </method>
48951       <method name="Int32 TestIFoo(IFoo)">
48952         <size>8</size>
48953       </method>
48954     </type>
48955     <type name="Test+Foo">
48956       <method name="Void .ctor()">
48957         <size>7</size>
48958       </method>
48959       <method name="Int32 Test.IFoo.Hello(Test)">
48960         <size>2</size>
48961       </method>
48962       <method name="Int32 Hello(Test)">
48963         <size>2</size>
48964       </method>
48965     </type>
48966     <type name="X">
48967       <method name="Void .ctor()">
48968         <size>7</size>
48969       </method>
48970       <method name="Int32 Main()">
48971         <size>42</size>
48972       </method>
48973     </type>
48974   </test>
48975   <test name="test-partial-04.cs">
48976     <type name="B.Test">
48977       <method name="Void .ctor()">
48978         <size>7</size>
48979       </method>
48980       <method name="Void A.IFoo.Hello(IFoo)">
48981         <size>1</size>
48982       </method>
48983     </type>
48984     <type name="X">
48985       <method name="Void .ctor()">
48986         <size>7</size>
48987       </method>
48988       <method name="Void Main()">
48989         <size>1</size>
48990       </method>
48991     </type>
48992   </test>
48993   <test name="test-partial-05.cs">
48994     <type name="B">
48995       <method name="Void .ctor()">
48996         <size>7</size>
48997       </method>
48998     </type>
48999     <type name="A">
49000       <method name="Void .ctor()">
49001         <size>7</size>
49002       </method>
49003     </type>
49004     <type name="A2">
49005       <method name="Void .ctor()">
49006         <size>7</size>
49007       </method>
49008     </type>
49009     <type name="D">
49010       <method name="Void .ctor()">
49011         <size>7</size>
49012       </method>
49013       <method name="Void Main()">
49014         <size>1</size>
49015       </method>
49016     </type>
49017   </test>
49018   <test name="test-partial-06.cs">
49019     <type name="Foo">
49020       <method name="Void .ctor()">
49021         <size>7</size>
49022       </method>
49023       <method name="Void Finalize()">
49024         <size>13</size>
49025       </method>
49026     </type>
49027     <type name="B">
49028       <method name="Void .ctor()">
49029         <size>7</size>
49030       </method>
49031       <method name="Void Main()">
49032         <size>1</size>
49033       </method>
49034     </type>
49035   </test>
49036   <test name="test-partial-07.cs">
49037     <type name="Test">
49038       <method name="Void .ctor()">
49039         <size>7</size>
49040       </method>
49041     </type>
49042     <type name="TestAttribute">
49043       <method name="Void .ctor()">
49044         <size>7</size>
49045       </method>
49046     </type>
49047     <type name="Test2Attribute">
49048       <method name="Void .ctor()">
49049         <size>7</size>
49050       </method>
49051     </type>
49052     <type name="X">
49053       <method name="Void .ctor()">
49054         <size>7</size>
49055       </method>
49056       <method name="Int32 Main()">
49057         <size>62</size>
49058       </method>
49059     </type>
49060   </test>
49061   <test name="test-partial-08.cs">
49062     <type name="Foo">
49063       <method name="Void .ctor()">
49064         <size>7</size>
49065       </method>
49066       <method name="System.String get_Id()">
49067         <size>7</size>
49068       </method>
49069     </type>
49070     <type name="PartialAbstractCompilationError">
49071       <method name="Void .ctor()">
49072         <size>7</size>
49073       </method>
49074       <method name="Int32 Main()">
49075         <size>54</size>
49076       </method>
49077     </type>
49078   </test>
49079   <test name="test-partial-09.cs">
49080     <type name="Foo">
49081       <method name="Void .ctor()">
49082         <size>7</size>
49083       </method>
49084       <method name="System.String get_Id()">
49085         <size>7</size>
49086       </method>
49087     </type>
49088     <type name="Bar">
49089       <method name="Void .ctor(String)">
49090         <size>14</size>
49091       </method>
49092     </type>
49093     <type name="PartialAbstractCompilationError">
49094       <method name="Void .ctor()">
49095         <size>7</size>
49096       </method>
49097       <method name="Void Main()">
49098         <size>21</size>
49099       </method>
49100     </type>
49101   </test>
49102   <test name="test-partial-10.cs">
49103     <type name="Test2.Foo">
49104       <method name="Void .ctor()">
49105         <size>7</size>
49106       </method>
49107       <method name="Void .cctor()">
49108         <size>15</size>
49109       </method>
49110     </type>
49111     <type name="X">
49112       <method name="Void .ctor()">
49113         <size>7</size>
49114       </method>
49115       <method name="Int32 Main()">
49116         <size>68</size>
49117       </method>
49118     </type>
49119     <type name="Test3.Foo">
49120       <method name="Void .cctor()">
49121         <size>15</size>
49122       </method>
49123     </type>
49124   </test>
49125   <test name="test-partial-11.cs">
49126     <type name="StaticClass">
49127       <method name="System.String Name()">
49128         <size>6</size>
49129       </method>
49130     </type>
49131     <type name="MainClass">
49132       <method name="Void .ctor()">
49133         <size>7</size>
49134       </method>
49135       <method name="Boolean IsStatic(System.Type)">
49136         <size>73</size>
49137       </method>
49138       <method name="Int32 Main()">
49139         <size>56</size>
49140       </method>
49141     </type>
49142   </test>
49143   <test name="test-partial-12.cs">
49144     <type name="Test1.Foo">
49145       <method name="Void .ctor()">
49146         <size>7</size>
49147       </method>
49148       <method name="IEnumerable E()">
49149         <size>16</size>
49150       </method>
49151     </type>
49152     <type name="X">
49153       <method name="Void .ctor()">
49154         <size>7</size>
49155       </method>
49156       <method name="Int32 Main()">
49157         <size>104</size>
49158       </method>
49159     </type>
49160     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
49161       <method name="Void .ctor()">
49162         <size>7</size>
49163       </method>
49164       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49165         <size>7</size>
49166       </method>
49167       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49168         <size>7</size>
49169       </method>
49170       <method name="Boolean MoveNext()">
49171         <size>67</size>
49172       </method>
49173       <method name="Void Dispose()">
49174         <size>8</size>
49175       </method>
49176       <method name="Void Reset()">
49177         <size>6</size>
49178       </method>
49179       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49180         <size>7</size>
49181       </method>
49182       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49183         <size>26</size>
49184       </method>
49185     </type>
49186   </test>
49187   <test name="test-partial-13.cs">
49188     <type name="Test.Test">
49189       <method name="Void .ctor()">
49190         <size>7</size>
49191       </method>
49192       <method name="Boolean Equals(System.Object)">
49193         <size>2</size>
49194       </method>
49195       <method name="Int32 GetHashCode()">
49196         <size>2</size>
49197       </method>
49198       <method name="Void Main()">
49199         <size>1</size>
49200       </method>
49201     </type>
49202   </test>
49203   <test name="test-partial-14.cs">
49204     <type name="T">
49205       <method name="Void .ctor()">
49206         <size>7</size>
49207       </method>
49208     </type>
49209     <type name="partial">
49210       <method name="Void .ctor()">
49211         <size>7</size>
49212       </method>
49213     </type>
49214     <type name="A">
49215       <method name="Void .ctor()">
49216         <size>7</size>
49217       </method>
49218       <method name="Void partial(partial)">
49219         <size>3</size>
49220       </method>
49221     </type>
49222     <type name="B">
49223       <method name="Void .ctor()">
49224         <size>7</size>
49225       </method>
49226       <method name="Void Main()">
49227         <size>1</size>
49228       </method>
49229     </type>
49230   </test>
49231   <test name="test-partial-15.cs">
49232     <type name="Foo.X">
49233       <method name="Void .ctor()">
49234         <size>7</size>
49235       </method>
49236       <method name="Void Main()">
49237         <size>1</size>
49238       </method>
49239       <method name="IEnumerable Attempts2()">
49240         <size>16</size>
49241       </method>
49242       <method name="IEnumerable get_Attempts()">
49243         <size>16</size>
49244       </method>
49245       <method name="IEnumerable get_Item(Int32)">
49246         <size>16</size>
49247       </method>
49248     </type>
49249     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
49250       <method name="Void .ctor()">
49251         <size>7</size>
49252       </method>
49253       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49254         <size>7</size>
49255       </method>
49256       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49257         <size>7</size>
49258       </method>
49259       <method name="Boolean MoveNext()">
49260         <size>36</size>
49261       </method>
49262       <method name="Void Dispose()">
49263         <size>8</size>
49264       </method>
49265       <method name="Void Reset()">
49266         <size>6</size>
49267       </method>
49268     </type>
49269     <type name="Foo.X+&lt;&gt;c__Iterator1">
49270       <method name="Void .ctor()">
49271         <size>7</size>
49272       </method>
49273       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49274         <size>7</size>
49275       </method>
49276       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49277         <size>7</size>
49278       </method>
49279       <method name="Boolean MoveNext()">
49280         <size>36</size>
49281       </method>
49282       <method name="Void Dispose()">
49283         <size>8</size>
49284       </method>
49285       <method name="Void Reset()">
49286         <size>6</size>
49287       </method>
49288     </type>
49289     <type name="Foo.X+&lt;&gt;c__Iterator2">
49290       <method name="Void .ctor()">
49291         <size>7</size>
49292       </method>
49293       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49294         <size>7</size>
49295       </method>
49296       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49297         <size>7</size>
49298       </method>
49299       <method name="Boolean MoveNext()">
49300         <size>36</size>
49301       </method>
49302       <method name="Void Dispose()">
49303         <size>8</size>
49304       </method>
49305       <method name="Void Reset()">
49306         <size>6</size>
49307       </method>
49308     </type>
49309     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
49310       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49311         <size>7</size>
49312       </method>
49313       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49314         <size>26</size>
49315       </method>
49316     </type>
49317     <type name="Foo.X+&lt;&gt;c__Iterator1">
49318       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49319         <size>7</size>
49320       </method>
49321       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49322         <size>26</size>
49323       </method>
49324     </type>
49325     <type name="Foo.X+&lt;&gt;c__Iterator2">
49326       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49327         <size>7</size>
49328       </method>
49329       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49330         <size>26</size>
49331       </method>
49332     </type>
49333   </test>
49334   <test name="test-partial-16.cs">
49335     <type name="A.C">
49336       <method name="Void .ctor()">
49337         <size>23</size>
49338       </method>
49339       <method name="Void .cctor()">
49340         <size>11</size>
49341       </method>
49342     </type>
49343     <type name="B.C2">
49344       <method name="Void .ctor()">
49345         <size>7</size>
49346       </method>
49347       <method name="Boolean Test()">
49348         <size>2</size>
49349       </method>
49350       <method name="System.Object Test_I()">
49351         <size>2</size>
49352       </method>
49353       <method name="Void Main()">
49354         <size>1</size>
49355       </method>
49356     </type>
49357   </test>
49358   <test name="test-partial-17.cs">
49359     <type name="Test">
49360       <method name="Void .ctor()">
49361         <size>7</size>
49362       </method>
49363       <method name="Boolean Check(System.String, System.String[])">
49364         <size>42</size>
49365       </method>
49366       <method name="Void Main()">
49367         <size>1</size>
49368       </method>
49369     </type>
49370   </test>
49371   <test name="test-partial-18.cs">
49372     <type name="N.Foo">
49373       <method name="Void .ctor()">
49374         <size>17</size>
49375       </method>
49376       <method name="Void Main()">
49377         <size>1</size>
49378       </method>
49379     </type>
49380   </test>
49381   <test name="test-partial-19.cs">
49382     <type name="Bug.GL">
49383       <method name="Void Main()">
49384         <size>7</size>
49385       </method>
49386     </type>
49387     <type name="Bug.GL+Core">
49388       <method name="Boolean A()">
49389         <size>2</size>
49390       </method>
49391     </type>
49392   </test>
49393   <test name="test-partial-20.cs">
49394     <type name="A">
49395       <method name="Void .ctor()">
49396         <size>7</size>
49397       </method>
49398       <method name="Void .cctor()">
49399         <size>7</size>
49400       </method>
49401     </type>
49402     <type name="B">
49403       <method name="Void .ctor()">
49404         <size>7</size>
49405       </method>
49406       <method name="Void .cctor()">
49407         <size>7</size>
49408       </method>
49409     </type>
49410     <type name="C">
49411       <method name="Void .ctor()">
49412         <size>7</size>
49413       </method>
49414       <method name="Int32 Main()">
49415         <size>38</size>
49416       </method>
49417     </type>
49418   </test>
49419   <test name="test-partial-21.cs">
49420     <type name="Mono.Sms.Main">
49421       <method name="Void .ctor()">
49422         <size>7</size>
49423       </method>
49424       <method name="Void Test()">
49425         <size>42</size>
49426       </method>
49427     </type>
49428     <type name="Mono.Sms.Contacts">
49429       <method name="Void .ctor()">
49430         <size>7</size>
49431       </method>
49432       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
49433         <size>24</size>
49434       </method>
49435       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
49436         <size>24</size>
49437       </method>
49438       <method name="Void Test()">
49439         <size>12</size>
49440       </method>
49441     </type>
49442     <type name="Mono.Sms.Core.Agenda">
49443       <method name="Void .ctor()">
49444         <size>7</size>
49445       </method>
49446       <method name="Void AddContact()">
49447         <size>1</size>
49448       </method>
49449       <method name="Void Main()">
49450         <size>1</size>
49451       </method>
49452     </type>
49453     <type name="Mono.Sms.Contacts+ContactsHandler">
49454       <method name="Void .ctor(Object, IntPtr)">
49455         <size>0</size>
49456       </method>
49457       <method name="Void Invoke()">
49458         <size>0</size>
49459       </method>
49460       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49461         <size>0</size>
49462       </method>
49463       <method name="Void EndInvoke(IAsyncResult)">
49464         <size>0</size>
49465       </method>
49466     </type>
49467     <type name="Mono.Sms.Main">
49468       <method name="Void &lt;Test&gt;m__0()">
49469         <size>6</size>
49470       </method>
49471     </type>
49472   </test>
49473   <test name="test-partial-22.cs">
49474     <type name="C">
49475       <method name="Void .ctor()">
49476         <size>7</size>
49477       </method>
49478       <method name="Int32 Main()">
49479         <size>2</size>
49480       </method>
49481     </type>
49482   </test>
49483   <test name="test-partial-23.cs">
49484     <type name="C">
49485       <method name="Void .ctor()">
49486         <size>7</size>
49487       </method>
49488       <method name="Void Partial_A()">
49489         <size>15</size>
49490       </method>
49491       <method name="Void Partial_B()">
49492         <size>15</size>
49493       </method>
49494       <method name="Void Partial_S()">
49495         <size>14</size>
49496       </method>
49497       <method name="Int32 Main()">
49498         <size>52</size>
49499       </method>
49500     </type>
49501   </test>
49502   <test name="test-partial-24.cs">
49503     <type name="N.C">
49504       <method name="Void .ctor()">
49505         <size>7</size>
49506       </method>
49507       <method name="Void Main()">
49508         <size>1</size>
49509       </method>
49510       <method name="Void Foo()">
49511         <size>1</size>
49512       </method>
49513     </type>
49514   </test>
49515   <test name="test-partial-25.cs">
49516     <type name="C">
49517       <method name="Void .ctor()">
49518         <size>7</size>
49519       </method>
49520       <method name="Void Partial(Int32)">
49521         <size>14</size>
49522       </method>
49523       <method name="Int32 Main()">
49524         <size>8</size>
49525       </method>
49526     </type>
49527   </test>
49528   <test name="test-partial-26.cs">
49529     <type name="ConsoleApplication1.X">
49530       <method name="Void .ctor()">
49531         <size>7</size>
49532       </method>
49533       <method name="Void Foo()">
49534         <size>1</size>
49535       </method>
49536     </type>
49537     <type name="ConsoleApplication1.Program">
49538       <method name="Void .ctor()">
49539         <size>7</size>
49540       </method>
49541       <method name="Int32 Main()">
49542         <size>98</size>
49543       </method>
49544     </type>
49545     <type name="ConsoleApplication1.Y">
49546       <method name="Void Foo()">
49547         <size>1</size>
49548       </method>
49549       <method name="Void .ctor()">
49550         <size>7</size>
49551       </method>
49552     </type>
49553   </test>
49554   <test name="test-partial-27.cs">
49555     <type name="C">
49556       <method name="Int32 Main()">
49557         <size>2</size>
49558       </method>
49559       <method name="Void .ctor()">
49560         <size>7</size>
49561       </method>
49562     </type>
49563   </test>
49564   <test name="test-partial-28.cs">
49565     <type name="A">
49566       <method name="Void .ctor()">
49567         <size>7</size>
49568       </method>
49569     </type>
49570     <type name="TestCase">
49571       <method name="Void Main()">
49572         <size>1</size>
49573       </method>
49574       <method name="Void .ctor()">
49575         <size>7</size>
49576       </method>
49577     </type>
49578   </test>
49579   <test name="test-partial-29.cs">
49580     <type name="C">
49581       <method name="Void Main()">
49582         <size>1</size>
49583       </method>
49584     </type>
49585   </test>
49586   <test name="test-var-01.cs">
49587     <type name="Test">
49588       <method name="Void .ctor()">
49589         <size>7</size>
49590       </method>
49591       <method name="Int32 Main()">
49592         <size>47</size>
49593       </method>
49594     </type>
49595   </test>
49596   <test name="test-var-02.cs">
49597     <type name="Class1">
49598       <method name="Void .ctor()">
49599         <size>15</size>
49600       </method>
49601       <method name="Boolean Method()">
49602         <size>2</size>
49603       </method>
49604     </type>
49605     <type name="Test">
49606       <method name="Void .ctor()">
49607         <size>7</size>
49608       </method>
49609       <method name="Int32 Main()">
49610         <size>116</size>
49611       </method>
49612     </type>
49613     <type name="Test+Class2">
49614       <method name="Void .ctor()">
49615         <size>15</size>
49616       </method>
49617       <method name="Boolean Method()">
49618         <size>2</size>
49619       </method>
49620     </type>
49621   </test>
49622   <test name="test-var-03.cs">
49623     <type name="Test">
49624       <method name="Void .ctor()">
49625         <size>7</size>
49626       </method>
49627       <method name="Int32 Main()">
49628         <size>167</size>
49629       </method>
49630     </type>
49631     <type name="&lt;PrivateImplementationDetails&gt;">
49632       <method name="Void .ctor()">
49633         <size>7</size>
49634       </method>
49635     </type>
49636   </test>
49637   <test name="test-var-05.cs">
49638     <type name="MyClass">
49639       <method name="Void .ctor(String)">
49640         <size>14</size>
49641       </method>
49642       <method name="Void Dispose()">
49643         <size>12</size>
49644       </method>
49645     </type>
49646     <type name="Test">
49647       <method name="Void .ctor()">
49648         <size>7</size>
49649       </method>
49650       <method name="Int32 Main()">
49651         <size>61</size>
49652       </method>
49653     </type>
49654   </test>
49655   <test name="test-var-06.cs">
49656     <type name="Test">
49657       <method name="Void .ctor()">
49658         <size>7</size>
49659       </method>
49660       <method name="Int32 Main()">
49661         <size>50</size>
49662       </method>
49663     </type>
49664   </test>
49665   <test name="test-var-07.cs">
49666     <type name="Test">
49667       <method name="Void .ctor()">
49668         <size>7</size>
49669       </method>
49670       <method name="Void var()">
49671         <size>1</size>
49672       </method>
49673       <method name="Int32 Main()">
49674         <size>33</size>
49675       </method>
49676     </type>
49677     <type name="var">
49678       <method name="Void .ctor()">
49679         <size>7</size>
49680       </method>
49681     </type>
49682   </test>
49683   <test name="test-var-08.cs">
49684     <type name="X">
49685       <method name="Void .ctor(Int32, Int32)">
49686         <size>10</size>
49687       </method>
49688       <method name="Void Main()">
49689         <size>1</size>
49690       </method>
49691     </type>
49692   </test>
49693   <test name="test-xml-042.cs">
49694     <type name="TestNamespace.TestClass">
49695       <method name="Void .ctor()">
49696         <size>7</size>
49697       </method>
49698       <method name="Void Main()">
49699         <size>1</size>
49700       </method>
49701       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
49702         <size>7</size>
49703       </method>
49704     </type>
49705   </test>
49706 </tests>