Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / tests / ver-il-dmcs.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="dtest-001.cs">
5     <type name="C">
6       <method name="Void set_Prop(System.Object)">
7         <size>8</size>
8       </method>
9       <method name="System.Object get_Prop()">
10         <size>7</size>
11       </method>
12       <method name="Void set_Prop2(System.Object)">
13         <size>1</size>
14       </method>
15       <method name="Void set_Item(System.Object, System.Object)">
16         <size>1</size>
17       </method>
18       <method name="System.Object get_Item(System.Object)">
19         <size>7</size>
20       </method>
21       <method name="System.Object Method(System.Object)">
22         <size>2</size>
23       </method>
24       <method name="Void .ctor(Object)">
25         <size>7</size>
26       </method>
27     </type>
28     <type name="Del">
29       <method name="System.Object Invoke(System.Object)">
30         <size>0</size>
31       </method>
32       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
33         <size>0</size>
34       </method>
35       <method name="System.Object EndInvoke(IAsyncResult)">
36         <size>0</size>
37       </method>
38       <method name="Void .ctor(Object, IntPtr)">
39         <size>0</size>
40       </method>
41     </type>
42     <type name="Test">
43       <method name="Int32 Main()">
44         <size>1053</size>
45       </method>
46       <method name="Void .ctor()">
47         <size>7</size>
48       </method>
49     </type>
50   </test>
51   <test name="dtest-002.cs">
52     <type name="C">
53       <method name="System.Object D()">
54         <size>2</size>
55       </method>
56       <method name="System.Object D2()">
57         <size>2</size>
58       </method>
59       <method name="Int32 Main()">
60         <size>2</size>
61       </method>
62       <method name="Void .ctor()">
63         <size>7</size>
64       </method>
65     </type>
66     <type name="AC">
67       <method name="Void Foo(System.Object[])">
68         <size>0</size>
69       </method>
70       <method name="Void .ctor()">
71         <size>7</size>
72       </method>
73     </type>
74     <type name="BC">
75       <method name="Void Foo(System.Object[])">
76         <size>1</size>
77       </method>
78       <method name="Void .ctor()">
79         <size>7</size>
80       </method>
81     </type>
82   </test>
83   <test name="dtest-003.cs">
84     <type name="AssertDynamicObject">
85       <method name="System.Dynamic.DynamicMetaObject GetFakeMetaObject(System.Object)">
86         <size>120</size>
87       </method>
88       <method name="System.Dynamic.DynamicMetaObject BindBinaryOperation(System.Dynamic.BinaryOperationBinder, System.Dynamic.DynamicMetaObject)">
89         <size>62</size>
90       </method>
91       <method name="System.Dynamic.DynamicMetaObject BindConvert(System.Dynamic.ConvertBinder)">
92         <size>53</size>
93       </method>
94       <method name="System.Dynamic.DynamicMetaObject BindGetIndex(System.Dynamic.GetIndexBinder, System.Dynamic.DynamicMetaObject[])">
95         <size>96</size>
96       </method>
97       <method name="System.Dynamic.DynamicMetaObject BindGetMember(System.Dynamic.GetMemberBinder)">
98         <size>53</size>
99       </method>
100       <method name="System.Dynamic.DynamicMetaObject BindInvoke(System.Dynamic.InvokeBinder, System.Dynamic.DynamicMetaObject[])">
101         <size>96</size>
102       </method>
103       <method name="System.Dynamic.DynamicMetaObject BindInvokeMember(System.Dynamic.InvokeMemberBinder, System.Dynamic.DynamicMetaObject[])">
104         <size>96</size>
105       </method>
106       <method name="System.Dynamic.DynamicMetaObject BindSetIndex(System.Dynamic.SetIndexBinder, System.Dynamic.DynamicMetaObject[], System.Dynamic.DynamicMetaObject)">
107         <size>102</size>
108       </method>
109       <method name="System.Dynamic.DynamicMetaObject BindSetMember(System.Dynamic.SetMemberBinder, System.Dynamic.DynamicMetaObject)">
110         <size>62</size>
111       </method>
112       <method name="System.Dynamic.DynamicMetaObject BindUnaryOperation(System.Dynamic.UnaryOperationBinder)">
113         <size>53</size>
114       </method>
115       <method name="System.Object &lt;BindGetIndex&gt;m__0(System.Dynamic.DynamicMetaObject)">
116         <size>7</size>
117       </method>
118       <method name="System.Object &lt;BindInvoke&gt;m__1(System.Dynamic.DynamicMetaObject)">
119         <size>7</size>
120       </method>
121       <method name="System.Object &lt;BindInvokeMember&gt;m__2(System.Dynamic.DynamicMetaObject)">
122         <size>7</size>
123       </method>
124       <method name="System.Object &lt;BindSetIndex&gt;m__3(System.Dynamic.DynamicMetaObject)">
125         <size>7</size>
126       </method>
127       <method name="Void .ctor(DynamicObjectMock, Expression)">
128         <size>21</size>
129       </method>
130     </type>
131     <type name="DynamicObjectMock">
132       <method name="System.Dynamic.DynamicMetaObject GetMetaObject(System.Linq.Expressions.Expression)">
133         <size>22</size>
134       </method>
135       <method name="Void DMethod(Int32)">
136         <size>1</size>
137       </method>
138       <method name="Void DStaticMethod(System.Object)">
139         <size>1</size>
140       </method>
141       <method name="Int32 get_Item(Int32)">
142         <size>2</size>
143       </method>
144       <method name="Void set_Item(Int32, Int32)">
145         <size>1</size>
146       </method>
147       <method name="Void .ctor()">
148         <size>7</size>
149       </method>
150       <method name="Void .ctor(Int32)">
151         <size>7</size>
152       </method>
153     </type>
154     <type name="Tester">
155       <method name="Void Assert[T](T, T, System.String)">
156         <size>97</size>
157       </method>
158       <method name="Void Assert[T](IList`1, IList`1, System.String)">
159         <size>249</size>
160       </method>
161       <method name="Void AssertArgument(System.Runtime.CompilerServices.CallSiteBinder, Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo[], System.String)">
162         <size>169</size>
163       </method>
164       <method name="Void BinaryAdd_1(System.Object, DynamicObjectMock)">
165         <size>123</size>
166       </method>
167       <method name="Void BinaryAdd_2(System.Object, DynamicObjectMock)">
168         <size>133</size>
169       </method>
170       <method name="Void BinaryAdd_3(System.Object, DynamicObjectMock)">
171         <size>123</size>
172       </method>
173       <method name="Void BinaryAdd_4(System.Object, DynamicObjectMock)">
174         <size>127</size>
175       </method>
176       <method name="Void BinaryAddChecked_1(System.Object, DynamicObjectMock)">
177         <size>123</size>
178       </method>
179       <method name="Void BinaryAddChecked_2(System.Object, DynamicObjectMock)">
180         <size>69</size>
181       </method>
182       <method name="Void BinaryAddAssign_1(System.Object, DynamicObjectMock)">
183         <size>124</size>
184       </method>
185       <method name="Void BinaryAddAssignChecked_1(System.Object, DynamicObjectMock)">
186         <size>124</size>
187       </method>
188       <method name="Void BinaryAnd_1(System.Object, DynamicObjectMock)">
189         <size>123</size>
190       </method>
191       <method name="Void BinaryAndAssign_1(System.Object, DynamicObjectMock)">
192         <size>124</size>
193       </method>
194       <method name="Void BinaryDivide_1(System.Object, DynamicObjectMock)">
195         <size>124</size>
196       </method>
197       <method name="Void BinaryDivideAssign_1(System.Object, DynamicObjectMock)">
198         <size>124</size>
199       </method>
200       <method name="Void BinaryEqual_1(System.Object, DynamicObjectMock)">
201         <size>124</size>
202       </method>
203       <method name="Void BinaryExclusiveOr_1(System.Object, DynamicObjectMock)">
204         <size>124</size>
205       </method>
206       <method name="Void BinaryExclusiveOrAssign_1(System.Object, DynamicObjectMock)">
207         <size>124</size>
208       </method>
209       <method name="Void BinaryGreaterThan_1(System.Object, DynamicObjectMock)">
210         <size>124</size>
211       </method>
212       <method name="Void BinaryGreaterThanOrEqual_1(System.Object, DynamicObjectMock)">
213         <size>124</size>
214       </method>
215       <method name="Void BinaryLeftShift_1(System.Object, DynamicObjectMock)">
216         <size>124</size>
217       </method>
218       <method name="Void BinaryLeftShiftAssign_1(System.Object, DynamicObjectMock)">
219         <size>124</size>
220       </method>
221       <method name="Void BinaryLessThan_1(System.Object, DynamicObjectMock)">
222         <size>124</size>
223       </method>
224       <method name="Void BinaryLessThanOrEqual_1(System.Object, DynamicObjectMock)">
225         <size>124</size>
226       </method>
227       <method name="Void BinaryModulo_1(System.Object, DynamicObjectMock)">
228         <size>124</size>
229       </method>
230       <method name="Void BinaryModuloAssign_1(System.Object, DynamicObjectMock)">
231         <size>124</size>
232       </method>
233       <method name="Void BinaryMultiply_1(System.Object, DynamicObjectMock)">
234         <size>124</size>
235       </method>
236       <method name="Void BinaryMultiplyAssign_1(System.Object, DynamicObjectMock)">
237         <size>124</size>
238       </method>
239       <method name="Void BinaryNotEqual_1(System.Object, DynamicObjectMock)">
240         <size>124</size>
241       </method>
242       <method name="Void BinaryOr_1(System.Object, DynamicObjectMock)">
243         <size>124</size>
244       </method>
245       <method name="Void BinaryOrAssign_1(System.Object, DynamicObjectMock)">
246         <size>124</size>
247       </method>
248       <method name="Void BinaryRightShift_1(System.Object, DynamicObjectMock)">
249         <size>124</size>
250       </method>
251       <method name="Void BinaryRightShiftAssign_1(System.Object, DynamicObjectMock)">
252         <size>124</size>
253       </method>
254       <method name="Void BinarySubtract_1(System.Object, DynamicObjectMock)">
255         <size>124</size>
256       </method>
257       <method name="Void BinarySubtractAssign_1(System.Object, DynamicObjectMock)">
258         <size>124</size>
259       </method>
260       <method name="Void Convert_1(System.Object, DynamicObjectMock)">
261         <size>110</size>
262       </method>
263       <method name="Void Convert_2(System.Object, DynamicObjectMock)">
264         <size>115</size>
265       </method>
266       <method name="Void Convert_3(System.Object, DynamicObjectMock)">
267         <size>110</size>
268       </method>
269       <method name="Void Convert_4(System.Object, DynamicObjectMock)">
270         <size>110</size>
271       </method>
272       <method name="Void GetIndex_1(System.Object, DynamicObjectMock)">
273         <size>121</size>
274       </method>
275       <method name="Void GetIndex_2(System.Object, DynamicObjectMock)">
276         <size>139</size>
277       </method>
278       <method name="Void GetIndex_3(System.Object, DynamicObjectMock)">
279         <size>122</size>
280       </method>
281       <method name="Void GetMember_1(System.Object, DynamicObjectMock)">
282         <size>115</size>
283       </method>
284       <method name="Void Invoke_1(System.Object, DynamicObjectMock)">
285         <size>139</size>
286       </method>
287       <method name="Void Invoke_2(System.Object, DynamicObjectMock)">
288         <size>113</size>
289       </method>
290       <method name="Void Invoke_3(System.Object, DynamicObjectMock)">
291         <size>139</size>
292       </method>
293       <method name="Void Invoke_4(System.Object, DynamicObjectMock)">
294         <size>148</size>
295       </method>
296       <method name="Void Invoke_5(System.Object, DynamicObjectMock)">
297         <size>154</size>
298       </method>
299       <method name="Void InvokeMember_1(System.Object, DynamicObjectMock)">
300         <size>131</size>
301       </method>
302       <method name="Void InvokeMember_2(System.Object, DynamicObjectMock)">
303         <size>136</size>
304       </method>
305       <method name="Void InvokeMember_3(System.Object, DynamicObjectMock)">
306         <size>135</size>
307       </method>
308       <method name="Void InvokeMember_4(System.Object, DynamicObjectMock)">
309         <size>132</size>
310       </method>
311       <method name="Void InvokeMember_5(System.Object, DynamicObjectMock)">
312         <size>105</size>
313       </method>
314       <method name="Void InvokeMember_6(System.Object, DynamicObjectMock)">
315         <size>142</size>
316       </method>
317       <method name="Void InvokeMember_7(System.Object, DynamicObjectMock)">
318         <size>137</size>
319       </method>
320       <method name="Void SetIndex_1(System.Object, DynamicObjectMock)">
321         <size>136</size>
322       </method>
323       <method name="Void SetIndex_2(System.Object, DynamicObjectMock)">
324         <size>150</size>
325       </method>
326       <method name="Void SetIndex_3(System.Object, DynamicObjectMock)">
327         <size>139</size>
328       </method>
329       <method name="Void SetMember_1(System.Object, DynamicObjectMock)">
330         <size>133</size>
331       </method>
332       <method name="Void UnaryPlus_1(System.Object, DynamicObjectMock)">
333         <size>113</size>
334       </method>
335       <method name="Void UnaryMinus_1(System.Object, DynamicObjectMock)">
336         <size>113</size>
337       </method>
338       <method name="Void UnaryNot_1(System.Object, DynamicObjectMock)">
339         <size>113</size>
340       </method>
341       <method name="Void UnaryOnesComplement_1(System.Object, DynamicObjectMock)">
342         <size>113</size>
343       </method>
344       <method name="Void UnaryDecrement_1(System.Object, DynamicObjectMock)">
345         <size>116</size>
346       </method>
347       <method name="Void UnaryDecrement_2(System.Object, DynamicObjectMock)">
348         <size>118</size>
349       </method>
350       <method name="Void UnaryIncrement_1(System.Object, DynamicObjectMock)">
351         <size>116</size>
352       </method>
353       <method name="Void UnaryIncrement_2(System.Object, DynamicObjectMock)">
354         <size>118</size>
355       </method>
356       <method name="Void UnaryIsFalse_1(System.Object, DynamicObjectMock)">
357         <size>158</size>
358       </method>
359       <method name="Void UnaryIsFalse_2(System.Object, DynamicObjectMock)">
360         <size>158</size>
361       </method>
362       <method name="Void UnaryIsFalse_3(System.Object, DynamicObjectMock)">
363         <size>245</size>
364       </method>
365       <method name="Void UnaryIsTrue_1(System.Object, DynamicObjectMock)">
366         <size>129</size>
367       </method>
368       <method name="Void UnaryIsTrue_2(System.Object, DynamicObjectMock)">
369         <size>246</size>
370       </method>
371       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
372         <size>130</size>
373       </method>
374       <method name="Int32 Main()">
375         <size>179</size>
376       </method>
377       <method name="Void &lt;BinaryAdd_1&gt;m__4(System.Dynamic.BinaryOperationBinder, System.Object)">
378         <size>72</size>
379       </method>
380       <method name="Void &lt;BinaryAdd_2&gt;m__5(System.Dynamic.BinaryOperationBinder, System.Object)">
381         <size>67</size>
382       </method>
383       <method name="Void &lt;BinaryAdd_3&gt;m__6(System.Dynamic.BinaryOperationBinder, System.Object)">
384         <size>72</size>
385       </method>
386       <method name="Void &lt;BinaryAdd_4&gt;m__7(System.Dynamic.BinaryOperationBinder, System.Object)">
387         <size>72</size>
388       </method>
389       <method name="Void &lt;BinaryAddChecked_1&gt;m__8(System.Dynamic.BinaryOperationBinder, System.Object)">
390         <size>72</size>
391       </method>
392       <method name="Void &lt;BinaryAddChecked_2&gt;m__9(System.Dynamic.BinaryOperationBinder, System.Object)">
393         <size>72</size>
394       </method>
395       <method name="Void &lt;BinaryAddAssign_1&gt;m__B(System.Dynamic.BinaryOperationBinder, System.Object)">
396         <size>73</size>
397       </method>
398       <method name="Void &lt;BinaryAddAssignChecked_1&gt;m__C(System.Dynamic.BinaryOperationBinder, System.Object)">
399         <size>73</size>
400       </method>
401       <method name="Void &lt;BinaryAnd_1&gt;m__D(System.Dynamic.BinaryOperationBinder, System.Object)">
402         <size>72</size>
403       </method>
404       <method name="Void &lt;BinaryAndAssign_1&gt;m__E(System.Dynamic.BinaryOperationBinder, System.Object)">
405         <size>73</size>
406       </method>
407       <method name="Void &lt;BinaryDivide_1&gt;m__F(System.Dynamic.BinaryOperationBinder, System.Object)">
408         <size>73</size>
409       </method>
410       <method name="Void &lt;BinaryDivideAssign_1&gt;m__10(System.Dynamic.BinaryOperationBinder, System.Object)">
411         <size>73</size>
412       </method>
413       <method name="Void &lt;BinaryEqual_1&gt;m__11(System.Dynamic.BinaryOperationBinder, System.Object)">
414         <size>73</size>
415       </method>
416       <method name="Void &lt;BinaryExclusiveOr_1&gt;m__12(System.Dynamic.BinaryOperationBinder, System.Object)">
417         <size>73</size>
418       </method>
419       <method name="Void &lt;BinaryExclusiveOrAssign_1&gt;m__13(System.Dynamic.BinaryOperationBinder, System.Object)">
420         <size>73</size>
421       </method>
422       <method name="Void &lt;BinaryGreaterThan_1&gt;m__14(System.Dynamic.BinaryOperationBinder, System.Object)">
423         <size>73</size>
424       </method>
425       <method name="Void &lt;BinaryGreaterThanOrEqual_1&gt;m__15(System.Dynamic.BinaryOperationBinder, System.Object)">
426         <size>73</size>
427       </method>
428       <method name="Void &lt;BinaryLeftShift_1&gt;m__16(System.Dynamic.BinaryOperationBinder, System.Object)">
429         <size>73</size>
430       </method>
431       <method name="Void &lt;BinaryLeftShiftAssign_1&gt;m__17(System.Dynamic.BinaryOperationBinder, System.Object)">
432         <size>73</size>
433       </method>
434       <method name="Void &lt;BinaryLessThan_1&gt;m__18(System.Dynamic.BinaryOperationBinder, System.Object)">
435         <size>73</size>
436       </method>
437       <method name="Void &lt;BinaryLessThanOrEqual_1&gt;m__19(System.Dynamic.BinaryOperationBinder, System.Object)">
438         <size>73</size>
439       </method>
440       <method name="Void &lt;BinaryModulo_1&gt;m__1A(System.Dynamic.BinaryOperationBinder, System.Object)">
441         <size>73</size>
442       </method>
443       <method name="Void &lt;BinaryModuloAssign_1&gt;m__1B(System.Dynamic.BinaryOperationBinder, System.Object)">
444         <size>73</size>
445       </method>
446       <method name="Void &lt;BinaryMultiply_1&gt;m__1C(System.Dynamic.BinaryOperationBinder, System.Object)">
447         <size>73</size>
448       </method>
449       <method name="Void &lt;BinaryMultiplyAssign_1&gt;m__1D(System.Dynamic.BinaryOperationBinder, System.Object)">
450         <size>73</size>
451       </method>
452       <method name="Void &lt;BinaryNotEqual_1&gt;m__1E(System.Dynamic.BinaryOperationBinder, System.Object)">
453         <size>73</size>
454       </method>
455       <method name="Void &lt;BinaryOr_1&gt;m__1F(System.Dynamic.BinaryOperationBinder, System.Object)">
456         <size>73</size>
457       </method>
458       <method name="Void &lt;BinaryOrAssign_1&gt;m__20(System.Dynamic.BinaryOperationBinder, System.Object)">
459         <size>73</size>
460       </method>
461       <method name="Void &lt;BinaryRightShift_1&gt;m__21(System.Dynamic.BinaryOperationBinder, System.Object)">
462         <size>73</size>
463       </method>
464       <method name="Void &lt;BinaryRightShiftAssign_1&gt;m__22(System.Dynamic.BinaryOperationBinder, System.Object)">
465         <size>73</size>
466       </method>
467       <method name="Void &lt;BinarySubtract_1&gt;m__23(System.Dynamic.BinaryOperationBinder, System.Object)">
468         <size>73</size>
469       </method>
470       <method name="Void &lt;BinarySubtractAssign_1&gt;m__24(System.Dynamic.BinaryOperationBinder, System.Object)">
471         <size>73</size>
472       </method>
473       <method name="System.Object &lt;Convert_1&gt;m__25(System.Dynamic.ConvertBinder)">
474         <size>50</size>
475       </method>
476       <method name="System.Object &lt;Convert_2&gt;m__26(System.Dynamic.ConvertBinder)">
477         <size>50</size>
478       </method>
479       <method name="System.Object &lt;Convert_3&gt;m__27(System.Dynamic.ConvertBinder)">
480         <size>50</size>
481       </method>
482       <method name="System.Object &lt;Convert_4&gt;m__28(System.Dynamic.ConvertBinder)">
483         <size>50</size>
484       </method>
485       <method name="Void .ctor()">
486         <size>7</size>
487       </method>
488       <method name="Void .ctor(Object)">
489         <size>7</size>
490       </method>
491       <method name="Void .cctor()">
492         <size>34</size>
493       </method>
494       <method name="Void Convert_5(System.Object, DynamicObjectMock)">
495         <size>226</size>
496       </method>
497       <method name="System.Object &lt;Convert_5&gt;m__29(System.Dynamic.ConvertBinder)">
498         <size>59</size>
499       </method>
500       <method name="Void &lt;GetIndex_1&gt;m__2A(System.Dynamic.GetIndexBinder, System.Object[])">
501         <size>92</size>
502       </method>
503       <method name="Void &lt;GetIndex_2&gt;m__2B(System.Dynamic.GetIndexBinder, System.Object[])">
504         <size>111</size>
505       </method>
506       <method name="Void &lt;Invoke_1&gt;m__2E(System.Dynamic.InvokeBinder, System.Object[])">
507         <size>101</size>
508       </method>
509       <method name="Void &lt;Invoke_2&gt;m__2F(System.Dynamic.InvokeBinder, System.Object[])">
510         <size>73</size>
511       </method>
512       <method name="Void &lt;Invoke_4&gt;m__30(System.Dynamic.InvokeBinder, System.Object[])">
513         <size>127</size>
514       </method>
515       <method name="Void &lt;Invoke_5&gt;m__31(System.Dynamic.InvokeBinder, System.Object[])">
516         <size>91</size>
517       </method>
518       <method name="Void &lt;Invoke_5&gt;m__32(System.Object)">
519         <size>93</size>
520       </method>
521     </type>
522     <type name="AssertDynamicObject+&lt;GetFakeMetaObject&gt;c__AnonStorey0">
523       <method name="Void .ctor()">
524         <size>7</size>
525       </method>
526     </type>
527     <type name="Tester+&lt;BinaryAddChecked_2&gt;c__AnonStorey1">
528       <method name="System.Object &lt;&gt;m__A()">
529         <size>91</size>
530       </method>
531       <method name="Void .ctor()">
532         <size>7</size>
533       </method>
534     </type>
535     <type name="Tester+&lt;GetIndex_3&gt;c__AnonStorey2">
536       <method name="Void &lt;&gt;m__2C(System.Dynamic.GetIndexBinder, System.Object[])">
537         <size>92</size>
538       </method>
539       <method name="Void .ctor()">
540         <size>7</size>
541       </method>
542     </type>
543     <type name="Tester+&lt;InvokeMember_2&gt;c__AnonStorey3">
544       <method name="Void .ctor()">
545         <size>7</size>
546       </method>
547     </type>
548     <type name="Tester+&lt;InvokeMember_6&gt;c__AnonStorey4">
549       <method name="Void .ctor()">
550         <size>7</size>
551       </method>
552     </type>
553     <type name="Tester+&lt;SetIndex_3&gt;c__AnonStorey5">
554       <method name="Void .ctor()">
555         <size>7</size>
556       </method>
557     </type>
558     <type name="Tester">
559       <method name="Void Invoke_6(System.Object, DynamicObjectMock)">
560         <size>124</size>
561       </method>
562       <method name="Void &lt;Invoke_6&gt;m__33(System.Dynamic.InvokeBinder, System.Object[])">
563         <size>92</size>
564       </method>
565       <method name="Void &lt;InvokeMember_1&gt;m__34(System.Dynamic.InvokeMemberBinder, System.Object[])">
566         <size>110</size>
567       </method>
568       <method name="Void &lt;InvokeMember_3&gt;m__36(System.Dynamic.InvokeMemberBinder, System.Object[])">
569         <size>111</size>
570       </method>
571       <method name="Void &lt;InvokeMember_4&gt;m__37(System.Dynamic.InvokeMemberBinder, System.Object[])">
572         <size>110</size>
573       </method>
574       <method name="Void &lt;InvokeMember_7&gt;m__39(System.Dynamic.InvokeMemberBinder, System.Object[])">
575         <size>90</size>
576       </method>
577     </type>
578     <type name="Tester+&lt;InvokeMember_2&gt;c__AnonStorey3">
579       <method name="Void &lt;&gt;m__35(System.Dynamic.InvokeMemberBinder, System.Object[])">
580         <size>109</size>
581       </method>
582     </type>
583     <type name="Tester+&lt;InvokeMember_6&gt;c__AnonStorey4">
584       <method name="Void &lt;&gt;m__38(System.Dynamic.InvokeMemberBinder, System.Object[])">
585         <size>119</size>
586       </method>
587     </type>
588     <type name="Tester">
589       <method name="Void SetMember_2(System.Object, DynamicObjectMock)">
590         <size>372</size>
591       </method>
592       <method name="System.Object &lt;GetMember_1&gt;m__2D(System.Dynamic.GetMemberBinder)">
593         <size>67</size>
594       </method>
595     </type>
596     <type name="Tester+&lt;SetMember_2&gt;c__AnonStorey6">
597       <method name="Void .ctor()">
598         <size>7</size>
599       </method>
600     </type>
601     <type name="Tester">
602       <method name="Void InvokeMember_8(System.Object, DynamicObjectMock)">
603         <size>140</size>
604       </method>
605       <method name="Void &lt;InvokeMember_8&gt;m__3A(System.Dynamic.InvokeMemberBinder, System.Object[])">
606         <size>111</size>
607       </method>
608       <method name="Void &lt;SetIndex_1&gt;m__3B(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
609         <size>124</size>
610       </method>
611       <method name="Void &lt;SetIndex_2&gt;m__3C(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
612         <size>139</size>
613       </method>
614       <method name="Void &lt;SetMember_1&gt;m__3E(System.Dynamic.SetMemberBinder, System.Object)">
615         <size>101</size>
616       </method>
617       <method name="Void &lt;SetMember_2&gt;m__40(System.Dynamic.BinaryOperationBinder, System.Object)">
618         <size>68</size>
619       </method>
620       <method name="Void &lt;SetMember_2&gt;m__41(System.Dynamic.SetMemberBinder, System.Object)">
621         <size>76</size>
622       </method>
623       <method name="System.Object &lt;UnaryPlus_1&gt;m__42(System.Dynamic.UnaryOperationBinder)">
624         <size>47</size>
625       </method>
626       <method name="System.Object &lt;UnaryMinus_1&gt;m__43(System.Dynamic.UnaryOperationBinder)">
627         <size>47</size>
628       </method>
629       <method name="System.Object &lt;UnaryNot_1&gt;m__44(System.Dynamic.UnaryOperationBinder)">
630         <size>47</size>
631       </method>
632       <method name="System.Object &lt;UnaryOnesComplement_1&gt;m__45(System.Dynamic.UnaryOperationBinder)">
633         <size>47</size>
634       </method>
635       <method name="System.Object &lt;UnaryDecrement_1&gt;m__46(System.Dynamic.UnaryOperationBinder)">
636         <size>47</size>
637       </method>
638       <method name="System.Object &lt;UnaryDecrement_2&gt;m__47(System.Dynamic.UnaryOperationBinder)">
639         <size>51</size>
640       </method>
641       <method name="System.Object &lt;UnaryIncrement_1&gt;m__48(System.Dynamic.UnaryOperationBinder)">
642         <size>47</size>
643       </method>
644       <method name="System.Object &lt;UnaryIncrement_2&gt;m__49(System.Dynamic.UnaryOperationBinder)">
645         <size>51</size>
646       </method>
647       <method name="System.Object &lt;UnaryIsFalse_1&gt;m__4A(System.Dynamic.UnaryOperationBinder)">
648         <size>52</size>
649       </method>
650       <method name="Void &lt;UnaryIsFalse_1&gt;m__4B(System.Dynamic.BinaryOperationBinder, System.Object)">
651         <size>68</size>
652       </method>
653       <method name="System.Object &lt;UnaryIsFalse_2&gt;m__4C(System.Dynamic.UnaryOperationBinder)">
654         <size>52</size>
655       </method>
656       <method name="Void &lt;UnaryIsFalse_2&gt;m__4D(System.Dynamic.BinaryOperationBinder, System.Object)">
657         <size>68</size>
658       </method>
659       <method name="System.Object &lt;UnaryIsFalse_3&gt;m__4E(System.Dynamic.UnaryOperationBinder)">
660         <size>52</size>
661       </method>
662       <method name="Void &lt;UnaryIsFalse_3&gt;m__4F(System.Dynamic.BinaryOperationBinder, System.Object)">
663         <size>67</size>
664       </method>
665       <method name="System.Object &lt;UnaryIsTrue_1&gt;m__50(System.Dynamic.UnaryOperationBinder)">
666         <size>52</size>
667       </method>
668       <method name="System.Object &lt;UnaryIsTrue_2&gt;m__51(System.Dynamic.UnaryOperationBinder)">
669         <size>52</size>
670       </method>
671       <method name="Void &lt;UnaryIsTrue_2&gt;m__52(System.Dynamic.BinaryOperationBinder, System.Object)">
672         <size>68</size>
673       </method>
674       <method name="Boolean &lt;Main&gt;m__55(System.Reflection.MethodInfo)">
675         <size>12</size>
676       </method>
677     </type>
678     <type name="Tester+&lt;SetIndex_3&gt;c__AnonStorey5">
679       <method name="Void &lt;&gt;m__3D(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
680         <size>119</size>
681       </method>
682     </type>
683     <type name="Tester+&lt;SetMember_2&gt;c__AnonStorey6">
684       <method name="System.Object &lt;&gt;m__3F(System.Dynamic.GetMemberBinder)">
685         <size>72</size>
686       </method>
687     </type>
688     <type name="Tester">
689       <method name="Void BinaryLogicalAnd_1(System.Object, DynamicObjectMock)">
690         <size>116</size>
691       </method>
692       <method name="Void BinaryLogicalOr_1(System.Object, DynamicObjectMock)">
693         <size>117</size>
694       </method>
695       <method name="Void UnaryIsTrue_3(System.Object, DynamicObjectMock)">
696         <size>248</size>
697       </method>
698       <method name="System.Object &lt;UnaryIsTrue_3&gt;m__53(System.Dynamic.UnaryOperationBinder)">
699         <size>52</size>
700       </method>
701       <method name="Void &lt;UnaryIsTrue_3&gt;m__54(System.Dynamic.BinaryOperationBinder, System.Object)">
702         <size>73</size>
703       </method>
704       <method name="System.String &lt;Main&gt;m__56(System.Reflection.MethodInfo)">
705         <size>7</size>
706       </method>
707       <method name="Boolean &lt;Main&gt;m__57(System.Reflection.MethodInfo)">
708         <size>7</size>
709       </method>
710       <method name="Boolean &lt;Main&gt;m__58(Boolean)">
711         <size>5</size>
712       </method>
713     </type>
714     <type name="Tester+&lt;InvokeMember_3&gt;c__DynamicSite32+Container0">
715       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
716         <size>0</size>
717       </method>
718       <method name="Void .ctor(Object, IntPtr)">
719         <size>0</size>
720       </method>
721     </type>
722     <type name="Tester+&lt;InvokeMember_4&gt;c__DynamicSite33+Container0">
723       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
724         <size>0</size>
725       </method>
726       <method name="Void .ctor(Object, IntPtr)">
727         <size>0</size>
728       </method>
729     </type>
730     <type name="Tester+&lt;InvokeMember_8&gt;c__DynamicSite37+Container0">
731       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, System.Object ByRef)">
732         <size>0</size>
733       </method>
734       <method name="Void .ctor(Object, IntPtr)">
735         <size>0</size>
736       </method>
737     </type>
738   </test>
739   <test name="dtest-004.cs">
740     <type name="G`1[T]">
741       <method name="Void .ctor()">
742         <size>7</size>
743       </method>
744     </type>
745     <type name="C">
746       <method name="System.Object Create()">
747         <size>7</size>
748       </method>
749       <method name="Void M[T]()">
750         <size>18</size>
751       </method>
752       <method name="Int32 Main()">
753         <size>113</size>
754       </method>
755       <method name="Void .ctor()">
756         <size>7</size>
757       </method>
758     </type>
759   </test>
760   <test name="dtest-005.cs">
761     <type name="MyObject">
762       <method name="Boolean TryGetMember(System.Dynamic.GetMemberBinder, System.Object ByRef)">
763         <size>27</size>
764       </method>
765       <method name="Boolean TryInvokeMember(System.Dynamic.InvokeMemberBinder, System.Object[], System.Object ByRef)">
766         <size>27</size>
767       </method>
768       <method name="Void .ctor()">
769         <size>7</size>
770       </method>
771     </type>
772     <type name="Tests">
773       <method name="Int32 Main()">
774         <size>242</size>
775       </method>
776       <method name="Void .ctor()">
777         <size>7</size>
778       </method>
779     </type>
780   </test>
781   <test name="dtest-006.cs">
782     <type name="InverseLogicalOperator">
783       <method name="Boolean op_True(InverseLogicalOperator)">
784         <size>8</size>
785       </method>
786       <method name="Boolean op_False(InverseLogicalOperator)">
787         <size>8</size>
788       </method>
789       <method name="Void .ctor(Boolean)">
790         <size>8</size>
791       </method>
792     </type>
793     <type name="MyType">
794       <method name="Int16 get_ShortProp()">
795         <size>7</size>
796       </method>
797       <method name="Void set_ShortProp(Int16)">
798         <size>8</size>
799       </method>
800       <method name="Int32 GetHashCode()">
801         <size>6</size>
802       </method>
803       <method name="System.String ToString()">
804         <size>12</size>
805       </method>
806       <method name="Boolean op_True(MyType)">
807         <size>14</size>
808       </method>
809       <method name="Boolean op_False(MyType)">
810         <size>11</size>
811       </method>
812       <method name="MyType op_Addition(MyType, MyType)">
813         <size>21</size>
814       </method>
815       <method name="MyType op_Subtraction(MyType, MyType)">
816         <size>21</size>
817       </method>
818       <method name="MyType op_Division(MyType, MyType)">
819         <size>21</size>
820       </method>
821       <method name="MyType op_Multiply(MyType, MyType)">
822         <size>21</size>
823       </method>
824       <method name="MyType op_Modulus(MyType, MyType)">
825         <size>21</size>
826       </method>
827       <method name="MyType op_BitwiseAnd(MyType, MyType)">
828         <size>21</size>
829       </method>
830       <method name="MyType op_BitwiseOr(MyType, MyType)">
831         <size>21</size>
832       </method>
833       <method name="MyType op_ExclusiveOr(MyType, MyType)">
834         <size>21</size>
835       </method>
836       <method name="Boolean op_Equality(MyType, MyType)">
837         <size>17</size>
838       </method>
839       <method name="Boolean op_Inequality(MyType, MyType)">
840         <size>20</size>
841       </method>
842       <method name="Boolean op_GreaterThan(MyType, MyType)">
843         <size>17</size>
844       </method>
845       <method name="Boolean op_LessThan(MyType, MyType)">
846         <size>17</size>
847       </method>
848       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
849         <size>20</size>
850       </method>
851       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
852         <size>20</size>
853       </method>
854       <method name="Boolean op_LogicalNot(MyType)">
855         <size>11</size>
856       </method>
857       <method name="Int32 op_OnesComplement(MyType)">
858         <size>9</size>
859       </method>
860       <method name="MyType op_Increment(MyType)">
861         <size>15</size>
862       </method>
863       <method name="MyType op_Decrement(MyType)">
864         <size>15</size>
865       </method>
866       <method name="Int32 op_RightShift(MyType, Int32)">
867         <size>13</size>
868       </method>
869       <method name="Int32 op_LeftShift(MyType, Int32)">
870         <size>13</size>
871       </method>
872       <method name="MyType op_UnaryNegation(MyType)">
873         <size>14</size>
874       </method>
875       <method name="MyType op_UnaryPlus(MyType)">
876         <size>11</size>
877       </method>
878       <method name="Void .ctor(Int32)">
879         <size>8</size>
880       </method>
881     </type>
882     <type name="MyTypeExplicit">
883       <method name="Int32 op_Explicit(MyTypeExplicit)">
884         <size>7</size>
885       </method>
886       <method name="Void .ctor(Int32)">
887         <size>14</size>
888       </method>
889     </type>
890     <type name="MyTypeImplicitOnly">
891       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
892         <size>8</size>
893       </method>
894       <method name="Boolean op_Implicit(MyTypeImplicitOnly)">
895         <size>14</size>
896       </method>
897       <method name="Void .ctor(Int16)">
898         <size>8</size>
899       </method>
900     </type>
901     <type name="Tester">
902       <method name="Void add_ev_assign(System.Action)">
903         <size>47</size>
904       </method>
905       <method name="Void remove_ev_assign(System.Action)">
906         <size>47</size>
907       </method>
908       <method name="Void Assert[T](T, T, System.String)">
909         <size>78</size>
910       </method>
911       <method name="Void AssertChecked[T](System.Func`1[T], T, System.String)">
912         <size>42</size>
913       </method>
914       <method name="Void AssertChecked(System.Action, System.String)">
915         <size>35</size>
916       </method>
917       <method name="Void AddTest()">
918         <size>1370</size>
919       </method>
920       <method name="Void AddNullableTest()">
921         <size>2278</size>
922       </method>
923       <method name="Void AddEnumTest()">
924         <size>874</size>
925       </method>
926       <method name="Void AddCheckedTest()">
927         <size>345</size>
928       </method>
929       <method name="Void AddStringTest()">
930         <size>1144</size>
931       </method>
932       <method name="Void AddAssignTest()">
933         <size>1154</size>
934       </method>
935       <method name="Void AddAssignNullableTest()">
936         <size>13</size>
937       </method>
938       <method name="Void AddAssignEnumTest()">
939         <size>443</size>
940       </method>
941       <method name="Void AddAssignCheckedTest()">
942         <size>319</size>
943       </method>
944       <method name="Void AddAssignStringTest()">
945         <size>876</size>
946       </method>
947       <method name="Void AddAssignEvent()">
948         <size>3</size>
949       </method>
950       <method name="Void AndTest()">
951         <size>1536</size>
952       </method>
953       <method name="Void AndTestEnum()">
954         <size>670</size>
955       </method>
956       <method name="Void AndTestNullable()">
957         <size>1808</size>
958       </method>
959       <method name="Void AndAssignedTest()">
960         <size>911</size>
961       </method>
962       <method name="Void AndAssignedTestEnum()">
963         <size>683</size>
964       </method>
965       <method name="Void AndAlsoTest()">
966         <size>1252</size>
967       </method>
968       <method name="Void DivideTest()">
969         <size>927</size>
970       </method>
971       <method name="Void DivideNullableTest()">
972         <size>2306</size>
973       </method>
974       <method name="Void DivideCheckedTest()">
975         <size>1</size>
976       </method>
977       <method name="Void DivideAssignTest()">
978         <size>1143</size>
979       </method>
980       <method name="Void DivideAssignCheckedTest()">
981         <size>1</size>
982       </method>
983       <method name="Void ConvertImplicitTest()">
984         <size>1265</size>
985       </method>
986       <method name="Int32 ConvertImplicitReturnTest()">
987         <size>75</size>
988       </method>
989       <method name="IEnumerable`1 ConvertImplicitReturnTest_2()">
990         <size>16</size>
991       </method>
992       <method name="Void ConvertExplicitTest()">
993         <size>502</size>
994       </method>
995       <method name="Void ConvertExplicitCheckedTest()">
996         <size>87</size>
997       </method>
998       <method name="Void ConvertArray()">
999         <size>167</size>
1000       </method>
1001       <method name="Void EqualTest()">
1002         <size>1941</size>
1003       </method>
1004       <method name="Void EqualNullableTest()">
1005         <size>3033</size>
1006       </method>
1007       <method name="Void EqualEnumTest()">
1008         <size>1047</size>
1009       </method>
1010       <method name="Void EqualStringTest()">
1011         <size>630</size>
1012       </method>
1013       <method name="Void EqualDelegateTest()">
1014         <size>18</size>
1015       </method>
1016       <method name="Void ExclusiveOrTest()">
1017         <size>1546</size>
1018       </method>
1019       <method name="Void ExclusiveOrNullableTest()">
1020         <size>1816</size>
1021       </method>
1022       <method name="Void ExclusiveOrTestEnum()">
1023         <size>692</size>
1024       </method>
1025       <method name="Void ExclusiveOrAssignedTest()">
1026         <size>893</size>
1027       </method>
1028       <method name="Void ExclusiveOrAssignedTestEnum()">
1029         <size>685</size>
1030       </method>
1031       <method name="Void GreaterThanTest()">
1032         <size>1983</size>
1033       </method>
1034       <method name="Void GreaterThanNullableTest()">
1035         <size>2406</size>
1036       </method>
1037       <method name="Void GreaterThanEnumTest()">
1038         <size>1047</size>
1039       </method>
1040       <method name="Void GreaterThanEqualTest()">
1041         <size>1983</size>
1042       </method>
1043       <method name="Void GreaterThanEqualNullableTest()">
1044         <size>2406</size>
1045       </method>
1046       <method name="Void GreaterThanEqualEnumTest()">
1047         <size>1047</size>
1048       </method>
1049       <method name="Void LeftShiftTest()">
1050         <size>1366</size>
1051       </method>
1052       <method name="Void LeftShiftNullableTest()">
1053         <size>1137</size>
1054       </method>
1055       <method name="Void LeftShiftAssignTest()">
1056         <size>649</size>
1057       </method>
1058       <method name="Void LeftShiftAssignNullableTest()">
1059         <size>443</size>
1060       </method>
1061       <method name="Void LessThanTest()">
1062         <size>1983</size>
1063       </method>
1064       <method name="Void LessThanNullableTest()">
1065         <size>2420</size>
1066       </method>
1067       <method name="Void LessThanEnumTest()">
1068         <size>1047</size>
1069       </method>
1070       <method name="Void LessThanOrEqualTest()">
1071         <size>1983</size>
1072       </method>
1073       <method name="Void LessThanOrEqualNullableTest()">
1074         <size>2406</size>
1075       </method>
1076       <method name="Void LessThanOrEqualEnumTest()">
1077         <size>1047</size>
1078       </method>
1079       <method name="Void ModuloTest()">
1080         <size>923</size>
1081       </method>
1082       <method name="Void ModuloNullableTest()">
1083         <size>2294</size>
1084       </method>
1085       <method name="Void ModuloAssignTest()">
1086         <size>1137</size>
1087       </method>
1088       <method name="Void MultiplyTest()">
1089         <size>1167</size>
1090       </method>
1091       <method name="Void MultiplyNullableTest()">
1092         <size>2294</size>
1093       </method>
1094       <method name="Void MultiplyCheckedTest()">
1095         <size>343</size>
1096       </method>
1097       <method name="Void MultiplyAssignTest()">
1098         <size>1327</size>
1099       </method>
1100       <method name="Void MultiplyAssignCheckedTest()">
1101         <size>317</size>
1102       </method>
1103       <method name="Void Negate()">
1104         <size>1311</size>
1105       </method>
1106       <method name="Void NegateNullable()">
1107         <size>1117</size>
1108       </method>
1109       <method name="Void NegateChecked()">
1110         <size>51</size>
1111       </method>
1112       <method name="Void Not()">
1113         <size>404</size>
1114       </method>
1115       <method name="Void NotEqualTest()">
1116         <size>1945</size>
1117       </method>
1118       <method name="Void NotEqualNullableTest()">
1119         <size>3033</size>
1120       </method>
1121       <method name="Void NotEqualEnumTest()">
1122         <size>1047</size>
1123       </method>
1124       <method name="Void NotEqualStringTest()">
1125         <size>630</size>
1126       </method>
1127       <method name="Void OnesComplement()">
1128         <size>818</size>
1129       </method>
1130       <method name="Void OnesComplementNullable()">
1131         <size>418</size>
1132       </method>
1133       <method name="Void OrTest()">
1134         <size>1546</size>
1135       </method>
1136       <method name="Void OrTestEnum()">
1137         <size>674</size>
1138       </method>
1139       <method name="Void OrTestNullable()">
1140         <size>1592</size>
1141       </method>
1142       <method name="Void OrAssignedTest()">
1143         <size>911</size>
1144       </method>
1145       <method name="Void OrAssignedTestEnum()">
1146         <size>685</size>
1147       </method>
1148       <method name="Void OrElseTest()">
1149         <size>1257</size>
1150       </method>
1151       <method name="Void RightShiftTest()">
1152         <size>1152</size>
1153       </method>
1154       <method name="Void RightShiftNullableTest()">
1155         <size>1136</size>
1156       </method>
1157       <method name="Void RightShiftAssignTest()">
1158         <size>649</size>
1159       </method>
1160       <method name="Void RightShiftAssignNullableTest()">
1161         <size>442</size>
1162       </method>
1163       <method name="Void SubtractTest()">
1164         <size>1132</size>
1165       </method>
1166       <method name="Void SubtractNullableTest()">
1167         <size>2289</size>
1168       </method>
1169       <method name="Void SubtractEnumTest()">
1170         <size>896</size>
1171       </method>
1172       <method name="Void SubtractCheckedTest()">
1173         <size>346</size>
1174       </method>
1175       <method name="Void SubtractAssignTest()">
1176         <size>1154</size>
1177       </method>
1178       <method name="Void SubtractAssignEnumTest()">
1179         <size>454</size>
1180       </method>
1181       <method name="Void SubtractAssignCheckedTest()">
1182         <size>319</size>
1183       </method>
1184       <method name="Void SubtractAssignEvent()">
1185         <size>33</size>
1186       </method>
1187       <method name="Void UnaryDecrement()">
1188         <size>991</size>
1189       </method>
1190       <method name="Void UnaryDecrementCheckedTest()">
1191         <size>295</size>
1192       </method>
1193       <method name="Void UnaryIncrement()">
1194         <size>992</size>
1195       </method>
1196       <method name="Void UnaryIncrementCheckedTest()">
1197         <size>292</size>
1198       </method>
1199       <method name="Void UnaryIsTrue()">
1200         <size>428</size>
1201       </method>
1202       <method name="Void UnaryPlus()">
1203         <size>1114</size>
1204       </method>
1205       <method name="Void UnaryPlusNullable()">
1206         <size>1119</size>
1207       </method>
1208       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1209         <size>87</size>
1210       </method>
1211       <method name="Int32 Main()">
1212         <size>179</size>
1213       </method>
1214       <method name="Void &lt;SubtractAssignEvent&gt;m__C()">
1215         <size>11</size>
1216       </method>
1217       <method name="Boolean &lt;Main&gt;m__F(System.Reflection.MethodInfo)">
1218         <size>12</size>
1219       </method>
1220       <method name="System.String &lt;Main&gt;m__10(System.Reflection.MethodInfo)">
1221         <size>7</size>
1222       </method>
1223       <method name="Boolean &lt;Main&gt;m__11(System.Reflection.MethodInfo)">
1224         <size>7</size>
1225       </method>
1226       <method name="Boolean &lt;Main&gt;m__12(Boolean)">
1227         <size>5</size>
1228       </method>
1229       <method name="Void .ctor()">
1230         <size>7</size>
1231       </method>
1232     </type>
1233     <type name="Tester+EmptyDelegate">
1234       <method name="Void Invoke()">
1235         <size>0</size>
1236       </method>
1237       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1238         <size>0</size>
1239       </method>
1240       <method name="Void EndInvoke(IAsyncResult)">
1241         <size>0</size>
1242       </method>
1243       <method name="Void .ctor(Object, IntPtr)">
1244         <size>0</size>
1245       </method>
1246     </type>
1247     <type name="Tester+&lt;AddCheckedTest&gt;c__AnonStorey1">
1248       <method name="System.Object &lt;&gt;m__0()">
1249         <size>96</size>
1250       </method>
1251       <method name="System.Object &lt;&gt;m__1()">
1252         <size>96</size>
1253       </method>
1254       <method name="Void .ctor()">
1255         <size>7</size>
1256       </method>
1257     </type>
1258     <type name="Tester+&lt;AddAssignCheckedTest&gt;c__AnonStorey2">
1259       <method name="Void &lt;&gt;m__2()">
1260         <size>233</size>
1261       </method>
1262       <method name="Void .ctor()">
1263         <size>7</size>
1264       </method>
1265     </type>
1266     <type name="Tester+&lt;ConvertImplicitReturnTest_2&gt;c__Iterator0">
1267       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
1268         <size>7</size>
1269       </method>
1270       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1271         <size>7</size>
1272       </method>
1273       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1274         <size>7</size>
1275       </method>
1276       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
1277         <size>26</size>
1278       </method>
1279       <method name="Boolean MoveNext()">
1280         <size>145</size>
1281       </method>
1282       <method name="Void Dispose()">
1283         <size>8</size>
1284       </method>
1285       <method name="Void Reset()">
1286         <size>6</size>
1287       </method>
1288       <method name="Void .ctor()">
1289         <size>7</size>
1290       </method>
1291     </type>
1292     <type name="Tester+&lt;ConvertExplicitCheckedTest&gt;c__AnonStorey3">
1293       <method name="Int32 &lt;&gt;m__3()">
1294         <size>74</size>
1295       </method>
1296       <method name="Nullable`1 &lt;&gt;m__4()">
1297         <size>74</size>
1298       </method>
1299       <method name="Void .ctor()">
1300         <size>7</size>
1301       </method>
1302     </type>
1303     <type name="Tester+&lt;MultiplyCheckedTest&gt;c__AnonStorey4">
1304       <method name="System.Object &lt;&gt;m__5()">
1305         <size>97</size>
1306       </method>
1307       <method name="System.Object &lt;&gt;m__6()">
1308         <size>97</size>
1309       </method>
1310       <method name="Void .ctor()">
1311         <size>7</size>
1312       </method>
1313     </type>
1314     <type name="Tester+&lt;MultiplyAssignCheckedTest&gt;c__AnonStorey5">
1315       <method name="Void &lt;&gt;m__7()">
1316         <size>233</size>
1317       </method>
1318       <method name="Void .ctor()">
1319         <size>7</size>
1320       </method>
1321     </type>
1322     <type name="Tester+&lt;NegateChecked&gt;c__AnonStorey6">
1323       <method name="System.Object &lt;&gt;m__8()">
1324         <size>81</size>
1325       </method>
1326       <method name="Void .ctor()">
1327         <size>7</size>
1328       </method>
1329     </type>
1330     <type name="Tester+&lt;SubtractCheckedTest&gt;c__AnonStorey7">
1331       <method name="System.Object &lt;&gt;m__9()">
1332         <size>97</size>
1333       </method>
1334       <method name="System.Object &lt;&gt;m__A()">
1335         <size>97</size>
1336       </method>
1337       <method name="Void .ctor()">
1338         <size>7</size>
1339       </method>
1340     </type>
1341     <type name="Tester+&lt;SubtractAssignCheckedTest&gt;c__AnonStorey8">
1342       <method name="Void &lt;&gt;m__B()">
1343         <size>233</size>
1344       </method>
1345       <method name="Void .ctor()">
1346         <size>7</size>
1347       </method>
1348     </type>
1349     <type name="Tester+&lt;UnaryDecrementCheckedTest&gt;c__AnonStorey9">
1350       <method name="Void &lt;&gt;m__D()">
1351         <size>223</size>
1352       </method>
1353       <method name="Void .ctor()">
1354         <size>7</size>
1355       </method>
1356     </type>
1357     <type name="Tester+&lt;UnaryIncrementCheckedTest&gt;c__AnonStoreyA">
1358       <method name="Void &lt;&gt;m__E()">
1359         <size>219</size>
1360       </method>
1361       <method name="Void .ctor()">
1362         <size>7</size>
1363       </method>
1364     </type>
1365   </test>
1366   <test name="dtest-007.cs">
1367     <type name="D">
1368       <method name="Void Invoke()">
1369         <size>0</size>
1370       </method>
1371       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1372         <size>0</size>
1373       </method>
1374       <method name="Void EndInvoke(IAsyncResult)">
1375         <size>0</size>
1376       </method>
1377       <method name="Void .ctor(Object, IntPtr)">
1378         <size>0</size>
1379       </method>
1380     </type>
1381     <type name="D2">
1382       <method name="Void Invoke(Decimal)">
1383         <size>0</size>
1384       </method>
1385       <method name="IAsyncResult BeginInvoke(Decimal, System.AsyncCallback, System.Object)">
1386         <size>0</size>
1387       </method>
1388       <method name="Void EndInvoke(IAsyncResult)">
1389         <size>0</size>
1390       </method>
1391       <method name="Void .ctor(Object, IntPtr)">
1392         <size>0</size>
1393       </method>
1394     </type>
1395     <type name="Class">
1396       <method name="UInt32 get_Item(Byte)">
1397         <size>9</size>
1398       </method>
1399       <method name="Void set_Item(Byte, UInt32)">
1400         <size>8</size>
1401       </method>
1402       <method name="Byte get_Prop()">
1403         <size>7</size>
1404       </method>
1405       <method name="Void set_Prop(Byte)">
1406         <size>8</size>
1407       </method>
1408       <method name="Void set_FixedValue(Int32)">
1409         <size>1</size>
1410       </method>
1411       <method name="Int32 get_FixedValue()">
1412         <size>6</size>
1413       </method>
1414       <method name="System.String Method(System.String)">
1415         <size>2</size>
1416       </method>
1417       <method name="Int32 Method(Int32, Byte)">
1418         <size>4</size>
1419       </method>
1420       <method name="Void MethodInOut(Int32 ByRef, System.String ByRef)">
1421         <size>11</size>
1422       </method>
1423       <method name="Void GenericVoid[T](T)">
1424         <size>1</size>
1425       </method>
1426       <method name="Int32 StaticMethod(System.Int32[])">
1427         <size>8</size>
1428       </method>
1429       <method name="Void .ctor()">
1430         <size>44</size>
1431       </method>
1432       <method name="Void .ctor(SByte)">
1433         <size>52</size>
1434       </method>
1435       <method name="Void .cctor()">
1436         <size>16</size>
1437       </method>
1438     </type>
1439     <type name="Tester">
1440       <method name="Void add_e(System.Func`1[System.Int32])">
1441         <size>47</size>
1442       </method>
1443       <method name="Void remove_e(System.Func`1[System.Int32])">
1444         <size>47</size>
1445       </method>
1446       <method name="Void Assert[T](T, T, System.String)">
1447         <size>78</size>
1448       </method>
1449       <method name="Void AssertError(System.Action, System.String)">
1450         <size>35</size>
1451       </method>
1452       <method name="Void GetIndexTest()">
1453         <size>915</size>
1454       </method>
1455       <method name="Void GetIndexError_Null()">
1456         <size>36</size>
1457       </method>
1458       <method name="Void InvokeTest()">
1459         <size>458</size>
1460       </method>
1461       <method name="Void InvokeMember()">
1462         <size>906</size>
1463       </method>
1464       <method name="Void InvokeConstructor()">
1465         <size>231</size>
1466       </method>
1467       <method name="Void IsEvent()">
1468         <size>2673</size>
1469       </method>
1470       <method name="Void MemberGetTest()">
1471         <size>810</size>
1472       </method>
1473       <method name="Void MemberGetError_Null()">
1474         <size>36</size>
1475       </method>
1476       <method name="Void MemberSetTest()">
1477         <size>2964</size>
1478       </method>
1479       <method name="Void MemberSetError_Null()">
1480         <size>36</size>
1481       </method>
1482       <method name="Void SetIndexTest()">
1483         <size>2900</size>
1484       </method>
1485       <method name="Void SetIndexError_Null()">
1486         <size>36</size>
1487       </method>
1488       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1489         <size>87</size>
1490       </method>
1491       <method name="Int32 Main()">
1492         <size>179</size>
1493       </method>
1494       <method name="Int32 &lt;InvokeTest&gt;m__1(System.String)">
1495         <size>2</size>
1496       </method>
1497       <method name="Void .ctor()">
1498         <size>7</size>
1499       </method>
1500     </type>
1501     <type name="&lt;PrivateImplementationDetails&gt;">
1502       <method name="Void .ctor()">
1503         <size>7</size>
1504       </method>
1505     </type>
1506     <type name="Tester+&lt;GetIndexError_Null&gt;c__AnonStorey0">
1507       <method name="Void &lt;&gt;m__0()">
1508         <size>91</size>
1509       </method>
1510       <method name="Void .ctor()">
1511         <size>7</size>
1512       </method>
1513     </type>
1514     <type name="Tester+&lt;MemberGetError_Null&gt;c__AnonStorey1">
1515       <method name="Void .ctor()">
1516         <size>7</size>
1517       </method>
1518     </type>
1519     <type name="Tester+&lt;MemberSetError_Null&gt;c__AnonStorey2">
1520       <method name="Void .ctor()">
1521         <size>7</size>
1522       </method>
1523     </type>
1524     <type name="Tester+&lt;SetIndexError_Null&gt;c__AnonStorey3">
1525       <method name="Void .ctor()">
1526         <size>7</size>
1527       </method>
1528     </type>
1529     <type name="EventClass">
1530       <method name="Void add_OutEvent(System.Func`1[System.Int32])">
1531         <size>47</size>
1532       </method>
1533       <method name="Void remove_OutEvent(System.Func`1[System.Int32])">
1534         <size>47</size>
1535       </method>
1536       <method name="Int32 CallEvent()">
1537         <size>12</size>
1538       </method>
1539       <method name="Void .ctor()">
1540         <size>7</size>
1541       </method>
1542     </type>
1543     <type name="Tester">
1544       <method name="Int32 &lt;IsEvent&gt;m__4()">
1545         <size>2</size>
1546       </method>
1547     </type>
1548     <type name="Class">
1549       <method name="Void ArglistMethod(...)">
1550         <size>1</size>
1551       </method>
1552     </type>
1553     <type name="Tester">
1554       <method name="Void InvokeMember_Error()">
1555         <size>40</size>
1556       </method>
1557       <method name="Void &lt;InvokeMember_Error&gt;m__2()">
1558         <size>111</size>
1559       </method>
1560       <method name="Void &lt;InvokeConstructor&gt;m__3(Decimal)">
1561         <size>1</size>
1562       </method>
1563       <method name="Int32 &lt;IsEvent&gt;m__5()">
1564         <size>3</size>
1565       </method>
1566       <method name="Boolean &lt;Main&gt;m__9(System.Reflection.MethodInfo)">
1567         <size>12</size>
1568       </method>
1569       <method name="System.String &lt;Main&gt;m__A(System.Reflection.MethodInfo)">
1570         <size>7</size>
1571       </method>
1572       <method name="Boolean &lt;Main&gt;m__B(System.Reflection.MethodInfo)">
1573         <size>7</size>
1574       </method>
1575       <method name="Boolean &lt;Main&gt;m__C(Boolean)">
1576         <size>5</size>
1577       </method>
1578     </type>
1579     <type name="Tester+&lt;MemberGetError_Null&gt;c__AnonStorey1">
1580       <method name="Void &lt;&gt;m__6()">
1581         <size>85</size>
1582       </method>
1583     </type>
1584     <type name="Tester+&lt;MemberSetError_Null&gt;c__AnonStorey2">
1585       <method name="Void &lt;&gt;m__7()">
1586         <size>95</size>
1587       </method>
1588     </type>
1589     <type name="Tester+&lt;SetIndexError_Null&gt;c__AnonStorey3">
1590       <method name="Void &lt;&gt;m__8()">
1591         <size>101</size>
1592       </method>
1593     </type>
1594     <type name="Tester+&lt;InvokeMember&gt;c__DynamicSite2+Container0">
1595       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef, System.String ByRef)">
1596         <size>0</size>
1597       </method>
1598       <method name="Void .ctor(Object, IntPtr)">
1599         <size>0</size>
1600       </method>
1601     </type>
1602   </test>
1603   <test name="dtest-008.cs">
1604     <type name="Disposable">
1605       <method name="Void Dispose()">
1606         <size>13</size>
1607       </method>
1608       <method name="Void Test()">
1609         <size>1</size>
1610       </method>
1611       <method name="Void .ctor()">
1612         <size>7</size>
1613       </method>
1614     </type>
1615     <type name="Test">
1616       <method name="Boolean ForEachTest()">
1617         <size>404</size>
1618       </method>
1619       <method name="Boolean UsingTest()">
1620         <size>585</size>
1621       </method>
1622       <method name="Int32 Main()">
1623         <size>71</size>
1624       </method>
1625       <method name="Void .ctor()">
1626         <size>7</size>
1627       </method>
1628       <method name="Boolean ForEachTest_2()">
1629         <size>299</size>
1630       </method>
1631       <method name="Boolean ForEachTest_3()">
1632         <size>219</size>
1633       </method>
1634     </type>
1635   </test>
1636   <test name="dtest-009.cs">
1637     <type name="B">
1638       <method name="Void Test(Int32)">
1639         <size>1</size>
1640       </method>
1641       <method name="Int32 Main()">
1642         <size>123</size>
1643       </method>
1644       <method name="Void .ctor()">
1645         <size>7</size>
1646       </method>
1647     </type>
1648   </test>
1649   <test name="dtest-010.cs">
1650     <type name="A">
1651       <method name="T Test[T](T, T)">
1652         <size>2</size>
1653       </method>
1654       <method name="Void .ctor()">
1655         <size>7</size>
1656       </method>
1657     </type>
1658     <type name="C">
1659       <method name="Int32 TestCall()">
1660         <size>2</size>
1661       </method>
1662       <method name="Int32 Main()">
1663         <size>743</size>
1664       </method>
1665       <method name="Void .ctor()">
1666         <size>7</size>
1667       </method>
1668     </type>
1669   </test>
1670   <test name="dtest-011.cs">
1671     <type name="C">
1672       <method name="Void foo(Int32)">
1673         <size>17</size>
1674       </method>
1675       <method name="Void foo(System.String)">
1676         <size>6</size>
1677       </method>
1678       <method name="Void foo_static(Int64)">
1679         <size>17</size>
1680       </method>
1681       <method name="Void test()">
1682         <size>196</size>
1683       </method>
1684       <method name="Void .ctor()">
1685         <size>7</size>
1686       </method>
1687       <method name="Int32 MethodBest(Int16)">
1688         <size>2</size>
1689       </method>
1690       <method name="Int32 MethodBest(System.Object)">
1691         <size>2</size>
1692       </method>
1693       <method name="Int32 Main()">
1694         <size>26</size>
1695       </method>
1696     </type>
1697   </test>
1698   <test name="dtest-012.cs">
1699     <type name="G`1[T]">
1700       <method name="Void .ctor()">
1701         <size>7</size>
1702       </method>
1703     </type>
1704     <type name="dynamic.C">
1705       <method name="Int32 Main()">
1706         <size>64</size>
1707       </method>
1708       <method name="Void .ctor()">
1709         <size>7</size>
1710       </method>
1711     </type>
1712   </test>
1713   <test name="dtest-013.cs">
1714     <type name="ndynamic.C`1[U]">
1715       <method name="Void .ctor()">
1716         <size>7</size>
1717       </method>
1718     </type>
1719     <type name="ndynamic.C">
1720       <method name="Void Main()">
1721         <size>1</size>
1722       </method>
1723       <method name="Void .ctor()">
1724         <size>7</size>
1725       </method>
1726     </type>
1727   </test>
1728   <test name="dtest-014.cs">
1729     <type name="A">
1730       <method name="Int32 op_Inequality(A, System.Object)">
1731         <size>2</size>
1732       </method>
1733       <method name="Int32 op_Equality(A, System.Object)">
1734         <size>2</size>
1735       </method>
1736       <method name="Void .ctor()">
1737         <size>7</size>
1738       </method>
1739     </type>
1740     <type name="C">
1741       <method name="Int32 Main()">
1742         <size>41</size>
1743       </method>
1744       <method name="Boolean op_Equality(C, System.Object)">
1745         <size>8</size>
1746       </method>
1747       <method name="Boolean op_Inequality(C, System.Object)">
1748         <size>252</size>
1749       </method>
1750       <method name="Decimal op_Subtraction(System.Object, C)">
1751         <size>8</size>
1752       </method>
1753       <method name="Void .ctor()">
1754         <size>7</size>
1755       </method>
1756     </type>
1757   </test>
1758   <test name="dtest-015.cs">
1759     <type name="Program">
1760       <method name="Int32 Main()">
1761         <size>49</size>
1762       </method>
1763       <method name="Void .ctor()">
1764         <size>7</size>
1765       </method>
1766     </type>
1767   </test>
1768   <test name="dtest-016.cs">
1769     <type name="Foo">
1770       <method name="Void Dyn(System.Object ByRef)">
1771         <size>4</size>
1772       </method>
1773       <method name="Void .ctor()">
1774         <size>7</size>
1775       </method>
1776     </type>
1777     <type name="Bar">
1778       <method name="Void Dyn(System.Object ByRef)">
1779         <size>8</size>
1780       </method>
1781       <method name="Void .ctor()">
1782         <size>7</size>
1783       </method>
1784     </type>
1785     <type name="C">
1786       <method name="Void Method_A(Int32 ByRef)">
1787         <size>1</size>
1788       </method>
1789       <method name="Void Method_B(System.Object ByRef)">
1790         <size>1</size>
1791       </method>
1792       <method name="Void .ctor()">
1793         <size>7</size>
1794       </method>
1795     </type>
1796     <type name="Program">
1797       <method name="Void DynOut(System.Object ByRef)">
1798         <size>4</size>
1799       </method>
1800       <method name="Void DynRef(System.Object ByRef)">
1801         <size>4</size>
1802       </method>
1803       <method name="Void TestErrorVersions()">
1804         <size>197</size>
1805       </method>
1806       <method name="Int32 Main()">
1807         <size>956</size>
1808       </method>
1809       <method name="Void .ctor()">
1810         <size>7</size>
1811       </method>
1812     </type>
1813     <type name="C">
1814       <method name="Int32 M(System.String, System.String)">
1815         <size>2</size>
1816       </method>
1817       <method name="Int32 M(System.Object ByRef, System.Object ByRef)">
1818         <size>5</size>
1819       </method>
1820     </type>
1821     <type name="Program">
1822       <method name="Int32 DynParams(Int32, Int32, System.Int32[])">
1823         <size>6</size>
1824       </method>
1825     </type>
1826     <type name="D">
1827       <method name="Int32 Foo(System.Object)">
1828         <size>2</size>
1829       </method>
1830       <method name="Int32 Foo(System.Object[])">
1831         <size>2</size>
1832       </method>
1833       <method name="Void .ctor()">
1834         <size>7</size>
1835       </method>
1836     </type>
1837     <type name="E">
1838       <method name="Int32 Foo(Int32, System.Object)">
1839         <size>2</size>
1840       </method>
1841       <method name="Int32 Foo(Double, System.Object)">
1842         <size>2</size>
1843       </method>
1844       <method name="Void .ctor()">
1845         <size>7</size>
1846       </method>
1847     </type>
1848   </test>
1849   <test name="dtest-017.cs">
1850     <type name="B`1[U]">
1851       <method name="Void .ctor()">
1852         <size>7</size>
1853       </method>
1854     </type>
1855     <type name="C`1[T]">
1856       <method name="Void .ctor()">
1857         <size>7</size>
1858       </method>
1859     </type>
1860     <type name="D">
1861       <method name="System.Object Invoke(System.Object)">
1862         <size>0</size>
1863       </method>
1864       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1865         <size>0</size>
1866       </method>
1867       <method name="System.Object EndInvoke(IAsyncResult)">
1868         <size>0</size>
1869       </method>
1870       <method name="Void .ctor(Object, IntPtr)">
1871         <size>0</size>
1872       </method>
1873     </type>
1874     <type name="DynamicAssignments">
1875       <method name="Int32 Main()">
1876         <size>130</size>
1877       </method>
1878       <method name="System.Object &lt;Main&gt;m__0(System.Object)">
1879         <size>2</size>
1880       </method>
1881       <method name="Void .ctor()">
1882         <size>7</size>
1883       </method>
1884     </type>
1885   </test>
1886   <test name="dtest-018.cs">
1887     <type name="XValue">
1888       <method name="Int64 get_Y()">
1889         <size>7</size>
1890       </method>
1891       <method name="Void set_Y(Int64)">
1892         <size>8</size>
1893       </method>
1894       <method name="Void .ctor()">
1895         <size>7</size>
1896       </method>
1897     </type>
1898     <type name="A">
1899       <method name="Int32 Main()">
1900         <size>361</size>
1901       </method>
1902       <method name="Void .ctor()">
1903         <size>18</size>
1904       </method>
1905     </type>
1906   </test>
1907   <test name="dtest-019.cs">
1908     <type name="C">
1909       <method name="Void Method(System.Object)">
1910         <size>1</size>
1911       </method>
1912       <method name="Void Method(System.Object, System.Object)">
1913         <size>1</size>
1914       </method>
1915       <method name="Void Method2(System.Object, Int32)">
1916         <size>1</size>
1917       </method>
1918       <method name="Void Method2(System.Object ByRef)">
1919         <size>4</size>
1920       </method>
1921       <method name="Void Main()">
1922         <size>27</size>
1923       </method>
1924       <method name="Void .ctor()">
1925         <size>7</size>
1926       </method>
1927     </type>
1928     <type name="C+D">
1929       <method name="Void Invoke(System.Object)">
1930         <size>0</size>
1931       </method>
1932       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1933         <size>0</size>
1934       </method>
1935       <method name="Void EndInvoke(IAsyncResult)">
1936         <size>0</size>
1937       </method>
1938       <method name="Void .ctor(Object, IntPtr)">
1939         <size>0</size>
1940       </method>
1941     </type>
1942     <type name="C+D2">
1943       <method name="Void Invoke(System.Object ByRef)">
1944         <size>0</size>
1945       </method>
1946       <method name="IAsyncResult BeginInvoke(System.Object ByRef, System.AsyncCallback, System.Object)">
1947         <size>0</size>
1948       </method>
1949       <method name="Void EndInvoke(System.Object ByRef, IAsyncResult)">
1950         <size>0</size>
1951       </method>
1952       <method name="Void .ctor(Object, IntPtr)">
1953         <size>0</size>
1954       </method>
1955     </type>
1956   </test>
1957   <test name="dtest-020.cs">
1958     <type name="Class1">
1959       <method name="Int32 Method1()">
1960         <size>6</size>
1961       </method>
1962       <method name="Void .ctor()">
1963         <size>7</size>
1964       </method>
1965     </type>
1966     <type name="Class2`1[T]">
1967       <method name="Void .ctor()">
1968         <size>7</size>
1969       </method>
1970     </type>
1971     <type name="Class3">
1972       <method name="Void Method2()">
1973         <size>89</size>
1974       </method>
1975       <method name="Void .ctor()">
1976         <size>7</size>
1977       </method>
1978     </type>
1979     <type name="Program">
1980       <method name="Void Main()">
1981         <size>24</size>
1982       </method>
1983       <method name="Void .ctor()">
1984         <size>7</size>
1985       </method>
1986     </type>
1987   </test>
1988   <test name="dtest-021.cs">
1989     <type name="T">
1990       <method name="Void .ctor()">
1991         <size>7</size>
1992       </method>
1993     </type>
1994     <type name="T+B">
1995       <method name="Void set_Item(Int32, System.Object)">
1996         <size>69</size>
1997       </method>
1998       <method name="System.Object get_Item(Int32)">
1999         <size>7</size>
2000       </method>
2001       <method name="Void .ctor()">
2002         <size>7</size>
2003       </method>
2004     </type>
2005     <type name="T+Program">
2006       <method name="Int32 Main()">
2007         <size>30</size>
2008       </method>
2009       <method name="Void .ctor()">
2010         <size>7</size>
2011       </method>
2012     </type>
2013   </test>
2014   <test name="dtest-022.cs">
2015     <type name="C">
2016       <method name="Void M[T](T)">
2017         <size>1</size>
2018       </method>
2019       <method name="Int32 Main()">
2020         <size>8</size>
2021       </method>
2022       <method name="Void .ctor()">
2023         <size>7</size>
2024       </method>
2025     </type>
2026   </test>
2027   <test name="dtest-023.cs">
2028     <type name="C">
2029       <method name="Int32 Main()">
2030         <size>35</size>
2031       </method>
2032       <method name="Void .ctor()">
2033         <size>7</size>
2034       </method>
2035     </type>
2036   </test>
2037   <test name="dtest-024.cs">
2038     <type name="Test">
2039       <method name="Int32 Main()">
2040         <size>524</size>
2041       </method>
2042       <method name="Int32 &lt;Main&gt;m__0()">
2043         <size>2</size>
2044       </method>
2045       <method name="Void .ctor()">
2046         <size>15</size>
2047       </method>
2048     </type>
2049     <type name="Test+D">
2050       <method name="Int32 Invoke()">
2051         <size>0</size>
2052       </method>
2053       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
2054         <size>0</size>
2055       </method>
2056       <method name="Int32 EndInvoke(IAsyncResult)">
2057         <size>0</size>
2058       </method>
2059       <method name="Void .ctor(Object, IntPtr)">
2060         <size>0</size>
2061       </method>
2062     </type>
2063   </test>
2064   <test name="dtest-025.cs">
2065     <type name="C">
2066       <method name="Int32 Main()">
2067         <size>340</size>
2068       </method>
2069       <method name="Void .ctor()">
2070         <size>7</size>
2071       </method>
2072     </type>
2073     <type name="S">
2074       <method name="Void SetValue(Int32)">
2075         <size>8</size>
2076       </method>
2077     </type>
2078     <type name="C">
2079       <method name="Void Method[T](T ByRef)">
2080         <size>104</size>
2081       </method>
2082     </type>
2083     <type name="C+&lt;Method&gt;c__DynamicSite0`1+Container0[T]">
2084       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, T ByRef, System.Object)">
2085         <size>0</size>
2086       </method>
2087       <method name="Void .ctor(Object, IntPtr)">
2088         <size>0</size>
2089       </method>
2090     </type>
2091     <type name="C+&lt;Main&gt;c__DynamicSite1+Container0">
2092       <method name="System.Object Invoke(System.Runtime.CompilerServices.CallSite, Nullable`1 ByRef, System.Object)">
2093         <size>0</size>
2094       </method>
2095       <method name="Void .ctor(Object, IntPtr)">
2096         <size>0</size>
2097       </method>
2098     </type>
2099     <type name="C+&lt;Main&gt;c__DynamicSite1+Container1">
2100       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, S ByRef, System.Object)">
2101         <size>0</size>
2102       </method>
2103       <method name="Void .ctor(Object, IntPtr)">
2104         <size>0</size>
2105       </method>
2106     </type>
2107   </test>
2108   <test name="dtest-026.cs">
2109     <type name="C">
2110       <method name="Int32 Main()">
2111         <size>362</size>
2112       </method>
2113       <method name="Void .ctor()">
2114         <size>7</size>
2115       </method>
2116     </type>
2117   </test>
2118   <test name="dtest-027.cs">
2119     <type name="C">
2120       <method name="Int32 M(System.Object, Int64)">
2121         <size>2</size>
2122       </method>
2123       <method name="Int32 M(Int64, System.Object)">
2124         <size>2</size>
2125       </method>
2126       <method name="Int32 M(System.Object, System.Object)">
2127         <size>2</size>
2128       </method>
2129       <method name="Void .ctor()">
2130         <size>7</size>
2131       </method>
2132     </type>
2133     <type name="Test">
2134       <method name="Int32 Main()">
2135         <size>360</size>
2136       </method>
2137       <method name="Void .ctor()">
2138         <size>7</size>
2139       </method>
2140     </type>
2141     <type name="C">
2142       <method name="Int32 M2(System.Object)">
2143         <size>2</size>
2144       </method>
2145       <method name="Int32 M2(Byte)">
2146         <size>2</size>
2147       </method>
2148     </type>
2149   </test>
2150   <test name="dtest-028.cs">
2151     <type name="C">
2152       <method name="Void MethodRef(Int32 ByRef)">
2153         <size>8</size>
2154       </method>
2155       <method name="Void MethodOut(UInt16 ByRef)">
2156         <size>5</size>
2157       </method>
2158       <method name="Void .ctor()">
2159         <size>7</size>
2160       </method>
2161     </type>
2162     <type name="Test">
2163       <method name="Int32 Main()">
2164         <size>236</size>
2165       </method>
2166       <method name="Void .ctor()">
2167         <size>7</size>
2168       </method>
2169     </type>
2170     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2171       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
2172         <size>0</size>
2173       </method>
2174       <method name="Void .ctor(Object, IntPtr)">
2175         <size>0</size>
2176       </method>
2177     </type>
2178     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container1">
2179       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, UInt16 ByRef)">
2180         <size>0</size>
2181       </method>
2182       <method name="Void .ctor(Object, IntPtr)">
2183         <size>0</size>
2184       </method>
2185     </type>
2186     <type name="Test">
2187       <method name="Void M(System.Object[] ByRef, System.Object[] ByRef)">
2188         <size>1</size>
2189       </method>
2190     </type>
2191   </test>
2192   <test name="dtest-029.cs">
2193     <type name="C">
2194       <method name="Boolean Test[T,U](T, U)">
2195         <size>423</size>
2196       </method>
2197       <method name="Int32 Main()">
2198         <size>82</size>
2199       </method>
2200       <method name="Void .ctor()">
2201         <size>7</size>
2202       </method>
2203       <method name="Boolean Test2(Int32)">
2204         <size>160</size>
2205       </method>
2206     </type>
2207   </test>
2208   <test name="dtest-030.cs">
2209     <type name="A`1[T]">
2210       <method name="Void .ctor()">
2211         <size>7</size>
2212       </method>
2213     </type>
2214     <type name="B">
2215       <method name="Void M1[T](T)">
2216         <size>1</size>
2217       </method>
2218       <method name="Void M2[T,U](T, U)">
2219         <size>1</size>
2220       </method>
2221       <method name="Void M3[T,U](T, A`1[U])">
2222         <size>1</size>
2223       </method>
2224       <method name="Void M4[T,U](T, IEquatable`1)">
2225         <size>1</size>
2226       </method>
2227       <method name="Void Main()">
2228         <size>576</size>
2229       </method>
2230       <method name="Void .ctor()">
2231         <size>7</size>
2232       </method>
2233     </type>
2234   </test>
2235   <test name="dtest-031.cs">
2236     <type name="A`1[T]">
2237       <method name="U CustomDelegate[U](U ByRef)">
2238         <size>25</size>
2239       </method>
2240       <method name="Void .ctor()">
2241         <size>7</size>
2242       </method>
2243     </type>
2244     <type name="Test">
2245       <method name="Int32 Main()">
2246         <size>7</size>
2247       </method>
2248       <method name="Void Foo[Z]()">
2249         <size>103</size>
2250       </method>
2251       <method name="Void .ctor()">
2252         <size>7</size>
2253       </method>
2254     </type>
2255     <type name="Test+&lt;Foo&gt;c__DynamicSite0`1+Container0[Z]">
2256       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Z ByRef)">
2257         <size>0</size>
2258       </method>
2259       <method name="Void .ctor(Object, IntPtr)">
2260         <size>0</size>
2261       </method>
2262     </type>
2263   </test>
2264   <test name="dtest-032.cs">
2265     <type name="A">
2266       <method name="Void .ctor(Int32)">
2267         <size>14</size>
2268       </method>
2269     </type>
2270     <type name="B">
2271       <method name="Void Foo(Int32, A ByRef)">
2272         <size>9</size>
2273       </method>
2274       <method name="Int32 Main()">
2275         <size>140</size>
2276       </method>
2277       <method name="Void .ctor()">
2278         <size>7</size>
2279       </method>
2280     </type>
2281     <type name="B+&lt;Main&gt;c__DynamicSite0+Container0">
2282       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Type, System.Object, A ByRef)">
2283         <size>0</size>
2284       </method>
2285       <method name="Void .ctor(Object, IntPtr)">
2286         <size>0</size>
2287       </method>
2288     </type>
2289   </test>
2290   <test name="dtest-033.cs">
2291     <type name="Test">
2292       <method name="Byte get_Prop()">
2293         <size>2</size>
2294       </method>
2295       <method name="Void set_Prop(Byte)">
2296         <size>1</size>
2297       </method>
2298       <method name="Byte get_Item(Int32)">
2299         <size>2</size>
2300       </method>
2301       <method name="Void set_Item(Int32, Byte)">
2302         <size>1</size>
2303       </method>
2304       <method name="Int32 Main()">
2305         <size>3585</size>
2306       </method>
2307       <method name="Void .ctor()">
2308         <size>39</size>
2309       </method>
2310     </type>
2311   </test>
2312   <test name="dtest-034.cs">
2313     <type name="C">
2314       <method name="Void M[U,V](U ByRef, V ByRef)">
2315         <size>16</size>
2316       </method>
2317       <method name="Void .ctor()">
2318         <size>7</size>
2319       </method>
2320     </type>
2321     <type name="Test">
2322       <method name="Int32 Main()">
2323         <size>464</size>
2324       </method>
2325       <method name="Void .ctor()">
2326         <size>7</size>
2327       </method>
2328     </type>
2329     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2330       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, System.Object ByRef, System.Object ByRef)">
2331         <size>0</size>
2332       </method>
2333       <method name="Void .ctor(Object, IntPtr)">
2334         <size>0</size>
2335       </method>
2336     </type>
2337   </test>
2338   <test name="dtest-035.cs">
2339     <type name="Test">
2340       <method name="System.Object get_Item(Int32)">
2341         <size>7</size>
2342       </method>
2343       <method name="Void set_Item(Int32, System.Object)">
2344         <size>1</size>
2345       </method>
2346       <method name="System.Object[] get_Prop()">
2347         <size>16</size>
2348       </method>
2349       <method name="Void set_Prop(System.Object[])">
2350         <size>1</size>
2351       </method>
2352       <method name="Int32 get_Prop2()">
2353         <size>2</size>
2354       </method>
2355       <method name="Void set_Prop2(Int32)">
2356         <size>1</size>
2357       </method>
2358       <method name="System.Object get_Prop3()">
2359         <size>12</size>
2360       </method>
2361       <method name="Void set_Prop3(System.Object)">
2362         <size>74</size>
2363       </method>
2364       <method name="Int32 Main()">
2365         <size>1181</size>
2366       </method>
2367       <method name="Void .ctor()">
2368         <size>18</size>
2369       </method>
2370     </type>
2371   </test>
2372   <test name="dtest-036.cs">
2373     <type name="C">
2374       <method name="Void add_E(System.Func`2[System.Int32,System.Int32])">
2375         <size>47</size>
2376       </method>
2377       <method name="Void remove_E(System.Func`2[System.Int32,System.Int32])">
2378         <size>47</size>
2379       </method>
2380       <method name="Int32 Main()">
2381         <size>314</size>
2382       </method>
2383       <method name="Int32 Foo(Int32)">
2384         <size>3</size>
2385       </method>
2386       <method name="Void .ctor()">
2387         <size>7</size>
2388       </method>
2389     </type>
2390   </test>
2391   <test name="dtest-037.cs">
2392     <type name="C">
2393       <method name="Int32 Main()">
2394         <size>1166</size>
2395       </method>
2396       <method name="Void .ctor()">
2397         <size>7</size>
2398       </method>
2399     </type>
2400   </test>
2401   <test name="dtest-038.cs">
2402     <type name="Test">
2403       <method name="Void Foo()">
2404         <size>1</size>
2405       </method>
2406       <method name="Int32 Main()">
2407         <size>370</size>
2408       </method>
2409       <method name="Void .ctor()">
2410         <size>7</size>
2411       </method>
2412     </type>
2413   </test>
2414   <test name="dtest-039.cs">
2415     <type name="A">
2416       <method name="System.Object Foo()">
2417         <size>2</size>
2418       </method>
2419       <method name="System.Object[] FooArray()">
2420         <size>2</size>
2421       </method>
2422       <method name="System.Object get_Prop()">
2423         <size>8</size>
2424       </method>
2425       <method name="Void set_Prop(System.Object)">
2426         <size>1</size>
2427       </method>
2428       <method name="System.Object[] get_PropArray()">
2429         <size>2</size>
2430       </method>
2431       <method name="System.Object get_Item(Int32)">
2432         <size>7</size>
2433       </method>
2434       <method name="Void set_Item(Int32, System.Object)">
2435         <size>1</size>
2436       </method>
2437       <method name="Void .ctor()">
2438         <size>7</size>
2439       </method>
2440     </type>
2441     <type name="B">
2442       <method name="System.Object Foo()">
2443         <size>7</size>
2444       </method>
2445       <method name="System.Object[] FooArray()">
2446         <size>37</size>
2447       </method>
2448       <method name="Void set_Prop(System.Object)">
2449         <size>1</size>
2450       </method>
2451       <method name="System.Object[] get_PropArray()">
2452         <size>27</size>
2453       </method>
2454       <method name="Void set_Item(Int32, System.Object)">
2455         <size>1</size>
2456       </method>
2457       <method name="Void .ctor()">
2458         <size>7</size>
2459       </method>
2460     </type>
2461     <type name="MainClass">
2462       <method name="Void Test()">
2463         <size>223</size>
2464       </method>
2465       <method name="Int32 Main()">
2466         <size>512</size>
2467       </method>
2468       <method name="Void .ctor()">
2469         <size>7</size>
2470       </method>
2471     </type>
2472   </test>
2473   <test name="dtest-040.cs">
2474     <type name="A">
2475       <method name="S`2 Foo[U](U)">
2476         <size>10</size>
2477       </method>
2478       <method name="Void .ctor()">
2479         <size>7</size>
2480       </method>
2481     </type>
2482     <type name="B">
2483       <method name="S`2 Foo[T](T)">
2484         <size>30</size>
2485       </method>
2486       <method name="Void .ctor()">
2487         <size>7</size>
2488       </method>
2489     </type>
2490     <type name="MainClass">
2491       <method name="Int32 Main()">
2492         <size>378</size>
2493       </method>
2494       <method name="Void .ctor()">
2495         <size>7</size>
2496       </method>
2497     </type>
2498   </test>
2499   <test name="dtest-041.cs">
2500     <type name="A`1[AA]">
2501       <method name="AA Foo[U](U)">
2502         <size>10</size>
2503       </method>
2504       <method name="Void .ctor()">
2505         <size>7</size>
2506       </method>
2507     </type>
2508     <type name="B">
2509       <method name="System.Object Foo[T](T)">
2510         <size>8</size>
2511       </method>
2512       <method name="Void .ctor()">
2513         <size>7</size>
2514       </method>
2515     </type>
2516     <type name="MainClass">
2517       <method name="Int32 Main()">
2518         <size>82</size>
2519       </method>
2520       <method name="Void .ctor()">
2521         <size>7</size>
2522       </method>
2523     </type>
2524   </test>
2525   <test name="dtest-042.cs">
2526     <type name="A">
2527       <method name="System.Object get_Prop()">
2528         <size>2</size>
2529       </method>
2530       <method name="Void set_Prop(System.Object)">
2531         <size>1</size>
2532       </method>
2533       <method name="Void .ctor()">
2534         <size>7</size>
2535       </method>
2536     </type>
2537     <type name="B">
2538       <method name="Void Foo()">
2539         <size>1</size>
2540       </method>
2541       <method name="System.Object get_Prop()">
2542         <size>6</size>
2543       </method>
2544       <method name="Void .ctor()">
2545         <size>7</size>
2546       </method>
2547     </type>
2548     <type name="Program">
2549       <method name="Void Test()">
2550         <size>89</size>
2551       </method>
2552       <method name="Void Main()">
2553         <size>11</size>
2554       </method>
2555       <method name="Void .ctor()">
2556         <size>7</size>
2557       </method>
2558     </type>
2559   </test>
2560   <test name="dtest-043.cs">
2561     <type name="A">
2562       <method name="Int32 Main()">
2563         <size>323</size>
2564       </method>
2565       <method name="Void .ctor()">
2566         <size>7</size>
2567       </method>
2568     </type>
2569   </test>
2570   <test name="dtest-044.cs">
2571     <type name="C">
2572       <method name="Int32 Test[T,U](T, IComparable`1)">
2573         <size>2</size>
2574       </method>
2575       <method name="Int32 Test_2[T](IList`1, T)">
2576         <size>2</size>
2577       </method>
2578       <method name="Int32 Main()">
2579         <size>845</size>
2580       </method>
2581       <method name="Void .ctor()">
2582         <size>7</size>
2583       </method>
2584     </type>
2585   </test>
2586   <test name="dtest-045.cs">
2587     <type name="Test">
2588       <method name="Int32 Main()">
2589         <size>247</size>
2590       </method>
2591       <method name="Void .ctor()">
2592         <size>7</size>
2593       </method>
2594     </type>
2595   </test>
2596   <test name="dtest-046.cs">
2597     <type name="Test">
2598       <method name="Int32 Main()">
2599         <size>1076</size>
2600       </method>
2601       <method name="Int32 &lt;Main&gt;m__0(Int32)">
2602         <size>4</size>
2603       </method>
2604       <method name="Void &lt;Main&gt;m__1()">
2605         <size>11</size>
2606       </method>
2607       <method name="Int32 &lt;Main&gt;m__2(Int32 ByRef)">
2608         <size>6</size>
2609       </method>
2610       <method name="Void .ctor()">
2611         <size>7</size>
2612       </method>
2613     </type>
2614     <type name="Test+D">
2615       <method name="Int32 Invoke(Int32 ByRef)">
2616         <size>0</size>
2617       </method>
2618       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
2619         <size>0</size>
2620       </method>
2621       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
2622         <size>0</size>
2623       </method>
2624       <method name="Void .ctor(Object, IntPtr)">
2625         <size>0</size>
2626       </method>
2627     </type>
2628     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2629       <method name="System.Object Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
2630         <size>0</size>
2631       </method>
2632       <method name="Void .ctor(Object, IntPtr)">
2633         <size>0</size>
2634       </method>
2635     </type>
2636   </test>
2637   <test name="dtest-047.cs">
2638     <type name="C`1[T]">
2639       <method name="Void add_E(System.Func`2[System.Int32,System.Int32])">
2640         <size>47</size>
2641       </method>
2642       <method name="Void remove_E(System.Func`2[System.Int32,System.Int32])">
2643         <size>47</size>
2644       </method>
2645       <method name="Int32 Test(Int32)">
2646         <size>163</size>
2647       </method>
2648       <method name="Int32 &lt;E&gt;m__0(Int32)">
2649         <size>5</size>
2650       </method>
2651       <method name="Void .ctor()">
2652         <size>42</size>
2653       </method>
2654     </type>
2655     <type name="Test">
2656       <method name="Int32 Main()">
2657         <size>17</size>
2658       </method>
2659       <method name="Void .ctor()">
2660         <size>7</size>
2661       </method>
2662     </type>
2663   </test>
2664   <test name="dtest-048.cs">
2665     <type name="A">
2666       <method name="Int32 M(System.String, System.Object)">
2667         <size>2</size>
2668       </method>
2669       <method name="Int32 M(System.String, System.Object[])">
2670         <size>10</size>
2671       </method>
2672       <method name="Int32 Main()">
2673         <size>319</size>
2674       </method>
2675       <method name="Void .ctor()">
2676         <size>7</size>
2677       </method>
2678     </type>
2679   </test>
2680   <test name="dtest-049.cs">
2681     <type name="A">
2682       <method name="Void .ctor()">
2683         <size>7</size>
2684       </method>
2685     </type>
2686     <type name="A+N">
2687       <method name="Void .ctor()">
2688         <size>7</size>
2689       </method>
2690     </type>
2691     <type name="B">
2692       <method name="Void .ctor()">
2693         <size>7</size>
2694       </method>
2695     </type>
2696     <type name="B+N">
2697       <method name="Void Test()">
2698         <size>1</size>
2699       </method>
2700       <method name="Void .ctor()">
2701         <size>7</size>
2702       </method>
2703     </type>
2704     <type name="C">
2705       <method name="Void Main()">
2706         <size>90</size>
2707       </method>
2708       <method name="Void .ctor()">
2709         <size>7</size>
2710       </method>
2711     </type>
2712   </test>
2713   <test name="dtest-050.cs">
2714     <type name="C">
2715       <method name="Boolean Throw()">
2716         <size>11</size>
2717       </method>
2718       <method name="Boolean Return(Boolean)">
2719         <size>2</size>
2720       </method>
2721       <method name="Int32 Main()">
2722         <size>1158</size>
2723       </method>
2724       <method name="Void .ctor()">
2725         <size>7</size>
2726       </method>
2727     </type>
2728     <type name="S">
2729       <method name="Boolean op_True(S)">
2730         <size>6</size>
2731       </method>
2732       <method name="Boolean op_False(S)">
2733         <size>2</size>
2734       </method>
2735       <method name="System.String op_LogicalNot(S)">
2736         <size>6</size>
2737       </method>
2738     </type>
2739   </test>
2740   <test name="dtest-051.cs">
2741     <type name="C">
2742       <method name="Int32 get_Item(Int32)">
2743         <size>7</size>
2744       </method>
2745       <method name="Void set_Item(Int32, Int32)">
2746         <size>10</size>
2747       </method>
2748       <method name="Int32 Main()">
2749         <size>463</size>
2750       </method>
2751       <method name="Void .ctor()">
2752         <size>14</size>
2753       </method>
2754     </type>
2755   </test>
2756   <test name="dtest-052.cs">
2757     <type name="A">
2758       <method name="Void Method(DynamicReference)">
2759         <size>191</size>
2760       </method>
2761       <method name="Void Main()">
2762         <size>1</size>
2763       </method>
2764       <method name="Void .ctor()">
2765         <size>7</size>
2766       </method>
2767     </type>
2768   </test>
2769   <test name="dtest-cls-01.cs">
2770     <type name="A">
2771       <method name="Void Main()">
2772         <size>1</size>
2773       </method>
2774       <method name="Void CLSCompliantMethod(System.Object[])">
2775         <size>1</size>
2776       </method>
2777       <method name="Void CLSCompliantMethod(IEnumerable`1)">
2778         <size>1</size>
2779       </method>
2780       <method name="Void .ctor()">
2781         <size>7</size>
2782       </method>
2783     </type>
2784   </test>
2785   <test name="dtest-collectioninit-01.cs">
2786     <type name="Test">
2787       <method name="Int32 Main()">
2788         <size>475</size>
2789       </method>
2790       <method name="Void .ctor()">
2791         <size>7</size>
2792       </method>
2793     </type>
2794     <type name="Test+Wrap">
2795       <method name="System.Object get_Numbers()">
2796         <size>7</size>
2797       </method>
2798       <method name="Void .ctor()">
2799         <size>18</size>
2800       </method>
2801     </type>
2802   </test>
2803   <test name="dtest-error-01.cs">
2804     <type name="Helper">
2805       <method name="Int32* Foo(Int32)">
2806         <size>3</size>
2807       </method>
2808       <method name="Void .ctor()">
2809         <size>7</size>
2810       </method>
2811     </type>
2812     <type name="Tester">
2813       <method name="Void Unsafe_1()">
2814         <size>41</size>
2815       </method>
2816       <method name="Void AssertError(System.Action, System.String)">
2817         <size>73</size>
2818       </method>
2819       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
2820         <size>92</size>
2821       </method>
2822       <method name="Int32 Main()">
2823         <size>179</size>
2824       </method>
2825       <method name="Void .ctor()">
2826         <size>7</size>
2827       </method>
2828     </type>
2829     <type name="Tester+&lt;Unsafe_1&gt;c__AnonStorey0">
2830       <method name="Void .ctor()">
2831         <size>7</size>
2832       </method>
2833     </type>
2834     <type name="Tester">
2835       <method name="Void NullableConversion()">
2836         <size>47</size>
2837       </method>
2838       <method name="Void Using_1()">
2839         <size>40</size>
2840       </method>
2841       <method name="Void NonInvocable()">
2842         <size>40</size>
2843       </method>
2844       <method name="Void &lt;NonInvocable&gt;m__0()">
2845         <size>85</size>
2846       </method>
2847       <method name="Void &lt;Using_1&gt;m__1()">
2848         <size>89</size>
2849       </method>
2850       <method name="Void &lt;NullableConversion&gt;m__3()">
2851         <size>105</size>
2852       </method>
2853       <method name="Boolean &lt;Main&gt;m__4(System.Reflection.MethodInfo)">
2854         <size>12</size>
2855       </method>
2856       <method name="System.String &lt;Main&gt;m__5(System.Reflection.MethodInfo)">
2857         <size>7</size>
2858       </method>
2859       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
2860         <size>7</size>
2861       </method>
2862       <method name="Boolean &lt;Main&gt;m__7(Boolean)">
2863         <size>5</size>
2864       </method>
2865     </type>
2866     <type name="Tester+&lt;Unsafe_1&gt;c__AnonStorey0">
2867       <method name="Void &lt;&gt;m__2()">
2868         <size>110</size>
2869       </method>
2870     </type>
2871   </test>
2872   <test name="dtest-error-02.cs">
2873     <type name="A">
2874       <method name="System.Object Factory()">
2875         <size>6</size>
2876       </method>
2877       <method name="Void .ctor()">
2878         <size>7</size>
2879       </method>
2880     </type>
2881     <type name="A+N">
2882       <method name="Void Foo()">
2883         <size>1</size>
2884       </method>
2885       <method name="Void .ctor()">
2886         <size>7</size>
2887       </method>
2888     </type>
2889     <type name="Test">
2890       <method name="Int32 Main()">
2891         <size>139</size>
2892       </method>
2893       <method name="Void .ctor()">
2894         <size>7</size>
2895       </method>
2896     </type>
2897   </test>
2898   <test name="dtest-etree-01.cs">
2899     <type name="C">
2900       <method name="Void Conv1(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Object]])">
2901         <size>1</size>
2902       </method>
2903       <method name="Void Conv2(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Object]])">
2904         <size>1</size>
2905       </method>
2906       <method name="Void Main()">
2907         <size>382</size>
2908       </method>
2909       <method name="Void .ctor()">
2910         <size>7</size>
2911       </method>
2912     </type>
2913   </test>
2914   <test name="dtest-etree-02.cs">
2915     <type name="C">
2916       <method name="Void Main()">
2917         <size>190</size>
2918       </method>
2919       <method name="Void .ctor()">
2920         <size>7</size>
2921       </method>
2922     </type>
2923   </test>
2924   <test name="dtest-friend-01.cs">
2925     <type name="C">
2926       <method name="Void Main()">
2927         <size>90</size>
2928       </method>
2929       <method name="Void .ctor()">
2930         <size>7</size>
2931       </method>
2932     </type>
2933   </test>
2934   <test name="dtest-implicitarray-01.cs">
2935     <type name="C">
2936       <method name="Void Method()">
2937         <size>1</size>
2938       </method>
2939       <method name="Int32 Main()">
2940         <size>104</size>
2941       </method>
2942       <method name="Void .ctor()">
2943         <size>7</size>
2944       </method>
2945     </type>
2946   </test>
2947   <test name="dtest-iter-01.cs">
2948     <type name="Program">
2949       <method name="IEnumerable`1 D1()">
2950         <size>16</size>
2951       </method>
2952       <method name="IEnumerable`1 D2()">
2953         <size>16</size>
2954       </method>
2955       <method name="Void Main()">
2956         <size>1</size>
2957       </method>
2958     </type>
2959     <type name="Program+&lt;D1&gt;c__Iterator0">
2960       <method name="System.Object System.Collections.Generic.IEnumerator&lt;dynamic&gt;.get_Current()">
2961         <size>7</size>
2962       </method>
2963       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2964         <size>7</size>
2965       </method>
2966       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
2967         <size>7</size>
2968       </method>
2969       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;dynamic&gt;.GetEnumerator()">
2970         <size>26</size>
2971       </method>
2972       <method name="Boolean MoveNext()">
2973         <size>25</size>
2974       </method>
2975       <method name="Void Dispose()">
2976         <size>8</size>
2977       </method>
2978       <method name="Void Reset()">
2979         <size>6</size>
2980       </method>
2981       <method name="Void .ctor()">
2982         <size>7</size>
2983       </method>
2984     </type>
2985     <type name="Program+&lt;D2&gt;c__Iterator1">
2986       <method name="System.Func`1[System.Object] System.Collections.Generic.IEnumerator&lt;System.Func&lt;dynamic&gt;&gt;.get_Current()">
2987         <size>7</size>
2988       </method>
2989       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2990         <size>7</size>
2991       </method>
2992       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
2993         <size>7</size>
2994       </method>
2995       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Func&lt;dynamic&gt;&gt;.GetEnumerator()">
2996         <size>26</size>
2997       </method>
2998       <method name="Boolean MoveNext()">
2999         <size>25</size>
3000       </method>
3001       <method name="Void Dispose()">
3002         <size>8</size>
3003       </method>
3004       <method name="Void Reset()">
3005         <size>6</size>
3006       </method>
3007       <method name="Void .ctor()">
3008         <size>7</size>
3009       </method>
3010     </type>
3011   </test>
3012   <test name="dtest-named-01.cs">
3013     <type name="Test">
3014       <method name="Void Foo(Int32 ByRef)">
3015         <size>4</size>
3016       </method>
3017       <method name="Int32 Main()">
3018         <size>117</size>
3019       </method>
3020       <method name="Void .ctor()">
3021         <size>7</size>
3022       </method>
3023     </type>
3024     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
3025       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
3026         <size>0</size>
3027       </method>
3028       <method name="Void .ctor(Object, IntPtr)">
3029         <size>0</size>
3030       </method>
3031     </type>
3032   </test>
3033   <test name="dtest-named-02.cs">
3034     <type name="Test">
3035       <method name="Int32 M1()">
3036         <size>31</size>
3037       </method>
3038       <method name="Int32 M2()">
3039         <size>31</size>
3040       </method>
3041       <method name="System.Object M3()">
3042         <size>36</size>
3043       </method>
3044       <method name="Int32 Foo(Int32, Int32, Int32)">
3045         <size>29</size>
3046       </method>
3047       <method name="Int32 Main()">
3048         <size>219</size>
3049       </method>
3050       <method name="Void .ctor()">
3051         <size>7</size>
3052       </method>
3053     </type>
3054   </test>
3055   <test name="dtest-optional-01.cs">
3056     <type name="G`1[T]">
3057       <method name="System.Object M1(T)">
3058         <size>7</size>
3059       </method>
3060       <method name="System.Object M2(T)">
3061         <size>7</size>
3062       </method>
3063       <method name="Void .ctor()">
3064         <size>7</size>
3065       </method>
3066     </type>
3067     <type name="C">
3068       <method name="System.Object Test(System.Object)">
3069         <size>2</size>
3070       </method>
3071       <method name="Void TestS(S)">
3072         <size>1</size>
3073       </method>
3074       <method name="System.Object TestD(System.Object)">
3075         <size>2</size>
3076       </method>
3077       <method name="Int32 Main()">
3078         <size>854</size>
3079       </method>
3080       <method name="Void .ctor()">
3081         <size>7</size>
3082       </method>
3083     </type>
3084   </test>
3085   <test name="gtest-001.cs">
3086     <type name="Stack`1[type]">
3087       <method name="Void .ctor()">
3088         <size>7</size>
3089       </method>
3090     </type>
3091     <type name="Boot">
3092       <method name="Void .ctor()">
3093         <size>7</size>
3094       </method>
3095       <method name="Void Main()">
3096         <size>1</size>
3097       </method>
3098     </type>
3099   </test>
3100   <test name="gtest-002.cs">
3101     <type name="Cell`1[X]">
3102       <method name="Void .ctor()">
3103         <size>7</size>
3104       </method>
3105     </type>
3106     <type name="D">
3107       <method name="Void .ctor()">
3108         <size>7</size>
3109       </method>
3110       <method name="Void Main()">
3111         <size>1</size>
3112       </method>
3113     </type>
3114   </test>
3115   <test name="gtest-003.cs">
3116     <type name="Stack`1[T]">
3117       <method name="Void .ctor()">
3118         <size>7</size>
3119       </method>
3120     </type>
3121     <type name="Test">
3122       <method name="Void .ctor()">
3123         <size>7</size>
3124       </method>
3125     </type>
3126     <type name="T">
3127       <method name="Void .ctor()">
3128         <size>7</size>
3129       </method>
3130       <method name="Void Main()">
3131         <size>1</size>
3132       </method>
3133     </type>
3134   </test>
3135   <test name="gtest-004.cs">
3136     <type name="Stack`1[T]">
3137       <method name="Void .ctor()">
3138         <size>7</size>
3139       </method>
3140     </type>
3141     <type name="Test">
3142       <method name="Void .ctor()">
3143         <size>7</size>
3144       </method>
3145     </type>
3146     <type name="T">
3147       <method name="Void .ctor()">
3148         <size>7</size>
3149       </method>
3150       <method name="Void Foo(Stack`1[Test])">
3151         <size>1</size>
3152       </method>
3153       <method name="Void Main()">
3154         <size>1</size>
3155       </method>
3156     </type>
3157   </test>
3158   <test name="gtest-005.cs">
3159     <type name="Stack`1[T]">
3160       <method name="Void .ctor()">
3161         <size>7</size>
3162       </method>
3163     </type>
3164     <type name="Test">
3165       <method name="Void .ctor()">
3166         <size>7</size>
3167       </method>
3168     </type>
3169     <type name="T">
3170       <method name="Void .ctor()">
3171         <size>7</size>
3172       </method>
3173       <method name="Void Main()">
3174         <size>1</size>
3175       </method>
3176     </type>
3177   </test>
3178   <test name="gtest-006.cs">
3179     <type name="Stack`1[T]">
3180       <method name="Void .ctor()">
3181         <size>23</size>
3182       </method>
3183       <method name="Void Push(T)">
3184         <size>30</size>
3185       </method>
3186       <method name="T Pop()">
3187         <size>29</size>
3188       </method>
3189       <method name="Void Hello(T)">
3190         <size>17</size>
3191       </method>
3192     </type>
3193     <type name="Test">
3194       <method name="Void .ctor()">
3195         <size>7</size>
3196       </method>
3197       <method name="Void Main()">
3198         <size>1</size>
3199       </method>
3200     </type>
3201   </test>
3202   <test name="gtest-007.cs">
3203     <type name="Stack`1[T]">
3204       <method name="Void .ctor()">
3205         <size>7</size>
3206       </method>
3207     </type>
3208     <type name="Test">
3209       <method name="Void .ctor()">
3210         <size>7</size>
3211       </method>
3212     </type>
3213     <type name="X">
3214       <method name="Void .ctor()">
3215         <size>7</size>
3216       </method>
3217       <method name="Void Main()">
3218         <size>1</size>
3219       </method>
3220     </type>
3221   </test>
3222   <test name="gtest-008.cs">
3223     <type name="Stack`1[T]">
3224       <method name="Void .ctor()">
3225         <size>7</size>
3226       </method>
3227     </type>
3228     <type name="Test">
3229       <method name="Void .ctor()">
3230         <size>7</size>
3231       </method>
3232     </type>
3233     <type name="X">
3234       <method name="Void .ctor()">
3235         <size>7</size>
3236       </method>
3237       <method name="Void Main()">
3238         <size>1</size>
3239       </method>
3240     </type>
3241   </test>
3242   <test name="gtest-009.cs">
3243     <type name="Stack`1[T]">
3244       <method name="Void .ctor()">
3245         <size>7</size>
3246       </method>
3247       <method name="System.Object Test(T)">
3248         <size>14</size>
3249       </method>
3250     </type>
3251     <type name="Test">
3252       <method name="Void .ctor()">
3253         <size>7</size>
3254       </method>
3255     </type>
3256     <type name="X">
3257       <method name="Void .ctor()">
3258         <size>7</size>
3259       </method>
3260       <method name="Void Main()">
3261         <size>1</size>
3262       </method>
3263     </type>
3264   </test>
3265   <test name="gtest-010.cs">
3266     <type name="J">
3267       <method name="Void .ctor()">
3268         <size>7</size>
3269       </method>
3270       <method name="Void Foo()">
3271         <size>11</size>
3272       </method>
3273     </type>
3274     <type name="Stack`1[T]">
3275       <method name="Void .ctor()">
3276         <size>7</size>
3277       </method>
3278       <method name="Void Test(T)">
3279         <size>27</size>
3280       </method>
3281     </type>
3282     <type name="Test">
3283       <method name="Void .ctor()">
3284         <size>7</size>
3285       </method>
3286     </type>
3287     <type name="X">
3288       <method name="Void .ctor()">
3289         <size>7</size>
3290       </method>
3291       <method name="Void Main()">
3292         <size>1</size>
3293       </method>
3294     </type>
3295   </test>
3296   <test name="gtest-011.cs">
3297     <type name="Stack`1[S]">
3298       <method name="Void .ctor()">
3299         <size>7</size>
3300       </method>
3301       <method name="Void Hello(S)">
3302         <size>1</size>
3303       </method>
3304     </type>
3305     <type name="X">
3306       <method name="Void .ctor()">
3307         <size>7</size>
3308       </method>
3309       <method name="Void Test()">
3310         <size>13</size>
3311       </method>
3312       <method name="Void Main()">
3313         <size>1</size>
3314       </method>
3315     </type>
3316   </test>
3317   <test name="gtest-012.cs">
3318     <type name="Stack`1[S]">
3319       <method name="Void .ctor()">
3320         <size>7</size>
3321       </method>
3322       <method name="Void Hello(S)">
3323         <size>1</size>
3324       </method>
3325     </type>
3326     <type name="Test`1[T]">
3327       <method name="Void .ctor()">
3328         <size>7</size>
3329       </method>
3330       <method name="Void Foo(T)">
3331         <size>1</size>
3332       </method>
3333     </type>
3334     <type name="X">
3335       <method name="Void .ctor()">
3336         <size>7</size>
3337       </method>
3338       <method name="Void Test()">
3339         <size>25</size>
3340       </method>
3341       <method name="Void Main()">
3342         <size>1</size>
3343       </method>
3344     </type>
3345   </test>
3346   <test name="gtest-013.cs">
3347     <type name="X">
3348       <method name="Void .ctor()">
3349         <size>7</size>
3350       </method>
3351       <method name="Void Test()">
3352         <size>13</size>
3353       </method>
3354       <method name="Void Main()">
3355         <size>1</size>
3356       </method>
3357     </type>
3358   </test>
3359   <test name="gtest-014.cs">
3360     <type name="Stack`1[S]">
3361       <method name="Void .ctor(S)">
3362         <size>7</size>
3363       </method>
3364       <method name="Void Push(S)">
3365         <size>1</size>
3366       </method>
3367     </type>
3368     <type name="X">
3369       <method name="Void .ctor()">
3370         <size>7</size>
3371       </method>
3372       <method name="Void Main()">
3373         <size>37</size>
3374       </method>
3375     </type>
3376   </test>
3377   <test name="gtest-015.cs">
3378     <type name="Stack`1[S]">
3379       <method name="Void .ctor()">
3380         <size>7</size>
3381       </method>
3382       <method name="Void Hello[T,U](S, T, U)">
3383         <size>3</size>
3384       </method>
3385     </type>
3386     <type name="X">
3387       <method name="Void .ctor()">
3388         <size>7</size>
3389       </method>
3390       <method name="Void Main()">
3391         <size>1</size>
3392       </method>
3393     </type>
3394   </test>
3395   <test name="gtest-016.cs">
3396     <type name="Stack`1[S]">
3397       <method name="Void .ctor()">
3398         <size>7</size>
3399       </method>
3400       <method name="Void Hello[T](S, T)">
3401         <size>1</size>
3402       </method>
3403     </type>
3404     <type name="X">
3405       <method name="Void .ctor()">
3406         <size>7</size>
3407       </method>
3408       <method name="Void Main()">
3409         <size>1</size>
3410       </method>
3411     </type>
3412   </test>
3413   <test name="gtest-017.cs">
3414     <type name="X">
3415       <method name="Void .ctor()">
3416         <size>7</size>
3417       </method>
3418       <method name="Void Foo(Stack)">
3419         <size>12</size>
3420       </method>
3421       <method name="Void Main()">
3422         <size>13</size>
3423       </method>
3424     </type>
3425   </test>
3426   <test name="gtest-018.cs">
3427     <type name="Stack">
3428       <method name="Void .ctor()">
3429         <size>7</size>
3430       </method>
3431       <method name="Void Hello[T](T)">
3432         <size>1</size>
3433       </method>
3434     </type>
3435     <type name="X">
3436       <method name="Void .ctor()">
3437         <size>7</size>
3438       </method>
3439       <method name="Void Foo(Stack)">
3440         <size>12</size>
3441       </method>
3442       <method name="Void Main()">
3443         <size>13</size>
3444       </method>
3445     </type>
3446   </test>
3447   <test name="gtest-019.cs">
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   </test>
3457   <test name="gtest-020.cs">
3458     <type name="X">
3459       <method name="Void .ctor()">
3460         <size>7</size>
3461       </method>
3462       <method name="Void Test()">
3463         <size>13</size>
3464       </method>
3465       <method name="Void Main()">
3466         <size>1</size>
3467       </method>
3468     </type>
3469     <type name="Stack`1[S]">
3470       <method name="Void Hello(S)">
3471         <size>1</size>
3472       </method>
3473     </type>
3474   </test>
3475   <test name="gtest-021.cs">
3476     <type name="Foo`1[T]">
3477       <method name="Void .ctor(Int32)">
3478         <size>58</size>
3479       </method>
3480       <method name="Void Test()">
3481         <size>23</size>
3482       </method>
3483     </type>
3484     <type name="Bar`1[T]">
3485       <method name="Void .ctor()">
3486         <size>7</size>
3487       </method>
3488       <method name="Void Test()">
3489         <size>45</size>
3490       </method>
3491     </type>
3492     <type name="X">
3493       <method name="Void .ctor()">
3494         <size>7</size>
3495       </method>
3496       <method name="Void Print(System.Object)">
3497         <size>39</size>
3498       </method>
3499       <method name="Void Main()">
3500         <size>38</size>
3501       </method>
3502     </type>
3503     <type name="S">
3504       <method name="Void .ctor(String)">
3505         <size>8</size>
3506       </method>
3507       <method name="System.String ToString()">
3508         <size>17</size>
3509       </method>
3510     </type>
3511   </test>
3512   <test name="gtest-022.cs">
3513     <type name="Foo`1[T]">
3514       <method name="Void .ctor()">
3515         <size>7</size>
3516       </method>
3517       <method name="Void Hello()">
3518         <size>1</size>
3519       </method>
3520       <method name="Void World(T)">
3521         <size>7</size>
3522       </method>
3523     </type>
3524     <type name="Bar">
3525       <method name="Void .ctor()">
3526         <size>7</size>
3527       </method>
3528       <method name="Void Test()">
3529         <size>14</size>
3530       </method>
3531     </type>
3532     <type name="X">
3533       <method name="Void .ctor()">
3534         <size>7</size>
3535       </method>
3536       <method name="Void Main()">
3537         <size>13</size>
3538       </method>
3539     </type>
3540   </test>
3541   <test name="gtest-023.cs">
3542     <type name="Foo`1[T]">
3543       <method name="Void .ctor()">
3544         <size>7</size>
3545       </method>
3546       <method name="Void Hello()">
3547         <size>1</size>
3548       </method>
3549       <method name="Void World(T)">
3550         <size>7</size>
3551       </method>
3552     </type>
3553     <type name="Bar">
3554       <method name="Void .ctor()">
3555         <size>7</size>
3556       </method>
3557       <method name="Void Test()">
3558         <size>14</size>
3559       </method>
3560     </type>
3561     <type name="X">
3562       <method name="Void .ctor()">
3563         <size>7</size>
3564       </method>
3565       <method name="Void Main()">
3566         <size>1</size>
3567       </method>
3568     </type>
3569   </test>
3570   <test name="gtest-024.cs">
3571     <type name="Foo`1[T]">
3572       <method name="Void .ctor()">
3573         <size>7</size>
3574       </method>
3575       <method name="Void Hello(T)">
3576         <size>13</size>
3577       </method>
3578       <method name="Void Whatever(System.Object)">
3579         <size>12</size>
3580       </method>
3581     </type>
3582     <type name="X">
3583       <method name="Void .ctor()">
3584         <size>7</size>
3585       </method>
3586       <method name="Void Test(Foo`1[System.Int32])">
3587         <size>8</size>
3588       </method>
3589       <method name="Void Main()">
3590         <size>13</size>
3591       </method>
3592     </type>
3593   </test>
3594   <test name="gtest-025.cs">
3595     <type name="Foo">
3596       <method name="Void .ctor()">
3597         <size>7</size>
3598       </method>
3599       <method name="Void Hello[T](T)">
3600         <size>13</size>
3601       </method>
3602       <method name="Void Whatever(System.Object)">
3603         <size>12</size>
3604       </method>
3605     </type>
3606     <type name="X">
3607       <method name="Void .ctor()">
3608         <size>7</size>
3609       </method>
3610       <method name="Void Test(Foo)">
3611         <size>12</size>
3612       </method>
3613       <method name="Void Main()">
3614         <size>13</size>
3615       </method>
3616     </type>
3617   </test>
3618   <test name="gtest-026.cs">
3619     <type name="Foo`1[T]">
3620       <method name="Void .ctor()">
3621         <size>7</size>
3622       </method>
3623     </type>
3624     <type name="X">
3625       <method name="Void .ctor()">
3626         <size>7</size>
3627       </method>
3628       <method name="Void Main()">
3629         <size>15</size>
3630       </method>
3631     </type>
3632   </test>
3633   <test name="gtest-027.cs">
3634     <type name="TheBase">
3635       <method name="Void .ctor()">
3636         <size>7</size>
3637       </method>
3638       <method name="Void BaseFunc()">
3639         <size>1</size>
3640       </method>
3641     </type>
3642     <type name="Stack`1[S]">
3643       <method name="Void .ctor()">
3644         <size>7</size>
3645       </method>
3646       <method name="Void Hello(S)">
3647         <size>1</size>
3648       </method>
3649     </type>
3650     <type name="Test`1[T]">
3651       <method name="Void .ctor()">
3652         <size>7</size>
3653       </method>
3654       <method name="Void Foo(T)">
3655         <size>1</size>
3656       </method>
3657     </type>
3658     <type name="X">
3659       <method name="Void .ctor()">
3660         <size>7</size>
3661       </method>
3662       <method name="Void Test()">
3663         <size>36</size>
3664       </method>
3665       <method name="Void Main()">
3666         <size>1</size>
3667       </method>
3668     </type>
3669   </test>
3670   <test name="gtest-028.cs">
3671     <type name="Stack`1[T]">
3672       <method name="Void .ctor(T)">
3673         <size>14</size>
3674       </method>
3675       <method name="System.Object Test()">
3676         <size>12</size>
3677       </method>
3678     </type>
3679     <type name="X">
3680       <method name="Void .ctor()">
3681         <size>7</size>
3682       </method>
3683       <method name="System.Object Test(Stack`1[System.Int32])">
3684         <size>7</size>
3685       </method>
3686       <method name="Void Main()">
3687         <size>20</size>
3688       </method>
3689     </type>
3690   </test>
3691   <test name="gtest-029.cs">
3692     <type name="Stack`1[T]">
3693       <method name="Void .ctor(Int32)">
3694         <size>19</size>
3695       </method>
3696       <method name="System.Object Test()">
3697         <size>7</size>
3698       </method>
3699     </type>
3700     <type name="X">
3701       <method name="Void .ctor()">
3702         <size>7</size>
3703       </method>
3704       <method name="Void Main()">
3705         <size>19</size>
3706       </method>
3707     </type>
3708   </test>
3709   <test name="gtest-030.cs">
3710     <type name="Foo`1[T]">
3711       <method name="Void .ctor()">
3712         <size>7</size>
3713       </method>
3714       <method name="Void Hello(T)">
3715         <size>1</size>
3716       </method>
3717     </type>
3718     <type name="Bar`2[T,U]">
3719       <method name="Void .ctor()">
3720         <size>7</size>
3721       </method>
3722       <method name="Void Test(T, U)">
3723         <size>1</size>
3724       </method>
3725     </type>
3726     <type name="X">
3727       <method name="Void .ctor()">
3728         <size>7</size>
3729       </method>
3730       <method name="Void Test(Bar`2[System.Int32,System.String])">
3731         <size>24</size>
3732       </method>
3733       <method name="Void Main()">
3734         <size>13</size>
3735       </method>
3736     </type>
3737   </test>
3738   <test name="gtest-031.cs">
3739     <type name="X">
3740       <method name="Void .ctor()">
3741         <size>7</size>
3742       </method>
3743       <method name="Void Test(Bar`2[System.Int32,System.String])">
3744         <size>24</size>
3745       </method>
3746       <method name="Void Main()">
3747         <size>1</size>
3748       </method>
3749     </type>
3750   </test>
3751   <test name="gtest-032.cs">
3752     <type name="X">
3753       <method name="Void .ctor()">
3754         <size>7</size>
3755       </method>
3756       <method name="Void Test(Bar`2)">
3757         <size>24</size>
3758       </method>
3759       <method name="Void Main()">
3760         <size>1</size>
3761       </method>
3762     </type>
3763   </test>
3764   <test name="gtest-033.cs">
3765     <type name="X">
3766       <method name="Void .ctor()">
3767         <size>7</size>
3768       </method>
3769       <method name="Void Test(Bar`3)">
3770         <size>35</size>
3771       </method>
3772       <method name="Void Main()">
3773         <size>1</size>
3774       </method>
3775     </type>
3776   </test>
3777   <test name="gtest-034.cs">
3778     <type name="Foo`1[T]">
3779       <method name="Void .ctor()">
3780         <size>7</size>
3781       </method>
3782     </type>
3783     <type name="Stack`1[T]">
3784       <method name="Void .ctor()">
3785         <size>7</size>
3786       </method>
3787     </type>
3788     <type name="Bar`1[T]">
3789       <method name="Void .ctor()">
3790         <size>7</size>
3791       </method>
3792     </type>
3793     <type name="X">
3794       <method name="Void .ctor()">
3795         <size>7</size>
3796       </method>
3797       <method name="Void Main()">
3798         <size>1</size>
3799       </method>
3800     </type>
3801   </test>
3802   <test name="gtest-035.cs">
3803     <type name="Test`1[T]">
3804       <method name="Void .ctor()">
3805         <size>7</size>
3806       </method>
3807     </type>
3808     <type name="Foo`1[T]">
3809       <method name="Void .ctor()">
3810         <size>7</size>
3811       </method>
3812     </type>
3813     <type name="X">
3814       <method name="Void .ctor()">
3815         <size>7</size>
3816       </method>
3817       <method name="Void Main()">
3818         <size>1</size>
3819       </method>
3820     </type>
3821   </test>
3822   <test name="gtest-036.cs">
3823     <type name="Stack`1[T]">
3824       <method name="Void .ctor()">
3825         <size>7</size>
3826       </method>
3827       <method name="Void Hello(Stack`1[T])">
3828         <size>1</size>
3829       </method>
3830       <method name="Void Test()">
3831         <size>8</size>
3832       </method>
3833     </type>
3834     <type name="X">
3835       <method name="Void .ctor()">
3836         <size>7</size>
3837       </method>
3838       <method name="Void Main()">
3839         <size>1</size>
3840       </method>
3841     </type>
3842   </test>
3843   <test name="gtest-037.cs">
3844     <type name="Foo`2[T,U]">
3845       <method name="Void .ctor()">
3846         <size>7</size>
3847       </method>
3848       <method name="Void Hello(Foo`2[T,U])">
3849         <size>1</size>
3850       </method>
3851       <method name="Void Test()">
3852         <size>8</size>
3853       </method>
3854     </type>
3855     <type name="Bar`1[T]">
3856       <method name="Void .ctor()">
3857         <size>7</size>
3858       </method>
3859       <method name="Void Test(Foo`2[T,System.Int64])">
3860         <size>8</size>
3861       </method>
3862     </type>
3863     <type name="Baz`1[T]">
3864       <method name="Void .ctor()">
3865         <size>7</size>
3866       </method>
3867       <method name="Void Test()">
3868         <size>8</size>
3869       </method>
3870     </type>
3871     <type name="X">
3872       <method name="Void .ctor()">
3873         <size>7</size>
3874       </method>
3875       <method name="Void Main()">
3876         <size>1</size>
3877       </method>
3878     </type>
3879   </test>
3880   <test name="gtest-038.cs">
3881     <type name="Queue`1[T]">
3882       <method name="Void .ctor(T, T)">
3883         <size>38</size>
3884       </method>
3885       <method name="Queue`1+Node`1[T,T] GetFoo()">
3886         <size>7</size>
3887       </method>
3888       <method name="Queue`1+Node`1[T,T] get_Foo()">
3889         <size>7</size>
3890       </method>
3891       <method name="Void Test(T)">
3892         <size>12</size>
3893       </method>
3894       <method name="Void Test()">
3895         <size>74</size>
3896       </method>
3897     </type>
3898     <type name="Queue`1+Node`1[T,U]">
3899       <method name="Void .ctor(Node`1, U)">
3900         <size>21</size>
3901       </method>
3902     </type>
3903     <type name="X">
3904       <method name="Void .ctor()">
3905         <size>7</size>
3906       </method>
3907       <method name="Void Main()">
3908         <size>16</size>
3909       </method>
3910     </type>
3911   </test>
3912   <test name="gtest-039.cs">
3913     <type name="Zoo`1[T]">
3914       <method name="Void .ctor(T)">
3915         <size>14</size>
3916       </method>
3917       <method name="IMonkey`1 GetTheMonkey[U](U)">
3918         <size>8</size>
3919       </method>
3920       <method name="T get_Name()">
3921         <size>7</size>
3922       </method>
3923     </type>
3924     <type name="Zoo`1+Monkey`2[T,V,W]">
3925       <method name="Void .ctor(Zoo`1, W)">
3926         <size>21</size>
3927       </method>
3928       <method name="W Jump()">
3929         <size>44</size>
3930       </method>
3931     </type>
3932     <type name="X">
3933       <method name="Void .ctor()">
3934         <size>7</size>
3935       </method>
3936       <method name="Void Main()">
3937         <size>31</size>
3938       </method>
3939     </type>
3940   </test>
3941   <test name="gtest-040.cs">
3942     <type name="Stack`1[T]">
3943       <method name="Void .ctor(T)">
3944         <size>26</size>
3945       </method>
3946       <method name="INode`1 GetNode()">
3947         <size>7</size>
3948       </method>
3949       <method name="Stack`1+Foo`1[T,T] GetFoo(T)">
3950         <size>7</size>
3951       </method>
3952       <method name="Stack`1+Bar`1[T,T] GetBar(T)">
3953         <size>7</size>
3954       </method>
3955       <method name="Void Test()">
3956         <size>66</size>
3957       </method>
3958     </type>
3959     <type name="Stack`1+Node[T]">
3960       <method name="Void .ctor(Stack`1)">
3961         <size>14</size>
3962       </method>
3963       <method name="Void Hello(T)">
3964         <size>1</size>
3965       </method>
3966     </type>
3967     <type name="Stack`1+Foo`1[T,T]">
3968       <method name="Void .ctor(T)">
3969         <size>14</size>
3970       </method>
3971       <method name="Stack`1+Bar`1[T,T] GetBar()">
3972         <size>12</size>
3973       </method>
3974     </type>
3975     <type name="Stack`1+Bar`1[T,U]">
3976       <method name="Void .ctor(U)">
3977         <size>14</size>
3978       </method>
3979       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
3980         <size>7</size>
3981       </method>
3982     </type>
3983     <type name="Stack`1+Bar`1+Baz`1[T,U,V]">
3984       <method name="Void .ctor(V)">
3985         <size>14</size>
3986       </method>
3987       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
3988         <size>12</size>
3989       </method>
3990       <method name="Stack`1+Bar`1[T,V] GetBar()">
3991         <size>12</size>
3992       </method>
3993     </type>
3994     <type name="X">
3995       <method name="Void .ctor()">
3996         <size>7</size>
3997       </method>
3998     </type>
3999     <type name="A`1[U]">
4000       <method name="Void .ctor()">
4001         <size>7</size>
4002       </method>
4003     </type>
4004     <type name="A`1+Test`1[U,T]">
4005       <method name="A`1+Test`1+Nested`1[U,T,T] Foo()">
4006         <size>2</size>
4007       </method>
4008       <method name="Void .ctor()">
4009         <size>7</size>
4010       </method>
4011     </type>
4012     <type name="A`1+Test`1+Nested`1[U,T,X]">
4013       <method name="Void .ctor()">
4014         <size>7</size>
4015       </method>
4016     </type>
4017     <type name="X">
4018       <method name="Int32 Main()">
4019         <size>39</size>
4020       </method>
4021     </type>
4022   </test>
4023   <test name="gtest-041.cs">
4024     <type name="Stack`1[T]">
4025       <method name="Void .ctor()">
4026         <size>7</size>
4027       </method>
4028       <method name="Void Hello(Int32, T[])">
4029         <size>1</size>
4030       </method>
4031     </type>
4032     <type name="X">
4033       <method name="Void .ctor()">
4034         <size>7</size>
4035       </method>
4036       <method name="Void Main()">
4037         <size>36</size>
4038       </method>
4039     </type>
4040   </test>
4041   <test name="gtest-042.cs">
4042     <type name="A.A`1[X]">
4043       <method name="Void .ctor()">
4044         <size>7</size>
4045       </method>
4046     </type>
4047     <type name="A.B`1[X]">
4048       <method name="Void .ctor()">
4049         <size>7</size>
4050       </method>
4051     </type>
4052     <type name="A.C`1[X]">
4053       <method name="Void .ctor()">
4054         <size>7</size>
4055       </method>
4056     </type>
4057     <type name="A.D`1[X]">
4058       <method name="Void .ctor()">
4059         <size>7</size>
4060       </method>
4061     </type>
4062     <type name="A.E`2[X,Y]">
4063       <method name="Void .ctor()">
4064         <size>7</size>
4065       </method>
4066     </type>
4067     <type name="A.F`1[X]">
4068       <method name="Void .ctor()">
4069         <size>7</size>
4070       </method>
4071     </type>
4072     <type name="B.MyTest`2[K,V]">
4073       <method name="Void .ctor()">
4074         <size>7</size>
4075       </method>
4076     </type>
4077     <type name="C.S`1[K]">
4078       <method name="Void .ctor()">
4079         <size>7</size>
4080       </method>
4081     </type>
4082     <type name="C.C`1[K]">
4083       <method name="Void .ctor()">
4084         <size>7</size>
4085       </method>
4086     </type>
4087     <type name="Test">
4088       <method name="Void .ctor()">
4089         <size>7</size>
4090       </method>
4091       <method name="Void Main()">
4092         <size>1</size>
4093       </method>
4094     </type>
4095   </test>
4096   <test name="gtest-043.cs">
4097     <type name="Test`1[T]">
4098       <method name="Void .ctor()">
4099         <size>7</size>
4100       </method>
4101       <method name="Void Foo()">
4102         <size>13</size>
4103       </method>
4104       <method name="Int32 GetCount()">
4105         <size>6</size>
4106       </method>
4107     </type>
4108     <type name="X">
4109       <method name="Void .ctor()">
4110         <size>7</size>
4111       </method>
4112       <method name="Int32 DoTheTest[T]()">
4113         <size>107</size>
4114       </method>
4115       <method name="Int32 Main()">
4116         <size>134</size>
4117       </method>
4118     </type>
4119   </test>
4120   <test name="gtest-044.cs">
4121     <type name="X`1[T]">
4122       <method name="Void .ctor(Int32)">
4123         <size>14</size>
4124       </method>
4125       <method name="X`1[T] op_Increment(X`1[T])">
4126         <size>14</size>
4127       </method>
4128     </type>
4129     <type name="Test">
4130       <method name="Void .ctor()">
4131         <size>7</size>
4132       </method>
4133       <method name="Void Main()">
4134         <size>37</size>
4135       </method>
4136     </type>
4137   </test>
4138   <test name="gtest-045.cs">
4139     <type name="Test`2[A,B]">
4140       <method name="Void .ctor()">
4141         <size>7</size>
4142       </method>
4143       <method name="Void Foo[U](U)">
4144         <size>1</size>
4145       </method>
4146       <method name="Void Foo[V](V[], V)">
4147         <size>1</size>
4148       </method>
4149       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
4150         <size>1</size>
4151       </method>
4152       <method name="Void ArrayMethod[V](V[])">
4153         <size>1</size>
4154       </method>
4155     </type>
4156     <type name="X">
4157       <method name="Void .ctor()">
4158         <size>7</size>
4159       </method>
4160       <method name="Void Main()">
4161         <size>86</size>
4162       </method>
4163     </type>
4164     <type name="&lt;PrivateImplementationDetails&gt;">
4165       <method name="Void .ctor()">
4166         <size>7</size>
4167       </method>
4168     </type>
4169   </test>
4170   <test name="gtest-046.cs">
4171     <type name="Foo`1[T]">
4172       <method name="Void .ctor()">
4173         <size>7</size>
4174       </method>
4175       <method name="Void add_MyEvent(Test`1[T])">
4176         <size>47</size>
4177       </method>
4178       <method name="Void remove_MyEvent(Test`1[T])">
4179         <size>47</size>
4180       </method>
4181       <method name="Void Hello(T)">
4182         <size>24</size>
4183       </method>
4184     </type>
4185     <type name="X">
4186       <method name="Void .ctor()">
4187         <size>7</size>
4188       </method>
4189       <method name="Void do_hello(System.String)">
4190         <size>12</size>
4191       </method>
4192       <method name="Void Main()">
4193         <size>36</size>
4194       </method>
4195     </type>
4196     <type name="Test`1[T]">
4197       <method name="Void .ctor(Object, IntPtr)">
4198         <size>0</size>
4199       </method>
4200       <method name="Void Invoke(T)">
4201         <size>0</size>
4202       </method>
4203       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
4204         <size>0</size>
4205       </method>
4206       <method name="Void EndInvoke(IAsyncResult)">
4207         <size>0</size>
4208       </method>
4209     </type>
4210   </test>
4211   <test name="gtest-047.cs">
4212     <type name="X">
4213       <method name="Void .ctor()">
4214         <size>7</size>
4215       </method>
4216       <method name="Void Main()">
4217         <size>7</size>
4218       </method>
4219     </type>
4220   </test>
4221   <test name="gtest-048.cs">
4222     <type name="Stack`1[T]">
4223       <method name="Void .ctor()">
4224         <size>20</size>
4225       </method>
4226       <method name="Void Add(T)">
4227         <size>14</size>
4228       </method>
4229     </type>
4230     <type name="X">
4231       <method name="Void .ctor()">
4232         <size>7</size>
4233       </method>
4234       <method name="Void Main()">
4235         <size>22</size>
4236       </method>
4237     </type>
4238   </test>
4239   <test name="gtest-049.cs">
4240     <type name="X`1[T]">
4241       <method name="Void .ctor()">
4242         <size>7</size>
4243       </method>
4244       <method name="Void A(T)">
4245         <size>1</size>
4246       </method>
4247       <method name="Void A(T[])">
4248         <size>1</size>
4249       </method>
4250       <method name="Void A(T[,])">
4251         <size>1</size>
4252       </method>
4253       <method name="Void A(T[][])">
4254         <size>1</size>
4255       </method>
4256       <method name="Void B(T[])">
4257         <size>1</size>
4258       </method>
4259       <method name="Void B(Int32)">
4260         <size>1</size>
4261       </method>
4262       <method name="Void C(T[])">
4263         <size>1</size>
4264       </method>
4265       <method name="Void C(T[,])">
4266         <size>1</size>
4267       </method>
4268       <method name="Void C(System.Int32[,,])">
4269         <size>1</size>
4270       </method>
4271       <method name="Void D(Int32, T)">
4272         <size>1</size>
4273       </method>
4274       <method name="Void D(T, Int64)">
4275         <size>1</size>
4276       </method>
4277     </type>
4278     <type name="Foo">
4279       <method name="Void .ctor()">
4280         <size>7</size>
4281       </method>
4282       <method name="Void Main()">
4283         <size>1</size>
4284       </method>
4285     </type>
4286   </test>
4287   <test name="gtest-050.cs">
4288     <type name="X">
4289       <method name="Void .ctor()">
4290         <size>7</size>
4291       </method>
4292       <method name="T F[T](System.String, T)">
4293         <size>2</size>
4294       </method>
4295       <method name="T G[T]()">
4296         <size>6</size>
4297       </method>
4298       <method name="Void Main()">
4299         <size>40</size>
4300       </method>
4301     </type>
4302     <type name="D">
4303       <method name="Void .ctor(Object, IntPtr)">
4304         <size>0</size>
4305       </method>
4306       <method name="Int32 Invoke(System.String, Int32)">
4307         <size>0</size>
4308       </method>
4309       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
4310         <size>0</size>
4311       </method>
4312       <method name="Int32 EndInvoke(IAsyncResult)">
4313         <size>0</size>
4314       </method>
4315     </type>
4316     <type name="E">
4317       <method name="Void .ctor(Object, IntPtr)">
4318         <size>0</size>
4319       </method>
4320       <method name="Int32 Invoke()">
4321         <size>0</size>
4322       </method>
4323       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4324         <size>0</size>
4325       </method>
4326       <method name="Int32 EndInvoke(IAsyncResult)">
4327         <size>0</size>
4328       </method>
4329     </type>
4330   </test>
4331   <test name="gtest-051.cs">
4332     <type name="Foo`1[T]">
4333       <method name="Void .ctor()">
4334         <size>7</size>
4335       </method>
4336       <method name="Void Test(T)">
4337         <size>43</size>
4338       </method>
4339     </type>
4340     <type name="A">
4341       <method name="Void .ctor()">
4342         <size>7</size>
4343       </method>
4344       <method name="Void Hello()">
4345         <size>11</size>
4346       </method>
4347     </type>
4348     <type name="B">
4349       <method name="Void .ctor()">
4350         <size>7</size>
4351       </method>
4352     </type>
4353     <type name="X">
4354       <method name="Void .ctor()">
4355         <size>7</size>
4356       </method>
4357       <method name="Void Main()">
4358         <size>18</size>
4359       </method>
4360     </type>
4361   </test>
4362   <test name="gtest-052.cs">
4363     <type name="Foo`1[T]">
4364       <method name="Void .ctor()">
4365         <size>7</size>
4366       </method>
4367       <method name="T Create()">
4368         <size>36</size>
4369       </method>
4370     </type>
4371     <type name="X">
4372       <method name="Void .ctor()">
4373         <size>7</size>
4374       </method>
4375       <method name="Void Hello()">
4376         <size>11</size>
4377       </method>
4378       <method name="Void Main()">
4379         <size>18</size>
4380       </method>
4381     </type>
4382   </test>
4383   <test name="gtest-053.cs">
4384     <type name="ReferenceTypeCounters.SimpleCounter">
4385       <method name="Void .ctor()">
4386         <size>7</size>
4387       </method>
4388       <method name="Void Increment()">
4389         <size>15</size>
4390       </method>
4391     </type>
4392     <type name="ReferenceTypeCounters.PrintingCounter">
4393       <method name="Void .ctor()">
4394         <size>7</size>
4395       </method>
4396       <method name="System.String ToString()">
4397         <size>12</size>
4398       </method>
4399       <method name="Void Increment()">
4400         <size>15</size>
4401       </method>
4402     </type>
4403     <type name="ReferenceTypeCounters.ExplicitCounter">
4404       <method name="Void .ctor()">
4405         <size>7</size>
4406       </method>
4407       <method name="Void ICounter.Increment()">
4408         <size>15</size>
4409       </method>
4410       <method name="System.String ToString()">
4411         <size>12</size>
4412       </method>
4413     </type>
4414     <type name="ReferenceTypeCounters.InterfaceCounter">
4415       <method name="Void .ctor()">
4416         <size>7</size>
4417       </method>
4418       <method name="Void ICounter.Increment()">
4419         <size>15</size>
4420       </method>
4421       <method name="System.String ToString()">
4422         <size>12</size>
4423       </method>
4424       <method name="Void Increment()">
4425         <size>15</size>
4426       </method>
4427     </type>
4428     <type name="Test.Test`1[T]">
4429       <method name="Void .ctor()">
4430         <size>7</size>
4431       </method>
4432       <method name="Void Foo(T)">
4433         <size>50</size>
4434       </method>
4435     </type>
4436     <type name="Test.X">
4437       <method name="Void .ctor()">
4438         <size>7</size>
4439       </method>
4440       <method name="Void Main()">
4441         <size>97</size>
4442       </method>
4443     </type>
4444     <type name="ValueTypeCounters.SimpleCounter">
4445       <method name="Void Increment()">
4446         <size>15</size>
4447       </method>
4448     </type>
4449     <type name="ValueTypeCounters.PrintingCounter">
4450       <method name="System.String ToString()">
4451         <size>12</size>
4452       </method>
4453       <method name="Void Increment()">
4454         <size>15</size>
4455       </method>
4456     </type>
4457     <type name="ValueTypeCounters.ExplicitCounter">
4458       <method name="Void ICounter.Increment()">
4459         <size>15</size>
4460       </method>
4461       <method name="System.String ToString()">
4462         <size>12</size>
4463       </method>
4464     </type>
4465     <type name="ValueTypeCounters.InterfaceCounter">
4466       <method name="Void ICounter.Increment()">
4467         <size>15</size>
4468       </method>
4469       <method name="System.String ToString()">
4470         <size>12</size>
4471       </method>
4472       <method name="Void Increment()">
4473         <size>15</size>
4474       </method>
4475     </type>
4476   </test>
4477   <test name="gtest-054.cs">
4478     <type name="A">
4479       <method name="Void .ctor()">
4480         <size>7</size>
4481       </method>
4482     </type>
4483     <type name="B">
4484       <method name="Void .ctor()">
4485         <size>7</size>
4486       </method>
4487       <method name="Void Hello()">
4488         <size>1</size>
4489       </method>
4490       <method name="C op_Implicit(B)">
4491         <size>6</size>
4492       </method>
4493     </type>
4494     <type name="C">
4495       <method name="Void .ctor()">
4496         <size>7</size>
4497       </method>
4498       <method name="B op_Explicit(C)">
4499         <size>6</size>
4500       </method>
4501     </type>
4502     <type name="Test">
4503       <method name="Void .ctor()">
4504         <size>7</size>
4505       </method>
4506       <method name="Void Simple[T](T)">
4507         <size>36</size>
4508       </method>
4509       <method name="Void Interface[T](T)">
4510         <size>8</size>
4511       </method>
4512       <method name="Void Class[T](T)">
4513         <size>71</size>
4514       </method>
4515       <method name="Void Array[T](T[])">
4516         <size>21</size>
4517       </method>
4518       <method name="Void Main()">
4519         <size>1</size>
4520       </method>
4521     </type>
4522   </test>
4523   <test name="gtest-055.cs">
4524     <type name="N1.A`1[T]">
4525       <method name="Void .ctor()">
4526         <size>7</size>
4527       </method>
4528     </type>
4529     <type name="N1.A`1+B[T]">
4530       <method name="Void .ctor()">
4531         <size>7</size>
4532       </method>
4533     </type>
4534     <type name="N1.A`1+C`1[T,U]">
4535       <method name="Void .ctor()">
4536         <size>7</size>
4537       </method>
4538     </type>
4539     <type name="N1.C">
4540       <method name="Void .ctor()">
4541         <size>7</size>
4542       </method>
4543     </type>
4544     <type name="N2.X">
4545       <method name="Void .ctor()">
4546         <size>7</size>
4547       </method>
4548       <method name="Void Main()">
4549         <size>19</size>
4550       </method>
4551     </type>
4552   </test>
4553   <test name="gtest-056.cs">
4554     <type name="Log`1[T]">
4555       <method name="Void .ctor()">
4556         <size>31</size>
4557       </method>
4558       <method name="Void .cctor()">
4559         <size>1</size>
4560       </method>
4561       <method name="Int32 get_InstanceCount()">
4562         <size>6</size>
4563       </method>
4564       <method name="Void Add(T)">
4565         <size>32</size>
4566       </method>
4567       <method name="Int32 get_Count()">
4568         <size>7</size>
4569       </method>
4570       <method name="T get_Last()">
4571         <size>47</size>
4572       </method>
4573       <method name="Void set_Last(T)">
4574         <size>68</size>
4575       </method>
4576       <method name="T[] get_All()">
4577         <size>70</size>
4578       </method>
4579     </type>
4580     <type name="TestLog">
4581       <method name="Void .ctor()">
4582         <size>7</size>
4583       </method>
4584     </type>
4585     <type name="TestLog+MyTest">
4586       <method name="Void .ctor()">
4587         <size>7</size>
4588       </method>
4589       <method name="Void Main(System.String[])">
4590         <size>204</size>
4591       </method>
4592     </type>
4593   </test>
4594   <test name="gtest-057.cs">
4595     <type name="Hello`1[T]">
4596       <method name="Void .ctor()">
4597         <size>7</size>
4598       </method>
4599       <method name="IHello`1 Test[U]()">
4600         <size>6</size>
4601       </method>
4602       <method name="Void Print(T)">
4603         <size>17</size>
4604       </method>
4605     </type>
4606     <type name="X">
4607       <method name="Void .ctor()">
4608         <size>7</size>
4609       </method>
4610       <method name="Void Main()">
4611         <size>48</size>
4612       </method>
4613     </type>
4614   </test>
4615   <test name="gtest-058.cs">
4616     <type name="Foo">
4617       <method name="Void .ctor()">
4618         <size>7</size>
4619       </method>
4620       <method name="Void Main()">
4621         <size>1</size>
4622       </method>
4623     </type>
4624     <type name="Foo`1[T]">
4625       <method name="Void .ctor()">
4626         <size>7</size>
4627       </method>
4628       <method name="Foo`1[T] get_Blah()">
4629         <size>6</size>
4630       </method>
4631     </type>
4632   </test>
4633   <test name="gtest-059.cs">
4634     <type name="X`1[T]">
4635       <method name="Void .ctor()">
4636         <size>7</size>
4637       </method>
4638     </type>
4639     <type name="Foo">
4640       <method name="Void .ctor()">
4641         <size>7</size>
4642       </method>
4643       <method name="Void Main()">
4644         <size>1</size>
4645       </method>
4646     </type>
4647   </test>
4648   <test name="gtest-060.cs">
4649     <type name="MyList`1[T]">
4650       <method name="Void .ctor()">
4651         <size>7</size>
4652       </method>
4653       <method name="Void Hello(T)">
4654         <size>12</size>
4655       </method>
4656     </type>
4657     <type name="Foo">
4658       <method name="Void .ctor()">
4659         <size>7</size>
4660       </method>
4661       <method name="MyList`1[T] Map[T]()">
4662         <size>6</size>
4663       </method>
4664     </type>
4665     <type name="X">
4666       <method name="Void .ctor()">
4667         <size>7</size>
4668       </method>
4669       <method name="Void Main()">
4670         <size>22</size>
4671       </method>
4672     </type>
4673   </test>
4674   <test name="gtest-061.cs">
4675     <type name="Foo`1[T]">
4676       <method name="Void .ctor(T)">
4677         <size>14</size>
4678       </method>
4679       <method name="U Method[U](Test`2[T,U])">
4680         <size>13</size>
4681       </method>
4682     </type>
4683     <type name="X">
4684       <method name="Void .ctor()">
4685         <size>7</size>
4686       </method>
4687       <method name="Void Main()">
4688         <size>83</size>
4689       </method>
4690     </type>
4691     <type name="Test`2[A,B]">
4692       <method name="Void .ctor(Object, IntPtr)">
4693         <size>0</size>
4694       </method>
4695       <method name="B Invoke(A)">
4696         <size>0</size>
4697       </method>
4698       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
4699         <size>0</size>
4700       </method>
4701       <method name="B EndInvoke(IAsyncResult)">
4702         <size>0</size>
4703       </method>
4704     </type>
4705     <type name="X">
4706       <method name="System.String &lt;Main&gt;m__0(Double)">
4707         <size>17</size>
4708       </method>
4709     </type>
4710   </test>
4711   <test name="gtest-062.cs">
4712     <type name="X">
4713       <method name="Void .ctor()">
4714         <size>7</size>
4715       </method>
4716       <method name="IEnumerable`1 Test(Int32, Int64)">
4717         <size>44</size>
4718       </method>
4719       <method name="Int32 Main()">
4720         <size>84</size>
4721       </method>
4722     </type>
4723     <type name="X+&lt;Test&gt;c__Iterator0">
4724       <method name="Void .ctor()">
4725         <size>7</size>
4726       </method>
4727       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4728         <size>12</size>
4729       </method>
4730       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4731         <size>7</size>
4732       </method>
4733       <method name="Boolean MoveNext()">
4734         <size>105</size>
4735       </method>
4736       <method name="Void Dispose()">
4737         <size>8</size>
4738       </method>
4739       <method name="Void Reset()">
4740         <size>6</size>
4741       </method>
4742       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
4743         <size>7</size>
4744       </method>
4745       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
4746         <size>52</size>
4747       </method>
4748     </type>
4749   </test>
4750   <test name="gtest-063.cs">
4751     <type name="Test">
4752       <method name="Void .ctor()">
4753         <size>7</size>
4754       </method>
4755       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
4756         <size>2</size>
4757       </method>
4758       <method name="Int32 IndexOf(System.Array, System.Object)">
4759         <size>15</size>
4760       </method>
4761       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
4762         <size>2</size>
4763       </method>
4764     </type>
4765     <type name="X">
4766       <method name="Void .ctor()">
4767         <size>7</size>
4768       </method>
4769       <method name="Int32 Main()">
4770         <size>65</size>
4771       </method>
4772     </type>
4773   </test>
4774   <test name="gtest-064.cs">
4775     <type name="Foo`1[T]">
4776       <method name="Void .ctor()">
4777         <size>7</size>
4778       </method>
4779       <method name="Foo`1+Hello[T] GetHello()">
4780         <size>7</size>
4781       </method>
4782     </type>
4783     <type name="Foo`1+Hello[T]">
4784       <method name="Void .ctor(Foo`1)">
4785         <size>14</size>
4786       </method>
4787     </type>
4788     <type name="X">
4789       <method name="Void .ctor()">
4790         <size>7</size>
4791       </method>
4792       <method name="Void Main()">
4793         <size>1</size>
4794       </method>
4795     </type>
4796     <type name="Foo`1[T]">
4797       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
4798         <size>7</size>
4799       </method>
4800     </type>
4801   </test>
4802   <test name="gtest-065.cs">
4803     <type name="MyTest">
4804       <method name="Void .ctor()">
4805         <size>7</size>
4806       </method>
4807       <method name="Void Test()">
4808         <size>17</size>
4809       </method>
4810       <method name="Void Main(System.String[])">
4811         <size>216</size>
4812       </method>
4813     </type>
4814     <type name="ComparablePair`2[T,U]">
4815       <method name="Void .ctor(T, U)">
4816         <size>15</size>
4817       </method>
4818       <method name="Int32 CompareTo(ComparablePair`2)">
4819         <size>68</size>
4820       </method>
4821       <method name="Boolean Equals(ComparablePair`2)">
4822         <size>73</size>
4823       </method>
4824       <method name="System.String ToString()">
4825         <size>64</size>
4826       </method>
4827     </type>
4828   </test>
4829   <test name="gtest-066.cs">
4830     <type name="Foo`1[T]">
4831       <method name="Void .ctor()">
4832         <size>7</size>
4833       </method>
4834     </type>
4835     <type name="Foo`1+Bar`1[T,U]">
4836       <method name="Void .ctor()">
4837         <size>7</size>
4838       </method>
4839     </type>
4840     <type name="Test.FooEx`2[V,W]">
4841       <method name="Void .ctor()">
4842         <size>7</size>
4843       </method>
4844     </type>
4845     <type name="X">
4846       <method name="Void .ctor()">
4847         <size>7</size>
4848       </method>
4849       <method name="Void Main()">
4850         <size>61</size>
4851       </method>
4852     </type>
4853   </test>
4854   <test name="gtest-067.cs">
4855     <type name="Test">
4856       <method name="Void .ctor()">
4857         <size>7</size>
4858       </method>
4859       <method name="Void Hello[U](Test+Foo`1[U], U)">
4860         <size>1</size>
4861       </method>
4862     </type>
4863     <type name="X">
4864       <method name="Void .ctor()">
4865         <size>7</size>
4866       </method>
4867       <method name="Int32 Add(Int32, Int32)">
4868         <size>4</size>
4869       </method>
4870       <method name="Void Main()">
4871         <size>26</size>
4872       </method>
4873     </type>
4874     <type name="Test+Foo`1[T]">
4875       <method name="Void .ctor(Object, IntPtr)">
4876         <size>0</size>
4877       </method>
4878       <method name="Int32 Invoke(T, T)">
4879         <size>0</size>
4880       </method>
4881       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
4882         <size>0</size>
4883       </method>
4884       <method name="Int32 EndInvoke(IAsyncResult)">
4885         <size>0</size>
4886       </method>
4887     </type>
4888   </test>
4889   <test name="gtest-068.cs">
4890     <type name="Martin.Foo`1[T]">
4891       <method name="Void .ctor()">
4892         <size>7</size>
4893       </method>
4894     </type>
4895     <type name="Baulig.X">
4896       <method name="Void .ctor()">
4897         <size>7</size>
4898       </method>
4899       <method name="Void Main()">
4900         <size>1</size>
4901       </method>
4902     </type>
4903   </test>
4904   <test name="gtest-069.cs">
4905     <type name="Test`1[T]">
4906       <method name="Void .ctor()">
4907         <size>7</size>
4908       </method>
4909       <method name="Int32 Foo(IFoo`1)">
4910         <size>7</size>
4911       </method>
4912       <method name="Int32 Foo(IFoo)">
4913         <size>7</size>
4914       </method>
4915     </type>
4916     <type name="X">
4917       <method name="Void .ctor()">
4918         <size>7</size>
4919       </method>
4920       <method name="Void Main()">
4921         <size>1</size>
4922       </method>
4923     </type>
4924   </test>
4925   <test name="gtest-070.cs">
4926     <type name="Martin.Test`1[T]">
4927       <method name="Void .ctor()">
4928         <size>7</size>
4929       </method>
4930       <method name="Int32 Foo()">
4931         <size>2</size>
4932       </method>
4933     </type>
4934     <type name="Foo`1[T]">
4935       <method name="Void .ctor(Int32)">
4936         <size>7</size>
4937       </method>
4938       <method name="Void .ctor()">
4939         <size>12</size>
4940       </method>
4941     </type>
4942     <type name="X">
4943       <method name="Void .ctor()">
4944         <size>7</size>
4945       </method>
4946       <method name="Void Main()">
4947         <size>1</size>
4948       </method>
4949     </type>
4950   </test>
4951   <test name="gtest-071.cs">
4952     <type name="Foo`1[T]">
4953       <method name="Void .ctor()">
4954         <size>7</size>
4955       </method>
4956       <method name="T Test[U](U)">
4957         <size>12</size>
4958       </method>
4959     </type>
4960     <type name="X">
4961       <method name="Void .ctor()">
4962         <size>7</size>
4963       </method>
4964       <method name="Void Main()">
4965         <size>21</size>
4966       </method>
4967     </type>
4968     <type name="Y">
4969       <method name="Void .ctor()">
4970         <size>7</size>
4971       </method>
4972     </type>
4973   </test>
4974   <test name="gtest-072.cs">
4975     <type name="Log`1[T]">
4976       <method name="Void .ctor()">
4977         <size>31</size>
4978       </method>
4979       <method name="Void .cctor()">
4980         <size>1</size>
4981       </method>
4982       <method name="Int32 get_InstanceCount()">
4983         <size>6</size>
4984       </method>
4985       <method name="Void Add(T)">
4986         <size>32</size>
4987       </method>
4988       <method name="Int32 get_Count()">
4989         <size>7</size>
4990       </method>
4991       <method name="T get_Last()">
4992         <size>47</size>
4993       </method>
4994       <method name="Void set_Last(T)">
4995         <size>68</size>
4996       </method>
4997       <method name="T[] get_All()">
4998         <size>70</size>
4999       </method>
5000     </type>
5001     <type name="TestLog">
5002       <method name="Void .ctor()">
5003         <size>7</size>
5004       </method>
5005     </type>
5006     <type name="TestLog+MyTest">
5007       <method name="Void .ctor()">
5008         <size>7</size>
5009       </method>
5010       <method name="Void Main(System.String[])">
5011         <size>209</size>
5012       </method>
5013       <method name="Void TestPairLog()">
5014         <size>184</size>
5015       </method>
5016     </type>
5017     <type name="Pair`2[T,U]">
5018       <method name="Void .ctor(T, U)">
5019         <size>15</size>
5020       </method>
5021     </type>
5022   </test>
5023   <test name="gtest-073.cs">
5024     <type name="MyList`1[T]">
5025       <method name="Void .ctor()">
5026         <size>7</size>
5027       </method>
5028       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5029         <size>7</size>
5030       </method>
5031       <method name="IEnumerator`1 GetEnumerator()">
5032         <size>8</size>
5033       </method>
5034     </type>
5035     <type name="X">
5036       <method name="Void .ctor()">
5037         <size>7</size>
5038       </method>
5039       <method name="Void Main()">
5040         <size>55</size>
5041       </method>
5042     </type>
5043     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5044       <method name="Void .ctor()">
5045         <size>7</size>
5046       </method>
5047       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5048         <size>12</size>
5049       </method>
5050       <method name="Boolean MoveNext()">
5051         <size>25</size>
5052       </method>
5053       <method name="Void Dispose()">
5054         <size>8</size>
5055       </method>
5056       <method name="Void Reset()">
5057         <size>6</size>
5058       </method>
5059     </type>
5060     <type name="Foo`1[T]">
5061       <method name="Void .ctor(T)">
5062         <size>8</size>
5063       </method>
5064     </type>
5065     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5066       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5067         <size>7</size>
5068       </method>
5069     </type>
5070   </test>
5071   <test name="gtest-074.cs">
5072     <type name="Test`1[T]">
5073       <method name="Void .ctor(T, T)">
5074         <size>21</size>
5075       </method>
5076     </type>
5077     <type name="X">
5078       <method name="Void .ctor()">
5079         <size>7</size>
5080       </method>
5081       <method name="Int32 Main()">
5082         <size>85</size>
5083       </method>
5084     </type>
5085     <type name="Foo`1[T]">
5086       <method name="Void .ctor(T, T)">
5087         <size>15</size>
5088       </method>
5089     </type>
5090   </test>
5091   <test name="gtest-075.cs">
5092     <type name="ArrayList`1[T]">
5093       <method name="Void .ctor()">
5094         <size>7</size>
5095       </method>
5096     </type>
5097     <type name="X">
5098       <method name="Void .ctor()">
5099         <size>7</size>
5100       </method>
5101       <method name="Void Main()">
5102         <size>1</size>
5103       </method>
5104     </type>
5105     <type name="ArrayList`1[T]">
5106       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
5107         <size>1</size>
5108       </method>
5109     </type>
5110   </test>
5111   <test name="gtest-076.cs">
5112     <type name="Test`1[T]">
5113       <method name="Void .ctor()">
5114         <size>7</size>
5115       </method>
5116       <method name="Foo`1 GetFoo(T)">
5117         <size>7</size>
5118       </method>
5119     </type>
5120     <type name="X">
5121       <method name="Void .ctor()">
5122         <size>7</size>
5123       </method>
5124       <method name="Int32 Main()">
5125         <size>41</size>
5126       </method>
5127     </type>
5128     <type name="Foo`1[T]">
5129       <method name="Void .ctor(T)">
5130         <size>8</size>
5131       </method>
5132     </type>
5133   </test>
5134   <test name="gtest-078.cs">
5135     <type name="Test">
5136       <method name="Void .ctor()">
5137         <size>7</size>
5138       </method>
5139     </type>
5140     <type name="S">
5141       <method name="Void System.IDisposable.Dispose()">
5142         <size>13</size>
5143       </method>
5144       <method name="Void Dispose()">
5145         <size>6</size>
5146       </method>
5147     </type>
5148     <type name="C">
5149       <method name="Void System.IDisposable.Dispose()">
5150         <size>1</size>
5151       </method>
5152       <method name="Void Dispose()">
5153         <size>6</size>
5154       </method>
5155       <method name="Void .ctor()">
5156         <size>7</size>
5157       </method>
5158     </type>
5159     <type name="Test">
5160       <method name="Int32 Main()">
5161         <size>209</size>
5162       </method>
5163       <method name="Void GenMethod[T](T)">
5164         <size>33</size>
5165       </method>
5166     </type>
5167   </test>
5168   <test name="gtest-079.cs">
5169     <type name="A.ArrayList`1[T]">
5170       <method name="Void .ctor()">
5171         <size>7</size>
5172       </method>
5173       <method name="Void InsertAll(T)">
5174         <size>1</size>
5175       </method>
5176     </type>
5177     <type name="B.ArrayList`2[X,Y]">
5178       <method name="Void .ctor()">
5179         <size>7</size>
5180       </method>
5181       <method name="Void AddAll[Z](Z)">
5182         <size>18</size>
5183       </method>
5184       <method name="Void InsertAll(Y)">
5185         <size>1</size>
5186       </method>
5187     </type>
5188     <type name="C.Foo`1[U]">
5189       <method name="Void .ctor()">
5190         <size>7</size>
5191       </method>
5192     </type>
5193     <type name="C.ArrayList`1[X]">
5194       <method name="Void .ctor()">
5195         <size>7</size>
5196       </method>
5197       <method name="Void AddAll[Y](Y)">
5198         <size>13</size>
5199       </method>
5200       <method name="Void InsertAll(C.Foo`1[X])">
5201         <size>1</size>
5202       </method>
5203     </type>
5204     <type name="X">
5205       <method name="Void .ctor()">
5206         <size>7</size>
5207       </method>
5208       <method name="Void Main()">
5209         <size>1</size>
5210       </method>
5211     </type>
5212     <type name="A.ArrayList`1[T]">
5213       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
5214         <size>18</size>
5215       </method>
5216     </type>
5217   </test>
5218   <test name="gtest-080.cs">
5219     <type name="Test">
5220       <method name="Void .ctor()">
5221         <size>7</size>
5222       </method>
5223       <method name="Void Hello[T](IFoo`1)">
5224         <size>8</size>
5225       </method>
5226       <method name="Void InsertAll[U](IFoo`1)">
5227         <size>1</size>
5228       </method>
5229     </type>
5230     <type name="X">
5231       <method name="Void .ctor()">
5232         <size>7</size>
5233       </method>
5234       <method name="Void Main()">
5235         <size>1</size>
5236       </method>
5237     </type>
5238   </test>
5239   <test name="gtest-081.cs">
5240     <type name="ArrayList`1[T]">
5241       <method name="Void .ctor()">
5242         <size>7</size>
5243       </method>
5244       <method name="Void AddAll[U](U)">
5245         <size>18</size>
5246       </method>
5247       <method name="Void InsertAll(T)">
5248         <size>1</size>
5249       </method>
5250     </type>
5251     <type name="X">
5252       <method name="Void .ctor()">
5253         <size>7</size>
5254       </method>
5255       <method name="Void Main()">
5256         <size>1</size>
5257       </method>
5258     </type>
5259   </test>
5260   <test name="gtest-082.cs">
5261     <type name="Queue`1[T]">
5262       <method name="Void .ctor()">
5263         <size>7</size>
5264       </method>
5265     </type>
5266     <type name="Queue`1+Enumerator[T]">
5267       <method name="Void .ctor(Queue`1)">
5268         <size>14</size>
5269       </method>
5270     </type>
5271     <type name="X">
5272       <method name="Void .ctor()">
5273         <size>7</size>
5274       </method>
5275       <method name="Void Main()">
5276         <size>1</size>
5277       </method>
5278     </type>
5279   </test>
5280   <test name="gtest-083.cs">
5281     <type name="CollectionValueBase`1[T]">
5282       <method name="Void .ctor()">
5283         <size>7</size>
5284       </method>
5285       <method name="T[] ToArray()">
5286         <size>2</size>
5287       </method>
5288     </type>
5289     <type name="CollectionBase`1[T]">
5290       <method name="Void .ctor()">
5291         <size>7</size>
5292       </method>
5293     </type>
5294     <type name="SequencedBase`1[T]">
5295       <method name="Void .ctor()">
5296         <size>7</size>
5297       </method>
5298     </type>
5299     <type name="ArrayBase`1[T]">
5300       <method name="Void .ctor()">
5301         <size>7</size>
5302       </method>
5303       <method name="T[] ToArray()">
5304         <size>2</size>
5305       </method>
5306     </type>
5307     <type name="X">
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-084.cs">
5317     <type name="HasherBuilder.ByPrototype`1[S]">
5318       <method name="Void .ctor()">
5319         <size>7</size>
5320       </method>
5321       <method name="IHasher`1 Examine()">
5322         <size>2</size>
5323       </method>
5324     </type>
5325     <type name="ArrayList`1[U]">
5326       <method name="Void .ctor()">
5327         <size>7</size>
5328       </method>
5329       <method name="IHasher`1 GetHasher()">
5330         <size>6</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   </test>
5342   <test name="gtest-085.cs">
5343     <type name="ArrayList`1[T]">
5344       <method name="Void .ctor()">
5345         <size>7</size>
5346       </method>
5347       <method name="Int32 InsertAll[U](IFoo`1)">
5348         <size>2</size>
5349       </method>
5350       <method name="Int32 InsertAll(IFoo`1)">
5351         <size>2</size>
5352       </method>
5353       <method name="Int32 AddAll(IFoo`1)">
5354         <size>8</size>
5355       </method>
5356     </type>
5357     <type name="X">
5358       <method name="Void .ctor()">
5359         <size>7</size>
5360       </method>
5361       <method name="Int32 Main()">
5362         <size>14</size>
5363       </method>
5364     </type>
5365   </test>
5366   <test name="gtest-086.cs">
5367     <type name="ArrayList`1[T]">
5368       <method name="Void .ctor()">
5369         <size>7</size>
5370       </method>
5371       <method name="Int32 InsertAll[U](IFoo`1)">
5372         <size>2</size>
5373       </method>
5374       <method name="Int32 InsertAll(IFoo`1)">
5375         <size>2</size>
5376       </method>
5377       <method name="Int32 AddAll(IFoo`1)">
5378         <size>8</size>
5379       </method>
5380     </type>
5381     <type name="X">
5382       <method name="Void .ctor()">
5383         <size>7</size>
5384       </method>
5385       <method name="Void Main()">
5386         <size>1</size>
5387       </method>
5388     </type>
5389   </test>
5390   <test name="gtest-087.cs">
5391     <type name="C5.HashedArrayList`1[T]">
5392       <method name="Void .ctor()">
5393         <size>7</size>
5394       </method>
5395       <method name="Void Test()">
5396         <size>12</size>
5397       </method>
5398     </type>
5399     <type name="C5.HashSet`1[T]">
5400       <method name="Void .ctor(IHasher`1)">
5401         <size>7</size>
5402       </method>
5403     </type>
5404     <type name="C5.KeyValuePairHasher`2[K,V]">
5405       <method name="Void .ctor()">
5406         <size>7</size>
5407       </method>
5408     </type>
5409     <type name="X">
5410       <method name="Void .ctor()">
5411         <size>7</size>
5412       </method>
5413       <method name="Void Main()">
5414         <size>1</size>
5415       </method>
5416     </type>
5417   </test>
5418   <test name="gtest-088.cs">
5419     <type name="X">
5420       <method name="Void .ctor()">
5421         <size>7</size>
5422       </method>
5423       <method name="Void Main()">
5424         <size>9</size>
5425       </method>
5426     </type>
5427     <type name="KeyValuePair`2[K,V]">
5428       <method name="Void .ctor(K, V)">
5429         <size>1</size>
5430       </method>
5431       <method name="Void .ctor(K)">
5432         <size>1</size>
5433       </method>
5434     </type>
5435   </test>
5436   <test name="gtest-089.cs">
5437     <type name="Test`1[T]">
5438       <method name="Void .ctor()">
5439         <size>7</size>
5440       </method>
5441       <method name="Void Foo(T, Int32 ByRef)">
5442         <size>4</size>
5443       </method>
5444       <method name="Void Hello(T)">
5445         <size>10</size>
5446       </method>
5447     </type>
5448     <type name="X">
5449       <method name="Void .ctor()">
5450         <size>7</size>
5451       </method>
5452       <method name="Void Main()">
5453         <size>1</size>
5454       </method>
5455     </type>
5456   </test>
5457   <test name="gtest-090.cs">
5458     <type name="Foo`1[T]">
5459       <method name="Void .ctor()">
5460         <size>7</size>
5461       </method>
5462       <method name="T InsertAll[U](U)">
5463         <size>12</size>
5464       </method>
5465     </type>
5466     <type name="Bar`1[T]">
5467       <method name="Void .ctor()">
5468         <size>7</size>
5469       </method>
5470       <method name="T InsertAll[U](U)">
5471         <size>12</size>
5472       </method>
5473     </type>
5474     <type name="X">
5475       <method name="Void .ctor()">
5476         <size>7</size>
5477       </method>
5478       <method name="Void Main()">
5479         <size>1</size>
5480       </method>
5481     </type>
5482   </test>
5483   <test name="gtest-091.cs">
5484     <type name="Foo`1[T]">
5485       <method name="Void .ctor()">
5486         <size>7</size>
5487       </method>
5488       <method name="Foo`1+Node[T] Test[V]()">
5489         <size>7</size>
5490       </method>
5491     </type>
5492     <type name="Foo`1+Node[T]">
5493       <method name="Void .ctor()">
5494         <size>7</size>
5495       </method>
5496     </type>
5497     <type name="X">
5498       <method name="Void .ctor()">
5499         <size>7</size>
5500       </method>
5501       <method name="Void Main()">
5502         <size>1</size>
5503       </method>
5504     </type>
5505   </test>
5506   <test name="gtest-092.cs">
5507     <type name="Element`1[T]">
5508       <method name="Void .ctor(T)">
5509         <size>14</size>
5510       </method>
5511       <method name="Void GetItem(T ByRef)">
5512         <size>13</size>
5513       </method>
5514       <method name="T GetItem(Int32, T ByRef)">
5515         <size>7</size>
5516       </method>
5517       <method name="Void SetItem(T)">
5518         <size>1</size>
5519       </method>
5520     </type>
5521     <type name="Foo`1[T]">
5522       <method name="Void .ctor()">
5523         <size>7</size>
5524       </method>
5525       <method name="Foo`1+Node[T] Test()">
5526         <size>52</size>
5527       </method>
5528     </type>
5529     <type name="Foo`1+Node[T]">
5530       <method name="Void .ctor()">
5531         <size>7</size>
5532       </method>
5533     </type>
5534     <type name="X">
5535       <method name="Void .ctor()">
5536         <size>7</size>
5537       </method>
5538       <method name="Void Main()">
5539         <size>1</size>
5540       </method>
5541     </type>
5542   </test>
5543   <test name="gtest-093.cs">
5544     <type name="Foo`1[T]">
5545       <method name="Void .ctor(T)">
5546         <size>14</size>
5547       </method>
5548       <method name="Void Hello[U]()">
5549         <size>8</size>
5550       </method>
5551       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
5552         <size>8</size>
5553       </method>
5554     </type>
5555     <type name="Foo`1+Node[T]">
5556       <method name="Void .ctor()">
5557         <size>7</size>
5558       </method>
5559     </type>
5560     <type name="X">
5561       <method name="Void .ctor()">
5562         <size>7</size>
5563       </method>
5564       <method name="Void Main()">
5565         <size>1</size>
5566       </method>
5567     </type>
5568   </test>
5569   <test name="gtest-094.cs">
5570     <type name="LinkedList`1[T]">
5571       <method name="Void .ctor()">
5572         <size>7</size>
5573       </method>
5574     </type>
5575     <type name="LinkedList`1+Node[T]">
5576       <method name="Void .ctor()">
5577         <size>7</size>
5578       </method>
5579     </type>
5580     <type name="HashedLinkedList`1[T]">
5581       <method name="Void .ctor()">
5582         <size>7</size>
5583       </method>
5584     </type>
5585     <type name="X">
5586       <method name="Void .ctor()">
5587         <size>7</size>
5588       </method>
5589       <method name="Void Main()">
5590         <size>1</size>
5591       </method>
5592     </type>
5593   </test>
5594   <test name="gtest-095.cs">
5595     <type name="GuardedCollectionValue`1[T]">
5596       <method name="Void .ctor()">
5597         <size>7</size>
5598       </method>
5599       <method name="IDirectedCollectionValue`1 Backwards()">
5600         <size>2</size>
5601       </method>
5602     </type>
5603     <type name="GuardedSequenced`1[T]">
5604       <method name="Void .ctor()">
5605         <size>7</size>
5606       </method>
5607       <method name="IDirectedCollectionValue`1 Test()">
5608         <size>12</size>
5609       </method>
5610     </type>
5611     <type name="X">
5612       <method name="Void .ctor()">
5613         <size>7</size>
5614       </method>
5615       <method name="Void Main()">
5616         <size>1</size>
5617       </method>
5618     </type>
5619     <type name="GuardedCollectionValue`1[T]">
5620       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
5621         <size>2</size>
5622       </method>
5623     </type>
5624   </test>
5625   <test name="gtest-096.cs">
5626     <type name="Foo`1[T]">
5627       <method name="Void .ctor()">
5628         <size>7</size>
5629       </method>
5630     </type>
5631     <type name="Test">
5632       <method name="Void .ctor()">
5633         <size>7</size>
5634       </method>
5635       <method name="Void Hello[T](Foo`1[T][], Int32)">
5636         <size>27</size>
5637       </method>
5638       <method name="Void Quicksort[U](Foo`1[U][])">
5639         <size>8</size>
5640       </method>
5641       <method name="Void Main()">
5642         <size>22</size>
5643       </method>
5644     </type>
5645   </test>
5646   <test name="gtest-097.cs">
5647     <type name="Foo">
5648       <method name="Void .ctor()">
5649         <size>7</size>
5650       </method>
5651       <method name="Void IFoo.Test[Y,Z]()">
5652         <size>1</size>
5653       </method>
5654       <method name="Void IFoo.Test[X]()">
5655         <size>1</size>
5656       </method>
5657     </type>
5658     <type name="Bar`3[X,Y,Z]">
5659       <method name="Void .ctor()">
5660         <size>7</size>
5661       </method>
5662     </type>
5663     <type name="X">
5664       <method name="Void .ctor()">
5665         <size>7</size>
5666       </method>
5667       <method name="Void Main()">
5668         <size>1</size>
5669       </method>
5670     </type>
5671     <type name="Bar`3[X,Y,Z]">
5672       <method name="Void IBar&lt;X&gt;.Test()">
5673         <size>1</size>
5674       </method>
5675       <method name="Void IBar&lt;Y,Z&gt;.Test()">
5676         <size>1</size>
5677       </method>
5678     </type>
5679   </test>
5680   <test name="gtest-098.cs">
5681     <type name="Foo">
5682       <method name="Void .ctor()">
5683         <size>7</size>
5684       </method>
5685       <method name="Void IFoo.Test[Y,Z]()">
5686         <size>1</size>
5687       </method>
5688       <method name="Void IFoo.Test[X]()">
5689         <size>1</size>
5690       </method>
5691     </type>
5692     <type name="Bar`3[X,Y,Z]">
5693       <method name="Void .ctor()">
5694         <size>7</size>
5695       </method>
5696     </type>
5697     <type name="X">
5698       <method name="Void .ctor()">
5699         <size>7</size>
5700       </method>
5701       <method name="Void Main()">
5702         <size>1</size>
5703       </method>
5704     </type>
5705     <type name="Bar`3[X,Y,Z]">
5706       <method name="Void IBar&lt;X&gt;.Test()">
5707         <size>1</size>
5708       </method>
5709       <method name="Void IBar&lt;Y,Z&gt;.Test()">
5710         <size>1</size>
5711       </method>
5712     </type>
5713   </test>
5714   <test name="gtest-100.cs">
5715     <type name="C5.ArrayBase`1[T]">
5716       <method name="Void .ctor()">
5717         <size>7</size>
5718       </method>
5719     </type>
5720     <type name="C5.ArrayList`1[V]">
5721       <method name="Void .ctor()">
5722         <size>7</size>
5723       </method>
5724     </type>
5725     <type name="X">
5726       <method name="Void .ctor()">
5727         <size>7</size>
5728       </method>
5729       <method name="Void Main()">
5730         <size>7</size>
5731       </method>
5732     </type>
5733     <type name="C5.ArrayBase`1[T]">
5734       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
5735         <size>1</size>
5736       </method>
5737     </type>
5738   </test>
5739   <test name="gtest-101.cs">
5740     <type name="Test">
5741       <method name="Void .ctor()">
5742         <size>7</size>
5743       </method>
5744       <method name="Void Main()">
5745         <size>9</size>
5746       </method>
5747     </type>
5748     <type name="SimpleStruct`1[T]">
5749       <method name="Void .ctor(T)">
5750         <size>8</size>
5751       </method>
5752     </type>
5753   </test>
5754   <test name="gtest-102.cs">
5755     <type name="A`1[T]">
5756       <method name="Void .ctor()">
5757         <size>7</size>
5758       </method>
5759     </type>
5760     <type name="B`2[U,V]">
5761       <method name="Void .ctor()">
5762         <size>7</size>
5763       </method>
5764     </type>
5765     <type name="Driver">
5766       <method name="Void .ctor()">
5767         <size>7</size>
5768       </method>
5769       <method name="Void Main()">
5770         <size>1</size>
5771       </method>
5772     </type>
5773   </test>
5774   <test name="gtest-103.cs">
5775     <type name="Foo">
5776       <method name="Void .ctor()">
5777         <size>7</size>
5778       </method>
5779     </type>
5780     <type name="Hello">
5781       <method name="Void .ctor()">
5782         <size>7</size>
5783       </method>
5784       <method name="Void World[U](U, IFoo`1)">
5785         <size>1</size>
5786       </method>
5787       <method name="Void World[V](IFoo`1)">
5788         <size>1</size>
5789       </method>
5790       <method name="Void Test(Foo)">
5791         <size>20</size>
5792       </method>
5793     </type>
5794     <type name="X">
5795       <method name="Void .ctor()">
5796         <size>7</size>
5797       </method>
5798       <method name="Void Main()">
5799         <size>1</size>
5800       </method>
5801     </type>
5802   </test>
5803   <test name="gtest-104.cs">
5804     <type name="MainClass">
5805       <method name="Void .ctor()">
5806         <size>7</size>
5807       </method>
5808       <method name="Void Main()">
5809         <size>20</size>
5810       </method>
5811     </type>
5812     <type name="MainClass+Gen`1[T]">
5813       <method name="Void .ctor()">
5814         <size>7</size>
5815       </method>
5816       <method name="Void Test()">
5817         <size>1</size>
5818       </method>
5819     </type>
5820     <type name="MainClass+Der">
5821       <method name="Void .ctor()">
5822         <size>7</size>
5823       </method>
5824     </type>
5825   </test>
5826   <test name="gtest-105.cs">
5827     <type name="A.KeyValuePairComparer`2[K,V]">
5828       <method name="Void .ctor()">
5829         <size>7</size>
5830       </method>
5831       <method name="Int32 Compare(KeyValuePair`2)">
5832         <size>2</size>
5833       </method>
5834     </type>
5835     <type name="A.TreeBag`1[T]">
5836       <method name="Void .ctor(IComparer`1)">
5837         <size>14</size>
5838       </method>
5839       <method name="Int32 Find(T ByRef)">
5840         <size>18</size>
5841       </method>
5842     </type>
5843     <type name="A.X">
5844       <method name="Void .ctor()">
5845         <size>7</size>
5846       </method>
5847       <method name="Void Test()">
5848         <size>33</size>
5849       </method>
5850     </type>
5851     <type name="B.KeyValuePair`2[X,Y]">
5852       <method name="Void .ctor(X, Y)">
5853         <size>7</size>
5854       </method>
5855     </type>
5856     <type name="B.KeyValuePairComparer`2[K,V]">
5857       <method name="Void .ctor()">
5858         <size>7</size>
5859       </method>
5860       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
5861         <size>2</size>
5862       </method>
5863     </type>
5864     <type name="B.TreeBag`1[T]">
5865       <method name="Void .ctor(IComparer`1)">
5866         <size>14</size>
5867       </method>
5868       <method name="Int32 Find(T ByRef)">
5869         <size>18</size>
5870       </method>
5871     </type>
5872     <type name="B.X">
5873       <method name="Void .ctor()">
5874         <size>7</size>
5875       </method>
5876       <method name="Void Test()">
5877         <size>32</size>
5878       </method>
5879     </type>
5880     <type name="X">
5881       <method name="Void .ctor()">
5882         <size>7</size>
5883       </method>
5884       <method name="Void Main()">
5885         <size>11</size>
5886       </method>
5887     </type>
5888     <type name="A.KeyValuePair`2[X,Y]">
5889       <method name="Void .ctor(X, Y)">
5890         <size>1</size>
5891       </method>
5892     </type>
5893   </test>
5894   <test name="gtest-106.cs">
5895     <type name="KeyValuePairComparer`2[K,V]">
5896       <method name="Void .ctor()">
5897         <size>7</size>
5898       </method>
5899       <method name="Int32 Compare(KeyValuePair`2)">
5900         <size>2</size>
5901       </method>
5902     </type>
5903     <type name="TreeBag`1[T]">
5904       <method name="Void .ctor(IComparer`1, T)">
5905         <size>21</size>
5906       </method>
5907       <method name="Int32 Find()">
5908         <size>18</size>
5909       </method>
5910     </type>
5911     <type name="X">
5912       <method name="Void .ctor()">
5913         <size>7</size>
5914       </method>
5915       <method name="Void Main()">
5916         <size>32</size>
5917       </method>
5918     </type>
5919     <type name="KeyValuePair`2[X,Y]">
5920       <method name="Void .ctor(X, Y)">
5921         <size>1</size>
5922       </method>
5923     </type>
5924   </test>
5925   <test name="gtest-107.cs">
5926     <type name="Tree`1[T]">
5927       <method name="Void .ctor(T)">
5928         <size>14</size>
5929       </method>
5930       <method name="Void Map[V](Mapper`2[T,V])">
5931         <size>14</size>
5932       </method>
5933     </type>
5934     <type name="X">
5935       <method name="Void .ctor()">
5936         <size>7</size>
5937       </method>
5938       <method name="System.String themap(Int32)">
5939         <size>17</size>
5940       </method>
5941       <method name="Void Test()">
5942         <size>26</size>
5943       </method>
5944       <method name="Void Main()">
5945         <size>13</size>
5946       </method>
5947     </type>
5948     <type name="Mapper`2[T,V]">
5949       <method name="Void .ctor(Object, IntPtr)">
5950         <size>0</size>
5951       </method>
5952       <method name="V Invoke(T)">
5953         <size>0</size>
5954       </method>
5955       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
5956         <size>0</size>
5957       </method>
5958       <method name="V EndInvoke(IAsyncResult)">
5959         <size>0</size>
5960       </method>
5961     </type>
5962   </test>
5963   <test name="gtest-108.cs">
5964     <type name="Test`1[T]">
5965       <method name="Void .ctor(T)">
5966         <size>14</size>
5967       </method>
5968       <method name="IEnumerator`1 GetEnumerator()">
5969         <size>15</size>
5970       </method>
5971     </type>
5972     <type name="X">
5973       <method name="Void .ctor()">
5974         <size>7</size>
5975       </method>
5976       <method name="Void Main()">
5977         <size>56</size>
5978       </method>
5979     </type>
5980     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5981       <method name="Void .ctor()">
5982         <size>7</size>
5983       </method>
5984       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5985         <size>12</size>
5986       </method>
5987       <method name="Boolean MoveNext()">
5988         <size>73</size>
5989       </method>
5990       <method name="Void Dispose()">
5991         <size>8</size>
5992       </method>
5993       <method name="Void Reset()">
5994         <size>6</size>
5995       </method>
5996       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5997         <size>7</size>
5998       </method>
5999     </type>
6000   </test>
6001   <test name="gtest-109.cs">
6002     <type name="X">
6003       <method name="Void .ctor()">
6004         <size>7</size>
6005       </method>
6006       <method name="Void Main()">
6007         <size>12</size>
6008       </method>
6009     </type>
6010   </test>
6011   <test name="gtest-110.cs">
6012     <type name="List`1[T]">
6013       <method name="Void .ctor()">
6014         <size>7</size>
6015       </method>
6016       <method name="Int32 Map[U](U)">
6017         <size>2</size>
6018       </method>
6019     </type>
6020     <type name="SpecialList`1[V]">
6021       <method name="Void .ctor()">
6022         <size>7</size>
6023       </method>
6024       <method name="Int32 Map[W](W)">
6025         <size>2</size>
6026       </method>
6027     </type>
6028     <type name="X">
6029       <method name="Void .ctor()">
6030         <size>7</size>
6031       </method>
6032       <method name="Int32 Main()">
6033         <size>56</size>
6034       </method>
6035     </type>
6036   </test>
6037   <test name="gtest-111.cs">
6038     <type name="Collection`1[T]">
6039       <method name="Void .ctor(T)">
6040         <size>14</size>
6041       </method>
6042       <method name="Void Find(T ByRef)">
6043         <size>13</size>
6044       </method>
6045     </type>
6046     <type name="X">
6047       <method name="Void .ctor()">
6048         <size>7</size>
6049       </method>
6050       <method name="Int32 Main()">
6051         <size>68</size>
6052       </method>
6053     </type>
6054     <type name="KeyValuePair`2[K,V]">
6055       <method name="Void .ctor(K, V)">
6056         <size>15</size>
6057       </method>
6058       <method name="Void .ctor(K)">
6059         <size>23</size>
6060       </method>
6061     </type>
6062   </test>
6063   <test name="gtest-112.cs">
6064     <type name="IC">
6065       <method name="Void .ctor()">
6066         <size>7</size>
6067       </method>
6068       <method name="Void Compare(Foo`1)">
6069         <size>1</size>
6070       </method>
6071     </type>
6072     <type name="List`1[T]">
6073       <method name="Void .ctor()">
6074         <size>7</size>
6075       </method>
6076       <method name="Void Sort(IComparer`1, T)">
6077         <size>8</size>
6078       </method>
6079     </type>
6080     <type name="Sorting">
6081       <method name="Void .ctor()">
6082         <size>7</size>
6083       </method>
6084       <method name="Void IntroSort[T](IComparer`1, T)">
6085         <size>15</size>
6086       </method>
6087     </type>
6088     <type name="Sorting+Sorter`1[T]">
6089       <method name="Void .ctor(IComparer`1, Int32, T)">
6090         <size>26</size>
6091       </method>
6092       <method name="Void InsertionSort(Int32)">
6093         <size>26</size>
6094       </method>
6095     </type>
6096     <type name="X">
6097       <method name="Void .ctor()">
6098         <size>7</size>
6099       </method>
6100       <method name="Void Main()">
6101         <size>27</size>
6102       </method>
6103     </type>
6104     <type name="Foo`1[K]">
6105       <method name="Void .ctor(K)">
6106         <size>8</size>
6107       </method>
6108     </type>
6109   </test>
6110   <test name="gtest-113.cs">
6111     <type name="List`1[T]">
6112       <method name="Void .ctor()">
6113         <size>7</size>
6114       </method>
6115       <method name="Void Map[V](Mapper`2[T,V])">
6116         <size>1</size>
6117       </method>
6118     </type>
6119     <type name="X">
6120       <method name="Void .ctor()">
6121         <size>7</size>
6122       </method>
6123       <method name="Void Main()">
6124         <size>42</size>
6125       </method>
6126     </type>
6127     <type name="Mapper`2[T,V]">
6128       <method name="Void .ctor(Object, IntPtr)">
6129         <size>0</size>
6130       </method>
6131       <method name="V Invoke(T)">
6132         <size>0</size>
6133       </method>
6134       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
6135         <size>0</size>
6136       </method>
6137       <method name="V EndInvoke(IAsyncResult)">
6138         <size>0</size>
6139       </method>
6140     </type>
6141     <type name="X">
6142       <method name="Double &lt;Main&gt;m__0(Int32)">
6143         <size>13</size>
6144       </method>
6145     </type>
6146   </test>
6147   <test name="gtest-114.cs">
6148     <type name="NaturalComparer`1[T]">
6149       <method name="Void .ctor()">
6150         <size>7</size>
6151       </method>
6152       <method name="Int32 Compare(T, T)">
6153         <size>15</size>
6154       </method>
6155     </type>
6156     <type name="X">
6157       <method name="Void .ctor()">
6158         <size>7</size>
6159       </method>
6160       <method name="Void Main()">
6161         <size>28</size>
6162       </method>
6163     </type>
6164     <type name="X+Test">
6165       <method name="Void .ctor()">
6166         <size>7</size>
6167       </method>
6168       <method name="Int32 CompareTo(X+Test)">
6169         <size>2</size>
6170       </method>
6171       <method name="Boolean Equals(X+Test)">
6172         <size>2</size>
6173       </method>
6174     </type>
6175   </test>
6176   <test name="gtest-115.cs">
6177     <type name="LinkedList`1[T]">
6178       <method name="Void .ctor()">
6179         <size>30</size>
6180       </method>
6181       <method name="Void .ctor(T[])">
6182         <size>44</size>
6183       </method>
6184       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
6185         <size>69</size>
6186       </method>
6187       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6188         <size>7</size>
6189       </method>
6190       <method name="Int32 get_Count()">
6191         <size>7</size>
6192       </method>
6193       <method name="T get_Item(Int32)">
6194         <size>13</size>
6195       </method>
6196       <method name="Void set_Item(Int32, T)">
6197         <size>14</size>
6198       </method>
6199       <method name="LinkedList`1+Node[T] get(Int32)">
6200         <size>114</size>
6201       </method>
6202       <method name="Void Add(T)">
6203         <size>14</size>
6204       </method>
6205       <method name="Void Insert(Int32, T)">
6206         <size>255</size>
6207       </method>
6208       <method name="Void RemoveAt(Int32)">
6209         <size>113</size>
6210       </method>
6211       <method name="Boolean Equals(System.Object)">
6212         <size>148</size>
6213       </method>
6214       <method name="Int32 GetHashCode()">
6215         <size>68</size>
6216       </method>
6217       <method name="IEnumerator`1 GetEnumerator()">
6218         <size>7</size>
6219       </method>
6220       <method name="LinkedList`1[T] op_Explicit(T[])">
6221         <size>7</size>
6222       </method>
6223       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
6224         <size>120</size>
6225       </method>
6226     </type>
6227     <type name="LinkedList`1+Node[T]">
6228       <method name="Void .ctor(T)">
6229         <size>14</size>
6230       </method>
6231       <method name="Void .ctor(T, Node, Node)">
6232         <size>28</size>
6233       </method>
6234     </type>
6235     <type name="LinkedList`1+LinkedListEnumerator[T]">
6236       <method name="Void .ctor(LinkedList`1)">
6237         <size>26</size>
6238       </method>
6239       <method name="T get_Current()">
6240         <size>24</size>
6241       </method>
6242       <method name="Boolean MoveNext()">
6243         <size>71</size>
6244       </method>
6245       <method name="Void Reset()">
6246         <size>6</size>
6247       </method>
6248       <method name="Void Dispose()">
6249         <size>30</size>
6250       </method>
6251     </type>
6252     <type name="SortedList`1[T]">
6253       <method name="Void .ctor()">
6254         <size>7</size>
6255       </method>
6256       <method name="Void Insert(T)">
6257         <size>137</size>
6258       </method>
6259     </type>
6260     <type name="PrintableLinkedList`1[T]">
6261       <method name="Void .ctor()">
6262         <size>7</size>
6263       </method>
6264       <method name="Void Print(System.IO.TextWriter)">
6265         <size>89</size>
6266       </method>
6267     </type>
6268     <type name="MyString">
6269       <method name="Void .ctor(String)">
6270         <size>14</size>
6271       </method>
6272       <method name="Int32 CompareTo(MyString)">
6273         <size>18</size>
6274       </method>
6275       <method name="Boolean Equals(MyString)">
6276         <size>18</size>
6277       </method>
6278       <method name="System.String get_Value()">
6279         <size>7</size>
6280       </method>
6281     </type>
6282     <type name="MyTest">
6283       <method name="Void .ctor()">
6284         <size>7</size>
6285       </method>
6286       <method name="Void Main(System.String[])">
6287         <size>467</size>
6288       </method>
6289     </type>
6290     <type name="Mapper`2[A,R]">
6291       <method name="Void .ctor(Object, IntPtr)">
6292         <size>0</size>
6293       </method>
6294       <method name="R Invoke(A)">
6295         <size>0</size>
6296       </method>
6297       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
6298         <size>0</size>
6299       </method>
6300       <method name="R EndInvoke(IAsyncResult)">
6301         <size>0</size>
6302       </method>
6303     </type>
6304     <type name="LinkedList`1+LinkedListEnumerator[T]">
6305       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6306         <size>12</size>
6307       </method>
6308     </type>
6309     <type name="MyTest">
6310       <method name="System.String &lt;Main&gt;m__0(Double)">
6311         <size>17</size>
6312       </method>
6313     </type>
6314     <type name="&lt;PrivateImplementationDetails&gt;">
6315       <method name="Void .ctor()">
6316         <size>7</size>
6317       </method>
6318     </type>
6319   </test>
6320   <test name="gtest-116.cs">
6321     <type name="Slow.Test">
6322       <method name="Void .ctor()">
6323         <size>7</size>
6324       </method>
6325       <method name="Void DoNothing[T]()">
6326         <size>8</size>
6327       </method>
6328     </type>
6329     <type name="Slow.Program">
6330       <method name="Void .ctor()">
6331         <size>7</size>
6332       </method>
6333       <method name="Void Main(System.String[])">
6334         <size>197</size>
6335       </method>
6336     </type>
6337   </test>
6338   <test name="gtest-117.cs">
6339     <type name="Foo`1[T]">
6340       <method name="Void .ctor()">
6341         <size>7</size>
6342       </method>
6343       <method name="Boolean Test(T)">
6344         <size>15</size>
6345       </method>
6346       <method name="Boolean Test()">
6347         <size>25</size>
6348       </method>
6349       <method name="Boolean TestB()">
6350         <size>25</size>
6351       </method>
6352     </type>
6353     <type name="Y`1[T]">
6354       <method name="Void .ctor()">
6355         <size>7</size>
6356       </method>
6357       <method name="Boolean Foo()">
6358         <size>12</size>
6359       </method>
6360     </type>
6361     <type name="X">
6362       <method name="Void .ctor()">
6363         <size>7</size>
6364       </method>
6365       <method name="Boolean TestB[T](T)">
6366         <size>15</size>
6367       </method>
6368       <method name="Boolean TestA(System.Object)">
6369         <size>10</size>
6370       </method>
6371       <method name="Int32 TestC()">
6372         <size>32</size>
6373       </method>
6374       <method name="Int32 Main()">
6375         <size>107</size>
6376       </method>
6377     </type>
6378   </test>
6379   <test name="gtest-118.cs">
6380     <type name="Polynomial`1[E]">
6381       <method name="Void .ctor()">
6382         <size>19</size>
6383       </method>
6384       <method name="Void .ctor(E[])">
6385         <size>14</size>
6386       </method>
6387       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
6388         <size>301</size>
6389       </method>
6390       <method name="Polynomial`1[E] Add(E)">
6391         <size>26</size>
6392       </method>
6393       <method name="Polynomial`1[E] Mul(E)">
6394         <size>78</size>
6395       </method>
6396       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
6397         <size>221</size>
6398       </method>
6399       <method name="E Eval(E)">
6400         <size>106</size>
6401       </method>
6402     </type>
6403     <type name="TestPolynomial">
6404       <method name="Void .ctor()">
6405         <size>7</size>
6406       </method>
6407       <method name="Void Main(System.String[])">
6408         <size>148</size>
6409       </method>
6410     </type>
6411     <type name="Int">
6412       <method name="Void .ctor(Int32)">
6413         <size>8</size>
6414       </method>
6415       <method name="Int Add(Int)">
6416         <size>20</size>
6417       </method>
6418       <method name="Int Mul(Int)">
6419         <size>20</size>
6420       </method>
6421       <method name="System.String ToString()">
6422         <size>15</size>
6423       </method>
6424     </type>
6425   </test>
6426   <test name="gtest-119.cs">
6427     <type name="Tests">
6428       <method name="Void .ctor()">
6429         <size>7</size>
6430       </method>
6431       <method name="Void Main()">
6432         <size>61</size>
6433       </method>
6434     </type>
6435   </test>
6436   <test name="gtest-120.cs">
6437     <type name="SequencedHasher`2[S,W]">
6438       <method name="Void .ctor()">
6439         <size>7</size>
6440       </method>
6441       <method name="Boolean Equals(S, S)">
6442         <size>45</size>
6443       </method>
6444     </type>
6445     <type name="Sequenced`1[T]">
6446       <method name="Void .ctor()">
6447         <size>7</size>
6448       </method>
6449       <method name="Boolean Equals(ISequenced`1)">
6450         <size>2</size>
6451       </method>
6452     </type>
6453     <type name="X">
6454       <method name="Void .ctor()">
6455         <size>7</size>
6456       </method>
6457       <method name="Void Main()">
6458         <size>22</size>
6459       </method>
6460     </type>
6461   </test>
6462   <test name="gtest-121.cs">
6463     <type name="B`1[T]">
6464       <method name="Void .ctor()">
6465         <size>7</size>
6466       </method>
6467       <method name="Int32 Add(T)">
6468         <size>2</size>
6469       </method>
6470       <method name="Void AddRange(System.Object)">
6471         <size>16</size>
6472       </method>
6473     </type>
6474     <type name="A">
6475       <method name="Void .ctor()">
6476         <size>7</size>
6477       </method>
6478     </type>
6479     <type name="Test">
6480       <method name="Void .ctor()">
6481         <size>7</size>
6482       </method>
6483       <method name="Void Main()">
6484         <size>18</size>
6485       </method>
6486     </type>
6487   </test>
6488   <test name="gtest-122.cs">
6489     <type name="Test">
6490       <method name="Void .ctor()">
6491         <size>7</size>
6492       </method>
6493       <method name="Void Main(System.String[])">
6494         <size>26</size>
6495       </method>
6496       <method name="Void D(Int32)">
6497         <size>22</size>
6498       </method>
6499     </type>
6500     <type name="A`1[T]">
6501       <method name="Void .ctor(B, T)">
6502         <size>21</size>
6503       </method>
6504       <method name="Void Run()">
6505         <size>18</size>
6506       </method>
6507     </type>
6508     <type name="A`1+B[T]">
6509       <method name="Void .ctor(Object, IntPtr)">
6510         <size>0</size>
6511       </method>
6512       <method name="Void Invoke(T)">
6513         <size>0</size>
6514       </method>
6515       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
6516         <size>0</size>
6517       </method>
6518       <method name="Void EndInvoke(IAsyncResult)">
6519         <size>0</size>
6520       </method>
6521     </type>
6522   </test>
6523   <test name="gtest-123.cs">
6524     <type name="A`1[T]">
6525       <method name="Void .ctor()">
6526         <size>7</size>
6527       </method>
6528     </type>
6529     <type name="X">
6530       <method name="Void .ctor()">
6531         <size>7</size>
6532       </method>
6533       <method name="Void Main()">
6534         <size>1</size>
6535       </method>
6536     </type>
6537     <type name="A`1+Foo[T]">
6538       <method name="Void .ctor(Object, IntPtr)">
6539         <size>0</size>
6540       </method>
6541       <method name="Void Invoke()">
6542         <size>0</size>
6543       </method>
6544       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6545         <size>0</size>
6546       </method>
6547       <method name="Void EndInvoke(IAsyncResult)">
6548         <size>0</size>
6549       </method>
6550     </type>
6551     <type name="A`1+Bar`1[T,U]">
6552       <method name="Void .ctor(Object, IntPtr)">
6553         <size>0</size>
6554       </method>
6555       <method name="Void Invoke()">
6556         <size>0</size>
6557       </method>
6558       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6559         <size>0</size>
6560       </method>
6561       <method name="Void EndInvoke(IAsyncResult)">
6562         <size>0</size>
6563       </method>
6564     </type>
6565   </test>
6566   <test name="gtest-124.cs">
6567     <type name="FooCollection`1[T]">
6568       <method name="Void .ctor()">
6569         <size>7</size>
6570       </method>
6571     </type>
6572     <type name="X">
6573       <method name="Void .ctor()">
6574         <size>7</size>
6575       </method>
6576       <method name="Void Main()">
6577         <size>21</size>
6578       </method>
6579     </type>
6580     <type name="FooCollection`1[T]">
6581       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
6582         <size>10</size>
6583       </method>
6584       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
6585         <size>1</size>
6586       </method>
6587     </type>
6588   </test>
6589   <test name="gtest-125.cs">
6590     <type name="B`1[T]">
6591       <method name="Void .ctor()">
6592         <size>7</size>
6593       </method>
6594     </type>
6595     <type name="MainClass">
6596       <method name="Void .ctor()">
6597         <size>7</size>
6598       </method>
6599       <method name="Void Main()">
6600         <size>1</size>
6601       </method>
6602     </type>
6603   </test>
6604   <test name="gtest-126.cs">
6605     <type name="B">
6606       <method name="Void .ctor()">
6607         <size>7</size>
6608       </method>
6609       <method name="Boolean foo()">
6610         <size>2</size>
6611       </method>
6612     </type>
6613     <type name="MyFilter">
6614       <method name="Void .ctor()">
6615         <size>7</size>
6616       </method>
6617       <method name="K Is(IB)">
6618         <size>10</size>
6619       </method>
6620     </type>
6621     <type name="MyBFilter">
6622       <method name="Void .ctor()">
6623         <size>7</size>
6624       </method>
6625       <method name="B Is(IB)">
6626         <size>6</size>
6627       </method>
6628     </type>
6629     <type name="M">
6630       <method name="Void .ctor()">
6631         <size>7</size>
6632       </method>
6633       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
6634         <size>38</size>
6635       </method>
6636       <method name="Void Main()">
6637         <size>45</size>
6638       </method>
6639     </type>
6640     <type name="K">
6641       <method name="Boolean foo()">
6642         <size>2</size>
6643       </method>
6644     </type>
6645   </test>
6646   <test name="gtest-127.cs">
6647     <type name="A`1[T]">
6648       <method name="Void .ctor()">
6649         <size>7</size>
6650       </method>
6651       <method name="Void add__changed(A`1+Changed[T])">
6652         <size>47</size>
6653       </method>
6654       <method name="Void remove__changed(A`1+Changed[T])">
6655         <size>47</size>
6656       </method>
6657       <method name="Void Register(A`1+Changed[T])">
6658         <size>20</size>
6659       </method>
6660     </type>
6661     <type name="Test">
6662       <method name="Void .ctor()">
6663         <size>7</size>
6664       </method>
6665       <method name="Void Main()">
6666         <size>25</size>
6667       </method>
6668       <method name="Void Del(A`1[System.Int32])">
6669         <size>11</size>
6670       </method>
6671     </type>
6672     <type name="A`1+Changed[T]">
6673       <method name="Void .ctor(Object, IntPtr)">
6674         <size>0</size>
6675       </method>
6676       <method name="Void Invoke(A`1[T])">
6677         <size>0</size>
6678       </method>
6679       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
6680         <size>0</size>
6681       </method>
6682       <method name="Void EndInvoke(IAsyncResult)">
6683         <size>0</size>
6684       </method>
6685     </type>
6686   </test>
6687   <test name="gtest-128.cs">
6688     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
6689       <method name="Void .ctor()">
6690         <size>7</size>
6691       </method>
6692       <method name="Void Add(T)">
6693         <size>11</size>
6694       </method>
6695     </type>
6696     <type name="FLMID.Bugs.ParametersOne.Test">
6697       <method name="Void .ctor()">
6698         <size>7</size>
6699       </method>
6700       <method name="Void Main(System.String[])">
6701         <size>119</size>
6702       </method>
6703     </type>
6704   </test>
6705   <test name="gtest-129.cs">
6706     <type name="B.Test`1[T]">
6707       <method name="Void .ctor()">
6708         <size>7</size>
6709       </method>
6710     </type>
6711     <type name="X">
6712       <method name="Void .ctor()">
6713         <size>7</size>
6714       </method>
6715       <method name="Void Main()">
6716         <size>1</size>
6717       </method>
6718     </type>
6719   </test>
6720   <test name="gtest-130.cs">
6721     <type name="MyTest">
6722       <method name="Void .ctor()">
6723         <size>7</size>
6724       </method>
6725       <method name="Void Main(System.String[])">
6726         <size>920</size>
6727       </method>
6728     </type>
6729   </test>
6730   <test name="gtest-131.cs">
6731     <type name="MyTest">
6732       <method name="Void .ctor()">
6733         <size>7</size>
6734       </method>
6735       <method name="Void Main(System.String[])">
6736         <size>1332</size>
6737       </method>
6738     </type>
6739   </test>
6740   <test name="gtest-132.cs">
6741     <type name="MyTest">
6742       <method name="Void .ctor()">
6743         <size>7</size>
6744       </method>
6745       <method name="Nullable`1 Sqrt(Nullable`1)">
6746         <size>55</size>
6747       </method>
6748       <method name="Void Main(System.String[])">
6749         <size>63</size>
6750       </method>
6751     </type>
6752   </test>
6753   <test name="gtest-133.cs">
6754     <type name="MyTest">
6755       <method name="Void .ctor()">
6756         <size>7</size>
6757       </method>
6758       <method name="Void Main(System.String[])">
6759         <size>201</size>
6760       </method>
6761     </type>
6762     <type name="S">
6763       <method name="Int32 get_X()">
6764         <size>7</size>
6765       </method>
6766       <method name="Void set_X(Int32)">
6767         <size>8</size>
6768       </method>
6769       <method name="Void Set(Int32)">
6770         <size>8</size>
6771       </method>
6772     </type>
6773   </test>
6774   <test name="gtest-134.cs">
6775     <type name="MyTest">
6776       <method name="Void .ctor()">
6777         <size>7</size>
6778       </method>
6779       <method name="Void Main(System.String[])">
6780         <size>113</size>
6781       </method>
6782     </type>
6783     <type name="Foo`1[T]">
6784       <method name="Void .ctor(T)">
6785         <size>14</size>
6786       </method>
6787       <method name="System.String Fmt()">
6788         <size>40</size>
6789       </method>
6790     </type>
6791   </test>
6792   <test name="gtest-135.cs">
6793     <type name="X">
6794       <method name="Void .ctor()">
6795         <size>7</size>
6796       </method>
6797       <method name="Void Main()">
6798         <size>116</size>
6799       </method>
6800     </type>
6801   </test>
6802   <test name="gtest-136.cs">
6803     <type name="Martin.X">
6804       <method name="Void .ctor()">
6805         <size>7</size>
6806       </method>
6807       <method name="Void Main()">
6808         <size>148</size>
6809       </method>
6810     </type>
6811     <type name="Martin.A">
6812       <method name="Void .ctor(Int64)">
6813         <size>8</size>
6814       </method>
6815       <method name="B op_Explicit(A)">
6816         <size>14</size>
6817       </method>
6818     </type>
6819     <type name="Martin.B">
6820       <method name="Void .ctor(Int32)">
6821         <size>8</size>
6822       </method>
6823       <method name="A op_Implicit(B)">
6824         <size>14</size>
6825       </method>
6826     </type>
6827   </test>
6828   <test name="gtest-137.cs">
6829     <type name="X">
6830       <method name="Void .ctor()">
6831         <size>7</size>
6832       </method>
6833       <method name="Int32 Main()">
6834         <size>136</size>
6835       </method>
6836     </type>
6837   </test>
6838   <test name="gtest-138.cs">
6839     <type name="X">
6840       <method name="Void .ctor()">
6841         <size>7</size>
6842       </method>
6843       <method name="Void Main()">
6844         <size>61</size>
6845       </method>
6846     </type>
6847   </test>
6848   <test name="gtest-139.cs">
6849     <type name="MyStruct">
6850       <method name="Int32 op_Inequality(Nullable`1, System.String)">
6851         <size>2</size>
6852       </method>
6853       <method name="Int32 op_Equality(Nullable`1, System.String)">
6854         <size>2</size>
6855       </method>
6856       <method name="Int32 op_Inequality(System.String, Nullable`1)">
6857         <size>3</size>
6858       </method>
6859       <method name="Int32 op_Equality(System.String, Nullable`1)">
6860         <size>2</size>
6861       </method>
6862     </type>
6863     <type name="Test">
6864       <method name="Int32 Main()">
6865         <size>60</size>
6866       </method>
6867       <method name="Void .ctor()">
6868         <size>7</size>
6869       </method>
6870     </type>
6871   </test>
6872   <test name="gtest-140.cs">
6873     <type name="X">
6874       <method name="Void .ctor()">
6875         <size>7</size>
6876       </method>
6877       <method name="Void Main()">
6878         <size>132</size>
6879       </method>
6880     </type>
6881   </test>
6882   <test name="gtest-141.cs">
6883     <type name="X">
6884       <method name="Void .ctor()">
6885         <size>7</size>
6886       </method>
6887       <method name="Void Main()">
6888         <size>90</size>
6889       </method>
6890     </type>
6891   </test>
6892   <test name="gtest-142.cs">
6893     <type name="Assert">
6894       <method name="Void .cctor()">
6895         <size>1</size>
6896       </method>
6897       <method name="Void IsNull[T](System.String, Nullable`1)">
6898         <size>24</size>
6899       </method>
6900       <method name="Void IsNotNull[T](System.String, Nullable`1)">
6901         <size>24</size>
6902       </method>
6903       <method name="Int32 get_Errors()">
6904         <size>6</size>
6905       </method>
6906       <method name="Void Error(System.String, System.String)">
6907         <size>25</size>
6908       </method>
6909       <method name="Void IsTrue(System.String, Boolean)">
6910         <size>18</size>
6911       </method>
6912       <method name="Void IsFalse(System.String, Boolean)">
6913         <size>18</size>
6914       </method>
6915       <method name="Void IsTrue(System.String, Nullable`1)">
6916         <size>36</size>
6917       </method>
6918       <method name="Void IsFalse(System.String, Nullable`1)">
6919         <size>36</size>
6920       </method>
6921     </type>
6922     <type name="X">
6923       <method name="Void .ctor()">
6924         <size>7</size>
6925       </method>
6926       <method name="Int32 Main()">
6927         <size>2199</size>
6928       </method>
6929     </type>
6930   </test>
6931   <test name="gtest-143.cs">
6932     <type name="X">
6933       <method name="Void .ctor()">
6934         <size>7</size>
6935       </method>
6936       <method name="Int32 Test()">
6937         <size>497</size>
6938       </method>
6939       <method name="Int32 Main()">
6940         <size>30</size>
6941       </method>
6942     </type>
6943   </test>
6944   <test name="gtest-144.cs">
6945     <type name="Test.Application">
6946       <method name="Void .ctor()">
6947         <size>7</size>
6948       </method>
6949       <method name="Void Main()">
6950         <size>11</size>
6951       </method>
6952     </type>
6953   </test>
6954   <test name="gtest-145.cs">
6955     <type name="Test`1[T]">
6956       <method name="Void .ctor(T[,])">
6957         <size>14</size>
6958       </method>
6959     </type>
6960     <type name="Program">
6961       <method name="Void .ctor()">
6962         <size>7</size>
6963       </method>
6964       <method name="Void Main(System.String[])">
6965         <size>14</size>
6966       </method>
6967     </type>
6968   </test>
6969   <test name="gtest-146.cs">
6970     <type name="MyLinkedList`1[T]">
6971       <method name="Void .ctor()">
6972         <size>7</size>
6973       </method>
6974     </type>
6975     <type name="MyLinkedList`1+Node[T]">
6976       <method name="Void .ctor(T)">
6977         <size>14</size>
6978       </method>
6979     </type>
6980     <type name="SortedList`1[U]">
6981       <method name="Void .ctor()">
6982         <size>7</size>
6983       </method>
6984       <method name="Void Insert(U)">
6985         <size>8</size>
6986       </method>
6987     </type>
6988     <type name="X">
6989       <method name="Void .ctor()">
6990         <size>7</size>
6991       </method>
6992       <method name="Void Main()">
6993         <size>1</size>
6994       </method>
6995     </type>
6996   </test>
6997   <test name="gtest-147.cs">
6998     <type name="B.Test`1[T]">
6999       <method name="Void .ctor()">
7000         <size>7</size>
7001       </method>
7002       <method name="Void A.IFoo.Hello(IFoo)">
7003         <size>1</size>
7004       </method>
7005     </type>
7006     <type name="Y">
7007       <method name="Void .ctor()">
7008         <size>7</size>
7009       </method>
7010     </type>
7011     <type name="X">
7012       <method name="Void .ctor()">
7013         <size>7</size>
7014       </method>
7015       <method name="Void Main()">
7016         <size>1</size>
7017       </method>
7018     </type>
7019   </test>
7020   <test name="gtest-148.cs">
7021     <type name="Test1">
7022       <method name="Void Foo[S,OP](UInt32)">
7023         <size>1</size>
7024       </method>
7025     </type>
7026     <type name="Test1+IOp`1[T]">
7027       <method name="Void .ctor()">
7028         <size>7</size>
7029       </method>
7030     </type>
7031     <type name="Test2">
7032       <method name="Void Foo[T,OP](UInt32)">
7033         <size>1</size>
7034       </method>
7035     </type>
7036     <type name="Test2+IOp`1[T]">
7037       <method name="Void .ctor()">
7038         <size>7</size>
7039       </method>
7040     </type>
7041     <type name="X">
7042       <method name="Void .ctor()">
7043         <size>7</size>
7044       </method>
7045       <method name="Void Main()">
7046         <size>1</size>
7047       </method>
7048     </type>
7049   </test>
7050   <test name="gtest-149.cs">
7051     <type name="Test1">
7052       <method name="Void Foo[S,OP](UInt32)">
7053         <size>1</size>
7054       </method>
7055     </type>
7056     <type name="Test1+IOp`1[T]">
7057       <method name="Void .ctor()">
7058         <size>7</size>
7059       </method>
7060     </type>
7061     <type name="Test2">
7062       <method name="Void Foo[T,OP](UInt32)">
7063         <size>1</size>
7064       </method>
7065     </type>
7066     <type name="Test2+IOp`1[T]">
7067       <method name="Void .ctor()">
7068         <size>7</size>
7069       </method>
7070     </type>
7071     <type name="X">
7072       <method name="Void .ctor()">
7073         <size>7</size>
7074       </method>
7075       <method name="Void Main()">
7076         <size>1</size>
7077       </method>
7078     </type>
7079   </test>
7080   <test name="gtest-150.cs">
7081     <type name="Test1">
7082       <method name="Void Foo[T,OP](UInt32)">
7083         <size>35</size>
7084       </method>
7085       <method name="Void Main()">
7086         <size>15</size>
7087       </method>
7088     </type>
7089     <type name="Test1+Op">
7090       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
7091         <size>5</size>
7092       </method>
7093       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
7094         <size>4</size>
7095       </method>
7096     </type>
7097   </test>
7098   <test name="gtest-151.cs">
7099     <type name="Test`1[T]">
7100       <method name="Void .ctor()">
7101         <size>15</size>
7102       </method>
7103     </type>
7104     <type name="X">
7105       <method name="Void .ctor()">
7106         <size>7</size>
7107       </method>
7108       <method name="Int32 Main()">
7109         <size>8</size>
7110       </method>
7111     </type>
7112   </test>
7113   <test name="gtest-152.cs">
7114     <type name="EnumerableBase`1[T]">
7115       <method name="Void .ctor()">
7116         <size>7</size>
7117       </method>
7118       <method name="IFoo IFoo.Hello()">
7119         <size>7</size>
7120       </method>
7121       <method name="IFoo`1 Hello()">
7122         <size>0</size>
7123       </method>
7124     </type>
7125     <type name="CollectionBase`1[T]">
7126       <method name="Void .ctor()">
7127         <size>7</size>
7128       </method>
7129     </type>
7130     <type name="HashBag`1[T]">
7131       <method name="Void .ctor()">
7132         <size>7</size>
7133       </method>
7134       <method name="IFoo`1 Hello()">
7135         <size>2</size>
7136       </method>
7137     </type>
7138     <type name="X">
7139       <method name="Void .ctor()">
7140         <size>7</size>
7141       </method>
7142       <method name="Void Main()">
7143         <size>1</size>
7144       </method>
7145     </type>
7146   </test>
7147   <test name="gtest-153.cs">
7148     <type name="MyClass`1[T]">
7149       <method name="Void .ctor()">
7150         <size>56</size>
7151       </method>
7152     </type>
7153     <type name="X">
7154       <method name="Void .ctor()">
7155         <size>7</size>
7156       </method>
7157       <method name="Void Main()">
7158         <size>1</size>
7159       </method>
7160     </type>
7161   </test>
7162   <test name="gtest-154.cs">
7163     <type name="B">
7164       <method name="Void .ctor()">
7165         <size>7</size>
7166       </method>
7167       <method name="T`1[X] M[X]()">
7168         <size>13</size>
7169       </method>
7170       <method name="T`1[System.Int64] N()">
7171         <size>30</size>
7172       </method>
7173     </type>
7174     <type name="D">
7175       <method name="Void .ctor()">
7176         <size>7</size>
7177       </method>
7178       <method name="Void Main()">
7179         <size>13</size>
7180       </method>
7181     </type>
7182     <type name="T`1[X]">
7183       <method name="Void .ctor(Object, IntPtr)">
7184         <size>0</size>
7185       </method>
7186       <method name="Int32 Invoke(X)">
7187         <size>0</size>
7188       </method>
7189       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
7190         <size>0</size>
7191       </method>
7192       <method name="Int32 EndInvoke(IAsyncResult)">
7193         <size>0</size>
7194       </method>
7195     </type>
7196     <type name="B">
7197       <method name="Int32 &lt;N&gt;m__1(Int64)">
7198         <size>2</size>
7199       </method>
7200       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
7201         <size>2</size>
7202       </method>
7203     </type>
7204   </test>
7205   <test name="gtest-155.cs">
7206     <type name="MyClass`1[T]">
7207       <method name="Void .ctor()">
7208         <size>56</size>
7209       </method>
7210     </type>
7211     <type name="X">
7212       <method name="Void .ctor()">
7213         <size>7</size>
7214       </method>
7215       <method name="Void Main()">
7216         <size>1</size>
7217       </method>
7218     </type>
7219   </test>
7220   <test name="gtest-156.cs">
7221     <type name="FLMID.Bugs.Marshal15.D">
7222       <method name="Void .ctor()">
7223         <size>18</size>
7224       </method>
7225       <method name="Void Main(System.String[])">
7226         <size>11</size>
7227       </method>
7228     </type>
7229   </test>
7230   <test name="gtest-157.cs">
7231     <type name="kv`2[k,v]">
7232       <method name="Void .ctor()">
7233         <size>7</size>
7234       </method>
7235     </type>
7236     <type name="m`2[k,v]">
7237       <method name="Void .ctor()">
7238         <size>7</size>
7239       </method>
7240     </type>
7241     <type name="X">
7242       <method name="Void .ctor()">
7243         <size>7</size>
7244       </method>
7245       <method name="Void Main()">
7246         <size>1</size>
7247       </method>
7248     </type>
7249     <type name="m`2[k,v]">
7250       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
7251         <size>1</size>
7252       </method>
7253     </type>
7254   </test>
7255   <test name="gtest-158.cs">
7256     <type name="Moo`1[C]">
7257       <method name="Void .ctor()">
7258         <size>7</size>
7259       </method>
7260     </type>
7261     <type name="Moo`1+Foo[C]">
7262       <method name="Void .ctor()">
7263         <size>7</size>
7264       </method>
7265     </type>
7266     <type name="Test">
7267       <method name="Void .ctor()">
7268         <size>7</size>
7269       </method>
7270     </type>
7271     <type name="X">
7272       <method name="Void .ctor()">
7273         <size>7</size>
7274       </method>
7275       <method name="Void Main()">
7276         <size>7</size>
7277       </method>
7278     </type>
7279   </test>
7280   <test name="gtest-159.cs">
7281     <type name="App">
7282       <method name="Void .ctor()">
7283         <size>7</size>
7284       </method>
7285       <method name="Void Main()">
7286         <size>98</size>
7287       </method>
7288     </type>
7289   </test>
7290   <test name="gtest-160.cs">
7291     <type name="Fun`2[A,B]">
7292       <method name="Void .ctor()">
7293         <size>7</size>
7294       </method>
7295     </type>
7296     <type name="List`1[T]">
7297       <method name="Void .ctor()">
7298         <size>7</size>
7299       </method>
7300       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
7301         <size>6</size>
7302       </method>
7303       <method name="Void foo[T2]()">
7304         <size>17</size>
7305       </method>
7306     </type>
7307     <type name="X">
7308       <method name="Void .ctor()">
7309         <size>7</size>
7310       </method>
7311       <method name="Void Main()">
7312         <size>1</size>
7313       </method>
7314     </type>
7315   </test>
7316   <test name="gtest-161.cs">
7317     <type name="App">
7318       <method name="Void .ctor()">
7319         <size>7</size>
7320       </method>
7321       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
7322         <size>8</size>
7323       </method>
7324       <method name="Void Main()">
7325         <size>56</size>
7326       </method>
7327       <method name="System.String &lt;Main&gt;m__0(Int32)">
7328         <size>8</size>
7329       </method>
7330     </type>
7331   </test>
7332   <test name="gtest-162.cs">
7333     <type name="Generic`1[T]">
7334       <method name="Void .ctor()">
7335         <size>7</size>
7336       </method>
7337     </type>
7338     <type name="X">
7339       <method name="Void .ctor()">
7340         <size>7</size>
7341       </method>
7342       <method name="Int32 Main()">
7343         <size>33</size>
7344       </method>
7345     </type>
7346     <type name="Generic`1+Delegate[T]">
7347       <method name="Void .ctor(Object, IntPtr)">
7348         <size>0</size>
7349       </method>
7350       <method name="Void Invoke(Generic`1[T], T)">
7351         <size>0</size>
7352       </method>
7353       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
7354         <size>0</size>
7355       </method>
7356       <method name="Void EndInvoke(IAsyncResult)">
7357         <size>0</size>
7358       </method>
7359     </type>
7360   </test>
7361   <test name="gtest-163.cs">
7362     <type name="Foo`1[T]">
7363       <method name="Void .ctor()">
7364         <size>7</size>
7365       </method>
7366       <method name="IEnumerator`1 getEnumerator(Int32)">
7367         <size>22</size>
7368       </method>
7369     </type>
7370     <type name="X">
7371       <method name="Void .ctor()">
7372         <size>7</size>
7373       </method>
7374       <method name="Void Main()">
7375         <size>1</size>
7376       </method>
7377     </type>
7378     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
7379       <method name="Void .ctor()">
7380         <size>7</size>
7381       </method>
7382       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7383         <size>12</size>
7384       </method>
7385       <method name="Boolean MoveNext()">
7386         <size>95</size>
7387       </method>
7388       <method name="Void Dispose()">
7389         <size>8</size>
7390       </method>
7391       <method name="Void Reset()">
7392         <size>6</size>
7393       </method>
7394       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7395         <size>7</size>
7396       </method>
7397     </type>
7398   </test>
7399   <test name="gtest-164.cs">
7400     <type name="FunEnumerable">
7401       <method name="Void .ctor(Int32, Int2Int)">
7402         <size>21</size>
7403       </method>
7404       <method name="IEnumerator`1 GetEnumerator()">
7405         <size>15</size>
7406       </method>
7407     </type>
7408     <type name="X">
7409       <method name="Void .ctor()">
7410         <size>7</size>
7411       </method>
7412       <method name="Void Main()">
7413         <size>1</size>
7414       </method>
7415     </type>
7416     <type name="Int2Int">
7417       <method name="Void .ctor(Object, IntPtr)">
7418         <size>0</size>
7419       </method>
7420       <method name="Int32 Invoke(Int32)">
7421         <size>0</size>
7422       </method>
7423       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
7424         <size>0</size>
7425       </method>
7426       <method name="Int32 EndInvoke(IAsyncResult)">
7427         <size>0</size>
7428       </method>
7429     </type>
7430     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
7431       <method name="Void .ctor()">
7432         <size>7</size>
7433       </method>
7434       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7435         <size>12</size>
7436       </method>
7437       <method name="Boolean MoveNext()">
7438         <size>89</size>
7439       </method>
7440       <method name="Void Dispose()">
7441         <size>8</size>
7442       </method>
7443       <method name="Void Reset()">
7444         <size>6</size>
7445       </method>
7446       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
7447         <size>7</size>
7448       </method>
7449     </type>
7450   </test>
7451   <test name="gtest-165.cs">
7452     <type name="C">
7453       <method name="Int32 Main()">
7454         <size>27</size>
7455       </method>
7456       <method name="Void .ctor()">
7457         <size>7</size>
7458       </method>
7459     </type>
7460   </test>
7461   <test name="gtest-166.cs">
7462     <type name="Foo">
7463       <method name="Void Main()">
7464         <size>7</size>
7465       </method>
7466       <method name="Void .ctor()">
7467         <size>7</size>
7468       </method>
7469     </type>
7470   </test>
7471   <test name="gtest-167.cs">
7472     <type name="TestAttribute">
7473       <method name="Void .ctor()">
7474         <size>7</size>
7475       </method>
7476     </type>
7477     <type name="TestNotAttribute">
7478       <method name="Void .ctor()">
7479         <size>7</size>
7480       </method>
7481     </type>
7482     <type name="TestMultiAttribute">
7483       <method name="Void .ctor()">
7484         <size>7</size>
7485       </method>
7486     </type>
7487     <type name="Class1">
7488       <method name="Void .ctor()">
7489         <size>7</size>
7490       </method>
7491     </type>
7492     <type name="Class2">
7493       <method name="Void .ctor()">
7494         <size>7</size>
7495       </method>
7496     </type>
7497     <type name="Class3">
7498       <method name="Void .ctor()">
7499         <size>7</size>
7500       </method>
7501     </type>
7502     <type name="TestClass">
7503       <method name="Void .ctor()">
7504         <size>7</size>
7505       </method>
7506       <method name="Int32 Main()">
7507         <size>86</size>
7508       </method>
7509     </type>
7510   </test>
7511   <test name="gtest-168.cs">
7512     <type name="lis`1[a]">
7513       <method name="Void .ctor()">
7514         <size>7</size>
7515       </method>
7516     </type>
7517     <type name="M">
7518       <method name="Void .ctor()">
7519         <size>7</size>
7520       </method>
7521       <method name="lis`1[a] Rev[a](lis`1[a])">
7522         <size>2</size>
7523       </method>
7524       <method name="lis`1[b] MapFromArray[a,b](a[])">
7525         <size>11</size>
7526       </method>
7527     </type>
7528     <type name="X">
7529       <method name="Void .ctor()">
7530         <size>7</size>
7531       </method>
7532       <method name="Void Main()">
7533         <size>1</size>
7534       </method>
7535     </type>
7536   </test>
7537   <test name="gtest-169.cs">
7538     <type name="list`1[A]">
7539       <method name="Void .ctor()">
7540         <size>7</size>
7541       </method>
7542     </type>
7543     <type name="list`1+Cons`1[A,T]">
7544       <method name="Void .ctor()">
7545         <size>7</size>
7546       </method>
7547     </type>
7548     <type name="list`1+Nil`1[A,T]">
7549       <method name="Void .ctor()">
7550         <size>7</size>
7551       </method>
7552     </type>
7553     <type name="C">
7554       <method name="Void .ctor()">
7555         <size>7</size>
7556       </method>
7557       <method name="Void Rev[T](list`1[T])">
7558         <size>43</size>
7559       </method>
7560     </type>
7561     <type name="M">
7562       <method name="Void .ctor()">
7563         <size>7</size>
7564       </method>
7565       <method name="Void Main()">
7566         <size>21</size>
7567       </method>
7568     </type>
7569   </test>
7570   <test name="gtest-170.cs">
7571     <type name="C`1[A]">
7572       <method name="Void .ctor()">
7573         <size>7</size>
7574       </method>
7575       <method name="Void foo[B](C`1[B])">
7576         <size>7</size>
7577       </method>
7578     </type>
7579     <type name="D">
7580       <method name="Void .ctor()">
7581         <size>7</size>
7582       </method>
7583       <method name="Void append[A](C`1[A])">
7584         <size>1</size>
7585       </method>
7586       <method name="Void Main()">
7587         <size>7</size>
7588       </method>
7589     </type>
7590   </test>
7591   <test name="gtest-171.cs">
7592     <type name="list`1[a]">
7593       <method name="Void .ctor()">
7594         <size>7</size>
7595       </method>
7596     </type>
7597     <type name="Nil`1[a]">
7598       <method name="Void .ctor()">
7599         <size>7</size>
7600       </method>
7601       <method name="Void .cctor()">
7602         <size>11</size>
7603       </method>
7604     </type>
7605     <type name="Test">
7606       <method name="Void .ctor()">
7607         <size>7</size>
7608       </method>
7609       <method name="Void Main()">
7610         <size>24</size>
7611       </method>
7612     </type>
7613   </test>
7614   <test name="gtest-172.cs">
7615     <type name="M">
7616       <method name="Void .ctor()">
7617         <size>7</size>
7618       </method>
7619       <method name="Void Main()">
7620         <size>7</size>
7621       </method>
7622     </type>
7623   </test>
7624   <test name="gtest-173.cs">
7625     <type name="List`1[t]">
7626       <method name="Void .ctor()">
7627         <size>7</size>
7628       </method>
7629       <method name="Void foo[b](List`1[t])">
7630         <size>27</size>
7631       </method>
7632     </type>
7633     <type name="C">
7634       <method name="Void .ctor()">
7635         <size>7</size>
7636       </method>
7637     </type>
7638     <type name="D">
7639       <method name="Void .ctor()">
7640         <size>7</size>
7641       </method>
7642     </type>
7643     <type name="M">
7644       <method name="Void .ctor()">
7645         <size>7</size>
7646       </method>
7647       <method name="Void Main()">
7648         <size>27</size>
7649       </method>
7650     </type>
7651   </test>
7652   <test name="gtest-174.cs">
7653     <type name="B`1[T]">
7654       <method name="Void .ctor()">
7655         <size>7</size>
7656       </method>
7657       <method name="Void .cctor()">
7658         <size>11</size>
7659       </method>
7660     </type>
7661     <type name="M">
7662       <method name="Void .ctor()">
7663         <size>7</size>
7664       </method>
7665       <method name="Void Main()">
7666         <size>13</size>
7667       </method>
7668     </type>
7669   </test>
7670   <test name="gtest-175.cs">
7671     <type name="Foo">
7672       <method name="Void .ctor()">
7673         <size>7</size>
7674       </method>
7675     </type>
7676     <type name="X">
7677       <method name="Void .ctor()">
7678         <size>7</size>
7679       </method>
7680       <method name="Foo Test(Foo, Foo)">
7681         <size>10</size>
7682       </method>
7683       <method name="Int32 Main()">
7684         <size>33</size>
7685       </method>
7686     </type>
7687   </test>
7688   <test name="gtest-176.cs">
7689     <type name="lis`1[a]">
7690       <method name="Void .ctor()">
7691         <size>7</size>
7692       </method>
7693     </type>
7694     <type name="fn`3[a,b,r]">
7695       <method name="Void .ctor()">
7696         <size>7</size>
7697       </method>
7698       <method name="r apply(a, b)">
7699         <size>0</size>
7700       </method>
7701     </type>
7702     <type name="fn1`1[a]">
7703       <method name="Void .ctor()">
7704         <size>7</size>
7705       </method>
7706       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
7707         <size>8</size>
7708       </method>
7709     </type>
7710     <type name="M">
7711       <method name="Void .ctor()">
7712         <size>7</size>
7713       </method>
7714       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
7715         <size>9</size>
7716       </method>
7717       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
7718         <size>2</size>
7719       </method>
7720       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
7721         <size>17</size>
7722       </method>
7723       <method name="Void Main()">
7724         <size>12</size>
7725       </method>
7726     </type>
7727   </test>
7728   <test name="gtest-177.cs">
7729     <type name="X">
7730       <method name="Void .ctor()">
7731         <size>7</size>
7732       </method>
7733       <method name="Void .cctor()">
7734         <size>25</size>
7735       </method>
7736       <method name="Int32 Main()">
7737         <size>96</size>
7738       </method>
7739     </type>
7740     <type name="X`1[T]">
7741       <method name="Void .ctor()">
7742         <size>7</size>
7743       </method>
7744       <method name="IEnumerator`1 Y(IEnumerable`1)">
7745         <size>7</size>
7746       </method>
7747       <method name="T Z(IList`1, Int32)">
7748         <size>8</size>
7749       </method>
7750     </type>
7751   </test>
7752   <test name="gtest-178.cs">
7753     <type name="X">
7754       <method name="Void .ctor()">
7755         <size>7</size>
7756       </method>
7757       <method name="Void Main()">
7758         <size>1</size>
7759       </method>
7760     </type>
7761   </test>
7762   <test name="gtest-179.cs">
7763     <type name="X`1[T]">
7764       <method name="Void .ctor()">
7765         <size>7</size>
7766       </method>
7767       <method name="Int32 get_i()">
7768         <size>2</size>
7769       </method>
7770       <method name="Void set_i(Int32)">
7771         <size>1</size>
7772       </method>
7773       <method name="Int32 myMain()">
7774         <size>14</size>
7775       </method>
7776     </type>
7777     <type name="Y">
7778       <method name="Void .ctor()">
7779         <size>7</size>
7780       </method>
7781       <method name="Int32 Main()">
7782         <size>6</size>
7783       </method>
7784     </type>
7785   </test>
7786   <test name="gtest-180.cs">
7787     <type name="C">
7788       <method name="Void .ctor()">
7789         <size>7</size>
7790       </method>
7791     </type>
7792     <type name="C+CC">
7793       <method name="Void .ctor()">
7794         <size>7</size>
7795       </method>
7796     </type>
7797     <type name="Program">
7798       <method name="Void .ctor()">
7799         <size>7</size>
7800       </method>
7801       <method name="Int32 Main()">
7802         <size>197</size>
7803       </method>
7804     </type>
7805     <type name="D">
7806       <method name="Void .ctor(Object, IntPtr)">
7807         <size>0</size>
7808       </method>
7809       <method name="Void Invoke()">
7810         <size>0</size>
7811       </method>
7812       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
7813         <size>0</size>
7814       </method>
7815       <method name="Void EndInvoke(IAsyncResult)">
7816         <size>0</size>
7817       </method>
7818     </type>
7819   </test>
7820   <test name="gtest-181.cs">
7821     <type name="X">
7822       <method name="Void .ctor()">
7823         <size>7</size>
7824       </method>
7825       <method name="IEnumerator get_GetIt()">
7826         <size>8</size>
7827       </method>
7828       <method name="Void set_GetIt(IEnumerator)">
7829         <size>1</size>
7830       </method>
7831       <method name="IEnumerable get_Item(Int32)">
7832         <size>30</size>
7833       </method>
7834       <method name="Void set_Item(Int32, IEnumerable)">
7835         <size>1</size>
7836       </method>
7837       <method name="Int32 Main()">
7838         <size>184</size>
7839       </method>
7840     </type>
7841     <type name="X+&lt;&gt;c__Iterator0">
7842       <method name="Void .ctor()">
7843         <size>7</size>
7844       </method>
7845       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7846         <size>7</size>
7847       </method>
7848       <method name="Boolean MoveNext()">
7849         <size>124</size>
7850       </method>
7851       <method name="Void Dispose()">
7852         <size>8</size>
7853       </method>
7854       <method name="Void Reset()">
7855         <size>6</size>
7856       </method>
7857     </type>
7858     <type name="X+&lt;&gt;c__Iterator1">
7859       <method name="Void .ctor()">
7860         <size>7</size>
7861       </method>
7862       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7863         <size>7</size>
7864       </method>
7865       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7866         <size>7</size>
7867       </method>
7868       <method name="Boolean MoveNext()">
7869         <size>143</size>
7870       </method>
7871       <method name="Void Dispose()">
7872         <size>8</size>
7873       </method>
7874       <method name="Void Reset()">
7875         <size>6</size>
7876       </method>
7877     </type>
7878     <type name="X+&lt;&gt;c__Iterator0">
7879       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7880         <size>7</size>
7881       </method>
7882     </type>
7883     <type name="X+&lt;&gt;c__Iterator1">
7884       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7885         <size>7</size>
7886       </method>
7887       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
7888         <size>40</size>
7889       </method>
7890     </type>
7891   </test>
7892   <test name="gtest-182.cs">
7893     <type name="C1">
7894       <method name="Void .ctor()">
7895         <size>7</size>
7896       </method>
7897       <method name="Int32 GetId()">
7898         <size>3</size>
7899       </method>
7900     </type>
7901     <type name="X">
7902       <method name="Void .ctor()">
7903         <size>7</size>
7904       </method>
7905       <method name="Void foo[a](a)">
7906         <size>15</size>
7907       </method>
7908       <method name="Void Main()">
7909         <size>11</size>
7910       </method>
7911     </type>
7912   </test>
7913   <test name="gtest-183.cs">
7914     <type name="test.Test`1[T]">
7915       <method name="Void .ctor()">
7916         <size>7</size>
7917       </method>
7918       <method name="IEnumerable`1 Lookup(T)">
7919         <size>30</size>
7920       </method>
7921     </type>
7922     <type name="test.Program">
7923       <method name="Void .ctor()">
7924         <size>7</size>
7925       </method>
7926       <method name="Void Main(System.String[])">
7927         <size>71</size>
7928       </method>
7929     </type>
7930     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
7931       <method name="Void .ctor()">
7932         <size>7</size>
7933       </method>
7934       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7935         <size>12</size>
7936       </method>
7937       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7938         <size>7</size>
7939       </method>
7940       <method name="Boolean MoveNext()">
7941         <size>82</size>
7942       </method>
7943       <method name="Void Dispose()">
7944         <size>8</size>
7945       </method>
7946       <method name="Void Reset()">
7947         <size>6</size>
7948       </method>
7949       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7950         <size>7</size>
7951       </method>
7952       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7953         <size>40</size>
7954       </method>
7955     </type>
7956   </test>
7957   <test name="gtest-184.cs">
7958     <type name="X">
7959       <method name="Void .ctor()">
7960         <size>7</size>
7961       </method>
7962       <method name="Void Main()">
7963         <size>68</size>
7964       </method>
7965       <method name="Boolean &lt;Main&gt;m__0(System.String)">
7966         <size>12</size>
7967       </method>
7968     </type>
7969   </test>
7970   <test name="gtest-185.cs">
7971     <type name="App">
7972       <method name="Void .ctor()">
7973         <size>7</size>
7974       </method>
7975       <method name="Void Main()">
7976         <size>47</size>
7977       </method>
7978     </type>
7979     <type name="FP">
7980       <method name="Void .ctor()">
7981         <size>7</size>
7982       </method>
7983       <method name="T[] appendArrays[T](T[][])">
7984         <size>140</size>
7985       </method>
7986     </type>
7987   </test>
7988   <test name="gtest-186.cs">
7989     <type name="Tuple`2[a,b]">
7990       <method name="Void .ctor(a, b)">
7991         <size>21</size>
7992       </method>
7993     </type>
7994     <type name="Test">
7995       <method name="Void .ctor()">
7996         <size>7</size>
7997       </method>
7998       <method name="Void Main()">
7999         <size>120</size>
8000       </method>
8001     </type>
8002     <type name="TestSimpleObject">
8003       <method name="Void .ctor()">
8004         <size>25</size>
8005       </method>
8006       <method name="Void Print()">
8007         <size>17</size>
8008       </method>
8009     </type>
8010   </test>
8011   <test name="gtest-187.cs">
8012     <type name="Foo`1[T]">
8013       <method name="Void .ctor()">
8014         <size>7</size>
8015       </method>
8016       <method name="T next()">
8017         <size>7</size>
8018       </method>
8019     </type>
8020     <type name="Goo">
8021       <method name="Void .ctor()">
8022         <size>7</size>
8023       </method>
8024     </type>
8025     <type name="Test">
8026       <method name="Void .ctor()">
8027         <size>7</size>
8028       </method>
8029       <method name="Void Main()">
8030         <size>14</size>
8031       </method>
8032     </type>
8033   </test>
8034   <test name="gtest-188.cs">
8035     <type name="Foo">
8036       <method name="Void .ctor(Object[])">
8037         <size>11</size>
8038       </method>
8039       <method name="Void .ctor(Object[], Object)">
8040         <size>201</size>
8041       </method>
8042       <method name="Void add_DoSomething(System.EventHandler)">
8043         <size>47</size>
8044       </method>
8045       <method name="Void remove_DoSomething(System.EventHandler)">
8046         <size>47</size>
8047       </method>
8048       <method name="Void Main()">
8049         <size>21</size>
8050       </method>
8051     </type>
8052     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
8053       <method name="Void .ctor()">
8054         <size>7</size>
8055       </method>
8056       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
8057         <size>46</size>
8058       </method>
8059     </type>
8060     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
8061       <method name="Void .ctor()">
8062         <size>7</size>
8063       </method>
8064     </type>
8065   </test>
8066   <test name="gtest-189.cs">
8067     <type name="Bar">
8068       <method name="Void .ctor()">
8069         <size>7</size>
8070       </method>
8071     </type>
8072     <type name="Cont`1[T]">
8073       <method name="Void .ctor(T)">
8074         <size>14</size>
8075       </method>
8076       <method name="System.String ToString()">
8077         <size>18</size>
8078       </method>
8079     </type>
8080     <type name="M">
8081       <method name="Void .ctor()">
8082         <size>7</size>
8083       </method>
8084       <method name="Void Main()">
8085         <size>18</size>
8086       </method>
8087     </type>
8088   </test>
8089   <test name="gtest-190.cs">
8090     <type name="Foo`1[T]">
8091       <method name="Void .ctor()">
8092         <size>7</size>
8093       </method>
8094       <method name="Foo`1+Node[T] GetRoot()">
8095         <size>6</size>
8096       </method>
8097       <method name="Void Test(Foo`1+Node[T])">
8098         <size>14</size>
8099       </method>
8100     </type>
8101     <type name="Foo`1+Node[T]">
8102       <method name="Void .ctor()">
8103         <size>7</size>
8104       </method>
8105     </type>
8106     <type name="Foo`1+ConcatNode[T]">
8107       <method name="Void .ctor()">
8108         <size>7</size>
8109       </method>
8110     </type>
8111     <type name="X">
8112       <method name="Void .ctor()">
8113         <size>7</size>
8114       </method>
8115       <method name="Void Main()">
8116         <size>21</size>
8117       </method>
8118     </type>
8119   </test>
8120   <test name="gtest-191.cs">
8121     <type name="Test1.Test">
8122       <method name="IEnumerable`1 Replace[T]()">
8123         <size>16</size>
8124       </method>
8125     </type>
8126     <type name="Test2.Test`1[S]">
8127       <method name="Void .ctor()">
8128         <size>7</size>
8129       </method>
8130       <method name="IEnumerable`1 Replace[T]()">
8131         <size>16</size>
8132       </method>
8133     </type>
8134     <type name="Test3.Test`1[S]">
8135       <method name="Void .ctor()">
8136         <size>7</size>
8137       </method>
8138       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
8139         <size>16</size>
8140       </method>
8141     </type>
8142     <type name="Test4.Test">
8143       <method name="Void .ctor()">
8144         <size>7</size>
8145       </method>
8146       <method name="IEnumerable`1 Replace[T]()">
8147         <size>16</size>
8148       </method>
8149     </type>
8150     <type name="Test5.Test">
8151       <method name="Void .ctor()">
8152         <size>7</size>
8153       </method>
8154       <method name="IEnumerable`1 Replace[T](T)">
8155         <size>30</size>
8156       </method>
8157     </type>
8158     <type name="Test6.Test">
8159       <method name="Void .ctor()">
8160         <size>7</size>
8161       </method>
8162       <method name="IEnumerable`1 Replace[T](T)">
8163         <size>30</size>
8164       </method>
8165     </type>
8166     <type name="Test7.Test">
8167       <method name="Void .ctor()">
8168         <size>7</size>
8169       </method>
8170       <method name="IEnumerable`1 Replace[T](T[])">
8171         <size>30</size>
8172       </method>
8173     </type>
8174     <type name="X">
8175       <method name="Void .ctor()">
8176         <size>7</size>
8177       </method>
8178       <method name="Void Main()">
8179         <size>1</size>
8180       </method>
8181     </type>
8182     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
8183       <method name="Void .ctor()">
8184         <size>7</size>
8185       </method>
8186       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8187         <size>12</size>
8188       </method>
8189       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8190         <size>7</size>
8191       </method>
8192       <method name="Boolean MoveNext()">
8193         <size>25</size>
8194       </method>
8195       <method name="Void Dispose()">
8196         <size>8</size>
8197       </method>
8198       <method name="Void Reset()">
8199         <size>6</size>
8200       </method>
8201     </type>
8202     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
8203       <method name="Void .ctor()">
8204         <size>7</size>
8205       </method>
8206       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8207         <size>12</size>
8208       </method>
8209       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8210         <size>7</size>
8211       </method>
8212       <method name="Boolean MoveNext()">
8213         <size>25</size>
8214       </method>
8215       <method name="Void Dispose()">
8216         <size>8</size>
8217       </method>
8218       <method name="Void Reset()">
8219         <size>6</size>
8220       </method>
8221     </type>
8222     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
8223       <method name="Void .ctor()">
8224         <size>7</size>
8225       </method>
8226       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8227         <size>12</size>
8228       </method>
8229       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8230         <size>7</size>
8231       </method>
8232       <method name="Boolean MoveNext()">
8233         <size>25</size>
8234       </method>
8235       <method name="Void Dispose()">
8236         <size>8</size>
8237       </method>
8238       <method name="Void Reset()">
8239         <size>6</size>
8240       </method>
8241     </type>
8242     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
8243       <method name="Void .ctor()">
8244         <size>7</size>
8245       </method>
8246       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8247         <size>12</size>
8248       </method>
8249       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8250         <size>7</size>
8251       </method>
8252       <method name="Boolean MoveNext()">
8253         <size>25</size>
8254       </method>
8255       <method name="Void Dispose()">
8256         <size>8</size>
8257       </method>
8258       <method name="Void Reset()">
8259         <size>6</size>
8260       </method>
8261     </type>
8262     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
8263       <method name="Void .ctor()">
8264         <size>7</size>
8265       </method>
8266       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8267         <size>12</size>
8268       </method>
8269       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8270         <size>7</size>
8271       </method>
8272       <method name="Boolean MoveNext()">
8273         <size>68</size>
8274       </method>
8275       <method name="Void Dispose()">
8276         <size>8</size>
8277       </method>
8278       <method name="Void Reset()">
8279         <size>6</size>
8280       </method>
8281     </type>
8282     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
8283       <method name="Void .ctor()">
8284         <size>7</size>
8285       </method>
8286       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8287         <size>12</size>
8288       </method>
8289       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8290         <size>7</size>
8291       </method>
8292       <method name="Boolean MoveNext()">
8293         <size>80</size>
8294       </method>
8295       <method name="Void Dispose()">
8296         <size>8</size>
8297       </method>
8298       <method name="Void Reset()">
8299         <size>6</size>
8300       </method>
8301     </type>
8302     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
8303       <method name="Void .ctor()">
8304         <size>7</size>
8305       </method>
8306       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8307         <size>7</size>
8308       </method>
8309       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8310         <size>7</size>
8311       </method>
8312       <method name="Boolean MoveNext()">
8313         <size>80</size>
8314       </method>
8315       <method name="Void Dispose()">
8316         <size>8</size>
8317       </method>
8318       <method name="Void Reset()">
8319         <size>6</size>
8320       </method>
8321     </type>
8322     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
8323       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8324         <size>7</size>
8325       </method>
8326       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8327         <size>26</size>
8328       </method>
8329     </type>
8330     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
8331       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8332         <size>7</size>
8333       </method>
8334       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8335         <size>26</size>
8336       </method>
8337     </type>
8338     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
8339       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
8340         <size>7</size>
8341       </method>
8342       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
8343         <size>26</size>
8344       </method>
8345     </type>
8346     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
8347       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8348         <size>7</size>
8349       </method>
8350       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8351         <size>26</size>
8352       </method>
8353     </type>
8354     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
8355       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8356         <size>7</size>
8357       </method>
8358       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8359         <size>40</size>
8360       </method>
8361     </type>
8362     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
8363       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8364         <size>7</size>
8365       </method>
8366       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8367         <size>40</size>
8368       </method>
8369     </type>
8370     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
8371       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
8372         <size>7</size>
8373       </method>
8374       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
8375         <size>40</size>
8376       </method>
8377     </type>
8378   </test>
8379   <test name="gtest-192.cs">
8380     <type name="xX">
8381       <method name="Void .ctor()">
8382         <size>7</size>
8383       </method>
8384       <method name="Void Main()">
8385         <size>1</size>
8386       </method>
8387     </type>
8388   </test>
8389   <test name="gtest-193.cs">
8390     <type name="OrderedMultiDictionary`2[T,U]">
8391       <method name="Void .ctor()">
8392         <size>7</size>
8393       </method>
8394       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8395         <size>29</size>
8396       </method>
8397     </type>
8398     <type name="RedBlackTree`1[S]">
8399       <method name="Void .ctor()">
8400         <size>7</size>
8401       </method>
8402       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
8403         <size>16</size>
8404       </method>
8405     </type>
8406     <type name="X">
8407       <method name="Void .ctor()">
8408         <size>7</size>
8409       </method>
8410       <method name="Void Main()">
8411         <size>1</size>
8412       </method>
8413     </type>
8414     <type name="RedBlackTree`1+RangeTester[S]">
8415       <method name="Void .ctor(Object, IntPtr)">
8416         <size>0</size>
8417       </method>
8418       <method name="Int32 Invoke(S)">
8419         <size>0</size>
8420       </method>
8421       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8422         <size>0</size>
8423       </method>
8424       <method name="Int32 EndInvoke(IAsyncResult)">
8425         <size>0</size>
8426       </method>
8427     </type>
8428     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
8429       <method name="Void .ctor()">
8430         <size>7</size>
8431       </method>
8432       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8433         <size>12</size>
8434       </method>
8435       <method name="Boolean MoveNext()">
8436         <size>48</size>
8437       </method>
8438       <method name="Void Dispose()">
8439         <size>8</size>
8440       </method>
8441       <method name="Void Reset()">
8442         <size>6</size>
8443       </method>
8444     </type>
8445     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
8446       <method name="Void .ctor()">
8447         <size>7</size>
8448       </method>
8449       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8450         <size>12</size>
8451       </method>
8452       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8453         <size>7</size>
8454       </method>
8455       <method name="Boolean MoveNext()">
8456         <size>25</size>
8457       </method>
8458       <method name="Void Dispose()">
8459         <size>8</size>
8460       </method>
8461       <method name="Void Reset()">
8462         <size>6</size>
8463       </method>
8464     </type>
8465     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
8466       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8467         <size>7</size>
8468       </method>
8469     </type>
8470     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
8471       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
8472         <size>7</size>
8473       </method>
8474       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
8475         <size>26</size>
8476       </method>
8477     </type>
8478   </test>
8479   <test name="gtest-194.cs">
8480     <type name="RedBlackTree`1[S]">
8481       <method name="Void .ctor()">
8482         <size>7</size>
8483       </method>
8484       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
8485         <size>16</size>
8486       </method>
8487     </type>
8488     <type name="OrderedMultiDictionary`2[T,U]">
8489       <method name="Void .ctor()">
8490         <size>7</size>
8491       </method>
8492       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8493         <size>29</size>
8494       </method>
8495     </type>
8496     <type name="X">
8497       <method name="Void .ctor()">
8498         <size>7</size>
8499       </method>
8500       <method name="Void Main()">
8501         <size>1</size>
8502       </method>
8503     </type>
8504     <type name="RedBlackTree`1+RangeTester[S]">
8505       <method name="Void .ctor(Object, IntPtr)">
8506         <size>0</size>
8507       </method>
8508       <method name="Int32 Invoke(S)">
8509         <size>0</size>
8510       </method>
8511       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8512         <size>0</size>
8513       </method>
8514       <method name="Int32 EndInvoke(IAsyncResult)">
8515         <size>0</size>
8516       </method>
8517     </type>
8518     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
8519       <method name="Void .ctor()">
8520         <size>7</size>
8521       </method>
8522       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8523         <size>12</size>
8524       </method>
8525       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8526         <size>7</size>
8527       </method>
8528       <method name="Boolean MoveNext()">
8529         <size>25</size>
8530       </method>
8531       <method name="Void Dispose()">
8532         <size>8</size>
8533       </method>
8534       <method name="Void Reset()">
8535         <size>6</size>
8536       </method>
8537     </type>
8538     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
8539       <method name="Void .ctor()">
8540         <size>7</size>
8541       </method>
8542       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8543         <size>12</size>
8544       </method>
8545       <method name="Boolean MoveNext()">
8546         <size>48</size>
8547       </method>
8548       <method name="Void Dispose()">
8549         <size>8</size>
8550       </method>
8551       <method name="Void Reset()">
8552         <size>6</size>
8553       </method>
8554     </type>
8555     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
8556       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
8557         <size>7</size>
8558       </method>
8559       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
8560         <size>26</size>
8561       </method>
8562     </type>
8563     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
8564       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8565         <size>7</size>
8566       </method>
8567     </type>
8568   </test>
8569   <test name="gtest-195.cs">
8570     <type name="OrderedMultiDictionary`2[T,U]">
8571       <method name="Void .ctor()">
8572         <size>7</size>
8573       </method>
8574       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8575         <size>13</size>
8576       </method>
8577     </type>
8578     <type name="RedBlackTree`1[S]">
8579       <method name="Void .ctor()">
8580         <size>7</size>
8581       </method>
8582       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
8583         <size>1</size>
8584       </method>
8585     </type>
8586     <type name="X">
8587       <method name="Void .ctor()">
8588         <size>7</size>
8589       </method>
8590       <method name="Void Main()">
8591         <size>1</size>
8592       </method>
8593     </type>
8594     <type name="RedBlackTree`1+RangeTester[S]">
8595       <method name="Void .ctor(Object, IntPtr)">
8596         <size>0</size>
8597       </method>
8598       <method name="Int32 Invoke(S)">
8599         <size>0</size>
8600       </method>
8601       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8602         <size>0</size>
8603       </method>
8604       <method name="Int32 EndInvoke(IAsyncResult)">
8605         <size>0</size>
8606       </method>
8607     </type>
8608   </test>
8609   <test name="gtest-196.cs">
8610     <type name="Dict">
8611       <method name="Void .ctor()">
8612         <size>7</size>
8613       </method>
8614     </type>
8615     <type name="Foo">
8616       <method name="Void .ctor()">
8617         <size>7</size>
8618       </method>
8619       <method name="Int32 Main()">
8620         <size>114</size>
8621       </method>
8622     </type>
8623   </test>
8624   <test name="gtest-197.cs">
8625     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
8626       <method name="Void .ctor()">
8627         <size>7</size>
8628       </method>
8629       <method name="Void .cctor()">
8630         <size>95</size>
8631       </method>
8632       <method name="Int32 GetHashCode(T)">
8633         <size>0</size>
8634       </method>
8635       <method name="Boolean Equals(T, T)">
8636         <size>0</size>
8637       </method>
8638       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
8639         <size>6</size>
8640       </method>
8641     </type>
8642     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
8643       <method name="Void .ctor()">
8644         <size>7</size>
8645       </method>
8646       <method name="Int32 GetHashCode(T)">
8647         <size>14</size>
8648       </method>
8649       <method name="Boolean Equals(T, T)">
8650         <size>41</size>
8651       </method>
8652     </type>
8653     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
8654       <method name="Void .ctor()">
8655         <size>7</size>
8656       </method>
8657       <method name="Int32 GetHashCode(T)">
8658         <size>14</size>
8659       </method>
8660       <method name="Boolean Equals(T, T)">
8661         <size>36</size>
8662       </method>
8663     </type>
8664     <type name="Martin.Collections.Generic.X">
8665       <method name="Void .ctor()">
8666         <size>7</size>
8667       </method>
8668       <method name="Void Main()">
8669         <size>1</size>
8670       </method>
8671     </type>
8672   </test>
8673   <test name="gtest-198.cs">
8674     <type name="ClassLibrary2.List1`1[T]">
8675       <method name="Void .ctor()">
8676         <size>7</size>
8677       </method>
8678     </type>
8679     <type name="ClassLibrary2.List2`1[T]">
8680       <method name="Void .ctor()">
8681         <size>18</size>
8682       </method>
8683       <method name="Void AddItem(T)">
8684         <size>13</size>
8685       </method>
8686     </type>
8687     <type name="ClassLibrary2.Foo">
8688       <method name="Void .ctor()">
8689         <size>7</size>
8690       </method>
8691       <method name="Void Main()">
8692         <size>1</size>
8693       </method>
8694     </type>
8695   </test>
8696   <test name="gtest-199.cs">
8697     <type name="Splay`1[T]">
8698       <method name="Void .ctor()">
8699         <size>7</size>
8700       </method>
8701     </type>
8702     <type name="Foo">
8703       <method name="Void .ctor()">
8704         <size>7</size>
8705       </method>
8706       <method name="Void Main()">
8707         <size>1</size>
8708       </method>
8709     </type>
8710   </test>
8711   <test name="gtest-200.cs">
8712     <type name="Test">
8713       <method name="Void .ctor()">
8714         <size>7</size>
8715       </method>
8716       <method name="T QueryInterface[T](System.Object)">
8717         <size>45</size>
8718       </method>
8719     </type>
8720     <type name="Driver">
8721       <method name="Void .ctor()">
8722         <size>7</size>
8723       </method>
8724       <method name="Void Main()">
8725         <size>1</size>
8726       </method>
8727     </type>
8728   </test>
8729   <test name="gtest-201.cs">
8730     <type name="HashSet`1[T]">
8731       <method name="Void .ctor(Int64)">
8732         <size>14</size>
8733       </method>
8734       <method name="Int64 Test()">
8735         <size>7</size>
8736       </method>
8737       <method name="IEnumerator`1 GetEnumerator()">
8738         <size>15</size>
8739       </method>
8740     </type>
8741     <type name="X">
8742       <method name="Void .ctor()">
8743         <size>7</size>
8744       </method>
8745       <method name="Int32 Main()">
8746         <size>83</size>
8747       </method>
8748     </type>
8749     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8750       <method name="Void .ctor()">
8751         <size>7</size>
8752       </method>
8753       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8754         <size>12</size>
8755       </method>
8756       <method name="Boolean MoveNext()">
8757         <size>73</size>
8758       </method>
8759       <method name="Void Dispose()">
8760         <size>8</size>
8761       </method>
8762       <method name="Void Reset()">
8763         <size>6</size>
8764       </method>
8765       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
8766         <size>7</size>
8767       </method>
8768     </type>
8769   </test>
8770   <test name="gtest-202.cs">
8771     <type name="Generic`1[T]">
8772       <method name="Void .ctor()">
8773         <size>20</size>
8774       </method>
8775       <method name="T get_Item(Int32, Int32)">
8776         <size>14</size>
8777       </method>
8778       <method name="Void set_Item(Int32, Int32, T)">
8779         <size>15</size>
8780       </method>
8781     </type>
8782     <type name="Fault">
8783       <method name="Void Main()">
8784         <size>51</size>
8785       </method>
8786       <method name="System.String ToString()">
8787         <size>6</size>
8788       </method>
8789     </type>
8790   </test>
8791   <test name="gtest-203.cs">
8792     <type name="C`2[X,Y]">
8793       <method name="Void .ctor()">
8794         <size>7</size>
8795       </method>
8796       <method name="Void foo[A,B]()">
8797         <size>14</size>
8798       </method>
8799       <method name="Void bar[A,B]()">
8800         <size>69</size>
8801       </method>
8802     </type>
8803     <type name="C`2+Q`2[X,Y,A,B]">
8804       <method name="Void .ctor()">
8805         <size>7</size>
8806       </method>
8807       <method name="Void apply(C`2[X,Y])">
8808         <size>7</size>
8809       </method>
8810     </type>
8811     <type name="X">
8812       <method name="Void .ctor()">
8813         <size>7</size>
8814       </method>
8815       <method name="Void Main()">
8816         <size>13</size>
8817       </method>
8818     </type>
8819   </test>
8820   <test name="gtest-204.cs">
8821     <type name="Map`1[b]">
8822       <method name="Void .ctor()">
8823         <size>7</size>
8824       </method>
8825       <method name="a Fold1[a](a)">
8826         <size>2</size>
8827       </method>
8828       <method name="c Fold[c](c)">
8829         <size>15</size>
8830       </method>
8831     </type>
8832     <type name="LocalContext">
8833       <method name="Void .ctor()">
8834         <size>18</size>
8835       </method>
8836       <method name="a Fold[a](a)">
8837         <size>13</size>
8838       </method>
8839     </type>
8840     <type name="M">
8841       <method name="Void .ctor()">
8842         <size>7</size>
8843       </method>
8844       <method name="Void Main()">
8845         <size>19</size>
8846       </method>
8847     </type>
8848   </test>
8849   <test name="gtest-205.cs">
8850     <type name="Foo`1[S]">
8851       <method name="Void .ctor()">
8852         <size>7</size>
8853       </method>
8854     </type>
8855     <type name="Test`1[U]">
8856       <method name="Void .ctor()">
8857         <size>7</size>
8858       </method>
8859       <method name="Void Func(U)">
8860         <size>12</size>
8861       </method>
8862     </type>
8863     <type name="X">
8864       <method name="Void .ctor()">
8865         <size>7</size>
8866       </method>
8867       <method name="Void Test(System.Type, System.Object)">
8868         <size>31</size>
8869       </method>
8870       <method name="Void Main()">
8871         <size>144</size>
8872       </method>
8873     </type>
8874   </test>
8875   <test name="gtest-206.cs">
8876     <type name="Continuation`2[R,A]">
8877       <method name="Void .ctor()">
8878         <size>7</size>
8879       </method>
8880       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
8881         <size>2</size>
8882       </method>
8883     </type>
8884     <type name="Driver">
8885       <method name="Void .ctor()">
8886         <size>7</size>
8887       </method>
8888       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
8889         <size>7</size>
8890       </method>
8891       <method name="Void Main()">
8892         <size>9</size>
8893       </method>
8894     </type>
8895   </test>
8896   <test name="gtest-207.cs">
8897     <type name="M">
8898       <method name="Void .ctor()">
8899         <size>7</size>
8900       </method>
8901       <method name="Void p(System.String)">
8902         <size>7</size>
8903       </method>
8904       <method name="Void Main()">
8905         <size>50</size>
8906       </method>
8907     </type>
8908   </test>
8909   <test name="gtest-208.cs">
8910     <type name="SomeClass">
8911       <method name="Void .ctor()">
8912         <size>7</size>
8913       </method>
8914     </type>
8915     <type name="Foo`1[T]">
8916       <method name="Void .ctor()">
8917         <size>7</size>
8918       </method>
8919       <method name="T Do(System.Object)">
8920         <size>12</size>
8921       </method>
8922     </type>
8923     <type name="Driver">
8924       <method name="Void .ctor()">
8925         <size>7</size>
8926       </method>
8927       <method name="Void Main()">
8928         <size>19</size>
8929       </method>
8930     </type>
8931   </test>
8932   <test name="gtest-209.cs">
8933     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
8934       <method name="Void .ctor()">
8935         <size>7</size>
8936       </method>
8937     </type>
8938     <type name="ClassLibrary3.Test">
8939       <method name="Void .ctor()">
8940         <size>7</size>
8941       </method>
8942       <method name="Void Main()">
8943         <size>23</size>
8944       </method>
8945     </type>
8946   </test>
8947   <test name="gtest-210.cs">
8948     <type name="Foo`1[T]">
8949       <method name="Void .ctor()">
8950         <size>7</size>
8951       </method>
8952       <method name="T next()">
8953         <size>7</size>
8954       </method>
8955     </type>
8956     <type name="Goo">
8957       <method name="Void .ctor()">
8958         <size>7</size>
8959       </method>
8960     </type>
8961     <type name="Test">
8962       <method name="Void .ctor()">
8963         <size>7</size>
8964       </method>
8965       <method name="Void Main()">
8966         <size>14</size>
8967       </method>
8968     </type>
8969   </test>
8970   <test name="gtest-211.cs">
8971     <type name="MyTest">
8972       <method name="Void .ctor()">
8973         <size>7</size>
8974       </method>
8975       <method name="Void f(Boolean, Boolean)">
8976         <size>59</size>
8977       </method>
8978       <method name="Void Main()">
8979         <size>448</size>
8980       </method>
8981     </type>
8982   </test>
8983   <test name="gtest-212.cs">
8984     <type name="Test">
8985       <method name="Void .ctor()">
8986         <size>7</size>
8987       </method>
8988       <method name="Void Fun[T](T)">
8989         <size>15</size>
8990       </method>
8991       <method name="Void Main()">
8992         <size>15</size>
8993       </method>
8994     </type>
8995     <type name="SomeStruct">
8996       <method name="Boolean get_Valid()">
8997         <size>2</size>
8998       </method>
8999     </type>
9000   </test>
9001   <test name="gtest-213.cs">
9002     <type name="Test">
9003       <method name="Void .ctor()">
9004         <size>7</size>
9005       </method>
9006       <method name="Void Fun[T](T)">
9007         <size>78</size>
9008       </method>
9009       <method name="Void Main()">
9010         <size>15</size>
9011       </method>
9012     </type>
9013     <type name="SomeStruct">
9014       <method name="Int32 get_Foo()">
9015         <size>7</size>
9016       </method>
9017       <method name="Void set_Foo(Int32)">
9018         <size>8</size>
9019       </method>
9020     </type>
9021   </test>
9022   <test name="gtest-214.cs">
9023     <type name="X">
9024       <method name="Void .ctor()">
9025         <size>7</size>
9026       </method>
9027       <method name="Int32 Main()">
9028         <size>83</size>
9029       </method>
9030     </type>
9031   </test>
9032   <test name="gtest-215.cs">
9033     <type name="R">
9034       <method name="Void .ctor()">
9035         <size>7</size>
9036       </method>
9037     </type>
9038     <type name="A`1[T]">
9039       <method name="Void .ctor()">
9040         <size>7</size>
9041       </method>
9042     </type>
9043     <type name="D">
9044       <method name="Void .ctor()">
9045         <size>7</size>
9046       </method>
9047     </type>
9048     <type name="MainClass">
9049       <method name="Void .ctor()">
9050         <size>7</size>
9051       </method>
9052       <method name="Void Main()">
9053         <size>1</size>
9054       </method>
9055     </type>
9056   </test>
9057   <test name="gtest-216.cs">
9058     <type name="BaseClass">
9059       <method name="Void .ctor()">
9060         <size>7</size>
9061       </method>
9062       <method name="Ret`1 Foo[T]()">
9063         <size>2</size>
9064       </method>
9065       <method name="Ret Foo()">
9066         <size>2</size>
9067       </method>
9068       <method name="Void Main()">
9069         <size>1</size>
9070       </method>
9071     </type>
9072     <type name="DerivedClass">
9073       <method name="Void .ctor()">
9074         <size>7</size>
9075       </method>
9076       <method name="Ret`1 Foo[T]()">
9077         <size>2</size>
9078       </method>
9079       <method name="Ret Foo()">
9080         <size>2</size>
9081       </method>
9082     </type>
9083   </test>
9084   <test name="gtest-217.cs">
9085     <type name="MyTest">
9086       <method name="Void .ctor()">
9087         <size>7</size>
9088       </method>
9089       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
9090         <size>44</size>
9091       </method>
9092       <method name="Void Main(System.String[])">
9093         <size>97</size>
9094       </method>
9095       <method name="IEnumerable`1 FromTo(Int32, Int32)">
9096         <size>44</size>
9097       </method>
9098     </type>
9099     <type name="Fun`2[A1,R]">
9100       <method name="Void .ctor(Object, IntPtr)">
9101         <size>0</size>
9102       </method>
9103       <method name="R Invoke(A1)">
9104         <size>0</size>
9105       </method>
9106       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
9107         <size>0</size>
9108       </method>
9109       <method name="R EndInvoke(IAsyncResult)">
9110         <size>0</size>
9111       </method>
9112     </type>
9113     <type name="MyTest">
9114       <method name="System.String &lt;Main&gt;m__0(Int32)">
9115         <size>8</size>
9116       </method>
9117     </type>
9118     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
9119       <method name="Void .ctor()">
9120         <size>7</size>
9121       </method>
9122       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9123         <size>12</size>
9124       </method>
9125       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9126         <size>7</size>
9127       </method>
9128       <method name="Boolean MoveNext()">
9129         <size>205</size>
9130       </method>
9131       <method name="Void Dispose()">
9132         <size>62</size>
9133       </method>
9134       <method name="Void Reset()">
9135         <size>6</size>
9136       </method>
9137     </type>
9138     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
9139       <method name="Void .ctor()">
9140         <size>7</size>
9141       </method>
9142       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9143         <size>12</size>
9144       </method>
9145       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9146         <size>7</size>
9147       </method>
9148       <method name="Boolean MoveNext()">
9149         <size>116</size>
9150       </method>
9151       <method name="Void Dispose()">
9152         <size>8</size>
9153       </method>
9154       <method name="Void Reset()">
9155         <size>6</size>
9156       </method>
9157     </type>
9158     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
9159       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
9160         <size>7</size>
9161       </method>
9162       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
9163         <size>52</size>
9164       </method>
9165     </type>
9166     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
9167       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
9168         <size>7</size>
9169       </method>
9170       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
9171         <size>52</size>
9172       </method>
9173     </type>
9174   </test>
9175   <test name="gtest-218.cs">
9176     <type name="Foo">
9177       <method name="Void .ctor()">
9178         <size>7</size>
9179       </method>
9180     </type>
9181     <type name="X">
9182       <method name="Void .ctor()">
9183         <size>7</size>
9184       </method>
9185       <method name="Void Main()">
9186         <size>1</size>
9187       </method>
9188     </type>
9189   </test>
9190   <test name="gtest-219.cs">
9191     <type name="Test">
9192       <method name="Void .ctor()">
9193         <size>7</size>
9194       </method>
9195       <method name="Void Foo[T]()">
9196         <size>1</size>
9197       </method>
9198       <method name="Int32 Main()">
9199         <size>75</size>
9200       </method>
9201     </type>
9202   </test>
9203   <test name="gtest-220.cs">
9204     <type name="A`1[T1]">
9205       <method name="Void .ctor()">
9206         <size>7</size>
9207       </method>
9208     </type>
9209     <type name="A`1+B`1[T1,T2]">
9210       <method name="Void .ctor()">
9211         <size>7</size>
9212       </method>
9213     </type>
9214     <type name="A`1+B`1+C`1[T1,T2,T3]">
9215       <method name="Void .ctor()">
9216         <size>7</size>
9217       </method>
9218     </type>
9219     <type name="PopQuiz">
9220       <method name="Void .ctor()">
9221         <size>7</size>
9222       </method>
9223       <method name="Int32 Main()">
9224         <size>148</size>
9225       </method>
9226     </type>
9227   </test>
9228   <test name="gtest-221.cs">
9229     <type name="C1`1[IFoo]">
9230       <method name="Void .ctor()">
9231         <size>7</size>
9232       </method>
9233     </type>
9234     <type name="C2">
9235       <method name="Void .ctor()">
9236         <size>7</size>
9237       </method>
9238       <method name="C1`1[T] Hoge[T](C1`1[T])">
9239         <size>0</size>
9240       </method>
9241     </type>
9242     <type name="C3">
9243       <method name="Void .ctor()">
9244         <size>7</size>
9245       </method>
9246       <method name="C1`1[T] Hoge[T](C1`1[T])">
9247         <size>2</size>
9248       </method>
9249     </type>
9250     <type name="X">
9251       <method name="Void .ctor()">
9252         <size>7</size>
9253       </method>
9254       <method name="Void Main()">
9255         <size>1</size>
9256       </method>
9257     </type>
9258   </test>
9259   <test name="gtest-222.cs">
9260     <type name="Mona`1[T]">
9261       <method name="Void .ctor()">
9262         <size>7</size>
9263       </method>
9264     </type>
9265     <type name="Test">
9266       <method name="Void .ctor()">
9267         <size>7</size>
9268       </method>
9269       <method name="Mona`1[K] GetMona[K]()">
9270         <size>6</size>
9271       </method>
9272       <method name="Void Main()">
9273         <size>1</size>
9274       </method>
9275     </type>
9276   </test>
9277   <test name="gtest-223.cs">
9278     <type name="Foo`1[T]">
9279       <method name="Void .ctor()">
9280         <size>7</size>
9281       </method>
9282     </type>
9283     <type name="Test">
9284       <method name="Void .ctor()">
9285         <size>7</size>
9286       </method>
9287       <method name="Foo`1[K] Hoge[K]()">
9288         <size>2</size>
9289       </method>
9290       <method name="Void Main()">
9291         <size>72</size>
9292       </method>
9293     </type>
9294   </test>
9295   <test name="gtest-224.cs">
9296     <type name="Base">
9297       <method name="Void .ctor()">
9298         <size>7</size>
9299       </method>
9300       <method name="Void Foo[T]()">
9301         <size>1</size>
9302       </method>
9303     </type>
9304     <type name="Derived">
9305       <method name="Void .ctor()">
9306         <size>7</size>
9307       </method>
9308       <method name="Void Foo[T]()">
9309         <size>1</size>
9310       </method>
9311     </type>
9312     <type name="Driver">
9313       <method name="Void .ctor()">
9314         <size>7</size>
9315       </method>
9316       <method name="Void Main()">
9317         <size>11</size>
9318       </method>
9319     </type>
9320   </test>
9321   <test name="gtest-225.cs">
9322     <type name="Set`1[Element]">
9323       <method name="Void .ctor()">
9324         <size>7</size>
9325       </method>
9326       <method name="Locator locate(Element)">
9327         <size>31</size>
9328       </method>
9329     </type>
9330     <type name="Set`1+Node[Element]">
9331       <method name="Void .ctor()">
9332         <size>7</size>
9333       </method>
9334     </type>
9335     <type name="SetTest">
9336       <method name="Void Main()">
9337         <size>1</size>
9338       </method>
9339     </type>
9340     <type name="Set`1+Locator+Replace[Element]">
9341       <method name="Void .ctor(Object, IntPtr)">
9342         <size>0</size>
9343       </method>
9344       <method name="Void Invoke(Set`1+Node[Element])">
9345         <size>0</size>
9346       </method>
9347       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
9348         <size>0</size>
9349       </method>
9350       <method name="Void EndInvoke(IAsyncResult)">
9351         <size>0</size>
9352       </method>
9353     </type>
9354     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
9355       <method name="Void .ctor()">
9356         <size>7</size>
9357       </method>
9358       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
9359         <size>15</size>
9360       </method>
9361     </type>
9362     <type name="Set`1+Locator[Element]">
9363       <method name="Void .ctor(Replace)">
9364         <size>1</size>
9365       </method>
9366     </type>
9367   </test>
9368   <test name="gtest-226.cs">
9369     <type name="A">
9370       <method name="Void .ctor()">
9371         <size>24</size>
9372       </method>
9373     </type>
9374     <type name="M">
9375       <method name="Void .ctor()">
9376         <size>7</size>
9377       </method>
9378       <method name="Int32 Main()">
9379         <size>84</size>
9380       </method>
9381     </type>
9382     <type name="Container`1[T]">
9383       <method name="Void .ctor(T)">
9384         <size>8</size>
9385       </method>
9386     </type>
9387   </test>
9388   <test name="gtest-227.cs">
9389     <type name="Foo`1[G]">
9390       <method name="Void .ctor()">
9391         <size>7</size>
9392       </method>
9393       <method name="Void Bar()">
9394         <size>26</size>
9395       </method>
9396     </type>
9397     <type name="X">
9398       <method name="Void .ctor()">
9399         <size>7</size>
9400       </method>
9401       <method name="Void Main()">
9402         <size>1</size>
9403       </method>
9404     </type>
9405   </test>
9406   <test name="gtest-228.cs">
9407     <type name="GenParAttribute">
9408       <method name="Void .ctor()">
9409         <size>7</size>
9410       </method>
9411     </type>
9412     <type name="cons`2[A,B]">
9413       <method name="Void .ctor()">
9414         <size>7</size>
9415       </method>
9416       <method name="Void abc[M]()">
9417         <size>1</size>
9418       </method>
9419     </type>
9420     <type name="Test">
9421       <method name="Void .ctor()">
9422         <size>7</size>
9423       </method>
9424       <method name="Void Main()">
9425         <size>1</size>
9426       </method>
9427     </type>
9428   </test>
9429   <test name="gtest-229.cs">
9430     <type name="B">
9431       <method name="Void .ctor()">
9432         <size>7</size>
9433       </method>
9434       <method name="Int32 CompareTo(B)">
9435         <size>2</size>
9436       </method>
9437     </type>
9438     <type name="Tester">
9439       <method name="Void .ctor()">
9440         <size>7</size>
9441       </method>
9442       <method name="Int32 Main()">
9443         <size>21</size>
9444       </method>
9445     </type>
9446   </test>
9447   <test name="gtest-231.cs">
9448     <type name="X">
9449       <method name="Void .ctor()">
9450         <size>7</size>
9451       </method>
9452       <method name="Void Main()">
9453         <size>31</size>
9454       </method>
9455     </type>
9456   </test>
9457   <test name="gtest-232.cs">
9458     <type name="M">
9459       <method name="Int32 Main()">
9460         <size>68</size>
9461       </method>
9462       <method name="Void .ctor()">
9463         <size>7</size>
9464       </method>
9465     </type>
9466   </test>
9467   <test name="gtest-233.cs">
9468     <type name="Program">
9469       <method name="Void .ctor()">
9470         <size>7</size>
9471       </method>
9472       <method name="Void Main(System.String[])">
9473         <size>25</size>
9474       </method>
9475       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
9476         <size>1</size>
9477       </method>
9478     </type>
9479   </test>
9480   <test name="gtest-234.cs">
9481     <type name="Test">
9482       <method name="Void .ctor()">
9483         <size>7</size>
9484       </method>
9485       <method name="IFoo`1 GetFooGeneric[T]()">
9486         <size>2</size>
9487       </method>
9488       <method name="IFoo GetFoo()">
9489         <size>7</size>
9490       </method>
9491       <method name="Void Main()">
9492         <size>14</size>
9493       </method>
9494     </type>
9495   </test>
9496   <test name="gtest-235.cs">
9497     <type name="GettingStarted">
9498       <method name="Void .ctor()">
9499         <size>7</size>
9500       </method>
9501       <method name="Void Main()">
9502         <size>13</size>
9503       </method>
9504     </type>
9505   </test>
9506   <test name="gtest-236.cs">
9507     <type name="Foo`1[T]">
9508       <method name="Void .ctor()">
9509         <size>7</size>
9510       </method>
9511       <method name="Int32 Test(Foo`1[T])">
9512         <size>2</size>
9513       </method>
9514       <method name="Int32 Test(Foo`1[System.Int32])">
9515         <size>2</size>
9516       </method>
9517     </type>
9518     <type name="X">
9519       <method name="Void .ctor()">
9520         <size>7</size>
9521       </method>
9522       <method name="Int32 Main()">
9523         <size>59</size>
9524       </method>
9525     </type>
9526   </test>
9527   <test name="gtest-237.cs">
9528     <type name="Foo`1[T]">
9529       <method name="Void .ctor()">
9530         <size>7</size>
9531       </method>
9532       <method name="Int32 Test(T)">
9533         <size>2</size>
9534       </method>
9535       <method name="Int32 Test(Int32)">
9536         <size>2</size>
9537       </method>
9538     </type>
9539     <type name="X">
9540       <method name="Void .ctor()">
9541         <size>7</size>
9542       </method>
9543       <method name="Int32 Main()">
9544         <size>60</size>
9545       </method>
9546     </type>
9547   </test>
9548   <test name="gtest-238.cs">
9549     <type name="X">
9550       <method name="Void .ctor()">
9551         <size>7</size>
9552       </method>
9553       <method name="Int32 Main()">
9554         <size>39</size>
9555       </method>
9556     </type>
9557   </test>
9558   <test name="gtest-239.cs">
9559     <type name="Foo`2[T,U]">
9560       <method name="Void .ctor()">
9561         <size>7</size>
9562       </method>
9563       <method name="Int32 Test(T, U)">
9564         <size>2</size>
9565       </method>
9566       <method name="Int32 Test(Int32, U)">
9567         <size>2</size>
9568       </method>
9569       <method name="Int32 Test(T, Single)">
9570         <size>2</size>
9571       </method>
9572       <method name="Int32 Test(Int32, Single)">
9573         <size>2</size>
9574       </method>
9575     </type>
9576     <type name="X">
9577       <method name="Void .ctor()">
9578         <size>7</size>
9579       </method>
9580       <method name="Int32 Main()">
9581         <size>237</size>
9582       </method>
9583     </type>
9584   </test>
9585   <test name="gtest-240.cs">
9586     <type name="MyClass">
9587       <method name="Void .ctor()">
9588         <size>7</size>
9589       </method>
9590     </type>
9591     <type name="X">
9592       <method name="Void .ctor()">
9593         <size>7</size>
9594       </method>
9595       <method name="Void Main()">
9596         <size>1</size>
9597       </method>
9598     </type>
9599     <type name="MyClass">
9600       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
9601         <size>1</size>
9602       </method>
9603       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
9604         <size>1</size>
9605       </method>
9606       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
9607         <size>1</size>
9608       </method>
9609       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
9610         <size>1</size>
9611       </method>
9612     </type>
9613   </test>
9614   <test name="gtest-241.cs">
9615     <type name="a">
9616       <method name="Void .ctor()">
9617         <size>7</size>
9618       </method>
9619       <method name="Void func[T](T ByRef)">
9620         <size>0</size>
9621       </method>
9622     </type>
9623     <type name="b">
9624       <method name="Void .ctor()">
9625         <size>7</size>
9626       </method>
9627       <method name="Void func[T](T ByRef)">
9628         <size>1</size>
9629       </method>
9630     </type>
9631     <type name="main">
9632       <method name="Void .ctor()">
9633         <size>7</size>
9634       </method>
9635       <method name="Void Main()">
9636         <size>1</size>
9637       </method>
9638     </type>
9639   </test>
9640   <test name="gtest-242.cs">
9641     <type name="Container`1[T]">
9642       <method name="Void .ctor()">
9643         <size>7</size>
9644       </method>
9645     </type>
9646     <type name="ReferenceType">
9647       <method name="Void .ctor()">
9648         <size>7</size>
9649       </method>
9650       <method name="Int32 CompareTo(ReferenceType)">
9651         <size>2</size>
9652       </method>
9653     </type>
9654     <type name="Test">
9655       <method name="Void .ctor()">
9656         <size>7</size>
9657       </method>
9658       <method name="Void Main()">
9659         <size>13</size>
9660       </method>
9661     </type>
9662     <type name="MyValueType">
9663       <method name="Int32 CompareTo(MyValueType)">
9664         <size>2</size>
9665       </method>
9666     </type>
9667   </test>
9668   <test name="gtest-243.cs">
9669     <type name="Foo`1[T]">
9670       <method name="Void .ctor()">
9671         <size>7</size>
9672       </method>
9673       <method name="Void Test(T)">
9674         <size>1</size>
9675       </method>
9676     </type>
9677     <type name="Tests">
9678       <method name="Void .ctor()">
9679         <size>7</size>
9680       </method>
9681       <method name="Void foo[T]()">
9682         <size>1</size>
9683       </method>
9684       <method name="Int32 Test()">
9685         <size>148</size>
9686       </method>
9687       <method name="Int32 Main()">
9688         <size>8</size>
9689       </method>
9690     </type>
9691   </test>
9692   <test name="gtest-244.cs">
9693     <type name="B">
9694       <method name="Void .ctor()">
9695         <size>7</size>
9696       </method>
9697       <method name="T Get[T]()">
9698         <size>10</size>
9699       </method>
9700     </type>
9701     <type name="A">
9702       <method name="Void .ctor()">
9703         <size>7</size>
9704       </method>
9705       <method name="T Get[T]()">
9706         <size>30</size>
9707       </method>
9708       <method name="Void Main()">
9709         <size>12</size>
9710       </method>
9711     </type>
9712   </test>
9713   <test name="gtest-245.cs">
9714     <type name="DerivedGenericClass`1[T]">
9715       <method name="Void .ctor()">
9716         <size>7</size>
9717       </method>
9718       <method name="Void Foo()">
9719         <size>1</size>
9720       </method>
9721       <method name="Void Baz()">
9722         <size>7</size>
9723       </method>
9724     </type>
9725     <type name="BaseClass">
9726       <method name="Void .ctor()">
9727         <size>7</size>
9728       </method>
9729       <method name="Void Foo()">
9730         <size>0</size>
9731       </method>
9732     </type>
9733     <type name="X">
9734       <method name="Void .ctor()">
9735         <size>7</size>
9736       </method>
9737       <method name="Void Main()">
9738         <size>1</size>
9739       </method>
9740     </type>
9741   </test>
9742   <test name="gtest-246.cs">
9743     <type name="TestCase.CTest">
9744       <method name="Void .ctor()">
9745         <size>7</size>
9746       </method>
9747       <method name="Void Main()">
9748         <size>1</size>
9749       </method>
9750       <method name="Void Bar()">
9751         <size>1</size>
9752       </method>
9753     </type>
9754     <type name="TestCase.CGenericTest`2[T,V]">
9755       <method name="Void .ctor()">
9756         <size>7</size>
9757       </method>
9758       <method name="V Foo()">
9759         <size>21</size>
9760       </method>
9761     </type>
9762   </test>
9763   <test name="gtest-247.cs">
9764     <type name="EnumerableBase`1[T]">
9765       <method name="Void .ctor()">
9766         <size>7</size>
9767       </method>
9768       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9769         <size>7</size>
9770       </method>
9771       <method name="IEnumerator`1 GetEnumerator()">
9772         <size>0</size>
9773       </method>
9774     </type>
9775     <type name="CollectionValueBase`1[T]">
9776       <method name="Void .ctor()">
9777         <size>7</size>
9778       </method>
9779       <method name="Void raiseItemsAdded(T, Int32)">
9780         <size>1</size>
9781       </method>
9782       <method name="IEnumerator`1 GetEnumerator()">
9783         <size>0</size>
9784       </method>
9785     </type>
9786     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
9787       <method name="Void .ctor()">
9788         <size>7</size>
9789       </method>
9790     </type>
9791     <type name="CircularQueue`1[T]">
9792       <method name="Void .ctor()">
9793         <size>7</size>
9794       </method>
9795       <method name="IEnumerator`1 GetEnumerator()">
9796         <size>8</size>
9797       </method>
9798       <method name="Void Enqueue(T)">
9799         <size>1</size>
9800       </method>
9801     </type>
9802     <type name="HashSet`1[T]">
9803       <method name="Void .ctor()">
9804         <size>7</size>
9805       </method>
9806       <method name="Void RemoveAll[U](IEnumerable`1)">
9807         <size>7</size>
9808       </method>
9809       <method name="Void AddAll[U](IEnumerable`1)">
9810         <size>63</size>
9811       </method>
9812       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
9813         <size>2</size>
9814       </method>
9815       <method name="IEnumerator`1 GetEnumerator()">
9816         <size>8</size>
9817       </method>
9818     </type>
9819     <type name="X">
9820       <method name="Void .ctor()">
9821         <size>7</size>
9822       </method>
9823       <method name="Void Main()">
9824         <size>1</size>
9825       </method>
9826     </type>
9827     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9828       <method name="Void .ctor()">
9829         <size>7</size>
9830       </method>
9831       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9832         <size>12</size>
9833       </method>
9834       <method name="Boolean MoveNext()">
9835         <size>25</size>
9836       </method>
9837       <method name="Void Dispose()">
9838         <size>8</size>
9839       </method>
9840       <method name="Void Reset()">
9841         <size>6</size>
9842       </method>
9843     </type>
9844     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
9845       <method name="Void .ctor()">
9846         <size>7</size>
9847       </method>
9848       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9849         <size>12</size>
9850       </method>
9851       <method name="Boolean MoveNext()">
9852         <size>25</size>
9853       </method>
9854       <method name="Void Dispose()">
9855         <size>8</size>
9856       </method>
9857       <method name="Void Reset()">
9858         <size>6</size>
9859       </method>
9860     </type>
9861     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9862       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9863         <size>7</size>
9864       </method>
9865     </type>
9866     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
9867       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9868         <size>7</size>
9869       </method>
9870     </type>
9871   </test>
9872   <test name="gtest-248.cs">
9873     <type name="Foo`1[T]">
9874       <method name="Void .ctor()">
9875         <size>7</size>
9876       </method>
9877     </type>
9878     <type name="X">
9879       <method name="Void .ctor()">
9880         <size>7</size>
9881       </method>
9882       <method name="Boolean Test(System.Object)">
9883         <size>19</size>
9884       </method>
9885       <method name="Void Main()">
9886         <size>1</size>
9887       </method>
9888     </type>
9889   </test>
9890   <test name="gtest-249.cs">
9891     <type name="EnumerableBase`1[T]">
9892       <method name="Void .ctor()">
9893         <size>7</size>
9894       </method>
9895       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9896         <size>7</size>
9897       </method>
9898       <method name="IEnumerator`1 GetEnumerator()">
9899         <size>0</size>
9900       </method>
9901     </type>
9902     <type name="ArrayBase`1[T]">
9903       <method name="Void .ctor()">
9904         <size>7</size>
9905       </method>
9906       <method name="IEnumerator`1 GetEnumerator()">
9907         <size>8</size>
9908       </method>
9909     </type>
9910     <type name="HashedArrayList`1[T]">
9911       <method name="Void .ctor()">
9912         <size>7</size>
9913       </method>
9914       <method name="IEnumerator`1 GetEnumerator()">
9915         <size>7</size>
9916       </method>
9917     </type>
9918     <type name="X">
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     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9927       <method name="Void .ctor()">
9928         <size>7</size>
9929       </method>
9930       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9931         <size>12</size>
9932       </method>
9933       <method name="Boolean MoveNext()">
9934         <size>25</size>
9935       </method>
9936       <method name="Void Dispose()">
9937         <size>8</size>
9938       </method>
9939       <method name="Void Reset()">
9940         <size>6</size>
9941       </method>
9942       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9943         <size>7</size>
9944       </method>
9945     </type>
9946   </test>
9947   <test name="gtest-250.cs">
9948     <type name="GuardedIndexedSorted`1[T]">
9949       <method name="Void .ctor()">
9950         <size>7</size>
9951       </method>
9952       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
9953         <size>13</size>
9954       </method>
9955     </type>
9956     <type name="X">
9957       <method name="Void .ctor()">
9958         <size>7</size>
9959       </method>
9960       <method name="Void Main()">
9961         <size>1</size>
9962       </method>
9963     </type>
9964     <type name="Fun`2[R,S]">
9965       <method name="Void .ctor(Object, IntPtr)">
9966         <size>0</size>
9967       </method>
9968       <method name="S Invoke(R)">
9969         <size>0</size>
9970       </method>
9971       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
9972         <size>0</size>
9973       </method>
9974       <method name="S EndInvoke(IAsyncResult)">
9975         <size>0</size>
9976       </method>
9977     </type>
9978   </test>
9979   <test name="gtest-251.cs">
9980     <type name="SortedIndexedTester`1[T]">
9981       <method name="Void .ctor()">
9982         <size>7</size>
9983       </method>
9984       <method name="Void Test(ISorted`1)">
9985         <size>24</size>
9986       </method>
9987     </type>
9988     <type name="X">
9989       <method name="Void .ctor()">
9990         <size>7</size>
9991       </method>
9992       <method name="Void Main()">
9993         <size>1</size>
9994       </method>
9995     </type>
9996     <type name="&lt;PrivateImplementationDetails&gt;">
9997       <method name="Void .ctor()">
9998         <size>7</size>
9999       </method>
10000     </type>
10001   </test>
10002   <test name="gtest-252.cs">
10003     <type name="EqualityComparer`1[T]">
10004       <method name="Void .cctor()">
10005         <size>16</size>
10006       </method>
10007       <method name="Void Test()">
10008         <size>1</size>
10009       </method>
10010     </type>
10011     <type name="SequencedEqualityComparer`2[T,W]">
10012       <method name="Void .ctor()">
10013         <size>7</size>
10014       </method>
10015     </type>
10016     <type name="X">
10017       <method name="Void .ctor()">
10018         <size>7</size>
10019       </method>
10020       <method name="Void Main()">
10021         <size>6</size>
10022       </method>
10023     </type>
10024   </test>
10025   <test name="gtest-253.cs">
10026     <type name="CollectionValueTester`2[R,S]">
10027       <method name="Void .ctor()">
10028         <size>7</size>
10029       </method>
10030     </type>
10031     <type name="ExtensibleTester`1[U]">
10032       <method name="Void .ctor(U)">
10033         <size>14</size>
10034       </method>
10035       <method name="Void Direct()">
10036         <size>24</size>
10037       </method>
10038     </type>
10039     <type name="Extensible`1[V]">
10040       <method name="Void .ctor()">
10041         <size>7</size>
10042       </method>
10043       <method name="Void AddAll[W](IEnumerable`1)">
10044         <size>1</size>
10045       </method>
10046     </type>
10047     <type name="X">
10048       <method name="Void .ctor()">
10049         <size>7</size>
10050       </method>
10051       <method name="Void Main()">
10052         <size>20</size>
10053       </method>
10054     </type>
10055   </test>
10056   <test name="gtest-254.cs">
10057     <type name="HashedLinkedList`1[T]">
10058       <method name="Void .ctor()">
10059         <size>7</size>
10060       </method>
10061       <method name="HashedLinkedList`1[T] GetList()">
10062         <size>6</size>
10063       </method>
10064       <method name="Void Test(Int32)">
10065         <size>55</size>
10066       </method>
10067       <method name="Void Test(HashedLinkedList`1[T])">
10068         <size>40</size>
10069       </method>
10070     </type>
10071     <type name="X">
10072       <method name="Void .ctor()">
10073         <size>7</size>
10074       </method>
10075       <method name="Void Main()">
10076         <size>20</size>
10077       </method>
10078     </type>
10079   </test>
10080   <test name="gtest-255.cs">
10081     <type name="A">
10082       <method name="Void .ctor()">
10083         <size>7</size>
10084       </method>
10085       <method name="T Foo[T]()">
10086         <size>0</size>
10087       </method>
10088     </type>
10089     <type name="B">
10090       <method name="Void .ctor()">
10091         <size>7</size>
10092       </method>
10093       <method name="T Foo[T]()">
10094         <size>10</size>
10095       </method>
10096     </type>
10097     <type name="C">
10098       <method name="Void .ctor()">
10099         <size>7</size>
10100       </method>
10101       <method name="Void Main()">
10102         <size>1</size>
10103       </method>
10104     </type>
10105   </test>
10106   <test name="gtest-256.cs">
10107     <type name="Test">
10108       <method name="Void .ctor()">
10109         <size>7</size>
10110       </method>
10111       <method name="IEnumerator`1 GetEnumerator()">
10112         <size>15</size>
10113       </method>
10114       <method name="Void Main()">
10115         <size>11</size>
10116       </method>
10117       <method name="Void Run()">
10118         <size>147</size>
10119       </method>
10120     </type>
10121     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
10122       <method name="Void .ctor()">
10123         <size>7</size>
10124       </method>
10125       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10126         <size>7</size>
10127       </method>
10128       <method name="Boolean MoveNext()">
10129         <size>127</size>
10130       </method>
10131       <method name="Void Dispose()">
10132         <size>8</size>
10133       </method>
10134       <method name="Void Reset()">
10135         <size>6</size>
10136       </method>
10137       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
10138         <size>7</size>
10139       </method>
10140     </type>
10141   </test>
10142   <test name="gtest-257.cs">
10143     <type name="Tests">
10144       <method name="Void .ctor()">
10145         <size>7</size>
10146       </method>
10147       <method name="Void Main()">
10148         <size>32</size>
10149       </method>
10150     </type>
10151   </test>
10152   <test name="gtest-258.cs">
10153     <type name="A">
10154       <method name="Void .ctor()">
10155         <size>7</size>
10156       </method>
10157     </type>
10158     <type name="B">
10159       <method name="Void .ctor()">
10160         <size>7</size>
10161       </method>
10162     </type>
10163     <type name="Foo`1[T]">
10164       <method name="Void .ctor()">
10165         <size>7</size>
10166       </method>
10167     </type>
10168     <type name="X">
10169       <method name="Void .ctor()">
10170         <size>7</size>
10171       </method>
10172       <method name="Void Main()">
10173         <size>7</size>
10174       </method>
10175     </type>
10176   </test>
10177   <test name="gtest-259.cs">
10178     <type name="Class1`1[T]">
10179       <method name="Void .ctor()">
10180         <size>7</size>
10181       </method>
10182       <method name="Void MethodOfClass1(T, MyType)">
10183         <size>14</size>
10184       </method>
10185     </type>
10186     <type name="MyType">
10187       <method name="Void .ctor()">
10188         <size>7</size>
10189       </method>
10190       <method name="Void MethodOfMyBaseType()">
10191         <size>1</size>
10192       </method>
10193     </type>
10194     <type name="MyBaseType">
10195       <method name="Void .ctor()">
10196         <size>7</size>
10197       </method>
10198       <method name="Void MethodOfMyBaseType()">
10199         <size>0</size>
10200       </method>
10201     </type>
10202     <type name="X">
10203       <method name="Void .ctor()">
10204         <size>7</size>
10205       </method>
10206       <method name="Void Main()">
10207         <size>1</size>
10208       </method>
10209     </type>
10210   </test>
10211   <test name="gtest-260.cs">
10212     <type name="A`1[T]">
10213       <method name="Void .ctor()">
10214         <size>7</size>
10215       </method>
10216     </type>
10217     <type name="B`1[T]">
10218       <method name="Void .ctor()">
10219         <size>7</size>
10220       </method>
10221     </type>
10222     <type name="Test">
10223       <method name="Void .ctor()">
10224         <size>7</size>
10225       </method>
10226       <method name="Void .cctor()">
10227         <size>11</size>
10228       </method>
10229       <method name="Void Main()">
10230         <size>1</size>
10231       </method>
10232     </type>
10233   </test>
10234   <test name="gtest-261.cs">
10235     <type name="Cons`2[T,U]">
10236       <method name="Void .ctor(T, U)">
10237         <size>21</size>
10238       </method>
10239       <method name="System.String ToString()">
10240         <size>68</size>
10241       </method>
10242     </type>
10243     <type name="List`1[A]">
10244       <method name="Void .ctor(A)">
10245         <size>9</size>
10246       </method>
10247       <method name="Void .ctor(A, List`1)">
10248         <size>9</size>
10249       </method>
10250       <method name="Void zip[B](List`1[B])">
10251         <size>18</size>
10252       </method>
10253     </type>
10254     <type name="Test">
10255       <method name="Void .ctor()">
10256         <size>7</size>
10257       </method>
10258       <method name="Void Main(System.String[])">
10259         <size>14</size>
10260       </method>
10261     </type>
10262   </test>
10263   <test name="gtest-262.cs">
10264     <type name="Test">
10265       <method name="Void .ctor()">
10266         <size>7</size>
10267       </method>
10268       <method name="Void f1(System.Object)">
10269         <size>1</size>
10270       </method>
10271       <method name="Void f2(System.String)">
10272         <size>1</size>
10273       </method>
10274       <method name="Void f3(Test)">
10275         <size>1</size>
10276       </method>
10277       <method name="Void f4(Int32)">
10278         <size>1</size>
10279       </method>
10280       <method name="Void f5(Int16)">
10281         <size>1</size>
10282       </method>
10283       <method name="Void Main()">
10284         <size>162</size>
10285       </method>
10286       <method name="Void f6(ParamEnum)">
10287         <size>1</size>
10288       </method>
10289     </type>
10290   </test>
10291   <test name="gtest-263.cs">
10292     <type name="Foo`1[S]">
10293       <method name="Void .ctor()">
10294         <size>7</size>
10295       </method>
10296       <method name="ICloneable Test(S)">
10297         <size>12</size>
10298       </method>
10299     </type>
10300     <type name="ConvertHelper">
10301       <method name="IEnumerator`1 Test[S,T](S)">
10302         <size>22</size>
10303       </method>
10304       <method name="Void Main()">
10305         <size>1</size>
10306       </method>
10307     </type>
10308     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
10309       <method name="Void .ctor()">
10310         <size>7</size>
10311       </method>
10312       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10313         <size>12</size>
10314       </method>
10315       <method name="Boolean MoveNext()">
10316         <size>78</size>
10317       </method>
10318       <method name="Void Dispose()">
10319         <size>8</size>
10320       </method>
10321       <method name="Void Reset()">
10322         <size>6</size>
10323       </method>
10324       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
10325         <size>7</size>
10326       </method>
10327     </type>
10328   </test>
10329   <test name="gtest-264.cs">
10330     <type name="BaseList`1[SubType]">
10331       <method name="Void .ctor()">
10332         <size>18</size>
10333       </method>
10334     </type>
10335     <type name="XXX">
10336       <method name="Void .ctor()">
10337         <size>7</size>
10338       </method>
10339     </type>
10340     <type name="Crash">
10341       <method name="Void .ctor()">
10342         <size>7</size>
10343       </method>
10344       <method name="Void Main()">
10345         <size>14</size>
10346       </method>
10347     </type>
10348   </test>
10349   <test name="gtest-265.cs">
10350     <type name="Test">
10351       <method name="Void .ctor()">
10352         <size>7</size>
10353       </method>
10354       <method name="Void Main()">
10355         <size>14</size>
10356       </method>
10357     </type>
10358   </test>
10359   <test name="gtest-266.cs">
10360     <type name="Test`1[T]">
10361       <method name="Void .ctor()">
10362         <size>7</size>
10363       </method>
10364     </type>
10365     <type name="Test`1+Inner`1[T,U]">
10366       <method name="Void .ctor()">
10367         <size>7</size>
10368       </method>
10369       <method name="Void Foo()">
10370         <size>13</size>
10371       </method>
10372     </type>
10373     <type name="Test">
10374       <method name="Void .ctor()">
10375         <size>7</size>
10376       </method>
10377       <method name="Void Main()">
10378         <size>1</size>
10379       </method>
10380     </type>
10381   </test>
10382   <test name="gtest-267.cs">
10383     <type name="T">
10384       <method name="Void .ctor()">
10385         <size>7</size>
10386       </method>
10387       <method name="Void Foo[T](Handler`1[T])">
10388         <size>34</size>
10389       </method>
10390       <method name="Void Response[T](Handler`1[T])">
10391         <size>1</size>
10392       </method>
10393       <method name="Void Main()">
10394         <size>1</size>
10395       </method>
10396     </type>
10397     <type name="Handler`1[T]">
10398       <method name="Void .ctor(Object, IntPtr)">
10399         <size>0</size>
10400       </method>
10401       <method name="Void Invoke(T)">
10402         <size>0</size>
10403       </method>
10404       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
10405         <size>0</size>
10406       </method>
10407       <method name="Void EndInvoke(IAsyncResult)">
10408         <size>0</size>
10409       </method>
10410     </type>
10411     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
10412       <method name="Void .ctor()">
10413         <size>7</size>
10414       </method>
10415       <method name="Void &lt;&gt;m__0(IAsyncResult)">
10416         <size>18</size>
10417       </method>
10418     </type>
10419   </test>
10420   <test name="gtest-268.cs">
10421     <type name="Test">
10422       <method name="Void .ctor()">
10423         <size>7</size>
10424       </method>
10425       <method name="Void Bar()">
10426         <size>7</size>
10427       </method>
10428       <method name="Void Main()">
10429         <size>1</size>
10430       </method>
10431     </type>
10432     <type name="Test+G`1[T]">
10433       <method name="Void .ctor()">
10434         <size>7</size>
10435       </method>
10436     </type>
10437   </test>
10438   <test name="gtest-269.cs">
10439     <type name="X">
10440       <method name="Void .ctor()">
10441         <size>7</size>
10442       </method>
10443       <method name="Int32 Beer(Nullable`1)">
10444         <size>54</size>
10445       </method>
10446       <method name="Int64 PubToLong(IrishPub)">
10447         <size>12</size>
10448       </method>
10449       <method name="Int32 Test(Nullable`1)">
10450         <size>53</size>
10451       </method>
10452       <method name="Int32 TestWithNull(Nullable`1)">
10453         <size>55</size>
10454       </method>
10455       <method name="Nullable`1 Foo(Boolean)">
10456         <size>24</size>
10457       </method>
10458       <method name="Int32 Test(Boolean)">
10459         <size>54</size>
10460       </method>
10461       <method name="Int32 Main()">
10462         <size>194</size>
10463       </method>
10464     </type>
10465     <type name="IrishPub">
10466       <method name="Void .ctor(IrishBeer)">
10467         <size>8</size>
10468       </method>
10469       <method name="Int64 op_Implicit(Nullable`1)">
10470         <size>36</size>
10471       </method>
10472       <method name="Nullable`1 op_Implicit(Int64)">
10473         <size>13</size>
10474       </method>
10475     </type>
10476   </test>
10477   <test name="gtest-270.cs">
10478     <type name="X">
10479       <method name="Void .ctor()">
10480         <size>7</size>
10481       </method>
10482       <method name="Int32 Test(Nullable`1)">
10483         <size>44</size>
10484       </method>
10485       <method name="Int32 Main()">
10486         <size>42</size>
10487       </method>
10488     </type>
10489   </test>
10490   <test name="gtest-271.cs">
10491     <type name="Qux`2[X,V]">
10492       <method name="Void .ctor()">
10493         <size>7</size>
10494       </method>
10495       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10496         <size>8</size>
10497       </method>
10498       <method name="IEnumerator`1 GetEnumerator()">
10499         <size>8</size>
10500       </method>
10501     </type>
10502     <type name="Foo`2[X,V]">
10503       <method name="Void .ctor()">
10504         <size>7</size>
10505       </method>
10506     </type>
10507     <type name="Test`1[T]">
10508       <method name="Void .ctor()">
10509         <size>7</size>
10510       </method>
10511       <method name="Int32 CompareTo(Test`1[T])">
10512         <size>2</size>
10513       </method>
10514     </type>
10515     <type name="X">
10516       <method name="Void .ctor()">
10517         <size>7</size>
10518       </method>
10519       <method name="Void Main()">
10520         <size>55</size>
10521       </method>
10522     </type>
10523     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
10524       <method name="Void .ctor()">
10525         <size>7</size>
10526       </method>
10527       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10528         <size>7</size>
10529       </method>
10530       <method name="Boolean MoveNext()">
10531         <size>25</size>
10532       </method>
10533       <method name="Void Dispose()">
10534         <size>8</size>
10535       </method>
10536       <method name="Void Reset()">
10537         <size>6</size>
10538       </method>
10539     </type>
10540     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
10541       <method name="Void .ctor()">
10542         <size>7</size>
10543       </method>
10544       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10545         <size>12</size>
10546       </method>
10547       <method name="Boolean MoveNext()">
10548         <size>25</size>
10549       </method>
10550       <method name="Void Dispose()">
10551         <size>8</size>
10552       </method>
10553       <method name="Void Reset()">
10554         <size>6</size>
10555       </method>
10556     </type>
10557     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
10558       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
10559         <size>7</size>
10560       </method>
10561     </type>
10562     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
10563       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
10564         <size>7</size>
10565       </method>
10566     </type>
10567   </test>
10568   <test name="gtest-272.cs">
10569     <type name="X">
10570       <method name="Void Foo[T](Handler`1[T])">
10571         <size>27</size>
10572       </method>
10573       <method name="Void Response[T](Handler`1[T])">
10574         <size>1</size>
10575       </method>
10576       <method name="Void Test[T](T)">
10577         <size>1</size>
10578       </method>
10579       <method name="Void Main()">
10580         <size>18</size>
10581       </method>
10582     </type>
10583     <type name="Handler`1[T]">
10584       <method name="Void .ctor(Object, IntPtr)">
10585         <size>0</size>
10586       </method>
10587       <method name="Void Invoke(T)">
10588         <size>0</size>
10589       </method>
10590       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
10591         <size>0</size>
10592       </method>
10593       <method name="Void EndInvoke(IAsyncResult)">
10594         <size>0</size>
10595       </method>
10596     </type>
10597     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
10598       <method name="Void .ctor()">
10599         <size>7</size>
10600       </method>
10601       <method name="Void &lt;&gt;m__0(IAsyncResult)">
10602         <size>12</size>
10603       </method>
10604     </type>
10605   </test>
10606   <test name="gtest-273.cs">
10607     <type name="ThisBaseClass`3[A,B,C]">
10608       <method name="Void .ctor()">
10609         <size>7</size>
10610       </method>
10611     </type>
10612     <type name="ThatBaseClass`3[B,A,C]">
10613       <method name="Void .ctor()">
10614         <size>7</size>
10615       </method>
10616     </type>
10617     <type name="ThisClass`3[A,B,C]">
10618       <method name="Void .ctor()">
10619         <size>7</size>
10620       </method>
10621     </type>
10622     <type name="ThatClass`3[B,A,C]">
10623       <method name="Void .ctor()">
10624         <size>7</size>
10625       </method>
10626     </type>
10627     <type name="ThisClass">
10628       <method name="Void .ctor()">
10629         <size>7</size>
10630       </method>
10631     </type>
10632     <type name="ThatClass">
10633       <method name="Void .ctor()">
10634         <size>7</size>
10635       </method>
10636     </type>
10637     <type name="Test">
10638       <method name="Void .ctor()">
10639         <size>7</size>
10640       </method>
10641       <method name="Void Main()">
10642         <size>1</size>
10643       </method>
10644     </type>
10645   </test>
10646   <test name="gtest-274.cs">
10647     <type name="X">
10648       <method name="Void .ctor()">
10649         <size>7</size>
10650       </method>
10651       <method name="Void Main()">
10652         <size>447</size>
10653       </method>
10654     </type>
10655     <type name="Foo">
10656       <method name="Void .ctor(Int64)">
10657         <size>8</size>
10658       </method>
10659       <method name="Foo op_Implicit(Int64)">
10660         <size>7</size>
10661       </method>
10662     </type>
10663     <type name="Bar">
10664       <method name="Void .ctor(Foo)">
10665         <size>8</size>
10666       </method>
10667       <method name="Bar op_Implicit(Foo)">
10668         <size>7</size>
10669       </method>
10670     </type>
10671     <type name="Baz">
10672       <method name="Void .ctor(Foo)">
10673         <size>8</size>
10674       </method>
10675       <method name="Baz op_Explicit(Foo)">
10676         <size>7</size>
10677       </method>
10678     </type>
10679   </test>
10680   <test name="gtest-275.cs">
10681     <type name="Test">
10682       <method name="Void .ctor()">
10683         <size>7</size>
10684       </method>
10685       <method name="Void Main()">
10686         <size>19</size>
10687       </method>
10688     </type>
10689     <type name="Test+C">
10690       <method name="Void .ctor()">
10691         <size>18</size>
10692       </method>
10693     </type>
10694     <type name="Test+D`2[T,U]">
10695       <method name="Void .ctor()">
10696         <size>18</size>
10697       </method>
10698     </type>
10699     <type name="Test+E`1[T]">
10700       <method name="Void .ctor()">
10701         <size>18</size>
10702       </method>
10703     </type>
10704   </test>
10705   <test name="gtest-276.cs">
10706     <type name="Tests">
10707       <method name="Void .ctor()">
10708         <size>7</size>
10709       </method>
10710       <method name="Int32 Main()">
10711         <size>30</size>
10712       </method>
10713     </type>
10714     <type name="Tests+GenericClass`1[T]">
10715       <method name="Void .ctor()">
10716         <size>7</size>
10717       </method>
10718       <method name="T Z(IList`1, Int32)">
10719         <size>8</size>
10720       </method>
10721     </type>
10722   </test>
10723   <test name="gtest-277.cs">
10724     <type name="X">
10725       <method name="Void .ctor()">
10726         <size>7</size>
10727       </method>
10728       <method name="Void Main()">
10729         <size>1</size>
10730       </method>
10731     </type>
10732   </test>
10733   <test name="gtest-278.cs">
10734     <type name="Program">
10735       <method name="Void .ctor()">
10736         <size>7</size>
10737       </method>
10738       <method name="Int32 Main()">
10739         <size>6</size>
10740       </method>
10741     </type>
10742   </test>
10743   <test name="gtest-279.cs">
10744     <type name="Foo">
10745       <method name="Void .ctor()">
10746         <size>7</size>
10747       </method>
10748       <method name="IList`1 Bar[T]()">
10749         <size>12</size>
10750       </method>
10751       <method name="Void Bar()">
10752         <size>11</size>
10753       </method>
10754     </type>
10755     <type name="BugReport">
10756       <method name="Void .ctor()">
10757         <size>7</size>
10758       </method>
10759       <method name="Void Main(System.String[])">
10760         <size>20</size>
10761       </method>
10762     </type>
10763   </test>
10764   <test name="gtest-280.cs">
10765     <type name="Test">
10766       <method name="Void .ctor()">
10767         <size>7</size>
10768       </method>
10769       <method name="Void Main(System.String[])">
10770         <size>69</size>
10771       </method>
10772     </type>
10773     <type name="Test+TestDel">
10774       <method name="Void .ctor(Object, IntPtr)">
10775         <size>0</size>
10776       </method>
10777       <method name="Int32 Invoke(Int32)">
10778         <size>0</size>
10779       </method>
10780       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
10781         <size>0</size>
10782       </method>
10783       <method name="Int32 EndInvoke(IAsyncResult)">
10784         <size>0</size>
10785       </method>
10786     </type>
10787     <type name="Test">
10788       <method name="Int32 &lt;Main&gt;m__0(Int32)">
10789         <size>2</size>
10790       </method>
10791     </type>
10792   </test>
10793   <test name="gtest-281.cs">
10794     <type name="List">
10795       <method name="Void .ctor()">
10796         <size>7</size>
10797       </method>
10798       <method name="Void AddRange[T](ICollection`1)">
10799         <size>1</size>
10800       </method>
10801     </type>
10802     <type name="Tests">
10803       <method name="Void .ctor()">
10804         <size>7</size>
10805       </method>
10806       <method name="Void Main()">
10807         <size>21</size>
10808       </method>
10809     </type>
10810   </test>
10811   <test name="gtest-282.cs">
10812     <type name="Foo">
10813       <method name="Void .ctor()">
10814         <size>7</size>
10815       </method>
10816     </type>
10817     <type name="Foo+Bar">
10818       <method name="Void .ctor()">
10819         <size>7</size>
10820       </method>
10821     </type>
10822     <type name="C`1[T]">
10823       <method name="Void .ctor()">
10824         <size>7</size>
10825       </method>
10826     </type>
10827     <type name="Test">
10828       <method name="Void .ctor()">
10829         <size>7</size>
10830       </method>
10831       <method name="Void .cctor()">
10832         <size>11</size>
10833       </method>
10834       <method name="Void Main()">
10835         <size>21</size>
10836       </method>
10837     </type>
10838   </test>
10839   <test name="gtest-283.cs">
10840     <type name="Point">
10841       <method name="Void .ctor(Int32, Int32)">
10842         <size>15</size>
10843       </method>
10844     </type>
10845     <type name="TestPoint">
10846       <method name="Void Serialize(IFoo)">
10847         <size>39</size>
10848       </method>
10849       <method name="Void Main()">
10850         <size>1</size>
10851       </method>
10852     </type>
10853   </test>
10854   <test name="gtest-284.cs">
10855     <type name="X">
10856       <method name="Void .ctor()">
10857         <size>7</size>
10858       </method>
10859     </type>
10860     <type name="CollectionTester">
10861       <method name="Int32 Test[T](IList`1)">
10862         <size>67</size>
10863       </method>
10864       <method name="Int32 Test()">
10865         <size>522</size>
10866       </method>
10867     </type>
10868     <type name="InterfaceTester">
10869       <method name="Void .cctor()">
10870         <size>136</size>
10871       </method>
10872       <method name="Int32 Test(System.Type, System.Type[])">
10873         <size>425</size>
10874       </method>
10875       <method name="Int32 Test()">
10876         <size>532</size>
10877       </method>
10878     </type>
10879     <type name="Z">
10880       <method name="Void .ctor()">
10881         <size>7</size>
10882       </method>
10883       <method name="Int32 Test()">
10884         <size>36</size>
10885       </method>
10886       <method name="Int32 Main()">
10887         <size>45</size>
10888       </method>
10889     </type>
10890   </test>
10891   <test name="gtest-285.cs">
10892     <type name="A">
10893       <method name="Void .ctor()">
10894         <size>7</size>
10895       </method>
10896     </type>
10897     <type name="B">
10898       <method name="Void .ctor()">
10899         <size>7</size>
10900       </method>
10901     </type>
10902     <type name="Tests">
10903       <method name="Void .ctor()">
10904         <size>7</size>
10905       </method>
10906       <method name="Void Main()">
10907         <size>38</size>
10908       </method>
10909     </type>
10910   </test>
10911   <test name="gtest-286.cs">
10912     <type name="TestAttribute">
10913       <method name="Void .ctor(Type)">
10914         <size>14</size>
10915       </method>
10916     </type>
10917     <type name="C`1[T]">
10918       <method name="Void .ctor()">
10919         <size>7</size>
10920       </method>
10921       <method name="Void Foo()">
10922         <size>1</size>
10923       </method>
10924     </type>
10925     <type name="C">
10926       <method name="Void .ctor()">
10927         <size>7</size>
10928       </method>
10929       <method name="Int32 Main()">
10930         <size>76</size>
10931       </method>
10932     </type>
10933   </test>
10934   <test name="gtest-287.cs">
10935     <type name="X">
10936       <method name="Void .ctor()">
10937         <size>7</size>
10938       </method>
10939       <method name="Void Main()">
10940         <size>36</size>
10941       </method>
10942       <method name="Void D()">
10943         <size>1</size>
10944       </method>
10945     </type>
10946   </test>
10947   <test name="gtest-288.cs">
10948     <type name="A">
10949       <method name="Void .ctor()">
10950         <size>7</size>
10951       </method>
10952       <method name="Boolean Test(Int32)">
10953         <size>5</size>
10954       </method>
10955     </type>
10956     <type name="B">
10957       <method name="Void .ctor()">
10958         <size>7</size>
10959       </method>
10960       <method name="Void Test()">
10961         <size>1</size>
10962       </method>
10963     </type>
10964     <type name="B+C">
10965       <method name="Void .ctor()">
10966         <size>7</size>
10967       </method>
10968       <method name="Boolean Foo(Int32)">
10969         <size>13</size>
10970       </method>
10971     </type>
10972     <type name="X">
10973       <method name="Void .ctor()">
10974         <size>7</size>
10975       </method>
10976       <method name="Void Main()">
10977         <size>1</size>
10978       </method>
10979     </type>
10980   </test>
10981   <test name="gtest-289.cs">
10982     <type name="C">
10983       <method name="Void .ctor()">
10984         <size>7</size>
10985       </method>
10986       <method name="Void add_Ev1(D)">
10987         <size>47</size>
10988       </method>
10989       <method name="Void remove_Ev1(D)">
10990         <size>47</size>
10991       </method>
10992     </type>
10993     <type name="Consts">
10994       <method name="Void .ctor()">
10995         <size>7</size>
10996       </method>
10997       <method name="Void .cctor()">
10998         <size>1</size>
10999       </method>
11000     </type>
11001     <type name="Test">
11002       <method name="Void .ctor()">
11003         <size>7</size>
11004       </method>
11005       <method name="Int32 Main()">
11006         <size>74</size>
11007       </method>
11008     </type>
11009     <type name="D">
11010       <method name="Void .ctor(Object, IntPtr)">
11011         <size>0</size>
11012       </method>
11013       <method name="Void Invoke()">
11014         <size>0</size>
11015       </method>
11016       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11017         <size>0</size>
11018       </method>
11019       <method name="Void EndInvoke(IAsyncResult)">
11020         <size>0</size>
11021       </method>
11022     </type>
11023   </test>
11024   <test name="gtest-290.cs">
11025     <type name="GenericEventNotUsedTest`1[T]">
11026       <method name="Void .ctor()">
11027         <size>7</size>
11028       </method>
11029       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
11030         <size>47</size>
11031       </method>
11032       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
11033         <size>47</size>
11034       </method>
11035       <method name="Void RaiseTestEvent(T)">
11036         <size>14</size>
11037       </method>
11038     </type>
11039     <type name="TestEntry">
11040       <method name="Void Main()">
11041         <size>1</size>
11042       </method>
11043     </type>
11044     <type name="GenericEventHandler`2[U,V]">
11045       <method name="Void .ctor(Object, IntPtr)">
11046         <size>0</size>
11047       </method>
11048       <method name="Void Invoke(U, V)">
11049         <size>0</size>
11050       </method>
11051       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
11052         <size>0</size>
11053       </method>
11054       <method name="Void EndInvoke(IAsyncResult)">
11055         <size>0</size>
11056       </method>
11057     </type>
11058   </test>
11059   <test name="gtest-291.cs">
11060     <type name="Global">
11061       <method name="Void .ctor()">
11062         <size>7</size>
11063       </method>
11064       <method name="Void Main()">
11065         <size>22</size>
11066       </method>
11067       <method name="System.String Test2(Nullable`1)">
11068         <size>6</size>
11069       </method>
11070     </type>
11071   </test>
11072   <test name="gtest-292.cs">
11073     <type name="Test.A`1[TA]">
11074       <method name="Void .ctor()">
11075         <size>7</size>
11076       </method>
11077     </type>
11078     <type name="X">
11079       <method name="Void .ctor()">
11080         <size>7</size>
11081       </method>
11082       <method name="Void Main()">
11083         <size>1</size>
11084       </method>
11085     </type>
11086     <type name="Test.Handler`1[TA]">
11087       <method name="Void .ctor(Object, IntPtr)">
11088         <size>0</size>
11089       </method>
11090       <method name="Void Invoke(TA)">
11091         <size>0</size>
11092       </method>
11093       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
11094         <size>0</size>
11095       </method>
11096       <method name="Void EndInvoke(IAsyncResult)">
11097         <size>0</size>
11098       </method>
11099     </type>
11100   </test>
11101   <test name="gtest-293.cs">
11102     <type name="Test`1[T]">
11103       <method name="Void .ctor()">
11104         <size>7</size>
11105       </method>
11106       <method name="Void Invalid(T)">
11107         <size>21</size>
11108       </method>
11109       <method name="Void Other(IEnumerable`1)">
11110         <size>1</size>
11111       </method>
11112     </type>
11113     <type name="X">
11114       <method name="Void .ctor()">
11115         <size>7</size>
11116       </method>
11117       <method name="Void Main()">
11118         <size>1</size>
11119       </method>
11120     </type>
11121   </test>
11122   <test name="gtest-294.cs">
11123     <type name="A">
11124       <method name="Void .ctor()">
11125         <size>7</size>
11126       </method>
11127     </type>
11128     <type name="B">
11129       <method name="Void .ctor()">
11130         <size>7</size>
11131       </method>
11132     </type>
11133     <type name="X">
11134       <method name="Void .ctor()">
11135         <size>7</size>
11136       </method>
11137       <method name="A Test(A, B)">
11138         <size>10</size>
11139       </method>
11140       <method name="Int32 Main()">
11141         <size>73</size>
11142       </method>
11143     </type>
11144   </test>
11145   <test name="gtest-295.cs">
11146     <type name="Test.Cache`1[T]">
11147       <method name="Void .ctor()">
11148         <size>7</size>
11149       </method>
11150     </type>
11151     <type name="Test.Base">
11152       <method name="Void .ctor()">
11153         <size>7</size>
11154       </method>
11155     </type>
11156     <type name="Test.MyType`1[T]">
11157       <method name="Void .ctor()">
11158         <size>7</size>
11159       </method>
11160     </type>
11161     <type name="Test.Foo">
11162       <method name="Void .ctor()">
11163         <size>7</size>
11164       </method>
11165       <method name="Void Main()">
11166         <size>7</size>
11167       </method>
11168     </type>
11169   </test>
11170   <test name="gtest-296.cs">
11171     <type name="MyCollection`1[T]">
11172       <method name="Void .ctor()">
11173         <size>7</size>
11174       </method>
11175       <method name="Void Foo()">
11176         <size>14</size>
11177       </method>
11178     </type>
11179     <type name="C">
11180       <method name="Void .ctor()">
11181         <size>7</size>
11182       </method>
11183       <method name="Void Main()">
11184         <size>1</size>
11185       </method>
11186     </type>
11187   </test>
11188   <test name="gtest-297.cs">
11189     <type name="Test">
11190       <method name="Void .ctor()">
11191         <size>7</size>
11192       </method>
11193       <method name="Void Main()">
11194         <size>18</size>
11195       </method>
11196     </type>
11197   </test>
11198   <test name="gtest-298.cs">
11199     <type name="A">
11200       <method name="Void .ctor(TestFunc`1)">
11201         <size>14</size>
11202       </method>
11203     </type>
11204     <type name="TestClass">
11205       <method name="Void .ctor()">
11206         <size>7</size>
11207       </method>
11208       <method name="Void .cctor()">
11209         <size>46</size>
11210       </method>
11211       <method name="Int32 Main()">
11212         <size>6</size>
11213       </method>
11214     </type>
11215     <type name="TestFunc`1[T]">
11216       <method name="Void .ctor(Object, IntPtr)">
11217         <size>0</size>
11218       </method>
11219       <method name="Void Invoke(T)">
11220         <size>0</size>
11221       </method>
11222       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11223         <size>0</size>
11224       </method>
11225       <method name="Void EndInvoke(IAsyncResult)">
11226         <size>0</size>
11227       </method>
11228     </type>
11229     <type name="TestClass">
11230       <method name="Void &lt;a&gt;m__0(Int32)">
11231         <size>7</size>
11232       </method>
11233     </type>
11234   </test>
11235   <test name="gtest-299.cs">
11236     <type name="N.A">
11237       <method name="Void .ctor()">
11238         <size>7</size>
11239       </method>
11240     </type>
11241     <type name="B`1[T]">
11242       <method name="Void .ctor()">
11243         <size>7</size>
11244       </method>
11245     </type>
11246     <type name="Test">
11247       <method name="Void .ctor()">
11248         <size>7</size>
11249       </method>
11250       <method name="Void Main()">
11251         <size>52</size>
11252       </method>
11253     </type>
11254   </test>
11255   <test name="gtest-300.cs">
11256     <type name="Test">
11257       <method name="Void .ctor()">
11258         <size>7</size>
11259       </method>
11260       <method name="Void Main()">
11261         <size>66</size>
11262       </method>
11263     </type>
11264   </test>
11265   <test name="gtest-301.cs">
11266     <type name="Test">
11267       <method name="Void .ctor()">
11268         <size>7</size>
11269       </method>
11270       <method name="Void Main(System.String[])">
11271         <size>23</size>
11272       </method>
11273     </type>
11274   </test>
11275   <test name="gtest-302.cs">
11276     <type name="Test">
11277       <method name="Void .ctor()">
11278         <size>7</size>
11279       </method>
11280       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11281         <size>6</size>
11282       </method>
11283     </type>
11284     <type name="M">
11285       <method name="Void .ctor()">
11286         <size>7</size>
11287       </method>
11288       <method name="Void Main()">
11289         <size>61</size>
11290       </method>
11291     </type>
11292     <type name="Test+GetEnumerator&gt;c__Iterator0">
11293       <method name="Void .ctor()">
11294         <size>7</size>
11295       </method>
11296       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11297         <size>12</size>
11298       </method>
11299       <method name="Boolean MoveNext()">
11300         <size>25</size>
11301       </method>
11302       <method name="Void Dispose()">
11303         <size>8</size>
11304       </method>
11305       <method name="Void Reset()">
11306         <size>6</size>
11307       </method>
11308     </type>
11309     <type name="Test">
11310       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
11311         <size>8</size>
11312       </method>
11313     </type>
11314     <type name="Test+GetEnumerator&gt;c__Iterator0">
11315       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
11316         <size>7</size>
11317       </method>
11318     </type>
11319   </test>
11320   <test name="gtest-303.cs">
11321     <type name="test.BaseClass">
11322       <method name="Void .ctor()">
11323         <size>7</size>
11324       </method>
11325       <method name="System.String get_Hello()">
11326         <size>6</size>
11327       </method>
11328     </type>
11329     <type name="test.Printer">
11330       <method name="Void .ctor()">
11331         <size>7</size>
11332       </method>
11333       <method name="Void Print[T](T)">
11334         <size>0</size>
11335       </method>
11336     </type>
11337     <type name="test.PrinterImpl">
11338       <method name="Void .ctor()">
11339         <size>7</size>
11340       </method>
11341       <method name="Void Print[T](T)">
11342         <size>19</size>
11343       </method>
11344     </type>
11345     <type name="test.Starter">
11346       <method name="Void .ctor()">
11347         <size>7</size>
11348       </method>
11349       <method name="Void Main(System.String[])">
11350         <size>20</size>
11351       </method>
11352     </type>
11353   </test>
11354   <test name="gtest-304.cs">
11355     <type name="test.BaseClass">
11356       <method name="Void .ctor()">
11357         <size>7</size>
11358       </method>
11359       <method name="System.String get_Hello()">
11360         <size>6</size>
11361       </method>
11362     </type>
11363     <type name="test.Printer">
11364       <method name="Void .ctor()">
11365         <size>7</size>
11366       </method>
11367       <method name="Void Print[T](System.Object)">
11368         <size>0</size>
11369       </method>
11370     </type>
11371     <type name="test.PrinterImpl">
11372       <method name="Void .ctor()">
11373         <size>7</size>
11374       </method>
11375       <method name="Void Print[T](System.Object)">
11376         <size>31</size>
11377       </method>
11378     </type>
11379     <type name="test.Starter">
11380       <method name="Void .ctor()">
11381         <size>7</size>
11382       </method>
11383       <method name="Void Main(System.String[])">
11384         <size>20</size>
11385       </method>
11386     </type>
11387   </test>
11388   <test name="gtest-305.cs">
11389     <type name="T">
11390       <method name="Void .ctor()">
11391         <size>82</size>
11392       </method>
11393       <method name="Int32 Main()">
11394         <size>54</size>
11395       </method>
11396     </type>
11397   </test>
11398   <test name="gtest-306.cs">
11399     <type name="FuParentClass`1[Trow]">
11400       <method name="Void .ctor()">
11401         <size>7</size>
11402       </method>
11403     </type>
11404     <type name="FuParentClass`1+FuChildClass[Trow]">
11405       <method name="Void .ctor()">
11406         <size>7</size>
11407       </method>
11408     </type>
11409     <type name="C">
11410       <method name="Void .ctor()">
11411         <size>7</size>
11412       </method>
11413       <method name="Void Main()">
11414         <size>1</size>
11415       </method>
11416     </type>
11417   </test>
11418   <test name="gtest-307.cs">
11419     <type name="Foo`1[T]">
11420       <method name="Void .ctor()">
11421         <size>7</size>
11422       </method>
11423     </type>
11424     <type name="Bar">
11425       <method name="Void .ctor()">
11426         <size>7</size>
11427       </method>
11428       <method name="Int32 g()">
11429         <size>2</size>
11430       </method>
11431       <method name="Int32 Main()">
11432         <size>20</size>
11433       </method>
11434     </type>
11435     <type name="Foo`1+F[T]">
11436       <method name="Void .ctor(Object, IntPtr)">
11437         <size>0</size>
11438       </method>
11439       <method name="Int32 Invoke()">
11440         <size>0</size>
11441       </method>
11442       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11443         <size>0</size>
11444       </method>
11445       <method name="Int32 EndInvoke(IAsyncResult)">
11446         <size>0</size>
11447       </method>
11448     </type>
11449   </test>
11450   <test name="gtest-308.cs">
11451     <type name="Test">
11452       <method name="Void .ctor()">
11453         <size>7</size>
11454       </method>
11455       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
11456         <size>26</size>
11457       </method>
11458       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
11459         <size>26</size>
11460       </method>
11461     </type>
11462     <type name="Foo">
11463       <method name="Void .ctor()">
11464         <size>7</size>
11465       </method>
11466       <method name="Int32 compare(Int32, Int32)">
11467         <size>4</size>
11468       </method>
11469       <method name="Int32 compare(System.String, System.String)">
11470         <size>8</size>
11471       </method>
11472       <method name="Void test(Int32)">
11473         <size>29</size>
11474       </method>
11475       <method name="Void Main()">
11476         <size>141</size>
11477       </method>
11478     </type>
11479     <type name="Test+MyComparison`1[V]">
11480       <method name="Void .ctor(Object, IntPtr)">
11481         <size>0</size>
11482       </method>
11483       <method name="Int32 Invoke(V, V)">
11484         <size>0</size>
11485       </method>
11486       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
11487         <size>0</size>
11488       </method>
11489       <method name="Int32 EndInvoke(IAsyncResult)">
11490         <size>0</size>
11491       </method>
11492     </type>
11493     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
11494       <method name="Void .ctor()">
11495         <size>7</size>
11496       </method>
11497       <method name="Int32 &lt;&gt;m__0(U, U)">
11498         <size>14</size>
11499       </method>
11500     </type>
11501     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
11502       <method name="Void .ctor()">
11503         <size>7</size>
11504       </method>
11505       <method name="Int32 &lt;&gt;m__1(W, W)">
11506         <size>14</size>
11507       </method>
11508     </type>
11509   </test>
11510   <test name="gtest-309.cs">
11511     <type name="Test`2[A,B]">
11512       <method name="Void .ctor()">
11513         <size>7</size>
11514       </method>
11515       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
11516         <size>1</size>
11517       </method>
11518     </type>
11519     <type name="X">
11520       <method name="Void .ctor()">
11521         <size>7</size>
11522       </method>
11523       <method name="Void Main()">
11524         <size>15</size>
11525       </method>
11526     </type>
11527   </test>
11528   <test name="gtest-310.cs">
11529     <type name="MonoBugs.IncompleteGenericInference">
11530       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
11531         <size>1</size>
11532       </method>
11533       <method name="Void Main()">
11534         <size>20</size>
11535       </method>
11536     </type>
11537   </test>
11538   <test name="gtest-312.cs">
11539     <type name="CantCastGenericListToArray">
11540       <method name="Void .ctor()">
11541         <size>7</size>
11542       </method>
11543       <method name="Void Main(System.String[])">
11544         <size>51</size>
11545       </method>
11546     </type>
11547   </test>
11548   <test name="gtest-313.cs">
11549     <type name="Foo`1[T]">
11550       <method name="Void .ctor(TestEnum)">
11551         <size>14</size>
11552       </method>
11553     </type>
11554     <type name="X">
11555       <method name="Void .ctor()">
11556         <size>7</size>
11557       </method>
11558       <method name="Void Main()">
11559         <size>28</size>
11560       </method>
11561     </type>
11562   </test>
11563   <test name="gtest-314.cs">
11564     <type name="test.App">
11565       <method name="Void .ctor()">
11566         <size>7</size>
11567       </method>
11568       <method name="Void Main()">
11569         <size>1</size>
11570       </method>
11571     </type>
11572     <type name="test.ThisClass`2[T,O]">
11573       <method name="Void .ctor()">
11574         <size>7</size>
11575       </method>
11576     </type>
11577     <type name="test.OtherClass`2[O,T]">
11578       <method name="Void .ctor()">
11579         <size>7</size>
11580       </method>
11581       <method name="Void Test(T)">
11582         <size>13</size>
11583       </method>
11584     </type>
11585   </test>
11586   <test name="gtest-315.cs">
11587     <type name="A`1[T]">
11588       <method name="Void .ctor()">
11589         <size>7</size>
11590       </method>
11591     </type>
11592     <type name="A`1+B[T]">
11593       <method name="Void .ctor()">
11594         <size>7</size>
11595       </method>
11596     </type>
11597     <type name="X">
11598       <method name="Void .ctor()">
11599         <size>7</size>
11600       </method>
11601       <method name="Void Main()">
11602         <size>18</size>
11603       </method>
11604     </type>
11605   </test>
11606   <test name="gtest-316.cs">
11607     <type name="X">
11608       <method name="Int32 Main()">
11609         <size>12</size>
11610       </method>
11611       <method name="Void .ctor()">
11612         <size>7</size>
11613       </method>
11614     </type>
11615     <type name="Foo">
11616       <method name="Void .ctor()">
11617         <size>7</size>
11618       </method>
11619     </type>
11620     <type name="Base">
11621       <method name="Void Method[R]()">
11622         <size>0</size>
11623       </method>
11624       <method name="Void .ctor()">
11625         <size>7</size>
11626       </method>
11627     </type>
11628     <type name="Derived">
11629       <method name="Void Method[S]()">
11630         <size>7</size>
11631       </method>
11632       <method name="Void Method2[T]()">
11633         <size>23</size>
11634       </method>
11635       <method name="Void .ctor()">
11636         <size>7</size>
11637       </method>
11638     </type>
11639   </test>
11640   <test name="gtest-317.cs">
11641     <type name="Foo`1[K]">
11642       <method name="Void .ctor()">
11643         <size>7</size>
11644       </method>
11645     </type>
11646     <type name="Bar`1[Q]">
11647       <method name="Void .ctor()">
11648         <size>7</size>
11649       </method>
11650     </type>
11651     <type name="Bar`1+Baz[Q]">
11652       <method name="Void .ctor()">
11653         <size>7</size>
11654       </method>
11655     </type>
11656     <type name="X">
11657       <method name="Void .ctor()">
11658         <size>7</size>
11659       </method>
11660       <method name="Void Main()">
11661         <size>13</size>
11662       </method>
11663     </type>
11664   </test>
11665   <test name="gtest-318.cs">
11666     <type name="Foo`1[K]">
11667       <method name="Void .ctor()">
11668         <size>7</size>
11669       </method>
11670     </type>
11671     <type name="Bar`1[Q]">
11672       <method name="Void .ctor()">
11673         <size>7</size>
11674       </method>
11675     </type>
11676     <type name="Bar`1+Baz[Q]">
11677       <method name="Void .ctor()">
11678         <size>7</size>
11679       </method>
11680     </type>
11681     <type name="Goo`1[Q]">
11682       <method name="Void .ctor()">
11683         <size>7</size>
11684       </method>
11685     </type>
11686     <type name="X">
11687       <method name="Void .ctor()">
11688         <size>7</size>
11689       </method>
11690       <method name="Void Main()">
11691         <size>13</size>
11692       </method>
11693     </type>
11694   </test>
11695   <test name="gtest-319.cs">
11696     <type name="Temp`1[T]">
11697       <method name="Void .ctor()">
11698         <size>7</size>
11699       </method>
11700       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11701         <size>7</size>
11702       </method>
11703       <method name="IEnumerator`1 GetEnumerator()">
11704         <size>8</size>
11705       </method>
11706     </type>
11707     <type name="Temp`1+Foo[T]">
11708       <method name="Void .ctor()">
11709         <size>7</size>
11710       </method>
11711     </type>
11712     <type name="X">
11713       <method name="Void .ctor()">
11714         <size>7</size>
11715       </method>
11716       <method name="Void Main()">
11717         <size>1</size>
11718       </method>
11719     </type>
11720     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
11721       <method name="Void .ctor()">
11722         <size>7</size>
11723       </method>
11724       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11725         <size>7</size>
11726       </method>
11727       <method name="Boolean MoveNext()">
11728         <size>67</size>
11729       </method>
11730       <method name="Void Dispose()">
11731         <size>8</size>
11732       </method>
11733       <method name="Void Reset()">
11734         <size>6</size>
11735       </method>
11736       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
11737         <size>7</size>
11738       </method>
11739     </type>
11740   </test>
11741   <test name="gtest-320.cs">
11742     <type name="Foo`1[K]">
11743       <method name="Void .ctor()">
11744         <size>7</size>
11745       </method>
11746     </type>
11747     <type name="B">
11748       <method name="Void .ctor()">
11749         <size>7</size>
11750       </method>
11751     </type>
11752     <type name="B+C">
11753       <method name="Void .ctor()">
11754         <size>7</size>
11755       </method>
11756     </type>
11757     <type name="X">
11758       <method name="Void .ctor()">
11759         <size>7</size>
11760       </method>
11761       <method name="Void Main()">
11762         <size>1</size>
11763       </method>
11764     </type>
11765   </test>
11766   <test name="gtest-321.cs">
11767     <type name="App">
11768       <method name="Void .ctor()">
11769         <size>7</size>
11770       </method>
11771       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
11772         <size>25</size>
11773       </method>
11774       <method name="Void ADelegate[T](System.String)">
11775         <size>12</size>
11776       </method>
11777       <method name="Void Main(System.String[])">
11778         <size>13</size>
11779       </method>
11780       <method name="Void Run()">
11781         <size>49</size>
11782       </method>
11783     </type>
11784     <type name="App+TGenericDelegate`1[T]">
11785       <method name="Void .ctor(Object, IntPtr)">
11786         <size>0</size>
11787       </method>
11788       <method name="Void Invoke(System.String)">
11789         <size>0</size>
11790       </method>
11791       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
11792         <size>0</size>
11793       </method>
11794       <method name="Void EndInvoke(IAsyncResult)">
11795         <size>0</size>
11796       </method>
11797     </type>
11798   </test>
11799   <test name="gtest-322.cs">
11800     <type name="MyBase`2[K,V]">
11801       <method name="Void .ctor(Callback)">
11802         <size>7</size>
11803       </method>
11804     </type>
11805     <type name="X">
11806       <method name="Void .ctor(Callback)">
11807         <size>8</size>
11808       </method>
11809       <method name="Void Main()">
11810         <size>1</size>
11811       </method>
11812     </type>
11813     <type name="MyBase`2+Callback[K,V]">
11814       <method name="Void .ctor(Object, IntPtr)">
11815         <size>0</size>
11816       </method>
11817       <method name="Void Invoke(K, V)">
11818         <size>0</size>
11819       </method>
11820       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
11821         <size>0</size>
11822       </method>
11823       <method name="Void EndInvoke(IAsyncResult)">
11824         <size>0</size>
11825       </method>
11826     </type>
11827   </test>
11828   <test name="gtest-323.cs">
11829     <type name="MyBase`2[K,V]">
11830       <method name="Void .ctor()">
11831         <size>7</size>
11832       </method>
11833       <method name="Void Hello(MyBase`2+Callback[K,V])">
11834         <size>1</size>
11835       </method>
11836     </type>
11837     <type name="MyBase`2+Callback[K,V]">
11838       <method name="Void .ctor()">
11839         <size>7</size>
11840       </method>
11841     </type>
11842     <type name="X">
11843       <method name="Void .ctor(Callback)">
11844         <size>7</size>
11845       </method>
11846       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
11847         <size>8</size>
11848       </method>
11849       <method name="Void Main()">
11850         <size>1</size>
11851       </method>
11852     </type>
11853   </test>
11854   <test name="gtest-324.cs">
11855     <type name="B">
11856       <method name="Void .ctor()">
11857         <size>19</size>
11858       </method>
11859       <method name="Void add_D(A)">
11860         <size>45</size>
11861       </method>
11862       <method name="Void remove_D(A)">
11863         <size>45</size>
11864       </method>
11865       <method name="Void C()">
11866         <size>36</size>
11867       </method>
11868       <method name="Void F(Int64)">
11869         <size>1</size>
11870       </method>
11871       <method name="Void Main()">
11872         <size>1</size>
11873       </method>
11874     </type>
11875     <type name="A">
11876       <method name="Void .ctor(Object, IntPtr)">
11877         <size>0</size>
11878       </method>
11879       <method name="Void Invoke()">
11880         <size>0</size>
11881       </method>
11882       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11883         <size>0</size>
11884       </method>
11885       <method name="Void EndInvoke(IAsyncResult)">
11886         <size>0</size>
11887       </method>
11888     </type>
11889     <type name="B+&lt;C&gt;c__AnonStorey1">
11890       <method name="Void .ctor()">
11891         <size>7</size>
11892       </method>
11893       <method name="Void &lt;&gt;m__0()">
11894         <size>39</size>
11895       </method>
11896     </type>
11897     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
11898       <method name="Void .ctor()">
11899         <size>7</size>
11900       </method>
11901       <method name="Void &lt;&gt;m__1()">
11902         <size>57</size>
11903       </method>
11904     </type>
11905   </test>
11906   <test name="gtest-325.cs">
11907     <type name="SomeClass`1[T]">
11908       <method name="Void .ctor()">
11909         <size>7</size>
11910       </method>
11911       <method name="Void Foo()">
11912         <size>37</size>
11913       </method>
11914     </type>
11915     <type name="Foo">
11916       <method name="Void .ctor()">
11917         <size>7</size>
11918       </method>
11919       <method name="Void Main()">
11920         <size>13</size>
11921       </method>
11922     </type>
11923   </test>
11924   <test name="gtest-326.cs">
11925     <type name="A">
11926       <method name="Void .ctor()">
11927         <size>7</size>
11928       </method>
11929     </type>
11930     <type name="X">
11931       <method name="Void .ctor()">
11932         <size>7</size>
11933       </method>
11934       <method name="Void Main()">
11935         <size>55</size>
11936       </method>
11937     </type>
11938   </test>
11939   <test name="gtest-327.cs">
11940     <type name="Tester`1[T]">
11941       <method name="Void .ctor()">
11942         <size>7</size>
11943       </method>
11944       <method name="Void Do()">
11945         <size>50</size>
11946       </method>
11947     </type>
11948     <type name="Reference">
11949       <method name="Void .ctor()">
11950         <size>7</size>
11951       </method>
11952       <method name="Void Test()">
11953         <size>1</size>
11954       </method>
11955     </type>
11956     <type name="C">
11957       <method name="Void .ctor()">
11958         <size>7</size>
11959       </method>
11960       <method name="Void Main()">
11961         <size>21</size>
11962       </method>
11963     </type>
11964     <type name="Value">
11965       <method name="Void Test()">
11966         <size>1</size>
11967       </method>
11968     </type>
11969   </test>
11970   <test name="gtest-328.cs">
11971     <type name="App">
11972       <method name="Void .ctor()">
11973         <size>7</size>
11974       </method>
11975       <method name="Void Main()">
11976         <size>34</size>
11977       </method>
11978       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
11979         <size>13</size>
11980       </method>
11981     </type>
11982     <type name="App+MyClass">
11983       <method name="Void .ctor()">
11984         <size>7</size>
11985       </method>
11986     </type>
11987   </test>
11988   <test name="gtest-329.cs">
11989     <type name="NullableInt">
11990       <method name="Void .ctor()">
11991         <size>7</size>
11992       </method>
11993       <method name="Void Main()">
11994         <size>53</size>
11995       </method>
11996     </type>
11997   </test>
11998   <test name="gtest-330.cs">
11999     <type name="BaseCollection`1[T]">
12000       <method name="Void .ctor()">
12001         <size>18</size>
12002       </method>
12003       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12004         <size>17</size>
12005       </method>
12006     </type>
12007     <type name="BaseIntList`1[T]">
12008       <method name="Void .ctor()">
12009         <size>7</size>
12010       </method>
12011     </type>
12012     <type name="IntList">
12013       <method name="Void .ctor()">
12014         <size>7</size>
12015       </method>
12016     </type>
12017     <type name="X">
12018       <method name="Void .ctor()">
12019         <size>7</size>
12020       </method>
12021       <method name="Void Main()">
12022         <size>61</size>
12023       </method>
12024     </type>
12025     <type name="BaseCollection`1[T]">
12026       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12027         <size>17</size>
12028       </method>
12029     </type>
12030   </test>
12031   <test name="gtest-331.cs">
12032     <type name="Foo`1[T]">
12033       <method name="Void .ctor()">
12034         <size>7</size>
12035       </method>
12036       <method name="Void Map[S](S)">
12037         <size>14</size>
12038       </method>
12039       <method name="Void Test(T)">
12040         <size>12</size>
12041       </method>
12042     </type>
12043     <type name="X">
12044       <method name="Void .ctor()">
12045         <size>7</size>
12046       </method>
12047       <method name="Void Main()">
12048         <size>18</size>
12049       </method>
12050     </type>
12051   </test>
12052   <test name="gtest-332.cs">
12053     <type name="C`1[T]">
12054       <method name="Void .ctor()">
12055         <size>7</size>
12056       </method>
12057       <method name="System.Type Test()">
12058         <size>15</size>
12059       </method>
12060     </type>
12061     <type name="M">
12062       <method name="Void .ctor()">
12063         <size>7</size>
12064       </method>
12065       <method name="Void Main()">
12066         <size>77</size>
12067       </method>
12068     </type>
12069   </test>
12070   <test name="gtest-333.cs">
12071     <type name="Program">
12072       <method name="Void Main()">
12073         <size>13</size>
12074       </method>
12075     </type>
12076   </test>
12077   <test name="gtest-334.cs">
12078     <type name="Test">
12079       <method name="Void .ctor()">
12080         <size>7</size>
12081       </method>
12082       <method name="Int32 Main()">
12083         <size>105</size>
12084       </method>
12085       <method name="Void DelegateMethod(Boolean)">
12086         <size>1</size>
12087       </method>
12088       <method name="Int32 DelegateMethod(Int32)">
12089         <size>2</size>
12090       </method>
12091     </type>
12092     <type name="Test+DelegateA">
12093       <method name="Void .ctor(Object, IntPtr)">
12094         <size>0</size>
12095       </method>
12096       <method name="Void Invoke(Boolean)">
12097         <size>0</size>
12098       </method>
12099       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
12100         <size>0</size>
12101       </method>
12102       <method name="Void EndInvoke(IAsyncResult)">
12103         <size>0</size>
12104       </method>
12105     </type>
12106     <type name="Test+DelegateB">
12107       <method name="Void .ctor(Object, IntPtr)">
12108         <size>0</size>
12109       </method>
12110       <method name="Int32 Invoke(Int32)">
12111         <size>0</size>
12112       </method>
12113       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
12114         <size>0</size>
12115       </method>
12116       <method name="Int32 EndInvoke(IAsyncResult)">
12117         <size>0</size>
12118       </method>
12119     </type>
12120   </test>
12121   <test name="gtest-335.cs">
12122     <type name="TestClass">
12123       <method name="Boolean Test_1()">
12124         <size>43</size>
12125       </method>
12126       <method name="Boolean Test_2()">
12127         <size>48</size>
12128       </method>
12129       <method name="Boolean Test_3()">
12130         <size>46</size>
12131       </method>
12132       <method name="Boolean Test_4()">
12133         <size>29</size>
12134       </method>
12135       <method name="Int32 Main()">
12136         <size>60</size>
12137       </method>
12138       <method name="Void .ctor()">
12139         <size>7</size>
12140       </method>
12141     </type>
12142   </test>
12143   <test name="gtest-336.cs">
12144     <type name="TestAttribute">
12145       <method name="Void .ctor()">
12146         <size>7</size>
12147       </method>
12148       <method name="Void .ctor(Type)">
12149         <size>14</size>
12150       </method>
12151       <method name="System.Object get_Type()">
12152         <size>7</size>
12153       </method>
12154       <method name="Void set_Type(System.Object)">
12155         <size>8</size>
12156       </method>
12157     </type>
12158     <type name="N.C`1[T]">
12159       <method name="Void .ctor()">
12160         <size>7</size>
12161       </method>
12162       <method name="Void Bar()">
12163         <size>1</size>
12164       </method>
12165       <method name="Void Bar2()">
12166         <size>1</size>
12167       </method>
12168       <method name="Void Bar3()">
12169         <size>1</size>
12170       </method>
12171       <method name="Void Bar4()">
12172         <size>1</size>
12173       </method>
12174     </type>
12175     <type name="N.CC">
12176       <method name="Void .ctor()">
12177         <size>7</size>
12178       </method>
12179       <method name="Void Main()">
12180         <size>1</size>
12181       </method>
12182     </type>
12183   </test>
12184   <test name="gtest-337.cs">
12185     <type name="X">
12186       <method name="Void .ctor()">
12187         <size>7</size>
12188       </method>
12189       <method name="Void SetValue[T](System.Object, T)">
12190         <size>1</size>
12191       </method>
12192       <method name="Void Main()">
12193         <size>12</size>
12194       </method>
12195     </type>
12196   </test>
12197   <test name="gtest-338.cs">
12198     <type name="Test">
12199       <method name="Void .ctor()">
12200         <size>7</size>
12201       </method>
12202       <method name="Void Foo[T](IList`1)">
12203         <size>25</size>
12204       </method>
12205       <method name="Void Main()">
12206         <size>13</size>
12207       </method>
12208     </type>
12209     <type name="FooList`1[T]">
12210       <method name="Void .ctor()">
12211         <size>7</size>
12212       </method>
12213       <method name="Int32 IndexOf(T)">
12214         <size>6</size>
12215       </method>
12216       <method name="Void Insert(Int32, T)">
12217         <size>6</size>
12218       </method>
12219       <method name="Void RemoveAt(Int32)">
12220         <size>6</size>
12221       </method>
12222       <method name="T get_Item(Int32)">
12223         <size>6</size>
12224       </method>
12225       <method name="Void set_Item(Int32, T)">
12226         <size>6</size>
12227       </method>
12228       <method name="Void Add(T)">
12229         <size>6</size>
12230       </method>
12231       <method name="Void Clear()">
12232         <size>6</size>
12233       </method>
12234       <method name="Boolean Contains(T)">
12235         <size>6</size>
12236       </method>
12237       <method name="Void CopyTo(T[], Int32)">
12238         <size>6</size>
12239       </method>
12240       <method name="Boolean Remove(T)">
12241         <size>6</size>
12242       </method>
12243       <method name="Int32 get_Count()">
12244         <size>6</size>
12245       </method>
12246       <method name="Boolean get_IsReadOnly()">
12247         <size>6</size>
12248       </method>
12249       <method name="IEnumerator GetEnumerator()">
12250         <size>6</size>
12251       </method>
12252       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12253         <size>6</size>
12254       </method>
12255     </type>
12256   </test>
12257   <test name="gtest-339.cs">
12258     <type name="Program">
12259       <method name="Void .ctor()">
12260         <size>7</size>
12261       </method>
12262       <method name="Void Main()">
12263         <size>11</size>
12264       </method>
12265       <method name="Void SerializeDictionary(IDictionary)">
12266         <size>1</size>
12267       </method>
12268       <method name="Void SerializeDictionary(IDictionary`2)">
12269         <size>1</size>
12270       </method>
12271     </type>
12272     <type name="SerializerLazyDictionary">
12273       <method name="Void .ctor()">
12274         <size>7</size>
12275       </method>
12276       <method name="IEnumerator`1 GetEnumerator()">
12277         <size>2</size>
12278       </method>
12279     </type>
12280     <type name="LazyDictionary">
12281       <method name="Void .ctor()">
12282         <size>7</size>
12283       </method>
12284       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12285         <size>7</size>
12286       </method>
12287       <method name="IEnumerator`1 GetEnumerator()">
12288         <size>0</size>
12289       </method>
12290       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
12291         <size>6</size>
12292       </method>
12293       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
12294         <size>6</size>
12295       </method>
12296       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
12297         <size>6</size>
12298       </method>
12299       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
12300         <size>6</size>
12301       </method>
12302       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
12303         <size>6</size>
12304       </method>
12305       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
12306         <size>6</size>
12307       </method>
12308       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
12309         <size>6</size>
12310       </method>
12311       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
12312         <size>6</size>
12313       </method>
12314       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
12315         <size>6</size>
12316       </method>
12317       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
12318         <size>6</size>
12319       </method>
12320       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
12321         <size>6</size>
12322       </method>
12323       <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)">
12324         <size>6</size>
12325       </method>
12326       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
12327         <size>6</size>
12328       </method>
12329       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
12330         <size>6</size>
12331       </method>
12332       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
12333         <size>6</size>
12334       </method>
12335       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
12336         <size>7</size>
12337       </method>
12338     </type>
12339   </test>
12340   <test name="gtest-340.cs">
12341     <type name="Tests">
12342       <method name="Void .ctor()">
12343         <size>7</size>
12344       </method>
12345       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
12346         <size>7</size>
12347       </method>
12348       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
12349         <size>2</size>
12350       </method>
12351       <method name="System.Reflection.MemberInfo[] foo()">
12352         <size>44</size>
12353       </method>
12354       <method name="Void Main(System.String[])">
12355         <size>12</size>
12356       </method>
12357     </type>
12358   </test>
12359   <test name="gtest-341.cs">
12360     <type name="C">
12361       <method name="Void .ctor()">
12362         <size>7</size>
12363       </method>
12364       <method name="Int32 GetLength()">
12365         <size>2</size>
12366       </method>
12367     </type>
12368     <type name="Tests">
12369       <method name="Void .ctor()">
12370         <size>7</size>
12371       </method>
12372       <method name="Void Main()">
12373         <size>1</size>
12374       </method>
12375     </type>
12376   </test>
12377   <test name="gtest-342.cs">
12378     <type name="Base`1[T]">
12379       <method name="Void .ctor()">
12380         <size>7</size>
12381       </method>
12382       <method name="T op_Implicit(Base`1[T])">
12383         <size>7</size>
12384       </method>
12385     </type>
12386     <type name="TestMain">
12387       <method name="Void .ctor()">
12388         <size>7</size>
12389       </method>
12390       <method name="Void Main(System.String[])">
12391         <size>1</size>
12392       </method>
12393     </type>
12394   </test>
12395   <test name="gtest-343.cs">
12396     <type name="Implementer">
12397       <method name="Void .ctor()">
12398         <size>7</size>
12399       </method>
12400       <method name="Void Combine[TOImplementer]()">
12401         <size>1</size>
12402       </method>
12403     </type>
12404     <type name="MainClass">
12405       <method name="Void .ctor()">
12406         <size>7</size>
12407       </method>
12408       <method name="Int32 Main()">
12409         <size>8</size>
12410       </method>
12411     </type>
12412   </test>
12413   <test name="gtest-344.cs">
12414     <type name="ConfigurationElement">
12415       <method name="Void .ctor()">
12416         <size>7</size>
12417       </method>
12418       <method name="Void Main()">
12419         <size>1</size>
12420       </method>
12421     </type>
12422     <type name="CustomConfigurationElement">
12423       <method name="Void .ctor()">
12424         <size>7</size>
12425       </method>
12426     </type>
12427     <type name="CustomConfigurationElementCollection">
12428       <method name="Void .ctor()">
12429         <size>7</size>
12430       </method>
12431     </type>
12432     <type name="BaseCollection`1[T]">
12433       <method name="Void .ctor()">
12434         <size>7</size>
12435       </method>
12436     </type>
12437   </test>
12438   <test name="gtest-345.cs">
12439     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
12440       <method name="Void .ctor()">
12441         <size>7</size>
12442       </method>
12443       <method name="Void Dump(System.String)">
12444         <size>6</size>
12445       </method>
12446     </type>
12447     <type name="Parser">
12448       <method name="Void .ctor()">
12449         <size>7</size>
12450       </method>
12451       <method name="Void NoCall[T](T)">
12452         <size>1</size>
12453       </method>
12454       <method name="Int32 Main()">
12455         <size>2</size>
12456       </method>
12457     </type>
12458   </test>
12459   <test name="gtest-346.cs">
12460     <type name="test">
12461       <method name="Void .ctor()">
12462         <size>7</size>
12463       </method>
12464       <method name="Void CreateSimpleCallSite[A]()">
12465         <size>1</size>
12466       </method>
12467       <method name="Void CreateSimpleCallSite[A](Int32)">
12468         <size>1</size>
12469       </method>
12470       <method name="Void CreateSimpleCallSite(Int32)">
12471         <size>1</size>
12472       </method>
12473       <method name="Void Main()">
12474         <size>1</size>
12475       </method>
12476     </type>
12477   </test>
12478   <test name="gtest-347.cs">
12479     <type name="X">
12480       <method name="Void .ctor()">
12481         <size>7</size>
12482       </method>
12483       <method name="IEnumerable`1 Enumerable[T](System.String)">
12484         <size>6</size>
12485       </method>
12486       <method name="IEnumerable Enumerable(Int32)">
12487         <size>6</size>
12488       </method>
12489       <method name="IEnumerable Enumerable(System.String)">
12490         <size>6</size>
12491       </method>
12492       <method name="Void Main()">
12493         <size>1</size>
12494       </method>
12495     </type>
12496   </test>
12497   <test name="gtest-348.cs">
12498     <type name="Bar`1[U]">
12499       <method name="Void .ctor()">
12500         <size>7</size>
12501       </method>
12502       <method name="Void OnWorldDestroyed()">
12503         <size>1</size>
12504       </method>
12505     </type>
12506     <type name="Baz`1[U]">
12507       <method name="Void .ctor()">
12508         <size>7</size>
12509       </method>
12510       <method name="Void DestroyWorld(U)">
12511         <size>14</size>
12512       </method>
12513     </type>
12514     <type name="Bling">
12515       <method name="Void .ctor()">
12516         <size>7</size>
12517       </method>
12518       <method name="Void Main()">
12519         <size>1</size>
12520       </method>
12521     </type>
12522   </test>
12523   <test name="gtest-349.cs">
12524     <type name="X">
12525       <method name="Void .ctor()">
12526         <size>7</size>
12527       </method>
12528       <method name="Int32 Main()">
12529         <size>103</size>
12530       </method>
12531       <method name="Int32 f2(IList, IList)">
12532         <size>2</size>
12533       </method>
12534       <method name="Int32 f2(IList, System.Object)">
12535         <size>2</size>
12536       </method>
12537     </type>
12538     <type name="X+Function`3[T1,T2,R]">
12539       <method name="Void .ctor(Object, IntPtr)">
12540         <size>0</size>
12541       </method>
12542       <method name="R Invoke(T1, T2)">
12543         <size>0</size>
12544       </method>
12545       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
12546         <size>0</size>
12547       </method>
12548       <method name="R EndInvoke(IAsyncResult)">
12549         <size>0</size>
12550       </method>
12551     </type>
12552   </test>
12553   <test name="gtest-350.cs">
12554     <type name="Foo`1[T]">
12555       <method name="Void .ctor()">
12556         <size>7</size>
12557       </method>
12558       <method name="Boolean Equals(T)">
12559         <size>0</size>
12560       </method>
12561     </type>
12562     <type name="C">
12563       <method name="Void .ctor()">
12564         <size>7</size>
12565       </method>
12566       <method name="Void Main()">
12567         <size>1</size>
12568       </method>
12569     </type>
12570   </test>
12571   <test name="gtest-351.cs">
12572     <type name="TestThing">
12573       <method name="Void .ctor()">
12574         <size>7</size>
12575       </method>
12576     </type>
12577     <type name="Test">
12578       <method name="Void .ctor()">
12579         <size>7</size>
12580       </method>
12581       <method name="Int32 Main(System.String[])">
12582         <size>36</size>
12583       </method>
12584     </type>
12585     <type name="TestThing">
12586       <method name="Int32 SetEnum(System.String, System.Enum)">
12587         <size>2</size>
12588       </method>
12589       <method name="Int32 SetEnum(Int32, System.Enum)">
12590         <size>2</size>
12591       </method>
12592     </type>
12593   </test>
12594   <test name="gtest-352.cs">
12595     <type name="T">
12596       <method name="Void .ctor()">
12597         <size>7</size>
12598       </method>
12599       <method name="Int32 Main()">
12600         <size>125</size>
12601       </method>
12602     </type>
12603     <type name="D">
12604       <method name="Void .ctor(Int32)">
12605         <size>8</size>
12606       </method>
12607       <method name="Void .cctor()">
12608         <size>12</size>
12609       </method>
12610     </type>
12611   </test>
12612   <test name="gtest-353.cs">
12613     <type name="A`3[D1,D2,D3]">
12614       <method name="Void Foo[T]()">
12615         <size>1</size>
12616       </method>
12617       <method name="Void .ctor()">
12618         <size>7</size>
12619       </method>
12620     </type>
12621     <type name="B`1[DD2]">
12622       <method name="Void .ctor()">
12623         <size>7</size>
12624       </method>
12625     </type>
12626     <type name="C">
12627       <method name="Void Foo[T]()">
12628         <size>1</size>
12629       </method>
12630       <method name="Void .ctor()">
12631         <size>7</size>
12632       </method>
12633     </type>
12634     <type name="Program">
12635       <method name="Void Main()">
12636         <size>11</size>
12637       </method>
12638       <method name="Void .ctor()">
12639         <size>7</size>
12640       </method>
12641     </type>
12642   </test>
12643   <test name="gtest-354.cs">
12644     <type name="M">
12645       <method name="Void IC.Method(System.Int32[])">
12646         <size>1</size>
12647       </method>
12648       <method name="System.String IA&lt;string&gt;.Method(Int32)">
12649         <size>6</size>
12650       </method>
12651       <method name="Void IB.Method(Int32)">
12652         <size>6</size>
12653       </method>
12654       <method name="Void Main()">
12655         <size>23</size>
12656       </method>
12657       <method name="Void .ctor()">
12658         <size>7</size>
12659       </method>
12660     </type>
12661   </test>
12662   <test name="gtest-355.cs">
12663     <type name="A">
12664       <method name="Void .ctor()">
12665         <size>7</size>
12666       </method>
12667       <method name="System.String Foo[T](System.String)">
12668         <size>6</size>
12669       </method>
12670       <method name="Boolean Foo(System.String)">
12671         <size>2</size>
12672       </method>
12673     </type>
12674     <type name="B">
12675       <method name="Void .ctor()">
12676         <size>7</size>
12677       </method>
12678       <method name="System.String Foo[T](System.String)">
12679         <size>6</size>
12680       </method>
12681       <method name="Boolean Goo(System.String)">
12682         <size>8</size>
12683       </method>
12684       <method name="Boolean Foo(System.String)">
12685         <size>2</size>
12686       </method>
12687     </type>
12688     <type name="C">
12689       <method name="Void .ctor()">
12690         <size>7</size>
12691       </method>
12692       <method name="Void Main()">
12693         <size>1</size>
12694       </method>
12695     </type>
12696   </test>
12697   <test name="gtest-356.cs">
12698     <type name="A`1[T]">
12699       <method name="Void .ctor()">
12700         <size>7</size>
12701       </method>
12702       <method name="Void Foo(B+E)">
12703         <size>1</size>
12704       </method>
12705     </type>
12706     <type name="B`1[U]">
12707       <method name="Void .ctor()">
12708         <size>7</size>
12709       </method>
12710     </type>
12711     <type name="B">
12712       <method name="Void .ctor()">
12713         <size>7</size>
12714       </method>
12715     </type>
12716     <type name="B+E">
12717       <method name="Void .ctor()">
12718         <size>7</size>
12719       </method>
12720     </type>
12721     <type name="C">
12722       <method name="Void .ctor()">
12723         <size>7</size>
12724       </method>
12725       <method name="Void Main()">
12726         <size>1</size>
12727       </method>
12728     </type>
12729   </test>
12730   <test name="gtest-357.cs">
12731     <type name="C`1[T]">
12732       <method name="Void .ctor()">
12733         <size>7</size>
12734       </method>
12735     </type>
12736     <type name="D`1[U]">
12737       <method name="Void .ctor()">
12738         <size>7</size>
12739       </method>
12740     </type>
12741     <type name="X">
12742       <method name="Void .ctor()">
12743         <size>7</size>
12744       </method>
12745       <method name="Void Main()">
12746         <size>1</size>
12747       </method>
12748     </type>
12749   </test>
12750   <test name="gtest-358.cs">
12751     <type name="Test">
12752       <method name="Void .ctor()">
12753         <size>7</size>
12754       </method>
12755     </type>
12756     <type name="Foo">
12757       <method name="Boolean op_Equality(Foo, Foo)">
12758         <size>6</size>
12759       </method>
12760       <method name="Boolean op_Inequality(Foo, Foo)">
12761         <size>6</size>
12762       </method>
12763     </type>
12764     <type name="S2">
12765       <method name="Boolean op_Equality(S2, Nullable`1)">
12766         <size>6</size>
12767       </method>
12768       <method name="Boolean op_Inequality(S2, Nullable`1)">
12769         <size>6</size>
12770       </method>
12771     </type>
12772     <type name="S3">
12773       <method name="Decimal op_Inequality(S3, System.Object)">
12774         <size>7</size>
12775       </method>
12776       <method name="Decimal op_Equality(S3, System.Object)">
12777         <size>7</size>
12778       </method>
12779     </type>
12780     <type name="Test">
12781       <method name="Int32 Main()">
12782         <size>97</size>
12783       </method>
12784     </type>
12785   </test>
12786   <test name="gtest-359.cs">
12787     <type name="BaseGeneric`1[T]">
12788       <method name="Void .ctor()">
12789         <size>7</size>
12790       </method>
12791     </type>
12792     <type name="BaseGeneric`1+InnerDerived[T]">
12793       <method name="Void .ctor(T)">
12794         <size>7</size>
12795       </method>
12796     </type>
12797     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
12798       <method name="Void .ctor(T, U)">
12799         <size>7</size>
12800       </method>
12801     </type>
12802     <type name="BaseConcrete">
12803       <method name="Void .ctor()">
12804         <size>7</size>
12805       </method>
12806     </type>
12807     <type name="Concrete_A">
12808       <method name="Void .ctor()">
12809         <size>7</size>
12810       </method>
12811     </type>
12812     <type name="Concrete_B">
12813       <method name="Void .ctor()">
12814         <size>7</size>
12815       </method>
12816     </type>
12817     <type name="BaseGeneric_2`2[T,U]">
12818       <method name="Void .ctor()">
12819         <size>7</size>
12820       </method>
12821     </type>
12822     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
12823       <method name="Void .ctor(T, U)">
12824         <size>7</size>
12825       </method>
12826     </type>
12827     <type name="BaseGeneric_1`1[T]">
12828       <method name="Void .ctor()">
12829         <size>7</size>
12830       </method>
12831     </type>
12832     <type name="Concrete_2">
12833       <method name="Void .ctor()">
12834         <size>7</size>
12835       </method>
12836     </type>
12837     <type name="Program">
12838       <method name="Void .ctor()">
12839         <size>7</size>
12840       </method>
12841       <method name="Void Main()">
12842         <size>40</size>
12843       </method>
12844     </type>
12845   </test>
12846   <test name="gtest-360.cs">
12847     <type name="C">
12848       <method name="Void .ctor()">
12849         <size>7</size>
12850       </method>
12851       <method name="Int32 Foo[T](T, System.Object[])">
12852         <size>2</size>
12853       </method>
12854       <method name="Int32 Foo(System.String, System.Object[])">
12855         <size>2</size>
12856       </method>
12857       <method name="Int32 InvokeMethod(System.String, System.Object[])">
12858         <size>8</size>
12859       </method>
12860       <method name="Int32 Main()">
12861         <size>17</size>
12862       </method>
12863     </type>
12864   </test>
12865   <test name="gtest-361.cs">
12866     <type name="Thing">
12867       <method name="Void .ctor()">
12868         <size>7</size>
12869       </method>
12870       <method name="Void Foo()">
12871         <size>1</size>
12872       </method>
12873       <method name="Int32 Main()">
12874         <size>164</size>
12875       </method>
12876       <method name="Void Method(Thing+Handler, System.String[])">
12877         <size>1</size>
12878       </method>
12879     </type>
12880     <type name="Thing+Handler">
12881       <method name="Void .ctor(Object, IntPtr)">
12882         <size>0</size>
12883       </method>
12884       <method name="Void Invoke()">
12885         <size>0</size>
12886       </method>
12887       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12888         <size>0</size>
12889       </method>
12890       <method name="Void EndInvoke(IAsyncResult)">
12891         <size>0</size>
12892       </method>
12893     </type>
12894     <type name="Thing">
12895       <method name="Void &lt;Main&gt;m__0()">
12896         <size>1</size>
12897       </method>
12898       <method name="Void &lt;Main&gt;m__1()">
12899         <size>1</size>
12900       </method>
12901     </type>
12902   </test>
12903   <test name="gtest-362.cs">
12904     <type name="C">
12905       <method name="Void .ctor()">
12906         <size>7</size>
12907       </method>
12908       <method name="Void Assert[T](T)">
12909         <size>1</size>
12910       </method>
12911       <method name="Void Assert[T](T, T)">
12912         <size>1</size>
12913       </method>
12914       <method name="Int32 Main()">
12915         <size>83</size>
12916       </method>
12917     </type>
12918   </test>
12919   <test name="gtest-363.cs">
12920     <type name="Test">
12921       <method name="Void .ctor()">
12922         <size>7</size>
12923       </method>
12924       <method name="Void InsertAt[T](T[], Int32, T[])">
12925         <size>1</size>
12926       </method>
12927       <method name="Void Main()">
12928         <size>39</size>
12929       </method>
12930     </type>
12931   </test>
12932   <test name="gtest-364.cs">
12933     <type name="BugReport.Program">
12934       <method name="Void .ctor()">
12935         <size>7</size>
12936       </method>
12937       <method name="Int32 Main()">
12938         <size>307</size>
12939       </method>
12940     </type>
12941     <type name="BugReport.A">
12942       <method name="Void .ctor()">
12943         <size>7</size>
12944       </method>
12945       <method name="Nullable`1 get_Counter()">
12946         <size>7</size>
12947       </method>
12948       <method name="Void set_Counter(Nullable`1)">
12949         <size>8</size>
12950       </method>
12951     </type>
12952   </test>
12953   <test name="gtest-365.cs">
12954     <type name="B.Program">
12955       <method name="Void .ctor()">
12956         <size>7</size>
12957       </method>
12958       <method name="Int32 Main()">
12959         <size>51</size>
12960       </method>
12961     </type>
12962   </test>
12963   <test name="gtest-366.cs">
12964     <type name="Tester">
12965       <method name="Void .ctor()">
12966         <size>7</size>
12967       </method>
12968       <method name="Void Assert[T](T, T)">
12969         <size>1</size>
12970       </method>
12971       <method name="Void Main()">
12972         <size>20</size>
12973       </method>
12974     </type>
12975     <type name="MyType">
12976       <method name="Void .ctor(Int32)">
12977         <size>8</size>
12978       </method>
12979       <method name="Int32 op_Implicit(MyType)">
12980         <size>8</size>
12981       </method>
12982     </type>
12983   </test>
12984   <test name="gtest-367.cs">
12985     <type name="Foo">
12986       <method name="Void .ctor()">
12987         <size>7</size>
12988       </method>
12989     </type>
12990     <type name="Repro">
12991       <method name="Void .ctor()">
12992         <size>7</size>
12993       </method>
12994       <method name="Void Bar[TFoo](TFoo)">
12995         <size>19</size>
12996       </method>
12997       <method name="Void Baz[T](T, System.Action`1[T])">
12998         <size>8</size>
12999       </method>
13000       <method name="Void Main()">
13001         <size>1</size>
13002       </method>
13003       <method name="Void Gazonk(Repro)">
13004         <size>1</size>
13005       </method>
13006     </type>
13007   </test>
13008   <test name="gtest-368.cs">
13009     <type name="C`1[T]">
13010       <method name="Void .ctor(D)">
13011         <size>7</size>
13012       </method>
13013       <method name="Void .ctor()">
13014         <size>7</size>
13015       </method>
13016     </type>
13017     <type name="C`1+D[T]">
13018       <method name="Void .ctor()">
13019         <size>7</size>
13020       </method>
13021     </type>
13022     <type name="M">
13023       <method name="Void .ctor()">
13024         <size>7</size>
13025       </method>
13026       <method name="Void Main()">
13027         <size>1</size>
13028       </method>
13029     </type>
13030   </test>
13031   <test name="gtest-369.cs">
13032     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
13033       <method name="Void .ctor()">
13034         <size>7</size>
13035       </method>
13036       <method name="IList`1 Query[Extent](IList`1, IList`1)">
13037         <size>2</size>
13038       </method>
13039       <method name="IList Query()">
13040         <size>2</size>
13041       </method>
13042     </type>
13043     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
13044       <method name="Void .ctor()">
13045         <size>7</size>
13046       </method>
13047     </type>
13048     <type name="Db4objects.Db4o.Internal.M">
13049       <method name="Void .ctor()">
13050         <size>7</size>
13051       </method>
13052       <method name="Void Main()">
13053         <size>1</size>
13054       </method>
13055     </type>
13056     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
13057       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
13058         <size>7</size>
13059       </method>
13060       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
13061         <size>9</size>
13062       </method>
13063     </type>
13064   </test>
13065   <test name="gtest-370.cs">
13066     <type name="N2.X`1[T]">
13067       <method name="Void .ctor()">
13068         <size>7</size>
13069       </method>
13070     </type>
13071     <type name="N2.X`1+A`1[T,T]">
13072       <method name="Void .ctor()">
13073         <size>7</size>
13074       </method>
13075     </type>
13076     <type name="N2.X`1+A`1+B`1[T,T,T]">
13077       <method name="Void .ctor()">
13078         <size>7</size>
13079       </method>
13080     </type>
13081     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
13082       <method name="Void .ctor()">
13083         <size>7</size>
13084       </method>
13085     </type>
13086     <type name="N2.C">
13087       <method name="Void .ctor()">
13088         <size>7</size>
13089       </method>
13090       <method name="Void Main()">
13091         <size>1</size>
13092       </method>
13093     </type>
13094   </test>
13095   <test name="gtest-371.cs">
13096     <type name="X">
13097       <method name="Void .ctor()">
13098         <size>7</size>
13099       </method>
13100       <method name="Void Main()">
13101         <size>86</size>
13102       </method>
13103     </type>
13104     <type name="&lt;PrivateImplementationDetails&gt;">
13105       <method name="Void .ctor()">
13106         <size>7</size>
13107       </method>
13108     </type>
13109   </test>
13110   <test name="gtest-372.cs">
13111     <type name="TestClass`1[T]">
13112       <method name="Void .ctor()">
13113         <size>7</size>
13114       </method>
13115       <method name="Boolean Check(T, T)">
13116         <size>15</size>
13117       </method>
13118     </type>
13119     <type name="C">
13120       <method name="Void .ctor()">
13121         <size>7</size>
13122       </method>
13123     </type>
13124     <type name="TestClass2`1[T]">
13125       <method name="Void .ctor()">
13126         <size>7</size>
13127       </method>
13128       <method name="Boolean Check(T, T)">
13129         <size>15</size>
13130       </method>
13131     </type>
13132     <type name="X">
13133       <method name="Void .ctor()">
13134         <size>7</size>
13135       </method>
13136       <method name="Int32 Main()">
13137         <size>28</size>
13138       </method>
13139     </type>
13140   </test>
13141   <test name="gtest-373.cs">
13142     <type name="MonoBug.MainClass">
13143       <method name="Void .ctor()">
13144         <size>7</size>
13145       </method>
13146       <method name="Void Main()">
13147         <size>29</size>
13148       </method>
13149     </type>
13150     <type name="MonoBug.GenericType`1[T]">
13151       <method name="Void .ctor(T)">
13152         <size>14</size>
13153       </method>
13154       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
13155         <size>7</size>
13156       </method>
13157     </type>
13158   </test>
13159   <test name="gtest-374.cs">
13160     <type name="Z">
13161       <method name="Z IGenericInterface&lt;Z&gt;.Start()">
13162         <size>2</size>
13163       </method>
13164       <method name="Void Stop()">
13165         <size>1</size>
13166       </method>
13167       <method name="Void .ctor()">
13168         <size>7</size>
13169       </method>
13170     </type>
13171     <type name="A`3[Y,Y2,W]">
13172       <method name="Void SomeOperation(W)">
13173         <size>28</size>
13174       </method>
13175       <method name="Void SomeOtherOperation(Y)">
13176         <size>28</size>
13177       </method>
13178       <method name="Void .ctor()">
13179         <size>7</size>
13180       </method>
13181     </type>
13182     <type name="Foo">
13183       <method name="Int32 Main()">
13184         <size>30</size>
13185       </method>
13186       <method name="Void .ctor()">
13187         <size>7</size>
13188       </method>
13189     </type>
13190   </test>
13191   <test name="gtest-375.cs">
13192     <type name="X">
13193       <method name="Void .ctor()">
13194         <size>7</size>
13195       </method>
13196       <method name="Boolean Compute(Int32)">
13197         <size>2</size>
13198       </method>
13199       <method name="Boolean Compute2(Int32)">
13200         <size>2</size>
13201       </method>
13202       <method name="Int32 Main()">
13203         <size>28</size>
13204       </method>
13205     </type>
13206   </test>
13207   <test name="gtest-376.cs">
13208     <type name="C">
13209       <method name="Void .ctor()">
13210         <size>7</size>
13211       </method>
13212       <method name="Void Main()">
13213         <size>1</size>
13214       </method>
13215     </type>
13216     <type name="S`1[T]">
13217       <method name="System.Object Box(Nullable`1)">
13218         <size>30</size>
13219       </method>
13220     </type>
13221   </test>
13222   <test name="gtest-377.cs">
13223     <type name="D">
13224       <method name="Void .cctor()">
13225         <size>26</size>
13226       </method>
13227       <method name="Void Main()">
13228         <size>88</size>
13229       </method>
13230     </type>
13231   </test>
13232   <test name="gtest-378.cs">
13233     <type name="Test">
13234       <method name="Void .ctor()">
13235         <size>7</size>
13236       </method>
13237       <method name="System.Object FooG[T](Nullable`1)">
13238         <size>7</size>
13239       </method>
13240       <method name="System.Object Foo(Nullable`1)">
13241         <size>7</size>
13242       </method>
13243       <method name="Int32 Main()">
13244         <size>58</size>
13245       </method>
13246     </type>
13247   </test>
13248   <test name="gtest-379.cs">
13249     <type name="C">
13250       <method name="Void .ctor()">
13251         <size>7</size>
13252       </method>
13253       <method name="Int32 Print(Nullable`1)">
13254         <size>16</size>
13255       </method>
13256       <method name="Int32 Main()">
13257         <size>15</size>
13258       </method>
13259     </type>
13260     <type name="S">
13261       <method name="Boolean op_Equality(S, S)">
13262         <size>2</size>
13263       </method>
13264       <method name="Boolean op_Inequality(S, S)">
13265         <size>2</size>
13266       </method>
13267     </type>
13268   </test>
13269   <test name="gtest-380.cs">
13270     <type name="Test">
13271       <method name="Void .ctor()">
13272         <size>7</size>
13273       </method>
13274       <method name="Int32 Main()">
13275         <size>175</size>
13276       </method>
13277     </type>
13278     <type name="GTest`1[T]">
13279       <method name="Void .ctor()">
13280         <size>7</size>
13281       </method>
13282       <method name="Void .cctor()">
13283         <size>13</size>
13284       </method>
13285     </type>
13286   </test>
13287   <test name="gtest-381.cs">
13288     <type name="TestGoto">
13289       <method name="Void .ctor()">
13290         <size>7</size>
13291       </method>
13292       <method name="Void .cctor()">
13293         <size>7</size>
13294       </method>
13295       <method name="Void Main(System.String[])">
13296         <size>69</size>
13297       </method>
13298       <method name="IEnumerable`1 setX()">
13299         <size>16</size>
13300       </method>
13301       <method name="IEnumerable`1 test()">
13302         <size>16</size>
13303       </method>
13304     </type>
13305     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
13306       <method name="Void .ctor()">
13307         <size>7</size>
13308       </method>
13309       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13310         <size>12</size>
13311       </method>
13312       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13313         <size>7</size>
13314       </method>
13315       <method name="Boolean MoveNext()">
13316         <size>104</size>
13317       </method>
13318       <method name="Void Dispose()">
13319         <size>46</size>
13320       </method>
13321       <method name="Void Reset()">
13322         <size>6</size>
13323       </method>
13324     </type>
13325     <type name="TestGoto+&lt;test&gt;c__Iterator1">
13326       <method name="Void .ctor()">
13327         <size>7</size>
13328       </method>
13329       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13330         <size>12</size>
13331       </method>
13332       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13333         <size>7</size>
13334       </method>
13335       <method name="Boolean MoveNext()">
13336         <size>178</size>
13337       </method>
13338       <method name="Void Dispose()">
13339         <size>62</size>
13340       </method>
13341       <method name="Void Reset()">
13342         <size>6</size>
13343       </method>
13344     </type>
13345     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
13346       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
13347         <size>7</size>
13348       </method>
13349       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
13350         <size>26</size>
13351       </method>
13352     </type>
13353     <type name="TestGoto+&lt;test&gt;c__Iterator1">
13354       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
13355         <size>7</size>
13356       </method>
13357       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
13358         <size>26</size>
13359       </method>
13360     </type>
13361   </test>
13362   <test name="gtest-382.cs">
13363     <type name="C">
13364       <method name="Void .ctor()">
13365         <size>7</size>
13366       </method>
13367       <method name="Int32 Main()">
13368         <size>76</size>
13369       </method>
13370     </type>
13371   </test>
13372   <test name="gtest-383.cs">
13373     <type name="C">
13374       <method name="Void .ctor()">
13375         <size>7</size>
13376       </method>
13377       <method name="Int32 Main()">
13378         <size>260</size>
13379       </method>
13380     </type>
13381     <type name="MyTypeA">
13382       <method name="Void .ctor(Int16)">
13383         <size>8</size>
13384       </method>
13385       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
13386         <size>6</size>
13387       </method>
13388       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
13389         <size>2</size>
13390       </method>
13391       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
13392         <size>6</size>
13393       </method>
13394       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
13395         <size>6</size>
13396       </method>
13397       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
13398         <size>6</size>
13399       </method>
13400     </type>
13401     <type name="MyTypeB">
13402       <method name="Void .ctor(Int16)">
13403         <size>8</size>
13404       </method>
13405       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
13406         <size>2</size>
13407       </method>
13408       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
13409         <size>2</size>
13410       </method>
13411       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
13412         <size>2</size>
13413       </method>
13414       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
13415         <size>2</size>
13416       </method>
13417       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
13418         <size>2</size>
13419       </method>
13420       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
13421         <size>2</size>
13422       </method>
13423     </type>
13424   </test>
13425   <test name="gtest-384.cs">
13426     <type name="N.TestG">
13427       <method name="Void .ctor()">
13428         <size>7</size>
13429       </method>
13430       <method name="Void Foo[T]()">
13431         <size>1</size>
13432       </method>
13433     </type>
13434     <type name="NonGeneric">
13435       <method name="Void .ctor()">
13436         <size>7</size>
13437       </method>
13438     </type>
13439     <type name="Generic`1[T]">
13440       <method name="Void .ctor()">
13441         <size>7</size>
13442       </method>
13443     </type>
13444     <type name="m">
13445       <method name="Void .ctor()">
13446         <size>7</size>
13447       </method>
13448       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
13449         <size>13</size>
13450       </method>
13451       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
13452         <size>13</size>
13453       </method>
13454       <method name="Void Main()">
13455         <size>6</size>
13456       </method>
13457     </type>
13458   </test>
13459   <test name="gtest-385.cs">
13460     <type name="DocAttribute">
13461       <method name="Void .ctor()">
13462         <size>7</size>
13463       </method>
13464       <method name="Void .ctor(String)">
13465         <size>7</size>
13466       </method>
13467     </type>
13468     <type name="Test">
13469       <method name="Void .ctor()">
13470         <size>7</size>
13471       </method>
13472       <method name="Int32 Main()">
13473         <size>66</size>
13474       </method>
13475     </type>
13476     <type name="Func`2[TArg,TRet]">
13477       <method name="Void .ctor(Object, IntPtr)">
13478         <size>0</size>
13479       </method>
13480       <method name="Void Invoke()">
13481         <size>0</size>
13482       </method>
13483       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13484         <size>0</size>
13485       </method>
13486       <method name="Void EndInvoke(IAsyncResult)">
13487         <size>0</size>
13488       </method>
13489     </type>
13490   </test>
13491   <test name="gtest-386.cs">
13492     <type name="C">
13493       <method name="Void .ctor()">
13494         <size>7</size>
13495       </method>
13496       <method name="Int32 Main()">
13497         <size>222</size>
13498       </method>
13499     </type>
13500     <type name="MyType">
13501       <method name="Void .ctor(Int32)">
13502         <size>8</size>
13503       </method>
13504       <method name="MyType op_UnaryNegation(MyType)">
13505         <size>14</size>
13506       </method>
13507     </type>
13508   </test>
13509   <test name="gtest-387.cs">
13510     <type name="C">
13511       <method name="Void .ctor()">
13512         <size>7</size>
13513       </method>
13514       <method name="Int32 Main()">
13515         <size>169</size>
13516       </method>
13517     </type>
13518   </test>
13519   <test name="gtest-388.cs">
13520     <type name="Data">
13521       <method name="Void .ctor()">
13522         <size>7</size>
13523       </method>
13524     </type>
13525     <type name="Foo">
13526       <method name="Void .ctor()">
13527         <size>7</size>
13528       </method>
13529       <method name="Void f(Data)">
13530         <size>19</size>
13531       </method>
13532       <method name="Void Main()">
13533         <size>22</size>
13534       </method>
13535     </type>
13536   </test>
13537   <test name="gtest-389.cs">
13538     <type name="C">
13539       <method name="Void .ctor()">
13540         <size>7</size>
13541       </method>
13542       <method name="Int32 Main()">
13543         <size>235</size>
13544       </method>
13545     </type>
13546   </test>
13547   <test name="gtest-390.cs">
13548     <type name="Program">
13549       <method name="Void .ctor()">
13550         <size>7</size>
13551       </method>
13552       <method name="Int32 Main()">
13553         <size>4</size>
13554       </method>
13555     </type>
13556   </test>
13557   <test name="gtest-391.cs">
13558     <type name="C">
13559       <method name="Void .ctor()">
13560         <size>7</size>
13561       </method>
13562       <method name="Int32 Main()">
13563         <size>194</size>
13564       </method>
13565       <method name="Boolean Test_1()">
13566         <size>36</size>
13567       </method>
13568       <method name="Void Test(System.Object, System.EventArgs)">
13569         <size>1</size>
13570       </method>
13571     </type>
13572   </test>
13573   <test name="gtest-392.cs">
13574     <type name="DieSubrangeType">
13575       <method name="Void .ctor()">
13576         <size>19</size>
13577       </method>
13578       <method name="Nullable`1 get_UpperBound()">
13579         <size>7</size>
13580       </method>
13581       <method name="Void set_UpperBound(Nullable`1)">
13582         <size>8</size>
13583       </method>
13584     </type>
13585     <type name="X">
13586       <method name="Void .ctor()">
13587         <size>7</size>
13588       </method>
13589       <method name="Int32 Main()">
13590         <size>61</size>
13591       </method>
13592     </type>
13593   </test>
13594   <test name="gtest-393.cs">
13595     <type name="B`1[T]">
13596       <method name="Void .ctor()">
13597         <size>7</size>
13598       </method>
13599     </type>
13600     <type name="A">
13601       <method name="Void .ctor(Type)">
13602         <size>34</size>
13603       </method>
13604       <method name="Void .cctor()">
13605         <size>7</size>
13606       </method>
13607       <method name="Int32 Main()">
13608         <size>23</size>
13609       </method>
13610     </type>
13611   </test>
13612   <test name="gtest-394.cs">
13613     <type name="Test">
13614       <method name="Void .ctor()">
13615         <size>7</size>
13616       </method>
13617       <method name="Void FindMembers(Test+MemberFilter)">
13618         <size>1</size>
13619       </method>
13620       <method name="Void GetMethodGroup(Test+MemberFilter)">
13621         <size>43</size>
13622       </method>
13623       <method name="Void Main()">
13624         <size>1</size>
13625       </method>
13626     </type>
13627     <type name="Test+MemberFilter">
13628       <method name="Void .ctor(Object, IntPtr)">
13629         <size>0</size>
13630       </method>
13631       <method name="Boolean Invoke()">
13632         <size>0</size>
13633       </method>
13634       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13635         <size>0</size>
13636       </method>
13637       <method name="Boolean EndInvoke(IAsyncResult)">
13638         <size>0</size>
13639       </method>
13640     </type>
13641     <type name="Test">
13642       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
13643         <size>2</size>
13644       </method>
13645     </type>
13646   </test>
13647   <test name="gtest-395.cs">
13648     <type name="RuleBuilder`1[T]">
13649       <method name="Void .ctor()">
13650         <size>7</size>
13651       </method>
13652     </type>
13653     <type name="RubyMethod">
13654       <method name="Void .ctor()">
13655         <size>7</size>
13656       </method>
13657       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
13658         <size>6</size>
13659       </method>
13660     </type>
13661     <type name="T">
13662       <method name="Void .ctor()">
13663         <size>7</size>
13664       </method>
13665       <method name="Void Main()">
13666         <size>1</size>
13667       </method>
13668     </type>
13669   </test>
13670   <test name="gtest-396.cs">
13671     <type name="Test">
13672       <method name="Void .ctor()">
13673         <size>7</size>
13674       </method>
13675       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
13676         <size>1</size>
13677       </method>
13678       <method name="System.Func`1[System.Int32] Method(System.String)">
13679         <size>2</size>
13680       </method>
13681       <method name="Void Main()">
13682         <size>24</size>
13683       </method>
13684     </type>
13685   </test>
13686   <test name="gtest-397.cs">
13687     <type name="Test">
13688       <method name="Void .ctor()">
13689         <size>7</size>
13690       </method>
13691       <method name="Foo NegateFoo(Foo)">
13692         <size>12</size>
13693       </method>
13694       <method name="Foo NegateFooNullable(Nullable`1)">
13695         <size>7</size>
13696       </method>
13697       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
13698         <size>7</size>
13699       </method>
13700       <method name="Nullable`1 NegateBar(Bar)">
13701         <size>12</size>
13702       </method>
13703       <method name="Int32 Main()">
13704         <size>139</size>
13705       </method>
13706     </type>
13707     <type name="Foo">
13708       <method name="Void .ctor(Int32)">
13709         <size>8</size>
13710       </method>
13711       <method name="Foo op_UnaryNegation(Nullable`1)">
13712         <size>42</size>
13713       </method>
13714     </type>
13715     <type name="Bar">
13716       <method name="Void .ctor(Int32)">
13717         <size>8</size>
13718       </method>
13719       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
13720         <size>41</size>
13721       </method>
13722     </type>
13723   </test>
13724   <test name="gtest-398.cs">
13725     <type name="GenericClass`1[T]">
13726       <method name="Void .ctor(T)">
13727         <size>14</size>
13728       </method>
13729       <method name="Void Method()">
13730         <size>42</size>
13731       </method>
13732       <method name="Void Test(T)">
13733         <size>1</size>
13734       </method>
13735     </type>
13736     <type name="Foo">
13737       <method name="Void .ctor()">
13738         <size>7</size>
13739       </method>
13740       <method name="Void Main(System.String[])">
13741         <size>15</size>
13742       </method>
13743     </type>
13744     <type name="ToStr">
13745       <method name="Void .ctor(Object, IntPtr)">
13746         <size>0</size>
13747       </method>
13748       <method name="System.String Invoke(System.String, IFormatProvider)">
13749         <size>0</size>
13750       </method>
13751       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
13752         <size>0</size>
13753       </method>
13754       <method name="System.String EndInvoke(IAsyncResult)">
13755         <size>0</size>
13756       </method>
13757     </type>
13758   </test>
13759   <test name="gtest-399.cs">
13760     <type name="TestIssue.Base">
13761       <method name="Void .ctor()">
13762         <size>7</size>
13763       </method>
13764     </type>
13765     <type name="TestIssue.Derived">
13766       <method name="Void .ctor()">
13767         <size>7</size>
13768       </method>
13769     </type>
13770     <type name="TestIssue.Program">
13771       <method name="Void .ctor()">
13772         <size>7</size>
13773       </method>
13774       <method name="Int32 Main()">
13775         <size>39</size>
13776       </method>
13777     </type>
13778   </test>
13779   <test name="gtest-400.cs">
13780     <type name="Gen`1[T]">
13781       <method name="Void .ctor()">
13782         <size>7</size>
13783       </method>
13784       <method name="Boolean Foo(T)">
13785         <size>15</size>
13786       </method>
13787     </type>
13788     <type name="Program">
13789       <method name="Void .ctor()">
13790         <size>7</size>
13791       </method>
13792       <method name="Boolean Foo[T]()">
13793         <size>17</size>
13794       </method>
13795       <method name="Int32 Main()">
13796         <size>66</size>
13797       </method>
13798     </type>
13799   </test>
13800   <test name="gtest-401.cs">
13801     <type name="ParserTest">
13802       <method name="Void .ctor()">
13803         <size>7</size>
13804       </method>
13805       <method name="Void Main()">
13806         <size>165</size>
13807       </method>
13808     </type>
13809   </test>
13810   <test name="gtest-402.cs">
13811     <type name="X">
13812       <method name="Void .ctor()">
13813         <size>7</size>
13814       </method>
13815       <method name="Void Main()">
13816         <size>16</size>
13817       </method>
13818     </type>
13819   </test>
13820   <test name="gtest-403.cs">
13821     <type name="T">
13822       <method name="Void .ctor()">
13823         <size>7</size>
13824       </method>
13825       <method name="Void Main()">
13826         <size>15</size>
13827       </method>
13828     </type>
13829     <type name="S`1[T]">
13830       <method name="Void Foo()">
13831         <size>1</size>
13832       </method>
13833     </type>
13834   </test>
13835   <test name="gtest-404.cs">
13836     <type name="Test.Program">
13837       <method name="Void Main()">
13838         <size>1</size>
13839       </method>
13840     </type>
13841     <type name="Test.Class1`1[T1]">
13842       <method name="Void .ctor()">
13843         <size>7</size>
13844       </method>
13845       <method name="Void add_doSomething(System.EventHandler)">
13846         <size>47</size>
13847       </method>
13848       <method name="Void remove_doSomething(System.EventHandler)">
13849         <size>47</size>
13850       </method>
13851     </type>
13852     <type name="Test.Class2`1[T]">
13853       <method name="Void .ctor()">
13854         <size>7</size>
13855       </method>
13856       <method name="Void add_DoSomething(System.EventHandler)">
13857         <size>8</size>
13858       </method>
13859       <method name="Void remove_DoSomething(System.EventHandler)">
13860         <size>8</size>
13861       </method>
13862     </type>
13863   </test>
13864   <test name="gtest-405.cs">
13865     <type name="C">
13866       <method name="Void .ctor()">
13867         <size>7</size>
13868       </method>
13869       <method name="Void Main()">
13870         <size>1</size>
13871       </method>
13872     </type>
13873   </test>
13874   <test name="gtest-406.cs">
13875     <type name="Test`1[T]">
13876       <method name="Void .ctor()">
13877         <size>7</size>
13878       </method>
13879       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
13880         <size>1</size>
13881       </method>
13882     </type>
13883     <type name="C`2[A,B]">
13884       <method name="Void .ctor(IEnumerable`1)">
13885         <size>46</size>
13886       </method>
13887       <method name="B &lt;C&gt;m__0(B)">
13888         <size>2</size>
13889       </method>
13890     </type>
13891     <type name="M">
13892       <method name="Void .ctor()">
13893         <size>7</size>
13894       </method>
13895       <method name="Void Main()">
13896         <size>1</size>
13897       </method>
13898     </type>
13899   </test>
13900   <test name="gtest-407.cs">
13901     <type name="NullableColorTests">
13902       <method name="Void .ctor()">
13903         <size>7</size>
13904       </method>
13905       <method name="Int32 Main()">
13906         <size>99</size>
13907       </method>
13908     </type>
13909     <type name="MyColor">
13910       <method name="Void .ctor(Int32)">
13911         <size>8</size>
13912       </method>
13913       <method name="Boolean op_Equality(MyColor, MyColor)">
13914         <size>17</size>
13915       </method>
13916       <method name="Boolean op_Inequality(MyColor, MyColor)">
13917         <size>20</size>
13918       </method>
13919     </type>
13920   </test>
13921   <test name="gtest-408.cs">
13922     <type name="Test">
13923       <method name="Void .ctor()">
13924         <size>7</size>
13925       </method>
13926       <method name="Int32 Main()">
13927         <size>92</size>
13928       </method>
13929     </type>
13930   </test>
13931   <test name="gtest-409.cs">
13932     <type name="ConditionalParsing">
13933       <method name="Void .ctor()">
13934         <size>7</size>
13935       </method>
13936       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
13937         <size>14</size>
13938       </method>
13939       <method name="Void Test_1(Boolean)">
13940         <size>20</size>
13941       </method>
13942       <method name="Void Test_2()">
13943         <size>31</size>
13944       </method>
13945       <method name="Void Test_4(Boolean, Boolean)">
13946         <size>39</size>
13947       </method>
13948       <method name="Void Test_5(Boolean, IDisposable)">
13949         <size>45</size>
13950       </method>
13951       <method name="Void Test_6(Boolean)">
13952         <size>47</size>
13953       </method>
13954       <method name="Void Test_7(System.Object)">
13955         <size>8</size>
13956       </method>
13957       <method name="Void Main()">
13958         <size>1</size>
13959       </method>
13960     </type>
13961     <type name="ConditionalParsing+T">
13962       <method name="Void .ctor(String, Boolean)">
13963         <size>28</size>
13964       </method>
13965       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
13966         <size>7</size>
13967       </method>
13968     </type>
13969     <type name="&lt;PrivateImplementationDetails&gt;">
13970       <method name="Void .ctor()">
13971         <size>7</size>
13972       </method>
13973     </type>
13974     <type name="ConditionalParsing+Const">
13975       <method name="Void .ctor()">
13976         <size>7</size>
13977       </method>
13978     </type>
13979     <type name="ConditionalParsing">
13980       <method name="Void Test_8(DateTime)">
13981         <size>38</size>
13982       </method>
13983       <method name="Void Test_9()">
13984         <size>43</size>
13985       </method>
13986       <method name="Void Test_10()">
13987         <size>21</size>
13988       </method>
13989     </type>
13990     <type name="A`1[T]">
13991       <method name="Void .ctor()">
13992         <size>7</size>
13993       </method>
13994     </type>
13995     <type name="ConditionalParsing">
13996       <method name="Void Test_11()">
13997         <size>7</size>
13998       </method>
13999     </type>
14000   </test>
14001   <test name="gtest-410.cs">
14002     <type name="Program">
14003       <method name="Void .ctor()">
14004         <size>7</size>
14005       </method>
14006       <method name="Void Main()">
14007         <size>7</size>
14008       </method>
14009     </type>
14010   </test>
14011   <test name="gtest-411.cs">
14012     <type name="Maybe">
14013       <method name="Maybe`1[T] C[T](T)">
14014         <size>2</size>
14015       </method>
14016     </type>
14017     <type name="Maybe`1[T]">
14018       <method name="Void .ctor(T)">
14019         <size>7</size>
14020       </method>
14021     </type>
14022     <type name="Extensions">
14023       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
14024         <size>10</size>
14025       </method>
14026     </type>
14027     <type name="Test">
14028       <method name="Void .ctor()">
14029         <size>7</size>
14030       </method>
14031       <method name="Void Main()">
14032         <size>131</size>
14033       </method>
14034       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
14035         <size>7</size>
14036       </method>
14037       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
14038         <size>7</size>
14039       </method>
14040       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
14041         <size>11</size>
14042       </method>
14043     </type>
14044   </test>
14045   <test name="gtest-412.cs">
14046     <type name="Program">
14047       <method name="Void .ctor()">
14048         <size>7</size>
14049       </method>
14050       <method name="Int32 Main()">
14051         <size>218</size>
14052       </method>
14053     </type>
14054   </test>
14055   <test name="gtest-413.cs">
14056     <type name="Test">
14057       <method name="Void .ctor()">
14058         <size>7</size>
14059       </method>
14060       <method name="Int32 Main()">
14061         <size>95</size>
14062       </method>
14063     </type>
14064     <type name="S">
14065       <method name="Int64 op_Addition(S, Int64)">
14066         <size>2</size>
14067       </method>
14068     </type>
14069   </test>
14070   <test name="gtest-414.cs">
14071     <type name="MonoTest.MainClass">
14072       <method name="Void .ctor()">
14073         <size>7</size>
14074       </method>
14075       <method name="Void Main()">
14076         <size>1</size>
14077       </method>
14078     </type>
14079     <type name="MonoTest.TestImpl">
14080       <method name="Void .ctor()">
14081         <size>7</size>
14082       </method>
14083       <method name="Void MonoTest.ITest.Get[T](System.Object)">
14084         <size>1</size>
14085       </method>
14086       <method name="Void Get[T]()">
14087         <size>1</size>
14088       </method>
14089       <method name="Void Get[T](System.Object)">
14090         <size>1</size>
14091       </method>
14092     </type>
14093     <type name="MonoTest.C">
14094       <method name="Void .ctor()">
14095         <size>7</size>
14096       </method>
14097       <method name="Void MonoTest.IG&lt;int&gt;.M()">
14098         <size>1</size>
14099       </method>
14100       <method name="Void MonoTest.IG&lt;string&gt;.M()">
14101         <size>1</size>
14102       </method>
14103     </type>
14104   </test>
14105   <test name="gtest-415.cs">
14106     <type name="Foo">
14107       <method name="Int32 Main()">
14108         <size>32</size>
14109       </method>
14110       <method name="Boolean Bar[T](T)">
14111         <size>15</size>
14112       </method>
14113       <method name="Void .ctor()">
14114         <size>7</size>
14115       </method>
14116     </type>
14117   </test>
14118   <test name="gtest-418.cs">
14119     <type name="N.Nested">
14120       <method name="Void .ctor()">
14121         <size>7</size>
14122       </method>
14123     </type>
14124     <type name="N.Nested+C">
14125       <method name="Void .ctor()">
14126         <size>7</size>
14127       </method>
14128       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
14129         <size>2</size>
14130       </method>
14131     </type>
14132     <type name="N.M">
14133       <method name="Void .ctor()">
14134         <size>7</size>
14135       </method>
14136       <method name="Int32 Main()">
14137         <size>173</size>
14138       </method>
14139     </type>
14140   </test>
14141   <test name="gtest-419.cs">
14142     <type name="Program">
14143       <method name="Void .ctor()">
14144         <size>7</size>
14145       </method>
14146       <method name="Int32 Main()">
14147         <size>56</size>
14148       </method>
14149       <method name="System.Object Test(System.String)">
14150         <size>42</size>
14151       </method>
14152     </type>
14153   </test>
14154   <test name="gtest-420.cs">
14155     <type name="C">
14156       <method name="Void .ctor()">
14157         <size>7</size>
14158       </method>
14159     </type>
14160     <type name="TestClass">
14161       <method name="Void .ctor()">
14162         <size>7</size>
14163       </method>
14164       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
14165         <size>2</size>
14166       </method>
14167       <method name="Int32 Test(System.Object, System.Object[])">
14168         <size>2</size>
14169       </method>
14170       <method name="Int32 Main()">
14171         <size>43</size>
14172       </method>
14173     </type>
14174   </test>
14175   <test name="gtest-421.cs">
14176     <type name="OneOff">
14177       <method name="Void .ctor()">
14178         <size>7</size>
14179       </method>
14180       <method name="Int32 Main()">
14181         <size>50</size>
14182       </method>
14183       <method name="T[] Clone[T](T[])">
14184         <size>171</size>
14185       </method>
14186     </type>
14187     <type name="&lt;PrivateImplementationDetails&gt;">
14188       <method name="Void .ctor()">
14189         <size>7</size>
14190       </method>
14191     </type>
14192   </test>
14193   <test name="gtest-422.cs">
14194     <type name="A">
14195       <method name="Void .ctor()">
14196         <size>7</size>
14197       </method>
14198       <method name="Boolean op_GreaterThan(A, System.Object)">
14199         <size>2</size>
14200       </method>
14201       <method name="Boolean op_LessThan(A, System.Object)">
14202         <size>2</size>
14203       </method>
14204     </type>
14205     <type name="C">
14206       <method name="Void .ctor()">
14207         <size>7</size>
14208       </method>
14209       <method name="Int32 Main()">
14210         <size>23</size>
14211       </method>
14212       <method name="Nullable`1 get_Id()">
14213         <size>7</size>
14214       </method>
14215       <method name="Boolean Test()">
14216         <size>51</size>
14217       </method>
14218     </type>
14219   </test>
14220   <test name="gtest-424.cs">
14221     <type name="A">
14222       <method name="Void .ctor()">
14223         <size>7</size>
14224       </method>
14225     </type>
14226     <type name="B">
14227       <method name="Void .ctor()">
14228         <size>7</size>
14229       </method>
14230     </type>
14231     <type name="Test">
14232       <method name="Void .ctor()">
14233         <size>7</size>
14234       </method>
14235       <method name="Void Block(A[])">
14236         <size>6</size>
14237       </method>
14238       <method name="Void Block(IEnumerable`1, A[])">
14239         <size>1</size>
14240       </method>
14241       <method name="Int32 Main()">
14242         <size>29</size>
14243       </method>
14244     </type>
14245   </test>
14246   <test name="gtest-425.cs">
14247     <type name="EventClass`1[T]">
14248       <method name="Void .ctor()">
14249         <size>7</size>
14250       </method>
14251     </type>
14252     <type name="Test">
14253       <method name="Void .ctor()">
14254         <size>7</size>
14255       </method>
14256       <method name="Void Main()">
14257         <size>16</size>
14258       </method>
14259     </type>
14260     <type name="EventClass`1+HookDelegate[T]">
14261       <method name="Void .ctor(Object, IntPtr)">
14262         <size>0</size>
14263       </method>
14264       <method name="Void Invoke(T)">
14265         <size>0</size>
14266       </method>
14267       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14268         <size>0</size>
14269       </method>
14270       <method name="Void EndInvoke(IAsyncResult)">
14271         <size>0</size>
14272       </method>
14273     </type>
14274   </test>
14275   <test name="gtest-426.cs">
14276     <type name="OverloadTest.MyClass`1[T]">
14277       <method name="Void .ctor()">
14278         <size>7</size>
14279       </method>
14280       <method name="Boolean Method(MyInterface`1)">
14281         <size>20</size>
14282       </method>
14283       <method name="Boolean Method(System.Action`1[T])">
14284         <size>2</size>
14285       </method>
14286     </type>
14287     <type name="OverloadTest.C">
14288       <method name="Void .ctor()">
14289         <size>7</size>
14290       </method>
14291       <method name="Void Main()">
14292         <size>1</size>
14293       </method>
14294     </type>
14295   </test>
14296   <test name="gtest-427.cs">
14297     <type name="T">
14298       <method name="Void .ctor()">
14299         <size>7</size>
14300       </method>
14301       <method name="Void Test()">
14302         <size>19</size>
14303       </method>
14304       <method name="Void Attach(EventHandler)">
14305         <size>2</size>
14306       </method>
14307       <method name="Void Attach(EventHandler`1[System.String])">
14308         <size>1</size>
14309       </method>
14310       <method name="Void OnClick(System.String)">
14311         <size>1</size>
14312       </method>
14313       <method name="Void Main()">
14314         <size>11</size>
14315       </method>
14316     </type>
14317     <type name="EventHandler">
14318       <method name="Void .ctor(Object, IntPtr)">
14319         <size>0</size>
14320       </method>
14321       <method name="Void Invoke(System.Object)">
14322         <size>0</size>
14323       </method>
14324       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
14325         <size>0</size>
14326       </method>
14327       <method name="Void EndInvoke(IAsyncResult)">
14328         <size>0</size>
14329       </method>
14330     </type>
14331     <type name="EventHandler`1[T]">
14332       <method name="Void .ctor(Object, IntPtr)">
14333         <size>0</size>
14334       </method>
14335       <method name="Void Invoke(T)">
14336         <size>0</size>
14337       </method>
14338       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14339         <size>0</size>
14340       </method>
14341       <method name="Void EndInvoke(IAsyncResult)">
14342         <size>0</size>
14343       </method>
14344     </type>
14345   </test>
14346   <test name="gtest-428.cs">
14347     <type name="CInt">
14348       <method name="Void .ctor(Int32)">
14349         <size>8</size>
14350       </method>
14351       <method name="CInt op_Implicit(Int32)">
14352         <size>7</size>
14353       </method>
14354       <method name="Int32 op_Implicit(CInt)">
14355         <size>8</size>
14356       </method>
14357     </type>
14358     <type name="Klass">
14359       <method name="Void .ctor(Nullable`1)">
14360         <size>14</size>
14361       </method>
14362       <method name="Nullable`1 get_Value()">
14363         <size>7</size>
14364       </method>
14365     </type>
14366     <type name="MainClass">
14367       <method name="Void .ctor()">
14368         <size>7</size>
14369       </method>
14370       <method name="Int32 Main()">
14371         <size>174</size>
14372       </method>
14373     </type>
14374   </test>
14375   <test name="gtest-429.cs">
14376     <type name="CInt">
14377       <method name="Void .ctor(Int32)">
14378         <size>8</size>
14379       </method>
14380       <method name="CInt op_Implicit(Int32)">
14381         <size>7</size>
14382       </method>
14383       <method name="Int32 op_Implicit(CInt)">
14384         <size>8</size>
14385       </method>
14386     </type>
14387     <type name="Klass">
14388       <method name="Void .ctor(Nullable`1)">
14389         <size>14</size>
14390       </method>
14391     </type>
14392     <type name="MainClass">
14393       <method name="Void .ctor()">
14394         <size>7</size>
14395       </method>
14396       <method name="Int32 Main()">
14397         <size>36</size>
14398       </method>
14399     </type>
14400   </test>
14401   <test name="gtest-430.cs">
14402     <type name="Tmp">
14403       <method name="Void .ctor()">
14404         <size>7</size>
14405       </method>
14406     </type>
14407     <type name="Driver">
14408       <method name="Void .ctor()">
14409         <size>7</size>
14410       </method>
14411       <method name="Nullable`1 get_Prop()">
14412         <size>42</size>
14413       </method>
14414       <method name="Int32 Main()">
14415         <size>42</size>
14416       </method>
14417     </type>
14418   </test>
14419   <test name="gtest-431.cs">
14420     <type name="Program">
14421       <method name="Void .ctor()">
14422         <size>7</size>
14423       </method>
14424       <method name="Void Main()">
14425         <size>13</size>
14426       </method>
14427     </type>
14428   </test>
14429   <test name="gtest-432.cs">
14430     <type name="Test.Bar`2[T,U]">
14431       <method name="Void .ctor()">
14432         <size>7</size>
14433       </method>
14434       <method name="Void DoSomething[V]()">
14435         <size>1</size>
14436       </method>
14437     </type>
14438     <type name="Test.Baz">
14439       <method name="Void .ctor()">
14440         <size>7</size>
14441       </method>
14442       <method name="Void GetInTroubleHere()">
14443         <size>13</size>
14444       </method>
14445       <method name="Void Main()">
14446         <size>1</size>
14447       </method>
14448     </type>
14449   </test>
14450   <test name="gtest-433.cs">
14451     <type name="M">
14452       <method name="Void .ctor()">
14453         <size>7</size>
14454       </method>
14455       <method name="Void Main()">
14456         <size>37</size>
14457       </method>
14458     </type>
14459   </test>
14460   <test name="gtest-434.cs">
14461     <type name="testcase.Init">
14462       <method name="Void .ctor()">
14463         <size>7</size>
14464       </method>
14465       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
14466         <size>8</size>
14467       </method>
14468     </type>
14469     <type name="testcase.Program">
14470       <method name="Void .ctor()">
14471         <size>7</size>
14472       </method>
14473       <method name="Int32 Main()">
14474         <size>75</size>
14475       </method>
14476     </type>
14477   </test>
14478   <test name="gtest-435.cs">
14479     <type name="testcase.Program">
14480       <method name="Void .ctor()">
14481         <size>7</size>
14482       </method>
14483       <method name="Int32 Main()">
14484         <size>261</size>
14485       </method>
14486     </type>
14487   </test>
14488   <test name="gtest-436.cs">
14489     <type name="SomeClass">
14490       <method name="Void .ctor()">
14491         <size>7</size>
14492       </method>
14493       <method name="Int32 Main()">
14494         <size>2</size>
14495       </method>
14496     </type>
14497   </test>
14498   <test name="gtest-438.cs">
14499     <type name="Tests">
14500       <method name="Void .ctor()">
14501         <size>7</size>
14502       </method>
14503       <method name="ServiceType GetService[ServiceType](System.Object[])">
14504         <size>17</size>
14505       </method>
14506       <method name="Int32 Main()">
14507         <size>19</size>
14508       </method>
14509     </type>
14510   </test>
14511   <test name="gtest-439.cs">
14512     <type name="MonoBug.Stuff">
14513       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
14514         <size>8</size>
14515       </method>
14516     </type>
14517     <type name="MonoBug.GenericStuff`2[T1,T2]">
14518       <method name="Void .ctor(T1, T2)">
14519         <size>21</size>
14520       </method>
14521     </type>
14522     <type name="MonoBug.Program">
14523       <method name="Void Main()">
14524         <size>35</size>
14525       </method>
14526     </type>
14527   </test>
14528   <test name="gtest-440.cs">
14529     <type name="AnyObjectId">
14530       <method name="Void .ctor()">
14531         <size>7</size>
14532       </method>
14533       <method name="Int32 get_W1()">
14534         <size>7</size>
14535       </method>
14536       <method name="Void set_W1(Int32)">
14537         <size>8</size>
14538       </method>
14539     </type>
14540     <type name="ObjectId">
14541       <method name="Void .ctor()">
14542         <size>14</size>
14543       </method>
14544       <method name="Void Main()">
14545         <size>1</size>
14546       </method>
14547     </type>
14548   </test>
14549   <test name="gtest-441.cs">
14550     <type name="Name.Test">
14551       <method name="Void .ctor()">
14552         <size>7</size>
14553       </method>
14554     </type>
14555     <type name="Name.Subclass">
14556       <method name="Void .ctor()">
14557         <size>7</size>
14558       </method>
14559       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
14560         <size>7</size>
14561       </method>
14562       <method name="Void Main(System.String[])">
14563         <size>7</size>
14564       </method>
14565     </type>
14566   </test>
14567   <test name="gtest-442.cs">
14568     <type name="NonGenericBase">
14569       <method name="Void .ctor()">
14570         <size>7</size>
14571       </method>
14572       <method name="Int32 get_Item(Int32)">
14573         <size>0</size>
14574       </method>
14575     </type>
14576     <type name="GenericBase`1[T]">
14577       <method name="Void .ctor()">
14578         <size>7</size>
14579       </method>
14580       <method name="T get_Instance()">
14581         <size>7</size>
14582       </method>
14583       <method name="Void Foo()">
14584         <size>24</size>
14585       </method>
14586     </type>
14587     <type name="EntryPoint">
14588       <method name="Void .ctor()">
14589         <size>7</size>
14590       </method>
14591       <method name="Void Main()">
14592         <size>1</size>
14593       </method>
14594     </type>
14595   </test>
14596   <test name="gtest-443.cs">
14597     <type name="C">
14598       <method name="Void .ctor()">
14599         <size>7</size>
14600       </method>
14601       <method name="Void M[T]()">
14602         <size>28</size>
14603       </method>
14604       <method name="Int32 Main()">
14605         <size>7</size>
14606       </method>
14607     </type>
14608   </test>
14609   <test name="gtest-444.cs">
14610     <type name="MyClass">
14611       <method name="Void .ctor()">
14612         <size>7</size>
14613       </method>
14614       <method name="Int32 Main()">
14615         <size>114</size>
14616       </method>
14617     </type>
14618   </test>
14619   <test name="gtest-445.cs">
14620     <type name="Test">
14621       <method name="Void .ctor()">
14622         <size>7</size>
14623       </method>
14624       <method name="Void Main()">
14625         <size>1</size>
14626       </method>
14627       <method name="Void Foo[T](T ByRef)">
14628         <size>1</size>
14629       </method>
14630       <method name="Void Foo[T](T[])">
14631         <size>1</size>
14632       </method>
14633       <method name="Void Foo[T](T[,])">
14634         <size>1</size>
14635       </method>
14636       <method name="Void Foo[T](T[,,])">
14637         <size>1</size>
14638       </method>
14639       <method name="Void Bar(Int32 ByRef)">
14640         <size>1</size>
14641       </method>
14642       <method name="Void Bar(System.Int32[])">
14643         <size>1</size>
14644       </method>
14645       <method name="Void Bar(System.Int32[,])">
14646         <size>1</size>
14647       </method>
14648       <method name="Void Bar(System.Int32[,,])">
14649         <size>1</size>
14650       </method>
14651     </type>
14652   </test>
14653   <test name="gtest-446.cs">
14654     <type name="BugTest.Bug`1[T]">
14655       <method name="Void .ctor()">
14656         <size>7</size>
14657       </method>
14658       <method name="Void CreateObject(T ByRef)">
14659         <size>42</size>
14660       </method>
14661     </type>
14662     <type name="BugTest.Program">
14663       <method name="Int32 Main()">
14664         <size>16</size>
14665       </method>
14666     </type>
14667   </test>
14668   <test name="gtest-447.cs">
14669     <type name="B">
14670       <method name="Void .ctor()">
14671         <size>7</size>
14672       </method>
14673       <method name="Int32 Main()">
14674         <size>29</size>
14675       </method>
14676     </type>
14677   </test>
14678   <test name="gtest-448.cs">
14679     <type name="Impl`1[T]">
14680       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14681         <size>2</size>
14682       </method>
14683       <method name="Void Foo[U](IEnumerable`1)">
14684         <size>1</size>
14685       </method>
14686       <method name="IEnumerator`1 GetEnumerator()">
14687         <size>2</size>
14688       </method>
14689       <method name="Void .ctor()">
14690         <size>7</size>
14691       </method>
14692     </type>
14693     <type name="A`1[K]">
14694       <method name="Void .ctor()">
14695         <size>18</size>
14696       </method>
14697     </type>
14698     <type name="Test`1[TT]">
14699       <method name="Void Foo()">
14700         <size>24</size>
14701       </method>
14702       <method name="Void .ctor()">
14703         <size>7</size>
14704       </method>
14705     </type>
14706     <type name="M">
14707       <method name="Void Main()">
14708         <size>11</size>
14709       </method>
14710       <method name="Void .ctor()">
14711         <size>7</size>
14712       </method>
14713     </type>
14714   </test>
14715   <test name="gtest-449.cs">
14716     <type name="Program">
14717       <method name="Void .ctor()">
14718         <size>7</size>
14719       </method>
14720       <method name="Int32 Main()">
14721         <size>59</size>
14722       </method>
14723     </type>
14724   </test>
14725   <test name="gtest-450.cs">
14726     <type name="Program">
14727       <method name="Void .ctor()">
14728         <size>7</size>
14729       </method>
14730       <method name="Int32 Main()">
14731         <size>59</size>
14732       </method>
14733     </type>
14734   </test>
14735   <test name="gtest-451.cs">
14736     <type name="Test">
14737       <method name="Int32 Main()">
14738         <size>18</size>
14739       </method>
14740       <method name="Void .ctor()">
14741         <size>7</size>
14742       </method>
14743     </type>
14744   </test>
14745   <test name="gtest-452.cs">
14746     <type name="Test">
14747       <method name="Int32 Main()">
14748         <size>51</size>
14749       </method>
14750       <method name="Void .ctor()">
14751         <size>7</size>
14752       </method>
14753     </type>
14754     <type name="S">
14755       <method name="Single op_Implicit(S)">
14756         <size>11</size>
14757       </method>
14758       <method name="Nullable`1 op_Implicit(S)">
14759         <size>11</size>
14760       </method>
14761     </type>
14762   </test>
14763   <test name="gtest-453.cs">
14764     <type name="Test.CompilerTest">
14765       <method name="Void .ctor()">
14766         <size>7</size>
14767       </method>
14768       <method name="Int32 Main()">
14769         <size>12</size>
14770       </method>
14771       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
14772         <size>73</size>
14773       </method>
14774       <method name="Void ThisDoesNotWork()">
14775         <size>27</size>
14776       </method>
14777       <method name="Void ThisWorksFine()">
14778         <size>38</size>
14779       </method>
14780     </type>
14781   </test>
14782   <test name="gtest-454.cs">
14783     <type name="TestNS.TestCase">
14784       <method name="Void .ctor()">
14785         <size>7</size>
14786       </method>
14787       <method name="Int32 Compare[T](T[], T[])">
14788         <size>2</size>
14789       </method>
14790       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
14791         <size>30</size>
14792       </method>
14793       <method name="Int32 Main()">
14794         <size>19</size>
14795       </method>
14796     </type>
14797   </test>
14798   <test name="gtest-455.cs">
14799     <type name="ConsoleApplication1.Program">
14800       <method name="Void .ctor()">
14801         <size>7</size>
14802       </method>
14803       <method name="Void Main()">
14804         <size>14</size>
14805       </method>
14806     </type>
14807     <type name="ConsoleApplication1.Inner`1[T]">
14808       <method name="Void .ctor()">
14809         <size>7</size>
14810       </method>
14811       <method name="Void Compare(System.Object, T)">
14812         <size>13</size>
14813       </method>
14814     </type>
14815   </test>
14816   <test name="gtest-456.cs">
14817     <type name="G`1[T]">
14818       <method name="Void .ctor()">
14819         <size>7</size>
14820       </method>
14821     </type>
14822     <type name="G`1+S[T]">
14823       <method name="System.String Test()">
14824         <size>22</size>
14825       </method>
14826     </type>
14827     <type name="C">
14828       <method name="Int32 Main()">
14829         <size>36</size>
14830       </method>
14831       <method name="Void .ctor()">
14832         <size>7</size>
14833       </method>
14834     </type>
14835   </test>
14836   <test name="gtest-457.cs">
14837     <type name="Program">
14838       <method name="Void Foo[T]()">
14839         <size>1</size>
14840       </method>
14841       <method name="Int32 Main()">
14842         <size>2</size>
14843       </method>
14844       <method name="Void .ctor()">
14845         <size>7</size>
14846       </method>
14847     </type>
14848     <type name="Program+C">
14849       <method name="Void .ctor()">
14850         <size>7</size>
14851       </method>
14852     </type>
14853   </test>
14854   <test name="gtest-458.cs">
14855     <type name="MyList`1[T]">
14856       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
14857         <size>2</size>
14858       </method>
14859       <method name="Void .ctor()">
14860         <size>7</size>
14861       </method>
14862     </type>
14863     <type name="MyList`1+Helper`2[T,U,V]">
14864       <method name="Void .ctor()">
14865         <size>7</size>
14866       </method>
14867     </type>
14868     <type name="C">
14869       <method name="Int32 Main()">
14870         <size>13</size>
14871       </method>
14872       <method name="Void .ctor()">
14873         <size>7</size>
14874       </method>
14875     </type>
14876   </test>
14877   <test name="gtest-459.cs">
14878     <type name="GenericTest.OuterGeneric`1[T]">
14879       <method name="Void .ctor()">
14880         <size>7</size>
14881       </method>
14882     </type>
14883     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
14884       <method name="System.String GetTypeNames()">
14885         <size>41</size>
14886       </method>
14887       <method name="Void .ctor()">
14888         <size>7</size>
14889       </method>
14890     </type>
14891     <type name="GenericTest.Program">
14892       <method name="Int32 Main()">
14893         <size>14</size>
14894       </method>
14895       <method name="Void .ctor()">
14896         <size>7</size>
14897       </method>
14898     </type>
14899   </test>
14900   <test name="gtest-460.cs">
14901     <type name="Foo`1[T]">
14902       <method name="Void .ctor()">
14903         <size>7</size>
14904       </method>
14905     </type>
14906     <type name="Foo`1+Bar`1[T,V]">
14907       <method name="Void .ctor()">
14908         <size>7</size>
14909       </method>
14910     </type>
14911     <type name="FooImpl">
14912       <method name="Int32 Main()">
14913         <size>8</size>
14914       </method>
14915       <method name="Void .ctor()">
14916         <size>7</size>
14917       </method>
14918     </type>
14919     <type name="FooImpl+BarImpl">
14920       <method name="Void .ctor()">
14921         <size>7</size>
14922       </method>
14923     </type>
14924   </test>
14925   <test name="gtest-461.cs">
14926     <type name="Test.BaseContext">
14927       <method name="Void .ctor()">
14928         <size>7</size>
14929       </method>
14930     </type>
14931     <type name="Test.MyDataContext">
14932       <method name="Void .ctor()">
14933         <size>7</size>
14934       </method>
14935     </type>
14936     <type name="Test.Entity`1[T]">
14937       <method name="Void .ctor()">
14938         <size>7</size>
14939       </method>
14940     </type>
14941     <type name="Test.Person">
14942       <method name="Void .ctor()">
14943         <size>7</size>
14944       </method>
14945     </type>
14946     <type name="Test.TheBox`1[T]">
14947       <method name="U GetById[U](Guid)">
14948         <size>7</size>
14949       </method>
14950       <method name="Void .ctor()">
14951         <size>7</size>
14952       </method>
14953     </type>
14954     <type name="Test.Program">
14955       <method name="Void Main()">
14956         <size>19</size>
14957       </method>
14958       <method name="Void .ctor()">
14959         <size>7</size>
14960       </method>
14961     </type>
14962   </test>
14963   <test name="gtest-462.cs">
14964     <type name="Program">
14965       <method name="Int32 Main()">
14966         <size>79</size>
14967       </method>
14968       <method name="Void .ctor()">
14969         <size>7</size>
14970       </method>
14971     </type>
14972     <type name="Program+Tester`1[T]">
14973       <method name="T Get(System.Object)">
14974         <size>30</size>
14975       </method>
14976       <method name="Void .ctor()">
14977         <size>7</size>
14978       </method>
14979     </type>
14980   </test>
14981   <test name="gtest-463.cs">
14982     <type name="STuple`1[Ta]">
14983       <method name="Void .ctor(Ta)">
14984         <size>8</size>
14985       </method>
14986     </type>
14987     <type name="C">
14988       <method name="Int32 Main()">
14989         <size>10</size>
14990       </method>
14991       <method name="Void .ctor()">
14992         <size>7</size>
14993       </method>
14994     </type>
14995   </test>
14996   <test name="gtest-464.cs">
14997     <type name="Test">
14998       <method name="Int32 Main()">
14999         <size>28</size>
15000       </method>
15001       <method name="Void .ctor()">
15002         <size>7</size>
15003       </method>
15004     </type>
15005   </test>
15006   <test name="gtest-465.cs">
15007     <type name="DerivedClass">
15008       <method name="Void GenericMethod_1[T]()">
15009         <size>1</size>
15010       </method>
15011       <method name="Void GenericMethod_2[T]()">
15012         <size>1</size>
15013       </method>
15014       <method name="Void GenericMethod_3[T]()">
15015         <size>1</size>
15016       </method>
15017       <method name="Void .ctor()">
15018         <size>7</size>
15019       </method>
15020     </type>
15021     <type name="Program">
15022       <method name="Int32 Main()">
15023         <size>8</size>
15024       </method>
15025       <method name="Void .ctor()">
15026         <size>7</size>
15027       </method>
15028     </type>
15029   </test>
15030   <test name="gtest-466.cs">
15031     <type name="Program">
15032       <method name="Boolean Test[T](T)">
15033         <size>10</size>
15034       </method>
15035       <method name="Int32 Main()">
15036         <size>40</size>
15037       </method>
15038       <method name="Void .ctor()">
15039         <size>7</size>
15040       </method>
15041     </type>
15042   </test>
15043   <test name="gtest-467.cs">
15044     <type name="S">
15045       <method name="Int32 Main()">
15046         <size>79</size>
15047       </method>
15048     </type>
15049     <type name="A">
15050       <method name="A op_Implicit(S)">
15051         <size>6</size>
15052       </method>
15053       <method name="Void .ctor()">
15054         <size>7</size>
15055       </method>
15056     </type>
15057     <type name="B">
15058       <method name="Void .ctor()">
15059         <size>7</size>
15060       </method>
15061     </type>
15062   </test>
15063   <test name="gtest-468.cs">
15064     <type name="TS">
15065       <method name="Nullable`1 get_v()">
15066         <size>7</size>
15067       </method>
15068       <method name="Int32 Main()">
15069         <size>43</size>
15070       </method>
15071       <method name="Nullable`1 op_Implicit(TS)">
15072         <size>7</size>
15073       </method>
15074       <method name="TS op_Implicit(Nullable`1)">
15075         <size>2</size>
15076       </method>
15077       <method name="Void .ctor()">
15078         <size>7</size>
15079       </method>
15080     </type>
15081   </test>
15082   <test name="gtest-469.cs">
15083     <type name="Foo`2[T1,T2]">
15084       <method name="Void .ctor(T2)">
15085         <size>7</size>
15086       </method>
15087     </type>
15088     <type name="Bar">
15089       <method name="Int32 Main()">
15090         <size>13</size>
15091       </method>
15092       <method name="Void .ctor()">
15093         <size>7</size>
15094       </method>
15095     </type>
15096   </test>
15097   <test name="gtest-470.cs">
15098     <type name="C">
15099       <method name="Void Main()">
15100         <size>13</size>
15101       </method>
15102       <method name="Void .ctor()">
15103         <size>7</size>
15104       </method>
15105     </type>
15106   </test>
15107   <test name="gtest-471.cs">
15108     <type name="Q">
15109       <method name="Void bar[T](T ByRef)">
15110         <size>16</size>
15111       </method>
15112       <method name="Int32 Main()">
15113         <size>11</size>
15114       </method>
15115       <method name="Void .ctor()">
15116         <size>7</size>
15117       </method>
15118     </type>
15119   </test>
15120   <test name="gtest-472.cs">
15121     <type name="C`1[T]">
15122       <method name="Void CopyUnsafe(T[], System.Int64[])">
15123         <size>1</size>
15124       </method>
15125       <method name="Boolean CopyUnsafe(T[], Int64)">
15126         <size>2</size>
15127       </method>
15128       <method name="Void CopyUnsafe(T[])">
15129         <size>11</size>
15130       </method>
15131       <method name="Void .ctor()">
15132         <size>7</size>
15133       </method>
15134     </type>
15135     <type name="A">
15136       <method name="Void Main()">
15137         <size>1</size>
15138       </method>
15139       <method name="Void .ctor()">
15140         <size>7</size>
15141       </method>
15142     </type>
15143   </test>
15144   <test name="gtest-473.cs">
15145     <type name="A`1[X]">
15146       <method name="Void Foo[T]()">
15147         <size>1</size>
15148       </method>
15149       <method name="Void .ctor()">
15150         <size>7</size>
15151       </method>
15152     </type>
15153     <type name="B">
15154       <method name="Void Foo[T]()">
15155         <size>1</size>
15156       </method>
15157       <method name="Void .ctor()">
15158         <size>7</size>
15159       </method>
15160     </type>
15161     <type name="C">
15162       <method name="Int32 Main()">
15163         <size>8</size>
15164       </method>
15165       <method name="Void .ctor()">
15166         <size>7</size>
15167       </method>
15168     </type>
15169   </test>
15170   <test name="gtest-474.cs">
15171     <type name="A`1[X]">
15172       <method name="Void .ctor()">
15173         <size>7</size>
15174       </method>
15175     </type>
15176     <type name="B`1[T]">
15177       <method name="Void .ctor()">
15178         <size>7</size>
15179       </method>
15180     </type>
15181     <type name="C">
15182       <method name="Void Main()">
15183         <size>7</size>
15184       </method>
15185       <method name="Void .ctor()">
15186         <size>7</size>
15187       </method>
15188     </type>
15189   </test>
15190   <test name="gtest-475.cs">
15191     <type name="Value`1[T]">
15192       <method name="Void .ctor()">
15193         <size>7</size>
15194       </method>
15195       <method name="Void .cctor()">
15196         <size>1</size>
15197       </method>
15198     </type>
15199     <type name="Test`2[T,U]">
15200       <method name="Value`1[T] get_Value()">
15201         <size>2</size>
15202       </method>
15203       <method name="Void .ctor()">
15204         <size>7</size>
15205       </method>
15206     </type>
15207     <type name="Test`2+B[T,U]">
15208       <method name="Void .ctor(Value`1)">
15209         <size>7</size>
15210       </method>
15211       <method name="Void .cctor()">
15212         <size>16</size>
15213       </method>
15214     </type>
15215     <type name="C">
15216       <method name="Void Main()">
15217         <size>7</size>
15218       </method>
15219       <method name="Void .ctor()">
15220         <size>7</size>
15221       </method>
15222     </type>
15223   </test>
15224   <test name="gtest-476.cs">
15225     <type name="Test`1[T]">
15226       <method name="B First()">
15227         <size>10</size>
15228       </method>
15229       <method name="IFoo Second()">
15230         <size>15</size>
15231       </method>
15232       <method name="Void .ctor()">
15233         <size>7</size>
15234       </method>
15235     </type>
15236     <type name="C">
15237       <method name="Void Main()">
15238         <size>1</size>
15239       </method>
15240       <method name="Void .ctor()">
15241         <size>7</size>
15242       </method>
15243     </type>
15244   </test>
15245   <test name="gtest-477.cs">
15246     <type name="B`1[T]">
15247       <method name="Void .ctor()">
15248         <size>7</size>
15249       </method>
15250     </type>
15251     <type name="B`1+BNested[T]">
15252       <method name="Void .ctor()">
15253         <size>7</size>
15254       </method>
15255     </type>
15256     <type name="A`1[T]">
15257       <method name="Void .ctor()">
15258         <size>7</size>
15259       </method>
15260     </type>
15261     <type name="AA`1[T]">
15262       <method name="Void .ctor()">
15263         <size>7</size>
15264       </method>
15265     </type>
15266     <type name="AA`1+ANested[T]">
15267       <method name="Void .ctor()">
15268         <size>7</size>
15269       </method>
15270     </type>
15271     <type name="M">
15272       <method name="Void Main()">
15273         <size>1</size>
15274       </method>
15275       <method name="Void .ctor()">
15276         <size>7</size>
15277       </method>
15278     </type>
15279   </test>
15280   <test name="gtest-478.cs">
15281     <type name="M">
15282       <method name="Void Foo()">
15283         <size>1</size>
15284       </method>
15285       <method name="Void GenFoo()">
15286         <size>1</size>
15287       </method>
15288       <method name="Void Main()">
15289         <size>13</size>
15290       </method>
15291       <method name="Void .ctor()">
15292         <size>7</size>
15293       </method>
15294     </type>
15295   </test>
15296   <test name="gtest-479.cs">
15297     <type name="A">
15298       <method name="Void .ctor()">
15299         <size>7</size>
15300       </method>
15301     </type>
15302     <type name="B">
15303       <method name="Void .ctor()">
15304         <size>7</size>
15305       </method>
15306     </type>
15307     <type name="M">
15308       <method name="Void Test[T](I`1)">
15309         <size>1</size>
15310       </method>
15311       <method name="Void Main()">
15312         <size>21</size>
15313       </method>
15314       <method name="Void .ctor()">
15315         <size>7</size>
15316       </method>
15317     </type>
15318   </test>
15319   <test name="gtest-480.cs">
15320     <type name="C">
15321       <method name="Void Foo()">
15322         <size>57</size>
15323       </method>
15324       <method name="Void Main()">
15325         <size>30</size>
15326       </method>
15327       <method name="Void .ctor()">
15328         <size>7</size>
15329       </method>
15330     </type>
15331   </test>
15332   <test name="gtest-481.cs">
15333     <type name="TestClass`1[T]">
15334       <method name="Void Add(T[][] ByRef)">
15335         <size>1</size>
15336       </method>
15337       <method name="Void .ctor(Int32)">
15338         <size>18</size>
15339       </method>
15340     </type>
15341     <type name="C">
15342       <method name="Void Main()">
15343         <size>8</size>
15344       </method>
15345       <method name="Void .ctor()">
15346         <size>7</size>
15347       </method>
15348     </type>
15349   </test>
15350   <test name="gtest-482.cs">
15351     <type name="TestBug.BugClass`1[T]">
15352       <method name="Void add_Evt(System.EventHandler)">
15353         <size>1</size>
15354       </method>
15355       <method name="Void remove_Evt(System.EventHandler)">
15356         <size>1</size>
15357       </method>
15358       <method name="Void Bug()">
15359         <size>19</size>
15360       </method>
15361       <method name="Void Handler(System.Object, System.EventArgs)">
15362         <size>1</size>
15363       </method>
15364       <method name="Void .ctor()">
15365         <size>7</size>
15366       </method>
15367     </type>
15368     <type name="TestBug.MainClass">
15369       <method name="Void Main()">
15370         <size>25</size>
15371       </method>
15372       <method name="Void .ctor()">
15373         <size>7</size>
15374       </method>
15375     </type>
15376   </test>
15377   <test name="gtest-483.cs">
15378     <type name="Program">
15379       <method name="Int32 Main()">
15380         <size>86</size>
15381       </method>
15382       <method name="Void ReplaceContentsWith[T](T, T)">
15383         <size>95</size>
15384       </method>
15385       <method name="Void .ctor()">
15386         <size>7</size>
15387       </method>
15388     </type>
15389     <type name="Int32Collection">
15390       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15391         <size>17</size>
15392       </method>
15393       <method name="Int32 get_Count()">
15394         <size>12</size>
15395       </method>
15396       <method name="Int32 get_Item(Int32)">
15397         <size>13</size>
15398       </method>
15399       <method name="Void set_Item(Int32, Int32)">
15400         <size>14</size>
15401       </method>
15402       <method name="Void Add(Int32)">
15403         <size>13</size>
15404       </method>
15405       <method name="Void Clear()">
15406         <size>12</size>
15407       </method>
15408       <method name="Void .ctor()">
15409         <size>18</size>
15410       </method>
15411     </type>
15412   </test>
15413   <test name="gtest-484.cs">
15414     <type name="MainClass">
15415       <method name="Void Foo(System.Action`1[MainClass][][])">
15416         <size>1</size>
15417       </method>
15418       <method name="System.Action`1[MainClass][] Set(System.Action`1[MainClass][])">
15419         <size>2</size>
15420       </method>
15421       <method name="Void Bar(MainClass)">
15422         <size>1</size>
15423       </method>
15424       <method name="Void Main(System.String[])">
15425         <size>100</size>
15426       </method>
15427       <method name="Void .ctor()">
15428         <size>7</size>
15429       </method>
15430     </type>
15431   </test>
15432   <test name="gtest-485.cs">
15433     <type name="C">
15434       <method name="Void Main()">
15435         <size>1</size>
15436       </method>
15437       <method name="Void .ctor()">
15438         <size>7</size>
15439       </method>
15440     </type>
15441   </test>
15442   <test name="gtest-486.cs">
15443     <type name="MyCollection`1[T]">
15444       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15445         <size>2</size>
15446       </method>
15447       <method name="Void AddRange(IMyCollection`1)">
15448         <size>1</size>
15449       </method>
15450       <method name="Void AddRange(IEnumerable`1)">
15451         <size>1</size>
15452       </method>
15453       <method name="Int32 get_Count()">
15454         <size>2</size>
15455       </method>
15456       <method name="Boolean get_IsReadOnly()">
15457         <size>2</size>
15458       </method>
15459       <method name="Void Add(T)">
15460         <size>1</size>
15461       </method>
15462       <method name="Void Clear()">
15463         <size>1</size>
15464       </method>
15465       <method name="Boolean Contains(T)">
15466         <size>2</size>
15467       </method>
15468       <method name="Void CopyTo(T[], Int32)">
15469         <size>1</size>
15470       </method>
15471       <method name="Boolean Remove(T)">
15472         <size>2</size>
15473       </method>
15474       <method name="IEnumerator`1 GetEnumerator()">
15475         <size>2</size>
15476       </method>
15477       <method name="Void .ctor()">
15478         <size>7</size>
15479       </method>
15480     </type>
15481     <type name="P">
15482       <method name="MyCollection`1[System.String] get_IgnoreTokens()">
15483         <size>36</size>
15484       </method>
15485       <method name="Void Main()">
15486         <size>1</size>
15487       </method>
15488       <method name="Void .ctor()">
15489         <size>7</size>
15490       </method>
15491       <method name="Void .cctor()">
15492         <size>21</size>
15493       </method>
15494     </type>
15495   </test>
15496   <test name="gtest-487.cs">
15497     <type name="Limada.MonoTests.Generics.MultiDictionary`3[K,V,TDictionary]">
15498       <method name="Void .ctor()">
15499         <size>7</size>
15500       </method>
15501     </type>
15502     <type name="Limada.MonoTests.Generics.Test">
15503       <method name="Void Main()">
15504         <size>7</size>
15505       </method>
15506       <method name="Void .ctor()">
15507         <size>7</size>
15508       </method>
15509     </type>
15510   </test>
15511   <test name="gtest-488.cs">
15512     <type name="Ref">
15513       <method name="Void .ctor()">
15514         <size>7</size>
15515       </method>
15516     </type>
15517     <type name="Def">
15518       <method name="Void .ctor()">
15519         <size>7</size>
15520       </method>
15521     </type>
15522     <type name="FooProcessor`1[T]">
15523       <method name="Void Attach(T, Def)">
15524         <size>15</size>
15525       </method>
15526       <method name="Void .ctor()">
15527         <size>7</size>
15528       </method>
15529     </type>
15530     <type name="Program">
15531       <method name="Void Main()">
15532         <size>1</size>
15533       </method>
15534       <method name="Void .ctor()">
15535         <size>7</size>
15536       </method>
15537     </type>
15538   </test>
15539   <test name="gtest-489.cs">
15540     <type name="sample">
15541       <method name="TValue Value[TKey,TValue]()">
15542         <size>0</size>
15543       </method>
15544       <method name="Void Main()">
15545         <size>1</size>
15546       </method>
15547       <method name="Void .ctor()">
15548         <size>7</size>
15549       </method>
15550     </type>
15551     <type name="sample+nested`1[T]">
15552       <method name="TValue Value[TKey,TValue]()">
15553         <size>6</size>
15554       </method>
15555       <method name="Void .ctor()">
15556         <size>7</size>
15557       </method>
15558     </type>
15559   </test>
15560   <test name="gtest-490.cs">
15561     <type name="Foo">
15562       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
15563         <size>17</size>
15564       </method>
15565       <method name="IEnumerator GetEnumerator()">
15566         <size>17</size>
15567       </method>
15568       <method name="Void Main()">
15569         <size>1</size>
15570       </method>
15571       <method name="Void .ctor()">
15572         <size>18</size>
15573       </method>
15574     </type>
15575   </test>
15576   <test name="gtest-491.cs">
15577     <type name="ArrayEqualityComparer`1[T]">
15578       <method name="Boolean Equals(T[], T[])">
15579         <size>2</size>
15580       </method>
15581       <method name="Int32 GetHashCode(T[])">
15582         <size>2</size>
15583       </method>
15584       <method name="Void .ctor()">
15585         <size>7</size>
15586       </method>
15587     </type>
15588     <type name="Program">
15589       <method name="Int32 Main()">
15590         <size>13</size>
15591       </method>
15592       <method name="Void .ctor()">
15593         <size>7</size>
15594       </method>
15595     </type>
15596   </test>
15597   <test name="gtest-492.cs">
15598     <type name="B`1[T]">
15599       <method name="Void .ctor()">
15600         <size>7</size>
15601       </method>
15602     </type>
15603     <type name="A`1[T]">
15604       <method name="Void .ctor()">
15605         <size>7</size>
15606       </method>
15607     </type>
15608     <type name="A`1+C[T]">
15609       <method name="Void .ctor()">
15610         <size>7</size>
15611       </method>
15612     </type>
15613     <type name="M">
15614       <method name="Void Main()">
15615         <size>1</size>
15616       </method>
15617       <method name="Void .ctor()">
15618         <size>7</size>
15619       </method>
15620     </type>
15621   </test>
15622   <test name="gtest-493.cs">
15623     <type name="MonoGenericIteratorTest.MyType">
15624       <method name="Void .ctor()">
15625         <size>7</size>
15626       </method>
15627     </type>
15628     <type name="MonoGenericIteratorTest.MyCollectionBase`1[T]">
15629       <method name="IEnumerator GetEnumerator()">
15630         <size>17</size>
15631       </method>
15632       <method name="Void .ctor()">
15633         <size>7</size>
15634       </method>
15635     </type>
15636     <type name="MonoGenericIteratorTest.MyCollection">
15637       <method name="Void .ctor()">
15638         <size>7</size>
15639       </method>
15640     </type>
15641     <type name="MonoGenericIteratorTest.MainClass">
15642       <method name="Void Main(System.String[])">
15643         <size>77</size>
15644       </method>
15645       <method name="Void .ctor()">
15646         <size>7</size>
15647       </method>
15648     </type>
15649   </test>
15650   <test name="gtest-494.cs">
15651     <type name="Grid`1[CT]">
15652       <method name="Void .ctor()">
15653         <size>7</size>
15654       </method>
15655     </type>
15656     <type name="Grid`1+GPD[CT]">
15657       <method name="Void .ctor()">
15658         <size>18</size>
15659       </method>
15660     </type>
15661     <type name="Grid`1+GPD+GC[CT]">
15662       <method name="Void .ctor()">
15663         <size>7</size>
15664       </method>
15665     </type>
15666     <type name="H">
15667       <method name="Void .ctor()">
15668         <size>7</size>
15669       </method>
15670     </type>
15671     <type name="H+MyCT">
15672       <method name="Void .ctor()">
15673         <size>7</size>
15674       </method>
15675     </type>
15676     <type name="TheTest">
15677       <method name="Void Main(System.String[])">
15678         <size>7</size>
15679       </method>
15680       <method name="Void .ctor()">
15681         <size>7</size>
15682       </method>
15683     </type>
15684   </test>
15685   <test name="gtest-495.cs">
15686     <type name="Repro">
15687       <method name="Void Main()">
15688         <size>12</size>
15689       </method>
15690       <method name="Void .ctor()">
15691         <size>7</size>
15692       </method>
15693     </type>
15694     <type name="Repro+Outer">
15695       <method name="Void .ctor()">
15696         <size>7</size>
15697       </method>
15698     </type>
15699     <type name="Repro+Outer+Inner`1[T]">
15700       <method name="Void .ctor()">
15701         <size>7</size>
15702       </method>
15703     </type>
15704   </test>
15705   <test name="gtest-496.cs">
15706     <type name="Base">
15707       <method name="T EndExecute[T](System.Object, System.String)">
15708         <size>7</size>
15709       </method>
15710       <method name="Void .ctor()">
15711         <size>7</size>
15712       </method>
15713     </type>
15714     <type name="Derived">
15715       <method name="Derived EndExecute[TElement](System.Object)">
15716         <size>2</size>
15717       </method>
15718       <method name="Void .ctor()">
15719         <size>7</size>
15720       </method>
15721     </type>
15722     <type name="a">
15723       <method name="Int32 Main()">
15724         <size>14</size>
15725       </method>
15726       <method name="Void .ctor()">
15727         <size>7</size>
15728       </method>
15729     </type>
15730   </test>
15731   <test name="gtest-497.cs">
15732     <type name="Item">
15733       <method name="Void .ctor()">
15734         <size>7</size>
15735       </method>
15736     </type>
15737     <type name="ItemCollection`1[T]">
15738       <method name="Void Bind[U](ItemCollection`1[U])">
15739         <size>1</size>
15740       </method>
15741       <method name="Void .ctor()">
15742         <size>7</size>
15743       </method>
15744     </type>
15745     <type name="a">
15746       <method name="Void Main()">
15747         <size>14</size>
15748       </method>
15749       <method name="Void .ctor()">
15750         <size>7</size>
15751       </method>
15752     </type>
15753   </test>
15754   <test name="gtest-498.cs">
15755     <type name="A">
15756       <method name="Int32 Main()">
15757         <size>16</size>
15758       </method>
15759       <method name="Void .ctor()">
15760         <size>15</size>
15761       </method>
15762     </type>
15763   </test>
15764   <test name="gtest-499.cs">
15765     <type name="C">
15766       <method name="Int32 Test[T](T[])">
15767         <size>21</size>
15768       </method>
15769       <method name="Int32 TestExtra[T](T[,])">
15770         <size>22</size>
15771       </method>
15772       <method name="Int32 Main()">
15773         <size>118</size>
15774       </method>
15775       <method name="Void .ctor()">
15776         <size>7</size>
15777       </method>
15778     </type>
15779   </test>
15780   <test name="gtest-500.cs">
15781     <type name="Program">
15782       <method name="Int32 Main()">
15783         <size>85</size>
15784       </method>
15785       <method name="Void .ctor()">
15786         <size>7</size>
15787       </method>
15788     </type>
15789   </test>
15790   <test name="gtest-501.cs">
15791     <type name="UndoableDictionary`2[TKey,TValue]">
15792       <method name="Void TestFunc()">
15793         <size>1</size>
15794       </method>
15795       <method name="Void .ctor()">
15796         <size>7</size>
15797       </method>
15798     </type>
15799     <type name="UpdateableCollection`1[T]">
15800       <method name="Void AddReferences()">
15801         <size>1</size>
15802       </method>
15803       <method name="Void TestFunc()">
15804         <size>1</size>
15805       </method>
15806       <method name="Void .ctor()">
15807         <size>7</size>
15808       </method>
15809     </type>
15810     <type name="UpdateableCollection`1+X[T]">
15811       <method name="Void .ctor()">
15812         <size>7</size>
15813       </method>
15814     </type>
15815     <type name="C">
15816       <method name="Int32 Main()">
15817         <size>8</size>
15818       </method>
15819       <method name="Void .ctor()">
15820         <size>7</size>
15821       </method>
15822     </type>
15823   </test>
15824   <test name="gtest-502.cs">
15825     <type name="C`1[T]">
15826       <method name="Void .ctor()">
15827         <size>7</size>
15828       </method>
15829       <method name="Void .cctor()">
15830         <size>31</size>
15831       </method>
15832     </type>
15833     <type name="C`1+Foo`1[T,U]">
15834       <method name="Void .ctor()">
15835         <size>7</size>
15836       </method>
15837     </type>
15838     <type name="C`1+Simple[T]">
15839       <method name="Void .ctor()">
15840         <size>7</size>
15841       </method>
15842     </type>
15843     <type name="M">
15844       <method name="Void .ctor()">
15845         <size>7</size>
15846       </method>
15847     </type>
15848     <type name="A">
15849       <method name="Void .ctor()">
15850         <size>7</size>
15851       </method>
15852     </type>
15853     <type name="A+N`1[T]">
15854       <method name="Void .ctor()">
15855         <size>7</size>
15856       </method>
15857     </type>
15858     <type name="M">
15859       <method name="Int32 Main()">
15860         <size>40</size>
15861       </method>
15862     </type>
15863   </test>
15864   <test name="gtest-503.cs">
15865     <type name="TestAttribute">
15866       <method name="Void .ctor(Type)">
15867         <size>7</size>
15868       </method>
15869     </type>
15870     <type name="C`1[T]">
15871       <method name="Void .ctor()">
15872         <size>7</size>
15873       </method>
15874     </type>
15875     <type name="C`1+N`1[T,U]">
15876       <method name="Void .ctor()">
15877         <size>7</size>
15878       </method>
15879     </type>
15880     <type name="A">
15881       <method name="Int32 Main()">
15882         <size>28</size>
15883       </method>
15884       <method name="Void .ctor()">
15885         <size>7</size>
15886       </method>
15887     </type>
15888   </test>
15889   <test name="gtest-504.cs">
15890     <type name="C">
15891       <method name="Void Main()">
15892         <size>1</size>
15893       </method>
15894       <method name="Void .ctor()">
15895         <size>7</size>
15896       </method>
15897     </type>
15898   </test>
15899   <test name="gtest-505.cs">
15900     <type name="C">
15901       <method name="Int32 Test(System.Collections.Generic.List`1[System.Int32])">
15902         <size>3</size>
15903       </method>
15904       <method name="Int32 Test(System.String)">
15905         <size>3</size>
15906       </method>
15907       <method name="Int32 Test(Int32)">
15908         <size>2</size>
15909       </method>
15910       <method name="R Method[T,R](IEnumerable`1, System.Func`2[T,R])">
15911         <size>16</size>
15912       </method>
15913       <method name="R Method2[T,R](IEnumerable`1, System.Func`2[System.Collections.Generic.List`1[T],R])">
15914         <size>8</size>
15915       </method>
15916       <method name="Int32 Main()">
15917         <size>73</size>
15918       </method>
15919       <method name="Void .ctor()">
15920         <size>7</size>
15921       </method>
15922     </type>
15923   </test>
15924   <test name="gtest-506.cs">
15925     <type name="C">
15926       <method name="Void Main()">
15927         <size>9</size>
15928       </method>
15929       <method name="Void .ctor()">
15930         <size>7</size>
15931       </method>
15932     </type>
15933   </test>
15934   <test name="gtest-507.cs">
15935     <type name="A">
15936       <method name="Int32 Main()">
15937         <size>26</size>
15938       </method>
15939       <method name="Void .ctor()">
15940         <size>7</size>
15941       </method>
15942     </type>
15943     <type name="B`1[T]">
15944       <method name="Int32 get_Item(T)">
15945         <size>2</size>
15946       </method>
15947       <method name="Int32 get_Item(System.Object)">
15948         <size>2</size>
15949       </method>
15950       <method name="Void .ctor()">
15951         <size>7</size>
15952       </method>
15953     </type>
15954   </test>
15955   <test name="gtest-508.cs">
15956     <type name="B">
15957       <method name="Void Main()">
15958         <size>8</size>
15959       </method>
15960       <method name="Void .ctor(Int32)">
15961         <size>8</size>
15962       </method>
15963     </type>
15964     <type name="A`1[T]">
15965       <method name="Void .ctor(T)">
15966         <size>7</size>
15967       </method>
15968     </type>
15969   </test>
15970   <test name="gtest-509.cs">
15971     <type name="Test.Foo">
15972       <method name="Void .ctor()">
15973         <size>7</size>
15974       </method>
15975     </type>
15976     <type name="Test.TestClass">
15977       <method name="T Test.IBase.Get[T](System.Object)">
15978         <size>10</size>
15979       </method>
15980       <method name="T Get[T](System.Object)">
15981         <size>10</size>
15982       </method>
15983       <method name="Void Main(System.String[])">
15984         <size>17</size>
15985       </method>
15986       <method name="Void .ctor()">
15987         <size>7</size>
15988       </method>
15989     </type>
15990   </test>
15991   <test name="gtest-510.cs">
15992     <type name="CA`2[U,V]">
15993       <method name="Void .ctor()">
15994         <size>7</size>
15995       </method>
15996     </type>
15997     <type name="Map`2[K,T]">
15998       <method name="Void .ctor()">
15999         <size>7</size>
16000       </method>
16001     </type>
16002     <type name="S">
16003       <method name="Void Main()">
16004         <size>7</size>
16005       </method>
16006       <method name="Void .ctor()">
16007         <size>7</size>
16008       </method>
16009     </type>
16010   </test>
16011   <test name="gtest-511.cs">
16012     <type name="A`1[T]">
16013       <method name="Void .ctor()">
16014         <size>7</size>
16015       </method>
16016     </type>
16017     <type name="C">
16018       <method name="Void Foo[T](A`1[T])">
16019         <size>1</size>
16020       </method>
16021       <method name="Void .ctor()">
16022         <size>7</size>
16023       </method>
16024     </type>
16025     <type name="D">
16026       <method name="Void Foo[T](A`1[T])">
16027         <size>1</size>
16028       </method>
16029       <method name="Int32 Main()">
16030         <size>81</size>
16031       </method>
16032       <method name="Void .ctor()">
16033         <size>7</size>
16034       </method>
16035     </type>
16036   </test>
16037   <test name="gtest-512.cs">
16038     <type name="C">
16039       <method name="Void Main()">
16040         <size>5</size>
16041       </method>
16042       <method name="Void .ctor()">
16043         <size>7</size>
16044       </method>
16045     </type>
16046   </test>
16047   <test name="gtest-513.cs">
16048     <type name="S">
16049       <method name="Void System.IDisposable.Dispose()">
16050         <size>13</size>
16051       </method>
16052       <method name="Void Dispose()">
16053         <size>6</size>
16054       </method>
16055     </type>
16056     <type name="C">
16057       <method name="Void System.IDisposable.Dispose()">
16058         <size>1</size>
16059       </method>
16060       <method name="Void Dispose()">
16061         <size>6</size>
16062       </method>
16063       <method name="Void .ctor()">
16064         <size>7</size>
16065       </method>
16066     </type>
16067     <type name="Test">
16068       <method name="Int32 Main()">
16069         <size>154</size>
16070       </method>
16071       <method name="Void GenMethod[T](T)">
16072         <size>33</size>
16073       </method>
16074       <method name="Void .ctor()">
16075         <size>7</size>
16076       </method>
16077     </type>
16078   </test>
16079   <test name="gtest-514.cs">
16080     <type name="test2.Test`3[T,U,V]">
16081       <method name="Void Method()">
16082         <size>127</size>
16083       </method>
16084       <method name="Void .ctor()">
16085         <size>7</size>
16086       </method>
16087     </type>
16088     <type name="test2.MainClass">
16089       <method name="Void Dispose()">
16090         <size>1</size>
16091       </method>
16092       <method name="Void Main()">
16093         <size>11</size>
16094       </method>
16095       <method name="Void .ctor()">
16096         <size>7</size>
16097       </method>
16098     </type>
16099   </test>
16100   <test name="gtest-515.cs">
16101     <type name="A">
16102       <method name="I`1 Foo[T]()">
16103         <size>2</size>
16104       </method>
16105       <method name="Void .ctor()">
16106         <size>7</size>
16107       </method>
16108     </type>
16109     <type name="AA">
16110       <method name="I`1 Foo[V]()">
16111         <size>7</size>
16112       </method>
16113       <method name="Void .ctor()">
16114         <size>7</size>
16115       </method>
16116     </type>
16117     <type name="B">
16118       <method name="Void Dispose()">
16119         <size>1</size>
16120       </method>
16121       <method name="I`1 Foo[R]()">
16122         <size>7</size>
16123       </method>
16124       <method name="Void Main()">
16125         <size>12</size>
16126       </method>
16127       <method name="Void .ctor()">
16128         <size>7</size>
16129       </method>
16130     </type>
16131   </test>
16132   <test name="gtest-516.cs">
16133     <type name="B">
16134       <method name="Void Foo()">
16135         <size>15</size>
16136       </method>
16137       <method name="Void Main()">
16138         <size>1</size>
16139       </method>
16140       <method name="Void .ctor()">
16141         <size>7</size>
16142       </method>
16143     </type>
16144   </test>
16145   <test name="gtest-517.cs">
16146     <type name="C">
16147       <method name="Void .ctor()">
16148         <size>7</size>
16149       </method>
16150     </type>
16151     <type name="G`1[T]">
16152       <method name="Void .ctor()">
16153         <size>7</size>
16154       </method>
16155     </type>
16156     <type name="Test`1[U]">
16157       <method name="Void .ctor()">
16158         <size>7</size>
16159       </method>
16160     </type>
16161     <type name="M">
16162       <method name="Void Main()">
16163         <size>1</size>
16164       </method>
16165       <method name="Void .ctor()">
16166         <size>7</size>
16167       </method>
16168     </type>
16169   </test>
16170   <test name="gtest-518.cs">
16171     <type name="Top`1[X]">
16172       <method name="Void .ctor()">
16173         <size>7</size>
16174       </method>
16175     </type>
16176     <type name="Top`1+C[X]">
16177       <method name="Void .ctor()">
16178         <size>7</size>
16179       </method>
16180     </type>
16181     <type name="M">
16182       <method name="Int32 Main()">
16183         <size>2</size>
16184       </method>
16185       <method name="Void .ctor()">
16186         <size>7</size>
16187       </method>
16188     </type>
16189   </test>
16190   <test name="gtest-519.cs">
16191     <type name="G`1[T]">
16192       <method name="Void .ctor()">
16193         <size>7</size>
16194       </method>
16195     </type>
16196     <type name="A">
16197       <method name="Void Foo[U]()">
16198         <size>1</size>
16199       </method>
16200       <method name="Void Main()">
16201         <size>1</size>
16202       </method>
16203       <method name="Void .ctor()">
16204         <size>7</size>
16205       </method>
16206     </type>
16207   </test>
16208   <test name="gtest-520.cs">
16209     <type name="A">
16210       <method name="Void Method()">
16211         <size>1</size>
16212       </method>
16213       <method name="Void .ctor()">
16214         <size>7</size>
16215       </method>
16216     </type>
16217     <type name="C">
16218       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16219         <size>6</size>
16220       </method>
16221       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator()">
16222         <size>16</size>
16223       </method>
16224       <method name="Void .ctor()">
16225         <size>7</size>
16226       </method>
16227     </type>
16228     <type name="C+GetEnumerator">
16229       <method name="Void .ctor()">
16230         <size>7</size>
16231       </method>
16232     </type>
16233     <type name="D">
16234       <method name="Void .ctor()">
16235         <size>7</size>
16236       </method>
16237     </type>
16238     <type name="Test">
16239       <method name="Int32 Main()">
16240         <size>118</size>
16241       </method>
16242       <method name="Void .ctor()">
16243         <size>7</size>
16244       </method>
16245     </type>
16246   </test>
16247   <test name="gtest-521.cs">
16248     <type name="D">
16249       <method name="Void Invoke(System.Object)">
16250         <size>0</size>
16251       </method>
16252       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
16253         <size>0</size>
16254       </method>
16255       <method name="Void EndInvoke(IAsyncResult)">
16256         <size>0</size>
16257       </method>
16258       <method name="Void .ctor(Object, IntPtr)">
16259         <size>0</size>
16260       </method>
16261     </type>
16262     <type name="E`1[T]">
16263       <method name="Void Test()">
16264         <size>25</size>
16265       </method>
16266       <method name="Void EH(System.Object)">
16267         <size>1</size>
16268       </method>
16269       <method name="Void .ctor()">
16270         <size>7</size>
16271       </method>
16272     </type>
16273     <type name="E`1+I[T]">
16274       <method name="Void add_E(D)">
16275         <size>47</size>
16276       </method>
16277       <method name="Void remove_E(D)">
16278         <size>47</size>
16279       </method>
16280       <method name="Void .ctor()">
16281         <size>7</size>
16282       </method>
16283     </type>
16284     <type name="M">
16285       <method name="Void Main()">
16286         <size>6</size>
16287       </method>
16288       <method name="Void .ctor()">
16289         <size>7</size>
16290       </method>
16291     </type>
16292   </test>
16293   <test name="gtest-522.cs">
16294     <type name="C`1[T]">
16295       <method name="Void .ctor()">
16296         <size>7</size>
16297       </method>
16298     </type>
16299     <type name="X">
16300       <method name="Void Main()">
16301         <size>1</size>
16302       </method>
16303       <method name="Void Test[T](T)">
16304         <size>12</size>
16305       </method>
16306       <method name="Void A[U]()">
16307         <size>1</size>
16308       </method>
16309       <method name="Void .ctor()">
16310         <size>7</size>
16311       </method>
16312     </type>
16313   </test>
16314   <test name="gtest-523.cs">
16315     <type name="Test.TestClass4`1[T]">
16316       <method name="Boolean Equals(T)">
16317         <size>2</size>
16318       </method>
16319       <method name="Boolean Equals(TestClass4`1)">
16320         <size>2</size>
16321       </method>
16322       <method name="Boolean Equals(TestClass4`1, TestClass4`1)">
16323         <size>9</size>
16324       </method>
16325       <method name="Int32 GetHashCode(TestClass4`1)">
16326         <size>14</size>
16327       </method>
16328       <method name="Int32 GetHashCode()">
16329         <size>2</size>
16330       </method>
16331       <method name="Boolean Equals(System.Object)">
16332         <size>2</size>
16333       </method>
16334       <method name="Boolean op_Equality(TestClass4`1, TestClass4`1)">
16335         <size>9</size>
16336       </method>
16337       <method name="Boolean op_Equality(T, TestClass4`1)">
16338         <size>9</size>
16339       </method>
16340       <method name="Boolean op_Equality(TestClass4`1, T)">
16341         <size>9</size>
16342       </method>
16343       <method name="Boolean op_Equality(System.Object, TestClass4`1)">
16344         <size>15</size>
16345       </method>
16346       <method name="Boolean op_Equality(TestClass4`1, System.Object)">
16347         <size>15</size>
16348       </method>
16349       <method name="Boolean op_Inequality(TestClass4`1, TestClass4`1)">
16350         <size>11</size>
16351       </method>
16352       <method name="Boolean op_Inequality(T, TestClass4`1)">
16353         <size>11</size>
16354       </method>
16355       <method name="Boolean op_Inequality(TestClass4`1, T)">
16356         <size>11</size>
16357       </method>
16358       <method name="Boolean op_Inequality(System.Object, TestClass4`1)">
16359         <size>11</size>
16360       </method>
16361       <method name="Boolean op_Inequality(TestClass4`1, System.Object)">
16362         <size>11</size>
16363       </method>
16364     </type>
16365     <type name="Test.C">
16366       <method name="Void Main()">
16367         <size>9</size>
16368       </method>
16369       <method name="Void .ctor()">
16370         <size>7</size>
16371       </method>
16372     </type>
16373   </test>
16374   <test name="gtest-524.cs">
16375     <type name="C">
16376       <method name="T M[T]()">
16377         <size>16</size>
16378       </method>
16379       <method name="Int32 Main()">
16380         <size>14</size>
16381       </method>
16382       <method name="Void .ctor()">
16383         <size>7</size>
16384       </method>
16385     </type>
16386   </test>
16387   <test name="gtest-525.cs">
16388     <type name="A">
16389       <method name="Void MA[T](System.String)">
16390         <size>1</size>
16391       </method>
16392       <method name="Void F()">
16393         <size>1</size>
16394       </method>
16395       <method name="Void .ctor()">
16396         <size>7</size>
16397       </method>
16398     </type>
16399     <type name="A+C">
16400       <method name="Void Foo()">
16401         <size>16</size>
16402       </method>
16403       <method name="Void Main()">
16404         <size>11</size>
16405       </method>
16406       <method name="Void .ctor()">
16407         <size>7</size>
16408       </method>
16409     </type>
16410   </test>
16411   <test name="gtest-526.cs">
16412     <type name="A`1[U]">
16413       <method name="Void .ctor()">
16414         <size>7</size>
16415       </method>
16416     </type>
16417     <type name="B`1[T]">
16418       <method name="Void .ctor()">
16419         <size>7</size>
16420       </method>
16421     </type>
16422     <type name="B`1+N[T]">
16423       <method name="Void Test(C)">
16424         <size>8</size>
16425       </method>
16426       <method name="Void .ctor()">
16427         <size>7</size>
16428       </method>
16429     </type>
16430     <type name="C">
16431       <method name="Void Main()">
16432         <size>16</size>
16433       </method>
16434       <method name="Void .ctor()">
16435         <size>7</size>
16436       </method>
16437     </type>
16438   </test>
16439   <test name="gtest-527.cs">
16440     <type name="CoalescingWithGenericsBug">
16441       <method name="T Provide[T]()">
16442         <size>23</size>
16443       </method>
16444       <method name="T FindExisting[T]()">
16445         <size>7</size>
16446       </method>
16447       <method name="Int32 Main()">
16448         <size>12</size>
16449       </method>
16450     </type>
16451     <type name="CoalescingWithGenericsBug+Service">
16452       <method name="Void Foo()">
16453         <size>1</size>
16454       </method>
16455       <method name="Void .ctor()">
16456         <size>7</size>
16457       </method>
16458     </type>
16459   </test>
16460   <test name="gtest-528.cs">
16461     <type name="GenericType`1[U]">
16462       <method name="Void .ctor()">
16463         <size>7</size>
16464       </method>
16465     </type>
16466     <type name="Base">
16467       <method name="T Test[T](GenericType`1[T])">
16468         <size>7</size>
16469       </method>
16470       <method name="Void .ctor()">
16471         <size>7</size>
16472       </method>
16473     </type>
16474     <type name="Override">
16475       <method name="T Test[T](GenericType`1[T])">
16476         <size>8</size>
16477       </method>
16478       <method name="Int32 Main()">
16479         <size>20</size>
16480       </method>
16481       <method name="Void .ctor()">
16482         <size>7</size>
16483       </method>
16484     </type>
16485   </test>
16486   <test name="gtest-529.cs">
16487     <type name="GenericType`2[U,V]">
16488       <method name="Void .ctor()">
16489         <size>7</size>
16490       </method>
16491     </type>
16492     <type name="Base`1[V]">
16493       <method name="T Test[T](GenericType`2[T,V])">
16494         <size>7</size>
16495       </method>
16496       <method name="Void .ctor()">
16497         <size>7</size>
16498       </method>
16499     </type>
16500     <type name="Override`1[W]">
16501       <method name="T Test[T](GenericType`2[T,W])">
16502         <size>8</size>
16503       </method>
16504       <method name="Void .ctor()">
16505         <size>7</size>
16506       </method>
16507     </type>
16508     <type name="M">
16509       <method name="Int32 Main()">
16510         <size>20</size>
16511       </method>
16512       <method name="Void .ctor()">
16513         <size>7</size>
16514       </method>
16515     </type>
16516   </test>
16517   <test name="gtest-530.cs">
16518     <type name="B">
16519       <method name="Void Main()">
16520         <size>1</size>
16521       </method>
16522       <method name="Void .ctor()">
16523         <size>7</size>
16524       </method>
16525     </type>
16526     <type name="B2">
16527       <method name="Void .ctor()">
16528         <size>7</size>
16529       </method>
16530     </type>
16531     <type name="A">
16532       <method name="Void .ctor()">
16533         <size>7</size>
16534       </method>
16535     </type>
16536     <type name="G`1[T]">
16537       <method name="Void .ctor()">
16538         <size>7</size>
16539       </method>
16540     </type>
16541   </test>
16542   <test name="gtest-531.cs">
16543     <type name="ATop`1[T]">
16544       <method name="T[] IB&lt;T&gt;.ToArray(T[])">
16545         <size>2</size>
16546       </method>
16547       <method name="Void IC.ToArray()">
16548         <size>1</size>
16549       </method>
16550       <method name="Void Test()">
16551         <size>37</size>
16552       </method>
16553       <method name="Void .ctor()">
16554         <size>7</size>
16555       </method>
16556     </type>
16557     <type name="M">
16558       <method name="Int32 Main()">
16559         <size>12</size>
16560       </method>
16561       <method name="Void .ctor()">
16562         <size>7</size>
16563       </method>
16564     </type>
16565   </test>
16566   <test name="gtest-532.cs">
16567     <type name="DictionaryServicesContainer">
16568       <method name="Void Register[I,T]()">
16569         <size>6</size>
16570       </method>
16571       <method name="Void Register[I](System.Object)">
16572         <size>6</size>
16573       </method>
16574       <method name="I Resolve[I]()">
16575         <size>6</size>
16576       </method>
16577       <method name="Void Main()">
16578         <size>7</size>
16579       </method>
16580       <method name="Void .ctor()">
16581         <size>7</size>
16582       </method>
16583     </type>
16584   </test>
16585   <test name="gtest-533.cs">
16586     <type name="List`1[X]">
16587       <method name="Void .ctor()">
16588         <size>7</size>
16589       </method>
16590     </type>
16591     <type name="List`1+Comp`1[X,Y]">
16592       <method name="List`1+Comp`1[Y,X] flip(Y, X)">
16593         <size>7</size>
16594       </method>
16595       <method name="Void .ctor()">
16596         <size>7</size>
16597       </method>
16598     </type>
16599     <type name="List`1+Flip`1[X,Z]">
16600       <method name="Void .ctor(Comp`1)">
16601         <size>14</size>
16602       </method>
16603     </type>
16604     <type name="C">
16605       <method name="Int32 Main()">
16606         <size>15</size>
16607       </method>
16608       <method name="Void .ctor()">
16609         <size>7</size>
16610       </method>
16611     </type>
16612   </test>
16613   <test name="gtest-534.cs">
16614     <type name="A">
16615       <method name="Void Method(IG`1)">
16616         <size>1</size>
16617       </method>
16618       <method name="Int32 Main()">
16619         <size>13</size>
16620       </method>
16621       <method name="Void .ctor()">
16622         <size>7</size>
16623       </method>
16624     </type>
16625   </test>
16626   <test name="gtest-535.cs">
16627     <type name="G`1[T]">
16628       <method name="Void .ctor()">
16629         <size>7</size>
16630       </method>
16631     </type>
16632     <type name="A">
16633       <method name="Int32 Foo[T](T, G`1[T])">
16634         <size>2</size>
16635       </method>
16636       <method name="Int32 Foo[T](T, System.Object)">
16637         <size>2</size>
16638       </method>
16639       <method name="Int32 Main()">
16640         <size>34</size>
16641       </method>
16642       <method name="Void .ctor()">
16643         <size>7</size>
16644       </method>
16645     </type>
16646   </test>
16647   <test name="gtest-536.cs">
16648     <type name="Test">
16649       <method name="Void Main()">
16650         <size>6</size>
16651       </method>
16652       <method name="Void .ctor()">
16653         <size>7</size>
16654       </method>
16655     </type>
16656     <type name="Test+Expression`1[TDelegate]">
16657       <method name="Void .ctor()">
16658         <size>7</size>
16659       </method>
16660     </type>
16661     <type name="Test+Expression">
16662       <method name="Void Test()">
16663         <size>1</size>
16664       </method>
16665       <method name="Void .ctor()">
16666         <size>7</size>
16667       </method>
16668     </type>
16669   </test>
16670   <test name="gtest-537.cs">
16671     <type name="Test">
16672       <method name="Int32 Main()">
16673         <size>86</size>
16674       </method>
16675       <method name="Void .ctor()">
16676         <size>7</size>
16677       </method>
16678     </type>
16679     <type name="S">
16680       <method name="System.String op_BitwiseOr(S, Nullable`1)">
16681         <size>6</size>
16682       </method>
16683       <method name="Nullable`1 op_Addition(S, Nullable`1)">
16684         <size>8</size>
16685       </method>
16686     </type>
16687   </test>
16688   <test name="gtest-538.cs">
16689     <type name="S">
16690       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16691         <size>6</size>
16692       </method>
16693       <method name="IEnumerator`1 GetEnumerator()">
16694         <size>15</size>
16695       </method>
16696       <method name="Void .ctor(Int32)">
16697         <size>1</size>
16698       </method>
16699     </type>
16700     <type name="S2">
16701       <method name="IEnumerator`1 GetEnumerator()">
16702         <size>15</size>
16703       </method>
16704     </type>
16705     <type name="Enumerator`1[T]">
16706       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16707         <size>6</size>
16708       </method>
16709       <method name="T get_Current()">
16710         <size>6</size>
16711       </method>
16712       <method name="Boolean MoveNext()">
16713         <size>2</size>
16714       </method>
16715       <method name="Void Reset()">
16716         <size>6</size>
16717       </method>
16718       <method name="Void Dispose()">
16719         <size>13</size>
16720       </method>
16721     </type>
16722     <type name="MySystem">
16723       <method name="Int32 Main()">
16724         <size>182</size>
16725       </method>
16726       <method name="Void .ctor()">
16727         <size>7</size>
16728       </method>
16729     </type>
16730   </test>
16731   <test name="gtest-539.cs">
16732     <type name="S">
16733       <method name="Int32 get_ID()">
16734         <size>7</size>
16735       </method>
16736       <method name="Void set_ID(Int32)">
16737         <size>8</size>
16738       </method>
16739     </type>
16740     <type name="C">
16741       <method name="C op_Explicit(S)">
16742         <size>11</size>
16743       </method>
16744       <method name="C op_Explicit(Nullable`1)">
16745         <size>39</size>
16746       </method>
16747       <method name="Void .ctor(Int32)">
16748         <size>14</size>
16749       </method>
16750     </type>
16751     <type name="Test">
16752       <method name="Int32 Main()">
16753         <size>79</size>
16754       </method>
16755       <method name="Void .ctor()">
16756         <size>7</size>
16757       </method>
16758     </type>
16759   </test>
16760   <test name="gtest-540.cs">
16761     <type name="C">
16762       <method name="Int32 Main()">
16763         <size>809</size>
16764       </method>
16765       <method name="Void .ctor()">
16766         <size>7</size>
16767       </method>
16768     </type>
16769   </test>
16770   <test name="gtest-541.cs">
16771     <type name="Foo">
16772       <method name="Void .ctor()">
16773         <size>7</size>
16774       </method>
16775     </type>
16776     <type name="Top`1[S]">
16777       <method name="Void .ctor()">
16778         <size>7</size>
16779       </method>
16780     </type>
16781     <type name="Top`1+Base`1[S,T]">
16782       <method name="Void .ctor()">
16783         <size>7</size>
16784       </method>
16785     </type>
16786     <type name="Top`1+Base`1+Derived`1[S,T,U]">
16787       <method name="Void Test()">
16788         <size>1</size>
16789       </method>
16790       <method name="Void .ctor()">
16791         <size>7</size>
16792       </method>
16793     </type>
16794     <type name="Test">
16795       <method name="Int32 Main()">
16796         <size>14</size>
16797       </method>
16798       <method name="Void .ctor()">
16799         <size>7</size>
16800       </method>
16801     </type>
16802   </test>
16803   <test name="gtest-542.cs">
16804     <type name="A`1[T]">
16805       <method name="T getT()">
16806         <size>0</size>
16807       </method>
16808       <method name="Void .ctor()">
16809         <size>7</size>
16810       </method>
16811     </type>
16812     <type name="A`1+B[T]">
16813       <method name="A`1+B[T] getT()">
16814         <size>2</size>
16815       </method>
16816       <method name="Void .ctor()">
16817         <size>7</size>
16818       </method>
16819     </type>
16820     <type name="C">
16821       <method name="Int32 Main()">
16822         <size>22</size>
16823       </method>
16824       <method name="Void .ctor()">
16825         <size>7</size>
16826       </method>
16827     </type>
16828   </test>
16829   <test name="gtest-543.cs">
16830     <type name="Blah`1[T]">
16831       <method name="Void .ctor()">
16832         <size>7</size>
16833       </method>
16834     </type>
16835     <type name="Blah`1+WrapperWrapper`1[T,N]">
16836       <method name="Blah`1+WrapperWrapper`1[T,N] NewWrapperWrapper(Wrapper`1[N])">
16837         <size>7</size>
16838       </method>
16839       <method name="Void .ctor()">
16840         <size>12</size>
16841       </method>
16842       <method name="Void .ctor(Wrapper`1)">
16843         <size>14</size>
16844       </method>
16845     </type>
16846     <type name="Wrapper`1[U]">
16847       <method name="Void .ctor(U)">
16848         <size>7</size>
16849       </method>
16850       <method name="Void .cctor()">
16851         <size>20</size>
16852       </method>
16853     </type>
16854     <type name="C">
16855       <method name="Int32 Main()">
16856         <size>26</size>
16857       </method>
16858       <method name="Void .ctor()">
16859         <size>7</size>
16860       </method>
16861     </type>
16862   </test>
16863   <test name="gtest-544.cs">
16864     <type name="A`1[T]">
16865       <method name="G Foo[G]()">
16866         <size>0</size>
16867       </method>
16868       <method name="G Foo2[G]()">
16869         <size>10</size>
16870       </method>
16871       <method name="Void .ctor()">
16872         <size>7</size>
16873       </method>
16874     </type>
16875     <type name="B">
16876       <method name="G Foo[G]()">
16877         <size>6</size>
16878       </method>
16879       <method name="G Foo2[G]()">
16880         <size>7</size>
16881       </method>
16882       <method name="Void .ctor()">
16883         <size>7</size>
16884       </method>
16885     </type>
16886     <type name="A2`1[T]">
16887       <method name="Void Foo[U]()">
16888         <size>0</size>
16889       </method>
16890       <method name="Void .ctor()">
16891         <size>7</size>
16892       </method>
16893     </type>
16894     <type name="B2">
16895       <method name="Void Foo[Y]()">
16896         <size>1</size>
16897       </method>
16898       <method name="Void .ctor()">
16899         <size>7</size>
16900       </method>
16901     </type>
16902     <type name="Program">
16903       <method name="Int32 Main()">
16904         <size>51</size>
16905       </method>
16906       <method name="Void .ctor()">
16907         <size>7</size>
16908       </method>
16909     </type>
16910   </test>
16911   <test name="gtest-545.cs">
16912     <type name="ApplicationContext">
16913       <method name="Boolean Foo()">
16914         <size>2</size>
16915       </method>
16916       <method name="Int32 Main()">
16917         <size>104</size>
16918       </method>
16919     </type>
16920   </test>
16921   <test name="gtest-546.cs">
16922     <type name="Factory">
16923       <method name="Factory+S`2[F1,F2] Create[F1,F2](F1, F2)">
16924         <size>2</size>
16925       </method>
16926       <method name="Void .ctor()">
16927         <size>7</size>
16928       </method>
16929     </type>
16930     <type name="Factory+S`2[G1,G2]">
16931       <method name="Void .ctor()">
16932         <size>7</size>
16933       </method>
16934     </type>
16935     <type name="A">
16936       <method name="TR Test[T1,T2,TR](T1, T2, System.Func`3[T1,T2,TR])">
16937         <size>9</size>
16938       </method>
16939       <method name="Void Main()">
16940         <size>29</size>
16941       </method>
16942       <method name="Void .ctor()">
16943         <size>7</size>
16944       </method>
16945     </type>
16946   </test>
16947   <test name="gtest-547.cs">
16948     <type name="Foo">
16949       <method name="Void GenericLock[T](T)">
16950         <size>33</size>
16951       </method>
16952       <method name="Void Main()">
16953         <size>11</size>
16954       </method>
16955       <method name="Void .ctor()">
16956         <size>7</size>
16957       </method>
16958     </type>
16959   </test>
16960   <test name="gtest-548.cs">
16961     <type name="C">
16962       <method name="Int32 Main()">
16963         <size>12</size>
16964       </method>
16965       <method name="Void .ctor()">
16966         <size>7</size>
16967       </method>
16968     </type>
16969   </test>
16970   <test name="gtest-549.cs">
16971     <type name="C`1[T]">
16972       <method name="Void .ctor()">
16973         <size>7</size>
16974       </method>
16975     </type>
16976     <type name="D">
16977       <method name="Void .ctor()">
16978         <size>7</size>
16979       </method>
16980     </type>
16981     <type name="D+Impl">
16982       <method name="Void MA(Int32)">
16983         <size>1</size>
16984       </method>
16985       <method name="Void MB(Int32)">
16986         <size>1</size>
16987       </method>
16988       <method name="Void .ctor()">
16989         <size>7</size>
16990       </method>
16991     </type>
16992     <type name="Test">
16993       <method name="Void Main()">
16994         <size>21</size>
16995       </method>
16996       <method name="Void .ctor()">
16997         <size>7</size>
16998       </method>
16999     </type>
17000   </test>
17001   <test name="gtest-anon-1.cs">
17002     <type name="X">
17003       <method name="Void .ctor()">
17004         <size>7</size>
17005       </method>
17006       <method name="Void Hello[U](U)">
17007         <size>1</size>
17008       </method>
17009       <method name="Void Test[T](T)">
17010         <size>64</size>
17011       </method>
17012       <method name="Void Main()">
17013         <size>14</size>
17014       </method>
17015     </type>
17016     <type name="Foo">
17017       <method name="Void .ctor(Object, IntPtr)">
17018         <size>0</size>
17019       </method>
17020       <method name="Void Invoke()">
17021         <size>0</size>
17022       </method>
17023       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17024         <size>0</size>
17025       </method>
17026       <method name="Void EndInvoke(IAsyncResult)">
17027         <size>0</size>
17028       </method>
17029     </type>
17030     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
17031       <method name="Void .ctor()">
17032         <size>7</size>
17033       </method>
17034       <method name="Void &lt;&gt;m__0()">
17035         <size>18</size>
17036       </method>
17037     </type>
17038   </test>
17039   <test name="gtest-anon-10.cs">
17040     <type name="X">
17041       <method name="Void .ctor()">
17042         <size>7</size>
17043       </method>
17044       <method name="IEnumerable`1 Test[T](T, T)">
17045         <size>44</size>
17046       </method>
17047       <method name="Int32 Main()">
17048         <size>97</size>
17049       </method>
17050     </type>
17051     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
17052       <method name="Void .ctor()">
17053         <size>7</size>
17054       </method>
17055       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17056         <size>12</size>
17057       </method>
17058       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17059         <size>7</size>
17060       </method>
17061       <method name="Boolean MoveNext()">
17062         <size>108</size>
17063       </method>
17064       <method name="Void Dispose()">
17065         <size>8</size>
17066       </method>
17067       <method name="Void Reset()">
17068         <size>6</size>
17069       </method>
17070       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17071         <size>7</size>
17072       </method>
17073       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17074         <size>52</size>
17075       </method>
17076     </type>
17077   </test>
17078   <test name="gtest-anon-11.cs">
17079     <type name="Test`1[R]">
17080       <method name="Void .ctor()">
17081         <size>7</size>
17082       </method>
17083       <method name="Void World[S,T](S, T)">
17084         <size>1</size>
17085       </method>
17086       <method name="Void Hello[U,V](U, V)">
17087         <size>47</size>
17088       </method>
17089     </type>
17090     <type name="X">
17091       <method name="Void .ctor()">
17092         <size>7</size>
17093       </method>
17094       <method name="Void Main()">
17095         <size>21</size>
17096       </method>
17097     </type>
17098     <type name="Foo">
17099       <method name="Void .ctor(Object, IntPtr)">
17100         <size>0</size>
17101       </method>
17102       <method name="Void Invoke()">
17103         <size>0</size>
17104       </method>
17105       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17106         <size>0</size>
17107       </method>
17108       <method name="Void EndInvoke(IAsyncResult)">
17109         <size>0</size>
17110       </method>
17111     </type>
17112     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
17113       <method name="Void .ctor()">
17114         <size>7</size>
17115       </method>
17116       <method name="Void &lt;&gt;m__0()">
17117         <size>24</size>
17118       </method>
17119     </type>
17120   </test>
17121   <test name="gtest-anon-12.cs">
17122     <type name="World`1[T]">
17123       <method name="Void .ctor()">
17124         <size>7</size>
17125       </method>
17126       <method name="Void Hello[U](U)">
17127         <size>1</size>
17128       </method>
17129       <method name="Void Test(T)">
17130         <size>46</size>
17131       </method>
17132     </type>
17133     <type name="X">
17134       <method name="Void .ctor()">
17135         <size>7</size>
17136       </method>
17137       <method name="Void Main()">
17138         <size>18</size>
17139       </method>
17140     </type>
17141     <type name="Foo">
17142       <method name="Void .ctor(Object, IntPtr)">
17143         <size>0</size>
17144       </method>
17145       <method name="Void Invoke()">
17146         <size>0</size>
17147       </method>
17148       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17149         <size>0</size>
17150       </method>
17151       <method name="Void EndInvoke(IAsyncResult)">
17152         <size>0</size>
17153       </method>
17154     </type>
17155     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
17156       <method name="Void .ctor()">
17157         <size>7</size>
17158       </method>
17159       <method name="Void &lt;&gt;m__0()">
17160         <size>18</size>
17161       </method>
17162     </type>
17163   </test>
17164   <test name="gtest-anon-13.cs">
17165     <type name="X">
17166       <method name="Void .ctor()">
17167         <size>7</size>
17168       </method>
17169       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
17170         <size>13</size>
17171       </method>
17172       <method name="Void Main()">
17173         <size>1</size>
17174       </method>
17175     </type>
17176     <type name="X+ModuleBinder`1[T]">
17177       <method name="Void .ctor(Object, IntPtr)">
17178         <size>0</size>
17179       </method>
17180       <method name="T Invoke(System.Object)">
17181         <size>0</size>
17182       </method>
17183       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
17184         <size>0</size>
17185       </method>
17186       <method name="T EndInvoke(IAsyncResult)">
17187         <size>0</size>
17188       </method>
17189     </type>
17190     <type name="X">
17191       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
17192         <size>7</size>
17193       </method>
17194     </type>
17195   </test>
17196   <test name="gtest-anon-14.cs">
17197     <type name="T">
17198       <method name="Void .ctor()">
17199         <size>7</size>
17200       </method>
17201       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
17202         <size>1</size>
17203       </method>
17204       <method name="Void SomeCaller()">
17205         <size>36</size>
17206       </method>
17207       <method name="Void Main()">
17208         <size>1</size>
17209       </method>
17210       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
17211         <size>2</size>
17212       </method>
17213     </type>
17214   </test>
17215   <test name="gtest-anon-15.cs">
17216     <type name="Test`1[T]">
17217       <method name="Void .ctor()">
17218         <size>7</size>
17219       </method>
17220       <method name="Void Hello[S](T, S)">
17221         <size>42</size>
17222       </method>
17223     </type>
17224     <type name="X">
17225       <method name="Void .ctor()">
17226         <size>7</size>
17227       </method>
17228       <method name="Void Main()">
17229         <size>16</size>
17230       </method>
17231     </type>
17232     <type name="Foo`1[V]">
17233       <method name="Void .ctor(Object, IntPtr)">
17234         <size>0</size>
17235       </method>
17236       <method name="Void Invoke(V)">
17237         <size>0</size>
17238       </method>
17239       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
17240         <size>0</size>
17241       </method>
17242       <method name="Void EndInvoke(IAsyncResult)">
17243         <size>0</size>
17244       </method>
17245     </type>
17246     <type name="Bar`1[W]">
17247       <method name="Void .ctor(Object, IntPtr)">
17248         <size>0</size>
17249       </method>
17250       <method name="Void Invoke(W)">
17251         <size>0</size>
17252       </method>
17253       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
17254         <size>0</size>
17255       </method>
17256       <method name="Void EndInvoke(IAsyncResult)">
17257         <size>0</size>
17258       </method>
17259     </type>
17260     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
17261       <method name="Void .ctor()">
17262         <size>7</size>
17263       </method>
17264       <method name="Void &lt;&gt;m__0(Int64)">
17265         <size>57</size>
17266       </method>
17267     </type>
17268     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
17269       <method name="Void .ctor()">
17270         <size>7</size>
17271       </method>
17272       <method name="Void &lt;&gt;m__1(T)">
17273         <size>65</size>
17274       </method>
17275     </type>
17276   </test>
17277   <test name="gtest-anon-16.cs">
17278     <type name="A">
17279       <method name="Void .ctor(TestFunc`1)">
17280         <size>7</size>
17281       </method>
17282       <method name="Void Main()">
17283         <size>1</size>
17284       </method>
17285     </type>
17286     <type name="TestClass">
17287       <method name="Void .ctor()">
17288         <size>47</size>
17289       </method>
17290       <method name="Void Func[T](TestFunc`1[T])">
17291         <size>1</size>
17292       </method>
17293     </type>
17294     <type name="TestFunc`1[T]">
17295       <method name="Void .ctor(Object, IntPtr)">
17296         <size>0</size>
17297       </method>
17298       <method name="Void Invoke(T)">
17299         <size>0</size>
17300       </method>
17301       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
17302         <size>0</size>
17303       </method>
17304       <method name="Void EndInvoke(IAsyncResult)">
17305         <size>0</size>
17306       </method>
17307     </type>
17308     <type name="TestClass">
17309       <method name="Void &lt;a&gt;m__0(Int32)">
17310         <size>1</size>
17311       </method>
17312     </type>
17313   </test>
17314   <test name="gtest-anon-17.cs">
17315     <type name="C">
17316       <method name="Void .ctor()">
17317         <size>7</size>
17318       </method>
17319       <method name="Void Test[T,U](C+Func`1[T], U)">
17320         <size>1</size>
17321       </method>
17322       <method name="Void Main()">
17323         <size>75</size>
17324       </method>
17325     </type>
17326     <type name="C+Func`1[T]">
17327       <method name="Void .ctor(Object, IntPtr)">
17328         <size>0</size>
17329       </method>
17330       <method name="T Invoke(T)">
17331         <size>0</size>
17332       </method>
17333       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
17334         <size>0</size>
17335       </method>
17336       <method name="T EndInvoke(IAsyncResult)">
17337         <size>0</size>
17338       </method>
17339     </type>
17340     <type name="C">
17341       <method name="Int32 &lt;Main&gt;m__0(Int32)">
17342         <size>2</size>
17343       </method>
17344       <method name="Int32 &lt;Main&gt;m__1(Int32)">
17345         <size>2</size>
17346       </method>
17347     </type>
17348   </test>
17349   <test name="gtest-anon-18.cs">
17350     <type name="C">
17351       <method name="Void .ctor()">
17352         <size>7</size>
17353       </method>
17354       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
17355         <size>10</size>
17356       </method>
17357       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
17358         <size>10</size>
17359       </method>
17360       <method name="Void Test2[T]()">
17361         <size>19</size>
17362       </method>
17363       <method name="Void Main()">
17364         <size>100</size>
17365       </method>
17366     </type>
17367     <type name="C+Func`2[TR,TA]">
17368       <method name="Void .ctor(Object, IntPtr)">
17369         <size>0</size>
17370       </method>
17371       <method name="TR Invoke(TA)">
17372         <size>0</size>
17373       </method>
17374       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
17375         <size>0</size>
17376       </method>
17377       <method name="TR EndInvoke(IAsyncResult)">
17378         <size>0</size>
17379       </method>
17380     </type>
17381     <type name="C">
17382       <method name="Int32 &lt;Main&gt;m__1(Int32)">
17383         <size>16</size>
17384       </method>
17385       <method name="System.String &lt;Main&gt;m__2(Int32)">
17386         <size>6</size>
17387       </method>
17388       <method name="System.String &lt;Main&gt;m__3(Int32)">
17389         <size>6</size>
17390       </method>
17391       <method name="T &lt;Test2`1&gt;m__0[T](T)">
17392         <size>2</size>
17393       </method>
17394     </type>
17395   </test>
17396   <test name="gtest-anon-19.cs">
17397     <type name="Test">
17398       <method name="Void .ctor()">
17399         <size>7</size>
17400       </method>
17401       <method name="Void TestNaturalSort()">
17402         <size>31</size>
17403       </method>
17404       <method name="Void Main()">
17405         <size>6</size>
17406       </method>
17407     </type>
17408     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
17409       <method name="Void .ctor()">
17410         <size>7</size>
17411       </method>
17412       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
17413         <size>113</size>
17414       </method>
17415     </type>
17416     <type name="Test">
17417       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
17418         <size>106</size>
17419       </method>
17420     </type>
17421     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
17422       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
17423         <size>113</size>
17424       </method>
17425     </type>
17426   </test>
17427   <test name="gtest-anon-2.cs">
17428     <type name="X">
17429       <method name="Void .ctor()">
17430         <size>7</size>
17431       </method>
17432       <method name="Void Hello[U](U)">
17433         <size>1</size>
17434       </method>
17435       <method name="Void Test[T](T)">
17436         <size>71</size>
17437       </method>
17438       <method name="Void Main()">
17439         <size>14</size>
17440       </method>
17441     </type>
17442     <type name="Simple">
17443       <method name="Void .ctor(Object, IntPtr)">
17444         <size>0</size>
17445       </method>
17446       <method name="Void Invoke()">
17447         <size>0</size>
17448       </method>
17449       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17450         <size>0</size>
17451       </method>
17452       <method name="Void EndInvoke(IAsyncResult)">
17453         <size>0</size>
17454       </method>
17455     </type>
17456     <type name="Foo">
17457       <method name="Void .ctor(Object, IntPtr)">
17458         <size>0</size>
17459       </method>
17460       <method name="Simple Invoke()">
17461         <size>0</size>
17462       </method>
17463       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17464         <size>0</size>
17465       </method>
17466       <method name="Simple EndInvoke(IAsyncResult)">
17467         <size>0</size>
17468       </method>
17469     </type>
17470     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
17471       <method name="Void .ctor()">
17472         <size>7</size>
17473       </method>
17474       <method name="Simple &lt;&gt;m__0()">
17475         <size>55</size>
17476       </method>
17477     </type>
17478     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
17479       <method name="Void .ctor()">
17480         <size>7</size>
17481       </method>
17482       <method name="Void &lt;&gt;m__1()">
17483         <size>50</size>
17484       </method>
17485     </type>
17486   </test>
17487   <test name="gtest-anon-20.cs">
17488     <type name="C`1[T]">
17489       <method name="Void Foo[U](U)">
17490         <size>20</size>
17491       </method>
17492       <method name="Void Run()">
17493         <size>1</size>
17494       </method>
17495       <method name="Void &lt;Foo`1&gt;m__0[U]()">
17496         <size>6</size>
17497       </method>
17498       <method name="Void .ctor()">
17499         <size>7</size>
17500       </method>
17501     </type>
17502     <type name="A">
17503       <method name="Void Main()">
17504         <size>8</size>
17505       </method>
17506       <method name="Void .ctor()">
17507         <size>7</size>
17508       </method>
17509     </type>
17510   </test>
17511   <test name="gtest-anon-21.cs">
17512     <type name="BaseObject">
17513       <method name="Void .ctor()">
17514         <size>7</size>
17515       </method>
17516       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
17517         <size>53</size>
17518       </method>
17519       <method name="T MakeSomething[T]()">
17520         <size>7</size>
17521       </method>
17522       <method name="Int32 Main()">
17523         <size>10</size>
17524       </method>
17525       <method name="Void Closure(EmptyDelegate)">
17526         <size>1</size>
17527       </method>
17528     </type>
17529     <type name="EmptyDelegate">
17530       <method name="Void .ctor(Object, IntPtr)">
17531         <size>0</size>
17532       </method>
17533       <method name="Void Invoke()">
17534         <size>0</size>
17535       </method>
17536       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17537         <size>0</size>
17538       </method>
17539       <method name="Void EndInvoke(IAsyncResult)">
17540         <size>0</size>
17541       </method>
17542     </type>
17543     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
17544       <method name="Void .ctor()">
17545         <size>7</size>
17546       </method>
17547       <method name="Void &lt;&gt;m__0()">
17548         <size>17</size>
17549       </method>
17550     </type>
17551   </test>
17552   <test name="gtest-anon-22.cs">
17553     <type name="C">
17554       <method name="Void .ctor()">
17555         <size>7</size>
17556       </method>
17557       <method name="Int32 Foo(D1)">
17558         <size>2</size>
17559       </method>
17560       <method name="Int32 Foo(D2)">
17561         <size>2</size>
17562       </method>
17563       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
17564         <size>2</size>
17565       </method>
17566       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
17567         <size>2</size>
17568       </method>
17569       <method name="Int32 Main()">
17570         <size>82</size>
17571       </method>
17572     </type>
17573     <type name="D1">
17574       <method name="Void .ctor(Object, IntPtr)">
17575         <size>0</size>
17576       </method>
17577       <method name="Int32 Invoke()">
17578         <size>0</size>
17579       </method>
17580       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17581         <size>0</size>
17582       </method>
17583       <method name="Int32 EndInvoke(IAsyncResult)">
17584         <size>0</size>
17585       </method>
17586     </type>
17587     <type name="D2">
17588       <method name="Void .ctor(Object, IntPtr)">
17589         <size>0</size>
17590       </method>
17591       <method name="Int64 Invoke()">
17592         <size>0</size>
17593       </method>
17594       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17595         <size>0</size>
17596       </method>
17597       <method name="Int64 EndInvoke(IAsyncResult)">
17598         <size>0</size>
17599       </method>
17600     </type>
17601     <type name="C">
17602       <method name="Int32 &lt;Main&gt;m__0()">
17603         <size>2</size>
17604       </method>
17605     </type>
17606   </test>
17607   <test name="gtest-anon-23.cs">
17608     <type name="MemberAccessData">
17609       <method name="Void .ctor()">
17610         <size>7</size>
17611       </method>
17612       <method name="Void set_MyTypeProperty(Nullable`1)">
17613         <size>8</size>
17614       </method>
17615       <method name="Nullable`1 get_MyTypeProperty()">
17616         <size>7</size>
17617       </method>
17618     </type>
17619     <type name="C">
17620       <method name="Void .ctor()">
17621         <size>7</size>
17622       </method>
17623       <method name="Void Test(C+D)">
17624         <size>1</size>
17625       </method>
17626       <method name="Void Main()">
17627         <size>212</size>
17628       </method>
17629     </type>
17630     <type name="C+D">
17631       <method name="Void .ctor(Object, IntPtr)">
17632         <size>0</size>
17633       </method>
17634       <method name="Void Invoke()">
17635         <size>0</size>
17636       </method>
17637       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17638         <size>0</size>
17639       </method>
17640       <method name="Void EndInvoke(IAsyncResult)">
17641         <size>0</size>
17642       </method>
17643     </type>
17644     <type name="C+&lt;Main&gt;c__AnonStorey0">
17645       <method name="Void .ctor()">
17646         <size>7</size>
17647       </method>
17648       <method name="Void &lt;&gt;m__1()">
17649         <size>38</size>
17650       </method>
17651     </type>
17652     <type name="C">
17653       <method name="Void &lt;Main&gt;m__3()">
17654         <size>16</size>
17655       </method>
17656       <method name="Void &lt;Main&gt;m__4()">
17657         <size>16</size>
17658       </method>
17659       <method name="Void &lt;Main&gt;m__5()">
17660         <size>61</size>
17661       </method>
17662     </type>
17663     <type name="&lt;PrivateImplementationDetails&gt;">
17664       <method name="Void .ctor()">
17665         <size>7</size>
17666       </method>
17667     </type>
17668     <type name="B">
17669       <method name="Void BaseM()">
17670         <size>1</size>
17671       </method>
17672       <method name="Void .ctor()">
17673         <size>7</size>
17674       </method>
17675     </type>
17676     <type name="C">
17677       <method name="Void InstanceTests()">
17678         <size>18</size>
17679       </method>
17680       <method name="Void &lt;InstanceTests&gt;m__0()">
17681         <size>7</size>
17682       </method>
17683       <method name="Void &lt;Main&gt;m__6()">
17684         <size>53</size>
17685       </method>
17686     </type>
17687     <type name="C+&lt;Main&gt;c__AnonStorey0">
17688       <method name="Void &lt;&gt;m__2()">
17689         <size>32</size>
17690       </method>
17691     </type>
17692     <type name="C">
17693       <method name="Void &lt;BaseM&gt;__BaseCallProxy0()">
17694         <size>7</size>
17695       </method>
17696     </type>
17697   </test>
17698   <test name="gtest-anon-24.cs">
17699     <type name="Disposable`1[T]">
17700       <method name="Void .ctor()">
17701         <size>7</size>
17702       </method>
17703       <method name="Void Dispose()">
17704         <size>1</size>
17705       </method>
17706     </type>
17707     <type name="Test">
17708       <method name="Void .ctor()">
17709         <size>7</size>
17710       </method>
17711       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
17712         <size>38</size>
17713       </method>
17714       <method name="System.Func`1[T] Throw[T](T)">
17715         <size>26</size>
17716       </method>
17717       <method name="System.Func`1[T] Do[T](T)">
17718         <size>26</size>
17719       </method>
17720       <method name="System.Func`1[T] Lock[T](T)">
17721         <size>26</size>
17722       </method>
17723       <method name="System.Func`1[T] Catch[T](T)">
17724         <size>26</size>
17725       </method>
17726       <method name="System.Func`1[T] Finally[T](T)">
17727         <size>26</size>
17728       </method>
17729       <method name="System.Func`1[T] Using[T](T)">
17730         <size>57</size>
17731       </method>
17732       <method name="System.Func`1[T] Switch[T](T)">
17733         <size>38</size>
17734       </method>
17735       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
17736         <size>26</size>
17737       </method>
17738       <method name="Int32 Main()">
17739         <size>575</size>
17740       </method>
17741     </type>
17742     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
17743       <method name="Void .ctor()">
17744         <size>7</size>
17745       </method>
17746       <method name="T[] &lt;&gt;m__0()">
17747         <size>56</size>
17748       </method>
17749     </type>
17750     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
17751       <method name="Void .ctor()">
17752         <size>7</size>
17753       </method>
17754       <method name="T &lt;&gt;m__1()">
17755         <size>23</size>
17756       </method>
17757     </type>
17758     <type name="Test">
17759       <method name="Void ArrayMutate[T](T[])">
17760         <size>27</size>
17761       </method>
17762       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
17763         <size>26</size>
17764       </method>
17765       <method name="System.Func`1[System.Type] TypeOf[T](T)">
17766         <size>38</size>
17767       </method>
17768     </type>
17769     <type name="Test+&lt;TypeOf&gt;c__AnonStorey2`1[T]">
17770       <method name="System.Type &lt;&gt;m__2()">
17771         <size>56</size>
17772       </method>
17773       <method name="Void .ctor()">
17774         <size>7</size>
17775       </method>
17776     </type>
17777     <type name="Test+&lt;Do&gt;c__AnonStorey3`1[T]">
17778       <method name="T &lt;&gt;m__3()">
17779         <size>28</size>
17780       </method>
17781       <method name="Void .ctor()">
17782         <size>7</size>
17783       </method>
17784     </type>
17785     <type name="Test+&lt;Lock&gt;c__AnonStorey4`1[T]">
17786       <method name="T &lt;&gt;m__4()">
17787         <size>72</size>
17788       </method>
17789       <method name="Void .ctor()">
17790         <size>7</size>
17791       </method>
17792     </type>
17793     <type name="Test+&lt;Catch&gt;c__AnonStorey5`1[T]">
17794       <method name="T &lt;&gt;m__5()">
17795         <size>48</size>
17796       </method>
17797       <method name="Void .ctor()">
17798         <size>7</size>
17799       </method>
17800     </type>
17801     <type name="Test+&lt;Finally&gt;c__AnonStorey6`1[T]">
17802       <method name="T &lt;&gt;m__6()">
17803         <size>50</size>
17804       </method>
17805       <method name="Void .ctor()">
17806         <size>7</size>
17807       </method>
17808     </type>
17809     <type name="Test+&lt;Using&gt;c__AnonStorey7`1[T]">
17810       <method name="T &lt;&gt;m__7()">
17811         <size>7</size>
17812       </method>
17813       <method name="Void .ctor()">
17814         <size>7</size>
17815       </method>
17816     </type>
17817     <type name="Test+&lt;Switch&gt;c__AnonStorey8`1[T]">
17818       <method name="T &lt;&gt;m__8()">
17819         <size>35</size>
17820       </method>
17821       <method name="Void .ctor()">
17822         <size>7</size>
17823       </method>
17824     </type>
17825     <type name="Test+&lt;ForForeach&gt;c__AnonStorey9`1[T]">
17826       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__9()">
17827         <size>56</size>
17828       </method>
17829       <method name="Void .ctor()">
17830         <size>7</size>
17831       </method>
17832     </type>
17833     <type name="Test+&lt;ArrayMutate&gt;c__AnonStoreyA`1[T]">
17834       <method name="Void &lt;&gt;m__A(Int32)">
17835         <size>36</size>
17836       </method>
17837       <method name="Void .ctor()">
17838         <size>7</size>
17839       </method>
17840     </type>
17841     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyB`1[T]">
17842       <method name="T[][] &lt;&gt;m__B()">
17843         <size>48</size>
17844       </method>
17845       <method name="Void .ctor()">
17846         <size>7</size>
17847       </method>
17848     </type>
17849     <type name="CA`1[T]">
17850       <method name="Void .ctor()">
17851         <size>7</size>
17852       </method>
17853     </type>
17854     <type name="Test">
17855       <method name="System.Func`1[T[]] NestedTypeMutate[T]()">
17856         <size>34</size>
17857       </method>
17858       <method name="System.Func`1[System.Int32] ArrayMultiMutate[T](T[,])">
17859         <size>26</size>
17860       </method>
17861     </type>
17862     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyC`1[T]">
17863       <method name="Int32 &lt;&gt;m__C()">
17864         <size>27</size>
17865       </method>
17866       <method name="Void .ctor()">
17867         <size>7</size>
17868       </method>
17869     </type>
17870     <type name="Test+&lt;NestedTypeMutate&gt;c__AnonStoreyD`1[T]">
17871       <method name="T[] &lt;&gt;m__D()">
17872         <size>37</size>
17873       </method>
17874       <method name="Void .ctor()">
17875         <size>7</size>
17876       </method>
17877     </type>
17878   </test>
17879   <test name="gtest-anon-25.cs">
17880     <type name="HS`1[T]">
17881       <method name="Void .ctor(IEqualityComparer`1)">
17882         <size>7</size>
17883       </method>
17884     </type>
17885     <type name="Test">
17886       <method name="Void .ctor()">
17887         <size>7</size>
17888       </method>
17889       <method name="Void Foo[T](IEqualityComparer`1)">
17890         <size>27</size>
17891       </method>
17892       <method name="Int32 Main()">
17893         <size>8</size>
17894       </method>
17895     </type>
17896     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
17897       <method name="Void .ctor()">
17898         <size>7</size>
17899       </method>
17900       <method name="HS`1[T] &lt;&gt;m__0()">
17901         <size>12</size>
17902       </method>
17903     </type>
17904   </test>
17905   <test name="gtest-anon-26.cs">
17906     <type name="MonoBugs.BrokenGenericCast">
17907       <method name="Void .ctor()">
17908         <size>7</size>
17909       </method>
17910       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
17911         <size>13</size>
17912       </method>
17913       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
17914         <size>13</size>
17915       </method>
17916       <method name="Void Main()">
17917         <size>1</size>
17918       </method>
17919       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
17920         <size>12</size>
17921       </method>
17922       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
17923         <size>12</size>
17924       </method>
17925     </type>
17926   </test>
17927   <test name="gtest-anon-27.cs">
17928     <type name="BaseDataObjectFactory">
17929       <method name="Void .ctor()">
17930         <size>7</size>
17931       </method>
17932       <method name="T GetBusinessQueryObjectFromReader[T]()">
17933         <size>8</size>
17934       </method>
17935       <method name="T[] GetQueryObjects[T](System.String)">
17936         <size>0</size>
17937       </method>
17938     </type>
17939     <type name="BusinessQueryObject">
17940       <method name="Void .ctor()">
17941         <size>7</size>
17942       </method>
17943     </type>
17944     <type name="MySqlDataObjectFactory">
17945       <method name="Void .ctor()">
17946         <size>7</size>
17947       </method>
17948       <method name="T[] GetQueryObjects[T](System.String)">
17949         <size>63</size>
17950       </method>
17951       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
17952         <size>1</size>
17953       </method>
17954     </type>
17955     <type name="C">
17956       <method name="Void .ctor()">
17957         <size>7</size>
17958       </method>
17959       <method name="Void Main()">
17960         <size>1</size>
17961       </method>
17962     </type>
17963     <type name="MySqlDataObjectFactory+PerformActionWithReader">
17964       <method name="Void .ctor(Object, IntPtr)">
17965         <size>0</size>
17966       </method>
17967       <method name="Void Invoke()">
17968         <size>0</size>
17969       </method>
17970       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17971         <size>0</size>
17972       </method>
17973       <method name="Void EndInvoke(IAsyncResult)">
17974         <size>0</size>
17975       </method>
17976     </type>
17977     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
17978       <method name="Void .ctor()">
17979         <size>7</size>
17980       </method>
17981       <method name="Void &lt;&gt;m__0()">
17982         <size>17</size>
17983       </method>
17984     </type>
17985   </test>
17986   <test name="gtest-anon-28.cs">
17987     <type name="A">
17988       <method name="Void .ctor()">
17989         <size>7</size>
17990       </method>
17991       <method name="Void Foo[T]()">
17992         <size>0</size>
17993       </method>
17994     </type>
17995     <type name="B">
17996       <method name="Void .ctor()">
17997         <size>7</size>
17998       </method>
17999       <method name="Void Foo[T]()">
18000         <size>14</size>
18001       </method>
18002       <method name="Void Main()">
18003         <size>1</size>
18004       </method>
18005     </type>
18006     <type name="B+Del">
18007       <method name="Void .ctor(Object, IntPtr)">
18008         <size>0</size>
18009       </method>
18010       <method name="Void Invoke()">
18011         <size>0</size>
18012       </method>
18013       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18014         <size>0</size>
18015       </method>
18016       <method name="Void EndInvoke(IAsyncResult)">
18017         <size>0</size>
18018       </method>
18019     </type>
18020     <type name="B">
18021       <method name="Void &lt;Foo`1&gt;m__0[T]()">
18022         <size>7</size>
18023       </method>
18024     </type>
18025   </test>
18026   <test name="gtest-anon-29.cs">
18027     <type name="Test">
18028       <method name="Void .ctor()">
18029         <size>7</size>
18030       </method>
18031       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
18032         <size>17</size>
18033       </method>
18034       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
18035         <size>32</size>
18036       </method>
18037       <method name="T Item[T](IList`1)">
18038         <size>7</size>
18039       </method>
18040       <method name="T GetSingleItem[T](IList`1)">
18041         <size>10</size>
18042       </method>
18043       <method name="Void Main()">
18044         <size>15</size>
18045       </method>
18046     </type>
18047     <type name="Test+Creator`1[T]">
18048       <method name="Void .ctor(Object, IntPtr)">
18049         <size>0</size>
18050       </method>
18051       <method name="T Invoke()">
18052         <size>0</size>
18053       </method>
18054       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18055         <size>0</size>
18056       </method>
18057       <method name="T EndInvoke(IAsyncResult)">
18058         <size>0</size>
18059       </method>
18060     </type>
18061     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
18062       <method name="Void .ctor()">
18063         <size>7</size>
18064       </method>
18065       <method name="T &lt;&gt;m__0()">
18066         <size>12</size>
18067       </method>
18068     </type>
18069   </test>
18070   <test name="gtest-anon-3.cs">
18071     <type name="X">
18072       <method name="Void .ctor()">
18073         <size>7</size>
18074       </method>
18075       <method name="Void Hello[U](U)">
18076         <size>1</size>
18077       </method>
18078       <method name="Void Test[T](T)">
18079         <size>28</size>
18080       </method>
18081       <method name="Void Main()">
18082         <size>14</size>
18083       </method>
18084     </type>
18085     <type name="Foo`1[S]">
18086       <method name="Void .ctor(Object, IntPtr)">
18087         <size>0</size>
18088       </method>
18089       <method name="Void Invoke(S)">
18090         <size>0</size>
18091       </method>
18092       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
18093         <size>0</size>
18094       </method>
18095       <method name="Void EndInvoke(IAsyncResult)">
18096         <size>0</size>
18097       </method>
18098     </type>
18099     <type name="X">
18100       <method name="Void &lt;Test`1&gt;m__0[T](T)">
18101         <size>8</size>
18102       </method>
18103     </type>
18104   </test>
18105   <test name="gtest-anon-30.cs">
18106     <type name="X">
18107       <method name="Void .ctor()">
18108         <size>7</size>
18109       </method>
18110       <method name="Void Hello[U](U)">
18111         <size>1</size>
18112       </method>
18113       <method name="Void Test[T](T)">
18114         <size>46</size>
18115       </method>
18116       <method name="Void Main()">
18117         <size>1</size>
18118       </method>
18119     </type>
18120     <type name="Simple">
18121       <method name="Void .ctor(Object, IntPtr)">
18122         <size>0</size>
18123       </method>
18124       <method name="Void Invoke()">
18125         <size>0</size>
18126       </method>
18127       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18128         <size>0</size>
18129       </method>
18130       <method name="Void EndInvoke(IAsyncResult)">
18131         <size>0</size>
18132       </method>
18133     </type>
18134     <type name="Foo">
18135       <method name="Void .ctor(Object, IntPtr)">
18136         <size>0</size>
18137       </method>
18138       <method name="Simple Invoke()">
18139         <size>0</size>
18140       </method>
18141       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18142         <size>0</size>
18143       </method>
18144       <method name="Simple EndInvoke(IAsyncResult)">
18145         <size>0</size>
18146       </method>
18147     </type>
18148     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
18149       <method name="Void .ctor()">
18150         <size>7</size>
18151       </method>
18152       <method name="Simple &lt;&gt;m__0()">
18153         <size>55</size>
18154       </method>
18155     </type>
18156     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
18157       <method name="Void .ctor()">
18158         <size>7</size>
18159       </method>
18160       <method name="Void &lt;&gt;m__1()">
18161         <size>50</size>
18162       </method>
18163     </type>
18164   </test>
18165   <test name="gtest-anon-31.cs">
18166     <type name="A">
18167       <method name="Void Fail[X]()">
18168         <size>25</size>
18169       </method>
18170       <method name="Void Main()">
18171         <size>1</size>
18172       </method>
18173     </type>
18174     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
18175       <method name="Void .ctor()">
18176         <size>7</size>
18177       </method>
18178       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
18179         <size>36</size>
18180       </method>
18181       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
18182         <size>1</size>
18183       </method>
18184     </type>
18185   </test>
18186   <test name="gtest-anon-32.cs">
18187     <type name="Program">
18188       <method name="Void .ctor()">
18189         <size>7</size>
18190       </method>
18191       <method name="Void Foo[T](IList`1)">
18192         <size>31</size>
18193       </method>
18194       <method name="Void Assert(System.Action`1[System.Int32])">
18195         <size>9</size>
18196       </method>
18197       <method name="Void Main(System.String[])">
18198         <size>7</size>
18199       </method>
18200     </type>
18201     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
18202       <method name="Void .ctor()">
18203         <size>7</size>
18204       </method>
18205       <method name="Void &lt;&gt;m__0(Int32)">
18206         <size>18</size>
18207       </method>
18208     </type>
18209   </test>
18210   <test name="gtest-anon-33.cs">
18211     <type name="IEnumerableRocks">
18212       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
18213         <size>33</size>
18214       </method>
18215       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
18216         <size>125</size>
18217       </method>
18218     </type>
18219     <type name="Test">
18220       <method name="Void .ctor()">
18221         <size>7</size>
18222       </method>
18223       <method name="Void Main()">
18224         <size>67</size>
18225       </method>
18226       <method name="System.String &lt;Main&gt;m__1(System.String)">
18227         <size>17</size>
18228       </method>
18229     </type>
18230     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
18231       <method name="Void .ctor()">
18232         <size>7</size>
18233       </method>
18234       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
18235         <size>34</size>
18236       </method>
18237     </type>
18238   </test>
18239   <test name="gtest-anon-34.cs">
18240     <type name="MyClass">
18241       <method name="Void .ctor()">
18242         <size>18</size>
18243       </method>
18244       <method name="Int32 get_Answer()">
18245         <size>7</size>
18246       </method>
18247       <method name="Void set_Answer(Int32)">
18248         <size>8</size>
18249       </method>
18250     </type>
18251     <type name="Test">
18252       <method name="Void .ctor()">
18253         <size>7</size>
18254       </method>
18255       <method name="Int32 Main()">
18256         <size>82</size>
18257       </method>
18258     </type>
18259     <type name="Test+D">
18260       <method name="Void .ctor(Object, IntPtr)">
18261         <size>0</size>
18262       </method>
18263       <method name="Void Invoke()">
18264         <size>0</size>
18265       </method>
18266       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18267         <size>0</size>
18268       </method>
18269       <method name="Void EndInvoke(IAsyncResult)">
18270         <size>0</size>
18271       </method>
18272     </type>
18273     <type name="Test+&lt;Main&gt;c__AnonStorey0">
18274       <method name="Void .ctor()">
18275         <size>7</size>
18276       </method>
18277       <method name="Void &lt;&gt;m__0()">
18278         <size>33</size>
18279       </method>
18280     </type>
18281   </test>
18282   <test name="gtest-anon-35.cs">
18283     <type name="C`1[T]">
18284       <method name="Void .ctor()">
18285         <size>7</size>
18286       </method>
18287       <method name="System.Func`1[T] XX()">
18288         <size>32</size>
18289       </method>
18290       <method name="T &lt;XX&gt;m__0()">
18291         <size>10</size>
18292       </method>
18293     </type>
18294     <type name="C2`1[T]">
18295       <method name="Void .ctor()">
18296         <size>7</size>
18297       </method>
18298       <method name="System.Func`1[C`1[T]] XX()">
18299         <size>32</size>
18300       </method>
18301       <method name="C`1[T] &lt;XX&gt;m__1()">
18302         <size>2</size>
18303       </method>
18304     </type>
18305     <type name="N1">
18306       <method name="Void .ctor()">
18307         <size>7</size>
18308       </method>
18309       <method name="System.Func`1[T] XX[T]()">
18310         <size>15</size>
18311       </method>
18312     </type>
18313     <type name="Test">
18314       <method name="Void .ctor()">
18315         <size>7</size>
18316       </method>
18317       <method name="Int32 Main()">
18318         <size>98</size>
18319       </method>
18320     </type>
18321     <type name="N1">
18322       <method name="T &lt;XX`1&gt;m__2[T]()">
18323         <size>10</size>
18324       </method>
18325     </type>
18326   </test>
18327   <test name="gtest-anon-36.cs">
18328     <type name="Foo`1[T]">
18329       <method name="Void .ctor()">
18330         <size>7</size>
18331       </method>
18332       <method name="Void add_handler(Handler`1[T])">
18333         <size>47</size>
18334       </method>
18335       <method name="Void remove_handler(Handler`1[T])">
18336         <size>47</size>
18337       </method>
18338       <method name="Void add_Handler(Handler`1[T])">
18339         <size>48</size>
18340       </method>
18341       <method name="Void remove_Handler(Handler`1[T])">
18342         <size>8</size>
18343       </method>
18344       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
18345         <size>18</size>
18346       </method>
18347     </type>
18348     <type name="Program">
18349       <method name="Void .ctor()">
18350         <size>7</size>
18351       </method>
18352       <method name="Int32 Main()">
18353         <size>15</size>
18354       </method>
18355     </type>
18356     <type name="Handler`1[T]">
18357       <method name="Void .ctor(Object, IntPtr)">
18358         <size>0</size>
18359       </method>
18360       <method name="Void Invoke(System.Object)">
18361         <size>0</size>
18362       </method>
18363       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
18364         <size>0</size>
18365       </method>
18366       <method name="Void EndInvoke(IAsyncResult)">
18367         <size>0</size>
18368       </method>
18369     </type>
18370   </test>
18371   <test name="gtest-anon-37.cs">
18372     <type name="Wrap`1[U]">
18373       <method name="Void .ctor()">
18374         <size>7</size>
18375       </method>
18376     </type>
18377     <type name="Test">
18378       <method name="Void .ctor()">
18379         <size>7</size>
18380       </method>
18381       <method name="Int32 Run[T](Wrap`1[T])">
18382         <size>56</size>
18383       </method>
18384       <method name="Int32 Main()">
18385         <size>16</size>
18386       </method>
18387     </type>
18388     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
18389       <method name="Void .ctor()">
18390         <size>7</size>
18391       </method>
18392       <method name="Void &lt;&gt;m__0()">
18393         <size>17</size>
18394       </method>
18395     </type>
18396   </test>
18397   <test name="gtest-anon-38.cs">
18398     <type name="Foo`1[T]">
18399       <method name="Void .ctor()">
18400         <size>7</size>
18401       </method>
18402       <method name="Boolean ContainsAll[U](IEnumerable`1)">
18403         <size>40</size>
18404       </method>
18405       <method name="Boolean Contains(T)">
18406         <size>2</size>
18407       </method>
18408     </type>
18409     <type name="Program">
18410       <method name="Void .ctor()">
18411         <size>7</size>
18412       </method>
18413       <method name="Int32 Main()">
18414         <size>42</size>
18415       </method>
18416     </type>
18417     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
18418       <method name="Void .ctor()">
18419         <size>7</size>
18420       </method>
18421       <method name="Boolean &lt;&gt;m__0()">
18422         <size>201</size>
18423       </method>
18424     </type>
18425     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
18426       <method name="Void .ctor()">
18427         <size>7</size>
18428       </method>
18429     </type>
18430     <type name="&lt;PrivateImplementationDetails&gt;">
18431       <method name="Void .ctor()">
18432         <size>7</size>
18433       </method>
18434     </type>
18435   </test>
18436   <test name="gtest-anon-39.cs">
18437     <type name="Test">
18438       <method name="Void .ctor()">
18439         <size>7</size>
18440       </method>
18441       <method name="Void Test_1[T](T)">
18442         <size>33</size>
18443       </method>
18444       <method name="Void Test_2[T](Nullable`1)">
18445         <size>33</size>
18446       </method>
18447       <method name="Void Main()">
18448         <size>39</size>
18449       </method>
18450     </type>
18451     <type name="Test+D">
18452       <method name="Void .ctor(Object, IntPtr)">
18453         <size>0</size>
18454       </method>
18455       <method name="Void Invoke()">
18456         <size>0</size>
18457       </method>
18458       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18459         <size>0</size>
18460       </method>
18461       <method name="Void EndInvoke(IAsyncResult)">
18462         <size>0</size>
18463       </method>
18464     </type>
18465     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
18466       <method name="Void .ctor()">
18467         <size>7</size>
18468       </method>
18469       <method name="Void &lt;&gt;m__0()">
18470         <size>24</size>
18471       </method>
18472     </type>
18473     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
18474       <method name="Void .ctor()">
18475         <size>7</size>
18476       </method>
18477       <method name="Void &lt;&gt;m__1()">
18478         <size>85</size>
18479       </method>
18480     </type>
18481     <type name="Test">
18482       <method name="T Test_3[T](System.Object)">
18483         <size>51</size>
18484       </method>
18485     </type>
18486     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
18487       <method name="Void .ctor()">
18488         <size>7</size>
18489       </method>
18490       <method name="Void &lt;&gt;m__2()">
18491         <size>23</size>
18492       </method>
18493     </type>
18494   </test>
18495   <test name="gtest-anon-4.cs">
18496     <type name="Test">
18497       <method name="Void .ctor()">
18498         <size>7</size>
18499       </method>
18500       <method name="Void Main()">
18501         <size>59</size>
18502       </method>
18503       <method name="Int32 GetItem()">
18504         <size>50</size>
18505       </method>
18506       <method name="IEnumerable`1 GetItems()">
18507         <size>16</size>
18508       </method>
18509     </type>
18510     <type name="&lt;PrivateImplementationDetails&gt;">
18511       <method name="Void .ctor()">
18512         <size>7</size>
18513       </method>
18514     </type>
18515     <type name="Test+&lt;GetItems&gt;c__Iterator0">
18516       <method name="Void .ctor()">
18517         <size>7</size>
18518       </method>
18519       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18520         <size>12</size>
18521       </method>
18522       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18523         <size>7</size>
18524       </method>
18525       <method name="Boolean MoveNext()">
18526         <size>67</size>
18527       </method>
18528       <method name="Void Dispose()">
18529         <size>8</size>
18530       </method>
18531       <method name="Void Reset()">
18532         <size>6</size>
18533       </method>
18534       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
18535         <size>7</size>
18536       </method>
18537       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
18538         <size>26</size>
18539       </method>
18540     </type>
18541   </test>
18542   <test name="gtest-anon-40.cs">
18543     <type name="RunTests">
18544       <method name="Int32 Main()">
18545         <size>7</size>
18546       </method>
18547     </type>
18548     <type name="Test1.X">
18549       <method name="Void .ctor()">
18550         <size>7</size>
18551       </method>
18552       <method name="Void Test1[R](R, Int32)">
18553         <size>150</size>
18554       </method>
18555       <method name="Void Run()">
18556         <size>13</size>
18557       </method>
18558     </type>
18559     <type name="Test1.Foo">
18560       <method name="Void .ctor(Object, IntPtr)">
18561         <size>0</size>
18562       </method>
18563       <method name="Int32 Invoke()">
18564         <size>0</size>
18565       </method>
18566       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18567         <size>0</size>
18568       </method>
18569       <method name="Int32 EndInvoke(IAsyncResult)">
18570         <size>0</size>
18571       </method>
18572     </type>
18573     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
18574       <method name="Void .ctor()">
18575         <size>7</size>
18576       </method>
18577       <method name="Int32 &lt;&gt;m__0()">
18578         <size>71</size>
18579       </method>
18580     </type>
18581     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
18582       <method name="Void .ctor()">
18583         <size>7</size>
18584       </method>
18585     </type>
18586     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
18587       <method name="Void .ctor()">
18588         <size>7</size>
18589       </method>
18590     </type>
18591   </test>
18592   <test name="gtest-anon-41.cs">
18593     <type name="C">
18594       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
18595         <size>37</size>
18596       </method>
18597       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
18598         <size>6</size>
18599       </method>
18600       <method name="Void Main()">
18601         <size>1</size>
18602       </method>
18603       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
18604         <size>8</size>
18605       </method>
18606       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
18607         <size>8</size>
18608       </method>
18609     </type>
18610   </test>
18611   <test name="gtest-anon-42.cs">
18612     <type name="Test">
18613       <method name="Void .ctor()">
18614         <size>7</size>
18615       </method>
18616       <method name="Void Test_3[T]()">
18617         <size>20</size>
18618       </method>
18619       <method name="Int32 Main()">
18620         <size>12</size>
18621       </method>
18622     </type>
18623     <type name="Test+D">
18624       <method name="Void .ctor(Object, IntPtr)">
18625         <size>0</size>
18626       </method>
18627       <method name="Void Invoke()">
18628         <size>0</size>
18629       </method>
18630       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18631         <size>0</size>
18632       </method>
18633       <method name="Void EndInvoke(IAsyncResult)">
18634         <size>0</size>
18635       </method>
18636     </type>
18637     <type name="Test">
18638       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
18639         <size>11</size>
18640       </method>
18641     </type>
18642   </test>
18643   <test name="gtest-anon-43.cs">
18644     <type name="TestC">
18645       <method name="Void .ctor()">
18646         <size>7</size>
18647       </method>
18648       <method name="System.Func`1[System.Type] Test[T]()">
18649         <size>13</size>
18650       </method>
18651       <method name="Int32 Main()">
18652         <size>76</size>
18653       </method>
18654       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
18655         <size>11</size>
18656       </method>
18657     </type>
18658   </test>
18659   <test name="gtest-anon-44.cs">
18660     <type name="UiaAtkBridgeTest.Test">
18661       <method name="Void .ctor()">
18662         <size>7</size>
18663       </method>
18664       <method name="Void Invoke(System.EventHandler)">
18665         <size>1</size>
18666       </method>
18667     </type>
18668     <type name="UiaAtkBridgeTest.GailTester">
18669       <method name="Void .ctor()">
18670         <size>7</size>
18671       </method>
18672       <method name="Void ThisCausesACrash[I]()">
18673         <size>18</size>
18674       </method>
18675       <method name="Void Main()">
18676         <size>1</size>
18677       </method>
18678       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
18679         <size>1</size>
18680       </method>
18681     </type>
18682   </test>
18683   <test name="gtest-anon-45.cs">
18684     <type name="C">
18685       <method name="Void .ctor()">
18686         <size>7</size>
18687       </method>
18688       <method name="Void AnyMethod[T]()">
18689         <size>20</size>
18690       </method>
18691       <method name="Int32 Main()">
18692         <size>12</size>
18693       </method>
18694     </type>
18695     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
18696       <method name="Void .ctor()">
18697         <size>7</size>
18698       </method>
18699       <method name="Void &lt;&gt;m__1(System.String)">
18700         <size>14</size>
18701       </method>
18702     </type>
18703     <type name="C">
18704       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
18705         <size>31</size>
18706       </method>
18707     </type>
18708   </test>
18709   <test name="gtest-anon-46.cs">
18710     <type name="TheClass">
18711       <method name="Void .ctor()">
18712         <size>7</size>
18713       </method>
18714       <method name="Void Foo[T](T, System.Func`2[T,T])">
18715         <size>41</size>
18716       </method>
18717       <method name="Void Main()">
18718         <size>8</size>
18719       </method>
18720     </type>
18721     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
18722       <method name="Void .ctor()">
18723         <size>7</size>
18724       </method>
18725       <method name="System.Func`1[T] &lt;&gt;m__0()">
18726         <size>31</size>
18727       </method>
18728       <method name="T &lt;&gt;m__1()">
18729         <size>18</size>
18730       </method>
18731     </type>
18732   </test>
18733   <test name="gtest-anon-47.cs">
18734     <type name="C">
18735       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
18736         <size>26</size>
18737       </method>
18738     </type>
18739     <type name="Test">
18740       <method name="Int32 Main()">
18741         <size>59</size>
18742       </method>
18743       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
18744         <size>23</size>
18745       </method>
18746       <method name="Void .ctor()">
18747         <size>7</size>
18748       </method>
18749     </type>
18750     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
18751       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
18752         <size>33</size>
18753       </method>
18754       <method name="Void .ctor()">
18755         <size>7</size>
18756       </method>
18757     </type>
18758     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
18759       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
18760         <size>45</size>
18761       </method>
18762       <method name="Void .ctor()">
18763         <size>7</size>
18764       </method>
18765     </type>
18766     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
18767       <method name="Void &lt;&gt;m__2(T3)">
18768         <size>35</size>
18769       </method>
18770       <method name="Void .ctor()">
18771         <size>7</size>
18772       </method>
18773     </type>
18774   </test>
18775   <test name="gtest-anon-48.cs">
18776     <type name="GeneratorEnumerable`1[T]">
18777       <method name="Void .ctor(Func`1)">
18778         <size>7</size>
18779       </method>
18780     </type>
18781     <type name="GeneratorExpression">
18782       <method name="Void .ctor()">
18783         <size>7</size>
18784       </method>
18785     </type>
18786     <type name="GeneratorInvoker">
18787       <method name="Void .ctor(GeneratorExpression)">
18788         <size>7</size>
18789       </method>
18790       <method name="Void Invoke[T](T ByRef)">
18791         <size>1</size>
18792       </method>
18793     </type>
18794     <type name="Interpreter">
18795       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
18796         <size>31</size>
18797       </method>
18798       <method name="Int32 Main()">
18799         <size>13</size>
18800       </method>
18801     </type>
18802     <type name="Func`1[TResult]">
18803       <method name="Void .ctor(Object, IntPtr)">
18804         <size>0</size>
18805       </method>
18806       <method name="TResult Invoke()">
18807         <size>0</size>
18808       </method>
18809       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18810         <size>0</size>
18811       </method>
18812       <method name="TResult EndInvoke(IAsyncResult)">
18813         <size>0</size>
18814       </method>
18815     </type>
18816     <type name="GeneratorNext`1[T]">
18817       <method name="Void .ctor(Object, IntPtr)">
18818         <size>0</size>
18819       </method>
18820       <method name="Void Invoke(T ByRef)">
18821         <size>0</size>
18822       </method>
18823       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
18824         <size>0</size>
18825       </method>
18826       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
18827         <size>0</size>
18828       </method>
18829     </type>
18830     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
18831       <method name="Void .ctor()">
18832         <size>7</size>
18833       </method>
18834       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
18835         <size>23</size>
18836       </method>
18837     </type>
18838   </test>
18839   <test name="gtest-anon-49.cs">
18840     <type name="Test">
18841       <method name="Void .ctor()">
18842         <size>7</size>
18843       </method>
18844       <method name="Void Main()">
18845         <size>1</size>
18846       </method>
18847       <method name="Void DetermineLinkedCells()">
18848         <size>74</size>
18849       </method>
18850     </type>
18851     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
18852       <method name="Void .ctor()">
18853         <size>7</size>
18854       </method>
18855     </type>
18856     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
18857       <method name="Void .ctor()">
18858         <size>7</size>
18859       </method>
18860       <method name="Boolean &lt;&gt;m__1(System.Object)">
18861         <size>13</size>
18862       </method>
18863       <method name="Boolean &lt;&gt;m__0(System.Object)">
18864         <size>18</size>
18865       </method>
18866     </type>
18867   </test>
18868   <test name="gtest-anon-5.cs">
18869     <type name="X">
18870       <method name="Void .ctor()">
18871         <size>7</size>
18872       </method>
18873       <method name="Void Main()">
18874         <size>80</size>
18875       </method>
18876     </type>
18877     <type name="Hello">
18878       <method name="Void .ctor(Object, IntPtr)">
18879         <size>0</size>
18880       </method>
18881       <method name="Void Invoke()">
18882         <size>0</size>
18883       </method>
18884       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18885         <size>0</size>
18886       </method>
18887       <method name="Void EndInvoke(IAsyncResult)">
18888         <size>0</size>
18889       </method>
18890     </type>
18891     <type name="Foo+&lt;Test&gt;c__Iterator0">
18892       <method name="Void .ctor()">
18893         <size>7</size>
18894       </method>
18895       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18896         <size>12</size>
18897       </method>
18898       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18899         <size>7</size>
18900       </method>
18901       <method name="Boolean MoveNext()">
18902         <size>96</size>
18903       </method>
18904       <method name="Void Dispose()">
18905         <size>8</size>
18906       </method>
18907       <method name="Void Reset()">
18908         <size>6</size>
18909       </method>
18910     </type>
18911     <type name="Foo">
18912       <method name="Void .ctor(Int32)">
18913         <size>8</size>
18914       </method>
18915       <method name="IEnumerable`1 Test(Foo)">
18916         <size>42</size>
18917       </method>
18918       <method name="Void Hello(Int32)">
18919         <size>19</size>
18920       </method>
18921       <method name="System.String ToString()">
18922         <size>22</size>
18923       </method>
18924     </type>
18925     <type name="Foo+&lt;Test&gt;c__Iterator0">
18926       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
18927         <size>7</size>
18928       </method>
18929       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
18930         <size>52</size>
18931       </method>
18932     </type>
18933   </test>
18934   <test name="gtest-anon-50.cs">
18935     <type name="M">
18936       <method name="Void .ctor()">
18937         <size>7</size>
18938       </method>
18939       <method name="Int32 Main()">
18940         <size>12</size>
18941       </method>
18942     </type>
18943     <type name="SomeGenericClass`1[SomeType]">
18944       <method name="Void .ctor()">
18945         <size>7</size>
18946       </method>
18947       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
18948         <size>7</size>
18949       </method>
18950       <method name="Void FailsToCompile()">
18951         <size>19</size>
18952       </method>
18953     </type>
18954     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
18955       <method name="Void .ctor(Object, IntPtr)">
18956         <size>0</size>
18957       </method>
18958       <method name="Void Invoke()">
18959         <size>0</size>
18960       </method>
18961       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18962         <size>0</size>
18963       </method>
18964       <method name="Void EndInvoke(IAsyncResult)">
18965         <size>0</size>
18966       </method>
18967     </type>
18968     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
18969       <method name="Void .ctor()">
18970         <size>7</size>
18971       </method>
18972     </type>
18973     <type name="SomeGenericClass`1[SomeType]">
18974       <method name="Void &lt;FailsToCompile&gt;m__0()">
18975         <size>44</size>
18976       </method>
18977     </type>
18978     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
18979       <method name="Void &lt;&gt;m__1()">
18980         <size>18</size>
18981       </method>
18982     </type>
18983   </test>
18984   <test name="gtest-anon-51.cs">
18985     <type name="Driver">
18986       <method name="Void .ctor()">
18987         <size>7</size>
18988       </method>
18989       <method name="Int32 Main()">
18990         <size>12</size>
18991       </method>
18992       <method name="Void P(Int32, Int32)">
18993         <size>1</size>
18994       </method>
18995       <method name="Void Repro()">
18996         <size>100</size>
18997       </method>
18998     </type>
18999     <type name="Bla">
19000       <method name="Void .ctor(Object, IntPtr)">
19001         <size>0</size>
19002       </method>
19003       <method name="Void Invoke()">
19004         <size>0</size>
19005       </method>
19006       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19007         <size>0</size>
19008       </method>
19009       <method name="Void EndInvoke(IAsyncResult)">
19010         <size>0</size>
19011       </method>
19012     </type>
19013     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
19014       <method name="Void .ctor()">
19015         <size>7</size>
19016       </method>
19017       <method name="Void &lt;&gt;m__0()">
19018         <size>35</size>
19019       </method>
19020     </type>
19021   </test>
19022   <test name="gtest-anon-52.cs">
19023     <type name="A`1[T]">
19024       <method name="Void .ctor()">
19025         <size>7</size>
19026       </method>
19027     </type>
19028     <type name="A`1+B[T]">
19029       <method name="Void .ctor()">
19030         <size>18</size>
19031       </method>
19032       <method name="Void W[R](System.String, System.Func`2[T,R])">
19033         <size>39</size>
19034       </method>
19035     </type>
19036     <type name="B">
19037       <method name="Void .ctor()">
19038         <size>7</size>
19039       </method>
19040       <method name="Void Main()">
19041         <size>1</size>
19042       </method>
19043     </type>
19044     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
19045       <method name="Void .ctor()">
19046         <size>7</size>
19047       </method>
19048       <method name="Void &lt;&gt;m__0(T[])">
19049         <size>55</size>
19050       </method>
19051     </type>
19052   </test>
19053   <test name="gtest-anon-53.cs">
19054     <type name="TestComp.Program">
19055       <method name="Void .ctor()">
19056         <size>7</size>
19057       </method>
19058       <method name="Void Main(System.String[])">
19059         <size>1</size>
19060       </method>
19061     </type>
19062     <type name="TestComp.Program+MyClass">
19063       <method name="Void .ctor()">
19064         <size>7</size>
19065       </method>
19066       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
19067         <size>1</size>
19068       </method>
19069       <method name="Void UseATemplate()">
19070         <size>36</size>
19071       </method>
19072       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
19073         <size>16</size>
19074       </method>
19075     </type>
19076     <type name="TestComp.Program+MyClass+MyDelegate">
19077       <method name="Void .ctor(Object, IntPtr)">
19078         <size>0</size>
19079       </method>
19080       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
19081         <size>0</size>
19082       </method>
19083       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
19084         <size>0</size>
19085       </method>
19086       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
19087         <size>0</size>
19088       </method>
19089     </type>
19090   </test>
19091   <test name="gtest-anon-54.cs">
19092     <type name="Class">
19093       <method name="Void .ctor()">
19094         <size>7</size>
19095       </method>
19096       <method name="System.String get_Property()">
19097         <size>6</size>
19098       </method>
19099       <method name="System.String Method()">
19100         <size>44</size>
19101       </method>
19102       <method name="Int32 Main()">
19103         <size>39</size>
19104       </method>
19105     </type>
19106     <type name="Class+&lt;Method&gt;c__AnonStorey0">
19107       <method name="Void .ctor()">
19108         <size>7</size>
19109       </method>
19110       <method name="System.String &lt;&gt;m__0()">
19111         <size>56</size>
19112       </method>
19113     </type>
19114     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
19115       <method name="Void .ctor()">
19116         <size>7</size>
19117       </method>
19118       <method name="System.String &lt;&gt;m__1(System.String)">
19119         <size>52</size>
19120       </method>
19121     </type>
19122     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
19123       <method name="Void .ctor()">
19124         <size>7</size>
19125       </method>
19126       <method name="System.String &lt;&gt;m__2()">
19127         <size>39</size>
19128       </method>
19129     </type>
19130   </test>
19131   <test name="gtest-anon-55.cs">
19132     <type name="Thing`1[TFirst]">
19133       <method name="Void .ctor(Action`1)">
19134         <size>14</size>
19135       </method>
19136       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
19137         <size>31</size>
19138       </method>
19139       <method name="Void SomeAction()">
19140         <size>18</size>
19141       </method>
19142     </type>
19143     <type name="Program">
19144       <method name="Void Main()">
19145         <size>42</size>
19146       </method>
19147       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
19148         <size>2</size>
19149       </method>
19150     </type>
19151     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
19152       <method name="Void .ctor()">
19153         <size>7</size>
19154       </method>
19155       <method name="Void &lt;&gt;m__0(TFirst)">
19156         <size>47</size>
19157       </method>
19158     </type>
19159   </test>
19160   <test name="gtest-anon-56.cs">
19161     <type name="G`1[T]">
19162       <method name="Void .ctor()">
19163         <size>7</size>
19164       </method>
19165       <method name="T def()">
19166         <size>10</size>
19167       </method>
19168     </type>
19169     <type name="C">
19170       <method name="Void .ctor()">
19171         <size>7</size>
19172       </method>
19173       <method name="Void foo(System.Object)">
19174         <size>1</size>
19175       </method>
19176       <method name="Void cf[T]()">
19177         <size>35</size>
19178       </method>
19179       <method name="Int32 Main()">
19180         <size>17</size>
19181       </method>
19182     </type>
19183     <type name="C+DF">
19184       <method name="Void .ctor(Object, IntPtr)">
19185         <size>0</size>
19186       </method>
19187       <method name="Void Invoke()">
19188         <size>0</size>
19189       </method>
19190       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19191         <size>0</size>
19192       </method>
19193       <method name="Void EndInvoke(IAsyncResult)">
19194         <size>0</size>
19195       </method>
19196     </type>
19197     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
19198       <method name="Void .ctor()">
19199         <size>7</size>
19200       </method>
19201       <method name="Void &lt;&gt;m__0()">
19202         <size>22</size>
19203       </method>
19204     </type>
19205   </test>
19206   <test name="gtest-anon-57.cs">
19207     <type name="X`1[T]">
19208       <method name="Void IFoo&lt;T&gt;.Test()">
19209         <size>37</size>
19210       </method>
19211       <method name="Void &lt;Test&gt;m__0()">
19212         <size>7</size>
19213       </method>
19214       <method name="Void .ctor()">
19215         <size>7</size>
19216       </method>
19217     </type>
19218     <type name="M">
19219       <method name="Void Main()">
19220         <size>13</size>
19221       </method>
19222       <method name="Void .ctor()">
19223         <size>7</size>
19224       </method>
19225     </type>
19226     <type name="Foo">
19227       <method name="Void Invoke()">
19228         <size>0</size>
19229       </method>
19230       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19231         <size>0</size>
19232       </method>
19233       <method name="Void EndInvoke(IAsyncResult)">
19234         <size>0</size>
19235       </method>
19236       <method name="Void .ctor(Object, IntPtr)">
19237         <size>0</size>
19238       </method>
19239     </type>
19240   </test>
19241   <test name="gtest-anon-58.cs">
19242     <type name="Test">
19243       <method name="X Foo[X](Boolean)">
19244         <size>45</size>
19245       </method>
19246       <method name="X FooNested[X](Boolean)">
19247         <size>66</size>
19248       </method>
19249       <method name="Int32 Main()">
19250         <size>36</size>
19251       </method>
19252       <method name="Void .ctor()">
19253         <size>7</size>
19254       </method>
19255     </type>
19256     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[X]">
19257       <method name="X &lt;&gt;m__0()">
19258         <size>12</size>
19259       </method>
19260       <method name="Void .ctor()">
19261         <size>7</size>
19262       </method>
19263     </type>
19264     <type name="Test+&lt;FooNested&gt;c__AnonStorey1`1[X]">
19265       <method name="Call`1[X] &lt;&gt;m__1()">
19266         <size>12</size>
19267       </method>
19268       <method name="Void .ctor()">
19269         <size>7</size>
19270       </method>
19271     </type>
19272   </test>
19273   <test name="gtest-anon-59.cs">
19274     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
19275       <method name="Void DoSend[TMessage](System.Action`1[T])">
19276         <size>83</size>
19277       </method>
19278       <method name="Void Send(System.Action`1[T])">
19279         <size>1</size>
19280       </method>
19281       <method name="Void ActionOnObject(System.Object)">
19282         <size>8</size>
19283       </method>
19284       <method name="Void Dispose()">
19285         <size>11</size>
19286       </method>
19287       <method name="Void .ctor()">
19288         <size>7</size>
19289       </method>
19290     </type>
19291     <type name="TestGenericsSubtypeMatching.C">
19292       <method name="Void Main()">
19293         <size>40</size>
19294       </method>
19295       <method name="Void &lt;Main&gt;m__1(System.String)">
19296         <size>7</size>
19297       </method>
19298       <method name="Void .ctor()">
19299         <size>7</size>
19300       </method>
19301     </type>
19302     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
19303       <method name="Void .ctor()">
19304         <size>7</size>
19305       </method>
19306     </type>
19307     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
19308       <method name="Void &lt;&gt;m__0(T)">
19309         <size>35</size>
19310       </method>
19311       <method name="Void .ctor()">
19312         <size>7</size>
19313       </method>
19314     </type>
19315   </test>
19316   <test name="gtest-anon-6.cs">
19317     <type name="X">
19318       <method name="Void .ctor()">
19319         <size>7</size>
19320       </method>
19321       <method name="Void Hello[U,V](U, V)">
19322         <size>1</size>
19323       </method>
19324       <method name="Void Test[A,B,C](A, B, C)">
19325         <size>49</size>
19326       </method>
19327       <method name="Void Main()">
19328         <size>28</size>
19329       </method>
19330     </type>
19331     <type name="Foo`2[R,S]">
19332       <method name="Void .ctor(Object, IntPtr)">
19333         <size>0</size>
19334       </method>
19335       <method name="Void Invoke(R, S)">
19336         <size>0</size>
19337       </method>
19338       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
19339         <size>0</size>
19340       </method>
19341       <method name="Void EndInvoke(IAsyncResult)">
19342         <size>0</size>
19343       </method>
19344     </type>
19345     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
19346       <method name="Void .ctor()">
19347         <size>7</size>
19348       </method>
19349       <method name="Void &lt;&gt;m__0(A, Int32)">
19350         <size>32</size>
19351       </method>
19352     </type>
19353   </test>
19354   <test name="gtest-anon-60.cs">
19355     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
19356       <method name="Void DoSend[TMessage](System.Action`1[T])">
19357         <size>83</size>
19358       </method>
19359       <method name="Void Send(System.Action`1[T])">
19360         <size>1</size>
19361       </method>
19362       <method name="Void ActionOnObject(System.Object)">
19363         <size>8</size>
19364       </method>
19365       <method name="Void Dispose()">
19366         <size>11</size>
19367       </method>
19368       <method name="Void .ctor()">
19369         <size>7</size>
19370       </method>
19371     </type>
19372     <type name="TestGenericsSubtypeMatching.C">
19373       <method name="Int32 Main()">
19374         <size>41</size>
19375       </method>
19376       <method name="Void &lt;Main&gt;m__1(Int32)">
19377         <size>7</size>
19378       </method>
19379       <method name="Void .ctor()">
19380         <size>7</size>
19381       </method>
19382     </type>
19383     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
19384       <method name="Void .ctor()">
19385         <size>7</size>
19386       </method>
19387     </type>
19388     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
19389       <method name="Void &lt;&gt;m__0(T)">
19390         <size>35</size>
19391       </method>
19392       <method name="Void .ctor()">
19393         <size>7</size>
19394       </method>
19395     </type>
19396   </test>
19397   <test name="gtest-anon-61.cs">
19398     <type name="TestCase">
19399       <method name="Void Main()">
19400         <size>32</size>
19401       </method>
19402       <method name="Void Test[T](IList`1)">
19403         <size>33</size>
19404       </method>
19405       <method name="Void .ctor()">
19406         <size>7</size>
19407       </method>
19408     </type>
19409     <type name="&lt;PrivateImplementationDetails&gt;">
19410       <method name="Void .ctor()">
19411         <size>7</size>
19412       </method>
19413     </type>
19414     <type name="TestCase+&lt;Test&gt;c__AnonStorey0`1[T]">
19415       <method name="Void &lt;&gt;m__0()">
19416         <size>46</size>
19417       </method>
19418       <method name="Int32 &lt;&gt;m__1(IList`1)">
19419         <size>2</size>
19420       </method>
19421       <method name="Void .ctor()">
19422         <size>7</size>
19423       </method>
19424     </type>
19425   </test>
19426   <test name="gtest-anon-62.cs">
19427     <type name="D">
19428       <method name="Void Invoke(System.Object)">
19429         <size>0</size>
19430       </method>
19431       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
19432         <size>0</size>
19433       </method>
19434       <method name="Void EndInvoke(IAsyncResult)">
19435         <size>0</size>
19436       </method>
19437       <method name="Void .ctor(Object, IntPtr)">
19438         <size>0</size>
19439       </method>
19440     </type>
19441     <type name="T">
19442       <method name="Void Assert(System.Object)">
19443         <size>1</size>
19444       </method>
19445       <method name="Void Execute(System.Action)">
19446         <size>1</size>
19447       </method>
19448       <method name="D GetD[T](System.Object)">
19449         <size>33</size>
19450       </method>
19451       <method name="Void Main()">
19452         <size>24</size>
19453       </method>
19454       <method name="Void .ctor()">
19455         <size>7</size>
19456       </method>
19457     </type>
19458     <type name="T+&lt;GetD&gt;c__AnonStorey2`1[T]">
19459       <method name="Void &lt;&gt;m__0(System.Object)">
19460         <size>77</size>
19461       </method>
19462       <method name="Void .ctor()">
19463         <size>7</size>
19464       </method>
19465     </type>
19466     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey0`1[T]">
19467       <method name="Void .ctor()">
19468         <size>7</size>
19469       </method>
19470     </type>
19471     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey1`1[T]">
19472       <method name="Void &lt;&gt;m__1()">
19473         <size>51</size>
19474       </method>
19475       <method name="Void .ctor()">
19476         <size>7</size>
19477       </method>
19478     </type>
19479   </test>
19480   <test name="gtest-anon-63.cs">
19481     <type name="A">
19482       <method name="Void Foo[T](T, System.String[])">
19483         <size>1</size>
19484       </method>
19485       <method name="Void .ctor()">
19486         <size>7</size>
19487       </method>
19488     </type>
19489     <type name="B">
19490       <method name="Void Test(Int32)">
19491         <size>40</size>
19492       </method>
19493       <method name="Void Test2[T](T)">
19494         <size>34</size>
19495       </method>
19496       <method name="Void &lt;Foo&gt;__BaseCallProxy0[T](T, System.String[])">
19497         <size>9</size>
19498       </method>
19499       <method name="Void .ctor()">
19500         <size>7</size>
19501       </method>
19502     </type>
19503     <type name="Test">
19504       <method name="Void Main()">
19505         <size>12</size>
19506       </method>
19507       <method name="Void .ctor()">
19508         <size>7</size>
19509       </method>
19510     </type>
19511     <type name="B+&lt;Test&gt;c__AnonStorey0">
19512       <method name="Void &lt;&gt;m__0()">
19513         <size>32</size>
19514       </method>
19515       <method name="Void .ctor()">
19516         <size>7</size>
19517       </method>
19518     </type>
19519     <type name="B+&lt;Test2&gt;c__AnonStorey1`1[T]">
19520       <method name="Void &lt;&gt;m__1()">
19521         <size>40</size>
19522       </method>
19523       <method name="Void .ctor()">
19524         <size>7</size>
19525       </method>
19526     </type>
19527   </test>
19528   <test name="gtest-anon-64.cs">
19529     <type name="C`1[T]">
19530       <method name="Void Foo[U](U)">
19531         <size>81</size>
19532       </method>
19533       <method name="Void Run(T)">
19534         <size>1</size>
19535       </method>
19536       <method name="Void .ctor()">
19537         <size>7</size>
19538       </method>
19539     </type>
19540     <type name="D">
19541       <method name="Void .ctor()">
19542         <size>7</size>
19543       </method>
19544     </type>
19545     <type name="E">
19546       <method name="Void .ctor()">
19547         <size>7</size>
19548       </method>
19549     </type>
19550     <type name="A">
19551       <method name="Int32 Main()">
19552         <size>12</size>
19553       </method>
19554       <method name="Void .ctor()">
19555         <size>7</size>
19556       </method>
19557     </type>
19558     <type name="C`1+&lt;Foo&gt;c__AnonStorey0`1[T,U]">
19559       <method name="Void .ctor()">
19560         <size>7</size>
19561       </method>
19562     </type>
19563     <type name="C`1+&lt;Foo&gt;c__AnonStorey1`1[T,U]">
19564       <method name="U &lt;&gt;m__0()">
19565         <size>12</size>
19566       </method>
19567       <method name="Void &lt;&gt;m__1()">
19568         <size>12</size>
19569       </method>
19570       <method name="Void .ctor()">
19571         <size>7</size>
19572       </method>
19573     </type>
19574   </test>
19575   <test name="gtest-anon-7.cs">
19576     <type name="MyDisposable">
19577       <method name="Void .ctor()">
19578         <size>26</size>
19579       </method>
19580       <method name="Void Dispose()">
19581         <size>1</size>
19582       </method>
19583       <method name="Int32 get_ID()">
19584         <size>7</size>
19585       </method>
19586       <method name="System.String ToString()">
19587         <size>28</size>
19588       </method>
19589     </type>
19590     <type name="X">
19591       <method name="Void .ctor()">
19592         <size>7</size>
19593       </method>
19594       <method name="IEnumerable`1 Test(Int32)">
19595         <size>30</size>
19596       </method>
19597       <method name="Void Main()">
19598         <size>60</size>
19599       </method>
19600     </type>
19601     <type name="X+&lt;Test&gt;c__Iterator0">
19602       <method name="Void .ctor()">
19603         <size>7</size>
19604       </method>
19605       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19606         <size>12</size>
19607       </method>
19608       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19609         <size>7</size>
19610       </method>
19611       <method name="Boolean MoveNext()">
19612         <size>178</size>
19613       </method>
19614       <method name="Void Dispose()">
19615         <size>66</size>
19616       </method>
19617       <method name="Void Reset()">
19618         <size>6</size>
19619       </method>
19620       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
19621         <size>7</size>
19622       </method>
19623       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
19624         <size>40</size>
19625       </method>
19626     </type>
19627   </test>
19628   <test name="gtest-anon-8.cs">
19629     <type name="X">
19630       <method name="Void .ctor()">
19631         <size>7</size>
19632       </method>
19633       <method name="Void Test[R](R, Int32)">
19634         <size>88</size>
19635       </method>
19636       <method name="Void Main()">
19637         <size>12</size>
19638       </method>
19639     </type>
19640     <type name="Foo">
19641       <method name="Void .ctor(Object, IntPtr)">
19642         <size>0</size>
19643       </method>
19644       <method name="Int32 Invoke()">
19645         <size>0</size>
19646       </method>
19647       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19648         <size>0</size>
19649       </method>
19650       <method name="Int32 EndInvoke(IAsyncResult)">
19651         <size>0</size>
19652       </method>
19653     </type>
19654     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
19655       <method name="Void .ctor()">
19656         <size>7</size>
19657       </method>
19658       <method name="Int32 &lt;&gt;m__0()">
19659         <size>34</size>
19660       </method>
19661     </type>
19662     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
19663       <method name="Void .ctor()">
19664         <size>7</size>
19665       </method>
19666     </type>
19667   </test>
19668   <test name="gtest-anon-9.cs">
19669     <type name="Test">
19670       <method name="Void .ctor()">
19671         <size>7</size>
19672       </method>
19673       <method name="IEnumerable`1 get_Foo()">
19674         <size>16</size>
19675       </method>
19676       <method name="Void set_Foo(IEnumerable`1)">
19677         <size>11</size>
19678       </method>
19679       <method name="Void Main()">
19680         <size>80</size>
19681       </method>
19682       <method name="Foo op_Implicit(Test)">
19683         <size>30</size>
19684       </method>
19685       <method name="IEnumerable`1 op_Addition(Test, Test)">
19686         <size>44</size>
19687       </method>
19688     </type>
19689     <type name="Foo">
19690       <method name="Void .ctor(Object, IntPtr)">
19691         <size>0</size>
19692       </method>
19693       <method name="Void Invoke()">
19694         <size>0</size>
19695       </method>
19696       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19697         <size>0</size>
19698       </method>
19699       <method name="Void EndInvoke(IAsyncResult)">
19700         <size>0</size>
19701       </method>
19702     </type>
19703     <type name="Test">
19704       <method name="Void &lt;op_Implicit&gt;m__0()">
19705         <size>11</size>
19706       </method>
19707     </type>
19708     <type name="Test+&lt;&gt;c__Iterator0">
19709       <method name="Void .ctor()">
19710         <size>7</size>
19711       </method>
19712       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19713         <size>12</size>
19714       </method>
19715       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19716         <size>7</size>
19717       </method>
19718       <method name="Boolean MoveNext()">
19719         <size>63</size>
19720       </method>
19721       <method name="Void Dispose()">
19722         <size>8</size>
19723       </method>
19724       <method name="Void Reset()">
19725         <size>6</size>
19726       </method>
19727     </type>
19728     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
19729       <method name="Void .ctor()">
19730         <size>7</size>
19731       </method>
19732       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19733         <size>7</size>
19734       </method>
19735       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19736         <size>7</size>
19737       </method>
19738       <method name="Boolean MoveNext()">
19739         <size>96</size>
19740       </method>
19741       <method name="Void Dispose()">
19742         <size>8</size>
19743       </method>
19744       <method name="Void Reset()">
19745         <size>6</size>
19746       </method>
19747     </type>
19748     <type name="Test+&lt;&gt;c__Iterator0">
19749       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
19750         <size>7</size>
19751       </method>
19752       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
19753         <size>26</size>
19754       </method>
19755     </type>
19756     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
19757       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
19758         <size>7</size>
19759       </method>
19760       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
19761         <size>52</size>
19762       </method>
19763     </type>
19764   </test>
19765   <test name="gtest-anon-type-12.cs">
19766     <type name="C">
19767       <method name="Int32 Main()">
19768         <size>23</size>
19769       </method>
19770       <method name="Void .ctor()">
19771         <size>7</size>
19772       </method>
19773     </type>
19774     <type name="&lt;&gt;__AnonType0`1[&lt;ToString&gt;__T]">
19775       <method name="&lt;ToString&gt;__T get_ToString()">
19776         <size>7</size>
19777       </method>
19778       <method name="Boolean Equals(System.Object)">
19779         <size>39</size>
19780       </method>
19781       <method name="Int32 GetHashCode()">
19782         <size>63</size>
19783       </method>
19784       <method name="System.String ToString()">
19785         <size>67</size>
19786       </method>
19787       <method name="Void .ctor(&lt;ToString&gt;__T)">
19788         <size>14</size>
19789       </method>
19790     </type>
19791   </test>
19792   <test name="gtest-anontype-01.cs">
19793     <type name="Test">
19794       <method name="Void .ctor()">
19795         <size>7</size>
19796       </method>
19797       <method name="Int32 Main()">
19798         <size>53</size>
19799       </method>
19800     </type>
19801     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19802       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19803         <size>21</size>
19804       </method>
19805       <method name="&lt;Foo&gt;__T get_Foo()">
19806         <size>7</size>
19807       </method>
19808       <method name="&lt;Baz&gt;__T get_Baz()">
19809         <size>7</size>
19810       </method>
19811       <method name="Boolean Equals(System.Object)">
19812         <size>69</size>
19813       </method>
19814       <method name="Int32 GetHashCode()">
19815         <size>86</size>
19816       </method>
19817       <method name="System.String ToString()">
19818         <size>142</size>
19819       </method>
19820     </type>
19821   </test>
19822   <test name="gtest-anontype-02.cs">
19823     <type name="Test">
19824       <method name="Void .ctor()">
19825         <size>7</size>
19826       </method>
19827       <method name="System.Object TestA(System.String)">
19828         <size>7</size>
19829       </method>
19830       <method name="Int32 Main()">
19831         <size>99</size>
19832       </method>
19833     </type>
19834     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
19835       <method name="Void .ctor(&lt;s&gt;__T)">
19836         <size>14</size>
19837       </method>
19838       <method name="&lt;s&gt;__T get_s()">
19839         <size>7</size>
19840       </method>
19841       <method name="Boolean Equals(System.Object)">
19842         <size>39</size>
19843       </method>
19844       <method name="Int32 GetHashCode()">
19845         <size>63</size>
19846       </method>
19847       <method name="System.String ToString()">
19848         <size>67</size>
19849       </method>
19850     </type>
19851     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19852       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19853         <size>21</size>
19854       </method>
19855       <method name="&lt;Foo&gt;__T get_Foo()">
19856         <size>7</size>
19857       </method>
19858       <method name="&lt;Baz&gt;__T get_Baz()">
19859         <size>7</size>
19860       </method>
19861       <method name="Boolean Equals(System.Object)">
19862         <size>69</size>
19863       </method>
19864       <method name="Int32 GetHashCode()">
19865         <size>86</size>
19866       </method>
19867       <method name="System.String ToString()">
19868         <size>142</size>
19869       </method>
19870     </type>
19871   </test>
19872   <test name="gtest-anontype-03.cs">
19873     <type name="MyClass">
19874       <method name="Void .ctor()">
19875         <size>18</size>
19876       </method>
19877       <method name="Int32 get_Baz()">
19878         <size>3</size>
19879       </method>
19880     </type>
19881     <type name="Test">
19882       <method name="Void .ctor()">
19883         <size>7</size>
19884       </method>
19885       <method name="Int32 Main()">
19886         <size>64</size>
19887       </method>
19888     </type>
19889     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19890       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19891         <size>21</size>
19892       </method>
19893       <method name="&lt;Foo&gt;__T get_Foo()">
19894         <size>7</size>
19895       </method>
19896       <method name="&lt;Baz&gt;__T get_Baz()">
19897         <size>7</size>
19898       </method>
19899       <method name="Boolean Equals(System.Object)">
19900         <size>69</size>
19901       </method>
19902       <method name="Int32 GetHashCode()">
19903         <size>86</size>
19904       </method>
19905       <method name="System.String ToString()">
19906         <size>142</size>
19907       </method>
19908     </type>
19909   </test>
19910   <test name="gtest-anontype-04.cs">
19911     <type name="MyClass">
19912       <method name="Void .ctor()">
19913         <size>18</size>
19914       </method>
19915       <method name="Int32 get_Baz()">
19916         <size>3</size>
19917       </method>
19918     </type>
19919     <type name="Test">
19920       <method name="Void .ctor()">
19921         <size>7</size>
19922       </method>
19923       <method name="Int32 Main()">
19924         <size>111</size>
19925       </method>
19926     </type>
19927     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
19928       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
19929         <size>36</size>
19930       </method>
19931       <method name="&lt;Foo&gt;__T get_Foo()">
19932         <size>7</size>
19933       </method>
19934       <method name="&lt;Baz&gt;__T get_Baz()">
19935         <size>7</size>
19936       </method>
19937       <method name="&lt;Hello&gt;__T get_Hello()">
19938         <size>7</size>
19939       </method>
19940       <method name="&lt;Answer&gt;__T get_Answer()">
19941         <size>7</size>
19942       </method>
19943       <method name="Boolean Equals(System.Object)">
19944         <size>123</size>
19945       </method>
19946       <method name="Int32 GetHashCode()">
19947         <size>132</size>
19948       </method>
19949       <method name="System.String ToString()">
19950         <size>258</size>
19951       </method>
19952     </type>
19953   </test>
19954   <test name="gtest-anontype-05.cs">
19955     <type name="Test">
19956       <method name="Void .ctor()">
19957         <size>7</size>
19958       </method>
19959       <method name="System.String Null()">
19960         <size>2</size>
19961       </method>
19962       <method name="Int32 Main()">
19963         <size>297</size>
19964       </method>
19965     </type>
19966     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
19967       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
19968         <size>21</size>
19969       </method>
19970       <method name="&lt;Name&gt;__T get_Name()">
19971         <size>7</size>
19972       </method>
19973       <method name="&lt;Age&gt;__T get_Age()">
19974         <size>7</size>
19975       </method>
19976       <method name="Boolean Equals(System.Object)">
19977         <size>69</size>
19978       </method>
19979       <method name="Int32 GetHashCode()">
19980         <size>86</size>
19981       </method>
19982       <method name="System.String ToString()">
19983         <size>142</size>
19984       </method>
19985     </type>
19986     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
19987       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
19988         <size>21</size>
19989       </method>
19990       <method name="&lt;Age&gt;__T get_Age()">
19991         <size>7</size>
19992       </method>
19993       <method name="&lt;Name&gt;__T get_Name()">
19994         <size>7</size>
19995       </method>
19996       <method name="Boolean Equals(System.Object)">
19997         <size>69</size>
19998       </method>
19999       <method name="Int32 GetHashCode()">
20000         <size>86</size>
20001       </method>
20002       <method name="System.String ToString()">
20003         <size>142</size>
20004       </method>
20005     </type>
20006     <type name="&lt;&gt;__AnonType2">
20007       <method name="Void .ctor()">
20008         <size>7</size>
20009       </method>
20010       <method name="Boolean Equals(System.Object)">
20011         <size>15</size>
20012       </method>
20013       <method name="Int32 GetHashCode()">
20014         <size>40</size>
20015       </method>
20016       <method name="System.String ToString()">
20017         <size>6</size>
20018       </method>
20019     </type>
20020     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
20021       <method name="Void .ctor(&lt;Foo&gt;__T)">
20022         <size>14</size>
20023       </method>
20024       <method name="&lt;Foo&gt;__T get_Foo()">
20025         <size>7</size>
20026       </method>
20027       <method name="Boolean Equals(System.Object)">
20028         <size>39</size>
20029       </method>
20030       <method name="Int32 GetHashCode()">
20031         <size>63</size>
20032       </method>
20033       <method name="System.String ToString()">
20034         <size>67</size>
20035       </method>
20036     </type>
20037   </test>
20038   <test name="gtest-anontype-06.cs">
20039     <type name="CastByExample">
20040       <method name="Void .ctor()">
20041         <size>7</size>
20042       </method>
20043       <method name="T Cast[T](System.Object, T)">
20044         <size>7</size>
20045       </method>
20046       <method name="Void Main()">
20047         <size>29</size>
20048       </method>
20049     </type>
20050     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
20051       <method name="Void .ctor(&lt;Foo&gt;__T)">
20052         <size>14</size>
20053       </method>
20054       <method name="&lt;Foo&gt;__T get_Foo()">
20055         <size>7</size>
20056       </method>
20057       <method name="Boolean Equals(System.Object)">
20058         <size>39</size>
20059       </method>
20060       <method name="Int32 GetHashCode()">
20061         <size>63</size>
20062       </method>
20063       <method name="System.String ToString()">
20064         <size>67</size>
20065       </method>
20066     </type>
20067   </test>
20068   <test name="gtest-anontype-07.cs">
20069     <type name="Test">
20070       <method name="Void .ctor()">
20071         <size>7</size>
20072       </method>
20073       <method name="Int32 Main()">
20074         <size>64</size>
20075       </method>
20076     </type>
20077     <type name="&lt;&gt;__AnonType0">
20078       <method name="Void .ctor()">
20079         <size>7</size>
20080       </method>
20081       <method name="Boolean Equals(System.Object)">
20082         <size>15</size>
20083       </method>
20084       <method name="Int32 GetHashCode()">
20085         <size>40</size>
20086       </method>
20087       <method name="System.String ToString()">
20088         <size>6</size>
20089       </method>
20090     </type>
20091   </test>
20092   <test name="gtest-anontype-08.cs">
20093     <type name="Test">
20094       <method name="Void Main()">
20095         <size>15</size>
20096       </method>
20097     </type>
20098     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
20099       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
20100         <size>21</size>
20101       </method>
20102       <method name="&lt;X&gt;__T get_X()">
20103         <size>7</size>
20104       </method>
20105       <method name="&lt;Y&gt;__T get_Y()">
20106         <size>7</size>
20107       </method>
20108       <method name="Boolean Equals(System.Object)">
20109         <size>69</size>
20110       </method>
20111       <method name="Int32 GetHashCode()">
20112         <size>86</size>
20113       </method>
20114       <method name="System.String ToString()">
20115         <size>142</size>
20116       </method>
20117     </type>
20118   </test>
20119   <test name="gtest-anontype-09.cs">
20120     <type name="My.System.Test">
20121       <method name="Int32 Main()">
20122         <size>35</size>
20123       </method>
20124     </type>
20125     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
20126       <method name="Void .ctor(&lt;X&gt;__T)">
20127         <size>14</size>
20128       </method>
20129       <method name="&lt;X&gt;__T get_X()">
20130         <size>7</size>
20131       </method>
20132       <method name="Boolean Equals(System.Object)">
20133         <size>39</size>
20134       </method>
20135       <method name="Int32 GetHashCode()">
20136         <size>63</size>
20137       </method>
20138       <method name="System.String ToString()">
20139         <size>67</size>
20140       </method>
20141     </type>
20142     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
20143       <method name="Void .ctor(&lt;Value&gt;__T)">
20144         <size>14</size>
20145       </method>
20146       <method name="&lt;Value&gt;__T get_Value()">
20147         <size>7</size>
20148       </method>
20149       <method name="Boolean Equals(System.Object)">
20150         <size>39</size>
20151       </method>
20152       <method name="Int32 GetHashCode()">
20153         <size>63</size>
20154       </method>
20155       <method name="System.String ToString()">
20156         <size>67</size>
20157       </method>
20158     </type>
20159   </test>
20160   <test name="gtest-anontype-10.cs">
20161     <type name="A">
20162       <method name="Void .ctor()">
20163         <size>7</size>
20164       </method>
20165       <method name="Int32 get_X()">
20166         <size>3</size>
20167       </method>
20168     </type>
20169     <type name="B">
20170       <method name="Void .ctor()">
20171         <size>7</size>
20172       </method>
20173       <method name="Int32 Main()">
20174         <size>11</size>
20175       </method>
20176       <method name="Int32 Test()">
20177         <size>33</size>
20178       </method>
20179     </type>
20180     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
20181       <method name="Void .ctor(&lt;X&gt;__T)">
20182         <size>14</size>
20183       </method>
20184       <method name="&lt;X&gt;__T get_X()">
20185         <size>7</size>
20186       </method>
20187       <method name="Boolean Equals(System.Object)">
20188         <size>39</size>
20189       </method>
20190       <method name="Int32 GetHashCode()">
20191         <size>63</size>
20192       </method>
20193       <method name="System.String ToString()">
20194         <size>67</size>
20195       </method>
20196     </type>
20197   </test>
20198   <test name="gtest-anontype-11.cs">
20199     <type name="Alpha">
20200       <method name="Void .ctor(String)">
20201         <size>14</size>
20202       </method>
20203       <method name="Int32 GetHashCode()">
20204         <size>18</size>
20205       </method>
20206     </type>
20207     <type name="Beta">
20208       <method name="Void .ctor(String)">
20209         <size>14</size>
20210       </method>
20211       <method name="Int32 GetHashCode()">
20212         <size>18</size>
20213       </method>
20214     </type>
20215     <type name="Program">
20216       <method name="Int32 Main()">
20217         <size>49</size>
20218       </method>
20219     </type>
20220     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
20221       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
20222         <size>21</size>
20223       </method>
20224       <method name="&lt;First&gt;__T get_First()">
20225         <size>7</size>
20226       </method>
20227       <method name="&lt;Second&gt;__T get_Second()">
20228         <size>7</size>
20229       </method>
20230       <method name="Boolean Equals(System.Object)">
20231         <size>69</size>
20232       </method>
20233       <method name="Int32 GetHashCode()">
20234         <size>86</size>
20235       </method>
20236       <method name="System.String ToString()">
20237         <size>142</size>
20238       </method>
20239     </type>
20240   </test>
20241   <test name="gtest-autoproperty-01.cs">
20242     <type name="Test">
20243       <method name="Void .ctor()">
20244         <size>15</size>
20245       </method>
20246       <method name="System.String get_Foo()">
20247         <size>7</size>
20248       </method>
20249       <method name="Void set_Foo(System.String)">
20250         <size>8</size>
20251       </method>
20252       <method name="Int32 get_Answer()">
20253         <size>7</size>
20254       </method>
20255       <method name="Void set_Answer(Int32)">
20256         <size>8</size>
20257       </method>
20258       <method name="Int32 Main()">
20259         <size>97</size>
20260       </method>
20261     </type>
20262     <type name="Test+A">
20263       <method name="Void .ctor()">
20264         <size>7</size>
20265       </method>
20266       <method name="System.String get_B()">
20267         <size>7</size>
20268       </method>
20269       <method name="Void set_B(System.String)">
20270         <size>8</size>
20271       </method>
20272     </type>
20273   </test>
20274   <test name="gtest-autoproperty-02.cs">
20275     <type name="Test">
20276       <method name="Void .ctor()">
20277         <size>7</size>
20278       </method>
20279       <method name="System.String get_Foo()">
20280         <size>6</size>
20281       </method>
20282       <method name="Void set_Foo(System.String)">
20283         <size>7</size>
20284       </method>
20285       <method name="Int32 get_Answer()">
20286         <size>6</size>
20287       </method>
20288       <method name="Void set_Answer(Int32)">
20289         <size>7</size>
20290       </method>
20291       <method name="Int32 Main()">
20292         <size>114</size>
20293       </method>
20294     </type>
20295     <type name="Test+A">
20296       <method name="Void .ctor()">
20297         <size>7</size>
20298       </method>
20299       <method name="System.String get_B()">
20300         <size>6</size>
20301       </method>
20302       <method name="Void set_B(System.String)">
20303         <size>7</size>
20304       </method>
20305       <method name="System.String get_C()">
20306         <size>6</size>
20307       </method>
20308       <method name="Void set_C(System.String)">
20309         <size>7</size>
20310       </method>
20311       <method name="Void DoThings()">
20312         <size>11</size>
20313       </method>
20314     </type>
20315   </test>
20316   <test name="gtest-autoproperty-03.cs">
20317     <type name="Test">
20318       <method name="Void .ctor()">
20319         <size>7</size>
20320       </method>
20321       <method name="System.String get_Foo()">
20322         <size>7</size>
20323       </method>
20324       <method name="Void set_Foo(System.String)">
20325         <size>8</size>
20326       </method>
20327       <method name="Int32 Main()">
20328         <size>251</size>
20329       </method>
20330     </type>
20331   </test>
20332   <test name="gtest-autoproperty-04.cs">
20333     <type name="MonoTests.MainClass">
20334       <method name="Void .ctor()">
20335         <size>7</size>
20336       </method>
20337       <method name="System.String[] get_foo()">
20338         <size>7</size>
20339       </method>
20340       <method name="Void set_foo(System.String[])">
20341         <size>8</size>
20342       </method>
20343       <method name="System.String[] get_bar()">
20344         <size>0</size>
20345       </method>
20346       <method name="Void set_bar(System.String[])">
20347         <size>0</size>
20348       </method>
20349       <method name="Void Main(System.String[])">
20350         <size>11</size>
20351       </method>
20352     </type>
20353     <type name="MonoTests.ChildClass">
20354       <method name="Void .ctor()">
20355         <size>7</size>
20356       </method>
20357       <method name="System.String[] get_foo()">
20358         <size>7</size>
20359       </method>
20360       <method name="Void set_foo(System.String[])">
20361         <size>8</size>
20362       </method>
20363       <method name="System.String[] get_bar()">
20364         <size>7</size>
20365       </method>
20366       <method name="Void set_bar(System.String[])">
20367         <size>8</size>
20368       </method>
20369     </type>
20370   </test>
20371   <test name="gtest-autoproperty-05.cs">
20372     <type name="Test">
20373       <method name="Void .ctor()">
20374         <size>7</size>
20375       </method>
20376       <method name="System.String get_X()">
20377         <size>7</size>
20378       </method>
20379       <method name="Void set_X(System.String)">
20380         <size>8</size>
20381       </method>
20382     </type>
20383     <type name="M">
20384       <method name="Void .ctor()">
20385         <size>7</size>
20386       </method>
20387       <method name="Void Main()">
20388         <size>1</size>
20389       </method>
20390     </type>
20391   </test>
20392   <test name="gtest-autoproperty-06.cs">
20393     <type name="A">
20394       <method name="Void .ctor()">
20395         <size>7</size>
20396       </method>
20397     </type>
20398     <type name="B">
20399       <method name="Void .ctor()">
20400         <size>7</size>
20401       </method>
20402     </type>
20403     <type name="C">
20404       <method name="Void .ctor()">
20405         <size>7</size>
20406       </method>
20407       <method name="B I&lt;B&gt;.get_Prop()">
20408         <size>7</size>
20409       </method>
20410       <method name="Void I&lt;B&gt;.set_Prop(B)">
20411         <size>8</size>
20412       </method>
20413       <method name="A I&lt;A&gt;.get_Prop()">
20414         <size>7</size>
20415       </method>
20416       <method name="Void I&lt;A&gt;.set_Prop(A)">
20417         <size>8</size>
20418       </method>
20419     </type>
20420     <type name="Program">
20421       <method name="Void .ctor()">
20422         <size>7</size>
20423       </method>
20424       <method name="Void Main(System.String[])">
20425         <size>7</size>
20426       </method>
20427     </type>
20428   </test>
20429   <test name="gtest-collectioninit-01.cs">
20430     <type name="Test">
20431       <method name="Void .ctor()">
20432         <size>7</size>
20433       </method>
20434       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
20435         <size>83</size>
20436       </method>
20437       <method name="Int32 Main()">
20438         <size>528</size>
20439       </method>
20440     </type>
20441     <type name="Test+Wrap">
20442       <method name="Void .ctor()">
20443         <size>31</size>
20444       </method>
20445       <method name="Void .ctor(Int32)">
20446         <size>25</size>
20447       </method>
20448       <method name="System.Collections.ArrayList get_Numbers()">
20449         <size>7</size>
20450       </method>
20451     </type>
20452   </test>
20453   <test name="gtest-collectioninit-02.cs">
20454     <type name="C">
20455       <method name="Void .ctor()">
20456         <size>7</size>
20457       </method>
20458       <method name="Int32 Main()">
20459         <size>73</size>
20460       </method>
20461     </type>
20462   </test>
20463   <test name="gtest-collectioninit-03.cs">
20464     <type name="X">
20465       <method name="Void .ctor()">
20466         <size>7</size>
20467       </method>
20468       <method name="Int32 Main()">
20469         <size>34</size>
20470       </method>
20471       <method name="Void R(System.Object ByRef)">
20472         <size>28</size>
20473       </method>
20474     </type>
20475   </test>
20476   <test name="gtest-etree-01.cs">
20477     <type name="MyTypeExplicit">
20478       <method name="Void .ctor(Int32)">
20479         <size>14</size>
20480       </method>
20481       <method name="Int32 op_Explicit(MyTypeExplicit)">
20482         <size>7</size>
20483       </method>
20484     </type>
20485     <type name="MemberAccessData">
20486       <method name="Void .ctor()">
20487         <size>7</size>
20488       </method>
20489       <method name="Void .cctor()">
20490         <size>16</size>
20491       </method>
20492       <method name="Void add_EventField(System.Func`1[System.Boolean])">
20493         <size>47</size>
20494       </method>
20495       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
20496         <size>47</size>
20497       </method>
20498       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
20499         <size>33</size>
20500       </method>
20501       <method name="Void set_MyTypeProperty(MyType)">
20502         <size>8</size>
20503       </method>
20504       <method name="MyType get_MyTypeProperty()">
20505         <size>7</size>
20506       </method>
20507       <method name="System.String get_StaticProperty()">
20508         <size>6</size>
20509       </method>
20510     </type>
20511     <type name="NewTest`1[T]">
20512       <method name="Void .ctor(T)">
20513         <size>27</size>
20514       </method>
20515       <method name="Void .ctor(T[])">
20516         <size>14</size>
20517       </method>
20518       <method name="Int32 GetHashCode()">
20519         <size>7</size>
20520       </method>
20521       <method name="Boolean Equals(System.Object)">
20522         <size>91</size>
20523       </method>
20524     </type>
20525     <type name="Indexer">
20526       <method name="Void .ctor()">
20527         <size>7</size>
20528       </method>
20529       <method name="Int32 get_Item(Int32)">
20530         <size>2</size>
20531       </method>
20532       <method name="Void set_Item(Int32, Int32)">
20533         <size>1</size>
20534       </method>
20535       <method name="System.String get_Item(System.String[])">
20536         <size>7</size>
20537       </method>
20538     </type>
20539     <type name="Tester">
20540       <method name="Void .ctor()">
20541         <size>7</size>
20542       </method>
20543       <method name="Void Assert[T](T, T)">
20544         <size>9</size>
20545       </method>
20546       <method name="Void Assert[T](T, T, System.String)">
20547         <size>89</size>
20548       </method>
20549       <method name="Void Assert[T](T[], T[])">
20550         <size>220</size>
20551       </method>
20552       <method name="T GenericMethod[T](T)">
20553         <size>2</size>
20554       </method>
20555       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
20556         <size>56</size>
20557       </method>
20558       <method name="Void AddTest()">
20559         <size>99</size>
20560       </method>
20561       <method name="Void AddTest_2()">
20562         <size>118</size>
20563       </method>
20564       <method name="Void AddTest_3()">
20565         <size>129</size>
20566       </method>
20567       <method name="Void AddTest_4()">
20568         <size>191</size>
20569       </method>
20570       <method name="Void AddTest_5()">
20571         <size>133</size>
20572       </method>
20573       <method name="Void AddTest_6()">
20574         <size>158</size>
20575       </method>
20576       <method name="Void AddTest_7()">
20577         <size>142</size>
20578       </method>
20579       <method name="Void AddTest_8()">
20580         <size>248</size>
20581       </method>
20582       <method name="Void AddTest_9()">
20583         <size>142</size>
20584       </method>
20585       <method name="Void AddCheckedTest()">
20586         <size>99</size>
20587       </method>
20588       <method name="Void AddCheckedTest_2()">
20589         <size>118</size>
20590       </method>
20591       <method name="Void AddCheckedTest_3()">
20592         <size>129</size>
20593       </method>
20594       <method name="Void AddStringTest()">
20595         <size>128</size>
20596       </method>
20597       <method name="Void AddStringTest_2()">
20598         <size>173</size>
20599       </method>
20600       <method name="Void AddStringTest_3()">
20601         <size>174</size>
20602       </method>
20603       <method name="Void AddStringTest_4()">
20604         <size>174</size>
20605       </method>
20606       <method name="Void AndTest()">
20607         <size>140</size>
20608       </method>
20609       <method name="Void AndTest_2()">
20610         <size>161</size>
20611       </method>
20612       <method name="Void AndTest_3()">
20613         <size>161</size>
20614       </method>
20615       <method name="Void AndNullableTest()">
20616         <size>381</size>
20617       </method>
20618       <method name="Void AndNullableTest_2()">
20619         <size>237</size>
20620       </method>
20621       <method name="Void AndNullableTest_3()">
20622         <size>198</size>
20623       </method>
20624       <method name="Void AndAlsoTest()">
20625         <size>96</size>
20626       </method>
20627       <method name="Void AndAlsoTest_2()">
20628         <size>165</size>
20629       </method>
20630       <method name="Void AndAlsoTest_3()">
20631         <size>108</size>
20632       </method>
20633       <method name="Void ArrayIndexTest()">
20634         <size>145</size>
20635       </method>
20636       <method name="Void ArrayIndexTest_2()">
20637         <size>115</size>
20638       </method>
20639       <method name="Void ArrayIndexTest_3()">
20640         <size>199</size>
20641       </method>
20642       <method name="Void ArrayIndexTest_4()">
20643         <size>243</size>
20644       </method>
20645       <method name="Void ArrayIndexTest_5()">
20646         <size>108</size>
20647       </method>
20648       <method name="Void ArrayLengthTest()">
20649         <size>99</size>
20650       </method>
20651       <method name="Void ArrayLengthTest_2()">
20652         <size>91</size>
20653       </method>
20654       <method name="Void CallTest()">
20655         <size>126</size>
20656       </method>
20657       <method name="Void CallTest_2()">
20658         <size>107</size>
20659       </method>
20660       <method name="Void CallTest_3()">
20661         <size>195</size>
20662       </method>
20663       <method name="Void CallTest_4()">
20664         <size>109</size>
20665       </method>
20666       <method name="Void CallTest_5()">
20667         <size>99</size>
20668       </method>
20669       <method name="Void CallTest_6()">
20670         <size>70</size>
20671       </method>
20672       <method name="Void CallTest_7()">
20673         <size>124</size>
20674       </method>
20675       <method name="Void CallTest_8()">
20676         <size>227</size>
20677       </method>
20678       <method name="Void CallTest_9()">
20679         <size>88</size>
20680       </method>
20681       <method name="Void CoalesceTest()">
20682         <size>120</size>
20683       </method>
20684       <method name="Void CoalesceTest_2()">
20685         <size>171</size>
20686       </method>
20687       <method name="Void ConditionTest()">
20688         <size>170</size>
20689       </method>
20690       <method name="Void ConditionTest_2()">
20691         <size>301</size>
20692       </method>
20693       <method name="Void ConditionTest_3()">
20694         <size>179</size>
20695       </method>
20696       <method name="Void ConditionTest_4()">
20697         <size>183</size>
20698       </method>
20699       <method name="Void ConstantTest()">
20700         <size>59</size>
20701       </method>
20702       <method name="Void ConstantTest_2()">
20703         <size>62</size>
20704       </method>
20705       <method name="Void ConstantTest_3()">
20706         <size>54</size>
20707       </method>
20708       <method name="Void ConstantTest_4()">
20709         <size>44</size>
20710       </method>
20711       <method name="Void ConstantTest_5()">
20712         <size>59</size>
20713       </method>
20714       <method name="Void ConstantTest_6()">
20715         <size>67</size>
20716       </method>
20717       <method name="Void ConstantTest_7()">
20718         <size>62</size>
20719       </method>
20720       <method name="Void ConstantTest_8()">
20721         <size>72</size>
20722       </method>
20723       <method name="Void ConstantTest_9()">
20724         <size>72</size>
20725       </method>
20726       <method name="Void ConstantTest_10()">
20727         <size>72</size>
20728       </method>
20729       <method name="Void ConstantTest_11()">
20730         <size>59</size>
20731       </method>
20732       <method name="Void ConstantTest_13()">
20733         <size>59</size>
20734       </method>
20735       <method name="Void ConstantTest_14()">
20736         <size>72</size>
20737       </method>
20738       <method name="Void ConstantTest_15()">
20739         <size>62</size>
20740       </method>
20741       <method name="Void ConvertTest()">
20742         <size>82</size>
20743       </method>
20744       <method name="Void ConvertTest_2()">
20745         <size>83</size>
20746       </method>
20747       <method name="Void ConvertTest_3()">
20748         <size>93</size>
20749       </method>
20750       <method name="Void ConvertTest_4()">
20751         <size>102</size>
20752       </method>
20753       <method name="Void ConvertTest_5()">
20754         <size>109</size>
20755       </method>
20756       <method name="Void ConvertTest_6()">
20757         <size>240</size>
20758       </method>
20759       <method name="Void ConvertTest_7()">
20760         <size>122</size>
20761       </method>
20762       <method name="Void ConvertTest_8()">
20763         <size>118</size>
20764       </method>
20765       <method name="Void ConvertTest_9()">
20766         <size>97</size>
20767       </method>
20768       <method name="Void ConvertTest_10()">
20769         <size>163</size>
20770       </method>
20771       <method name="Void ConvertTest_11()">
20772         <size>101</size>
20773       </method>
20774       <method name="Void ConvertTest_12()">
20775         <size>141</size>
20776       </method>
20777       <method name="Void ConvertTest_13()">
20778         <size>86</size>
20779       </method>
20780       <method name="Void ConvertTest_14()">
20781         <size>88</size>
20782       </method>
20783       <method name="Void ConvertTest_15()">
20784         <size>132</size>
20785       </method>
20786       <method name="Void ConvertCheckedTest()">
20787         <size>82</size>
20788       </method>
20789       <method name="Void ConvertCheckedTest_2()">
20790         <size>83</size>
20791       </method>
20792       <method name="Void ConvertCheckedTest_3()">
20793         <size>93</size>
20794       </method>
20795       <method name="Void ConvertCheckedTest_4()">
20796         <size>102</size>
20797       </method>
20798       <method name="Void DivideTest()">
20799         <size>99</size>
20800       </method>
20801       <method name="Void DivideTest_2()">
20802         <size>185</size>
20803       </method>
20804       <method name="Void DivideTest_3()">
20805         <size>129</size>
20806       </method>
20807       <method name="Void DivideTest_4()">
20808         <size>192</size>
20809       </method>
20810       <method name="Void DivideTest_5()">
20811         <size>134</size>
20812       </method>
20813       <method name="Void DivideTest_6()">
20814         <size>196</size>
20815       </method>
20816       <method name="Void EqualTest()">
20817         <size>118</size>
20818       </method>
20819       <method name="Void EqualTest_2()">
20820         <size>168</size>
20821       </method>
20822       <method name="Void EqualTest_3()">
20823         <size>125</size>
20824       </method>
20825       <method name="Void EqualTest_4()">
20826         <size>210</size>
20827       </method>
20828       <method name="Void EqualTest_5()">
20829         <size>176</size>
20830       </method>
20831       <method name="Void EqualTest_6()">
20832         <size>119</size>
20833       </method>
20834       <method name="Void EqualTest_7()">
20835         <size>167</size>
20836       </method>
20837       <method name="Void EqualTest_8()">
20838         <size>116</size>
20839       </method>
20840       <method name="Void EqualTest_9()">
20841         <size>146</size>
20842       </method>
20843       <method name="Void EqualTest_10()">
20844         <size>169</size>
20845       </method>
20846       <method name="Void EqualTest_11()">
20847         <size>132</size>
20848       </method>
20849       <method name="Void EqualTest_12()">
20850         <size>127</size>
20851       </method>
20852       <method name="Void EqualTest_13()">
20853         <size>124</size>
20854       </method>
20855       <method name="Void EqualTestDelegate()">
20856         <size>113</size>
20857       </method>
20858       <method name="Void EqualTestDelegate_2()">
20859         <size>312</size>
20860       </method>
20861       <method name="Void ExclusiveOrTest()">
20862         <size>115</size>
20863       </method>
20864       <method name="Void ExclusiveOrTest_2()">
20865         <size>183</size>
20866       </method>
20867       <method name="Void ExclusiveOrTest_3()">
20868         <size>129</size>
20869       </method>
20870       <method name="Void ExclusiveOrTest_4()">
20871         <size>192</size>
20872       </method>
20873       <method name="Void ExclusiveOrTest_5()">
20874         <size>197</size>
20875       </method>
20876       <method name="Void ExclusiveOrTest_6()">
20877         <size>161</size>
20878       </method>
20879       <method name="Void ExclusiveOrTest_7()">
20880         <size>198</size>
20881       </method>
20882       <method name="Void ExclusiveOrTest_8()">
20883         <size>164</size>
20884       </method>
20885       <method name="Void GreaterThanTest()">
20886         <size>99</size>
20887       </method>
20888       <method name="Void GreaterThanTest_2()">
20889         <size>154</size>
20890       </method>
20891       <method name="Void GreaterThanTest_3()">
20892         <size>125</size>
20893       </method>
20894       <method name="Void GreaterThanTest_4()">
20895         <size>210</size>
20896       </method>
20897       <method name="Void GreaterThanTest_5()">
20898         <size>209</size>
20899       </method>
20900       <method name="Void GreaterThanTest_6()">
20901         <size>102</size>
20902       </method>
20903       <method name="Void GreaterThanTest_7()">
20904         <size>146</size>
20905       </method>
20906       <method name="Void GreaterThanTest_8()">
20907         <size>169</size>
20908       </method>
20909       <method name="Void GreaterThanOrEqualTest()">
20910         <size>99</size>
20911       </method>
20912       <method name="Void GreaterThanOrEqualTest_2()">
20913         <size>169</size>
20914       </method>
20915       <method name="Void GreaterThanOrEqualTest_3()">
20916         <size>130</size>
20917       </method>
20918       <method name="Void GreaterThanOrEqualTest_4()">
20919         <size>210</size>
20920       </method>
20921       <method name="Void GreaterThanOrEqualTest_5()">
20922         <size>209</size>
20923       </method>
20924       <method name="Void GreaterThanOrEqualTest_6()">
20925         <size>102</size>
20926       </method>
20927       <method name="Void GreaterThanOrEqualTest_7()">
20928         <size>146</size>
20929       </method>
20930       <method name="Void GreaterThanOrEqualTest_8()">
20931         <size>169</size>
20932       </method>
20933       <method name="Void InvokeTest()">
20934         <size>90</size>
20935       </method>
20936       <method name="Void InvokeTest_2()">
20937         <size>138</size>
20938       </method>
20939       <method name="Void LeftShiftTest()">
20940         <size>155</size>
20941       </method>
20942       <method name="Void LeftShiftTest_2()">
20943         <size>162</size>
20944       </method>
20945       <method name="Void LeftShiftTest_3()">
20946         <size>169</size>
20947       </method>
20948       <method name="Void LeftShiftTest_4()">
20949         <size>261</size>
20950       </method>
20951       <method name="Void LeftShiftTest_5()">
20952         <size>110</size>
20953       </method>
20954       <method name="Void LessThanTest()">
20955         <size>99</size>
20956       </method>
20957       <method name="Void LessThanTest_2()">
20958         <size>154</size>
20959       </method>
20960       <method name="Void LessThanTest_3()">
20961         <size>125</size>
20962       </method>
20963       <method name="Void LessThanTest_4()">
20964         <size>210</size>
20965       </method>
20966       <method name="Void LessThanTest_5()">
20967         <size>209</size>
20968       </method>
20969       <method name="Void LessThanTest_6()">
20970         <size>102</size>
20971       </method>
20972       <method name="Void LessThanTest_7()">
20973         <size>146</size>
20974       </method>
20975       <method name="Void LessThanTest_8()">
20976         <size>169</size>
20977       </method>
20978       <method name="Void LessThanOrEqualTest()">
20979         <size>99</size>
20980       </method>
20981       <method name="Void LessThanOrEqualTest_2()">
20982         <size>169</size>
20983       </method>
20984       <method name="Void LessThanOrEqualTest_3()">
20985         <size>125</size>
20986       </method>
20987       <method name="Void LessThanOrEqualTest_4()">
20988         <size>210</size>
20989       </method>
20990       <method name="Void LessThanOrEqualTest_5()">
20991         <size>209</size>
20992       </method>
20993       <method name="Void LessThanOrEqualTest_6()">
20994         <size>102</size>
20995       </method>
20996       <method name="Void LessThanOrEqualTest_7()">
20997         <size>146</size>
20998       </method>
20999       <method name="Void LessThanOrEqualTest_8()">
21000         <size>169</size>
21001       </method>
21002       <method name="Void ListInitTest()">
21003         <size>404</size>
21004       </method>
21005       <method name="Void ListInitTest_2()">
21006         <size>292</size>
21007       </method>
21008       <method name="Void MemberAccessTest()">
21009         <size>132</size>
21010       </method>
21011       <method name="Void MemberAccessTest_2()">
21012         <size>63</size>
21013       </method>
21014       <method name="Void MemberAccessTest_3()">
21015         <size>113</size>
21016       </method>
21017       <method name="Void MemberAccessTest_4()">
21018         <size>91</size>
21019       </method>
21020       <method name="Void MemberAccessTest_5()">
21021         <size>39</size>
21022       </method>
21023       <method name="Void MemberAccessTest_6()">
21024         <size>104</size>
21025       </method>
21026       <method name="Void MemberAccessTest_7()">
21027         <size>109</size>
21028       </method>
21029       <method name="Void MemberAccessTest_8()">
21030         <size>63</size>
21031       </method>
21032       <method name="Void MemberAccessTest_9()">
21033         <size>91</size>
21034       </method>
21035       <method name="Void MemberInitTest()">
21036         <size>302</size>
21037       </method>
21038       <method name="Void MemberInitTest_2()">
21039         <size>250</size>
21040       </method>
21041       <method name="Void MemberInitTest_3()">
21042         <size>124</size>
21043       </method>
21044       <method name="Void ModuloTest()">
21045         <size>100</size>
21046       </method>
21047       <method name="Void ModuloTest_2()">
21048         <size>185</size>
21049       </method>
21050       <method name="Void ModuloTest_3()">
21051         <size>129</size>
21052       </method>
21053       <method name="Void ModuloTest_4()">
21054         <size>192</size>
21055       </method>
21056       <method name="Void ModuloTest_5()">
21057         <size>133</size>
21058       </method>
21059       <method name="Void ModuloTest_6()">
21060         <size>200</size>
21061       </method>
21062       <method name="Void ModuloTest_7()">
21063         <size>110</size>
21064       </method>
21065       <method name="Void MultiplyTest()">
21066         <size>131</size>
21067       </method>
21068       <method name="Void MultiplyTest_2()">
21069         <size>185</size>
21070       </method>
21071       <method name="Void MultiplyTest_3()">
21072         <size>133</size>
21073       </method>
21074       <method name="Void MultiplyTest_4()">
21075         <size>195</size>
21076       </method>
21077       <method name="Void MultiplyTest_5()">
21078         <size>137</size>
21079       </method>
21080       <method name="Void MultiplyTest_6()">
21081         <size>202</size>
21082       </method>
21083       <method name="Void MultiplyTest_7()">
21084         <size>110</size>
21085       </method>
21086       <method name="Void MultiplyCheckedTest()">
21087         <size>122</size>
21088       </method>
21089       <method name="Void MultiplyCheckedTest_2()">
21090         <size>192</size>
21091       </method>
21092       <method name="Void MultiplyCheckedTest_3()">
21093         <size>133</size>
21094       </method>
21095       <method name="Void MultiplyCheckedTest_4()">
21096         <size>121</size>
21097       </method>
21098       <method name="Void MultiplyCheckedTest_5()">
21099         <size>124</size>
21100       </method>
21101       <method name="Void NegateTest()">
21102         <size>72</size>
21103       </method>
21104       <method name="Void NegateTest_2()">
21105         <size>92</size>
21106       </method>
21107       <method name="Void NegateTest_3()">
21108         <size>130</size>
21109       </method>
21110       <method name="Void NegateTest_4()">
21111         <size>97</size>
21112       </method>
21113       <method name="Void NegateTest_5()">
21114         <size>141</size>
21115       </method>
21116       <method name="Void NegateTest_6()">
21117         <size>121</size>
21118       </method>
21119       <method name="Void NegateTest_7()">
21120         <size>132</size>
21121       </method>
21122       <method name="Void NegateTest_8()">
21123         <size>97</size>
21124       </method>
21125       <method name="Void NegateTest_9()">
21126         <size>87</size>
21127       </method>
21128       <method name="Void NegateTestChecked()">
21129         <size>91</size>
21130       </method>
21131       <method name="Void NegateTestChecked_2()">
21132         <size>137</size>
21133       </method>
21134       <method name="Void NegateTestChecked_3()">
21135         <size>97</size>
21136       </method>
21137       <method name="Void NegateTestChecked_4()">
21138         <size>86</size>
21139       </method>
21140       <method name="Void NewArrayInitTest()">
21141         <size>92</size>
21142       </method>
21143       <method name="Void NewArrayInitTest_2()">
21144         <size>64</size>
21145       </method>
21146       <method name="Void NewArrayInitTest_3()">
21147         <size>136</size>
21148       </method>
21149       <method name="Void NewArrayInitTest_4()">
21150         <size>120</size>
21151       </method>
21152       <method name="Void NewArrayBoundsTest()">
21153         <size>123</size>
21154       </method>
21155       <method name="Void NewArrayBoundsTest_2()">
21156         <size>123</size>
21157       </method>
21158       <method name="Void NewTest()">
21159         <size>93</size>
21160       </method>
21161       <method name="Void NewTest_2()">
21162         <size>61</size>
21163       </method>
21164       <method name="Void NewTest_3()">
21165         <size>98</size>
21166       </method>
21167       <method name="Void NewTest_4()">
21168         <size>252</size>
21169       </method>
21170       <method name="Void NewTest_5()">
21171         <size>371</size>
21172       </method>
21173       <method name="Void NotTest()">
21174         <size>70</size>
21175       </method>
21176       <method name="Void NotTest_2()">
21177         <size>113</size>
21178       </method>
21179       <method name="Void NotTest_3()">
21180         <size>71</size>
21181       </method>
21182       <method name="Void NotTest_4()">
21183         <size>105</size>
21184       </method>
21185       <method name="Void NotTest_5()">
21186         <size>73</size>
21187       </method>
21188       <method name="Void NotTest_6()">
21189         <size>104</size>
21190       </method>
21191       <method name="Void NotNullableTest()">
21192         <size>114</size>
21193       </method>
21194       <method name="Void NotNullableTest_2()">
21195         <size>134</size>
21196       </method>
21197       <method name="Void NotNullableTest_3()">
21198         <size>130</size>
21199       </method>
21200       <method name="Void NotNullableTest_4()">
21201         <size>149</size>
21202       </method>
21203       <method name="Void NotNullableTest_5()">
21204         <size>148</size>
21205       </method>
21206       <method name="Void NotEqualTest()">
21207         <size>118</size>
21208       </method>
21209       <method name="Void NotEqualTest_2()">
21210         <size>166</size>
21211       </method>
21212       <method name="Void NotEqualTest_3()">
21213         <size>125</size>
21214       </method>
21215       <method name="Void NotEqualTest_4()">
21216         <size>210</size>
21217       </method>
21218       <method name="Void NotEqualTest_5()">
21219         <size>176</size>
21220       </method>
21221       <method name="Void NotEqualTest_6()">
21222         <size>119</size>
21223       </method>
21224       <method name="Void NotEqualTest_7()">
21225         <size>167</size>
21226       </method>
21227       <method name="Void NotEqualTest_8()">
21228         <size>116</size>
21229       </method>
21230       <method name="Void NotEqualTest_9()">
21231         <size>146</size>
21232       </method>
21233       <method name="Void NotEqualTest_10()">
21234         <size>169</size>
21235       </method>
21236       <method name="Void NotEqualTest_11()">
21237         <size>132</size>
21238       </method>
21239       <method name="Void OrTest()">
21240         <size>141</size>
21241       </method>
21242       <method name="Void OrTest_2()">
21243         <size>129</size>
21244       </method>
21245       <method name="Void OrTest_3()">
21246         <size>161</size>
21247       </method>
21248       <method name="Void OrNullableTest()">
21249         <size>382</size>
21250       </method>
21251       <method name="Void OrNullableTest_2()">
21252         <size>186</size>
21253       </method>
21254       <method name="Void OrNullableTest_3()">
21255         <size>176</size>
21256       </method>
21257       <method name="Void OrNullableTest_4()">
21258         <size>198</size>
21259       </method>
21260       <method name="Void OrElseTest()">
21261         <size>97</size>
21262       </method>
21263       <method name="Void OrElseTest_2()">
21264         <size>167</size>
21265       </method>
21266       <method name="Void ParameterTest()">
21267         <size>73</size>
21268       </method>
21269       <method name="Void ParameterTest_2()">
21270         <size>75</size>
21271       </method>
21272       <method name="Void ParameterTest_3()">
21273         <size>73</size>
21274       </method>
21275       <method name="Void ParameterTest_4()">
21276         <size>100</size>
21277       </method>
21278       <method name="Void QuoteTest()">
21279         <size>85</size>
21280       </method>
21281       <method name="Void RightShiftTest()">
21282         <size>152</size>
21283       </method>
21284       <method name="Void RightShiftTest_2()">
21285         <size>159</size>
21286       </method>
21287       <method name="Void RightShiftTest_3()">
21288         <size>169</size>
21289       </method>
21290       <method name="Void RightShiftTest_4()">
21291         <size>258</size>
21292       </method>
21293       <method name="Void SubtractTest()">
21294         <size>100</size>
21295       </method>
21296       <method name="Void SubtractTest_2()">
21297         <size>119</size>
21298       </method>
21299       <method name="Void SubtractTest_3()">
21300         <size>130</size>
21301       </method>
21302       <method name="Void SubtractTest_4()">
21303         <size>192</size>
21304       </method>
21305       <method name="Void SubtractTest_5()">
21306         <size>134</size>
21307       </method>
21308       <method name="Void SubtractTest_6()">
21309         <size>160</size>
21310       </method>
21311       <method name="Void SubtractTest_7()">
21312         <size>113</size>
21313       </method>
21314       <method name="Void SubtractTest_8()">
21315         <size>146</size>
21316       </method>
21317       <method name="Void SubtractTest_9()">
21318         <size>142</size>
21319       </method>
21320       <method name="Void SubtractTest_10()">
21321         <size>161</size>
21322       </method>
21323       <method name="Void SubtractTest_11()">
21324         <size>157</size>
21325       </method>
21326       <method name="Void SubtractCheckedTest()">
21327         <size>127</size>
21328       </method>
21329       <method name="Void SubtractCheckedTest_2()">
21330         <size>185</size>
21331       </method>
21332       <method name="Void SubtractCheckedTest_3()">
21333         <size>130</size>
21334       </method>
21335       <method name="Void SubtractCheckedTest_4()">
21336         <size>121</size>
21337       </method>
21338       <method name="Void TypeAsTest()">
21339         <size>80</size>
21340       </method>
21341       <method name="Void TypeAsTest_2()">
21342         <size>144</size>
21343       </method>
21344       <method name="Void TypeAsTest_3()">
21345         <size>85</size>
21346       </method>
21347       <method name="Void TypeIsTest()">
21348         <size>103</size>
21349       </method>
21350       <method name="Void TypeIsTest_2()">
21351         <size>103</size>
21352       </method>
21353       <method name="Void TypeIsTest_3()">
21354         <size>85</size>
21355       </method>
21356       <method name="Void TypeIsTest_5()">
21357         <size>74</size>
21358       </method>
21359       <method name="Void TypeIsTest_6()">
21360         <size>111</size>
21361       </method>
21362       <method name="Void UnaryPlusTest()">
21363         <size>67</size>
21364       </method>
21365       <method name="Void UnaryPlusTest_2()">
21366         <size>47</size>
21367       </method>
21368       <method name="Void UnaryPlusTest_3()">
21369         <size>97</size>
21370       </method>
21371       <method name="Void UnaryPlusTest_4()">
21372         <size>141</size>
21373       </method>
21374       <method name="Void UnaryPlusTest_5()">
21375         <size>140</size>
21376       </method>
21377       <method name="System.String InstanceMethod(System.String)">
21378         <size>2</size>
21379       </method>
21380       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
21381         <size>30</size>
21382       </method>
21383       <method name="Int32 TestInt()">
21384         <size>3</size>
21385       </method>
21386       <method name="Void RefMethod(Int32 ByRef)">
21387         <size>8</size>
21388       </method>
21389       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
21390         <size>87</size>
21391       </method>
21392       <method name="Int32 Main()">
21393         <size>179</size>
21394       </method>
21395     </type>
21396     <type name="Tester+EmptyDelegate">
21397       <method name="Void .ctor(Object, IntPtr)">
21398         <size>0</size>
21399       </method>
21400       <method name="Void Invoke()">
21401         <size>0</size>
21402       </method>
21403       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21404         <size>0</size>
21405       </method>
21406       <method name="Void EndInvoke(IAsyncResult)">
21407         <size>0</size>
21408       </method>
21409     </type>
21410     <type name="Tester+IntDelegate">
21411       <method name="Void .ctor(Object, IntPtr)">
21412         <size>0</size>
21413       </method>
21414       <method name="Int32 Invoke()">
21415         <size>0</size>
21416       </method>
21417       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21418         <size>0</size>
21419       </method>
21420       <method name="Int32 EndInvoke(IAsyncResult)">
21421         <size>0</size>
21422       </method>
21423     </type>
21424     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
21425       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
21426         <size>21</size>
21427       </method>
21428       <method name="&lt;A&gt;__T get_A()">
21429         <size>7</size>
21430       </method>
21431       <method name="&lt;Value&gt;__T get_Value()">
21432         <size>7</size>
21433       </method>
21434       <method name="Boolean Equals(System.Object)">
21435         <size>69</size>
21436       </method>
21437       <method name="Int32 GetHashCode()">
21438         <size>86</size>
21439       </method>
21440       <method name="System.String ToString()">
21441         <size>142</size>
21442       </method>
21443     </type>
21444     <type name="Tester">
21445       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
21446         <size>1</size>
21447       </method>
21448       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
21449         <size>1</size>
21450       </method>
21451       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
21452         <size>1</size>
21453       </method>
21454       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
21455         <size>1</size>
21456       </method>
21457       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
21458         <size>1</size>
21459       </method>
21460       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
21461         <size>12</size>
21462       </method>
21463       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
21464         <size>12</size>
21465       </method>
21466       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
21467         <size>7</size>
21468       </method>
21469       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
21470         <size>7</size>
21471       </method>
21472       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
21473         <size>5</size>
21474       </method>
21475       <method name="Void NewArrayInitTest_5()">
21476         <size>158</size>
21477       </method>
21478       <method name="Void ConditionTest_5()">
21479         <size>107</size>
21480       </method>
21481       <method name="Void AndTest_4()">
21482         <size>92</size>
21483       </method>
21484       <method name="Void MemberInitTest_4()">
21485         <size>66</size>
21486       </method>
21487       <method name="Void NewTest_6()">
21488         <size>182</size>
21489       </method>
21490     </type>
21491     <type name="InverseLogicalOperator">
21492       <method name="Void .ctor(Boolean)">
21493         <size>8</size>
21494       </method>
21495       <method name="Boolean op_True(InverseLogicalOperator)">
21496         <size>8</size>
21497       </method>
21498       <method name="Boolean op_False(InverseLogicalOperator)">
21499         <size>8</size>
21500       </method>
21501     </type>
21502     <type name="MyType">
21503       <method name="Void .ctor(Int32)">
21504         <size>8</size>
21505       </method>
21506       <method name="Int16 get_ShortProp()">
21507         <size>7</size>
21508       </method>
21509       <method name="Void set_ShortProp(Int16)">
21510         <size>8</size>
21511       </method>
21512       <method name="Int32 GetHashCode()">
21513         <size>6</size>
21514       </method>
21515       <method name="System.String ToString()">
21516         <size>12</size>
21517       </method>
21518       <method name="Int32 op_Implicit(MyType)">
21519         <size>8</size>
21520       </method>
21521       <method name="Boolean op_True(MyType)">
21522         <size>16</size>
21523       </method>
21524       <method name="Boolean op_False(MyType)">
21525         <size>19</size>
21526       </method>
21527       <method name="MyType op_Addition(MyType, MyType)">
21528         <size>21</size>
21529       </method>
21530       <method name="MyType op_Subtraction(MyType, MyType)">
21531         <size>21</size>
21532       </method>
21533       <method name="MyType op_Division(MyType, MyType)">
21534         <size>21</size>
21535       </method>
21536       <method name="MyType op_Multiply(MyType, MyType)">
21537         <size>21</size>
21538       </method>
21539       <method name="MyType op_Modulus(MyType, MyType)">
21540         <size>21</size>
21541       </method>
21542       <method name="MyType op_BitwiseAnd(MyType, MyType)">
21543         <size>21</size>
21544       </method>
21545       <method name="MyType op_BitwiseOr(MyType, MyType)">
21546         <size>21</size>
21547       </method>
21548       <method name="MyType op_ExclusiveOr(MyType, MyType)">
21549         <size>21</size>
21550       </method>
21551       <method name="Boolean op_Equality(MyType, MyType)">
21552         <size>17</size>
21553       </method>
21554       <method name="Boolean op_Inequality(MyType, MyType)">
21555         <size>20</size>
21556       </method>
21557       <method name="Boolean op_GreaterThan(MyType, MyType)">
21558         <size>17</size>
21559       </method>
21560       <method name="Boolean op_LessThan(MyType, MyType)">
21561         <size>17</size>
21562       </method>
21563       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
21564         <size>20</size>
21565       </method>
21566       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
21567         <size>20</size>
21568       </method>
21569       <method name="Boolean op_LogicalNot(MyType)">
21570         <size>11</size>
21571       </method>
21572       <method name="Int32 op_RightShift(MyType, Int32)">
21573         <size>13</size>
21574       </method>
21575       <method name="Int32 op_LeftShift(MyType, Int32)">
21576         <size>13</size>
21577       </method>
21578       <method name="MyType op_UnaryNegation(MyType)">
21579         <size>14</size>
21580       </method>
21581       <method name="MyType op_UnaryPlus(MyType)">
21582         <size>13</size>
21583       </method>
21584     </type>
21585     <type name="MyTypeImplicitOnly">
21586       <method name="Void .ctor(Int16)">
21587         <size>8</size>
21588       </method>
21589       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
21590         <size>8</size>
21591       </method>
21592     </type>
21593     <type name="Tester">
21594       <method name="Void EqualTest_14()">
21595         <size>101</size>
21596       </method>
21597     </type>
21598     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
21599       <method name="Void .ctor()">
21600         <size>7</size>
21601       </method>
21602     </type>
21603     <type name="Tester">
21604       <method name="Void NewArrayInitTest_6()">
21605         <size>103</size>
21606       </method>
21607       <method name="Void LambdaTest()">
21608         <size>89</size>
21609       </method>
21610       <method name="Void EqualTest_15()">
21611         <size>159</size>
21612       </method>
21613       <method name="Void ArrayIndexTest_6()">
21614         <size>122</size>
21615       </method>
21616       <method name="Void ArrayIndexTest_7()">
21617         <size>128</size>
21618       </method>
21619       <method name="Void NewArrayBoundsTest_3()">
21620         <size>85</size>
21621       </method>
21622       <method name="Void NewArrayBoundsTest_4()">
21623         <size>82</size>
21624       </method>
21625     </type>
21626     <type name="&lt;PrivateImplementationDetails&gt;">
21627       <method name="Void .ctor()">
21628         <size>7</size>
21629       </method>
21630     </type>
21631     <type name="Tester">
21632       <method name="Void LeftShiftTest_6()">
21633         <size>155</size>
21634       </method>
21635       <method name="Void RightShiftTest_5()">
21636         <size>152</size>
21637       </method>
21638       <method name="Void QuoteTest_2()">
21639         <size>99</size>
21640       </method>
21641     </type>
21642     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
21643       <method name="Void .ctor()">
21644         <size>7</size>
21645       </method>
21646     </type>
21647     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
21648       <method name="Void .ctor()">
21649         <size>7</size>
21650       </method>
21651     </type>
21652     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
21653       <method name="Void .ctor()">
21654         <size>7</size>
21655       </method>
21656     </type>
21657     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
21658       <method name="Void .ctor()">
21659         <size>7</size>
21660       </method>
21661     </type>
21662     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
21663       <method name="Void .ctor()">
21664         <size>7</size>
21665       </method>
21666     </type>
21667     <type name="Tester">
21668       <method name="Void NewTest_7()">
21669         <size>53</size>
21670       </method>
21671       <method name="Void ConvertTest_16()">
21672         <size>81</size>
21673       </method>
21674       <method name="Int32 ReturnNumber()">
21675         <size>2</size>
21676       </method>
21677       <method name="Void EqualTestDelegate_3()">
21678         <size>212</size>
21679       </method>
21680       <method name="Void DivideTest_7()">
21681         <size>185</size>
21682       </method>
21683       <method name="Void MultiplyTest_8()">
21684         <size>198</size>
21685       </method>
21686       <method name="Void RightShiftTest_6()">
21687         <size>145</size>
21688       </method>
21689     </type>
21690   </test>
21691   <test name="gtest-etree-02.cs">
21692     <type name="M">
21693       <method name="Void .ctor()">
21694         <size>7</size>
21695       </method>
21696       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
21697         <size>1</size>
21698       </method>
21699       <method name="System.String Param(System.String)">
21700         <size>114</size>
21701       </method>
21702       <method name="Int32 Main()">
21703         <size>157</size>
21704       </method>
21705     </type>
21706     <type name="M+&lt;Param&gt;c__AnonStorey0">
21707       <method name="Void .ctor()">
21708         <size>7</size>
21709       </method>
21710     </type>
21711   </test>
21712   <test name="gtest-etree-03.cs">
21713     <type name="C">
21714       <method name="Void .ctor()">
21715         <size>7</size>
21716       </method>
21717       <method name="Int32 Main()">
21718         <size>6</size>
21719       </method>
21720     </type>
21721     <type name="S`1[T]">
21722       <method name="Int32 Test()">
21723         <size>145</size>
21724       </method>
21725     </type>
21726   </test>
21727   <test name="gtest-etree-04.cs">
21728     <type name="C">
21729       <method name="Void .ctor()">
21730         <size>7</size>
21731       </method>
21732       <method name="Int32 Main()">
21733         <size>366</size>
21734       </method>
21735     </type>
21736     <type name="C+&lt;Main&gt;c__AnonStorey0">
21737       <method name="Void .ctor()">
21738         <size>7</size>
21739       </method>
21740     </type>
21741     <type name="Foo">
21742       <method name="Boolean op_GreaterThan(Foo, Foo)">
21743         <size>6</size>
21744       </method>
21745       <method name="Boolean op_LessThan(Foo, Foo)">
21746         <size>6</size>
21747       </method>
21748       <method name="Boolean op_Equality(Foo, Foo)">
21749         <size>6</size>
21750       </method>
21751       <method name="Boolean op_Inequality(Foo, Foo)">
21752         <size>6</size>
21753       </method>
21754     </type>
21755   </test>
21756   <test name="gtest-etree-05.cs">
21757     <type name="C">
21758       <method name="Void .ctor()">
21759         <size>7</size>
21760       </method>
21761       <method name="Void Assert[T](T, T)">
21762         <size>46</size>
21763       </method>
21764       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
21765         <size>56</size>
21766       </method>
21767       <method name="Int32 Main()">
21768         <size>350</size>
21769       </method>
21770     </type>
21771   </test>
21772   <test name="gtest-etree-06.cs">
21773     <type name="Test">
21774       <method name="Void .ctor()">
21775         <size>7</size>
21776       </method>
21777       <method name="Int32 Main()">
21778         <size>45</size>
21779       </method>
21780       <method name="Int32 Value()">
21781         <size>2</size>
21782       </method>
21783     </type>
21784   </test>
21785   <test name="gtest-etree-07.cs">
21786     <type name="C">
21787       <method name="Void .ctor()">
21788         <size>7</size>
21789       </method>
21790       <method name="Void Test()">
21791         <size>14</size>
21792       </method>
21793       <method name="Int32* Foo()">
21794         <size>3</size>
21795       </method>
21796       <method name="Int32 Main()">
21797         <size>536</size>
21798       </method>
21799     </type>
21800     <type name="EmptyDelegate">
21801       <method name="Void .ctor(Object, IntPtr)">
21802         <size>0</size>
21803       </method>
21804       <method name="Void Invoke()">
21805         <size>0</size>
21806       </method>
21807       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21808         <size>0</size>
21809       </method>
21810       <method name="Void EndInvoke(IAsyncResult)">
21811         <size>0</size>
21812       </method>
21813     </type>
21814     <type name="UnsafeDelegate">
21815       <method name="Void .ctor(Object, IntPtr)">
21816         <size>0</size>
21817       </method>
21818       <method name="Int32* Invoke()">
21819         <size>0</size>
21820       </method>
21821       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21822         <size>0</size>
21823       </method>
21824       <method name="Int32* EndInvoke(IAsyncResult)">
21825         <size>0</size>
21826       </method>
21827     </type>
21828     <type name="C">
21829       <method name="Void M()">
21830         <size>1</size>
21831       </method>
21832       <method name="Int32 TestInstance()">
21833         <size>321</size>
21834       </method>
21835     </type>
21836   </test>
21837   <test name="gtest-etree-08.cs">
21838     <type name="Foo">
21839       <method name="Void .ctor()">
21840         <size>7</size>
21841       </method>
21842       <method name="Int32 ThisMethod()">
21843         <size>3</size>
21844       </method>
21845       <method name="Int32 Goo(Boolean)">
21846         <size>204</size>
21847       </method>
21848       <method name="Int32 Main()">
21849         <size>14</size>
21850       </method>
21851     </type>
21852     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
21853       <method name="Void .ctor()">
21854         <size>7</size>
21855       </method>
21856     </type>
21857   </test>
21858   <test name="gtest-etree-09.cs">
21859     <type name="Mono.C">
21860       <method name="Void .ctor()">
21861         <size>7</size>
21862       </method>
21863       <method name="Int32 Main()">
21864         <size>274</size>
21865       </method>
21866       <method name="System.Int64[] GetValues()">
21867         <size>18</size>
21868       </method>
21869     </type>
21870     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
21871       <method name="Void .ctor()">
21872         <size>7</size>
21873       </method>
21874     </type>
21875     <type name="&lt;PrivateImplementationDetails&gt;">
21876       <method name="Void .ctor()">
21877         <size>7</size>
21878       </method>
21879     </type>
21880   </test>
21881   <test name="gtest-etree-10.cs">
21882     <type name="Foo`1[T]">
21883       <method name="Void .ctor()">
21884         <size>7</size>
21885       </method>
21886       <method name="Boolean ContainsAll[U](IEnumerable`1)">
21887         <size>191</size>
21888       </method>
21889       <method name="Boolean Contains(T)">
21890         <size>2</size>
21891       </method>
21892     </type>
21893     <type name="Program">
21894       <method name="Void .ctor()">
21895         <size>7</size>
21896       </method>
21897       <method name="Int32 Main()">
21898         <size>42</size>
21899       </method>
21900     </type>
21901     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
21902       <method name="Void .ctor()">
21903         <size>7</size>
21904       </method>
21905     </type>
21906     <type name="&lt;PrivateImplementationDetails&gt;">
21907       <method name="Void .ctor()">
21908         <size>7</size>
21909       </method>
21910     </type>
21911   </test>
21912   <test name="gtest-etree-11.cs">
21913     <type name="C">
21914       <method name="Void .ctor()">
21915         <size>7</size>
21916       </method>
21917       <method name="Void Main()">
21918         <size>12</size>
21919       </method>
21920     </type>
21921     <type name="Test">
21922       <method name="Void .ctor()">
21923         <size>7</size>
21924       </method>
21925       <method name="Void Invalid(Int32)">
21926         <size>124</size>
21927       </method>
21928       <method name="Void Other(System.Int32[])">
21929         <size>1</size>
21930       </method>
21931     </type>
21932     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
21933       <method name="Void .ctor()">
21934         <size>7</size>
21935       </method>
21936     </type>
21937   </test>
21938   <test name="gtest-etree-12.cs">
21939     <type name="TestCase">
21940       <method name="Void .cctor()">
21941         <size>68</size>
21942       </method>
21943       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
21944         <size>2</size>
21945       </method>
21946       <method name="Void DummyToMakeTheStaticsInitialize()">
21947         <size>1</size>
21948       </method>
21949     </type>
21950     <type name="Program">
21951       <method name="Void .ctor()">
21952         <size>7</size>
21953       </method>
21954       <method name="Int32 Main()">
21955         <size>7</size>
21956       </method>
21957     </type>
21958   </test>
21959   <test name="gtest-etree-13.cs">
21960     <type name="Program">
21961       <method name="Void .ctor()">
21962         <size>7</size>
21963       </method>
21964       <method name="Int32 Main()">
21965         <size>55</size>
21966       </method>
21967       <method name="IEnumerable`1 Test[T](Int32)">
21968         <size>30</size>
21969       </method>
21970     </type>
21971     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
21972       <method name="Void .ctor()">
21973         <size>7</size>
21974       </method>
21975       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
21976         <size>7</size>
21977       </method>
21978       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21979         <size>12</size>
21980       </method>
21981       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21982         <size>7</size>
21983       </method>
21984       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
21985         <size>40</size>
21986       </method>
21987       <method name="Boolean MoveNext()">
21988         <size>106</size>
21989       </method>
21990       <method name="Void Dispose()">
21991         <size>8</size>
21992       </method>
21993       <method name="Void Reset()">
21994         <size>6</size>
21995       </method>
21996     </type>
21997   </test>
21998   <test name="gtest-etree-14.cs">
21999     <type name="Person">
22000       <method name="Void .ctor()">
22001         <size>7</size>
22002       </method>
22003       <method name="Int32 get_Age()">
22004         <size>7</size>
22005       </method>
22006       <method name="Void set_Age(Int32)">
22007         <size>8</size>
22008       </method>
22009     </type>
22010     <type name="Repro">
22011       <method name="Void .ctor()">
22012         <size>7</size>
22013       </method>
22014       <method name="Int32 Main()">
22015         <size>59</size>
22016       </method>
22017       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
22018         <size>44</size>
22019       </method>
22020       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
22021         <size>13</size>
22022       </method>
22023     </type>
22024     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
22025       <method name="Void .ctor()">
22026         <size>7</size>
22027       </method>
22028       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
22029         <size>7</size>
22030       </method>
22031       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22032         <size>12</size>
22033       </method>
22034       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22035         <size>7</size>
22036       </method>
22037       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
22038         <size>52</size>
22039       </method>
22040       <method name="Boolean MoveNext()">
22041         <size>293</size>
22042       </method>
22043       <method name="Void Dispose()">
22044         <size>62</size>
22045       </method>
22046       <method name="Void Reset()">
22047         <size>6</size>
22048       </method>
22049     </type>
22050   </test>
22051   <test name="gtest-etree-15.cs">
22052     <type name="Foo">
22053       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
22054         <size>2</size>
22055       </method>
22056       <method name="Void Main()">
22057         <size>190</size>
22058       </method>
22059     </type>
22060   </test>
22061   <test name="gtest-etree-16.cs">
22062     <type name="Program">
22063       <method name="Void .ctor()">
22064         <size>7</size>
22065       </method>
22066       <method name="Int32 Main()">
22067         <size>136</size>
22068       </method>
22069     </type>
22070     <type name="Foo">
22071       <method name="Void .ctor()">
22072         <size>7</size>
22073       </method>
22074     </type>
22075   </test>
22076   <test name="gtest-etree-17.cs">
22077     <type name="CompilerCrashTest.QueryCompiler">
22078       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
22079         <size>12</size>
22080       </method>
22081       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
22082         <size>6</size>
22083       </method>
22084       <method name="Void Main()">
22085         <size>1</size>
22086       </method>
22087     </type>
22088   </test>
22089   <test name="gtest-etree-18.cs">
22090     <type name="FooBase">
22091       <method name="Void .ctor()">
22092         <size>7</size>
22093       </method>
22094     </type>
22095     <type name="Foo">
22096       <method name="Void .ctor()">
22097         <size>7</size>
22098       </method>
22099     </type>
22100     <type name="Program">
22101       <method name="Void .ctor()">
22102         <size>7</size>
22103       </method>
22104       <method name="Int32 Main()">
22105         <size>140</size>
22106       </method>
22107     </type>
22108   </test>
22109   <test name="gtest-etree-19.cs">
22110     <type name="Test">
22111       <method name="Void .ctor()">
22112         <size>7</size>
22113       </method>
22114       <method name="Int32 Main()">
22115         <size>20</size>
22116       </method>
22117       <method name="T Value[T]()">
22118         <size>76</size>
22119       </method>
22120     </type>
22121   </test>
22122   <test name="gtest-etree-20.cs">
22123     <type name="S">
22124       <method name="Int32 Main()">
22125         <size>216</size>
22126       </method>
22127     </type>
22128     <type name="A">
22129       <method name="A op_Implicit(S)">
22130         <size>6</size>
22131       </method>
22132       <method name="Void .ctor()">
22133         <size>7</size>
22134       </method>
22135     </type>
22136     <type name="B">
22137       <method name="Void .ctor()">
22138         <size>7</size>
22139       </method>
22140     </type>
22141   </test>
22142   <test name="gtest-etree-22.cs">
22143     <type name="FieldInfoBug.MonoRuntime">
22144       <method name="Int32 Main()">
22145         <size>13</size>
22146       </method>
22147       <method name="Void .ctor()">
22148         <size>7</size>
22149       </method>
22150     </type>
22151     <type name="FieldInfoBug.GenericClass`1[T]">
22152       <method name="Void .ctor(String)">
22153         <size>58</size>
22154       </method>
22155     </type>
22156     <type name="FieldInfoBug.GenericClass`1+&lt;GenericClass&gt;c__AnonStorey0[T]">
22157       <method name="Void .ctor()">
22158         <size>7</size>
22159       </method>
22160     </type>
22161   </test>
22162   <test name="gtest-etree-23.cs">
22163     <type name="Test.OrderBySpecification">
22164       <method name="Void .ctor(Expression`1)">
22165         <size>7</size>
22166       </method>
22167     </type>
22168     <type name="Test.RateOrderById">
22169       <method name="Int32 Main()">
22170         <size>8</size>
22171       </method>
22172       <method name="Void .ctor()">
22173         <size>44</size>
22174       </method>
22175     </type>
22176   </test>
22177   <test name="gtest-etree-24.cs">
22178     <type name="NotifyingProperty">
22179       <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]][])">
22180         <size>1</size>
22181       </method>
22182     </type>
22183     <type name="NotifyingPropertyTest">
22184       <method name="Void CreateDependent_NotifierNull()">
22185         <size>58</size>
22186       </method>
22187       <method name="Void CreateDependent_DependentsNull()">
22188         <size>83</size>
22189       </method>
22190       <method name="Void Main()">
22191         <size>1</size>
22192       </method>
22193       <method name="System.Object &lt;CreateDependent_DependentsNull&gt;m__0()">
22194         <size>2</size>
22195       </method>
22196       <method name="Void .ctor()">
22197         <size>7</size>
22198       </method>
22199     </type>
22200     <type name="NotifyingPropertyTest+&lt;CreateDependent_NotifierNull&gt;c__AnonStorey0">
22201       <method name="Void .ctor()">
22202         <size>7</size>
22203       </method>
22204     </type>
22205     <type name="NotifyingPropertyTest+&lt;CreateDependent_DependentsNull&gt;c__AnonStorey1">
22206       <method name="Void .ctor()">
22207         <size>7</size>
22208       </method>
22209     </type>
22210   </test>
22211   <test name="gtest-etree-25.cs">
22212     <type name="Foo">
22213       <method name="Void OnBaz(IBaz)">
22214         <size>1</size>
22215       </method>
22216       <method name="Void .ctor()">
22217         <size>7</size>
22218       </method>
22219     </type>
22220     <type name="C">
22221       <method name="Void RunOnBaz(System.Action`1[IBaz])">
22222         <size>8</size>
22223       </method>
22224       <method name="Int32 Main()">
22225         <size>214</size>
22226       </method>
22227       <method name="Void .ctor()">
22228         <size>7</size>
22229       </method>
22230     </type>
22231     <type name="C+&lt;Main&gt;c__AnonStorey0">
22232       <method name="Void .ctor()">
22233         <size>7</size>
22234       </method>
22235     </type>
22236   </test>
22237   <test name="gtest-exmethod-01.cs">
22238     <type name="SimpleTest">
22239       <method name="System.String Prefix(System.String, System.String)">
22240         <size>8</size>
22241       </method>
22242     </type>
22243     <type name="M">
22244       <method name="Void .ctor()">
22245         <size>7</size>
22246       </method>
22247       <method name="Int32 Main()">
22248         <size>157</size>
22249       </method>
22250     </type>
22251   </test>
22252   <test name="gtest-exmethod-02.cs">
22253     <type name="M">
22254       <method name="Void .ctor()">
22255         <size>7</size>
22256       </method>
22257       <method name="Void Main()">
22258         <size>12</size>
22259       </method>
22260     </type>
22261     <type name="N.M">
22262       <method name="Void .ctor()">
22263         <size>7</size>
22264       </method>
22265       <method name="Void Test2()">
22266         <size>12</size>
22267       </method>
22268     </type>
22269   </test>
22270   <test name="gtest-exmethod-03.cs">
22271     <type name="A.A">
22272       <method name="Int32 Foo(Int32)">
22273         <size>2</size>
22274       </method>
22275       <method name="Int32 Foo(Int32, System.String)">
22276         <size>3</size>
22277       </method>
22278     </type>
22279     <type name="B.X">
22280       <method name="Int32 Foo(Int32)">
22281         <size>2</size>
22282       </method>
22283       <method name="Int32 Foo(Int32, Boolean)">
22284         <size>3</size>
22285       </method>
22286     </type>
22287     <type name="C.F">
22288       <method name="Boolean Foo(Byte)">
22289         <size>2</size>
22290       </method>
22291     </type>
22292     <type name="C.D.F">
22293       <method name="Int32 Foo(Int32)">
22294         <size>3</size>
22295       </method>
22296       <method name="Void TestX()">
22297         <size>9</size>
22298       </method>
22299     </type>
22300     <type name="C.M">
22301       <method name="Int32 Foo(Int32)">
22302         <size>2</size>
22303       </method>
22304       <method name="Int32 Main()">
22305         <size>61</size>
22306       </method>
22307     </type>
22308   </test>
22309   <test name="gtest-exmethod-04.cs">
22310     <type name="A.Test">
22311       <method name="System.String Test_1(Boolean)">
22312         <size>6</size>
22313       </method>
22314     </type>
22315     <type name="B.M">
22316       <method name="Void .ctor()">
22317         <size>7</size>
22318       </method>
22319       <method name="Void Main()">
22320         <size>12</size>
22321       </method>
22322     </type>
22323   </test>
22324   <test name="gtest-exmethod-05.cs">
22325     <type name="A.Test_A">
22326       <method name="System.String Test_1(System.String)">
22327         <size>6</size>
22328       </method>
22329     </type>
22330     <type name="A.Test_B">
22331       <method name="System.String Test_2(System.String)">
22332         <size>6</size>
22333       </method>
22334     </type>
22335     <type name="B.M">
22336       <method name="Void .ctor()">
22337         <size>7</size>
22338       </method>
22339       <method name="Void Main()">
22340         <size>23</size>
22341       </method>
22342     </type>
22343   </test>
22344   <test name="gtest-exmethod-06.cs">
22345     <type name="Gen">
22346       <method name="T Test_1[T](T)">
22347         <size>10</size>
22348       </method>
22349       <method name="System.String Test_1[T](System.String)">
22350         <size>6</size>
22351       </method>
22352     </type>
22353     <type name="B.M">
22354       <method name="Void .ctor()">
22355         <size>7</size>
22356       </method>
22357       <method name="Void Main()">
22358         <size>30</size>
22359       </method>
22360     </type>
22361   </test>
22362   <test name="gtest-exmethod-07.cs">
22363     <type name="E">
22364       <method name="Void ToReadOnly[T](IEnumerable`1)">
22365         <size>1</size>
22366       </method>
22367       <method name="Void To(IA)">
22368         <size>1</size>
22369       </method>
22370     </type>
22371     <type name="C">
22372       <method name="Void .ctor()">
22373         <size>7</size>
22374       </method>
22375       <method name="Void Main()">
22376         <size>1</size>
22377       </method>
22378       <method name="Void Test(IEnumerable`1)">
22379         <size>15</size>
22380       </method>
22381     </type>
22382   </test>
22383   <test name="gtest-exmethod-08.cs">
22384     <type name="C">
22385       <method name="Void .ctor()">
22386         <size>7</size>
22387       </method>
22388       <method name="Void Main()">
22389         <size>21</size>
22390       </method>
22391     </type>
22392   </test>
22393   <test name="gtest-exmethod-09.cs">
22394     <type name="Test">
22395       <method name="Void Foo[T](System.String)">
22396         <size>1</size>
22397       </method>
22398     </type>
22399     <type name="C">
22400       <method name="Void .ctor()">
22401         <size>7</size>
22402       </method>
22403       <method name="Void Main()">
22404         <size>11</size>
22405       </method>
22406     </type>
22407   </test>
22408   <test name="gtest-exmethod-10.cs">
22409     <type name="AExtensions">
22410       <method name="Int32 Round(Double)">
22411         <size>8</size>
22412       </method>
22413     </type>
22414     <type name="BExtensions">
22415       <method name="T GetBy[T](T[], Double)">
22416         <size>13</size>
22417       </method>
22418     </type>
22419     <type name="C">
22420       <method name="Void .ctor()">
22421         <size>7</size>
22422       </method>
22423       <method name="Void Main()">
22424         <size>1</size>
22425       </method>
22426     </type>
22427   </test>
22428   <test name="gtest-exmethod-11.cs">
22429     <type name="Test">
22430       <method name="Void .ctor()">
22431         <size>7</size>
22432       </method>
22433       <method name="Int32 Main(System.String[])">
22434         <size>20</size>
22435       </method>
22436     </type>
22437     <type name="Lol">
22438       <method name="Boolean OneEleven(System.Object)">
22439         <size>2</size>
22440       </method>
22441     </type>
22442   </test>
22443   <test name="gtest-exmethod-12.cs">
22444     <type name="Program">
22445       <method name="Void .ctor()">
22446         <size>7</size>
22447       </method>
22448       <method name="Void Main(System.String[])">
22449         <size>63</size>
22450       </method>
22451     </type>
22452     <type name="ChatClient">
22453       <method name="Void .ctor()">
22454         <size>7</size>
22455       </method>
22456       <method name="Void Say(System.String, System.String)">
22457         <size>13</size>
22458       </method>
22459     </type>
22460     <type name="ChatExtensions">
22461       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
22462         <size>64</size>
22463       </method>
22464     </type>
22465   </test>
22466   <test name="gtest-exmethod-13.cs">
22467     <type name="Foo">
22468       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
22469         <size>2</size>
22470       </method>
22471       <method name="Void Main()">
22472         <size>23</size>
22473       </method>
22474     </type>
22475   </test>
22476   <test name="gtest-exmethod-14.cs">
22477     <type name="C">
22478       <method name="Void Bar[U](IA)">
22479         <size>7</size>
22480       </method>
22481       <method name="Void Foo[T](IA)">
22482         <size>1</size>
22483       </method>
22484       <method name="Void Foo(IA)">
22485         <size>7</size>
22486       </method>
22487       <method name="Void Main()">
22488         <size>1</size>
22489       </method>
22490     </type>
22491   </test>
22492   <test name="gtest-exmethod-15.cs">
22493     <type name="C">
22494       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
22495         <size>15</size>
22496       </method>
22497       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
22498         <size>2</size>
22499       </method>
22500       <method name="Void Main()">
22501         <size>1</size>
22502       </method>
22503     </type>
22504   </test>
22505   <test name="gtest-exmethod-16.cs">
22506     <type name="Rocks">
22507       <method name="Boolean Extension(System.String)">
22508         <size>2</size>
22509       </method>
22510       <method name="Boolean Extension(D)">
22511         <size>2</size>
22512       </method>
22513     </type>
22514     <type name="Program">
22515       <method name="Void .ctor()">
22516         <size>7</size>
22517       </method>
22518       <method name="Void add_e(D)">
22519         <size>47</size>
22520       </method>
22521       <method name="Void remove_e(D)">
22522         <size>47</size>
22523       </method>
22524       <method name="System.String get_Item(Int32)">
22525         <size>6</size>
22526       </method>
22527       <method name="System.String get_Property()">
22528         <size>6</size>
22529       </method>
22530       <method name="Void Main(System.String[])">
22531         <size>44</size>
22532       </method>
22533     </type>
22534     <type name="D">
22535       <method name="Void .ctor(Object, IntPtr)">
22536         <size>0</size>
22537       </method>
22538       <method name="System.String Invoke()">
22539         <size>0</size>
22540       </method>
22541       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22542         <size>0</size>
22543       </method>
22544       <method name="System.String EndInvoke(IAsyncResult)">
22545         <size>0</size>
22546       </method>
22547     </type>
22548   </test>
22549   <test name="gtest-exmethod-17.cs">
22550     <type name="MainClass">
22551       <method name="Void Main()">
22552         <size>45</size>
22553       </method>
22554     </type>
22555   </test>
22556   <test name="gtest-exmethod-18.cs">
22557     <type name="Foo">
22558       <method name="Void .ctor()">
22559         <size>7</size>
22560       </method>
22561       <method name="Boolean get_IsBar()">
22562         <size>2</size>
22563       </method>
22564     </type>
22565     <type name="FooExt">
22566       <method name="Boolean IsBar(Foo)">
22567         <size>7</size>
22568       </method>
22569     </type>
22570     <type name="Repro">
22571       <method name="Void .ctor()">
22572         <size>7</size>
22573       </method>
22574       <method name="Void Main()">
22575         <size>18</size>
22576       </method>
22577     </type>
22578   </test>
22579   <test name="gtest-exmethod-19.cs">
22580     <type name="Rocks">
22581       <method name="Int32 Test_2[T](IEnumerable`1)">
22582         <size>3</size>
22583       </method>
22584       <method name="System.String Test_1(System.String)">
22585         <size>12</size>
22586       </method>
22587     </type>
22588     <type name="Test">
22589       <method name="Void .ctor()">
22590         <size>7</size>
22591       </method>
22592       <method name="Int32 Main()">
22593         <size>142</size>
22594       </method>
22595     </type>
22596     <type name="Test+D">
22597       <method name="Void .ctor(Object, IntPtr)">
22598         <size>0</size>
22599       </method>
22600       <method name="System.String Invoke()">
22601         <size>0</size>
22602       </method>
22603       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22604         <size>0</size>
22605       </method>
22606       <method name="System.String EndInvoke(IAsyncResult)">
22607         <size>0</size>
22608       </method>
22609     </type>
22610   </test>
22611   <test name="gtest-exmethod-20.cs">
22612     <type name="Outer.Inner.Test">
22613       <method name="Void .ctor()">
22614         <size>7</size>
22615       </method>
22616       <method name="Void M(I)">
22617         <size>13</size>
22618       </method>
22619       <method name="Void Main()">
22620         <size>1</size>
22621       </method>
22622     </type>
22623     <type name="Outer.ExtensionMethods">
22624       <method name="Void AddRange[T](I, IEnumerable`1)">
22625         <size>1</size>
22626       </method>
22627     </type>
22628   </test>
22629   <test name="gtest-exmethod-21.cs">
22630     <type name="Outer.Inner.Test">
22631       <method name="Void .ctor()">
22632         <size>7</size>
22633       </method>
22634       <method name="Void M(I)">
22635         <size>7</size>
22636       </method>
22637       <method name="Void Main()">
22638         <size>1</size>
22639       </method>
22640     </type>
22641     <type name="External.ExtensionMethods">
22642       <method name="Void AddRange(I)">
22643         <size>1</size>
22644       </method>
22645     </type>
22646   </test>
22647   <test name="gtest-exmethod-22.cs">
22648     <type name="Program">
22649       <method name="Void .ctor()">
22650         <size>7</size>
22651       </method>
22652       <method name="Int32 Main()">
22653         <size>8</size>
22654       </method>
22655     </type>
22656   </test>
22657   <test name="gtest-exmethod-23.cs">
22658     <type name="T">
22659       <method name="Void A(System.String, Int32)">
22660         <size>1</size>
22661       </method>
22662       <method name="Void Main()">
22663         <size>1</size>
22664       </method>
22665     </type>
22666   </test>
22667   <test name="gtest-exmethod-24.cs">
22668     <type name="Bar">
22669       <method name="Void .ctor()">
22670         <size>7</size>
22671       </method>
22672       <method name="Void Main()">
22673         <size>1</size>
22674       </method>
22675     </type>
22676   </test>
22677   <test name="gtest-exmethod-25.cs">
22678     <type name="Bar">
22679       <method name="Void .ctor()">
22680         <size>7</size>
22681       </method>
22682       <method name="Void Main()">
22683         <size>11</size>
22684       </method>
22685     </type>
22686   </test>
22687   <test name="gtest-exmethod-26.cs">
22688     <type name="test.TypeExtensions">
22689       <method name="Boolean IsNullable(System.Type)">
22690         <size>2</size>
22691       </method>
22692     </type>
22693     <type name="testmono.MainClass">
22694       <method name="Void .ctor()">
22695         <size>7</size>
22696       </method>
22697       <method name="Void Main()">
22698         <size>33</size>
22699       </method>
22700     </type>
22701   </test>
22702   <test name="gtest-exmethod-27.cs">
22703     <type name="Foo.Extensions">
22704       <method name="System.String AsString(IList`1)">
22705         <size>6</size>
22706       </method>
22707     </type>
22708     <type name="Bar.Program">
22709       <method name="Void .ctor()">
22710         <size>7</size>
22711       </method>
22712       <method name="Void Main()">
22713         <size>17</size>
22714       </method>
22715       <method name="System.String Pan(System.Byte[])">
22716         <size>7</size>
22717       </method>
22718     </type>
22719   </test>
22720   <test name="gtest-exmethod-28.cs">
22721     <type name="Foo">
22722       <method name="Void .ctor()">
22723         <size>7</size>
22724       </method>
22725     </type>
22726     <type name="Extensions">
22727       <method name="Boolean IsFoo(Foo)">
22728         <size>2</size>
22729       </method>
22730       <method name="Boolean IsBar(Bar)">
22731         <size>2</size>
22732       </method>
22733     </type>
22734     <type name="Bar">
22735       <method name="Void .ctor()">
22736         <size>7</size>
22737       </method>
22738     </type>
22739     <type name="Program">
22740       <method name="Void .ctor()">
22741         <size>7</size>
22742       </method>
22743       <method name="Void Main()">
22744         <size>1</size>
22745       </method>
22746     </type>
22747   </test>
22748   <test name="gtest-exmethod-29.cs">
22749     <type name="My">
22750       <method name="Void .ctor()">
22751         <size>7</size>
22752       </method>
22753     </type>
22754     <type name="Test">
22755       <method name="Int32 Main()">
22756         <size>40</size>
22757       </method>
22758       <method name="Int32 ContentTransferEncoding[T](My)">
22759         <size>2</size>
22760       </method>
22761       <method name="Int32 ContentTransferEncoding(My)">
22762         <size>2</size>
22763       </method>
22764     </type>
22765     <type name="My">
22766       <method name="Void set_ContentTransferEncoding(Boolean)">
22767         <size>1</size>
22768       </method>
22769     </type>
22770   </test>
22771   <test name="gtest-exmethod-30.cs">
22772     <type name="Test">
22773       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22774         <size>2</size>
22775       </method>
22776       <method name="Int32 get_First()">
22777         <size>2</size>
22778       </method>
22779       <method name="IEnumerator`1 GetEnumerator()">
22780         <size>2</size>
22781       </method>
22782       <method name="Void .ctor()">
22783         <size>7</size>
22784       </method>
22785     </type>
22786     <type name="C">
22787       <method name="Void Test()">
22788         <size>14</size>
22789       </method>
22790       <method name="Void Main()">
22791         <size>1</size>
22792       </method>
22793       <method name="Void .ctor()">
22794         <size>7</size>
22795       </method>
22796     </type>
22797   </test>
22798   <test name="gtest-exmethod-31.cs">
22799     <type name="N.S">
22800       <method name="Void Map[T](Int32, System.Func`2[T,System.String])">
22801         <size>1</size>
22802       </method>
22803     </type>
22804     <type name="N2.S2">
22805       <method name="Void Map(Int32, Int32)">
22806         <size>1</size>
22807       </method>
22808     </type>
22809     <type name="M.C">
22810       <method name="Void Main()">
22811         <size>8</size>
22812       </method>
22813       <method name="Void .ctor()">
22814         <size>7</size>
22815       </method>
22816     </type>
22817   </test>
22818   <test name="gtest-exmethod-32.cs">
22819     <type name="A">
22820       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22821         <size>2</size>
22822       </method>
22823       <method name="Int32 get_Count()">
22824         <size>2</size>
22825       </method>
22826       <method name="Void .ctor()">
22827         <size>7</size>
22828       </method>
22829     </type>
22830     <type name="G`1[T]">
22831       <method name="Void Test()">
22832         <size>20</size>
22833       </method>
22834       <method name="Void .ctor()">
22835         <size>7</size>
22836       </method>
22837     </type>
22838     <type name="Extensions">
22839       <method name="Int32 Count(IEnumerable)">
22840         <size>2</size>
22841       </method>
22842       <method name="Void Main()">
22843         <size>1</size>
22844       </method>
22845     </type>
22846   </test>
22847   <test name="gtest-exmethod-33.cs">
22848     <type name="Prop">
22849       <method name="Void .ctor()">
22850         <size>7</size>
22851       </method>
22852     </type>
22853     <type name="HelperExtensions">
22854       <method name="Void Foo(I, I)">
22855         <size>1</size>
22856       </method>
22857     </type>
22858     <type name="C">
22859       <method name="I get_Prop()">
22860         <size>2</size>
22861       </method>
22862       <method name="System.Int32[] get_Loc()">
22863         <size>2</size>
22864       </method>
22865       <method name="Void Test()">
22866         <size>13</size>
22867       </method>
22868       <method name="Void Main()">
22869         <size>1</size>
22870       </method>
22871       <method name="Void .ctor()">
22872         <size>7</size>
22873       </method>
22874     </type>
22875   </test>
22876   <test name="gtest-exmethod-34.cs">
22877     <type name="Program">
22878       <method name="Void Foo(System.Object)">
22879         <size>1</size>
22880       </method>
22881       <method name="Void Main()">
22882         <size>7</size>
22883       </method>
22884     </type>
22885   </test>
22886   <test name="gtest-exmethod-35.cs">
22887     <type name="A">
22888       <method name="Void Test(Int32)">
22889         <size>1</size>
22890       </method>
22891       <method name="Void Main()">
22892         <size>1</size>
22893       </method>
22894     </type>
22895   </test>
22896   <test name="gtest-exmethod-36.cs">
22897     <type name="S">
22898       <method name="System.String get_Prop()">
22899         <size>6</size>
22900       </method>
22901       <method name="Void .ctor()">
22902         <size>7</size>
22903       </method>
22904     </type>
22905     <type name="S2">
22906       <method name="Void .ctor()">
22907         <size>7</size>
22908       </method>
22909     </type>
22910     <type name="E">
22911       <method name="Int32 Prop(S)">
22912         <size>2</size>
22913       </method>
22914       <method name="Int32 Prop(S2)">
22915         <size>3</size>
22916       </method>
22917     </type>
22918     <type name="C">
22919       <method name="Void Main()">
22920         <size>43</size>
22921       </method>
22922       <method name="Void .ctor()">
22923         <size>7</size>
22924       </method>
22925     </type>
22926   </test>
22927   <test name="gtest-exmethod-37.cs">
22928     <type name="S">
22929       <method name="Void Extension(A, System.String, Boolean)">
22930         <size>11</size>
22931       </method>
22932     </type>
22933     <type name="A">
22934       <method name="Void Extension(System.String)">
22935         <size>1</size>
22936       </method>
22937       <method name="Void .ctor()">
22938         <size>7</size>
22939       </method>
22940     </type>
22941     <type name="Test">
22942       <method name="Void TestMethod(System.Action`1[System.Boolean])">
22943         <size>1</size>
22944       </method>
22945       <method name="Int32 TestMethod(System.Action`1[System.String])">
22946         <size>13</size>
22947       </method>
22948       <method name="Int32 Main()">
22949         <size>33</size>
22950       </method>
22951       <method name="Void .ctor()">
22952         <size>7</size>
22953       </method>
22954     </type>
22955   </test>
22956   <test name="gtest-exmethod-38.cs">
22957     <type name="Repro2.Color">
22958       <method name="Void .ctor(Int32)">
22959         <size>8</size>
22960       </method>
22961       <method name="Void .cctor()">
22962         <size>38</size>
22963       </method>
22964     </type>
22965     <type name="Repro2.ExtensionMethods">
22966       <method name="Color Transparent(Color)">
22967         <size>6</size>
22968       </method>
22969     </type>
22970     <type name="Repro2.MainClass">
22971       <method name="Int32 Main()">
22972         <size>13</size>
22973       </method>
22974       <method name="Void .ctor()">
22975         <size>7</size>
22976       </method>
22977     </type>
22978   </test>
22979   <test name="gtest-fixedbuffer-01.cs">
22980     <type name="TestNew">
22981       <method name="Void SetTest()">
22982         <size>20</size>
22983       </method>
22984     </type>
22985     <type name="C">
22986       <method name="Int32 Test()">
22987         <size>323</size>
22988       </method>
22989       <method name="Int32 Main()">
22990         <size>6</size>
22991       </method>
22992       <method name="Void .ctor()">
22993         <size>7</size>
22994       </method>
22995     </type>
22996   </test>
22997   <test name="gtest-fixedbuffer-02.cs">
22998     <type name="M">
22999       <method name="Void Main()">
23000         <size>1</size>
23001       </method>
23002       <method name="Void .ctor()">
23003         <size>7</size>
23004       </method>
23005     </type>
23006   </test>
23007   <test name="gtest-fixedbuffer-03.cs">
23008     <type name="Bug.RedSkyTimeCode">
23009       <method name="Void CopyTo(Bug.xxx*)">
23010         <size>99</size>
23011       </method>
23012       <method name="Void Convert(Bug.xxx*, UInt64*)">
23013         <size>93</size>
23014       </method>
23015       <method name="Void Main()">
23016         <size>1</size>
23017       </method>
23018       <method name="Void .ctor()">
23019         <size>7</size>
23020       </method>
23021     </type>
23022   </test>
23023   <test name="gtest-fixedbuffer-04.cs">
23024     <type name="aClass">
23025       <method name="Void Main(System.String[])">
23026         <size>14</size>
23027       </method>
23028       <method name="Void .ctor()">
23029         <size>7</size>
23030       </method>
23031     </type>
23032   </test>
23033   <test name="gtest-fixedbuffer-05.cs">
23034     <type name="S2">
23035       <method name="Void Test()">
23036         <size>39</size>
23037       </method>
23038       <method name="Void Main()">
23039         <size>16</size>
23040       </method>
23041     </type>
23042   </test>
23043   <test name="gtest-fixedbuffer-06.cs">
23044     <type name="Bug.Demo">
23045       <method name="Boolean Fixed()">
23046         <size>14</size>
23047       </method>
23048       <method name="Boolean Foo(System.Int32[])">
23049         <size>43</size>
23050       </method>
23051       <method name="Int32 Main()">
23052         <size>65</size>
23053       </method>
23054     </type>
23055   </test>
23056   <test name="gtest-fixedbuffer-07.cs">
23057     <type name="C">
23058       <method name="Void Goo()">
23059         <size>11</size>
23060       </method>
23061       <method name="Void Main()">
23062         <size>1</size>
23063       </method>
23064       <method name="Void .ctor()">
23065         <size>7</size>
23066       </method>
23067     </type>
23068   </test>
23069   <test name="gtest-fixedbuffer-08.cs">
23070     <type name="A">
23071       <method name="Int32 Main()">
23072         <size>150</size>
23073       </method>
23074       <method name="Void .ctor()">
23075         <size>7</size>
23076       </method>
23077     </type>
23078   </test>
23079   <test name="gtest-fixedbuffer-09.cs">
23080     <type name="Test">
23081       <method name="Int32 Main()">
23082         <size>65</size>
23083       </method>
23084       <method name="Void .ctor()">
23085         <size>7</size>
23086       </method>
23087     </type>
23088   </test>
23089   <test name="gtest-friend-01.cs">
23090     <type name="Test">
23091       <method name="Void .ctor()">
23092         <size>7</size>
23093       </method>
23094       <method name="Void Main()">
23095         <size>20</size>
23096       </method>
23097     </type>
23098   </test>
23099   <test name="gtest-friend-02.cs">
23100     <type name="Test">
23101       <method name="Void .ctor()">
23102         <size>7</size>
23103       </method>
23104       <method name="Void Main()">
23105         <size>20</size>
23106       </method>
23107     </type>
23108   </test>
23109   <test name="gtest-friend-03.cs">
23110     <type name="Test">
23111       <method name="Void .ctor()">
23112         <size>7</size>
23113       </method>
23114       <method name="Void Main()">
23115         <size>20</size>
23116       </method>
23117     </type>
23118   </test>
23119   <test name="gtest-friend-04.cs">
23120     <type name="Test">
23121       <method name="Void .ctor()">
23122         <size>7</size>
23123       </method>
23124       <method name="Void Main()">
23125         <size>19</size>
23126       </method>
23127     </type>
23128   </test>
23129   <test name="gtest-friend-05.cs">
23130     <type name="Test">
23131       <method name="Void .ctor()">
23132         <size>7</size>
23133       </method>
23134       <method name="Void Main()">
23135         <size>20</size>
23136       </method>
23137     </type>
23138   </test>
23139   <test name="gtest-friend-06.cs">
23140     <type name="Test">
23141       <method name="Void .ctor()">
23142         <size>7</size>
23143       </method>
23144       <method name="Void Main()">
23145         <size>20</size>
23146       </method>
23147     </type>
23148   </test>
23149   <test name="gtest-friend-07.cs">
23150     <type name="Test">
23151       <method name="Void .ctor()">
23152         <size>7</size>
23153       </method>
23154       <method name="Void Main()">
23155         <size>20</size>
23156       </method>
23157     </type>
23158   </test>
23159   <test name="gtest-friend-08.cs">
23160     <type name="Test">
23161       <method name="Void .ctor()">
23162         <size>7</size>
23163       </method>
23164       <method name="Void Main()">
23165         <size>19</size>
23166       </method>
23167     </type>
23168   </test>
23169   <test name="gtest-friend-09.cs">
23170     <type name="Test">
23171       <method name="Void .ctor()">
23172         <size>7</size>
23173       </method>
23174       <method name="Void Main()">
23175         <size>20</size>
23176       </method>
23177     </type>
23178   </test>
23179   <test name="gtest-friend-10.cs">
23180     <type name="Test">
23181       <method name="Void .ctor()">
23182         <size>7</size>
23183       </method>
23184       <method name="Void Main()">
23185         <size>20</size>
23186       </method>
23187     </type>
23188   </test>
23189   <test name="gtest-friend-11.cs">
23190     <type name="Test">
23191       <method name="Void .ctor()">
23192         <size>7</size>
23193       </method>
23194       <method name="Void Main()">
23195         <size>20</size>
23196       </method>
23197     </type>
23198   </test>
23199   <test name="gtest-friend-12.cs">
23200     <type name="Test">
23201       <method name="Void .ctor()">
23202         <size>7</size>
23203       </method>
23204       <method name="Void Main()">
23205         <size>19</size>
23206       </method>
23207     </type>
23208   </test>
23209   <test name="gtest-friend-13.cs">
23210     <type name="B">
23211       <method name="Void .ctor()">
23212         <size>7</size>
23213       </method>
23214       <method name="Void Test()">
23215         <size>1</size>
23216       </method>
23217       <method name="Void Test_2()">
23218         <size>1</size>
23219       </method>
23220     </type>
23221     <type name="Test">
23222       <method name="Void .ctor()">
23223         <size>7</size>
23224       </method>
23225       <method name="Void Main()">
23226         <size>1</size>
23227       </method>
23228     </type>
23229   </test>
23230   <test name="gtest-friend-14.cs">
23231     <type name="Test">
23232       <method name="Int32 Main()">
23233         <size>13</size>
23234       </method>
23235       <method name="Void .ctor()">
23236         <size>7</size>
23237       </method>
23238     </type>
23239   </test>
23240   <test name="gtest-implicitarray-01.cs">
23241     <type name="Test">
23242       <method name="Void .ctor()">
23243         <size>7</size>
23244       </method>
23245       <method name="Int32 Main()">
23246         <size>296</size>
23247       </method>
23248     </type>
23249     <type name="&lt;PrivateImplementationDetails&gt;">
23250       <method name="Void .ctor()">
23251         <size>7</size>
23252       </method>
23253     </type>
23254   </test>
23255   <test name="gtest-implicitarray-02.cs">
23256     <type name="MyString">
23257       <method name="Void .ctor()">
23258         <size>7</size>
23259       </method>
23260       <method name="System.String op_Implicit(MyString)">
23261         <size>6</size>
23262       </method>
23263     </type>
23264     <type name="Test">
23265       <method name="Void .ctor()">
23266         <size>7</size>
23267       </method>
23268       <method name="Int32 Main()">
23269         <size>50</size>
23270       </method>
23271     </type>
23272   </test>
23273   <test name="gtest-initialize-01.cs">
23274     <type name="MyClass">
23275       <method name="Void .ctor()">
23276         <size>18</size>
23277       </method>
23278       <method name="Int32 get_Answer()">
23279         <size>7</size>
23280       </method>
23281       <method name="Void set_Answer(Int32)">
23282         <size>8</size>
23283       </method>
23284     </type>
23285     <type name="Test">
23286       <method name="Void .ctor()">
23287         <size>7</size>
23288       </method>
23289       <method name="Int32 Main()">
23290         <size>67</size>
23291       </method>
23292     </type>
23293   </test>
23294   <test name="gtest-initialize-02.cs">
23295     <type name="Test">
23296       <method name="Void .ctor()">
23297         <size>7</size>
23298       </method>
23299       <method name="Int32 Main()">
23300         <size>1234</size>
23301       </method>
23302     </type>
23303     <type name="Test+Point">
23304       <method name="Void .ctor()">
23305         <size>7</size>
23306       </method>
23307     </type>
23308     <type name="Test+Line">
23309       <method name="Void .ctor()">
23310         <size>29</size>
23311       </method>
23312     </type>
23313     <type name="Test+Rectangle">
23314       <method name="Void .ctor()">
23315         <size>51</size>
23316       </method>
23317     </type>
23318     <type name="Test+Library">
23319       <method name="Void .ctor()">
23320         <size>53</size>
23321       </method>
23322     </type>
23323     <type name="Test+Thing">
23324       <method name="Void .ctor()">
23325         <size>7</size>
23326       </method>
23327     </type>
23328     <type name="Test+Box">
23329       <method name="Void .ctor()">
23330         <size>7</size>
23331       </method>
23332     </type>
23333   </test>
23334   <test name="gtest-initialize-03.cs">
23335     <type name="Data">
23336       <method name="Void .ctor()">
23337         <size>7</size>
23338       </method>
23339     </type>
23340     <type name="Test">
23341       <method name="Void .ctor()">
23342         <size>7</size>
23343       </method>
23344       <method name="Void set_Prop(Data)">
23345         <size>1</size>
23346       </method>
23347       <method name="System.Object Foo()">
23348         <size>15</size>
23349       </method>
23350       <method name="Void Main()">
23351         <size>52</size>
23352       </method>
23353     </type>
23354   </test>
23355   <test name="gtest-initialize-04.cs">
23356     <type name="C">
23357       <method name="Void .ctor()">
23358         <size>7</size>
23359       </method>
23360       <method name="Void .cctor()">
23361         <size>34</size>
23362       </method>
23363       <method name="Int32 Main()">
23364         <size>30</size>
23365       </method>
23366     </type>
23367   </test>
23368   <test name="gtest-initialize-05.cs">
23369     <type name="C">
23370       <method name="Void .ctor()">
23371         <size>7</size>
23372       </method>
23373       <method name="Int32 Main()">
23374         <size>235</size>
23375       </method>
23376     </type>
23377   </test>
23378   <test name="gtest-initialize-06.cs">
23379     <type name="C">
23380       <method name="Void .ctor()">
23381         <size>7</size>
23382       </method>
23383       <method name="Int32 Main()">
23384         <size>39</size>
23385       </method>
23386       <method name="Void Foo(Point ByRef)">
23387         <size>38</size>
23388       </method>
23389     </type>
23390   </test>
23391   <test name="gtest-initialize-07.cs">
23392     <type name="A">
23393       <method name="Void .ctor()">
23394         <size>7</size>
23395       </method>
23396       <method name="System.String get_Name()">
23397         <size>7</size>
23398       </method>
23399       <method name="Void set_Name(System.String)">
23400         <size>8</size>
23401       </method>
23402       <method name="Boolean Matches(System.String)">
23403         <size>13</size>
23404       </method>
23405     </type>
23406     <type name="M">
23407       <method name="Void .ctor()">
23408         <size>7</size>
23409       </method>
23410       <method name="Int32 Main()">
23411         <size>37</size>
23412       </method>
23413     </type>
23414   </test>
23415   <test name="gtest-initialize-08.cs">
23416     <type name="T">
23417       <method name="Void .ctor()">
23418         <size>7</size>
23419       </method>
23420     </type>
23421     <type name="X">
23422       <method name="Void .ctor()">
23423         <size>7</size>
23424       </method>
23425       <method name="Z[] get_Prop()">
23426         <size>7</size>
23427       </method>
23428       <method name="Void set_Prop(Z[])">
23429         <size>8</size>
23430       </method>
23431     </type>
23432     <type name="Z">
23433       <method name="Void .ctor()">
23434         <size>7</size>
23435       </method>
23436     </type>
23437     <type name="Test">
23438       <method name="Void .ctor(String)">
23439         <size>70</size>
23440       </method>
23441       <method name="Void .ctor(Int32)">
23442         <size>70</size>
23443       </method>
23444     </type>
23445     <type name="C">
23446       <method name="Void .ctor()">
23447         <size>7</size>
23448       </method>
23449       <method name="Int32 Main()">
23450         <size>13</size>
23451       </method>
23452     </type>
23453   </test>
23454   <test name="gtest-initialize-09.cs">
23455     <type name="Test">
23456       <method name="Void .ctor()">
23457         <size>7</size>
23458       </method>
23459       <method name="Int32 Main()">
23460         <size>53</size>
23461       </method>
23462     </type>
23463     <type name="&lt;PrivateImplementationDetails&gt;">
23464       <method name="Void .ctor()">
23465         <size>7</size>
23466       </method>
23467     </type>
23468   </test>
23469   <test name="gtest-initialize-10.cs">
23470     <type name="Foo">
23471       <method name="Void .ctor()">
23472         <size>7</size>
23473       </method>
23474       <method name="Int32 get_P()">
23475         <size>7</size>
23476       </method>
23477       <method name="Void set_P(Int32)">
23478         <size>8</size>
23479       </method>
23480     </type>
23481     <type name="Y">
23482       <method name="Void .ctor()">
23483         <size>7</size>
23484       </method>
23485       <method name="Int32 Main()">
23486         <size>38</size>
23487       </method>
23488       <method name="Boolean Do(Foo)">
23489         <size>86</size>
23490       </method>
23491     </type>
23492   </test>
23493   <test name="gtest-initialize-11.cs">
23494     <type name="InlineAssignmentTest.Foo">
23495       <method name="Void .ctor()">
23496         <size>14</size>
23497       </method>
23498     </type>
23499     <type name="InlineAssignmentTest.MainClass">
23500       <method name="Int32 Main()">
23501         <size>30</size>
23502       </method>
23503       <method name="Void .ctor()">
23504         <size>7</size>
23505       </method>
23506     </type>
23507   </test>
23508   <test name="gtest-initialize-12.cs">
23509     <type name="C">
23510       <method name="Void set_Foo(Int32)">
23511         <size>1</size>
23512       </method>
23513       <method name="Void .ctor()">
23514         <size>7</size>
23515       </method>
23516     </type>
23517     <type name="B">
23518       <method name="Void set_Foo(Int32)">
23519         <size>0</size>
23520       </method>
23521       <method name="Void .ctor()">
23522         <size>7</size>
23523       </method>
23524     </type>
23525     <type name="Test">
23526       <method name="Void set_Foo(Int32)">
23527         <size>1</size>
23528       </method>
23529       <method name="Void Main()">
23530         <size>16</size>
23531       </method>
23532       <method name="Void .ctor()">
23533         <size>7</size>
23534       </method>
23535     </type>
23536   </test>
23537   <test name="gtest-iter-01.cs">
23538     <type name="C">
23539       <method name="Void .ctor()">
23540         <size>7</size>
23541       </method>
23542       <method name="Void Main()">
23543         <size>1</size>
23544       </method>
23545     </type>
23546     <type name="C+ArrayReadOnlyList`1[T]">
23547       <method name="Void .ctor()">
23548         <size>7</size>
23549       </method>
23550       <method name="T get_Item(Int32)">
23551         <size>13</size>
23552       </method>
23553       <method name="IEnumerator`1 GetEnumerator()">
23554         <size>15</size>
23555       </method>
23556     </type>
23557     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
23558       <method name="Void .ctor()">
23559         <size>7</size>
23560       </method>
23561       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23562         <size>12</size>
23563       </method>
23564       <method name="Boolean MoveNext()">
23565         <size>134</size>
23566       </method>
23567       <method name="Void Dispose()">
23568         <size>8</size>
23569       </method>
23570       <method name="Void Reset()">
23571         <size>6</size>
23572       </method>
23573       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23574         <size>7</size>
23575       </method>
23576     </type>
23577   </test>
23578   <test name="gtest-iter-02.cs">
23579     <type name="C">
23580       <method name="Void .ctor()">
23581         <size>7</size>
23582       </method>
23583       <method name="IEnumerator`1 Test()">
23584         <size>8</size>
23585       </method>
23586       <method name="Void Main()">
23587         <size>1</size>
23588       </method>
23589     </type>
23590     <type name="C+&lt;Test&gt;c__Iterator0">
23591       <method name="Void .ctor()">
23592         <size>7</size>
23593       </method>
23594       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23595         <size>12</size>
23596       </method>
23597       <method name="Boolean MoveNext()">
23598         <size>25</size>
23599       </method>
23600       <method name="Void Dispose()">
23601         <size>8</size>
23602       </method>
23603       <method name="Void Reset()">
23604         <size>6</size>
23605       </method>
23606       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
23607         <size>7</size>
23608       </method>
23609     </type>
23610   </test>
23611   <test name="gtest-iter-03.cs">
23612     <type name="Test">
23613       <method name="Void .ctor()">
23614         <size>18</size>
23615       </method>
23616       <method name="IEnumerable`1 Annotations[T]()">
23617         <size>23</size>
23618       </method>
23619       <method name="IEnumerable`1 Annotations(System.Type)">
23620         <size>37</size>
23621       </method>
23622       <method name="Void Main()">
23623         <size>14</size>
23624       </method>
23625     </type>
23626     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
23627       <method name="Void .ctor()">
23628         <size>7</size>
23629       </method>
23630       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23631         <size>12</size>
23632       </method>
23633       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23634         <size>7</size>
23635       </method>
23636       <method name="Boolean MoveNext()">
23637         <size>194</size>
23638       </method>
23639       <method name="Void Dispose()">
23640         <size>62</size>
23641       </method>
23642       <method name="Void Reset()">
23643         <size>6</size>
23644       </method>
23645     </type>
23646     <type name="Test+&lt;Annotations&gt;c__Iterator1">
23647       <method name="Void .ctor()">
23648         <size>7</size>
23649       </method>
23650       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23651         <size>7</size>
23652       </method>
23653       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23654         <size>7</size>
23655       </method>
23656       <method name="Boolean MoveNext()">
23657         <size>222</size>
23658       </method>
23659       <method name="Void Dispose()">
23660         <size>57</size>
23661       </method>
23662       <method name="Void Reset()">
23663         <size>6</size>
23664       </method>
23665     </type>
23666     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
23667       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23668         <size>7</size>
23669       </method>
23670       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23671         <size>40</size>
23672       </method>
23673     </type>
23674     <type name="Test+&lt;Annotations&gt;c__Iterator1">
23675       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23676         <size>7</size>
23677       </method>
23678       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23679         <size>52</size>
23680       </method>
23681     </type>
23682   </test>
23683   <test name="gtest-iter-04.cs">
23684     <type name="TestClass">
23685       <method name="Void .ctor()">
23686         <size>7</size>
23687       </method>
23688       <method name="Void ToString(System.Object)">
23689         <size>0</size>
23690       </method>
23691       <method name="IEnumerable`1 TestEnumerator()">
23692         <size>23</size>
23693       </method>
23694       <method name="Void Test()">
23695         <size>8</size>
23696       </method>
23697     </type>
23698     <type name="M">
23699       <method name="Void .ctor()">
23700         <size>7</size>
23701       </method>
23702       <method name="Void Main()">
23703         <size>1</size>
23704       </method>
23705     </type>
23706     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
23707       <method name="Void .ctor()">
23708         <size>7</size>
23709       </method>
23710       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23711         <size>7</size>
23712       </method>
23713       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23714         <size>7</size>
23715       </method>
23716       <method name="Boolean MoveNext()">
23717         <size>37</size>
23718       </method>
23719       <method name="Void Dispose()">
23720         <size>8</size>
23721       </method>
23722       <method name="Void Reset()">
23723         <size>6</size>
23724       </method>
23725       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23726         <size>7</size>
23727       </method>
23728       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23729         <size>40</size>
23730       </method>
23731     </type>
23732   </test>
23733   <test name="gtest-iter-05.cs">
23734     <type name="Test">
23735       <method name="Void .ctor()">
23736         <size>7</size>
23737       </method>
23738       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
23739         <size>44</size>
23740       </method>
23741       <method name="Void Main()">
23742         <size>31</size>
23743       </method>
23744     </type>
23745     <type name="Foo`1[T]">
23746       <method name="Void .ctor()">
23747         <size>7</size>
23748       </method>
23749       <method name="Void CreateItem[G]()">
23750         <size>1</size>
23751       </method>
23752     </type>
23753     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
23754       <method name="Void .ctor()">
23755         <size>7</size>
23756       </method>
23757       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23758         <size>12</size>
23759       </method>
23760       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23761         <size>7</size>
23762       </method>
23763       <method name="Boolean MoveNext()">
23764         <size>185</size>
23765       </method>
23766       <method name="Void Dispose()">
23767         <size>62</size>
23768       </method>
23769       <method name="Void Reset()">
23770         <size>6</size>
23771       </method>
23772       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23773         <size>7</size>
23774       </method>
23775       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23776         <size>52</size>
23777       </method>
23778     </type>
23779   </test>
23780   <test name="gtest-iter-06.cs">
23781     <type name="Mono.Rocks.KeyValuePair">
23782       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
23783         <size>13</size>
23784       </method>
23785     </type>
23786     <type name="Mono.Rocks.Sequence">
23787       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
23788         <size>8</size>
23789       </method>
23790       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
23791         <size>44</size>
23792       </method>
23793     </type>
23794     <type name="Mono.Rocks.Test">
23795       <method name="Void .ctor()">
23796         <size>7</size>
23797       </method>
23798       <method name="Int32 Main()">
23799         <size>118</size>
23800       </method>
23801       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
23802         <size>30</size>
23803       </method>
23804     </type>
23805     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
23806       <method name="Void .ctor()">
23807         <size>7</size>
23808       </method>
23809       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23810         <size>12</size>
23811       </method>
23812       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23813         <size>7</size>
23814       </method>
23815       <method name="Boolean MoveNext()">
23816         <size>181</size>
23817       </method>
23818       <method name="Void Dispose()">
23819         <size>8</size>
23820       </method>
23821       <method name="Void Reset()">
23822         <size>6</size>
23823       </method>
23824       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
23825         <size>7</size>
23826       </method>
23827       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
23828         <size>52</size>
23829       </method>
23830     </type>
23831   </test>
23832   <test name="gtest-iter-07.cs">
23833     <type name="Test">
23834       <method name="Void .ctor()">
23835         <size>7</size>
23836       </method>
23837       <method name="Int32 Main()">
23838         <size>8</size>
23839       </method>
23840       <method name="Void TestFunction(IEnumerable`1)">
23841         <size>35</size>
23842       </method>
23843     </type>
23844     <type name="MySystem">
23845       <method name="Void .ctor()">
23846         <size>34</size>
23847       </method>
23848       <method name="IEnumerable`1 get_Items()">
23849         <size>23</size>
23850       </method>
23851     </type>
23852     <type name="MySystem+&lt;&gt;c__Iterator0">
23853       <method name="Void .ctor()">
23854         <size>7</size>
23855       </method>
23856       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23857         <size>7</size>
23858       </method>
23859       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23860         <size>7</size>
23861       </method>
23862       <method name="Boolean MoveNext()">
23863         <size>185</size>
23864       </method>
23865       <method name="Void Dispose()">
23866         <size>57</size>
23867       </method>
23868       <method name="Void Reset()">
23869         <size>6</size>
23870       </method>
23871       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
23872         <size>7</size>
23873       </method>
23874       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
23875         <size>40</size>
23876       </method>
23877     </type>
23878   </test>
23879   <test name="gtest-iter-08.cs">
23880     <type name="App">
23881       <method name="Void .ctor()">
23882         <size>7</size>
23883       </method>
23884       <method name="IEnumerable QueryEnumerable[T]()">
23885         <size>16</size>
23886       </method>
23887       <method name="Int32 Main()">
23888         <size>123</size>
23889       </method>
23890     </type>
23891     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
23892       <method name="Void .ctor()">
23893         <size>7</size>
23894       </method>
23895       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23896         <size>7</size>
23897       </method>
23898       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23899         <size>7</size>
23900       </method>
23901       <method name="Boolean MoveNext()">
23902         <size>82</size>
23903       </method>
23904       <method name="Void Dispose()">
23905         <size>8</size>
23906       </method>
23907       <method name="Void Reset()">
23908         <size>6</size>
23909       </method>
23910     </type>
23911     <type name="App">
23912       <method name="T TestType[T]()">
23913         <size>21</size>
23914       </method>
23915       <method name="System.Object TestType(System.Type)">
23916         <size>6</size>
23917       </method>
23918     </type>
23919     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
23920       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23921         <size>7</size>
23922       </method>
23923       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23924         <size>26</size>
23925       </method>
23926     </type>
23927   </test>
23928   <test name="gtest-iter-09.cs">
23929     <type name="Test">
23930       <method name="Void .ctor()">
23931         <size>7</size>
23932       </method>
23933       <method name="IEnumerable`1 Create[T](T[,])">
23934         <size>30</size>
23935       </method>
23936       <method name="Int32 Main()">
23937         <size>80</size>
23938       </method>
23939     </type>
23940     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
23941       <method name="Void .ctor()">
23942         <size>7</size>
23943       </method>
23944       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23945         <size>12</size>
23946       </method>
23947       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23948         <size>7</size>
23949       </method>
23950       <method name="Boolean MoveNext()">
23951         <size>128</size>
23952       </method>
23953       <method name="Void Dispose()">
23954         <size>8</size>
23955       </method>
23956       <method name="Void Reset()">
23957         <size>6</size>
23958       </method>
23959       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23960         <size>7</size>
23961       </method>
23962       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23963         <size>40</size>
23964       </method>
23965     </type>
23966     <type name="&lt;PrivateImplementationDetails&gt;">
23967       <method name="Void .ctor()">
23968         <size>7</size>
23969       </method>
23970     </type>
23971   </test>
23972   <test name="gtest-iter-10.cs">
23973     <type name="Test">
23974       <method name="Void .ctor()">
23975         <size>7</size>
23976       </method>
23977       <method name="IEnumerable`1 FromTo(Int32, Int32)">
23978         <size>44</size>
23979       </method>
23980       <method name="Int32 Main()">
23981         <size>163</size>
23982       </method>
23983     </type>
23984     <type name="Test+&lt;FromTo&gt;c__Iterator0">
23985       <method name="Void .ctor()">
23986         <size>7</size>
23987       </method>
23988       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
23989         <size>7</size>
23990       </method>
23991       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23992         <size>12</size>
23993       </method>
23994       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23995         <size>7</size>
23996       </method>
23997       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
23998         <size>52</size>
23999       </method>
24000       <method name="Boolean MoveNext()">
24001         <size>101</size>
24002       </method>
24003       <method name="Void Dispose()">
24004         <size>8</size>
24005       </method>
24006       <method name="Void Reset()">
24007         <size>6</size>
24008       </method>
24009     </type>
24010   </test>
24011   <test name="gtest-iter-11.cs">
24012     <type name="Foo">
24013       <method name="Void .ctor()">
24014         <size>7</size>
24015       </method>
24016     </type>
24017     <type name="Bar">
24018       <method name="Void .ctor()">
24019         <size>7</size>
24020       </method>
24021       <method name="System.String get_Name()">
24022         <size>7</size>
24023       </method>
24024       <method name="Void set_Name(System.String)">
24025         <size>8</size>
24026       </method>
24027     </type>
24028     <type name="Collection`1[T]">
24029       <method name="Void .ctor()">
24030         <size>18</size>
24031       </method>
24032       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24033         <size>7</size>
24034       </method>
24035       <method name="Void Add(T)">
24036         <size>13</size>
24037       </method>
24038       <method name="IEnumerator`1 GetEnumerator()">
24039         <size>15</size>
24040       </method>
24041     </type>
24042     <type name="BarCollection">
24043       <method name="Void .ctor()">
24044         <size>7</size>
24045       </method>
24046     </type>
24047     <type name="Program">
24048       <method name="Void .ctor()">
24049         <size>7</size>
24050       </method>
24051       <method name="Int32 Main()">
24052         <size>143</size>
24053       </method>
24054     </type>
24055     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
24056       <method name="Void .ctor()">
24057         <size>7</size>
24058       </method>
24059       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
24060         <size>7</size>
24061       </method>
24062       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24063         <size>12</size>
24064       </method>
24065       <method name="Boolean MoveNext()">
24066         <size>174</size>
24067       </method>
24068       <method name="Void Dispose()">
24069         <size>57</size>
24070       </method>
24071       <method name="Void Reset()">
24072         <size>6</size>
24073       </method>
24074     </type>
24075   </test>
24076   <test name="gtest-iter-12.cs">
24077     <type name="H">
24078       <method name="Void Main(System.String[])">
24079         <size>1</size>
24080       </method>
24081       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
24082         <size>30</size>
24083       </method>
24084       <method name="Void .ctor()">
24085         <size>7</size>
24086       </method>
24087     </type>
24088     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
24089       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
24090         <size>7</size>
24091       </method>
24092       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24093         <size>12</size>
24094       </method>
24095       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24096         <size>7</size>
24097       </method>
24098       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
24099         <size>40</size>
24100       </method>
24101       <method name="Boolean MoveNext()">
24102         <size>115</size>
24103       </method>
24104       <method name="Void Dispose()">
24105         <size>8</size>
24106       </method>
24107       <method name="Void Reset()">
24108         <size>6</size>
24109       </method>
24110       <method name="Void .ctor()">
24111         <size>7</size>
24112       </method>
24113     </type>
24114   </test>
24115   <test name="gtest-iter-13.cs">
24116     <type name="C`1[T]">
24117       <method name="IEnumerator GetEnumerator()">
24118         <size>12</size>
24119       </method>
24120       <method name="IEnumerable`1 Filter(System.Func`2[T,System.Boolean])">
24121         <size>37</size>
24122       </method>
24123       <method name="Void .ctor()">
24124         <size>7</size>
24125       </method>
24126     </type>
24127     <type name="M">
24128       <method name="Void Main()">
24129         <size>59</size>
24130       </method>
24131       <method name="Void .ctor()">
24132         <size>7</size>
24133       </method>
24134     </type>
24135     <type name="C`1+&lt;Filter&gt;c__Iterator0[T]">
24136       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
24137         <size>7</size>
24138       </method>
24139       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24140         <size>12</size>
24141       </method>
24142       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24143         <size>7</size>
24144       </method>
24145       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
24146         <size>52</size>
24147       </method>
24148       <method name="Boolean MoveNext()">
24149         <size>215</size>
24150       </method>
24151       <method name="Void Dispose()">
24152         <size>76</size>
24153       </method>
24154       <method name="Void Reset()">
24155         <size>6</size>
24156       </method>
24157       <method name="Void .ctor()">
24158         <size>7</size>
24159       </method>
24160     </type>
24161   </test>
24162   <test name="gtest-iter-14.cs">
24163     <type name="A">
24164       <method name="Int32 get_BaseM()">
24165         <size>2</size>
24166       </method>
24167       <method name="Void set_BaseM(Int32)">
24168         <size>11</size>
24169       </method>
24170       <method name="Void .ctor()">
24171         <size>7</size>
24172       </method>
24173     </type>
24174     <type name="B">
24175       <method name="Void set_BaseM(Int32)">
24176         <size>1</size>
24177       </method>
24178       <method name="Void .ctor()">
24179         <size>7</size>
24180       </method>
24181     </type>
24182     <type name="S">
24183       <method name="IEnumerable`1 GetIt()">
24184         <size>28</size>
24185       </method>
24186       <method name="Int32 &lt;GetHashCode&gt;__BaseCallProxy0()">
24187         <size>17</size>
24188       </method>
24189     </type>
24190     <type name="X">
24191       <method name="Void set_BaseM(Int32)">
24192         <size>11</size>
24193       </method>
24194       <method name="IEnumerable`1 GetIt()">
24195         <size>23</size>
24196       </method>
24197       <method name="Int32 Main()">
24198         <size>135</size>
24199       </method>
24200       <method name="Int32 &lt;get_BaseM&gt;__BaseCallProxy0()">
24201         <size>7</size>
24202       </method>
24203       <method name="Void &lt;set_BaseM&gt;__BaseCallProxy1(Int32)">
24204         <size>8</size>
24205       </method>
24206       <method name="Void .ctor()">
24207         <size>7</size>
24208       </method>
24209     </type>
24210     <type name="S+&lt;GetIt&gt;c__Iterator0">
24211       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
24212         <size>7</size>
24213       </method>
24214       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24215         <size>12</size>
24216       </method>
24217       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24218         <size>7</size>
24219       </method>
24220       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
24221         <size>40</size>
24222       </method>
24223       <method name="Boolean MoveNext()">
24224         <size>73</size>
24225       </method>
24226       <method name="Void Dispose()">
24227         <size>8</size>
24228       </method>
24229       <method name="Void Reset()">
24230         <size>6</size>
24231       </method>
24232       <method name="Void .ctor()">
24233         <size>7</size>
24234       </method>
24235     </type>
24236     <type name="X+&lt;GetIt&gt;c__Iterator1">
24237       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
24238         <size>7</size>
24239       </method>
24240       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24241         <size>12</size>
24242       </method>
24243       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24244         <size>7</size>
24245       </method>
24246       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
24247         <size>40</size>
24248       </method>
24249       <method name="Boolean MoveNext()">
24250         <size>84</size>
24251       </method>
24252       <method name="Void Dispose()">
24253         <size>8</size>
24254       </method>
24255       <method name="Void Reset()">
24256         <size>6</size>
24257       </method>
24258       <method name="Void .ctor()">
24259         <size>7</size>
24260       </method>
24261     </type>
24262   </test>
24263   <test name="gtest-iter-15.cs">
24264     <type name="C`1[TFirst]">
24265       <method name="IEnumerable`1 GetEnumerable[V](IEnumerable`1)">
24266         <size>30</size>
24267       </method>
24268       <method name="Void .ctor()">
24269         <size>7</size>
24270       </method>
24271     </type>
24272     <type name="C`1+VSlot`1[TFirst,T]">
24273       <method name="Void .ctor(T)">
24274         <size>8</size>
24275       </method>
24276     </type>
24277     <type name="C">
24278       <method name="Int32 Main()">
24279         <size>111</size>
24280       </method>
24281       <method name="Void .ctor()">
24282         <size>7</size>
24283       </method>
24284     </type>
24285     <type name="C`1+&lt;GetEnumerable&gt;c__Iterator0`1[TFirst,V]">
24286       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
24287         <size>7</size>
24288       </method>
24289       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24290         <size>12</size>
24291       </method>
24292       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24293         <size>7</size>
24294       </method>
24295       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;V&gt;.GetEnumerator()">
24296         <size>40</size>
24297       </method>
24298       <method name="Boolean MoveNext()">
24299         <size>179</size>
24300       </method>
24301       <method name="Void Dispose()">
24302         <size>62</size>
24303       </method>
24304       <method name="Void Reset()">
24305         <size>6</size>
24306       </method>
24307       <method name="Void .ctor()">
24308         <size>7</size>
24309       </method>
24310     </type>
24311   </test>
24312   <test name="gtest-iter-16.cs">
24313     <type name="Test.Base">
24314       <method name="IEnumerable`1 GetStuff(Int32)">
24315         <size>23</size>
24316       </method>
24317       <method name="Void .ctor()">
24318         <size>7</size>
24319       </method>
24320     </type>
24321     <type name="Test.Derived">
24322       <method name="IEnumerable`1 GetStuff(Int32)">
24323         <size>37</size>
24324       </method>
24325       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
24326         <size>8</size>
24327       </method>
24328       <method name="Void .ctor()">
24329         <size>7</size>
24330       </method>
24331     </type>
24332     <type name="Test.SpecialDerived">
24333       <method name="IEnumerable`1 GetStuff(Int32)">
24334         <size>37</size>
24335       </method>
24336       <method name="Void Main()">
24337         <size>61</size>
24338       </method>
24339       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
24340         <size>8</size>
24341       </method>
24342       <method name="Void .ctor()">
24343         <size>7</size>
24344       </method>
24345     </type>
24346     <type name="Test.Base+&lt;GetStuff&gt;c__Iterator0">
24347       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
24348         <size>7</size>
24349       </method>
24350       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24351         <size>7</size>
24352       </method>
24353       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24354         <size>7</size>
24355       </method>
24356       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
24357         <size>40</size>
24358       </method>
24359       <method name="Boolean MoveNext()">
24360         <size>68</size>
24361       </method>
24362       <method name="Void Dispose()">
24363         <size>8</size>
24364       </method>
24365       <method name="Void Reset()">
24366         <size>6</size>
24367       </method>
24368       <method name="Void .ctor()">
24369         <size>7</size>
24370       </method>
24371     </type>
24372     <type name="Test.Derived+&lt;GetStuff&gt;c__Iterator1">
24373       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
24374         <size>7</size>
24375       </method>
24376       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24377         <size>7</size>
24378       </method>
24379       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24380         <size>7</size>
24381       </method>
24382       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
24383         <size>52</size>
24384       </method>
24385       <method name="Boolean MoveNext()">
24386         <size>185</size>
24387       </method>
24388       <method name="Void Dispose()">
24389         <size>62</size>
24390       </method>
24391       <method name="Void Reset()">
24392         <size>6</size>
24393       </method>
24394       <method name="Void .ctor()">
24395         <size>7</size>
24396       </method>
24397     </type>
24398     <type name="Test.SpecialDerived+&lt;GetStuff&gt;c__Iterator2">
24399       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
24400         <size>7</size>
24401       </method>
24402       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24403         <size>7</size>
24404       </method>
24405       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24406         <size>7</size>
24407       </method>
24408       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
24409         <size>52</size>
24410       </method>
24411       <method name="Boolean MoveNext()">
24412         <size>185</size>
24413       </method>
24414       <method name="Void Dispose()">
24415         <size>62</size>
24416       </method>
24417       <method name="Void Reset()">
24418         <size>6</size>
24419       </method>
24420       <method name="Void .ctor()">
24421         <size>7</size>
24422       </method>
24423     </type>
24424   </test>
24425   <test name="gtest-iter-17.cs">
24426     <type name="Test">
24427       <method name="IEnumerable`1 TestMethod()">
24428         <size>16</size>
24429       </method>
24430       <method name="Void Main()">
24431         <size>1</size>
24432       </method>
24433       <method name="Void .ctor()">
24434         <size>7</size>
24435       </method>
24436     </type>
24437     <type name="Test+&lt;TestMethod&gt;c__Iterator0">
24438       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
24439         <size>7</size>
24440       </method>
24441       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24442         <size>12</size>
24443       </method>
24444       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24445         <size>7</size>
24446       </method>
24447       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
24448         <size>26</size>
24449       </method>
24450       <method name="Boolean MoveNext()">
24451         <size>45</size>
24452       </method>
24453       <method name="Void Dispose()">
24454         <size>8</size>
24455       </method>
24456       <method name="Void Reset()">
24457         <size>6</size>
24458       </method>
24459       <method name="Void .ctor()">
24460         <size>7</size>
24461       </method>
24462     </type>
24463   </test>
24464   <test name="gtest-iter-18.cs">
24465     <type name="c">
24466       <method name="IEnumerable`1 func()">
24467         <size>16</size>
24468       </method>
24469       <method name="Void Main()">
24470         <size>53</size>
24471       </method>
24472       <method name="Void .ctor()">
24473         <size>7</size>
24474       </method>
24475     </type>
24476     <type name="c+&lt;func&gt;c__Iterator0">
24477       <method name="Char System.Collections.Generic.IEnumerator&lt;char&gt;.get_Current()">
24478         <size>7</size>
24479       </method>
24480       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24481         <size>12</size>
24482       </method>
24483       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24484         <size>7</size>
24485       </method>
24486       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;char&gt;.GetEnumerator()">
24487         <size>26</size>
24488       </method>
24489       <method name="Boolean MoveNext()">
24490         <size>69</size>
24491       </method>
24492       <method name="Void Dispose()">
24493         <size>8</size>
24494       </method>
24495       <method name="Void Reset()">
24496         <size>6</size>
24497       </method>
24498       <method name="Void .ctor()">
24499         <size>7</size>
24500       </method>
24501     </type>
24502   </test>
24503   <test name="gtest-lambda-01.cs">
24504     <type name="X">
24505       <method name="Int32 Main()">
24506         <size>300</size>
24507       </method>
24508       <method name="Int32 &lt;Main&gt;m__0(Int32)">
24509         <size>4</size>
24510       </method>
24511       <method name="Int32 &lt;Main&gt;m__1(Int32)">
24512         <size>4</size>
24513       </method>
24514       <method name="Void &lt;Main&gt;m__3(Int32)">
24515         <size>8</size>
24516       </method>
24517       <method name="Void .ctor(Int32)">
24518         <size>13</size>
24519       </method>
24520     </type>
24521     <type name="IntFunc">
24522       <method name="Int32 Invoke(Int32)">
24523         <size>0</size>
24524       </method>
24525       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24526         <size>0</size>
24527       </method>
24528       <method name="Int32 EndInvoke(IAsyncResult)">
24529         <size>0</size>
24530       </method>
24531       <method name="Void .ctor(Object, IntPtr)">
24532         <size>0</size>
24533       </method>
24534     </type>
24535     <type name="VoidFunc">
24536       <method name="Void Invoke(Int32)">
24537         <size>0</size>
24538       </method>
24539       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24540         <size>0</size>
24541       </method>
24542       <method name="Void EndInvoke(IAsyncResult)">
24543         <size>0</size>
24544       </method>
24545       <method name="Void .ctor(Object, IntPtr)">
24546         <size>0</size>
24547       </method>
24548     </type>
24549     <type name="X+&lt;Main&gt;c__AnonStorey0">
24550       <method name="Void &lt;&gt;m__2(Int32)">
24551         <size>8</size>
24552       </method>
24553       <method name="Void .ctor()">
24554         <size>7</size>
24555       </method>
24556     </type>
24557   </test>
24558   <test name="gtest-lambda-02.cs">
24559     <type name="X">
24560       <method name="Void Foo(funci)">
24561         <size>16</size>
24562       </method>
24563       <method name="Void Foo(funcs)">
24564         <size>19</size>
24565       </method>
24566       <method name="Void Main()">
24567         <size>35</size>
24568       </method>
24569       <method name="System.String &lt;Main&gt;m__0(System.String)">
24570         <size>12</size>
24571       </method>
24572       <method name="Void .ctor()">
24573         <size>7</size>
24574       </method>
24575     </type>
24576     <type name="funcs">
24577       <method name="System.String Invoke(System.String)">
24578         <size>0</size>
24579       </method>
24580       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24581         <size>0</size>
24582       </method>
24583       <method name="System.String EndInvoke(IAsyncResult)">
24584         <size>0</size>
24585       </method>
24586       <method name="Void .ctor(Object, IntPtr)">
24587         <size>0</size>
24588       </method>
24589     </type>
24590     <type name="funci">
24591       <method name="Int32 Invoke(Int32)">
24592         <size>0</size>
24593       </method>
24594       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24595         <size>0</size>
24596       </method>
24597       <method name="Int32 EndInvoke(IAsyncResult)">
24598         <size>0</size>
24599       </method>
24600       <method name="Void .ctor(Object, IntPtr)">
24601         <size>0</size>
24602       </method>
24603     </type>
24604   </test>
24605   <test name="gtest-lambda-03.cs">
24606     <type name="Demo">
24607       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
24608         <size>8</size>
24609       </method>
24610       <method name="Int32 Main()">
24611         <size>54</size>
24612       </method>
24613       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
24614         <size>7</size>
24615       </method>
24616       <method name="Void .ctor()">
24617         <size>7</size>
24618       </method>
24619     </type>
24620     <type name="Func`2[TArg0,TResult]">
24621       <method name="TResult Invoke(TArg0)">
24622         <size>0</size>
24623       </method>
24624       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
24625         <size>0</size>
24626       </method>
24627       <method name="TResult EndInvoke(IAsyncResult)">
24628         <size>0</size>
24629       </method>
24630       <method name="Void .ctor(Object, IntPtr)">
24631         <size>0</size>
24632       </method>
24633     </type>
24634   </test>
24635   <test name="gtest-lambda-04.cs">
24636     <type name="Demo">
24637       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
24638         <size>14</size>
24639       </method>
24640       <method name="Int32 Main()">
24641         <size>103</size>
24642       </method>
24643       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
24644         <size>7</size>
24645       </method>
24646       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
24647         <size>8</size>
24648       </method>
24649       <method name="Void .ctor()">
24650         <size>7</size>
24651       </method>
24652     </type>
24653     <type name="Func`2[TArg0,TResult]">
24654       <method name="TResult Invoke(TArg0)">
24655         <size>0</size>
24656       </method>
24657       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
24658         <size>0</size>
24659       </method>
24660       <method name="TResult EndInvoke(IAsyncResult)">
24661         <size>0</size>
24662       </method>
24663       <method name="Void .ctor(Object, IntPtr)">
24664         <size>0</size>
24665       </method>
24666     </type>
24667   </test>
24668   <test name="gtest-lambda-05.cs">
24669     <type name="C">
24670       <method name="Boolean M(C+db)">
24671         <size>8</size>
24672       </method>
24673       <method name="System.String M(C+ds)">
24674         <size>6</size>
24675       </method>
24676       <method name="Int32 M(C+di)">
24677         <size>8</size>
24678       </method>
24679       <method name="Int32 Main()">
24680         <size>125</size>
24681       </method>
24682       <method name="System.String &lt;Main&gt;m__0(System.String)">
24683         <size>31</size>
24684       </method>
24685       <method name="Int32 &lt;Main&gt;m__1(Int32)">
24686         <size>31</size>
24687       </method>
24688       <method name="Void .ctor()">
24689         <size>7</size>
24690       </method>
24691     </type>
24692     <type name="C+di">
24693       <method name="Int32 Invoke(Int32)">
24694         <size>0</size>
24695       </method>
24696       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24697         <size>0</size>
24698       </method>
24699       <method name="Int32 EndInvoke(IAsyncResult)">
24700         <size>0</size>
24701       </method>
24702       <method name="Void .ctor(Object, IntPtr)">
24703         <size>0</size>
24704       </method>
24705     </type>
24706     <type name="C+ds">
24707       <method name="System.String Invoke(System.String)">
24708         <size>0</size>
24709       </method>
24710       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24711         <size>0</size>
24712       </method>
24713       <method name="System.String EndInvoke(IAsyncResult)">
24714         <size>0</size>
24715       </method>
24716       <method name="Void .ctor(Object, IntPtr)">
24717         <size>0</size>
24718       </method>
24719     </type>
24720     <type name="C+db">
24721       <method name="Boolean Invoke(Boolean)">
24722         <size>0</size>
24723       </method>
24724       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
24725         <size>0</size>
24726       </method>
24727       <method name="Boolean EndInvoke(IAsyncResult)">
24728         <size>0</size>
24729       </method>
24730       <method name="Void .ctor(Object, IntPtr)">
24731         <size>0</size>
24732       </method>
24733     </type>
24734     <type name="C+&lt;Main&gt;c__AnonStorey0">
24735       <method name="System.String &lt;&gt;m__2(System.String)">
24736         <size>12</size>
24737       </method>
24738       <method name="Void .ctor()">
24739         <size>7</size>
24740       </method>
24741     </type>
24742     <type name="C+&lt;Main&gt;c__AnonStorey1">
24743       <method name="Int32 &lt;&gt;m__3(Int32)">
24744         <size>11</size>
24745       </method>
24746       <method name="Void .ctor()">
24747         <size>7</size>
24748       </method>
24749     </type>
24750   </test>
24751   <test name="gtest-lambda-06.cs">
24752     <type name="TestClass">
24753       <method name="Void P(TestClass+DT)">
24754         <size>26</size>
24755       </method>
24756       <method name="Void P(TestClass+DF)">
24757         <size>26</size>
24758       </method>
24759       <method name="T And(T, T)">
24760         <size>10</size>
24761       </method>
24762       <method name="F And(T, F)">
24763         <size>10</size>
24764       </method>
24765       <method name="F And(F, T)">
24766         <size>10</size>
24767       </method>
24768       <method name="F And(F, F)">
24769         <size>10</size>
24770       </method>
24771       <method name="T Or(T, T)">
24772         <size>10</size>
24773       </method>
24774       <method name="T Or(T, F)">
24775         <size>10</size>
24776       </method>
24777       <method name="T Or(F, T)">
24778         <size>10</size>
24779       </method>
24780       <method name="F Or(F, F)">
24781         <size>10</size>
24782       </method>
24783       <method name="F Not(T)">
24784         <size>10</size>
24785       </method>
24786       <method name="T Not(F)">
24787         <size>10</size>
24788       </method>
24789       <method name="Void StopTrue(T)">
24790         <size>1</size>
24791       </method>
24792       <method name="Int32 Main()">
24793         <size>36</size>
24794       </method>
24795       <method name="Void &lt;Main&gt;m__0(F)">
24796         <size>31</size>
24797       </method>
24798       <method name="Void .ctor()">
24799         <size>7</size>
24800       </method>
24801     </type>
24802     <type name="TestClass+DT">
24803       <method name="Void Invoke(T)">
24804         <size>0</size>
24805       </method>
24806       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24807         <size>0</size>
24808       </method>
24809       <method name="Void EndInvoke(IAsyncResult)">
24810         <size>0</size>
24811       </method>
24812       <method name="Void .ctor(Object, IntPtr)">
24813         <size>0</size>
24814       </method>
24815     </type>
24816     <type name="TestClass+DF">
24817       <method name="Void Invoke(F)">
24818         <size>0</size>
24819       </method>
24820       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
24821         <size>0</size>
24822       </method>
24823       <method name="Void EndInvoke(IAsyncResult)">
24824         <size>0</size>
24825       </method>
24826       <method name="Void .ctor(Object, IntPtr)">
24827         <size>0</size>
24828       </method>
24829     </type>
24830     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
24831       <method name="Void &lt;&gt;m__1(T)">
24832         <size>38</size>
24833       </method>
24834       <method name="Void .ctor()">
24835         <size>7</size>
24836       </method>
24837     </type>
24838     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
24839       <method name="Void &lt;&gt;m__2(F)">
24840         <size>77</size>
24841       </method>
24842       <method name="Void .ctor()">
24843         <size>7</size>
24844       </method>
24845     </type>
24846   </test>
24847   <test name="gtest-lambda-07.cs">
24848     <type name="C">
24849       <method name="Void Test(D)">
24850         <size>1</size>
24851       </method>
24852       <method name="Void Test(System.Object, D)">
24853         <size>1</size>
24854       </method>
24855       <method name="Void Test(D, D)">
24856         <size>1</size>
24857       </method>
24858       <method name="Void Test2(System.Object, E)">
24859         <size>1</size>
24860       </method>
24861       <method name="Void Main()">
24862         <size>207</size>
24863       </method>
24864       <method name="Void &lt;Main&gt;m__0()">
24865         <size>1</size>
24866       </method>
24867       <method name="Void &lt;Main&gt;m__1()">
24868         <size>1</size>
24869       </method>
24870       <method name="Void &lt;Main&gt;m__2()">
24871         <size>1</size>
24872       </method>
24873       <method name="Void &lt;Main&gt;m__3()">
24874         <size>1</size>
24875       </method>
24876       <method name="Void &lt;Main&gt;m__4()">
24877         <size>1</size>
24878       </method>
24879       <method name="Void &lt;Main&gt;m__5(Boolean)">
24880         <size>1</size>
24881       </method>
24882       <method name="Void .ctor()">
24883         <size>7</size>
24884       </method>
24885     </type>
24886     <type name="D">
24887       <method name="Void Invoke()">
24888         <size>0</size>
24889       </method>
24890       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24891         <size>0</size>
24892       </method>
24893       <method name="Void EndInvoke(IAsyncResult)">
24894         <size>0</size>
24895       </method>
24896       <method name="Void .ctor(Object, IntPtr)">
24897         <size>0</size>
24898       </method>
24899     </type>
24900     <type name="E">
24901       <method name="Void Invoke(Boolean)">
24902         <size>0</size>
24903       </method>
24904       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
24905         <size>0</size>
24906       </method>
24907       <method name="Void EndInvoke(IAsyncResult)">
24908         <size>0</size>
24909       </method>
24910       <method name="Void .ctor(Object, IntPtr)">
24911         <size>0</size>
24912       </method>
24913     </type>
24914   </test>
24915   <test name="gtest-lambda-08.cs">
24916     <type name="C">
24917       <method name="Void Test[T,R](System.Func`2[T,R])">
24918         <size>1</size>
24919       </method>
24920       <method name="Int32 Main()">
24921         <size>321</size>
24922       </method>
24923       <method name="Int32 &lt;Main&gt;m__0(Int32)">
24924         <size>4</size>
24925       </method>
24926       <method name="Boolean &lt;Main&gt;m__1(Int32)">
24927         <size>5</size>
24928       </method>
24929       <method name="Int32 &lt;Main&gt;m__2(Int32)">
24930         <size>4</size>
24931       </method>
24932       <method name="Boolean &lt;Main&gt;m__3(Int32)">
24933         <size>5</size>
24934       </method>
24935       <method name="Int32 &lt;Main&gt;m__4(Int32)">
24936         <size>4</size>
24937       </method>
24938       <method name="Boolean &lt;Main&gt;m__5(Int32)">
24939         <size>5</size>
24940       </method>
24941       <method name="Int32 &lt;Main&gt;m__6(Int32)">
24942         <size>4</size>
24943       </method>
24944       <method name="Void .ctor()">
24945         <size>7</size>
24946       </method>
24947     </type>
24948   </test>
24949   <test name="gtest-lambda-09.cs">
24950     <type name="C">
24951       <method name="IEnumerable`1 Test[T](T)">
24952         <size>2</size>
24953       </method>
24954       <method name="IEnumerable`1 Test[T](Func`1[T])">
24955         <size>2</size>
24956       </method>
24957       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
24958         <size>2</size>
24959       </method>
24960       <method name="Void Main()">
24961         <size>113</size>
24962       </method>
24963       <method name="System.String &lt;Main&gt;m__0()">
24964         <size>6</size>
24965       </method>
24966       <method name="System.String &lt;Main&gt;m__1()">
24967         <size>6</size>
24968       </method>
24969       <method name="System.String &lt;Main&gt;m__2(System.String)">
24970         <size>6</size>
24971       </method>
24972       <method name="Void .ctor()">
24973         <size>7</size>
24974       </method>
24975     </type>
24976     <type name="Func`1[TD]">
24977       <method name="TD Invoke()">
24978         <size>0</size>
24979       </method>
24980       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24981         <size>0</size>
24982       </method>
24983       <method name="TD EndInvoke(IAsyncResult)">
24984         <size>0</size>
24985       </method>
24986       <method name="Void .ctor(Object, IntPtr)">
24987         <size>0</size>
24988       </method>
24989     </type>
24990     <type name="Func`2[TA,TR]">
24991       <method name="TR Invoke(TA)">
24992         <size>0</size>
24993       </method>
24994       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
24995         <size>0</size>
24996       </method>
24997       <method name="TR EndInvoke(IAsyncResult)">
24998         <size>0</size>
24999       </method>
25000       <method name="Void .ctor(Object, IntPtr)">
25001         <size>0</size>
25002       </method>
25003     </type>
25004   </test>
25005   <test name="gtest-lambda-10.cs">
25006     <type name="C">
25007       <method name="Void Foo[TSource](IEnumerable`1)">
25008         <size>1</size>
25009       </method>
25010       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
25011         <size>1</size>
25012       </method>
25013       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
25014         <size>1</size>
25015       </method>
25016       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
25017         <size>1</size>
25018       </method>
25019       <method name="Void Main()">
25020         <size>97</size>
25021       </method>
25022       <method name="Void .ctor()">
25023         <size>7</size>
25024       </method>
25025     </type>
25026     <type name="C+&lt;Main&gt;c__AnonStorey0">
25027       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
25028         <size>7</size>
25029       </method>
25030       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
25031         <size>7</size>
25032       </method>
25033       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
25034         <size>7</size>
25035       </method>
25036       <method name="Void .ctor()">
25037         <size>7</size>
25038       </method>
25039     </type>
25040   </test>
25041   <test name="gtest-lambda-11.cs">
25042     <type name="Pair`2[T1,T2]">
25043       <method name="Void .ctor()">
25044         <size>7</size>
25045       </method>
25046     </type>
25047     <type name="C">
25048       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
25049         <size>1</size>
25050       </method>
25051     </type>
25052     <type name="E`1[TI]">
25053       <method name="Void Rep1[TV](Group`2[TI,TV])">
25054         <size>37</size>
25055       </method>
25056       <method name="Void .ctor()">
25057         <size>7</size>
25058       </method>
25059     </type>
25060     <type name="M">
25061       <method name="Void Main()">
25062         <size>1</size>
25063       </method>
25064       <method name="Void .ctor()">
25065         <size>7</size>
25066       </method>
25067     </type>
25068     <type name="Group`2[T1,T2]">
25069       <method name="Pair`2[T1,T2] Invoke(T1)">
25070         <size>0</size>
25071       </method>
25072       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
25073         <size>0</size>
25074       </method>
25075       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
25076         <size>0</size>
25077       </method>
25078       <method name="Void .ctor(Object, IntPtr)">
25079         <size>0</size>
25080       </method>
25081     </type>
25082     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
25083       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
25084         <size>7</size>
25085       </method>
25086       <method name="Void .ctor()">
25087         <size>7</size>
25088       </method>
25089     </type>
25090   </test>
25091   <test name="gtest-lambda-12.cs">
25092     <type name="Demo">
25093       <method name="Void F[T](T[], T, Func`1[T])">
25094         <size>42</size>
25095       </method>
25096       <method name="Int32 Main()">
25097         <size>65</size>
25098       </method>
25099       <method name="Void .ctor()">
25100         <size>7</size>
25101       </method>
25102     </type>
25103     <type name="Func`1[TA]">
25104       <method name="Void Invoke(TA)">
25105         <size>0</size>
25106       </method>
25107       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
25108         <size>0</size>
25109       </method>
25110       <method name="Void EndInvoke(IAsyncResult)">
25111         <size>0</size>
25112       </method>
25113       <method name="Void .ctor(Object, IntPtr)">
25114         <size>0</size>
25115       </method>
25116     </type>
25117     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
25118       <method name="Void &lt;&gt;m__0(Int32)">
25119         <size>10</size>
25120       </method>
25121       <method name="Void .ctor()">
25122         <size>7</size>
25123       </method>
25124     </type>
25125   </test>
25126   <test name="gtest-lambda-13.cs">
25127     <type name="TestUnary">
25128       <method name="Void Foo(System.Action`1[System.Int32])">
25129         <size>1</size>
25130       </method>
25131       <method name="Void Bar()">
25132         <size>35</size>
25133       </method>
25134       <method name="Void &lt;Bar&gt;m__0(Int32)">
25135         <size>6</size>
25136       </method>
25137       <method name="Void .ctor()">
25138         <size>7</size>
25139       </method>
25140     </type>
25141     <type name="Program">
25142       <method name="Void Foo(System.Action`1[System.String])">
25143         <size>12</size>
25144       </method>
25145       <method name="T Foo[T](System.Func`2[System.String,T])">
25146         <size>12</size>
25147       </method>
25148       <method name="System.String Bar()">
25149         <size>35</size>
25150       </method>
25151       <method name="Void Main()">
25152         <size>76</size>
25153       </method>
25154       <method name="System.String &lt;Bar&gt;m__1(System.String)">
25155         <size>7</size>
25156       </method>
25157       <method name="System.String &lt;Main&gt;m__2(System.String)">
25158         <size>2</size>
25159       </method>
25160       <method name="Void &lt;Main&gt;m__3(System.String)">
25161         <size>7</size>
25162       </method>
25163       <method name="Void .ctor()">
25164         <size>7</size>
25165       </method>
25166     </type>
25167   </test>
25168   <test name="gtest-lambda-14.cs">
25169     <type name="Test">
25170       <method name="Void Main()">
25171         <size>1</size>
25172       </method>
25173       <method name="Void Foo[T]()">
25174         <size>14</size>
25175       </method>
25176       <method name="Void .ctor()">
25177         <size>7</size>
25178       </method>
25179       <method name="T &lt;Foo`1&gt;m__0[T](T)">
25180         <size>2</size>
25181       </method>
25182     </type>
25183   </test>
25184   <test name="gtest-lambda-15.cs">
25185     <type name="Enumerable">
25186       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
25187         <size>32</size>
25188       </method>
25189       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
25190         <size>123</size>
25191       </method>
25192     </type>
25193     <type name="Repro">
25194       <method name="Int32 Main()">
25195         <size>115</size>
25196       </method>
25197       <method name="Int32 &lt;Main&gt;m__1(System.String)">
25198         <size>7</size>
25199       </method>
25200       <method name="Void .ctor()">
25201         <size>7</size>
25202       </method>
25203     </type>
25204     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
25205       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
25206         <size>15</size>
25207       </method>
25208       <method name="Void .ctor()">
25209         <size>7</size>
25210       </method>
25211     </type>
25212   </test>
25213   <test name="gtest-lambda-16.cs">
25214     <type name="Repro">
25215       <method name="Void AssertFoo[T](IList`1)">
25216         <size>34</size>
25217       </method>
25218       <method name="Void Main()">
25219         <size>1</size>
25220       </method>
25221       <method name="Void .ctor()">
25222         <size>7</size>
25223       </method>
25224     </type>
25225     <type name="Repro+Runner`1[T]">
25226       <method name="Void .ctor(Action`1, T)">
25227         <size>7</size>
25228       </method>
25229     </type>
25230     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
25231       <method name="Void &lt;&gt;m__0(Int32)">
25232         <size>54</size>
25233       </method>
25234       <method name="Void .ctor()">
25235         <size>7</size>
25236       </method>
25237     </type>
25238   </test>
25239   <test name="gtest-lambda-17.cs">
25240     <type name="TestCase">
25241       <method name="Void Testing()">
25242         <size>75</size>
25243       </method>
25244       <method name="Void Main()">
25245         <size>11</size>
25246       </method>
25247       <method name="Void &lt;Testing&gt;m__0()">
25248         <size>8</size>
25249       </method>
25250       <method name="Void .ctor()">
25251         <size>7</size>
25252       </method>
25253     </type>
25254   </test>
25255   <test name="gtest-lambda-18.cs">
25256     <type name="Test">
25257       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
25258         <size>33</size>
25259       </method>
25260       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
25261         <size>1</size>
25262       </method>
25263       <method name="Void Main()">
25264         <size>1</size>
25265       </method>
25266     </type>
25267     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
25268       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
25269         <size>14</size>
25270       </method>
25271       <method name="Void .ctor()">
25272         <size>7</size>
25273       </method>
25274     </type>
25275   </test>
25276   <test name="gtest-lambda-19.cs">
25277     <type name="Crasher">
25278       <method name="Void Crash()">
25279         <size>36</size>
25280       </method>
25281       <method name="Void Do(System.Action)">
25282         <size>1</size>
25283       </method>
25284       <method name="Void Main()">
25285         <size>1</size>
25286       </method>
25287       <method name="Void .ctor()">
25288         <size>7</size>
25289       </method>
25290     </type>
25291     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
25292       <method name="Void &lt;&gt;m__0()">
25293         <size>27</size>
25294       </method>
25295       <method name="Void .ctor()">
25296         <size>7</size>
25297       </method>
25298     </type>
25299   </test>
25300   <test name="gtest-lambda-20.cs">
25301     <type name="Z">
25302       <method name="Void &lt;Z&gt;m__0()">
25303         <size>7</size>
25304       </method>
25305       <method name="Void .ctor()">
25306         <size>37</size>
25307       </method>
25308     </type>
25309     <type name="Test">
25310       <method name="Boolean Foo()">
25311         <size>2</size>
25312       </method>
25313       <method name="Void Main()">
25314         <size>1</size>
25315       </method>
25316       <method name="Void .ctor()">
25317         <size>7</size>
25318       </method>
25319     </type>
25320     <type name="TestMethod">
25321       <method name="Void Invoke()">
25322         <size>0</size>
25323       </method>
25324       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25325         <size>0</size>
25326       </method>
25327       <method name="Void EndInvoke(IAsyncResult)">
25328         <size>0</size>
25329       </method>
25330       <method name="Void .ctor(Object, IntPtr)">
25331         <size>0</size>
25332       </method>
25333     </type>
25334   </test>
25335   <test name="gtest-lambda-21.cs">
25336     <type name="Program">
25337       <method name="Void Foo(System.Action`1[System.String])">
25338         <size>12</size>
25339       </method>
25340       <method name="T Foo[T](System.Func`2[System.String,T])">
25341         <size>12</size>
25342       </method>
25343       <method name="System.String Bar()">
25344         <size>35</size>
25345       </method>
25346       <method name="Int32 Main()">
25347         <size>95</size>
25348       </method>
25349       <method name="System.String &lt;Bar&gt;m__0(System.String)">
25350         <size>7</size>
25351       </method>
25352       <method name="System.String &lt;Main&gt;m__1(System.String)">
25353         <size>2</size>
25354       </method>
25355       <method name="Void &lt;Main&gt;m__2(System.String)">
25356         <size>7</size>
25357       </method>
25358       <method name="Void .ctor()">
25359         <size>7</size>
25360       </method>
25361     </type>
25362   </test>
25363   <test name="gtest-lambda-22.cs">
25364     <type name="Product">
25365       <method name="Void .ctor()">
25366         <size>7</size>
25367       </method>
25368     </type>
25369     <type name="MainClass">
25370       <method name="Void Main()">
25371         <size>136</size>
25372       </method>
25373       <method name="Int32 &lt;Main&gt;m__0(Product)">
25374         <size>7</size>
25375       </method>
25376       <method name="Product &lt;Main&gt;m__1(Product)">
25377         <size>2</size>
25378       </method>
25379       <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)">
25380         <size>48</size>
25381       </method>
25382       <method name="Void .ctor()">
25383         <size>7</size>
25384       </method>
25385     </type>
25386     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
25387       <method name="&lt;g&gt;__T get_g()">
25388         <size>7</size>
25389       </method>
25390       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
25391         <size>7</size>
25392       </method>
25393       <method name="Boolean Equals(System.Object)">
25394         <size>69</size>
25395       </method>
25396       <method name="Int32 GetHashCode()">
25397         <size>86</size>
25398       </method>
25399       <method name="System.String ToString()">
25400         <size>142</size>
25401       </method>
25402       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
25403         <size>21</size>
25404       </method>
25405     </type>
25406     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
25407       <method name="Boolean &lt;&gt;m__3(Product)">
25408         <size>52</size>
25409       </method>
25410       <method name="Decimal &lt;&gt;m__4(Product)">
25411         <size>7</size>
25412       </method>
25413       <method name="Void .ctor()">
25414         <size>7</size>
25415       </method>
25416     </type>
25417   </test>
25418   <test name="gtest-lambda-23.cs">
25419     <type name="C">
25420       <method name="U Test[T,U](T[], System.Func`2[T,U])">
25421         <size>14</size>
25422       </method>
25423       <method name="Int32 Main()">
25424         <size>77</size>
25425       </method>
25426       <method name="System.String &lt;Main&gt;m__0(System.String)">
25427         <size>27</size>
25428       </method>
25429       <method name="Void .ctor()">
25430         <size>7</size>
25431       </method>
25432     </type>
25433   </test>
25434   <test name="gtest-lambda-24.cs">
25435     <type name="E">
25436       <method name="System.String Test[T](C, T, System.Func`1[T])">
25437         <size>6</size>
25438       </method>
25439     </type>
25440     <type name="C">
25441       <method name="Int32 Test[T](T, System.Func`1[System.Boolean])">
25442         <size>2</size>
25443       </method>
25444       <method name="System.String Foo[T](T, System.Action`1[T])">
25445         <size>13</size>
25446       </method>
25447       <method name="Void Main()">
25448         <size>42</size>
25449       </method>
25450       <method name="Void .ctor()">
25451         <size>7</size>
25452       </method>
25453     </type>
25454     <type name="C+&lt;Main&gt;c__AnonStorey0">
25455       <method name="Void &lt;&gt;m__0(System.String)">
25456         <size>24</size>
25457       </method>
25458       <method name="Void &lt;&gt;m__1(System.String)">
25459         <size>47</size>
25460       </method>
25461       <method name="System.String &lt;&gt;m__2()">
25462         <size>6</size>
25463       </method>
25464       <method name="Void .ctor()">
25465         <size>7</size>
25466       </method>
25467     </type>
25468   </test>
25469   <test name="gtest-lambda-25.cs">
25470     <type name="MonoBugs.Bar">
25471       <method name="Void DoStuff[T](T, System.Action`1[T])">
25472         <size>11</size>
25473       </method>
25474       <method name="Void DoStuff[T](Nullable`1, System.Action`1[T])">
25475         <size>14</size>
25476       </method>
25477     </type>
25478     <type name="MonoBugs.Program">
25479       <method name="Void Main()">
25480         <size>59</size>
25481       </method>
25482       <method name="Void &lt;Main&gt;m__0(Foo`1)">
25483         <size>13</size>
25484       </method>
25485     </type>
25486   </test>
25487   <test name="gtest-lambda-26.cs">
25488     <type name="C">
25489       <method name="Void Main()">
25490         <size>35</size>
25491       </method>
25492       <method name="Void Execute(System.Action)">
25493         <size>1</size>
25494       </method>
25495       <method name="Void &lt;Main&gt;m__0()">
25496         <size>1</size>
25497       </method>
25498       <method name="Void .ctor()">
25499         <size>7</size>
25500       </method>
25501     </type>
25502   </test>
25503   <test name="gtest-linq-01.cs">
25504     <type name="from.C">
25505       <method name="Void .ctor()">
25506         <size>7</size>
25507       </method>
25508       <method name="Void Main()">
25509         <size>2180</size>
25510       </method>
25511       <method name="Void Foo(Int32, Boolean)">
25512         <size>11</size>
25513       </method>
25514       <method name="Void Do(System.String[])">
25515         <size>16</size>
25516       </method>
25517     </type>
25518     <type name="from.D">
25519       <method name="Void .ctor()">
25520         <size>7</size>
25521       </method>
25522       <method name="Boolean check(System.Object, System.Object)">
25523         <size>26</size>
25524       </method>
25525     </type>
25526     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
25527       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
25528         <size>21</size>
25529       </method>
25530       <method name="&lt;i&gt;__T get_i()">
25531         <size>7</size>
25532       </method>
25533       <method name="&lt;j&gt;__T get_j()">
25534         <size>7</size>
25535       </method>
25536       <method name="Boolean Equals(System.Object)">
25537         <size>69</size>
25538       </method>
25539       <method name="Int32 GetHashCode()">
25540         <size>86</size>
25541       </method>
25542       <method name="System.String ToString()">
25543         <size>142</size>
25544       </method>
25545     </type>
25546     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
25547       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
25548         <size>21</size>
25549       </method>
25550       <method name="&lt;i&gt;__T get_i()">
25551         <size>7</size>
25552       </method>
25553       <method name="&lt;l&gt;__T get_l()">
25554         <size>7</size>
25555       </method>
25556       <method name="Boolean Equals(System.Object)">
25557         <size>69</size>
25558       </method>
25559       <method name="Int32 GetHashCode()">
25560         <size>86</size>
25561       </method>
25562       <method name="System.String ToString()">
25563         <size>142</size>
25564       </method>
25565     </type>
25566     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
25567       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
25568         <size>21</size>
25569       </method>
25570       <method name="&lt;i9&gt;__T get_i9()">
25571         <size>7</size>
25572       </method>
25573       <method name="&lt;i&gt;__T get_i()">
25574         <size>7</size>
25575       </method>
25576       <method name="Boolean Equals(System.Object)">
25577         <size>69</size>
25578       </method>
25579       <method name="Int32 GetHashCode()">
25580         <size>86</size>
25581       </method>
25582       <method name="System.String ToString()">
25583         <size>142</size>
25584       </method>
25585     </type>
25586     <type name="from.C">
25587       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25588         <size>2</size>
25589       </method>
25590       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25591         <size>2</size>
25592       </method>
25593       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
25594         <size>2</size>
25595       </method>
25596       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25597         <size>2</size>
25598       </method>
25599     </type>
25600     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
25601       <method name="Void .ctor()">
25602         <size>7</size>
25603       </method>
25604       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
25605         <size>7</size>
25606       </method>
25607     </type>
25608     <type name="from.C">
25609       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
25610         <size>2</size>
25611       </method>
25612       <method name="Boolean &lt;Main&gt;m__6(Int32)">
25613         <size>10</size>
25614       </method>
25615       <method name="Int32 &lt;Main&gt;m__7(Int32)">
25616         <size>2</size>
25617       </method>
25618       <method name="Int32 &lt;Main&gt;m__8(Int32)">
25619         <size>2</size>
25620       </method>
25621       <method name="Int32 &lt;Main&gt;m__9(Int32)">
25622         <size>2</size>
25623       </method>
25624       <method name="Int32 &lt;Main&gt;m__A(Int32)">
25625         <size>2</size>
25626       </method>
25627       <method name="Int32 &lt;Main&gt;m__B(Int32)">
25628         <size>2</size>
25629       </method>
25630       <method name="Int32 &lt;Main&gt;m__C(Int32)">
25631         <size>2</size>
25632       </method>
25633       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
25634         <size>2</size>
25635       </method>
25636       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
25637         <size>2</size>
25638       </method>
25639       <method name="Int32 &lt;Main&gt;m__20(Int32)">
25640         <size>2</size>
25641       </method>
25642       <method name="Int32 &lt;Main&gt;m__21(Int32)">
25643         <size>2</size>
25644       </method>
25645       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
25646         <size>10</size>
25647       </method>
25648       <method name="Int32 &lt;Main&gt;m__39(Int32)">
25649         <size>2</size>
25650       </method>
25651     </type>
25652     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent2&gt;__T,&lt;l2&gt;__T]">
25653       <method name="&lt;&lt;&gt;__TranspIdent2&gt;__T get_&lt;&gt;__TranspIdent2()">
25654         <size>7</size>
25655       </method>
25656       <method name="&lt;l2&gt;__T get_l2()">
25657         <size>7</size>
25658       </method>
25659       <method name="Boolean Equals(System.Object)">
25660         <size>69</size>
25661       </method>
25662       <method name="Int32 GetHashCode()">
25663         <size>86</size>
25664       </method>
25665       <method name="System.String ToString()">
25666         <size>142</size>
25667       </method>
25668       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent2&gt;__T, &lt;l2&gt;__T)">
25669         <size>21</size>
25670       </method>
25671     </type>
25672     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent7&gt;__T,&lt;l2&gt;__T]">
25673       <method name="&lt;&lt;&gt;__TranspIdent7&gt;__T get_&lt;&gt;__TranspIdent7()">
25674         <size>7</size>
25675       </method>
25676       <method name="&lt;l2&gt;__T get_l2()">
25677         <size>7</size>
25678       </method>
25679       <method name="Boolean Equals(System.Object)">
25680         <size>69</size>
25681       </method>
25682       <method name="Int32 GetHashCode()">
25683         <size>86</size>
25684       </method>
25685       <method name="System.String ToString()">
25686         <size>142</size>
25687       </method>
25688       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent7&gt;__T, &lt;l2&gt;__T)">
25689         <size>21</size>
25690       </method>
25691     </type>
25692     <type name="from.C">
25693       <method name="Int32 &lt;Main&gt;m__D(Int32)">
25694         <size>2</size>
25695       </method>
25696       <method name="Int32 &lt;Main&gt;m__E(Int32)">
25697         <size>2</size>
25698       </method>
25699       <method name="Int32 &lt;Main&gt;m__F(ITest)">
25700         <size>7</size>
25701       </method>
25702       <method name="Int32 &lt;Main&gt;m__10(Int32, ITest)">
25703         <size>2</size>
25704       </method>
25705       <method name="Int32 &lt;Main&gt;m__11(Int32)">
25706         <size>2</size>
25707       </method>
25708       <method name="Int32 &lt;Main&gt;m__12(ITest)">
25709         <size>7</size>
25710       </method>
25711       <method name="Int32 &lt;Main&gt;m__13(Int32, ITest)">
25712         <size>2</size>
25713       </method>
25714       <method name="Int32 &lt;Main&gt;m__14(Int32)">
25715         <size>2</size>
25716       </method>
25717       <method name="Int32 &lt;Main&gt;m__15(ITest)">
25718         <size>7</size>
25719       </method>
25720       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__16(Int32, ITest)">
25721         <size>8</size>
25722       </method>
25723       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
25724         <size>7</size>
25725       </method>
25726       <method name="Int32 &lt;Main&gt;m__18(ITest)">
25727         <size>7</size>
25728       </method>
25729       <method name="Int32 &lt;Main&gt;m__19(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
25730         <size>7</size>
25731       </method>
25732       <method name="Int32 &lt;Main&gt;m__1A(Int32)">
25733         <size>2</size>
25734       </method>
25735       <method name="Int32 &lt;Main&gt;m__1C(Int32, IEnumerable`1)">
25736         <size>2</size>
25737       </method>
25738       <method name="Int32 &lt;Main&gt;m__1D(Int32)">
25739         <size>2</size>
25740       </method>
25741       <method name="Int32 &lt;Main&gt;m__1F(Int32, IEnumerable`1)">
25742         <size>2</size>
25743       </method>
25744       <method name="Int32 &lt;Main&gt;m__22(Int32)">
25745         <size>2</size>
25746       </method>
25747       <method name="Int32 &lt;Main&gt;m__23(Int32)">
25748         <size>2</size>
25749       </method>
25750       <method name="IGrouping`2 &lt;Main&gt;m__24(IGrouping`2)">
25751         <size>2</size>
25752       </method>
25753       <method name="Int32 &lt;Main&gt;m__26(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
25754         <size>7</size>
25755       </method>
25756       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__27(Int32)">
25757         <size>10</size>
25758       </method>
25759       <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])">
25760         <size>15</size>
25761       </method>
25762       <method name="Int32 &lt;Main&gt;m__29(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
25763         <size>12</size>
25764       </method>
25765       <method name="Int32 &lt;Main&gt;m__2A(Int32)">
25766         <size>2</size>
25767       </method>
25768       <method name="Int32 &lt;Main&gt;m__2B(Int32)">
25769         <size>2</size>
25770       </method>
25771       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2D(IGrouping`2, Int32)">
25772         <size>8</size>
25773       </method>
25774       <method name="Int32 &lt;Main&gt;m__2E(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25775         <size>2</size>
25776       </method>
25777       <method name="Int32 &lt;Main&gt;m__2F(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25778         <size>7</size>
25779       </method>
25780       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__31(IGrouping`2, Int32)">
25781         <size>8</size>
25782       </method>
25783       <method name="Int32 &lt;Main&gt;m__32(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25784         <size>2</size>
25785       </method>
25786       <method name="Int32 &lt;Main&gt;m__33(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25787         <size>7</size>
25788       </method>
25789       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__35(IGrouping`2, Int32)">
25790         <size>8</size>
25791       </method>
25792       <method name="Int32 &lt;Main&gt;m__36(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25793         <size>2</size>
25794       </method>
25795       <method name="Int32 &lt;Main&gt;m__37(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25796         <size>7</size>
25797       </method>
25798       <method name="IGrouping`2 &lt;Main&gt;m__38(IGrouping`2)">
25799         <size>2</size>
25800       </method>
25801       <method name="Int32 &lt;Main&gt;m__3A(Int32)">
25802         <size>2</size>
25803       </method>
25804       <method name="Int32 &lt;Main&gt;m__3B(Int32)">
25805         <size>2</size>
25806       </method>
25807       <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]])">
25808         <size>9</size>
25809       </method>
25810       <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])">
25811         <size>2</size>
25812       </method>
25813     </type>
25814     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
25815       <method name="IEnumerable`1 &lt;&gt;m__2C(IGrouping`2)">
25816         <size>7</size>
25817       </method>
25818       <method name="IEnumerable`1 &lt;&gt;m__30(IGrouping`2)">
25819         <size>7</size>
25820       </method>
25821       <method name="IEnumerable`1 &lt;&gt;m__34(IGrouping`2)">
25822         <size>7</size>
25823       </method>
25824       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3C(Int32)">
25825         <size>47</size>
25826       </method>
25827       <method name="Int32 &lt;&gt;m__3F(Int32)">
25828         <size>2</size>
25829       </method>
25830     </type>
25831   </test>
25832   <test name="gtest-linq-02.cs">
25833     <type name="Test">
25834       <method name="Void .ctor()">
25835         <size>7</size>
25836       </method>
25837       <method name="Int32 Main()">
25838         <size>507</size>
25839       </method>
25840       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25841         <size>2</size>
25842       </method>
25843       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25844         <size>3</size>
25845       </method>
25846       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25847         <size>2</size>
25848       </method>
25849       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25850         <size>3</size>
25851       </method>
25852     </type>
25853   </test>
25854   <test name="gtest-linq-03.cs">
25855     <type name="WhereTest">
25856       <method name="Void .ctor()">
25857         <size>7</size>
25858       </method>
25859       <method name="Int32 Main()">
25860         <size>179</size>
25861       </method>
25862       <method name="Boolean &lt;Main&gt;m__0(Int32)">
25863         <size>5</size>
25864       </method>
25865       <method name="Boolean &lt;Main&gt;m__1(Int32)">
25866         <size>5</size>
25867       </method>
25868       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25869         <size>4</size>
25870       </method>
25871     </type>
25872   </test>
25873   <test name="gtest-linq-04.cs">
25874     <type name="TestGroupBy">
25875       <method name="Void .ctor()">
25876         <size>7</size>
25877       </method>
25878       <method name="Int32 Main()">
25879         <size>559</size>
25880       </method>
25881     </type>
25882     <type name="&lt;PrivateImplementationDetails&gt;">
25883       <method name="Void .ctor()">
25884         <size>7</size>
25885       </method>
25886     </type>
25887     <type name="TestGroupBy">
25888       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25889         <size>4</size>
25890       </method>
25891       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25892         <size>2</size>
25893       </method>
25894       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25895         <size>4</size>
25896       </method>
25897       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25898         <size>2</size>
25899       </method>
25900     </type>
25901   </test>
25902   <test name="gtest-linq-05.cs">
25903     <type name="OrderByTests">
25904       <method name="Void .ctor()">
25905         <size>7</size>
25906       </method>
25907       <method name="Int32 Main()">
25908         <size>1254</size>
25909       </method>
25910     </type>
25911     <type name="OrderByTests+Data">
25912       <method name="Void .ctor()">
25913         <size>7</size>
25914       </method>
25915       <method name="Int32 get_ID()">
25916         <size>7</size>
25917       </method>
25918       <method name="Void set_ID(Int32)">
25919         <size>8</size>
25920       </method>
25921       <method name="System.String get_Name()">
25922         <size>7</size>
25923       </method>
25924       <method name="Void set_Name(System.String)">
25925         <size>8</size>
25926       </method>
25927       <method name="System.String ToString()">
25928         <size>28</size>
25929       </method>
25930     </type>
25931     <type name="OrderByTests">
25932       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25933         <size>2</size>
25934       </method>
25935       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25936         <size>2</size>
25937       </method>
25938       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25939         <size>2</size>
25940       </method>
25941       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25942         <size>4</size>
25943       </method>
25944       <method name="System.String &lt;Main&gt;m__4(System.String)">
25945         <size>2</size>
25946       </method>
25947       <method name="Int32 &lt;Main&gt;m__5(System.String)">
25948         <size>7</size>
25949       </method>
25950       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
25951         <size>7</size>
25952       </method>
25953       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
25954         <size>7</size>
25955       </method>
25956       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
25957         <size>7</size>
25958       </method>
25959       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
25960         <size>7</size>
25961       </method>
25962       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
25963         <size>11</size>
25964       </method>
25965       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
25966         <size>7</size>
25967       </method>
25968       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
25969         <size>7</size>
25970       </method>
25971       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
25972         <size>11</size>
25973       </method>
25974       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
25975         <size>7</size>
25976       </method>
25977       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
25978         <size>7</size>
25979       </method>
25980       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
25981         <size>2</size>
25982       </method>
25983     </type>
25984   </test>
25985   <test name="gtest-linq-06.cs">
25986     <type name="Let">
25987       <method name="Void .ctor()">
25988         <size>7</size>
25989       </method>
25990       <method name="Int32 Main()">
25991         <size>408</size>
25992       </method>
25993     </type>
25994     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
25995       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
25996         <size>21</size>
25997       </method>
25998       <method name="&lt;i&gt;__T get_i()">
25999         <size>7</size>
26000       </method>
26001       <method name="&lt;u&gt;__T get_u()">
26002         <size>7</size>
26003       </method>
26004       <method name="Boolean Equals(System.Object)">
26005         <size>69</size>
26006       </method>
26007       <method name="Int32 GetHashCode()">
26008         <size>86</size>
26009       </method>
26010       <method name="System.String ToString()">
26011         <size>142</size>
26012       </method>
26013     </type>
26014     <type name="Let">
26015       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
26016         <size>10</size>
26017       </method>
26018       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26019         <size>7</size>
26020       </method>
26021       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
26022         <size>10</size>
26023       </method>
26024       <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])">
26025         <size>15</size>
26026       </method>
26027       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
26028         <size>18</size>
26029       </method>
26030       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
26031         <size>7</size>
26032       </method>
26033     </type>
26034     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
26035       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
26036         <size>21</size>
26037       </method>
26038       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
26039         <size>7</size>
26040       </method>
26041       <method name="&lt;v&gt;__T get_v()">
26042         <size>7</size>
26043       </method>
26044       <method name="Boolean Equals(System.Object)">
26045         <size>69</size>
26046       </method>
26047       <method name="Int32 GetHashCode()">
26048         <size>86</size>
26049       </method>
26050       <method name="System.String ToString()">
26051         <size>142</size>
26052       </method>
26053     </type>
26054   </test>
26055   <test name="gtest-linq-07.cs">
26056     <type name="SelectMany">
26057       <method name="Void .ctor()">
26058         <size>7</size>
26059       </method>
26060       <method name="Int32 Main()">
26061         <size>748</size>
26062       </method>
26063     </type>
26064     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
26065       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
26066         <size>21</size>
26067       </method>
26068       <method name="&lt;i1&gt;__T get_i1()">
26069         <size>7</size>
26070       </method>
26071       <method name="&lt;i2&gt;__T get_i2()">
26072         <size>7</size>
26073       </method>
26074       <method name="Boolean Equals(System.Object)">
26075         <size>69</size>
26076       </method>
26077       <method name="Int32 GetHashCode()">
26078         <size>86</size>
26079       </method>
26080       <method name="System.String ToString()">
26081         <size>142</size>
26082       </method>
26083     </type>
26084     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
26085       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
26086         <size>28</size>
26087       </method>
26088       <method name="&lt;pp&gt;__T get_pp()">
26089         <size>7</size>
26090       </method>
26091       <method name="&lt;i1&gt;__T get_i1()">
26092         <size>7</size>
26093       </method>
26094       <method name="&lt;i3&gt;__T get_i3()">
26095         <size>7</size>
26096       </method>
26097       <method name="Boolean Equals(System.Object)">
26098         <size>96</size>
26099       </method>
26100       <method name="Int32 GetHashCode()">
26101         <size>109</size>
26102       </method>
26103       <method name="System.String ToString()">
26104         <size>199</size>
26105       </method>
26106     </type>
26107     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
26108       <method name="Void .ctor()">
26109         <size>7</size>
26110       </method>
26111       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
26112         <size>12</size>
26113       </method>
26114       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
26115         <size>12</size>
26116       </method>
26117       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
26118         <size>12</size>
26119       </method>
26120       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
26121         <size>7</size>
26122       </method>
26123     </type>
26124     <type name="SelectMany">
26125       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
26126         <size>8</size>
26127       </method>
26128       <method name="Boolean &lt;Main&gt;m__2(Int32)">
26129         <size>5</size>
26130       </method>
26131       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
26132         <size>8</size>
26133       </method>
26134       <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)">
26135         <size>8</size>
26136       </method>
26137       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
26138         <size>7</size>
26139       </method>
26140       <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])">
26141         <size>25</size>
26142       </method>
26143       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
26144         <size>8</size>
26145       </method>
26146     </type>
26147     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent0&gt;__T,&lt;i3&gt;__T]">
26148       <method name="&lt;&lt;&gt;__TranspIdent0&gt;__T get_&lt;&gt;__TranspIdent0()">
26149         <size>7</size>
26150       </method>
26151       <method name="&lt;i3&gt;__T get_i3()">
26152         <size>7</size>
26153       </method>
26154       <method name="Boolean Equals(System.Object)">
26155         <size>69</size>
26156       </method>
26157       <method name="Int32 GetHashCode()">
26158         <size>86</size>
26159       </method>
26160       <method name="System.String ToString()">
26161         <size>142</size>
26162       </method>
26163       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent0&gt;__T, &lt;i3&gt;__T)">
26164         <size>21</size>
26165       </method>
26166     </type>
26167   </test>
26168   <test name="gtest-linq-08.cs">
26169     <type name="TestA">
26170       <method name="Void .ctor(String)">
26171         <size>14</size>
26172       </method>
26173       <method name="System.String Select[U](System.Func`2[TestA,U])">
26174         <size>7</size>
26175       </method>
26176     </type>
26177     <type name="TestB">
26178       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
26179         <size>25</size>
26180       </method>
26181     </type>
26182     <type name="CustomQueryExpressionPattern">
26183       <method name="Void .ctor()">
26184         <size>7</size>
26185       </method>
26186       <method name="Int32 Main()">
26187         <size>153</size>
26188       </method>
26189       <method name="TestA &lt;Main&gt;m__0(TestA)">
26190         <size>2</size>
26191       </method>
26192       <method name="Boolean &lt;Main&gt;m__1(TestA)">
26193         <size>17</size>
26194       </method>
26195     </type>
26196   </test>
26197   <test name="gtest-linq-09.cs">
26198     <type name="Data">
26199       <method name="Void .ctor()">
26200         <size>7</size>
26201       </method>
26202     </type>
26203     <type name="Join">
26204       <method name="Void .ctor()">
26205         <size>7</size>
26206       </method>
26207       <method name="Int32 Main()">
26208         <size>911</size>
26209       </method>
26210     </type>
26211     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
26212       <method name="Void .ctor(&lt;Result&gt;__T)">
26213         <size>14</size>
26214       </method>
26215       <method name="&lt;Result&gt;__T get_Result()">
26216         <size>7</size>
26217       </method>
26218       <method name="Boolean Equals(System.Object)">
26219         <size>39</size>
26220       </method>
26221       <method name="Int32 GetHashCode()">
26222         <size>63</size>
26223       </method>
26224       <method name="System.String ToString()">
26225         <size>67</size>
26226       </method>
26227     </type>
26228     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
26229       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
26230         <size>21</size>
26231       </method>
26232       <method name="&lt;a&gt;__T get_a()">
26233         <size>7</size>
26234       </method>
26235       <method name="&lt;b&gt;__T get_b()">
26236         <size>7</size>
26237       </method>
26238       <method name="Boolean Equals(System.Object)">
26239         <size>69</size>
26240       </method>
26241       <method name="Int32 GetHashCode()">
26242         <size>86</size>
26243       </method>
26244       <method name="System.String ToString()">
26245         <size>142</size>
26246       </method>
26247     </type>
26248     <type name="Join">
26249       <method name="Int32 &lt;Main&gt;m__0(Data)">
26250         <size>7</size>
26251       </method>
26252       <method name="Int32 &lt;Main&gt;m__1(Data)">
26253         <size>7</size>
26254       </method>
26255       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
26256         <size>23</size>
26257       </method>
26258       <method name="Int32 &lt;Main&gt;m__3(Data)">
26259         <size>7</size>
26260       </method>
26261       <method name="Int32 &lt;Main&gt;m__4(Data)">
26262         <size>7</size>
26263       </method>
26264       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
26265         <size>8</size>
26266       </method>
26267       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
26268         <size>22</size>
26269       </method>
26270       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
26271         <size>33</size>
26272       </method>
26273       <method name="Int32 &lt;Main&gt;m__8(Data)">
26274         <size>7</size>
26275       </method>
26276       <method name="Int32 &lt;Main&gt;m__9(Data)">
26277         <size>7</size>
26278       </method>
26279       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
26280         <size>23</size>
26281       </method>
26282       <method name="Int32 &lt;Main&gt;m__B(Data)">
26283         <size>7</size>
26284       </method>
26285       <method name="Int32 &lt;Main&gt;m__C(Data)">
26286         <size>7</size>
26287       </method>
26288       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
26289         <size>8</size>
26290       </method>
26291       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
26292         <size>12</size>
26293       </method>
26294       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
26295         <size>7</size>
26296       </method>
26297     </type>
26298   </test>
26299   <test name="gtest-linq-10.cs">
26300     <type name="DataA">
26301       <method name="Void .ctor()">
26302         <size>7</size>
26303       </method>
26304     </type>
26305     <type name="DataB">
26306       <method name="Void .ctor()">
26307         <size>7</size>
26308       </method>
26309     </type>
26310     <type name="GroupJoin">
26311       <method name="Void .ctor()">
26312         <size>7</size>
26313       </method>
26314       <method name="Int32 Main()">
26315         <size>734</size>
26316       </method>
26317     </type>
26318     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
26319       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
26320         <size>21</size>
26321       </method>
26322       <method name="&lt;a&gt;__T get_a()">
26323         <size>7</size>
26324       </method>
26325       <method name="&lt;ab&gt;__T get_ab()">
26326         <size>7</size>
26327       </method>
26328       <method name="Boolean Equals(System.Object)">
26329         <size>69</size>
26330       </method>
26331       <method name="Int32 GetHashCode()">
26332         <size>86</size>
26333       </method>
26334       <method name="System.String ToString()">
26335         <size>142</size>
26336       </method>
26337     </type>
26338     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
26339       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
26340         <size>21</size>
26341       </method>
26342       <method name="&lt;a&gt;__T get_a()">
26343         <size>7</size>
26344       </method>
26345       <method name="&lt;b&gt;__T get_b()">
26346         <size>7</size>
26347       </method>
26348       <method name="Boolean Equals(System.Object)">
26349         <size>69</size>
26350       </method>
26351       <method name="Int32 GetHashCode()">
26352         <size>86</size>
26353       </method>
26354       <method name="System.String ToString()">
26355         <size>142</size>
26356       </method>
26357     </type>
26358     <type name="GroupJoin">
26359       <method name="Int32 &lt;Main&gt;m__0(DataA)">
26360         <size>7</size>
26361       </method>
26362       <method name="Int32 &lt;Main&gt;m__1(DataB)">
26363         <size>7</size>
26364       </method>
26365       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
26366         <size>8</size>
26367       </method>
26368       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
26369         <size>12</size>
26370       </method>
26371       <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)">
26372         <size>39</size>
26373       </method>
26374       <method name="Int32 &lt;Main&gt;m__5(DataA)">
26375         <size>7</size>
26376       </method>
26377       <method name="Int32 &lt;Main&gt;m__6(DataB)">
26378         <size>7</size>
26379       </method>
26380       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
26381         <size>8</size>
26382       </method>
26383       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
26384         <size>12</size>
26385       </method>
26386       <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)">
26387         <size>39</size>
26388       </method>
26389       <method name="Int32 &lt;Main&gt;m__A(DataA)">
26390         <size>7</size>
26391       </method>
26392       <method name="Int32 &lt;Main&gt;m__B(DataB)">
26393         <size>7</size>
26394       </method>
26395       <method name="DataA &lt;Main&gt;m__C(DataA, IEnumerable`1)">
26396         <size>2</size>
26397       </method>
26398     </type>
26399   </test>
26400   <test name="gtest-linq-11.cs">
26401     <type name="IntoTest">
26402       <method name="Void .ctor()">
26403         <size>7</size>
26404       </method>
26405       <method name="Int32 Main()">
26406         <size>275</size>
26407       </method>
26408       <method name="Boolean &lt;Main&gt;m__0(Int32)">
26409         <size>5</size>
26410       </method>
26411       <method name="Int32 &lt;Main&gt;m__1(Int32)">
26412         <size>5</size>
26413       </method>
26414       <method name="Int32 &lt;Main&gt;m__2(Int32)">
26415         <size>4</size>
26416       </method>
26417       <method name="Boolean &lt;Main&gt;m__3(Int32)">
26418         <size>5</size>
26419       </method>
26420       <method name="Int32 &lt;Main&gt;m__4(Int32)">
26421         <size>4</size>
26422       </method>
26423     </type>
26424   </test>
26425   <test name="gtest-linq-12.cs">
26426     <type name="NestedQuery">
26427       <method name="Void .ctor()">
26428         <size>7</size>
26429       </method>
26430       <method name="Void XX()">
26431         <size>108</size>
26432       </method>
26433       <method name="Int32 Main()">
26434         <size>472</size>
26435       </method>
26436     </type>
26437     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
26438       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
26439         <size>21</size>
26440       </method>
26441       <method name="&lt;values&gt;__T get_values()">
26442         <size>7</size>
26443       </method>
26444       <method name="&lt;length&gt;__T get_length()">
26445         <size>7</size>
26446       </method>
26447       <method name="Boolean Equals(System.Object)">
26448         <size>69</size>
26449       </method>
26450       <method name="Int32 GetHashCode()">
26451         <size>86</size>
26452       </method>
26453       <method name="System.String ToString()">
26454         <size>142</size>
26455       </method>
26456     </type>
26457     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
26458       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
26459         <size>21</size>
26460       </method>
26461       <method name="&lt;type&gt;__T get_type()">
26462         <size>7</size>
26463       </method>
26464       <method name="&lt;x&gt;__T get_x()">
26465         <size>7</size>
26466       </method>
26467       <method name="Boolean Equals(System.Object)">
26468         <size>69</size>
26469       </method>
26470       <method name="Int32 GetHashCode()">
26471         <size>86</size>
26472       </method>
26473       <method name="System.String ToString()">
26474         <size>142</size>
26475       </method>
26476     </type>
26477     <type name="NestedQuery">
26478       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
26479         <size>13</size>
26480       </method>
26481     </type>
26482     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
26483       <method name="Void .ctor()">
26484         <size>7</size>
26485       </method>
26486     </type>
26487     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
26488       <method name="Void .ctor()">
26489         <size>7</size>
26490       </method>
26491     </type>
26492     <type name="NestedQuery">
26493       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
26494         <size>110</size>
26495       </method>
26496       <method name="Boolean &lt;Main&gt;m__2(System.String)">
26497         <size>10</size>
26498       </method>
26499       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
26500         <size>36</size>
26501       </method>
26502       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
26503         <size>13</size>
26504       </method>
26505       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
26506         <size>110</size>
26507       </method>
26508       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
26509         <size>9</size>
26510       </method>
26511       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26512         <size>7</size>
26513       </method>
26514       <method name="Boolean &lt;Main&gt;m__9(Char)">
26515         <size>6</size>
26516       </method>
26517       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
26518         <size>9</size>
26519       </method>
26520       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26521         <size>7</size>
26522       </method>
26523     </type>
26524     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
26525       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26526         <size>15</size>
26527       </method>
26528     </type>
26529     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
26530       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26531         <size>15</size>
26532       </method>
26533     </type>
26534   </test>
26535   <test name="gtest-linq-13.cs">
26536     <type name="Program">
26537       <method name="Void .ctor()">
26538         <size>7</size>
26539       </method>
26540       <method name="Void Main()">
26541         <size>1</size>
26542       </method>
26543       <method name="Void Foo(TypeDefinition)">
26544         <size>47</size>
26545       </method>
26546       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
26547         <size>2</size>
26548       </method>
26549     </type>
26550     <type name="Extension">
26551       <method name="IEnumerable`1 Cast[T](IFoo)">
26552         <size>2</size>
26553       </method>
26554     </type>
26555     <type name="MethodDefinition">
26556       <method name="Void .ctor()">
26557         <size>7</size>
26558       </method>
26559     </type>
26560     <type name="TypeDefinition">
26561       <method name="Void .ctor()">
26562         <size>7</size>
26563       </method>
26564       <method name="MethodDefinitionCollection get_Methods()">
26565         <size>2</size>
26566       </method>
26567       <method name="Void set_Methods(MethodDefinitionCollection)">
26568         <size>1</size>
26569       </method>
26570     </type>
26571     <type name="MethodDefinitionCollection">
26572       <method name="Void .ctor()">
26573         <size>7</size>
26574       </method>
26575     </type>
26576   </test>
26577   <test name="gtest-linq-14.cs">
26578     <type name="Person">
26579       <method name="Void .ctor()">
26580         <size>7</size>
26581       </method>
26582       <method name="Style get_Style()">
26583         <size>7</size>
26584       </method>
26585       <method name="Void set_Style(Style)">
26586         <size>8</size>
26587       </method>
26588     </type>
26589     <type name="Extensions">
26590       <method name="IMarker`1 Cast[T](IObjectContainer)">
26591         <size>2</size>
26592       </method>
26593       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
26594         <size>2</size>
26595       </method>
26596     </type>
26597     <type name="Program">
26598       <method name="Void .ctor()">
26599         <size>7</size>
26600       </method>
26601       <method name="Void Main()">
26602         <size>1</size>
26603       </method>
26604       <method name="Void Assert(System.Action)">
26605         <size>1</size>
26606       </method>
26607       <method name="Void Test(IObjectContainer, Style)">
26608         <size>38</size>
26609       </method>
26610     </type>
26611     <type name="Program+&lt;Test&gt;c__AnonStorey0">
26612       <method name="Void .ctor()">
26613         <size>7</size>
26614       </method>
26615       <method name="Void &lt;&gt;m__0()">
26616         <size>117</size>
26617       </method>
26618     </type>
26619   </test>
26620   <test name="gtest-linq-15.cs">
26621     <type name="NameCollisionTest.Data">
26622       <method name="Void .ctor()">
26623         <size>7</size>
26624       </method>
26625     </type>
26626     <type name="NameCollisionTest.Ex">
26627       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
26628         <size>44</size>
26629       </method>
26630     </type>
26631     <type name="NameCollisionTest.C">
26632       <method name="Void .ctor()">
26633         <size>7</size>
26634       </method>
26635       <method name="Void Main()">
26636         <size>78</size>
26637       </method>
26638       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
26639         <size>7</size>
26640       </method>
26641       <method name="Boolean &lt;Main&gt;m__1(Int32)">
26642         <size>5</size>
26643       </method>
26644     </type>
26645     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
26646       <method name="Void .ctor()">
26647         <size>7</size>
26648       </method>
26649       <method name="System.Object System.Collections.IEnumerator.get_Current()">
26650         <size>12</size>
26651       </method>
26652       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
26653         <size>7</size>
26654       </method>
26655       <method name="Boolean MoveNext()">
26656         <size>84</size>
26657       </method>
26658       <method name="Void Dispose()">
26659         <size>8</size>
26660       </method>
26661       <method name="Void Reset()">
26662         <size>6</size>
26663       </method>
26664       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
26665         <size>7</size>
26666       </method>
26667       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
26668         <size>52</size>
26669       </method>
26670     </type>
26671   </test>
26672   <test name="gtest-linq-16.cs">
26673     <type name="C">
26674       <method name="Void .ctor()">
26675         <size>7</size>
26676       </method>
26677       <method name="Void Main()">
26678         <size>12</size>
26679       </method>
26680       <method name="Void Test_1(Int32)">
26681         <size>27</size>
26682       </method>
26683       <method name="Void Test_2()">
26684         <size>31</size>
26685       </method>
26686       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
26687         <size>26</size>
26688       </method>
26689     </type>
26690     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
26691       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
26692         <size>21</size>
26693       </method>
26694       <method name="&lt;a&gt;__T get_a()">
26695         <size>7</size>
26696       </method>
26697       <method name="&lt;b&gt;__T get_b()">
26698         <size>7</size>
26699       </method>
26700       <method name="Boolean Equals(System.Object)">
26701         <size>69</size>
26702       </method>
26703       <method name="Int32 GetHashCode()">
26704         <size>86</size>
26705       </method>
26706       <method name="System.String ToString()">
26707         <size>142</size>
26708       </method>
26709     </type>
26710     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
26711       <method name="Void .ctor()">
26712         <size>7</size>
26713       </method>
26714       <method name="IEnumerable`1 &lt;&gt;m__0()">
26715         <size>67</size>
26716       </method>
26717       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
26718         <size>8</size>
26719       </method>
26720       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26721         <size>14</size>
26722       </method>
26723     </type>
26724     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
26725       <method name="Void .ctor()">
26726         <size>7</size>
26727       </method>
26728       <method name="IEnumerable`1 &lt;&gt;m__2()">
26729         <size>67</size>
26730       </method>
26731       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
26732         <size>8</size>
26733       </method>
26734       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26735         <size>14</size>
26736       </method>
26737     </type>
26738   </test>
26739   <test name="gtest-linq-17.cs">
26740     <type name="TestGroupBy">
26741       <method name="Void .ctor()">
26742         <size>7</size>
26743       </method>
26744       <method name="Int32 Main()">
26745         <size>157</size>
26746       </method>
26747       <method name="Int32 &lt;Main&gt;m__0(Int32)">
26748         <size>2</size>
26749       </method>
26750     </type>
26751     <type name="&lt;PrivateImplementationDetails&gt;">
26752       <method name="Void .ctor()">
26753         <size>7</size>
26754       </method>
26755     </type>
26756   </test>
26757   <test name="gtest-linq-18.cs">
26758     <type name="C">
26759       <method name="Void .ctor()">
26760         <size>7</size>
26761       </method>
26762       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
26763         <size>2</size>
26764       </method>
26765       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
26766         <size>2</size>
26767       </method>
26768       <method name="Int32 Main()">
26769         <size>648</size>
26770       </method>
26771       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
26772         <size>42</size>
26773       </method>
26774       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
26775         <size>11</size>
26776       </method>
26777       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
26778         <size>31</size>
26779       </method>
26780       <method name="Boolean &lt;Main&gt;m__3(Int32)">
26781         <size>31</size>
26782       </method>
26783       <method name="Boolean &lt;Main&gt;m__4(Int32)">
26784         <size>31</size>
26785       </method>
26786       <method name="Boolean &lt;Main&gt;m__5(Int32)">
26787         <size>31</size>
26788       </method>
26789       <method name="Boolean &lt;Main&gt;m__6(Int32)">
26790         <size>31</size>
26791       </method>
26792       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
26793         <size>10</size>
26794       </method>
26795       <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])">
26796         <size>15</size>
26797       </method>
26798       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26799         <size>31</size>
26800       </method>
26801       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26802         <size>15</size>
26803       </method>
26804       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26805         <size>12</size>
26806       </method>
26807     </type>
26808     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
26809       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
26810         <size>21</size>
26811       </method>
26812       <method name="&lt;ck&gt;__T get_ck()">
26813         <size>7</size>
26814       </method>
26815       <method name="&lt;xy&gt;__T get_xy()">
26816         <size>7</size>
26817       </method>
26818       <method name="Boolean Equals(System.Object)">
26819         <size>69</size>
26820       </method>
26821       <method name="Int32 GetHashCode()">
26822         <size>86</size>
26823       </method>
26824       <method name="System.String ToString()">
26825         <size>142</size>
26826       </method>
26827     </type>
26828     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
26829       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
26830         <size>21</size>
26831       </method>
26832       <method name="&lt;i&gt;__T get_i()">
26833         <size>7</size>
26834       </method>
26835       <method name="&lt;l&gt;__T get_l()">
26836         <size>7</size>
26837       </method>
26838       <method name="Boolean Equals(System.Object)">
26839         <size>69</size>
26840       </method>
26841       <method name="Int32 GetHashCode()">
26842         <size>86</size>
26843       </method>
26844       <method name="System.String ToString()">
26845         <size>142</size>
26846       </method>
26847     </type>
26848     <type name="&lt;PrivateImplementationDetails&gt;">
26849       <method name="Void .ctor()">
26850         <size>7</size>
26851       </method>
26852     </type>
26853     <type name="C+&lt;Main&gt;c__AnonStorey0">
26854       <method name="Void .ctor()">
26855         <size>7</size>
26856       </method>
26857     </type>
26858     <type name="C+&lt;Main&gt;c__AnonStorey1">
26859       <method name="Void .ctor()">
26860         <size>7</size>
26861       </method>
26862     </type>
26863     <type name="C+&lt;Main&gt;c__AnonStorey2">
26864       <method name="Void .ctor()">
26865         <size>7</size>
26866       </method>
26867     </type>
26868     <type name="C+&lt;Main&gt;c__AnonStorey3">
26869       <method name="Void .ctor()">
26870         <size>7</size>
26871       </method>
26872     </type>
26873     <type name="C+&lt;Main&gt;c__AnonStorey4">
26874       <method name="Void .ctor()">
26875         <size>7</size>
26876       </method>
26877     </type>
26878     <type name="C+&lt;Main&gt;c__AnonStorey5">
26879       <method name="Void .ctor()">
26880         <size>7</size>
26881       </method>
26882     </type>
26883     <type name="C+&lt;Main&gt;c__AnonStorey6">
26884       <method name="Void .ctor()">
26885         <size>7</size>
26886       </method>
26887     </type>
26888     <type name="C">
26889       <method name="Boolean &lt;Main&gt;m__C(Int32)">
26890         <size>31</size>
26891       </method>
26892       <method name="Boolean &lt;Main&gt;m__D(Int32)">
26893         <size>31</size>
26894       </method>
26895       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
26896         <size>2</size>
26897       </method>
26898       <method name="Boolean &lt;Main&gt;m__F(Int32)">
26899         <size>31</size>
26900       </method>
26901       <method name="Boolean &lt;Main&gt;m__10(Int32)">
26902         <size>31</size>
26903       </method>
26904       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
26905         <size>2</size>
26906       </method>
26907     </type>
26908     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
26909       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
26910         <size>21</size>
26911       </method>
26912       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
26913         <size>7</size>
26914       </method>
26915       <method name="&lt;g&gt;__T get_g()">
26916         <size>7</size>
26917       </method>
26918       <method name="Boolean Equals(System.Object)">
26919         <size>69</size>
26920       </method>
26921       <method name="Int32 GetHashCode()">
26922         <size>86</size>
26923       </method>
26924       <method name="System.String ToString()">
26925         <size>142</size>
26926       </method>
26927     </type>
26928     <type name="C+&lt;Main&gt;c__AnonStorey0">
26929       <method name="Boolean &lt;&gt;m__12(Int32)">
26930         <size>10</size>
26931       </method>
26932     </type>
26933     <type name="C+&lt;Main&gt;c__AnonStorey1">
26934       <method name="Boolean &lt;&gt;m__13(Int32)">
26935         <size>15</size>
26936       </method>
26937     </type>
26938     <type name="C+&lt;Main&gt;c__AnonStorey2">
26939       <method name="Boolean &lt;&gt;m__14(Int32)">
26940         <size>10</size>
26941       </method>
26942     </type>
26943     <type name="C+&lt;Main&gt;c__AnonStorey3">
26944       <method name="Boolean &lt;&gt;m__15(Int32)">
26945         <size>10</size>
26946       </method>
26947     </type>
26948     <type name="C+&lt;Main&gt;c__AnonStorey4">
26949       <method name="Int32 &lt;&gt;m__16(Int32)">
26950         <size>9</size>
26951       </method>
26952     </type>
26953     <type name="C+&lt;Main&gt;c__AnonStorey5">
26954       <method name="Int32 &lt;&gt;m__17(Int32)">
26955         <size>9</size>
26956       </method>
26957     </type>
26958     <type name="C+&lt;Main&gt;c__AnonStorey6">
26959       <method name="Boolean &lt;&gt;m__18(Int32)">
26960         <size>20</size>
26961       </method>
26962     </type>
26963     <type name="C+&lt;Main&gt;c__AnonStorey7">
26964       <method name="Void .ctor()">
26965         <size>7</size>
26966       </method>
26967       <method name="Boolean &lt;&gt;m__19(Int32)">
26968         <size>10</size>
26969       </method>
26970     </type>
26971     <type name="C+&lt;Main&gt;c__AnonStorey8">
26972       <method name="Void .ctor()">
26973         <size>7</size>
26974       </method>
26975       <method name="Boolean &lt;&gt;m__1A(Int32)">
26976         <size>10</size>
26977       </method>
26978     </type>
26979     <type name="C+&lt;Main&gt;c__AnonStorey9">
26980       <method name="Void .ctor()">
26981         <size>7</size>
26982       </method>
26983       <method name="Boolean &lt;&gt;m__1B(Int32)">
26984         <size>10</size>
26985       </method>
26986     </type>
26987     <type name="C+&lt;Main&gt;c__AnonStoreyA">
26988       <method name="Void .ctor()">
26989         <size>7</size>
26990       </method>
26991       <method name="Boolean &lt;&gt;m__1C(Int32)">
26992         <size>10</size>
26993       </method>
26994     </type>
26995   </test>
26996   <test name="gtest-linq-19.cs">
26997     <type name="Test">
26998       <method name="Void .ctor()">
26999         <size>7</size>
27000       </method>
27001       <method name="Void .cctor()">
27002         <size>45</size>
27003       </method>
27004       <method name="Void Main()">
27005         <size>1</size>
27006       </method>
27007       <method name="Char &lt;E&gt;m__0(Char)">
27008         <size>2</size>
27009       </method>
27010     </type>
27011   </test>
27012   <test name="gtest-linq-20.cs">
27013     <type name="Maybe`1[T]">
27014       <method name="T get_Value()">
27015         <size>7</size>
27016       </method>
27017       <method name="Void set_Value(T)">
27018         <size>8</size>
27019       </method>
27020       <method name="Boolean get_HasValue()">
27021         <size>7</size>
27022       </method>
27023       <method name="Void set_HasValue(Boolean)">
27024         <size>8</size>
27025       </method>
27026       <method name="System.String ToString()">
27027         <size>38</size>
27028       </method>
27029       <method name="Maybe`1[U] SelectMany[U](System.Func`2[T,Maybe`1[U]])">
27030         <size>30</size>
27031       </method>
27032       <method name="Maybe`1[V] SelectMany[U,V](System.Func`2[T,Maybe`1[U]], System.Func`3[T,U,V])">
27033         <size>71</size>
27034       </method>
27035       <method name="Void .ctor()">
27036         <size>14</size>
27037       </method>
27038       <method name="Void .ctor(T)">
27039         <size>21</size>
27040       </method>
27041       <method name="Void .cctor()">
27042         <size>11</size>
27043       </method>
27044     </type>
27045     <type name="MaybeExtensions">
27046       <method name="Maybe`1[T] ToMaybe[T](T)">
27047         <size>7</size>
27048       </method>
27049     </type>
27050     <type name="Test">
27051       <method name="Void Main()">
27052         <size>138</size>
27053       </method>
27054       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__0(Int32)">
27055         <size>7</size>
27056       </method>
27057       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__1(Int32, Int32)">
27058         <size>8</size>
27059       </method>
27060       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
27061         <size>7</size>
27062       </method>
27063       <method name="Int32 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[System.Int32,System.Int32], Int32)">
27064         <size>16</size>
27065       </method>
27066       <method name="Void .ctor()">
27067         <size>7</size>
27068       </method>
27069     </type>
27070     <type name="&lt;&gt;__AnonType0`2[&lt;x&gt;__T,&lt;y&gt;__T]">
27071       <method name="&lt;x&gt;__T get_x()">
27072         <size>7</size>
27073       </method>
27074       <method name="&lt;y&gt;__T get_y()">
27075         <size>7</size>
27076       </method>
27077       <method name="Boolean Equals(System.Object)">
27078         <size>69</size>
27079       </method>
27080       <method name="Int32 GetHashCode()">
27081         <size>86</size>
27082       </method>
27083       <method name="System.String ToString()">
27084         <size>142</size>
27085       </method>
27086       <method name="Void .ctor(&lt;x&gt;__T, &lt;y&gt;__T)">
27087         <size>21</size>
27088       </method>
27089     </type>
27090   </test>
27091   <test name="gtest-linq-21.cs">
27092     <type name="Program">
27093       <method name="Int32 Main()">
27094         <size>90</size>
27095       </method>
27096     </type>
27097     <type name="Program+&lt;Main&gt;c__AnonStorey0">
27098       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
27099         <size>7</size>
27100       </method>
27101       <method name="System.Action &lt;&gt;m__1(Int32, Int32)">
27102         <size>40</size>
27103       </method>
27104       <method name="Void .ctor()">
27105         <size>7</size>
27106       </method>
27107     </type>
27108     <type name="Program+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
27109       <method name="Void &lt;&gt;m__2()">
27110         <size>49</size>
27111       </method>
27112       <method name="Void .ctor()">
27113         <size>7</size>
27114       </method>
27115     </type>
27116   </test>
27117   <test name="gtest-linq-22.cs">
27118     <type name="Test.MainClass">
27119       <method name="Void Main()">
27120         <size>47</size>
27121       </method>
27122       <method name="Void .ctor()">
27123         <size>7</size>
27124       </method>
27125     </type>
27126     <type name="&lt;&gt;__AnonType0`2[&lt;item&gt;__T,&lt;parsed&gt;__T]">
27127       <method name="&lt;item&gt;__T get_item()">
27128         <size>7</size>
27129       </method>
27130       <method name="&lt;parsed&gt;__T get_parsed()">
27131         <size>7</size>
27132       </method>
27133       <method name="Boolean Equals(System.Object)">
27134         <size>69</size>
27135       </method>
27136       <method name="Int32 GetHashCode()">
27137         <size>86</size>
27138       </method>
27139       <method name="System.String ToString()">
27140         <size>142</size>
27141       </method>
27142       <method name="Void .ctor(&lt;item&gt;__T, &lt;parsed&gt;__T)">
27143         <size>21</size>
27144       </method>
27145     </type>
27146     <type name="Test.MainClass+&lt;Main&gt;c__AnonStorey0">
27147       <method name="&lt;&gt;__AnonType0`2[System.Char,System.Boolean] &lt;&gt;m__0(Char)">
27148         <size>23</size>
27149       </method>
27150       <method name="DateTime &lt;&gt;m__1(&lt;&gt;__AnonType0`2[System.Char,System.Boolean])">
27151         <size>28</size>
27152       </method>
27153       <method name="Void .ctor()">
27154         <size>7</size>
27155       </method>
27156     </type>
27157   </test>
27158   <test name="gtest-linq-23.cs">
27159     <type name="OrderByBugExample.Foo">
27160       <method name="System.String get_Name()">
27161         <size>7</size>
27162       </method>
27163       <method name="Void set_Name(System.String)">
27164         <size>8</size>
27165       </method>
27166       <method name="Int32 get_Value1()">
27167         <size>7</size>
27168       </method>
27169       <method name="Void set_Value1(Int32)">
27170         <size>8</size>
27171       </method>
27172       <method name="Int32 get_Value2()">
27173         <size>7</size>
27174       </method>
27175       <method name="Void set_Value2(Int32)">
27176         <size>8</size>
27177       </method>
27178       <method name="Void .ctor()">
27179         <size>7</size>
27180       </method>
27181     </type>
27182     <type name="OrderByBugExample.Program">
27183       <method name="Int32 Main()">
27184         <size>345</size>
27185       </method>
27186       <method name="System.String &lt;Main&gt;m__0(OrderByBugExample.Foo)">
27187         <size>7</size>
27188       </method>
27189       <method name="Int32 &lt;Main&gt;m__1(OrderByBugExample.Foo)">
27190         <size>7</size>
27191       </method>
27192       <method name="Int32 &lt;Main&gt;m__2(OrderByBugExample.Foo)">
27193         <size>7</size>
27194       </method>
27195     </type>
27196   </test>
27197   <test name="gtest-linq-24.cs">
27198     <type name="A">
27199       <method name="Void .ctor()">
27200         <size>7</size>
27201       </method>
27202     </type>
27203     <type name="C">
27204       <method name="A[] get_Prop()">
27205         <size>15</size>
27206       </method>
27207       <method name="Void Test()">
27208         <size>56</size>
27209       </method>
27210       <method name="Int32 Main()">
27211         <size>12</size>
27212       </method>
27213       <method name="Int32 &lt;Test&gt;m__0(A)">
27214         <size>7</size>
27215       </method>
27216       <method name="Void .ctor()">
27217         <size>7</size>
27218       </method>
27219     </type>
27220   </test>
27221   <test name="gtest-linq-25.cs">
27222     <type name="A">
27223       <method name="System.String get_Header()">
27224         <size>2</size>
27225       </method>
27226       <method name="Void .ctor()">
27227         <size>7</size>
27228       </method>
27229     </type>
27230     <type name="B">
27231       <method name="System.String get_Name()">
27232         <size>2</size>
27233       </method>
27234       <method name="Void .ctor()">
27235         <size>7</size>
27236       </method>
27237     </type>
27238     <type name="C">
27239       <method name="Int32 Main()">
27240         <size>36</size>
27241       </method>
27242       <method name="Void Test(System.Action)">
27243         <size>7</size>
27244       </method>
27245       <method name="Void &lt;Main&gt;m__0()">
27246         <size>159</size>
27247       </method>
27248       <method name="IEnumerable`1 &lt;Main&gt;m__1(A)">
27249         <size>7</size>
27250       </method>
27251       <method name="&lt;&gt;__AnonType0`2[A,B] &lt;Main&gt;m__2(A, B)">
27252         <size>8</size>
27253       </method>
27254       <method name="Boolean &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[A,B])">
27255         <size>67</size>
27256       </method>
27257       <method name="&lt;&gt;__AnonType1`2[A,B] &lt;Main&gt;m__4(&lt;&gt;__AnonType0`2[A,B])">
27258         <size>18</size>
27259       </method>
27260       <method name="Void .ctor()">
27261         <size>7</size>
27262       </method>
27263     </type>
27264     <type name="&lt;&gt;__AnonType0`2[&lt;c&gt;__T,&lt;p&gt;__T]">
27265       <method name="&lt;c&gt;__T get_c()">
27266         <size>7</size>
27267       </method>
27268       <method name="&lt;p&gt;__T get_p()">
27269         <size>7</size>
27270       </method>
27271       <method name="Boolean Equals(System.Object)">
27272         <size>69</size>
27273       </method>
27274       <method name="Int32 GetHashCode()">
27275         <size>86</size>
27276       </method>
27277       <method name="System.String ToString()">
27278         <size>142</size>
27279       </method>
27280       <method name="Void .ctor(&lt;c&gt;__T, &lt;p&gt;__T)">
27281         <size>21</size>
27282       </method>
27283     </type>
27284     <type name="&lt;&gt;__AnonType1`2[&lt;C&gt;__T,&lt;P&gt;__T]">
27285       <method name="&lt;C&gt;__T get_C()">
27286         <size>7</size>
27287       </method>
27288       <method name="&lt;P&gt;__T get_P()">
27289         <size>7</size>
27290       </method>
27291       <method name="Boolean Equals(System.Object)">
27292         <size>69</size>
27293       </method>
27294       <method name="Int32 GetHashCode()">
27295         <size>86</size>
27296       </method>
27297       <method name="System.String ToString()">
27298         <size>142</size>
27299       </method>
27300       <method name="Void .ctor(&lt;C&gt;__T, &lt;P&gt;__T)">
27301         <size>21</size>
27302       </method>
27303     </type>
27304   </test>
27305   <test name="gtest-named-01.cs">
27306     <type name="C">
27307       <method name="Int32 Test(Int32, Int32, System.String)">
27308         <size>6</size>
27309       </method>
27310       <method name="T Foo[T](T, Int32)">
27311         <size>2</size>
27312       </method>
27313       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
27314         <size>9</size>
27315       </method>
27316       <method name="Int32 Main()">
27317         <size>173</size>
27318       </method>
27319       <method name="Int32 &lt;Main&gt;m__0(Int32)">
27320         <size>2</size>
27321       </method>
27322     </type>
27323     <type name="C+&lt;Main&gt;c__AnonStorey0">
27324       <method name="Void .ctor()">
27325         <size>7</size>
27326       </method>
27327       <method name="Int32 &lt;&gt;m__1(Int32)">
27328         <size>7</size>
27329       </method>
27330     </type>
27331   </test>
27332   <test name="gtest-named-02.cs">
27333     <type name="D">
27334       <method name="Void Foo(Int32)">
27335         <size>1</size>
27336       </method>
27337       <method name="Void Main()">
27338         <size>1</size>
27339       </method>
27340       <method name="Void .ctor()">
27341         <size>7</size>
27342       </method>
27343     </type>
27344   </test>
27345   <test name="gtest-named-03.cs">
27346     <type name="C">
27347       <method name="Int32 Foo(Int32, Int32, Int32)">
27348         <size>2</size>
27349       </method>
27350       <method name="Int32 Main()">
27351         <size>77</size>
27352       </method>
27353       <method name="Void .ctor()">
27354         <size>7</size>
27355       </method>
27356       <method name="Void set_Item(Int32, Int32, Int32, Int32)">
27357         <size>21</size>
27358       </method>
27359       <method name="Int32 get_Item(Int32, Int32, Int32)">
27360         <size>7</size>
27361       </method>
27362     </type>
27363   </test>
27364   <test name="gtest-optional-01.cs">
27365     <type name="C">
27366       <method name="Void TestA(Int32)">
27367         <size>1</size>
27368       </method>
27369       <method name="Void TestB(Int64)">
27370         <size>1</size>
27371       </method>
27372       <method name="Void TestC(Decimal)">
27373         <size>1</size>
27374       </method>
27375       <method name="Int32 Main()">
27376         <size>325</size>
27377       </method>
27378       <method name="Void .ctor()">
27379         <size>7</size>
27380       </method>
27381     </type>
27382   </test>
27383   <test name="gtest-optional-02.cs">
27384     <type name="C">
27385       <method name="Boolean Test2(Nullable`1)">
27386         <size>11</size>
27387       </method>
27388       <method name="Int32 Test(Nullable`1)">
27389         <size>27</size>
27390       </method>
27391       <method name="Int32 Main()">
27392         <size>122</size>
27393       </method>
27394       <method name="Void .ctor()">
27395         <size>7</size>
27396       </method>
27397       <method name="Boolean Test3(Nullable`1)">
27398         <size>21</size>
27399       </method>
27400       <method name="Int64 Test4(Nullable`1)">
27401         <size>8</size>
27402       </method>
27403     </type>
27404   </test>
27405   <test name="gtest-optional-03.cs">
27406     <type name="C">
27407       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
27408         <size>2</size>
27409       </method>
27410       <method name="Int32 Main()">
27411         <size>240</size>
27412       </method>
27413       <method name="Void .ctor()">
27414         <size>7</size>
27415       </method>
27416     </type>
27417   </test>
27418   <test name="gtest-optional-04.cs">
27419     <type name="C">
27420       <method name="Void Foo[T](T, T)">
27421         <size>1</size>
27422       </method>
27423       <method name="Void TestParams(System.Int32[])">
27424         <size>6</size>
27425       </method>
27426       <method name="Void TestParams(Int32)">
27427         <size>1</size>
27428       </method>
27429       <method name="Void TestStruct(Nullable`1)">
27430         <size>24</size>
27431       </method>
27432       <method name="System.String get_Item(Int32, System.String)">
27433         <size>2</size>
27434       </method>
27435       <method name="Void set_Item(Int32, System.String, System.String)">
27436         <size>4</size>
27437       </method>
27438       <method name="Int32 Main()">
27439         <size>134</size>
27440       </method>
27441       <method name="Void .ctor()">
27442         <size>7</size>
27443       </method>
27444       <method name="Void TestStruct2(Nullable`1)">
27445         <size>1</size>
27446       </method>
27447     </type>
27448   </test>
27449   <test name="gtest-optional-05.cs">
27450     <type name="Blah">
27451       <method name="Int32 Foo(Int32, Int32)">
27452         <size>4</size>
27453       </method>
27454       <method name="Int32 Main()">
27455         <size>46</size>
27456       </method>
27457       <method name="Void .ctor()">
27458         <size>7</size>
27459       </method>
27460     </type>
27461     <type name="Blah+MyDelegate">
27462       <method name="Int32 Invoke(Int32, Int32)">
27463         <size>0</size>
27464       </method>
27465       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27466         <size>0</size>
27467       </method>
27468       <method name="Int32 EndInvoke(IAsyncResult)">
27469         <size>0</size>
27470       </method>
27471       <method name="Void .ctor(Object, IntPtr)">
27472         <size>0</size>
27473       </method>
27474     </type>
27475   </test>
27476   <test name="gtest-optional-06.cs">
27477     <type name="C">
27478       <method name="Int32 Foo(Int32)">
27479         <size>2</size>
27480       </method>
27481       <method name="Int32 Main()">
27482         <size>38</size>
27483       </method>
27484       <method name="Void .ctor()">
27485         <size>7</size>
27486       </method>
27487     </type>
27488     <type name="D">
27489       <method name="Int32 Invoke(Int32)">
27490         <size>0</size>
27491       </method>
27492       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27493         <size>0</size>
27494       </method>
27495       <method name="Int32 EndInvoke(IAsyncResult)">
27496         <size>0</size>
27497       </method>
27498       <method name="Void .ctor(Object, IntPtr)">
27499         <size>0</size>
27500       </method>
27501     </type>
27502   </test>
27503   <test name="gtest-optional-07.cs">
27504     <type name="Tests">
27505       <method name="Void foo(Foo)">
27506         <size>1</size>
27507       </method>
27508       <method name="Int32 Main()">
27509         <size>8</size>
27510       </method>
27511       <method name="Void .ctor()">
27512         <size>7</size>
27513       </method>
27514     </type>
27515   </test>
27516   <test name="gtest-optional-08.cs">
27517     <type name="Tests">
27518       <method name="Int32 Main()">
27519         <size>36</size>
27520       </method>
27521       <method name="Void .ctor(String)">
27522         <size>14</size>
27523       </method>
27524       <method name="Void .ctor(Int32)">
27525         <size>7</size>
27526       </method>
27527     </type>
27528   </test>
27529   <test name="gtest-optional-09.cs">
27530     <type name="Program">
27531       <method name="Int32 Test_1(Int32, SByte)">
27532         <size>2</size>
27533       </method>
27534       <method name="Int32 Test_1[T](T)">
27535         <size>2</size>
27536       </method>
27537       <method name="Int32 Test_1(Int32, Int64)">
27538         <size>2</size>
27539       </method>
27540       <method name="Int32 Test_2(Int16)">
27541         <size>2</size>
27542       </method>
27543       <method name="Int32 Test_2(Int32, SByte)">
27544         <size>2</size>
27545       </method>
27546       <method name="Int32 Test_3(System.String)">
27547         <size>2</size>
27548       </method>
27549       <method name="Int32 Test_3(System.String, SByte)">
27550         <size>2</size>
27551       </method>
27552       <method name="Int32 Test_4(System.Object)">
27553         <size>2</size>
27554       </method>
27555       <method name="Int32 Test_4(System.Object[])">
27556         <size>2</size>
27557       </method>
27558       <method name="Int32 Test_5()">
27559         <size>2</size>
27560       </method>
27561       <method name="Int32 Test_5(Int32, System.Object[])">
27562         <size>2</size>
27563       </method>
27564       <method name="Int32 Test_6(System.Object[])">
27565         <size>2</size>
27566       </method>
27567       <method name="Int32 Test_6(Int32, System.Object[])">
27568         <size>2</size>
27569       </method>
27570       <method name="Int32 Test_7(Boolean, System.Object[])">
27571         <size>2</size>
27572       </method>
27573       <method name="Int32 Test_7(Boolean, Int32, System.Object[])">
27574         <size>2</size>
27575       </method>
27576       <method name="Int32 Main()">
27577         <size>118</size>
27578       </method>
27579       <method name="Void .ctor()">
27580         <size>7</size>
27581       </method>
27582     </type>
27583   </test>
27584   <test name="gtest-optional-10.cs">
27585     <type name="Program">
27586       <method name="Void Main()">
27587         <size>8</size>
27588       </method>
27589       <method name="Void .ctor()">
27590         <size>7</size>
27591       </method>
27592     </type>
27593     <type name="Program`1[T]">
27594       <method name="Void .ctor(Generic`1)">
27595         <size>7</size>
27596       </method>
27597     </type>
27598     <type name="Generic`1[T]">
27599       <method name="Void .ctor()">
27600         <size>7</size>
27601       </method>
27602     </type>
27603   </test>
27604   <test name="gtest-optional-11.cs">
27605     <type name="C">
27606       <method name="Int32 TestA(Int32)">
27607         <size>2</size>
27608       </method>
27609       <method name="T TestB[T](T, T)">
27610         <size>2</size>
27611       </method>
27612       <method name="System.Object TestC(System.Object)">
27613         <size>2</size>
27614       </method>
27615       <method name="Int32 Main()">
27616         <size>211</size>
27617       </method>
27618       <method name="Void .ctor()">
27619         <size>7</size>
27620       </method>
27621       <method name="Int32 TestD(Int32, Int32)">
27622         <size>2</size>
27623       </method>
27624     </type>
27625   </test>
27626   <test name="gtest-optional-12.cs">
27627     <type name="C">
27628       <method name="Int32 M(System.String, Int32, System.Int32[])">
27629         <size>4</size>
27630       </method>
27631       <method name="Int32 Main()">
27632         <size>41</size>
27633       </method>
27634       <method name="Void .ctor()">
27635         <size>7</size>
27636       </method>
27637     </type>
27638     <type name="&lt;PrivateImplementationDetails&gt;">
27639       <method name="Void .ctor()">
27640         <size>7</size>
27641       </method>
27642     </type>
27643   </test>
27644   <test name="gtest-optional-13.cs">
27645     <type name="A">
27646       <method name="Int32 Foo(Int32)">
27647         <size>2</size>
27648       </method>
27649       <method name="Int32 Foo2(Int32)">
27650         <size>2</size>
27651       </method>
27652       <method name="Int32 get_Item(System.String, Int32)">
27653         <size>2</size>
27654       </method>
27655       <method name="Void .ctor()">
27656         <size>7</size>
27657       </method>
27658     </type>
27659     <type name="B">
27660       <method name="Int32 Foo(Int32)">
27661         <size>4</size>
27662       </method>
27663       <method name="Int32 Foo2(Int32)">
27664         <size>3</size>
27665       </method>
27666       <method name="Int32 get_Item(System.String, Int32)">
27667         <size>4</size>
27668       </method>
27669       <method name="Void .ctor()">
27670         <size>7</size>
27671       </method>
27672     </type>
27673     <type name="C">
27674       <method name="Int32 Main()">
27675         <size>137</size>
27676       </method>
27677       <method name="Void .ctor()">
27678         <size>7</size>
27679       </method>
27680     </type>
27681   </test>
27682   <test name="gtest-optional-14.cs">
27683     <type name="A">
27684       <method name="Int32 GetValues(System.String[], System.String)">
27685         <size>2</size>
27686       </method>
27687       <method name="Int32 GetValues(System.String, System.String[])">
27688         <size>2</size>
27689       </method>
27690       <method name="Void .ctor()">
27691         <size>7</size>
27692       </method>
27693     </type>
27694     <type name="B">
27695       <method name="Int32 Main()">
27696         <size>24</size>
27697       </method>
27698       <method name="Void .ctor()">
27699         <size>7</size>
27700       </method>
27701     </type>
27702   </test>
27703   <test name="gtest-optional-15.cs">
27704     <type name="Program">
27705       <method name="Void Test(S)">
27706         <size>1</size>
27707       </method>
27708       <method name="Int32 Main()">
27709         <size>63</size>
27710       </method>
27711       <method name="Void .ctor()">
27712         <size>7</size>
27713       </method>
27714     </type>
27715   </test>
27716   <test name="gtest-partial-01.cs">
27717     <type name="B`1[U]">
27718       <method name="Void .ctor()">
27719         <size>7</size>
27720       </method>
27721     </type>
27722     <type name="C`1[T]">
27723       <method name="Void .ctor()">
27724         <size>7</size>
27725       </method>
27726     </type>
27727     <type name="Test">
27728       <method name="Void Main()">
27729         <size>1</size>
27730       </method>
27731       <method name="Void .ctor()">
27732         <size>7</size>
27733       </method>
27734     </type>
27735   </test>
27736   <test name="gtest-partial-02.cs">
27737     <type name="A`1[T]">
27738       <method name="Void Test()">
27739         <size>13</size>
27740       </method>
27741       <method name="T get_CurrentItem()">
27742         <size>7</size>
27743       </method>
27744       <method name="Void set_CurrentItem(T)">
27745         <size>8</size>
27746       </method>
27747       <method name="Void .ctor()">
27748         <size>7</size>
27749       </method>
27750     </type>
27751     <type name="C">
27752       <method name="Void Main()">
27753         <size>1</size>
27754       </method>
27755       <method name="Void .ctor()">
27756         <size>7</size>
27757       </method>
27758     </type>
27759   </test>
27760   <test name="gtest-repl-01.cs">
27761     <type name="MyTest">
27762       <method name="Void Run(System.String, System.String)">
27763         <size>23</size>
27764       </method>
27765       <method name="Void Evaluate(System.String, System.String, System.Object)">
27766         <size>80</size>
27767       </method>
27768       <method name="Void Main()">
27769         <size>561</size>
27770       </method>
27771       <method name="Void .ctor()">
27772         <size>7</size>
27773       </method>
27774     </type>
27775   </test>
27776   <test name="gtest-var-04.cs">
27777     <type name="Test">
27778       <method name="Void .ctor()">
27779         <size>7</size>
27780       </method>
27781       <method name="Int32 Main()">
27782         <size>231</size>
27783       </method>
27784     </type>
27785   </test>
27786   <test name="gtest-variance-1.cs">
27787     <type name="Foo">
27788       <method name="System.String get_Bar()">
27789         <size>7</size>
27790       </method>
27791       <method name="Void .ctor(String)">
27792         <size>14</size>
27793       </method>
27794     </type>
27795     <type name="Test">
27796       <method name="Int32 Main()">
27797         <size>57</size>
27798       </method>
27799       <method name="Void .ctor()">
27800         <size>7</size>
27801       </method>
27802     </type>
27803   </test>
27804   <test name="gtest-variance-10.cs">
27805     <type name="Foo">
27806       <method name="Void .ctor()">
27807         <size>7</size>
27808       </method>
27809     </type>
27810     <type name="Test">
27811       <method name="Int32 I&lt;string&gt;.get_Count()">
27812         <size>2</size>
27813       </method>
27814       <method name="Int32 I&lt;Foo&gt;.get_Count()">
27815         <size>2</size>
27816       </method>
27817       <method name="Void .ctor()">
27818         <size>7</size>
27819       </method>
27820     </type>
27821     <type name="Program">
27822       <method name="Int32 Main()">
27823         <size>29</size>
27824       </method>
27825     </type>
27826   </test>
27827   <test name="gtest-variance-11.cs">
27828     <type name="D">
27829       <method name="Void .ctor()">
27830         <size>7</size>
27831       </method>
27832       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
27833         <size>41</size>
27834       </method>
27835       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
27836         <size>41</size>
27837       </method>
27838       <method name="Int32 Main()">
27839         <size>38</size>
27840       </method>
27841     </type>
27842   </test>
27843   <test name="gtest-variance-12.cs">
27844     <type name="D">
27845       <method name="Void add_field(D`1[System.String])">
27846         <size>47</size>
27847       </method>
27848       <method name="Void remove_field(D`1[System.String])">
27849         <size>47</size>
27850       </method>
27851       <method name="Int32 Main()">
27852         <size>56</size>
27853       </method>
27854       <method name="Void &lt;Main&gt;m__0()">
27855         <size>1</size>
27856       </method>
27857       <method name="Void .ctor()">
27858         <size>7</size>
27859       </method>
27860     </type>
27861     <type name="D`1[T]">
27862       <method name="Void Invoke()">
27863         <size>0</size>
27864       </method>
27865       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27866         <size>0</size>
27867       </method>
27868       <method name="Void EndInvoke(IAsyncResult)">
27869         <size>0</size>
27870       </method>
27871       <method name="Void .ctor(Object, IntPtr)">
27872         <size>0</size>
27873       </method>
27874     </type>
27875   </test>
27876   <test name="gtest-variance-13.cs">
27877     <type name="A">
27878       <method name="Void .ctor()">
27879         <size>7</size>
27880       </method>
27881       <method name="Void Foo[T](T, IList`1)">
27882         <size>1</size>
27883       </method>
27884       <method name="Void Test()">
27885         <size>17</size>
27886       </method>
27887     </type>
27888     <type name="B">
27889       <method name="Void .ctor()">
27890         <size>7</size>
27891       </method>
27892       <method name="Void Foo[T](T, I`1)">
27893         <size>1</size>
27894       </method>
27895       <method name="Void Test[U](U, I`1)">
27896         <size>8</size>
27897       </method>
27898     </type>
27899     <type name="M">
27900       <method name="Void .ctor()">
27901         <size>7</size>
27902       </method>
27903       <method name="Int32 Main()">
27904         <size>2</size>
27905       </method>
27906     </type>
27907   </test>
27908   <test name="gtest-variance-14.cs">
27909     <type name="A">
27910       <method name="Void .ctor()">
27911         <size>7</size>
27912       </method>
27913     </type>
27914     <type name="B">
27915       <method name="Void .ctor()">
27916         <size>7</size>
27917       </method>
27918     </type>
27919     <type name="C">
27920       <method name="Int32 Main()">
27921         <size>28</size>
27922       </method>
27923       <method name="Void .ctor()">
27924         <size>7</size>
27925       </method>
27926     </type>
27927     <type name="C+D`1[T]">
27928       <method name="Void Invoke(T)">
27929         <size>0</size>
27930       </method>
27931       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27932         <size>0</size>
27933       </method>
27934       <method name="Void EndInvoke(IAsyncResult)">
27935         <size>0</size>
27936       </method>
27937       <method name="Void .ctor(Object, IntPtr)">
27938         <size>0</size>
27939       </method>
27940     </type>
27941     <type name="C+D`2[T,U]">
27942       <method name="T Invoke(U)">
27943         <size>0</size>
27944       </method>
27945       <method name="IAsyncResult BeginInvoke(U, System.AsyncCallback, System.Object)">
27946         <size>0</size>
27947       </method>
27948       <method name="T EndInvoke(IAsyncResult)">
27949         <size>0</size>
27950       </method>
27951       <method name="Void .ctor(Object, IntPtr)">
27952         <size>0</size>
27953       </method>
27954     </type>
27955   </test>
27956   <test name="gtest-variance-15.cs">
27957     <type name="C">
27958       <method name="Void M[T](T ByRef, C+D`1[T])">
27959         <size>13</size>
27960       </method>
27961       <method name="Void M2[T](T, C+D`1[T])">
27962         <size>8</size>
27963       </method>
27964       <method name="Void MethodArg(System.Object)">
27965         <size>1</size>
27966       </method>
27967       <method name="Int32 Main()">
27968         <size>53</size>
27969       </method>
27970       <method name="Void &lt;Main&gt;m__0(System.Object)">
27971         <size>7</size>
27972       </method>
27973       <method name="Void .ctor()">
27974         <size>7</size>
27975       </method>
27976     </type>
27977     <type name="C+D`1[T]">
27978       <method name="Void Invoke(T)">
27979         <size>0</size>
27980       </method>
27981       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27982         <size>0</size>
27983       </method>
27984       <method name="Void EndInvoke(IAsyncResult)">
27985         <size>0</size>
27986       </method>
27987       <method name="Void .ctor(Object, IntPtr)">
27988         <size>0</size>
27989       </method>
27990     </type>
27991   </test>
27992   <test name="gtest-variance-16.cs">
27993     <type name="S">
27994       <method name="System.String op_Implicit(S)">
27995         <size>6</size>
27996       </method>
27997     </type>
27998     <type name="C">
27999       <method name="T Foo[T](T, I`1)">
28000         <size>2</size>
28001       </method>
28002       <method name="Int32 Main()">
28003         <size>45</size>
28004       </method>
28005       <method name="Void .ctor()">
28006         <size>7</size>
28007       </method>
28008     </type>
28009   </test>
28010   <test name="gtest-variance-2.cs">
28011     <type name="Foo">
28012       <method name="System.String Bar(System.Object)">
28013         <size>12</size>
28014       </method>
28015       <method name="Void .ctor()">
28016         <size>7</size>
28017       </method>
28018     </type>
28019     <type name="Test">
28020       <method name="Int32 Main()">
28021         <size>92</size>
28022       </method>
28023       <method name="Void .ctor()">
28024         <size>7</size>
28025       </method>
28026     </type>
28027   </test>
28028   <test name="gtest-variance-3.cs">
28029     <type name="Test">
28030       <method name="Int32 Main()">
28031         <size>56</size>
28032       </method>
28033       <method name="Int32 Bar(Foo`1[System.Object])">
28034         <size>12</size>
28035       </method>
28036       <method name="Void .ctor()">
28037         <size>7</size>
28038       </method>
28039     </type>
28040     <type name="Foo`1[T]">
28041       <method name="T Invoke()">
28042         <size>0</size>
28043       </method>
28044       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28045         <size>0</size>
28046       </method>
28047       <method name="T EndInvoke(IAsyncResult)">
28048         <size>0</size>
28049       </method>
28050       <method name="Void .ctor(Object, IntPtr)">
28051         <size>0</size>
28052       </method>
28053     </type>
28054     <type name="Test+&lt;Main&gt;c__AnonStorey0">
28055       <method name="System.String &lt;&gt;m__0()">
28056         <size>7</size>
28057       </method>
28058       <method name="Void .ctor()">
28059         <size>7</size>
28060       </method>
28061     </type>
28062   </test>
28063   <test name="gtest-variance-4.cs">
28064     <type name="Test">
28065       <method name="Int32 Main()">
28066         <size>58</size>
28067       </method>
28068       <method name="Int32 Bar(Foo`1[System.String], System.String)">
28069         <size>8</size>
28070       </method>
28071       <method name="Int32 &lt;Main&gt;m__0(System.Object)">
28072         <size>7</size>
28073       </method>
28074       <method name="Void .ctor()">
28075         <size>7</size>
28076       </method>
28077     </type>
28078     <type name="Foo`1[T]">
28079       <method name="Int32 Invoke(T)">
28080         <size>0</size>
28081       </method>
28082       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
28083         <size>0</size>
28084       </method>
28085       <method name="Int32 EndInvoke(IAsyncResult)">
28086         <size>0</size>
28087       </method>
28088       <method name="Void .ctor(Object, IntPtr)">
28089         <size>0</size>
28090       </method>
28091     </type>
28092   </test>
28093   <test name="gtest-variance-5.cs">
28094     <type name="BothVariants`2[T1,T2]">
28095       <method name="T1 get_Foo()">
28096         <size>7</size>
28097       </method>
28098       <method name="Void set_Foo(T1)">
28099         <size>8</size>
28100       </method>
28101       <method name="Int32 Bar(T2)">
28102         <size>35</size>
28103       </method>
28104       <method name="Void .ctor(T1)">
28105         <size>14</size>
28106       </method>
28107     </type>
28108     <type name="Invariant`1[T]">
28109       <method name="T get_Foo()">
28110         <size>36</size>
28111       </method>
28112       <method name="Int32 Bar(T)">
28113         <size>14</size>
28114       </method>
28115       <method name="Void .ctor()">
28116         <size>7</size>
28117       </method>
28118     </type>
28119     <type name="A">
28120       <method name="System.String get_Fruit()">
28121         <size>6</size>
28122       </method>
28123       <method name="Void .ctor()">
28124         <size>7</size>
28125       </method>
28126     </type>
28127     <type name="B">
28128       <method name="System.String get_Fruit()">
28129         <size>6</size>
28130       </method>
28131       <method name="Void .ctor()">
28132         <size>7</size>
28133       </method>
28134     </type>
28135     <type name="C">
28136       <method name="System.String get_Fruit()">
28137         <size>6</size>
28138       </method>
28139       <method name="Void .ctor()">
28140         <size>7</size>
28141       </method>
28142     </type>
28143     <type name="Test">
28144       <method name="Int32 Main()">
28145         <size>110</size>
28146       </method>
28147       <method name="Void .ctor()">
28148         <size>7</size>
28149       </method>
28150     </type>
28151   </test>
28152   <test name="gtest-variance-6.cs">
28153     <type name="Program">
28154       <method name="Void .ctor()">
28155         <size>7</size>
28156       </method>
28157       <method name="Void Main()">
28158         <size>1</size>
28159       </method>
28160     </type>
28161     <type name="Cov1`1[U]">
28162       <method name="Void .ctor(Object, IntPtr)">
28163         <size>0</size>
28164       </method>
28165       <method name="ICovariant`1 Invoke(IContravariant`1)">
28166         <size>0</size>
28167       </method>
28168       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
28169         <size>0</size>
28170       </method>
28171       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
28172         <size>0</size>
28173       </method>
28174     </type>
28175     <type name="Cov2`1[U]">
28176       <method name="Void .ctor(Object, IntPtr)">
28177         <size>0</size>
28178       </method>
28179       <method name="ICovariant`1 Invoke(IContravariant`1)">
28180         <size>0</size>
28181       </method>
28182       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
28183         <size>0</size>
28184       </method>
28185       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
28186         <size>0</size>
28187       </method>
28188     </type>
28189     <type name="Cov3`1[U]">
28190       <method name="Void .ctor(Object, IntPtr)">
28191         <size>0</size>
28192       </method>
28193       <method name="ICovariant`1 Invoke(IContravariant`1)">
28194         <size>0</size>
28195       </method>
28196       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
28197         <size>0</size>
28198       </method>
28199       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
28200         <size>0</size>
28201       </method>
28202     </type>
28203     <type name="Cov4`1[U]">
28204       <method name="Void .ctor(Object, IntPtr)">
28205         <size>0</size>
28206       </method>
28207       <method name="ICovariant`1 Invoke()">
28208         <size>0</size>
28209       </method>
28210       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28211         <size>0</size>
28212       </method>
28213       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
28214         <size>0</size>
28215       </method>
28216     </type>
28217     <type name="Cov5`1[U]">
28218       <method name="Void .ctor(Object, IntPtr)">
28219         <size>0</size>
28220       </method>
28221       <method name="IContravariant`1 Invoke()">
28222         <size>0</size>
28223       </method>
28224       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28225         <size>0</size>
28226       </method>
28227       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28228         <size>0</size>
28229       </method>
28230     </type>
28231     <type name="Contra5`1[U]">
28232       <method name="Void .ctor(Object, IntPtr)">
28233         <size>0</size>
28234       </method>
28235       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
28236         <size>0</size>
28237       </method>
28238       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
28239         <size>0</size>
28240       </method>
28241       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28242         <size>0</size>
28243       </method>
28244     </type>
28245     <type name="Contra6`1[U]">
28246       <method name="Void .ctor(Object, IntPtr)">
28247         <size>0</size>
28248       </method>
28249       <method name="IContravariant`1 Invoke()">
28250         <size>0</size>
28251       </method>
28252       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28253         <size>0</size>
28254       </method>
28255       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28256         <size>0</size>
28257       </method>
28258     </type>
28259     <type name="Contra7`1[U]">
28260       <method name="Void .ctor(Object, IntPtr)">
28261         <size>0</size>
28262       </method>
28263       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
28264         <size>0</size>
28265       </method>
28266       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
28267         <size>0</size>
28268       </method>
28269       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28270         <size>0</size>
28271       </method>
28272     </type>
28273     <type name="Contra8`1[U]">
28274       <method name="Void .ctor(Object, IntPtr)">
28275         <size>0</size>
28276       </method>
28277       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
28278         <size>0</size>
28279       </method>
28280       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
28281         <size>0</size>
28282       </method>
28283       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28284         <size>0</size>
28285       </method>
28286     </type>
28287   </test>
28288   <test name="gtest-variance-7.cs">
28289     <type name="C">
28290       <method name="Void .ctor()">
28291         <size>7</size>
28292       </method>
28293       <method name="Void Main()">
28294         <size>1</size>
28295       </method>
28296     </type>
28297     <type name="Covariant`1[T]">
28298       <method name="Void .ctor(Object, IntPtr)">
28299         <size>0</size>
28300       </method>
28301       <method name="T Invoke()">
28302         <size>0</size>
28303       </method>
28304       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28305         <size>0</size>
28306       </method>
28307       <method name="T EndInvoke(IAsyncResult)">
28308         <size>0</size>
28309       </method>
28310     </type>
28311     <type name="Contra`1[T]">
28312       <method name="Void .ctor(Object, IntPtr)">
28313         <size>0</size>
28314       </method>
28315       <method name="Void Invoke(T)">
28316         <size>0</size>
28317       </method>
28318       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
28319         <size>0</size>
28320       </method>
28321       <method name="Void EndInvoke(IAsyncResult)">
28322         <size>0</size>
28323       </method>
28324     </type>
28325     <type name="CoContra`2[TR,T]">
28326       <method name="Void .ctor(Object, IntPtr)">
28327         <size>0</size>
28328       </method>
28329       <method name="TR Invoke(T)">
28330         <size>0</size>
28331       </method>
28332       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
28333         <size>0</size>
28334       </method>
28335       <method name="TR EndInvoke(IAsyncResult)">
28336         <size>0</size>
28337       </method>
28338     </type>
28339     <type name="None`1[T]">
28340       <method name="Void .ctor(Object, IntPtr)">
28341         <size>0</size>
28342       </method>
28343       <method name="Void Invoke(T)">
28344         <size>0</size>
28345       </method>
28346       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
28347         <size>0</size>
28348       </method>
28349       <method name="Void EndInvoke(IAsyncResult)">
28350         <size>0</size>
28351       </method>
28352     </type>
28353     <type name="Test`1[U]">
28354       <method name="Void .ctor(Object, IntPtr)">
28355         <size>0</size>
28356       </method>
28357       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
28358         <size>0</size>
28359       </method>
28360       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28361         <size>0</size>
28362       </method>
28363       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
28364         <size>0</size>
28365       </method>
28366     </type>
28367     <type name="Test2`1[U]">
28368       <method name="Void .ctor(Object, IntPtr)">
28369         <size>0</size>
28370       </method>
28371       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
28372         <size>0</size>
28373       </method>
28374       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28375         <size>0</size>
28376       </method>
28377       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
28378         <size>0</size>
28379       </method>
28380     </type>
28381     <type name="Test3`1[U]">
28382       <method name="Void .ctor(Object, IntPtr)">
28383         <size>0</size>
28384       </method>
28385       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
28386         <size>0</size>
28387       </method>
28388       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28389         <size>0</size>
28390       </method>
28391       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
28392         <size>0</size>
28393       </method>
28394     </type>
28395     <type name="Test4`1[U]">
28396       <method name="Void .ctor(Object, IntPtr)">
28397         <size>0</size>
28398       </method>
28399       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
28400         <size>0</size>
28401       </method>
28402       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28403         <size>0</size>
28404       </method>
28405       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
28406         <size>0</size>
28407       </method>
28408     </type>
28409     <type name="Test5`1[U]">
28410       <method name="Void .ctor(Object, IntPtr)">
28411         <size>0</size>
28412       </method>
28413       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
28414         <size>0</size>
28415       </method>
28416       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28417         <size>0</size>
28418       </method>
28419       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
28420         <size>0</size>
28421       </method>
28422     </type>
28423     <type name="Test6`1[U]">
28424       <method name="Void .ctor(Object, IntPtr)">
28425         <size>0</size>
28426       </method>
28427       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
28428         <size>0</size>
28429       </method>
28430       <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)">
28431         <size>0</size>
28432       </method>
28433       <method name="Void EndInvoke(IAsyncResult)">
28434         <size>0</size>
28435       </method>
28436     </type>
28437     <type name="Both`2[U,V]">
28438       <method name="Void .ctor(Object, IntPtr)">
28439         <size>0</size>
28440       </method>
28441       <method name="Void Invoke(CoContra`2[U,V])">
28442         <size>0</size>
28443       </method>
28444       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
28445         <size>0</size>
28446       </method>
28447       <method name="Void EndInvoke(IAsyncResult)">
28448         <size>0</size>
28449       </method>
28450     </type>
28451     <type name="Both2`2[U,V]">
28452       <method name="Void .ctor(Object, IntPtr)">
28453         <size>0</size>
28454       </method>
28455       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
28456         <size>0</size>
28457       </method>
28458       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
28459         <size>0</size>
28460       </method>
28461       <method name="Void EndInvoke(IAsyncResult)">
28462         <size>0</size>
28463       </method>
28464     </type>
28465     <type name="Both3`2[U,V]">
28466       <method name="Void .ctor(Object, IntPtr)">
28467         <size>0</size>
28468       </method>
28469       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
28470         <size>0</size>
28471       </method>
28472       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
28473         <size>0</size>
28474       </method>
28475       <method name="Void EndInvoke(IAsyncResult)">
28476         <size>0</size>
28477       </method>
28478     </type>
28479     <type name="Both4`2[U,V]">
28480       <method name="Void .ctor(Object, IntPtr)">
28481         <size>0</size>
28482       </method>
28483       <method name="Void Invoke(Both`2[V,U])">
28484         <size>0</size>
28485       </method>
28486       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
28487         <size>0</size>
28488       </method>
28489       <method name="Void EndInvoke(IAsyncResult)">
28490         <size>0</size>
28491       </method>
28492     </type>
28493     <type name="Both5`2[U,V]">
28494       <method name="Void .ctor(Object, IntPtr)">
28495         <size>0</size>
28496       </method>
28497       <method name="Void Invoke(Both`2[V,System.Int32])">
28498         <size>0</size>
28499       </method>
28500       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
28501         <size>0</size>
28502       </method>
28503       <method name="Void EndInvoke(IAsyncResult)">
28504         <size>0</size>
28505       </method>
28506     </type>
28507   </test>
28508   <test name="gtest-variance-8.cs">
28509     <type name="A`1[T]">
28510       <method name="Void .ctor()">
28511         <size>7</size>
28512       </method>
28513     </type>
28514     <type name="C">
28515       <method name="Int32 Main()">
28516         <size>144</size>
28517       </method>
28518       <method name="Void .ctor()">
28519         <size>7</size>
28520       </method>
28521     </type>
28522   </test>
28523   <test name="gtest-variance-9.cs">
28524     <type name="Test">
28525       <method name="Void .ctor()">
28526         <size>7</size>
28527       </method>
28528       <method name="Void Foo(IIn`1)">
28529         <size>1</size>
28530       </method>
28531       <method name="Int32 Main()">
28532         <size>10</size>
28533       </method>
28534     </type>
28535   </test>
28536   <test name="test-1.cs">
28537     <type name="X">
28538       <method name="Void .ctor()">
28539         <size>7</size>
28540       </method>
28541       <method name="Int32 Main(System.String[])">
28542         <size>12</size>
28543       </method>
28544     </type>
28545   </test>
28546   <test name="test-10.cs">
28547     <type name="X">
28548       <method name="Void .ctor()">
28549         <size>7</size>
28550       </method>
28551       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
28552         <size>1</size>
28553       </method>
28554       <method name="Void bsbyte()">
28555         <size>35</size>
28556       </method>
28557       <method name="Void abyte(SByte, Char)">
28558         <size>1</size>
28559       </method>
28560       <method name="Void bbyte()">
28561         <size>22</size>
28562       </method>
28563       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
28564         <size>1</size>
28565       </method>
28566       <method name="Void bshort()">
28567         <size>39</size>
28568       </method>
28569       <method name="Void aushort(SByte, Byte, Int16, Char)">
28570         <size>1</size>
28571       </method>
28572       <method name="Void bushort()">
28573         <size>29</size>
28574       </method>
28575       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
28576         <size>1</size>
28577       </method>
28578       <method name="Void bint()">
28579         <size>42</size>
28580       </method>
28581       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
28582         <size>1</size>
28583       </method>
28584       <method name="Void buint()">
28585         <size>38</size>
28586       </method>
28587       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
28588         <size>1</size>
28589       </method>
28590       <method name="Void blong()">
28591         <size>47</size>
28592       </method>
28593       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
28594         <size>1</size>
28595       </method>
28596       <method name="Void bulong()">
28597         <size>47</size>
28598       </method>
28599       <method name="Void achar(SByte, Byte, Int16)">
28600         <size>1</size>
28601       </method>
28602       <method name="Void bchar()">
28603         <size>27</size>
28604       </method>
28605       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
28606         <size>1</size>
28607       </method>
28608       <method name="Void bfloat()">
28609         <size>67</size>
28610       </method>
28611       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
28612         <size>1</size>
28613       </method>
28614       <method name="Void bdouble()">
28615         <size>75</size>
28616       </method>
28617       <method name="Void TestDecimal(Decimal)">
28618         <size>15</size>
28619       </method>
28620       <method name="Void Main()">
28621         <size>1</size>
28622       </method>
28623     </type>
28624     <type name="Test2">
28625       <method name="Void .ctor()">
28626         <size>7</size>
28627       </method>
28628       <method name="Void ExtraTst()">
28629         <size>10</size>
28630       </method>
28631     </type>
28632   </test>
28633   <test name="test-100.cs">
28634     <type name="GLib.Object">
28635       <method name="Void .ctor()">
28636         <size>7</size>
28637       </method>
28638       <method name="Int32 get_Raw()">
28639         <size>2</size>
28640       </method>
28641       <method name="Void set_Raw(Int32)">
28642         <size>8</size>
28643       </method>
28644       <method name="Void GetProperty()">
28645         <size>12</size>
28646       </method>
28647       <method name="Int32 Main()">
28648         <size>2</size>
28649       </method>
28650     </type>
28651   </test>
28652   <test name="test-101.cs">
28653     <type name="Test.MyAttribute">
28654       <method name="Void .ctor(String)">
28655         <size>20</size>
28656       </method>
28657     </type>
28658     <type name="Test.My2Attribute">
28659       <method name="Void .ctor(String, Int32)">
28660         <size>31</size>
28661       </method>
28662     </type>
28663     <type name="Test.Test">
28664       <method name="Void .ctor()">
28665         <size>7</size>
28666       </method>
28667       <method name="Int32 Main()">
28668         <size>92</size>
28669       </method>
28670     </type>
28671   </test>
28672   <test name="test-102.cs">
28673     <type name="N1.MineAttribute">
28674       <method name="Void .ctor(String)">
28675         <size>14</size>
28676       </method>
28677     </type>
28678     <type name="N1.ReturnAttribute">
28679       <method name="Void .ctor(String)">
28680         <size>14</size>
28681       </method>
28682     </type>
28683     <type name="N1.Foo">
28684       <method name="Void .ctor()">
28685         <size>7</size>
28686       </method>
28687       <method name="Int32 Main()">
28688         <size>250</size>
28689       </method>
28690     </type>
28691   </test>
28692   <test name="test-103.cs">
28693     <type name="A">
28694       <method name="Void .ctor()">
28695         <size>7</size>
28696       </method>
28697       <method name="Int32 Foo()">
28698         <size>0</size>
28699       </method>
28700     </type>
28701     <type name="B">
28702       <method name="Void .ctor()">
28703         <size>7</size>
28704       </method>
28705       <method name="Int32 Foo()">
28706         <size>2</size>
28707       </method>
28708       <method name="Int32 M()">
28709         <size>7</size>
28710       </method>
28711     </type>
28712     <type name="Test">
28713       <method name="Void .ctor()">
28714         <size>7</size>
28715       </method>
28716       <method name="Int32 Main()">
28717         <size>11</size>
28718       </method>
28719     </type>
28720   </test>
28721   <test name="test-104.cs">
28722     <type name="Test">
28723       <method name="Void .ctor()">
28724         <size>7</size>
28725       </method>
28726       <method name="Int32 Main(System.String[])">
28727         <size>12</size>
28728       </method>
28729     </type>
28730   </test>
28731   <test name="test-105.cs">
28732     <type name="Test">
28733       <method name="Void .ctor()">
28734         <size>7</size>
28735       </method>
28736       <method name="Int32 F(Int32)">
28737         <size>33</size>
28738       </method>
28739       <method name="Void async_callback(IAsyncResult)">
28740         <size>22</size>
28741       </method>
28742       <method name="Int32 Main()">
28743         <size>407</size>
28744       </method>
28745     </type>
28746     <type name="Test+SimpleDelegate">
28747       <method name="Void .ctor(Object, IntPtr)">
28748         <size>0</size>
28749       </method>
28750       <method name="Int32 Invoke(Int32)">
28751         <size>0</size>
28752       </method>
28753       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28754         <size>0</size>
28755       </method>
28756       <method name="Int32 EndInvoke(IAsyncResult)">
28757         <size>0</size>
28758       </method>
28759     </type>
28760   </test>
28761   <test name="test-107.cs">
28762     <type name="Test">
28763       <method name="Void .ctor()">
28764         <size>7</size>
28765       </method>
28766       <method name="Void .cctor()">
28767         <size>1</size>
28768       </method>
28769       <method name="Int32 F(Int32)">
28770         <size>27</size>
28771       </method>
28772       <method name="Void async_callback(IAsyncResult)">
28773         <size>100</size>
28774       </method>
28775       <method name="Int32 Main()">
28776         <size>89</size>
28777       </method>
28778     </type>
28779     <type name="Test+SimpleDelegate">
28780       <method name="Void .ctor(Object, IntPtr)">
28781         <size>0</size>
28782       </method>
28783       <method name="Int32 Invoke(Int32)">
28784         <size>0</size>
28785       </method>
28786       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28787         <size>0</size>
28788       </method>
28789       <method name="Int32 EndInvoke(IAsyncResult)">
28790         <size>0</size>
28791       </method>
28792     </type>
28793   </test>
28794   <test name="test-108.cs">
28795     <type name="X">
28796       <method name="Void .ctor()">
28797         <size>7</size>
28798       </method>
28799       <method name="Int32 Main()">
28800         <size>79</size>
28801       </method>
28802     </type>
28803   </test>
28804   <test name="test-109.cs">
28805     <type name="T">
28806       <method name="Void .ctor()">
28807         <size>7</size>
28808       </method>
28809       <method name="Int32 Main()">
28810         <size>23</size>
28811       </method>
28812     </type>
28813   </test>
28814   <test name="test-11.cs">
28815     <type name="Test">
28816       <method name="Void .ctor()">
28817         <size>7</size>
28818       </method>
28819       <method name="Int32 boxtest()">
28820         <size>12</size>
28821       </method>
28822       <method name="Int32 Main()">
28823         <size>14</size>
28824       </method>
28825     </type>
28826   </test>
28827   <test name="test-110.cs">
28828     <type name="test.test">
28829       <method name="Void .ctor()">
28830         <size>7</size>
28831       </method>
28832       <method name="Int32 test_method(Int32)">
28833         <size>13</size>
28834       </method>
28835       <method name="Int32 Main()">
28836         <size>17</size>
28837       </method>
28838     </type>
28839   </test>
28840   <test name="test-111.cs">
28841     <type name="T">
28842       <method name="Void .ctor()">
28843         <size>7</size>
28844       </method>
28845       <method name="System.Object get_obj()">
28846         <size>6</size>
28847       </method>
28848       <method name="Int32 Main()">
28849         <size>21</size>
28850       </method>
28851     </type>
28852   </test>
28853   <test name="test-112.cs">
28854     <type name="X">
28855       <method name="Void .ctor()">
28856         <size>7</size>
28857       </method>
28858       <method name="System.Int32[] g()">
28859         <size>14</size>
28860       </method>
28861       <method name="Int32 Main()">
28862         <size>18</size>
28863       </method>
28864     </type>
28865   </test>
28866   <test name="test-113.cs">
28867     <type name="X">
28868       <method name="Void .ctor()">
28869         <size>7</size>
28870       </method>
28871       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
28872         <size>4</size>
28873       </method>
28874       <method name="Void GetProperty(System.String, System.String ByRef)">
28875         <size>21</size>
28876       </method>
28877       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
28878         <size>4</size>
28879       </method>
28880       <method name="Void GetProperty(System.String, Boolean ByRef)">
28881         <size>21</size>
28882       </method>
28883       <method name="Int32 Main()">
28884         <size>2</size>
28885       </method>
28886     </type>
28887   </test>
28888   <test name="test-114.cs">
28889     <type name="MyClass">
28890       <method name="Void .ctor()">
28891         <size>7</size>
28892       </method>
28893       <method name="Int32 Main()">
28894         <size>15</size>
28895       </method>
28896     </type>
28897     <type name="MyClass+IsAnything">
28898       <method name="Void .ctor(Object, IntPtr)">
28899         <size>0</size>
28900       </method>
28901       <method name="Boolean Invoke(Char)">
28902         <size>0</size>
28903       </method>
28904       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
28905         <size>0</size>
28906       </method>
28907       <method name="Boolean EndInvoke(IAsyncResult)">
28908         <size>0</size>
28909       </method>
28910     </type>
28911   </test>
28912   <test name="test-115.cs">
28913     <type name="A">
28914       <method name="Void .ctor()">
28915         <size>7</size>
28916       </method>
28917       <method name="X op_Explicit(A)">
28918         <size>8</size>
28919       </method>
28920     </type>
28921     <type name="X">
28922       <method name="Void .ctor()">
28923         <size>7</size>
28924       </method>
28925     </type>
28926     <type name="Y">
28927       <method name="Void .ctor()">
28928         <size>7</size>
28929       </method>
28930     </type>
28931     <type name="blah">
28932       <method name="Void .ctor()">
28933         <size>7</size>
28934       </method>
28935       <method name="Int32 Main()">
28936         <size>47</size>
28937       </method>
28938     </type>
28939   </test>
28940   <test name="test-116.cs">
28941     <type name="X">
28942       <method name="Void .ctor()">
28943         <size>7</size>
28944       </method>
28945       <method name="Int32 Main()">
28946         <size>12</size>
28947       </method>
28948     </type>
28949   </test>
28950   <test name="test-117.cs">
28951     <type name="Blah">
28952       <method name="Void .ctor()">
28953         <size>18</size>
28954       </method>
28955       <method name="Int32 Main()">
28956         <size>25</size>
28957       </method>
28958     </type>
28959   </test>
28960   <test name="test-118.cs">
28961     <type name="Container">
28962       <method name="Void .ctor()">
28963         <size>7</size>
28964       </method>
28965       <method name="Int32 Main(System.String[])">
28966         <size>2</size>
28967       </method>
28968     </type>
28969   </test>
28970   <test name="test-119.cs">
28971     <type name="Value">
28972       <method name="Void .ctor()">
28973         <size>7</size>
28974       </method>
28975       <method name="Int32 op_Explicit(Value)">
28976         <size>2</size>
28977       </method>
28978       <method name="MyObject op_Explicit(Value)">
28979         <size>7</size>
28980       </method>
28981       <method name="UInt32 op_Explicit(Value)">
28982         <size>2</size>
28983       </method>
28984     </type>
28985     <type name="MyObject">
28986       <method name="Void .ctor(Int32)">
28987         <size>7</size>
28988       </method>
28989     </type>
28990     <type name="Derived">
28991       <method name="Void .ctor(Int32)">
28992         <size>8</size>
28993       </method>
28994       <method name="Derived Blah()">
28995         <size>18</size>
28996       </method>
28997     </type>
28998     <type name="Test">
28999       <method name="Void .ctor()">
29000         <size>7</size>
29001       </method>
29002       <method name="Int32 Main()">
29003         <size>33</size>
29004       </method>
29005     </type>
29006   </test>
29007   <test name="test-12.cs">
29008     <type name="X">
29009       <method name="Void .ctor()">
29010         <size>7</size>
29011       </method>
29012       <method name="Int32 Main(System.String[])">
29013         <size>270</size>
29014       </method>
29015       <method name="System.String s(System.String, Int32)">
29016         <size>13</size>
29017       </method>
29018       <method name="System.String x(System.String, System.Object)">
29019         <size>8</size>
29020       </method>
29021     </type>
29022   </test>
29023   <test name="test-120.cs">
29024     <type name="test">
29025       <method name="Void .ctor()">
29026         <size>7</size>
29027       </method>
29028       <method name="Int32 Main()">
29029         <size>140</size>
29030       </method>
29031     </type>
29032   </test>
29033   <test name="test-121.cs">
29034     <type name="X">
29035       <method name="Void .ctor()">
29036         <size>7</size>
29037       </method>
29038       <method name="Int32 g()">
29039         <size>14</size>
29040       </method>
29041       <method name="Int32 Main()">
29042         <size>81</size>
29043       </method>
29044     </type>
29045   </test>
29046   <test name="test-122.cs">
29047     <type name="A">
29048       <method name="Void .ctor()">
29049         <size>7</size>
29050       </method>
29051       <method name="Void .cctor()">
29052         <size>1</size>
29053       </method>
29054       <method name="Int32 Main()">
29055         <size>2</size>
29056       </method>
29057     </type>
29058     <type name="A+B">
29059       <method name="Void .ctor()">
29060         <size>7</size>
29061       </method>
29062       <method name="Void Foo()">
29063         <size>13</size>
29064       </method>
29065     </type>
29066   </test>
29067   <test name="test-123.cs">
29068     <type name="X">
29069       <method name="Void .ctor()">
29070         <size>7</size>
29071       </method>
29072       <method name="System.Object get_non_null()">
29073         <size>6</size>
29074       </method>
29075       <method name="System.Object get_null()">
29076         <size>2</size>
29077       </method>
29078       <method name="Int32 Main()">
29079         <size>95</size>
29080       </method>
29081     </type>
29082   </test>
29083   <test name="test-124.cs">
29084     <type name="t">
29085       <method name="Void .ctor()">
29086         <size>7</size>
29087       </method>
29088       <method name="Void a()">
29089         <size>16</size>
29090       </method>
29091       <method name="Void b()">
29092         <size>16</size>
29093       </method>
29094       <method name="Void c()">
29095         <size>24</size>
29096       </method>
29097       <method name="Void d()">
29098         <size>28</size>
29099       </method>
29100       <method name="Void Main()">
29101         <size>1</size>
29102       </method>
29103     </type>
29104   </test>
29105   <test name="test-125.cs">
29106     <type name="Fraction">
29107       <method name="Void .ctor(Int32, Int32)">
29108         <size>31</size>
29109       </method>
29110       <method name="Void .ctor(Int32)">
29111         <size>31</size>
29112       </method>
29113       <method name="Boolean Equals(System.Object)">
29114         <size>36</size>
29115       </method>
29116       <method name="System.String ToString()">
29117         <size>35</size>
29118       </method>
29119       <method name="Fraction op_Implicit(Int32)">
29120         <size>17</size>
29121       </method>
29122       <method name="Int32 op_Explicit(Fraction)">
29123         <size>24</size>
29124       </method>
29125       <method name="Boolean op_Equality(Fraction, Fraction)">
29126         <size>48</size>
29127       </method>
29128       <method name="Boolean op_Inequality(Fraction, Fraction)">
29129         <size>21</size>
29130       </method>
29131       <method name="Fraction op_Addition(Fraction, Fraction)">
29132         <size>102</size>
29133       </method>
29134     </type>
29135     <type name="Tester">
29136       <method name="Void .ctor()">
29137         <size>7</size>
29138       </method>
29139       <method name="Int32 Main()">
29140         <size>148</size>
29141       </method>
29142     </type>
29143   </test>
29144   <test name="test-126.cs">
29145     <type name="X">
29146       <method name="Void .ctor()">
29147         <size>7</size>
29148       </method>
29149       <method name="Void Iface.Method()">
29150         <size>1</size>
29151       </method>
29152       <method name="Int32 Main()">
29153         <size>33</size>
29154       </method>
29155     </type>
29156   </test>
29157   <test name="test-127.cs">
29158     <type name="X">
29159       <method name="Void .ctor()">
29160         <size>7</size>
29161       </method>
29162       <method name="Int32 Main()">
29163         <size>32</size>
29164       </method>
29165     </type>
29166   </test>
29167   <test name="test-128.cs">
29168     <type name="SimpleAttribute">
29169       <method name="Void .ctor(String)">
29170         <size>14</size>
29171       </method>
29172     </type>
29173     <type name="MineAttribute">
29174       <method name="Void .ctor(Type[])">
29175         <size>14</size>
29176       </method>
29177     </type>
29178     <type name="Foo">
29179       <method name="Void .ctor()">
29180         <size>7</size>
29181       </method>
29182       <method name="Int32 MM()">
29183         <size>168</size>
29184       </method>
29185     </type>
29186     <type name="Blah">
29187       <method name="Void .ctor()">
29188         <size>7</size>
29189       </method>
29190       <method name="Int32 get_Value()">
29191         <size>7</size>
29192       </method>
29193       <method name="Void set_Value(Int32)">
29194         <size>8</size>
29195       </method>
29196       <method name="Int32 Another()">
29197         <size>2</size>
29198       </method>
29199       <method name="Int32 Main()">
29200         <size>6</size>
29201       </method>
29202     </type>
29203   </test>
29204   <test name="test-129.cs">
29205     <type name="X">
29206       <method name="Void .ctor()">
29207         <size>7</size>
29208       </method>
29209       <method name="Int32 Main()">
29210         <size>27</size>
29211       </method>
29212     </type>
29213   </test>
29214   <test name="test-13.cs">
29215     <type name="Foo">
29216       <method name="Void .ctor()">
29217         <size>7</size>
29218       </method>
29219       <method name="Boolean MyMethod()">
29220         <size>12</size>
29221       </method>
29222     </type>
29223     <type name="Blah">
29224       <method name="Void .ctor()">
29225         <size>7</size>
29226       </method>
29227       <method name="Int32 Main()">
29228         <size>23</size>
29229       </method>
29230     </type>
29231   </test>
29232   <test name="test-130.cs">
29233     <type name="X">
29234       <method name="Void .ctor()">
29235         <size>20</size>
29236       </method>
29237       <method name="Int32 Main()">
29238         <size>2</size>
29239       </method>
29240     </type>
29241   </test>
29242   <test name="test-131.cs">
29243     <type name="SimpleAttribute">
29244       <method name="Void .ctor(String)">
29245         <size>14</size>
29246       </method>
29247     </type>
29248     <type name="Blah">
29249       <method name="Void .ctor()">
29250         <size>7</size>
29251       </method>
29252       <method name="Int32 Main()">
29253         <size>2</size>
29254       </method>
29255     </type>
29256   </test>
29257   <test name="test-132.cs">
29258     <type name="T">
29259       <method name="Void .ctor()">
29260         <size>7</size>
29261       </method>
29262       <method name="Int32 Main()">
29263         <size>57</size>
29264       </method>
29265     </type>
29266   </test>
29267   <test name="test-133.cs">
29268     <type name="T">
29269       <method name="Void .ctor()">
29270         <size>7</size>
29271       </method>
29272       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
29273         <size>21</size>
29274       </method>
29275       <method name="Void get_struct(S ByRef)">
29276         <size>24</size>
29277       </method>
29278       <method name="Int32 Main()">
29279         <size>75</size>
29280       </method>
29281     </type>
29282   </test>
29283   <test name="test-134.cs">
29284     <type name="AA">
29285       <method name="Void .ctor()">
29286         <size>7</size>
29287       </method>
29288       <method name="Void A()">
29289         <size>8</size>
29290       </method>
29291       <method name="Void B()">
29292         <size>8</size>
29293       </method>
29294       <method name="Void C()">
29295         <size>8</size>
29296       </method>
29297       <method name="Boolean get_OK()">
29298         <size>32</size>
29299       </method>
29300     </type>
29301     <type name="BB">
29302       <method name="Void .ctor()">
29303         <size>7</size>
29304       </method>
29305       <method name="Void A()">
29306         <size>18</size>
29307       </method>
29308       <method name="Void B()">
29309         <size>8</size>
29310       </method>
29311       <method name="Void C()">
29312         <size>8</size>
29313       </method>
29314       <method name="Boolean get_OK()">
29315         <size>32</size>
29316       </method>
29317     </type>
29318     <type name="T">
29319       <method name="Void .ctor()">
29320         <size>7</size>
29321       </method>
29322       <method name="Void A()">
29323         <size>1</size>
29324       </method>
29325       <method name="Void B()">
29326         <size>1</size>
29327       </method>
29328       <method name="Int32 Main()">
29329         <size>76</size>
29330       </method>
29331     </type>
29332   </test>
29333   <test name="test-135.cs">
29334     <type name="A">
29335       <method name="Void .ctor()">
29336         <size>7</size>
29337       </method>
29338       <method name="Void doh()">
29339         <size>1</size>
29340       </method>
29341     </type>
29342     <type name="T">
29343       <method name="Void .ctor()">
29344         <size>7</size>
29345       </method>
29346       <method name="A get_Prop()">
29347         <size>6</size>
29348       </method>
29349       <method name="Int32 Main()">
29350         <size>37</size>
29351       </method>
29352       <method name="IA IB.get_Prop()">
29353         <size>6</size>
29354       </method>
29355     </type>
29356   </test>
29357   <test name="test-136.cs">
29358     <type name="MyCar">
29359       <method name="Void .ctor()">
29360         <size>7</size>
29361       </method>
29362       <method name="Void IDiagnostic.Stop()">
29363         <size>8</size>
29364       </method>
29365       <method name="Void IAutomobile.Stop()">
29366         <size>8</size>
29367       </method>
29368       <method name="Void Stop()">
29369         <size>16</size>
29370       </method>
29371     </type>
29372     <type name="TestConflict">
29373       <method name="Void .ctor()">
29374         <size>7</size>
29375       </method>
29376       <method name="Int32 Main()">
29377         <size>74</size>
29378       </method>
29379     </type>
29380   </test>
29381   <test name="test-137.cs">
29382     <type name="C">
29383       <method name="Void .ctor()">
29384         <size>7</size>
29385       </method>
29386       <method name="Void X()">
29387         <size>15</size>
29388       </method>
29389       <method name="Int32 Main()">
29390         <size>95</size>
29391       </method>
29392     </type>
29393   </test>
29394   <test name="test-138.cs">
29395     <type name="T">
29396       <method name="Void .ctor()">
29397         <size>7</size>
29398       </method>
29399       <method name="Int32 Main()">
29400         <size>14</size>
29401       </method>
29402     </type>
29403   </test>
29404   <test name="test-139.cs">
29405     <type name="T">
29406       <method name="Void one()">
29407         <size>13</size>
29408       </method>
29409       <method name="Void two(T)">
29410         <size>8</size>
29411       </method>
29412       <method name="Void three(T ByRef)">
29413         <size>13</size>
29414       </method>
29415       <method name="Int32 GetHashCode()">
29416         <size>12</size>
29417       </method>
29418       <method name="Int32 Main()">
29419         <size>31</size>
29420       </method>
29421     </type>
29422   </test>
29423   <test name="test-14.cs">
29424     <type name="Obj.A">
29425       <method name="Void .ctor()">
29426         <size>7</size>
29427       </method>
29428       <method name="Int32 F()">
29429         <size>2</size>
29430       </method>
29431       <method name="Int32 G()">
29432         <size>2</size>
29433       </method>
29434       <method name="Int32 H()">
29435         <size>3</size>
29436       </method>
29437     </type>
29438     <type name="Obj.B">
29439       <method name="Void .ctor()">
29440         <size>7</size>
29441       </method>
29442       <method name="Int32 F()">
29443         <size>2</size>
29444       </method>
29445       <method name="Int32 G()">
29446         <size>2</size>
29447       </method>
29448       <method name="Int32 H()">
29449         <size>3</size>
29450       </method>
29451     </type>
29452     <type name="Obj.Test">
29453       <method name="Void .ctor()">
29454         <size>7</size>
29455       </method>
29456       <method name="Int32 Main()">
29457         <size>182</size>
29458       </method>
29459     </type>
29460   </test>
29461   <test name="test-140.cs">
29462     <type name="BreakTest">
29463       <method name="Void .ctor()">
29464         <size>7</size>
29465       </method>
29466       <method name="Void .cctor()">
29467         <size>1</size>
29468       </method>
29469       <method name="Void B()">
29470         <size>47</size>
29471       </method>
29472       <method name="Int32 Main()">
29473         <size>20</size>
29474       </method>
29475     </type>
29476   </test>
29477   <test name="test-141.cs">
29478     <type name="X">
29479       <method name="Void .ctor()">
29480         <size>7</size>
29481       </method>
29482       <method name="Int32 Main()">
29483         <size>38</size>
29484       </method>
29485       <method name="Boolean Test1()">
29486         <size>41</size>
29487       </method>
29488       <method name="Boolean Test2()">
29489         <size>42</size>
29490       </method>
29491       <method name="Boolean Test3()">
29492         <size>37</size>
29493       </method>
29494     </type>
29495   </test>
29496   <test name="test-142.cs">
29497     <type name="TestClass">
29498       <method name="Void .ctor(EventHandler)">
29499         <size>14</size>
29500       </method>
29501       <method name="Int32 Main()">
29502         <size>2</size>
29503       </method>
29504     </type>
29505     <type name="TestBaseClass">
29506       <method name="Void .ctor()">
29507         <size>7</size>
29508       </method>
29509       <method name="Void add_Blah(System.EventHandler)">
29510         <size>47</size>
29511       </method>
29512       <method name="Void remove_Blah(System.EventHandler)">
29513         <size>47</size>
29514       </method>
29515     </type>
29516   </test>
29517   <test name="test-143.cs">
29518     <type name="MonoEnumInfo">
29519       <method name="Void stuff()">
29520         <size>8</size>
29521       </method>
29522       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
29523         <size>20</size>
29524       </method>
29525       <method name="Int32 Main()">
29526         <size>32</size>
29527       </method>
29528     </type>
29529   </test>
29530   <test name="test-144.cs">
29531     <type name="Test">
29532       <method name="Void .ctor()">
29533         <size>7</size>
29534       </method>
29535       <method name="Void Main()">
29536         <size>1</size>
29537       </method>
29538     </type>
29539   </test>
29540   <test name="test-145.cs">
29541     <type name="JagArrayTest">
29542       <method name="Void .ctor()">
29543         <size>7</size>
29544       </method>
29545       <method name="Void .cctor()">
29546         <size>25</size>
29547       </method>
29548       <method name="Void Main()">
29549         <size>15</size>
29550       </method>
29551     </type>
29552   </test>
29553   <test name="test-146.cs">
29554     <type name="Test">
29555       <method name="Void .ctor()">
29556         <size>7</size>
29557       </method>
29558       <method name="Int32 Main()">
29559         <size>335</size>
29560       </method>
29561     </type>
29562   </test>
29563   <test name="test-147.cs">
29564     <type name="X">
29565       <method name="Void .ctor()">
29566         <size>15</size>
29567       </method>
29568       <method name="Void .cctor()">
29569         <size>8</size>
29570       </method>
29571       <method name="X Foo()">
29572         <size>6</size>
29573       </method>
29574       <method name="X Bar()">
29575         <size>6</size>
29576       </method>
29577       <method name="X Baz()">
29578         <size>6</size>
29579       </method>
29580       <method name="UInt32 get_Property()">
29581         <size>2</size>
29582       </method>
29583       <method name="UInt32 get_StaticProperty()">
29584         <size>3</size>
29585       </method>
29586       <method name="Int32 get_Item(Int32)">
29587         <size>2</size>
29588       </method>
29589     </type>
29590     <type name="Y">
29591       <method name="Void .ctor()">
29592         <size>15</size>
29593       </method>
29594       <method name="Void .cctor()">
29595         <size>9</size>
29596       </method>
29597       <method name="Y Foo()">
29598         <size>6</size>
29599       </method>
29600       <method name="Y Bar()">
29601         <size>6</size>
29602       </method>
29603       <method name="Y Baz()">
29604         <size>6</size>
29605       </method>
29606       <method name="UInt32 get_Property()">
29607         <size>2</size>
29608       </method>
29609       <method name="UInt32 get_StaticProperty()">
29610         <size>3</size>
29611       </method>
29612       <method name="Int32 get_Item(Int32)">
29613         <size>2</size>
29614       </method>
29615     </type>
29616     <type name="Z">
29617       <method name="Void .ctor()">
29618         <size>7</size>
29619       </method>
29620       <method name="Int32 Test()">
29621         <size>94</size>
29622       </method>
29623     </type>
29624     <type name="Test">
29625       <method name="Void .ctor()">
29626         <size>7</size>
29627       </method>
29628       <method name="Int32 Main()">
29629         <size>252</size>
29630       </method>
29631     </type>
29632   </test>
29633   <test name="test-148.cs">
29634     <type name="Y">
29635       <method name="Void .ctor()">
29636         <size>7</size>
29637       </method>
29638       <method name="Int32 get_Bar(Int32)">
29639         <size>2</size>
29640       </method>
29641       <method name="Int64 get_Bar(Double)">
29642         <size>3</size>
29643       </method>
29644     </type>
29645     <type name="Z">
29646       <method name="Void .ctor()">
29647         <size>7</size>
29648       </method>
29649       <method name="Int64 get_Whatever(Double)">
29650         <size>3</size>
29651       </method>
29652       <method name="Single get_Whatever(Int64, Int32)">
29653         <size>6</size>
29654       </method>
29655       <method name="Int32 InstanceTest()">
29656         <size>54</size>
29657       </method>
29658       <method name="Int32 Test()">
29659         <size>356</size>
29660       </method>
29661       <method name="Int32 Main()">
29662         <size>94</size>
29663       </method>
29664     </type>
29665     <type name="Z+MyArray">
29666       <method name="Void .ctor()">
29667         <size>7</size>
29668       </method>
29669       <method name="System.Object get_Item(Int32)">
29670         <size>8</size>
29671       </method>
29672       <method name="Void set_Item(Int32, System.Object)">
29673         <size>9</size>
29674       </method>
29675     </type>
29676     <type name="A">
29677       <method name="Void .ctor()">
29678         <size>7</size>
29679       </method>
29680       <method name="Int32 get_Monkey(Int32)">
29681         <size>4</size>
29682       </method>
29683     </type>
29684     <type name="B">
29685       <method name="Void .ctor()">
29686         <size>7</size>
29687       </method>
29688       <method name="Int64 get_Item(Int64, Int32)">
29689         <size>5</size>
29690       </method>
29691     </type>
29692     <type name="C">
29693       <method name="Void .ctor()">
29694         <size>7</size>
29695       </method>
29696       <method name="Int32 get_Item(Int32)">
29697         <size>4</size>
29698       </method>
29699     </type>
29700     <type name="D">
29701       <method name="Void .ctor()">
29702         <size>7</size>
29703       </method>
29704       <method name="Int64 get_Item(Int64, Int32)">
29705         <size>5</size>
29706       </method>
29707     </type>
29708     <type name="E">
29709       <method name="Void .ctor()">
29710         <size>7</size>
29711       </method>
29712       <method name="System.String get_g()">
29713         <size>6</size>
29714       </method>
29715       <method name="Void set_g(System.String)">
29716         <size>1</size>
29717       </method>
29718     </type>
29719     <type name="F">
29720       <method name="Void .ctor()">
29721         <size>7</size>
29722       </method>
29723       <method name="System.String get_g()">
29724         <size>6</size>
29725       </method>
29726     </type>
29727     <type name="DisposableNotifyList">
29728       <method name="Void .ctor()">
29729         <size>7</size>
29730       </method>
29731     </type>
29732     <type name="ChildList">
29733       <method name="Void .ctor()">
29734         <size>7</size>
29735       </method>
29736       <method name="Void Test()">
29737         <size>14</size>
29738       </method>
29739     </type>
29740     <type name="Y">
29741       <method name="Int32 X.get_Foo(Int32)">
29742         <size>2</size>
29743       </method>
29744     </type>
29745   </test>
29746   <test name="test-149.cs">
29747     <type name="Y">
29748       <method name="Void .ctor()">
29749         <size>7</size>
29750       </method>
29751       <method name="Void .cctor()">
29752         <size>1</size>
29753       </method>
29754       <method name="Void add_Foo(System.EventHandler)">
29755         <size>47</size>
29756       </method>
29757       <method name="Void remove_Foo(System.EventHandler)">
29758         <size>47</size>
29759       </method>
29760       <method name="Void add_TestEvent(MyDelegate)">
29761         <size>47</size>
29762       </method>
29763       <method name="Void remove_TestEvent(MyDelegate)">
29764         <size>47</size>
29765       </method>
29766       <method name="Int32 Test()">
29767         <size>134</size>
29768       </method>
29769       <method name="Void callback1(System.Object, System.EventArgs)">
29770         <size>7</size>
29771       </method>
29772       <method name="Int64 callback2(Int32)">
29773         <size>19</size>
29774       </method>
29775       <method name="Void callback3(System.Object, System.EventArgs)">
29776         <size>7</size>
29777       </method>
29778     </type>
29779     <type name="Z">
29780       <method name="Void .ctor()">
29781         <size>7</size>
29782       </method>
29783       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
29784         <size>45</size>
29785       </method>
29786       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
29787         <size>45</size>
29788       </method>
29789       <method name="Int32 a()">
29790         <size>2</size>
29791       </method>
29792       <method name="Int32 Main()">
29793         <size>80</size>
29794       </method>
29795     </type>
29796     <type name="Static">
29797       <method name="Void .ctor()">
29798         <size>7</size>
29799       </method>
29800       <method name="Void add_Test(System.EventHandler)">
29801         <size>45</size>
29802       </method>
29803       <method name="Void remove_Test(System.EventHandler)">
29804         <size>45</size>
29805       </method>
29806       <method name="Void Fire()">
29807         <size>23</size>
29808       </method>
29809     </type>
29810     <type name="Z+SomeEventHandler">
29811       <method name="Void .ctor(Object, IntPtr)">
29812         <size>0</size>
29813       </method>
29814       <method name="Int32 Invoke()">
29815         <size>0</size>
29816       </method>
29817       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29818         <size>0</size>
29819       </method>
29820       <method name="Int32 EndInvoke(IAsyncResult)">
29821         <size>0</size>
29822       </method>
29823     </type>
29824     <type name="MyDelegate">
29825       <method name="Void .ctor(Object, IntPtr)">
29826         <size>0</size>
29827       </method>
29828       <method name="Int64 Invoke(Int32)">
29829         <size>0</size>
29830       </method>
29831       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29832         <size>0</size>
29833       </method>
29834       <method name="Int64 EndInvoke(IAsyncResult)">
29835         <size>0</size>
29836       </method>
29837     </type>
29838     <type name="Y">
29839       <method name="Void X.add_Foo(System.EventHandler)">
29840         <size>1</size>
29841       </method>
29842       <method name="Void X.remove_Foo(System.EventHandler)">
29843         <size>1</size>
29844       </method>
29845     </type>
29846   </test>
29847   <test name="test-15.cs">
29848     <type name="Implementor">
29849       <method name="Void .ctor()">
29850         <size>7</size>
29851       </method>
29852       <method name="Int32 A()">
29853         <size>2</size>
29854       </method>
29855     </type>
29856     <type name="Run">
29857       <method name="Void .ctor()">
29858         <size>7</size>
29859       </method>
29860       <method name="Int32 Main()">
29861         <size>53</size>
29862       </method>
29863     </type>
29864     <type name="StructImplementor">
29865       <method name="Int32 A()">
29866         <size>2</size>
29867       </method>
29868     </type>
29869   </test>
29870   <test name="test-150.cs">
29871     <type name="T">
29872       <method name="Void .ctor()">
29873         <size>18</size>
29874       </method>
29875       <method name="Int32 Main()">
29876         <size>2</size>
29877       </method>
29878     </type>
29879   </test>
29880   <test name="test-151.cs">
29881     <type name="A.Iface">
29882       <method name="Void .ctor()">
29883         <size>7</size>
29884       </method>
29885       <method name="Void bah()">
29886         <size>1</size>
29887       </method>
29888     </type>
29889     <type name="A.my">
29890       <method name="Void .ctor()">
29891         <size>7</size>
29892       </method>
29893       <method name="Void doit(System.Object)">
29894         <size>13</size>
29895       </method>
29896       <method name="Int32 Main()">
29897         <size>2</size>
29898       </method>
29899     </type>
29900   </test>
29901   <test name="test-152.cs">
29902     <type name="X">
29903       <method name="Void .ctor()">
29904         <size>7</size>
29905       </method>
29906       <method name="Int32 Main()">
29907         <size>101</size>
29908       </method>
29909     </type>
29910   </test>
29911   <test name="test-153.cs">
29912     <type name="Z">
29913       <method name="Void .ctor()">
29914         <size>7</size>
29915       </method>
29916       <method name="Void Test2(System.String, System.Object[])">
29917         <size>1</size>
29918       </method>
29919       <method name="Void Test(System.String, System.Object[])">
29920         <size>8</size>
29921       </method>
29922       <method name="Int32 Main()">
29923         <size>86</size>
29924       </method>
29925     </type>
29926   </test>
29927   <test name="test-154.cs">
29928     <type name="X">
29929       <method name="Void .ctor()">
29930         <size>7</size>
29931       </method>
29932       <method name="Int32 Main()">
29933         <size>2</size>
29934       </method>
29935       <method name="Void test1(Single ByRef)">
29936         <size>6</size>
29937       </method>
29938       <method name="Void test2(Int32, Single ByRef)">
29939         <size>38</size>
29940       </method>
29941       <method name="Void test3(System.Int64[], Int32)">
29942         <size>21</size>
29943       </method>
29944       <method name="Int32 test4(Int32, Single ByRef)">
29945         <size>33</size>
29946       </method>
29947       <method name="Int32 test5(Single ByRef, Int64)">
29948         <size>73</size>
29949       </method>
29950       <method name="Int32 test6(Single ByRef)">
29951         <size>10</size>
29952       </method>
29953       <method name="Int64 test7(System.Int32[], Int32)">
29954         <size>64</size>
29955       </method>
29956       <method name="Int64 test8(Int32)">
29957         <size>34</size>
29958       </method>
29959       <method name="Int64 test9(Int32)">
29960         <size>28</size>
29961       </method>
29962       <method name="Void test10(Int32, Single ByRef)">
29963         <size>23</size>
29964       </method>
29965       <method name="Int64 test11(Int32)">
29966         <size>44</size>
29967       </method>
29968       <method name="Void test12(Single ByRef)">
29969         <size>25</size>
29970       </method>
29971       <method name="Void test13(Int32, Single ByRef)">
29972         <size>23</size>
29973       </method>
29974       <method name="Int64 test14(Int32, Single ByRef)">
29975         <size>66</size>
29976       </method>
29977       <method name="Int32 test15(Int32, Single ByRef)">
29978         <size>33</size>
29979       </method>
29980       <method name="Void test16()">
29981         <size>54</size>
29982       </method>
29983       <method name="Void test17()">
29984         <size>62</size>
29985       </method>
29986       <method name="Void test18(Int32, Int32 ByRef)">
29987         <size>35</size>
29988       </method>
29989       <method name="Int32 test19()">
29990         <size>49</size>
29991       </method>
29992       <method name="Int32 test20()">
29993         <size>22</size>
29994       </method>
29995       <method name="Int32 test21()">
29996         <size>28</size>
29997       </method>
29998       <method name="Int32 test22()">
29999         <size>27</size>
30000       </method>
30001       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
30002         <size>29</size>
30003       </method>
30004       <method name="Int64 test24(Int32)">
30005         <size>67</size>
30006       </method>
30007       <method name="Int64 test25(Int32)">
30008         <size>44</size>
30009       </method>
30010       <method name="Void test26()">
30011         <size>22</size>
30012       </method>
30013       <method name="Int32 test27()">
30014         <size>12</size>
30015       </method>
30016       <method name="Void test28(System.Object ByRef)">
30017         <size>23</size>
30018       </method>
30019       <method name="Boolean test29(Int32 ByRef)">
30020         <size>33</size>
30021       </method>
30022       <method name="System.String test30(System.String ByRef)">
30023         <size>36</size>
30024       </method>
30025       <method name="System.String test31(Int32)">
30026         <size>78</size>
30027       </method>
30028       <method name="Void test32()">
30029         <size>11</size>
30030       </method>
30031       <method name="Int32 test33()">
30032         <size>4</size>
30033       </method>
30034       <method name="Void test34()">
30035         <size>20</size>
30036       </method>
30037       <method name="Void test35(Int32, Boolean)">
30038         <size>28</size>
30039       </method>
30040       <method name="Void test36()">
30041         <size>41</size>
30042       </method>
30043       <method name="Void test37()">
30044         <size>42</size>
30045       </method>
30046       <method name="Int32 test38()">
30047         <size>2</size>
30048       </method>
30049       <method name="Int32 test40(Int32)">
30050         <size>18</size>
30051       </method>
30052     </type>
30053   </test>
30054   <test name="test-155.cs">
30055     <type name="Test">
30056       <method name="Void .ctor()">
30057         <size>7</size>
30058       </method>
30059       <method name="Int32 Main()">
30060         <size>44</size>
30061       </method>
30062     </type>
30063     <type name="Test+TestClass">
30064       <method name="Void .ctor()">
30065         <size>7</size>
30066       </method>
30067       <method name="System.String test(System.String)">
30068         <size>22</size>
30069       </method>
30070     </type>
30071   </test>
30072   <test name="test-156.cs">
30073     <type name="Internal">
30074       <method name="Void .ctor()">
30075         <size>7</size>
30076       </method>
30077     </type>
30078     <type name="Public">
30079       <method name="Void .ctor()">
30080         <size>7</size>
30081       </method>
30082     </type>
30083     <type name="X">
30084       <method name="Void .ctor()">
30085         <size>7</size>
30086       </method>
30087       <method name="Void Main()">
30088         <size>1</size>
30089       </method>
30090     </type>
30091     <type name="X+NestedPublic">
30092       <method name="Void .ctor()">
30093         <size>7</size>
30094       </method>
30095     </type>
30096     <type name="X+NestedAssembly">
30097       <method name="Void .ctor()">
30098         <size>7</size>
30099       </method>
30100     </type>
30101     <type name="X+NestedFamilyAndAssembly">
30102       <method name="Void .ctor()">
30103         <size>7</size>
30104       </method>
30105     </type>
30106     <type name="X+NestedFamily">
30107       <method name="Void .ctor()">
30108         <size>7</size>
30109       </method>
30110     </type>
30111     <type name="X+NestedPrivate">
30112       <method name="Void .ctor()">
30113         <size>7</size>
30114       </method>
30115     </type>
30116     <type name="A">
30117       <method name="Void .ctor()">
30118         <size>7</size>
30119       </method>
30120     </type>
30121     <type name="B">
30122       <method name="Void .ctor()">
30123         <size>7</size>
30124       </method>
30125     </type>
30126     <type name="C">
30127       <method name="Void .ctor()">
30128         <size>7</size>
30129       </method>
30130     </type>
30131     <type name="D">
30132       <method name="Void .ctor()">
30133         <size>7</size>
30134       </method>
30135     </type>
30136     <type name="E">
30137       <method name="Void .ctor()">
30138         <size>7</size>
30139       </method>
30140     </type>
30141     <type name="F">
30142       <method name="Void .ctor()">
30143         <size>7</size>
30144       </method>
30145     </type>
30146     <type name="Y">
30147       <method name="Void .ctor()">
30148         <size>7</size>
30149       </method>
30150       <method name="Void Test(YI)">
30151         <size>1</size>
30152       </method>
30153     </type>
30154     <type name="Y+YA">
30155       <method name="Void .ctor()">
30156         <size>7</size>
30157       </method>
30158     </type>
30159     <type name="Y+YB">
30160       <method name="Void .ctor()">
30161         <size>7</size>
30162       </method>
30163     </type>
30164     <type name="Y+YC">
30165       <method name="Void .ctor()">
30166         <size>7</size>
30167       </method>
30168     </type>
30169     <type name="Y+YD">
30170       <method name="Void .ctor()">
30171         <size>7</size>
30172       </method>
30173     </type>
30174     <type name="Y+YE">
30175       <method name="Void .ctor()">
30176         <size>7</size>
30177       </method>
30178     </type>
30179     <type name="Y+YF">
30180       <method name="Void .ctor()">
30181         <size>7</size>
30182       </method>
30183     </type>
30184     <type name="Y+YG">
30185       <method name="Void .ctor()">
30186         <size>7</size>
30187       </method>
30188     </type>
30189     <type name="Y+YH">
30190       <method name="Void .ctor()">
30191         <size>7</size>
30192       </method>
30193     </type>
30194     <type name="Z">
30195       <method name="Void .ctor()">
30196         <size>7</size>
30197       </method>
30198     </type>
30199     <type name="Z+P">
30200       <method name="Void .ctor()">
30201         <size>7</size>
30202       </method>
30203     </type>
30204     <type name="W">
30205       <method name="Void .ctor()">
30206         <size>7</size>
30207       </method>
30208     </type>
30209     <type name="W+WA">
30210       <method name="Void .ctor()">
30211         <size>7</size>
30212       </method>
30213     </type>
30214     <type name="W+WB">
30215       <method name="Void .ctor()">
30216         <size>7</size>
30217       </method>
30218     </type>
30219     <type name="W+WC">
30220       <method name="Void .ctor()">
30221         <size>7</size>
30222       </method>
30223     </type>
30224     <type name="W+WD">
30225       <method name="Void .ctor()">
30226         <size>7</size>
30227       </method>
30228     </type>
30229     <type name="W+WE">
30230       <method name="Void .ctor()">
30231         <size>7</size>
30232       </method>
30233     </type>
30234     <type name="W+WCA">
30235       <method name="Void .ctor()">
30236         <size>7</size>
30237       </method>
30238     </type>
30239     <type name="W+WCB">
30240       <method name="Void .ctor()">
30241         <size>7</size>
30242       </method>
30243     </type>
30244     <type name="W+WCB+WCD">
30245       <method name="Void .ctor()">
30246         <size>7</size>
30247       </method>
30248     </type>
30249     <type name="W+WCB+WCD+WCE">
30250       <method name="Void .ctor()">
30251         <size>7</size>
30252       </method>
30253     </type>
30254     <type name="G">
30255       <method name="Void .ctor()">
30256         <size>7</size>
30257       </method>
30258       <method name="Void Test(X)">
30259         <size>1</size>
30260       </method>
30261     </type>
30262     <type name="G+I">
30263       <method name="Void .ctor()">
30264         <size>7</size>
30265       </method>
30266     </type>
30267     <type name="G+I+J">
30268       <method name="Void .ctor()">
30269         <size>7</size>
30270       </method>
30271       <method name="Void Test(Foo)">
30272         <size>1</size>
30273       </method>
30274     </type>
30275     <type name="H">
30276       <method name="Void .ctor()">
30277         <size>7</size>
30278       </method>
30279       <method name="Void Test(System.Int32[])">
30280         <size>1</size>
30281       </method>
30282     </type>
30283     <type name="M">
30284       <method name="Void .ctor()">
30285         <size>7</size>
30286       </method>
30287       <method name="Void Hello(System.String)">
30288         <size>1</size>
30289       </method>
30290     </type>
30291   </test>
30292   <test name="test-157.cs">
30293     <type name="Test.MyAttribute">
30294       <method name="Void .ctor(String)">
30295         <size>20</size>
30296       </method>
30297     </type>
30298     <type name="Test.Test">
30299       <method name="Void .ctor()">
30300         <size>7</size>
30301       </method>
30302       <method name="Int32 Main()">
30303         <size>197</size>
30304       </method>
30305     </type>
30306   </test>
30307   <test name="test-158.cs">
30308     <type name="My">
30309       <method name="Void .ctor(Object)">
30310         <size>14</size>
30311       </method>
30312     </type>
30313     <type name="My+Test">
30314       <method name="Void .ctor()">
30315         <size>7</size>
30316       </method>
30317       <method name="Int32 Main()">
30318         <size>87</size>
30319       </method>
30320     </type>
30321   </test>
30322   <test name="test-159.cs">
30323     <type name="A.Iface">
30324       <method name="Void .ctor()">
30325         <size>7</size>
30326       </method>
30327       <method name="Void bah()">
30328         <size>1</size>
30329       </method>
30330     </type>
30331     <type name="A.my">
30332       <method name="Void .ctor()">
30333         <size>7</size>
30334       </method>
30335       <method name="Void doit(System.Object)">
30336         <size>13</size>
30337       </method>
30338       <method name="Int32 Main()">
30339         <size>2</size>
30340       </method>
30341     </type>
30342   </test>
30343   <test name="test-16.cs">
30344     <type name="Mine.Blah">
30345       <method name="Void .ctor()">
30346         <size>7</size>
30347       </method>
30348       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
30349         <size>12</size>
30350       </method>
30351       <method name="Int32 op_Implicit(Mine.Blah)">
30352         <size>12</size>
30353       </method>
30354       <method name="Byte op_Implicit(Mine.Blah)">
30355         <size>12</size>
30356       </method>
30357       <method name="Int16 op_Implicit(Mine.Blah)">
30358         <size>12</size>
30359       </method>
30360     </type>
30361     <type name="Mine.Foo">
30362       <method name="Void .ctor()">
30363         <size>7</size>
30364       </method>
30365       <method name="Int32 Main()">
30366         <size>118</size>
30367       </method>
30368     </type>
30369   </test>
30370   <test name="test-160.cs">
30371     <type name="B">
30372       <method name="Void .ctor()">
30373         <size>7</size>
30374       </method>
30375     </type>
30376     <type name="S">
30377       <method name="Void .ctor()">
30378         <size>7</size>
30379       </method>
30380     </type>
30381     <type name="T">
30382       <method name="Void .ctor()">
30383         <size>7</size>
30384       </method>
30385       <method name="Int32 blah(System.Object)">
30386         <size>62</size>
30387       </method>
30388       <method name="Int32 Main()">
30389         <size>2</size>
30390       </method>
30391     </type>
30392   </test>
30393   <test name="test-161.cs">
30394     <type name="ZipEntry">
30395       <method name="Void .ctor(String)">
30396         <size>18</size>
30397       </method>
30398       <method name="Void .ctor(ZipEntry)">
30399         <size>18</size>
30400       </method>
30401       <method name="DateTime get_DateTime()">
30402         <size>7</size>
30403       </method>
30404       <method name="Int32 Main()">
30405         <size>2</size>
30406       </method>
30407     </type>
30408   </test>
30409   <test name="test-162.cs">
30410     <type name="X">
30411       <method name="Void .ctor()">
30412         <size>7</size>
30413       </method>
30414       <method name="Void test_output(A)">
30415         <size>1</size>
30416       </method>
30417       <method name="Void test_output(B)">
30418         <size>1</size>
30419       </method>
30420       <method name="Void test_output(E)">
30421         <size>1</size>
30422       </method>
30423       <method name="Void test_output(F)">
30424         <size>1</size>
30425       </method>
30426       <method name="Void test1()">
30427         <size>21</size>
30428       </method>
30429       <method name="Void test2()">
30430         <size>32</size>
30431       </method>
30432       <method name="Void test3()">
30433         <size>21</size>
30434       </method>
30435       <method name="Void test4(A)">
30436         <size>9</size>
30437       </method>
30438       <method name="Void test5(A ByRef)">
30439         <size>9</size>
30440       </method>
30441       <method name="Void test6(B ByRef)">
30442         <size>8</size>
30443       </method>
30444       <method name="Void test7()">
30445         <size>28</size>
30446       </method>
30447       <method name="Void test8()">
30448         <size>50</size>
30449       </method>
30450       <method name="Void test9()">
30451         <size>26</size>
30452       </method>
30453       <method name="Void test10()">
30454         <size>82</size>
30455       </method>
30456       <method name="Int32 Main()">
30457         <size>2</size>
30458       </method>
30459     </type>
30460     <type name="A">
30461       <method name="Void .ctor(Int32)">
30462         <size>27</size>
30463       </method>
30464     </type>
30465     <type name="C">
30466       <method name="Void .ctor(Int64)">
30467         <size>8</size>
30468       </method>
30469       <method name="Void .ctor(String)">
30470         <size>13</size>
30471       </method>
30472     </type>
30473     <type name="E">
30474       <method name="Void .ctor(Int32)">
30475         <size>21</size>
30476       </method>
30477     </type>
30478   </test>
30479   <test name="test-163.cs">
30480     <type name="Blah">
30481       <method name="Void .ctor()">
30482         <size>7</size>
30483       </method>
30484       <method name="Int32 Foo(System.String)">
30485         <size>2</size>
30486       </method>
30487       <method name="Int32 Foo(System.Object)">
30488         <size>2</size>
30489       </method>
30490       <method name="Int32 Main()">
30491         <size>28</size>
30492       </method>
30493     </type>
30494   </test>
30495   <test name="test-164.cs">
30496     <type name="X">
30497       <method name="Void .ctor()">
30498         <size>26</size>
30499       </method>
30500       <method name="Int32 Foo()">
30501         <size>2</size>
30502       </method>
30503     </type>
30504     <type name="Y">
30505       <method name="Void .ctor()">
30506         <size>7</size>
30507       </method>
30508       <method name="Int32 Foo()">
30509         <size>2</size>
30510       </method>
30511       <method name="Int32 Hello()">
30512         <size>12</size>
30513       </method>
30514       <method name="Void Main()">
30515         <size>46</size>
30516       </method>
30517     </type>
30518     <type name="X+FooDelegate">
30519       <method name="Void .ctor(Object, IntPtr)">
30520         <size>0</size>
30521       </method>
30522       <method name="Int32 Invoke()">
30523         <size>0</size>
30524       </method>
30525       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30526         <size>0</size>
30527       </method>
30528       <method name="Int32 EndInvoke(IAsyncResult)">
30529         <size>0</size>
30530       </method>
30531     </type>
30532   </test>
30533   <test name="test-165.cs">
30534     <type name="Testing">
30535       <method name="Void .ctor()">
30536         <size>7</size>
30537       </method>
30538       <method name="Int32 TestEnumInit(Fruit)">
30539         <size>21</size>
30540       </method>
30541       <method name="Int32 Main()">
30542         <size>62</size>
30543       </method>
30544     </type>
30545   </test>
30546   <test name="test-166.cs">
30547     <type name="Test">
30548       <method name="Void .ctor()">
30549         <size>7</size>
30550       </method>
30551       <method name="Int32 get_Item(Int32)">
30552         <size>2</size>
30553       </method>
30554     </type>
30555     <type name="D">
30556       <method name="Void .ctor()">
30557         <size>7</size>
30558       </method>
30559       <method name="Int32 get_TargetIntegerSize()">
30560         <size>2</size>
30561       </method>
30562       <method name="Int32 Hello(IInferior)">
30563         <size>7</size>
30564       </method>
30565       <method name="Int32 Main()">
30566         <size>61</size>
30567       </method>
30568     </type>
30569     <type name="Test">
30570       <method name="Int32 ITest.get_Item(Int32)">
30571         <size>2</size>
30572       </method>
30573     </type>
30574   </test>
30575   <test name="test-167.cs">
30576     <type name="X">
30577       <method name="Void .ctor()">
30578         <size>7</size>
30579       </method>
30580       <method name="Int32 Test(X+Foo[])">
30581         <size>23</size>
30582       </method>
30583       <method name="Int32 Main()">
30584         <size>44</size>
30585       </method>
30586     </type>
30587   </test>
30588   <test name="test-168.cs">
30589     <type name="Test">
30590       <method name="Void .ctor()">
30591         <size>7</size>
30592       </method>
30593       <method name="Int32 Main()">
30594         <size>21</size>
30595       </method>
30596     </type>
30597     <type name="X">
30598       <method name="System.String op_Implicit(X)">
30599         <size>6</size>
30600       </method>
30601     </type>
30602   </test>
30603   <test name="test-169.cs">
30604     <type name="basec">
30605       <method name="Void .ctor()">
30606         <size>7</size>
30607       </method>
30608       <method name="System.String get_Message()">
30609         <size>6</size>
30610       </method>
30611     </type>
30612     <type name="der">
30613       <method name="Void .ctor()">
30614         <size>7</size>
30615       </method>
30616       <method name="System.String get_Message()">
30617         <size>6</size>
30618       </method>
30619     </type>
30620     <type name="Base">
30621       <method name="Void .ctor()">
30622         <size>7</size>
30623       </method>
30624       <method name="Int32 get_Thingy()">
30625         <size>7</size>
30626       </method>
30627       <method name="Void set_Thingy(Int32)">
30628         <size>8</size>
30629       </method>
30630     </type>
30631     <type name="Derived">
30632       <method name="Void .ctor()">
30633         <size>7</size>
30634       </method>
30635       <method name="Int32 get_BaseThingy()">
30636         <size>7</size>
30637       </method>
30638       <method name="Void set_Thingy(Int32)">
30639         <size>1</size>
30640       </method>
30641     </type>
30642     <type name="D">
30643       <method name="Void .ctor()">
30644         <size>7</size>
30645       </method>
30646       <method name="Int32 Main()">
30647         <size>97</size>
30648       </method>
30649     </type>
30650   </test>
30651   <test name="test-17.cs">
30652     <type name="Blah">
30653       <method name="Void .ctor()">
30654         <size>7</size>
30655       </method>
30656       <method name="Int32 Main()">
30657         <size>39</size>
30658       </method>
30659       <method name="Byte op_Implicit(Blah)">
30660         <size>12</size>
30661       </method>
30662       <method name="Int16 op_Implicit(Blah)">
30663         <size>12</size>
30664       </method>
30665       <method name="Int32 op_Implicit(Blah)">
30666         <size>12</size>
30667       </method>
30668     </type>
30669   </test>
30670   <test name="test-170.cs">
30671     <type name="X">
30672       <method name="Void .ctor()">
30673         <size>7</size>
30674       </method>
30675       <method name="Int32 get_prop()">
30676         <size>7</size>
30677       </method>
30678       <method name="Void set_prop(Int32)">
30679         <size>8</size>
30680       </method>
30681       <method name="Void set_AAA(Int32)">
30682         <size>1</size>
30683       </method>
30684     </type>
30685     <type name="Y">
30686       <method name="Void .ctor()">
30687         <size>14</size>
30688       </method>
30689       <method name="Int32 get_prop()">
30690         <size>7</size>
30691       </method>
30692       <method name="Void set_prop(Int32)">
30693         <size>8</size>
30694       </method>
30695       <method name="Int32 A()">
30696         <size>38</size>
30697       </method>
30698       <method name="Int32 Main()">
30699         <size>13</size>
30700       </method>
30701     </type>
30702   </test>
30703   <test name="test-171.cs">
30704     <type name="IntPtr_Conv.Class1">
30705       <method name="Void .ctor()">
30706         <size>7</size>
30707       </method>
30708       <method name="Int32 Main(System.String[])">
30709         <size>15</size>
30710       </method>
30711     </type>
30712   </test>
30713   <test name="test-172.cs">
30714     <type name="X">
30715       <method name="Void .ctor()">
30716         <size>7</size>
30717       </method>
30718       <method name="Void .cctor()">
30719         <size>31</size>
30720       </method>
30721       <method name="Boolean ff()">
30722         <size>14</size>
30723       </method>
30724       <method name="Boolean tt()">
30725         <size>14</size>
30726       </method>
30727       <method name="Int32 test_if()">
30728         <size>599</size>
30729       </method>
30730       <method name="Int32 test_while()">
30731         <size>437</size>
30732       </method>
30733       <method name="Int32 test_inline()">
30734         <size>29</size>
30735       </method>
30736       <method name="Int32 Main()">
30737         <size>109</size>
30738       </method>
30739     </type>
30740   </test>
30741   <test name="test-173.cs">
30742     <type name="Base">
30743       <method name="Void .ctor(Int32)">
30744         <size>14</size>
30745       </method>
30746       <method name="Int32 get_Value()">
30747         <size>7</size>
30748       </method>
30749     </type>
30750     <type name="A">
30751       <method name="Void .ctor(Int32)">
30752         <size>18</size>
30753       </method>
30754       <method name="Void .ctor(UInt32)">
30755         <size>18</size>
30756       </method>
30757     </type>
30758     <type name="B">
30759       <method name="Void .ctor(Int64)">
30760         <size>18</size>
30761       </method>
30762       <method name="Void .ctor(UInt64)">
30763         <size>18</size>
30764       </method>
30765     </type>
30766     <type name="C">
30767       <method name="Void .ctor(Int16)">
30768         <size>18</size>
30769       </method>
30770       <method name="Void .ctor(UInt16)">
30771         <size>18</size>
30772       </method>
30773     </type>
30774     <type name="D">
30775       <method name="Void .ctor(SByte)">
30776         <size>18</size>
30777       </method>
30778       <method name="Void .ctor(Byte)">
30779         <size>18</size>
30780       </method>
30781     </type>
30782     <type name="E">
30783       <method name="Void .ctor(Int64)">
30784         <size>19</size>
30785       </method>
30786       <method name="Void .ctor(E)">
30787         <size>19</size>
30788       </method>
30789       <method name="E op_Implicit(Int64)">
30790         <size>7</size>
30791       </method>
30792     </type>
30793     <type name="F">
30794       <method name="Void .ctor(Int32)">
30795         <size>19</size>
30796       </method>
30797       <method name="Void .ctor(F)">
30798         <size>19</size>
30799       </method>
30800       <method name="F op_Implicit(Int32)">
30801         <size>7</size>
30802       </method>
30803     </type>
30804     <type name="X">
30805       <method name="Void .ctor()">
30806         <size>7</size>
30807       </method>
30808       <method name="Int32 Test()">
30809         <size>231</size>
30810       </method>
30811       <method name="Int32 Main()">
30812         <size>24</size>
30813       </method>
30814     </type>
30815   </test>
30816   <test name="test-174.cs">
30817     <type name="ProtectedAccessToPropertyOnChild">
30818       <method name="Void .ctor()">
30819         <size>14</size>
30820       </method>
30821       <method name="Int32 Main()">
30822         <size>21</size>
30823       </method>
30824     </type>
30825     <type name="TestAccessToPrivateMemberInParentClass">
30826       <method name="Void .ctor()">
30827         <size>7</size>
30828       </method>
30829       <method name="System.Double[][] get_Array()">
30830         <size>7</size>
30831       </method>
30832     </type>
30833     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
30834       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
30835         <size>37</size>
30836       </method>
30837     </type>
30838     <type name="TestAccessToProtectedOnChildInstanceFromParent">
30839       <method name="Void .ctor()">
30840         <size>29</size>
30841       </method>
30842       <method name="Int32 Test()">
30843         <size>27</size>
30844       </method>
30845     </type>
30846     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
30847       <method name="Void .ctor()">
30848         <size>26</size>
30849       </method>
30850       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
30851         <size>15</size>
30852       </method>
30853     </type>
30854     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
30855       <method name="Void .ctor()">
30856         <size>7</size>
30857       </method>
30858     </type>
30859   </test>
30860   <test name="test-175.cs">
30861     <type name="X">
30862       <method name="Void .ctor()">
30863         <size>7</size>
30864       </method>
30865       <method name="Int32 Main()">
30866         <size>59</size>
30867       </method>
30868     </type>
30869     <type name="RVA">
30870       <method name="Void .ctor(UInt32)">
30871         <size>8</size>
30872       </method>
30873       <method name="RVA op_Implicit(UInt32)">
30874         <size>7</size>
30875       </method>
30876       <method name="UInt32 op_Implicit(RVA)">
30877         <size>8</size>
30878       </method>
30879     </type>
30880   </test>
30881   <test name="test-176.cs">
30882     <type name="X">
30883       <method name="Void .ctor()">
30884         <size>7</size>
30885       </method>
30886       <method name="Int32 Main()">
30887         <size>34</size>
30888       </method>
30889     </type>
30890   </test>
30891   <test name="test-177.cs">
30892     <type name="MethodAttribute">
30893       <method name="Void .ctor()">
30894         <size>7</size>
30895       </method>
30896     </type>
30897     <type name="ReturnAttribute">
30898       <method name="Void .ctor()">
30899         <size>7</size>
30900       </method>
30901     </type>
30902     <type name="Test">
30903       <method name="Void .ctor()">
30904         <size>7</size>
30905       </method>
30906       <method name="Void Method()">
30907         <size>1</size>
30908       </method>
30909       <method name="Int32 Main()">
30910         <size>40</size>
30911       </method>
30912     </type>
30913   </test>
30914   <test name="test-178.cs">
30915     <type name="BrowsableClass">
30916       <method name="Void .ctor()">
30917         <size>7</size>
30918       </method>
30919       <method name="Int32 Main()">
30920         <size>54</size>
30921       </method>
30922       <method name="BrowsableClass op_Increment(BrowsableClass)">
30923         <size>2</size>
30924       </method>
30925     </type>
30926   </test>
30927   <test name="test-179.cs">
30928     <type name="A">
30929       <method name="Void .ctor()">
30930         <size>7</size>
30931       </method>
30932       <method name="Void set_Item(Double, Double)">
30933         <size>15</size>
30934       </method>
30935       <method name="Double get_Item(Double)">
30936         <size>29</size>
30937       </method>
30938     </type>
30939     <type name="B">
30940       <method name="Void .ctor()">
30941         <size>7</size>
30942       </method>
30943       <method name="Void set_Item(Double, Double)">
30944         <size>15</size>
30945       </method>
30946       <method name="Double get_Item(Double)">
30947         <size>29</size>
30948       </method>
30949     </type>
30950     <type name="C">
30951       <method name="Void .ctor()">
30952         <size>7</size>
30953       </method>
30954       <method name="Void set_Item(System.String, System.String)">
30955         <size>15</size>
30956       </method>
30957       <method name="System.String get_Item(System.String)">
30958         <size>30</size>
30959       </method>
30960       <method name="Void set_Item(Int32, Int32)">
30961         <size>15</size>
30962       </method>
30963       <method name="Int32 get_Item(Int32)">
30964         <size>21</size>
30965       </method>
30966     </type>
30967     <type name="EntryPoint">
30968       <method name="Int32 Main(System.String[])">
30969         <size>150</size>
30970       </method>
30971     </type>
30972   </test>
30973   <test name="test-18.cs">
30974     <type name="X">
30975       <method name="Void .ctor()">
30976         <size>7</size>
30977       </method>
30978       <method name="Void m()">
30979         <size>60</size>
30980       </method>
30981       <method name="Int32 ret(Int32)">
30982         <size>40</size>
30983       </method>
30984       <method name="Int32 Main()">
30985         <size>62</size>
30986       </method>
30987     </type>
30988   </test>
30989   <test name="test-180.cs">
30990     <type name="Testing">
30991       <method name="Void .ctor()">
30992         <size>7</size>
30993       </method>
30994       <method name="Void Main()">
30995         <size>17</size>
30996       </method>
30997     </type>
30998   </test>
30999   <test name="test-181.cs">
31000     <type name="Test">
31001       <method name="Void .ctor()">
31002         <size>7</size>
31003       </method>
31004       <method name="Void test()">
31005         <size>1</size>
31006       </method>
31007       <method name="Int32 Main()">
31008         <size>43</size>
31009       </method>
31010     </type>
31011   </test>
31012   <test name="test-182.cs">
31013     <type name="T">
31014       <method name="Void .ctor()">
31015         <size>7</size>
31016       </method>
31017       <method name="Int32 Main()">
31018         <size>26</size>
31019       </method>
31020     </type>
31021     <type name="TS">
31022       <method name="Int64 get_Ticks()">
31023         <size>19</size>
31024       </method>
31025     </type>
31026     <type name="DT">
31027       <method name="Int64 get_Ticks()">
31028         <size>12</size>
31029       </method>
31030     </type>
31031   </test>
31032   <test name="test-183.cs">
31033     <type name="Test">
31034       <method name="Void .ctor()">
31035         <size>7</size>
31036       </method>
31037       <method name="Int32 M(Int32, Int32 ByRef)">
31038         <size>12</size>
31039       </method>
31040       <method name="Int32 Main()">
31041         <size>67</size>
31042       </method>
31043     </type>
31044     <type name="Test+D">
31045       <method name="Void .ctor(Object, IntPtr)">
31046         <size>0</size>
31047       </method>
31048       <method name="Int32 Invoke(Int32, Int32 ByRef)">
31049         <size>0</size>
31050       </method>
31051       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
31052         <size>0</size>
31053       </method>
31054       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
31055         <size>0</size>
31056       </method>
31057     </type>
31058   </test>
31059   <test name="test-184.cs">
31060     <type name="User">
31061       <method name="Void .ctor(Interface)">
31062         <size>7</size>
31063       </method>
31064     </type>
31065     <type name="Test">
31066       <method name="Void .ctor()">
31067         <size>55</size>
31068       </method>
31069       <method name="Int32 Main()">
31070         <size>8</size>
31071       </method>
31072     </type>
31073     <type name="Struct">
31074       <method name="Void .ctor(Int32)">
31075         <size>1</size>
31076       </method>
31077       <method name="Int32 get_X()">
31078         <size>2</size>
31079       </method>
31080     </type>
31081   </test>
31082   <test name="test-185.cs">
31083     <type name="X">
31084       <method name="Void .ctor()">
31085         <size>7</size>
31086       </method>
31087       <method name="Int32 Test(Int32)">
31088         <size>36</size>
31089       </method>
31090       <method name="Int32 Main()">
31091         <size>29</size>
31092       </method>
31093     </type>
31094   </test>
31095   <test name="test-186.cs">
31096     <type name="TestBUG.myAttribute">
31097       <method name="Void .ctor(String, String, String, Int32)">
31098         <size>7</size>
31099       </method>
31100     </type>
31101     <type name="TestBUG.Test">
31102       <method name="Void .ctor()">
31103         <size>7</size>
31104       </method>
31105       <method name="Int32 Main()">
31106         <size>2</size>
31107       </method>
31108     </type>
31109   </test>
31110   <test name="test-187.cs">
31111     <type name="MyClass">
31112       <method name="Void .ctor()">
31113         <size>7</size>
31114       </method>
31115       <method name="Container get_Item(System.String)">
31116         <size>2</size>
31117       </method>
31118       <method name="Void set_Item(System.String, Container)">
31119         <size>1</size>
31120       </method>
31121     </type>
31122     <type name="Container">
31123       <method name="Void .ctor()">
31124         <size>7</size>
31125       </method>
31126       <method name="Container op_Addition(Container, System.Object)">
31127         <size>2</size>
31128       </method>
31129     </type>
31130     <type name="D">
31131       <method name="Void .ctor()">
31132         <size>7</size>
31133       </method>
31134       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
31135         <size>69</size>
31136       </method>
31137       <method name="Int32 Main()">
31138         <size>2</size>
31139       </method>
31140     </type>
31141   </test>
31142   <test name="test-188.cs">
31143     <type name="Enumerator">
31144       <method name="Void .ctor()">
31145         <size>14</size>
31146       </method>
31147       <method name="Boolean MoveNext()">
31148         <size>21</size>
31149       </method>
31150       <method name="Char get_Current()">
31151         <size>3</size>
31152       </method>
31153     </type>
31154     <type name="RealEnumerator">
31155       <method name="Void .ctor(Coll)">
31156         <size>14</size>
31157       </method>
31158       <method name="Void Dispose()">
31159         <size>13</size>
31160       </method>
31161     </type>
31162     <type name="Coll">
31163       <method name="Void .ctor()">
31164         <size>7</size>
31165       </method>
31166       <method name="Enumerator GetEnumerator()">
31167         <size>7</size>
31168       </method>
31169     </type>
31170     <type name="Test">
31171       <method name="Void .ctor()">
31172         <size>7</size>
31173       </method>
31174       <method name="Int32 Main(System.String[])">
31175         <size>80</size>
31176       </method>
31177     </type>
31178   </test>
31179   <test name="test-189.cs">
31180     <type name="MyTest">
31181       <method name="Void .ctor()">
31182         <size>7</size>
31183       </method>
31184       <method name="Int32 Main(System.String[])">
31185         <size>63</size>
31186       </method>
31187       <method name="Int32 m(Int32, Double)">
31188         <size>2</size>
31189       </method>
31190       <method name="Int32 m(Int32, System.Int32[])">
31191         <size>2</size>
31192       </method>
31193     </type>
31194     <type name="MonoTest">
31195       <method name="Void .ctor()">
31196         <size>7</size>
31197       </method>
31198       <method name="Int32 method1(System.String, System.Object[])">
31199         <size>2</size>
31200       </method>
31201       <method name="Void testmethod()">
31202         <size>27</size>
31203       </method>
31204     </type>
31205     <type name="MonoTest2">
31206       <method name="Void .ctor()">
31207         <size>7</size>
31208       </method>
31209       <method name="Int32 method1(System.String, System.Object[])">
31210         <size>2</size>
31211       </method>
31212       <method name="Void testmethod2()">
31213         <size>27</size>
31214       </method>
31215     </type>
31216   </test>
31217   <test name="test-19.cs">
31218     <type name="I">
31219       <method name="Void .ctor()">
31220         <size>7</size>
31221       </method>
31222       <method name="Void .cctor()">
31223         <size>18</size>
31224       </method>
31225       <method name="System.String fn(System.String)">
31226         <size>17</size>
31227       </method>
31228     </type>
31229     <type name="X">
31230       <method name="Void .ctor()">
31231         <size>7</size>
31232       </method>
31233       <method name="Void Thread_func()">
31234         <size>11</size>
31235       </method>
31236       <method name="Int32 Func(Int32, Int32)">
31237         <size>4</size>
31238       </method>
31239       <method name="Void Bar()">
31240         <size>44</size>
31241       </method>
31242       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
31243         <size>18</size>
31244       </method>
31245       <method name="Int32 Main()">
31246         <size>303</size>
31247       </method>
31248       <method name="Int32 multiply_by_three(Int32)">
31249         <size>4</size>
31250       </method>
31251     </type>
31252     <type name="TestNamespace.TestClass">
31253       <method name="Void .ctor()">
31254         <size>7</size>
31255       </method>
31256     </type>
31257     <type name="I+GetTextFn">
31258       <method name="Void .ctor(Object, IntPtr)">
31259         <size>0</size>
31260       </method>
31261       <method name="System.String Invoke(System.String)">
31262         <size>0</size>
31263       </method>
31264       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
31265         <size>0</size>
31266       </method>
31267       <method name="System.String EndInvoke(IAsyncResult)">
31268         <size>0</size>
31269       </method>
31270     </type>
31271     <type name="X+Foo">
31272       <method name="Void .ctor(Object, IntPtr)">
31273         <size>0</size>
31274       </method>
31275       <method name="Int32 Invoke(Int32, Int32)">
31276         <size>0</size>
31277       </method>
31278       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
31279         <size>0</size>
31280       </method>
31281       <method name="Int32 EndInvoke(IAsyncResult)">
31282         <size>0</size>
31283       </method>
31284     </type>
31285     <type name="TestNamespace.TestClass+NotWorkingDelegate">
31286       <method name="Void .ctor(Object, IntPtr)">
31287         <size>0</size>
31288       </method>
31289       <method name="Single Invoke(Single, System.Object[])">
31290         <size>0</size>
31291       </method>
31292       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
31293         <size>0</size>
31294       </method>
31295       <method name="Single EndInvoke(IAsyncResult)">
31296         <size>0</size>
31297       </method>
31298     </type>
31299     <type name="NameSpace.TestDelegate">
31300       <method name="Void .ctor(Object, IntPtr)">
31301         <size>0</size>
31302       </method>
31303       <method name="Int32 Invoke(Int32)">
31304         <size>0</size>
31305       </method>
31306       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31307         <size>0</size>
31308       </method>
31309       <method name="Int32 EndInvoke(IAsyncResult)">
31310         <size>0</size>
31311       </method>
31312     </type>
31313   </test>
31314   <test name="test-190.cs">
31315     <type name="A">
31316       <method name="Void .ctor()">
31317         <size>7</size>
31318       </method>
31319       <method name="Void Main()">
31320         <size>1</size>
31321       </method>
31322     </type>
31323     <type name="A+B">
31324       <method name="Void .ctor()">
31325         <size>7</size>
31326       </method>
31327       <method name="Void Test()">
31328         <size>8</size>
31329       </method>
31330     </type>
31331     <type name="A+C">
31332       <method name="Void .ctor()">
31333         <size>7</size>
31334       </method>
31335       <method name="Void Test(A)">
31336         <size>8</size>
31337       </method>
31338     </type>
31339   </test>
31340   <test name="test-191.cs">
31341     <type name="X">
31342       <method name="Void .ctor()">
31343         <size>7</size>
31344       </method>
31345     </type>
31346     <type name="X+E">
31347       <method name="Void .ctor()">
31348         <size>7</size>
31349       </method>
31350     </type>
31351     <type name="X+D">
31352       <method name="Void .ctor()">
31353         <size>7</size>
31354       </method>
31355     </type>
31356     <type name="X+D+P">
31357       <method name="Void .ctor()">
31358         <size>7</size>
31359       </method>
31360     </type>
31361     <type name="Y">
31362       <method name="Void .ctor()">
31363         <size>7</size>
31364       </method>
31365     </type>
31366     <type name="Y+Op">
31367       <method name="Void .ctor()">
31368         <size>7</size>
31369       </method>
31370     </type>
31371     <type name="R">
31372       <method name="Void .ctor()">
31373         <size>7</size>
31374       </method>
31375       <method name="Void Main()">
31376         <size>1</size>
31377       </method>
31378     </type>
31379   </test>
31380   <test name="test-192.cs">
31381     <type name="X">
31382       <method name="Void .ctor()">
31383         <size>7</size>
31384       </method>
31385       <method name="Void Main()">
31386         <size>1</size>
31387       </method>
31388     </type>
31389   </test>
31390   <test name="test-193.cs">
31391     <type name="A">
31392       <method name="Void .ctor()">
31393         <size>7</size>
31394       </method>
31395       <method name="Int32 Test(Int32)">
31396         <size>88</size>
31397       </method>
31398       <method name="Int32 Main()">
31399         <size>7</size>
31400       </method>
31401     </type>
31402   </test>
31403   <test name="test-194.cs">
31404     <type name="TestParams">
31405       <method name="Void .ctor()">
31406         <size>7</size>
31407       </method>
31408       <method name="Int32 Main(System.String[])">
31409         <size>38</size>
31410       </method>
31411       <method name="Int32 Params(System.Object[])">
31412         <size>10</size>
31413       </method>
31414     </type>
31415   </test>
31416   <test name="test-195.cs">
31417     <type name="Y">
31418       <method name="Void .ctor()">
31419         <size>7</size>
31420       </method>
31421       <method name="Void .cctor()">
31422         <size>1</size>
31423       </method>
31424       <method name="Int32 C()">
31425         <size>36</size>
31426       </method>
31427     </type>
31428     <type name="X">
31429       <method name="Void .ctor()">
31430         <size>8</size>
31431       </method>
31432       <method name="Void .ctor(Int32)">
31433         <size>18</size>
31434       </method>
31435       <method name="Void Main()">
31436         <size>7</size>
31437       </method>
31438     </type>
31439   </test>
31440   <test name="test-196.cs">
31441     <type name="X">
31442       <method name="Void .ctor()">
31443         <size>7</size>
31444       </method>
31445       <method name="Void Bug1()">
31446         <size>15</size>
31447       </method>
31448       <method name="Void Bug2()">
31449         <size>15</size>
31450       </method>
31451       <method name="Int32 Main()">
31452         <size>2</size>
31453       </method>
31454     </type>
31455   </test>
31456   <test name="test-197.cs">
31457     <type name="X">
31458       <method name="Void .ctor()">
31459         <size>7</size>
31460       </method>
31461       <method name="Void Foo()">
31462         <size>0</size>
31463       </method>
31464     </type>
31465     <type name="Y">
31466       <method name="Void .ctor()">
31467         <size>7</size>
31468       </method>
31469     </type>
31470     <type name="Z">
31471       <method name="Void .ctor()">
31472         <size>7</size>
31473       </method>
31474       <method name="Void Foo()">
31475         <size>11</size>
31476       </method>
31477     </type>
31478     <type name="Test">
31479       <method name="Void .ctor()">
31480         <size>7</size>
31481       </method>
31482       <method name="Int32 Main()">
31483         <size>16</size>
31484       </method>
31485     </type>
31486   </test>
31487   <test name="test-198.cs">
31488     <type name="N1.N3.N4.Bar">
31489       <method name="Void .ctor()">
31490         <size>7</size>
31491       </method>
31492     </type>
31493     <type name="N1.N2.Foo">
31494       <method name="Void .ctor()">
31495         <size>7</size>
31496       </method>
31497     </type>
31498     <type name="N5.N6.Foo">
31499       <method name="Void .ctor()">
31500         <size>7</size>
31501       </method>
31502     </type>
31503     <type name="N5.N7.N8.Bar">
31504       <method name="Void .ctor()">
31505         <size>7</size>
31506       </method>
31507     </type>
31508     <type name="FirstOuter.FirstInner.First">
31509       <method name="Void .ctor()">
31510         <size>7</size>
31511       </method>
31512       <method name="System.String get_MyIdentity()">
31513         <size>12</size>
31514       </method>
31515     </type>
31516     <type name="FirstOuter.Second">
31517       <method name="Void .ctor()">
31518         <size>7</size>
31519       </method>
31520     </type>
31521     <type name="FirstOuter.SecondInner.Third">
31522       <method name="Void .ctor()">
31523         <size>7</size>
31524       </method>
31525     </type>
31526     <type name="FirstOuter.FirstInner.Fourth">
31527       <method name="Void .ctor()">
31528         <size>7</size>
31529       </method>
31530     </type>
31531     <type name="Fifth">
31532       <method name="Void .ctor()">
31533         <size>7</size>
31534       </method>
31535     </type>
31536     <type name="M1.M2.M3.Foo">
31537       <method name="Void .ctor()">
31538         <size>7</size>
31539       </method>
31540     </type>
31541     <type name="P1.P2.Bar">
31542       <method name="Void .ctor()">
31543         <size>7</size>
31544       </method>
31545     </type>
31546     <type name="X">
31547       <method name="Void .ctor()">
31548         <size>7</size>
31549       </method>
31550       <method name="Int32 Main()">
31551         <size>2</size>
31552       </method>
31553     </type>
31554   </test>
31555   <test name="test-199.cs">
31556     <type name="Test">
31557       <method name="Void .ctor()">
31558         <size>7</size>
31559       </method>
31560       <method name="Int32 Main()">
31561         <size>22</size>
31562       </method>
31563     </type>
31564     <type name="N1.Foo">
31565       <method name="Void .ctor()">
31566         <size>7</size>
31567       </method>
31568     </type>
31569     <type name="N1.Foo+Foo2">
31570       <method name="Void .ctor()">
31571         <size>7</size>
31572       </method>
31573     </type>
31574     <type name="N1.Bar2">
31575       <method name="Void .ctor()">
31576         <size>7</size>
31577       </method>
31578       <method name="Int32 Talk()">
31579         <size>2</size>
31580       </method>
31581     </type>
31582     <type name="N2.Bar">
31583       <method name="Void .ctor()">
31584         <size>7</size>
31585       </method>
31586     </type>
31587     <type name="N2.Bar+Bar2">
31588       <method name="Void .ctor()">
31589         <size>7</size>
31590       </method>
31591       <method name="Int32 Talk()">
31592         <size>2</size>
31593       </method>
31594     </type>
31595   </test>
31596   <test name="test-2.cs">
31597     <type name="X">
31598       <method name="Void .ctor()">
31599         <size>7</size>
31600       </method>
31601       <method name="Int32 Main(System.String[])">
31602         <size>12</size>
31603       </method>
31604     </type>
31605   </test>
31606   <test name="test-20.cs">
31607     <type name="A">
31608       <method name="Void .ctor()">
31609         <size>7</size>
31610       </method>
31611       <method name="Void X()">
31612         <size>8</size>
31613       </method>
31614     </type>
31615     <type name="B">
31616       <method name="Void .ctor()">
31617         <size>7</size>
31618       </method>
31619       <method name="Void X()">
31620         <size>8</size>
31621       </method>
31622       <method name="Void TestB()">
31623         <size>7</size>
31624       </method>
31625     </type>
31626     <type name="Ax">
31627       <method name="Void .ctor()">
31628         <size>7</size>
31629       </method>
31630       <method name="Void A()">
31631         <size>8</size>
31632       </method>
31633       <method name="Void B()">
31634         <size>8</size>
31635       </method>
31636     </type>
31637     <type name="Bx">
31638       <method name="Void .ctor()">
31639         <size>7</size>
31640       </method>
31641       <method name="Void A()">
31642         <size>8</size>
31643       </method>
31644       <method name="Void B()">
31645         <size>8</size>
31646       </method>
31647     </type>
31648     <type name="Test">
31649       <method name="Void .ctor()">
31650         <size>7</size>
31651       </method>
31652       <method name="Int32 Main()">
31653         <size>100</size>
31654       </method>
31655     </type>
31656   </test>
31657   <test name="test-200.cs">
31658     <type name="X">
31659       <method name="Void .ctor()">
31660         <size>7</size>
31661       </method>
31662       <method name="Int32 Main()">
31663         <size>104</size>
31664       </method>
31665     </type>
31666   </test>
31667   <test name="test-201.cs">
31668     <type name="Parent">
31669       <method name="Void .ctor()">
31670         <size>7</size>
31671       </method>
31672     </type>
31673     <type name="Child">
31674       <method name="Void .ctor()">
31675         <size>7</size>
31676       </method>
31677     </type>
31678     <type name="Child+Nested">
31679       <method name="Void .ctor()">
31680         <size>18</size>
31681       </method>
31682     </type>
31683     <type name="Collide">
31684       <method name="Void .ctor(Int32)">
31685         <size>14</size>
31686       </method>
31687       <method name="Void .cctor()">
31688         <size>12</size>
31689       </method>
31690       <method name="Int32 Main()">
31691         <size>27</size>
31692       </method>
31693     </type>
31694   </test>
31695   <test name="test-202.cs">
31696     <type name="X.X">
31697       <method name="Void .ctor()">
31698         <size>7</size>
31699       </method>
31700     </type>
31701     <type name="A.B.C.D">
31702       <method name="Void .ctor()">
31703         <size>7</size>
31704       </method>
31705     </type>
31706     <type name="Test">
31707       <method name="Void .ctor()">
31708         <size>7</size>
31709       </method>
31710       <method name="Int32 Main()">
31711         <size>14</size>
31712       </method>
31713     </type>
31714   </test>
31715   <test name="test-203.cs">
31716     <type name="Foo">
31717       <method name="Void .ctor()">
31718         <size>7</size>
31719       </method>
31720       <method name="Modifiers get_Modifiers()">
31721         <size>2</size>
31722       </method>
31723     </type>
31724     <type name="Bar">
31725       <method name="Void .ctor()">
31726         <size>7</size>
31727       </method>
31728       <method name="Int32 Main()">
31729         <size>13</size>
31730       </method>
31731     </type>
31732   </test>
31733   <test name="test-204.cs">
31734     <type name="X">
31735       <method name="Void .ctor(Int32)">
31736         <size>14</size>
31737       </method>
31738       <method name="System.String ToString()">
31739         <size>22</size>
31740       </method>
31741       <method name="Int32 Test()">
31742         <size>153</size>
31743       </method>
31744       <method name="Int32 Main()">
31745         <size>24</size>
31746       </method>
31747       <method name="X op_BitwiseAnd(X, X)">
31748         <size>19</size>
31749       </method>
31750       <method name="X op_BitwiseOr(X, X)">
31751         <size>19</size>
31752       </method>
31753       <method name="Boolean op_True(X)">
31754         <size>15</size>
31755       </method>
31756       <method name="Boolean op_False(X)">
31757         <size>12</size>
31758       </method>
31759     </type>
31760   </test>
31761   <test name="test-205.cs">
31762     <type name="A">
31763       <method name="Void .ctor(Object)">
31764         <size>7</size>
31765       </method>
31766     </type>
31767     <type name="Test">
31768       <method name="Void .ctor()">
31769         <size>7</size>
31770       </method>
31771       <method name="Void Main()">
31772         <size>1</size>
31773       </method>
31774     </type>
31775   </test>
31776   <test name="test-206.cs">
31777     <type name="X">
31778       <method name="Void .ctor()">
31779         <size>7</size>
31780       </method>
31781       <method name="Int32 get_Item(Int32)">
31782         <size>2</size>
31783       </method>
31784       <method name="System.Int32[] get_Item(System.Int32[])">
31785         <size>39</size>
31786       </method>
31787       <method name="Void Main()">
31788         <size>91</size>
31789       </method>
31790     </type>
31791     <type name="&lt;PrivateImplementationDetails&gt;">
31792       <method name="Void .ctor()">
31793         <size>7</size>
31794       </method>
31795     </type>
31796   </test>
31797   <test name="test-207.cs">
31798     <type name="X">
31799       <method name="Void .ctor()">
31800         <size>7</size>
31801       </method>
31802       <method name="Void .cctor()">
31803         <size>1</size>
31804       </method>
31805       <method name="Void hello(Int32)">
31806         <size>13</size>
31807       </method>
31808       <method name="Void world(Int32)">
31809         <size>16</size>
31810       </method>
31811       <method name="Int32 Main()">
31812         <size>138</size>
31813       </method>
31814     </type>
31815     <type name="Test">
31816       <method name="Void .ctor(Object, IntPtr)">
31817         <size>0</size>
31818       </method>
31819       <method name="Void Invoke(Int32)">
31820         <size>0</size>
31821       </method>
31822       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31823         <size>0</size>
31824       </method>
31825       <method name="Void EndInvoke(IAsyncResult)">
31826         <size>0</size>
31827       </method>
31828     </type>
31829   </test>
31830   <test name="test-208.cs">
31831     <type name="X">
31832       <method name="Void .ctor()">
31833         <size>7</size>
31834       </method>
31835       <method name="System.String get_Item(System.String)">
31836         <size>2</size>
31837       </method>
31838       <method name="Void Test()">
31839         <size>1</size>
31840       </method>
31841     </type>
31842     <type name="Y">
31843       <method name="Void .ctor()">
31844         <size>7</size>
31845       </method>
31846       <method name="Void Main()">
31847         <size>19</size>
31848       </method>
31849     </type>
31850   </test>
31851   <test name="test-209.cs">
31852     <type name="X">
31853       <method name="Void .ctor(Int32)">
31854         <size>14</size>
31855       </method>
31856       <method name="Int32 get_Foo()">
31857         <size>9</size>
31858       </method>
31859       <method name="Void set_Foo(Int32)">
31860         <size>8</size>
31861       </method>
31862       <method name="Int32 get_Item(Int32)">
31863         <size>7</size>
31864       </method>
31865       <method name="Void set_Item(Int32, Int32)">
31866         <size>8</size>
31867       </method>
31868       <method name="Void set_Item(System.String, System.String)">
31869         <size>7</size>
31870       </method>
31871       <method name="Void set_Bar(System.String)">
31872         <size>7</size>
31873       </method>
31874       <method name="A get_A()">
31875         <size>7</size>
31876       </method>
31877       <method name="Void set_A(A)">
31878         <size>12</size>
31879       </method>
31880       <method name="Int32 Main()">
31881         <size>75</size>
31882       </method>
31883     </type>
31884     <type name="A">
31885       <method name="Void .ctor(Int32)">
31886         <size>8</size>
31887       </method>
31888     </type>
31889   </test>
31890   <test name="test-21.cs">
31891     <type name="Blah">
31892       <method name="Void .ctor()">
31893         <size>7</size>
31894       </method>
31895       <method name="Int32 Main()">
31896         <size>47</size>
31897       </method>
31898     </type>
31899     <type name="Blah+Foo">
31900       <method name="Void .ctor()">
31901         <size>17</size>
31902       </method>
31903       <method name="Int32 Bar(Int32, Int32)">
31904         <size>14</size>
31905       </method>
31906     </type>
31907   </test>
31908   <test name="test-210.cs">
31909     <type name="X">
31910       <method name="Void .ctor()">
31911         <size>7</size>
31912       </method>
31913       <method name="Void foo()">
31914         <size>1</size>
31915       </method>
31916       <method name="Void Main()">
31917         <size>25</size>
31918       </method>
31919     </type>
31920     <type name="FooHandler">
31921       <method name="Void .ctor(Object, IntPtr)">
31922         <size>0</size>
31923       </method>
31924       <method name="Void Invoke()">
31925         <size>0</size>
31926       </method>
31927       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31928         <size>0</size>
31929       </method>
31930       <method name="Void EndInvoke(IAsyncResult)">
31931         <size>0</size>
31932       </method>
31933     </type>
31934   </test>
31935   <test name="test-211.cs">
31936     <type name="X">
31937       <method name="Void .ctor(Int32)">
31938         <size>14</size>
31939       </method>
31940       <method name="X op_Implicit(Int32)">
31941         <size>7</size>
31942       </method>
31943     </type>
31944     <type name="Y">
31945       <method name="Void .ctor(X)">
31946         <size>14</size>
31947       </method>
31948       <method name="Y op_Implicit(X)">
31949         <size>7</size>
31950       </method>
31951     </type>
31952     <type name="Z">
31953       <method name="Void .ctor(Y)">
31954         <size>14</size>
31955       </method>
31956       <method name="Int32 Main()">
31957         <size>27</size>
31958       </method>
31959       <method name="Z op_Implicit(Y)">
31960         <size>7</size>
31961       </method>
31962     </type>
31963   </test>
31964   <test name="test-212.cs">
31965     <type name="Problem">
31966       <method name="Void .ctor(String)">
31967         <size>14</size>
31968       </method>
31969       <method name="Int32 Multi(Int32, Problem[])">
31970         <size>4</size>
31971       </method>
31972       <method name="Int32 Main(System.String[])">
31973         <size>76</size>
31974       </method>
31975       <method name="Problem op_Implicit(Int32)">
31976         <size>22</size>
31977       </method>
31978     </type>
31979   </test>
31980   <test name="test-213.cs">
31981     <type name="MyTest">
31982       <method name="Void .ctor()">
31983         <size>7</size>
31984       </method>
31985       <method name="Void Main(System.String[])">
31986         <size>31</size>
31987       </method>
31988     </type>
31989     <type name="S">
31990       <method name="Void .ctor(Int32)">
31991         <size>8</size>
31992       </method>
31993       <method name="Void Print()">
31994         <size>12</size>
31995       </method>
31996     </type>
31997   </test>
31998   <test name="test-214.cs">
31999     <type name="N2.Test">
32000       <method name="Void .ctor()">
32001         <size>7</size>
32002       </method>
32003       <method name="Int32 Main()">
32004         <size>7</size>
32005       </method>
32006     </type>
32007     <type name="N1.C1">
32008       <method name="Void .ctor()">
32009         <size>7</size>
32010       </method>
32011       <method name="Void Foo()">
32012         <size>1</size>
32013       </method>
32014     </type>
32015   </test>
32016   <test name="test-215.cs">
32017     <type name="Test">
32018       <method name="Void .ctor()">
32019         <size>7</size>
32020       </method>
32021       <method name="Void .cctor()">
32022         <size>1</size>
32023       </method>
32024       <method name="N1.C1 get_C1()">
32025         <size>6</size>
32026       </method>
32027       <method name="Int32 Main()">
32028         <size>8</size>
32029       </method>
32030     </type>
32031     <type name="N1.C1">
32032       <method name="Void .ctor()">
32033         <size>7</size>
32034       </method>
32035     </type>
32036   </test>
32037   <test name="test-216.cs">
32038     <type name="cls">
32039       <method name="Void .ctor()">
32040         <size>7</size>
32041       </method>
32042       <method name="Void add_OnWhatever(OnWhateverDelegate)">
32043         <size>47</size>
32044       </method>
32045       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
32046         <size>47</size>
32047       </method>
32048       <method name="Void CallMyDel(System.String)">
32049         <size>13</size>
32050       </method>
32051     </type>
32052     <type name="cls+nestedcls">
32053       <method name="Void .ctor()">
32054         <size>7</size>
32055       </method>
32056       <method name="Void CallParentDel(cls, System.String)">
32057         <size>13</size>
32058       </method>
32059     </type>
32060     <type name="MonoEmbed">
32061       <method name="Void .ctor()">
32062         <size>7</size>
32063       </method>
32064       <method name="Void Main()">
32065         <size>36</size>
32066       </method>
32067       <method name="Void Whatever(System.String)">
32068         <size>7</size>
32069       </method>
32070     </type>
32071     <type name="OnWhateverDelegate">
32072       <method name="Void .ctor(Object, IntPtr)">
32073         <size>0</size>
32074       </method>
32075       <method name="Void Invoke(System.String)">
32076         <size>0</size>
32077       </method>
32078       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
32079         <size>0</size>
32080       </method>
32081       <method name="Void EndInvoke(IAsyncResult)">
32082         <size>0</size>
32083       </method>
32084     </type>
32085   </test>
32086   <test name="test-217.cs">
32087     <type name="Test">
32088       <method name="Void .ctor()">
32089         <size>7</size>
32090       </method>
32091       <method name="Int32 Main()">
32092         <size>174</size>
32093       </method>
32094       <method name="System.Object compare_gte(Int32, Int32)">
32095         <size>13</size>
32096       </method>
32097       <method name="System.Object compare_lte(Int32, Int32)">
32098         <size>13</size>
32099       </method>
32100     </type>
32101   </test>
32102   <test name="test-218.cs">
32103     <type name="T">
32104       <method name="Void .ctor()">
32105         <size>7</size>
32106       </method>
32107       <method name="Void .cctor()">
32108         <size>27</size>
32109       </method>
32110       <method name="Void Main()">
32111         <size>1</size>
32112       </method>
32113       <method name="Void compareQueryQuery1(System.Object)">
32114         <size>1</size>
32115       </method>
32116     </type>
32117     <type name="T+foo">
32118       <method name="Void .ctor(Object, IntPtr)">
32119         <size>0</size>
32120       </method>
32121       <method name="Void Invoke(System.Object)">
32122         <size>0</size>
32123       </method>
32124       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
32125         <size>0</size>
32126       </method>
32127       <method name="Void EndInvoke(IAsyncResult)">
32128         <size>0</size>
32129       </method>
32130     </type>
32131   </test>
32132   <test name="test-219.cs">
32133     <type name="TestAttribute">
32134       <method name="Void .ctor(Type)">
32135         <size>14</size>
32136       </method>
32137       <method name="System.Type get_Type()">
32138         <size>7</size>
32139       </method>
32140     </type>
32141     <type name="Test">
32142       <method name="Void .ctor()">
32143         <size>7</size>
32144       </method>
32145       <method name="Void Main()">
32146         <size>75</size>
32147       </method>
32148     </type>
32149   </test>
32150   <test name="test-22.cs">
32151     <type name="M">
32152       <method name="Void .ctor()">
32153         <size>7</size>
32154       </method>
32155       <method name="Int32 Main()">
32156         <size>63</size>
32157       </method>
32158     </type>
32159     <type name="S">
32160       <method name="T GetT()">
32161         <size>7</size>
32162       </method>
32163       <method name="Void Init()">
32164         <size>25</size>
32165       </method>
32166     </type>
32167   </test>
32168   <test name="test-220.cs">
32169     <type name="MonoBUG.Bug">
32170       <method name="Void .ctor()">
32171         <size>7</size>
32172       </method>
32173       <method name="Int32 Main(System.String[])">
32174         <size>136</size>
32175       </method>
32176     </type>
32177     <type name="MonoBUG.Foo">
32178       <method name="Void .ctor(String)">
32179         <size>14</size>
32180       </method>
32181       <method name="System.String get_Name()">
32182         <size>7</size>
32183       </method>
32184     </type>
32185     <type name="MonoBUG.FooList">
32186       <method name="Void .ctor()">
32187         <size>7</size>
32188       </method>
32189       <method name="Void .cctor()">
32190         <size>1</size>
32191       </method>
32192       <method name="Void Add(MonoBUG.Foo)">
32193         <size>19</size>
32194       </method>
32195       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
32196         <size>7</size>
32197       </method>
32198     </type>
32199     <type name="MonoBUG.FooList+FooEnumerator">
32200       <method name="Void .ctor(FooList)">
32201         <size>31</size>
32202       </method>
32203       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
32204         <size>12</size>
32205       </method>
32206       <method name="Void System.Collections.IEnumerator.Reset()">
32207         <size>12</size>
32208       </method>
32209       <method name="MonoBUG.Foo get_Current()">
32210         <size>46</size>
32211       </method>
32212       <method name="Boolean MoveNext()">
32213         <size>12</size>
32214       </method>
32215       <method name="Void Reset()">
32216         <size>12</size>
32217       </method>
32218       <method name="System.Object System.Collections.IEnumerator.get_Current()">
32219         <size>28</size>
32220       </method>
32221     </type>
32222   </test>
32223   <test name="test-221.cs">
32224     <type name="A">
32225       <method name="Void .ctor()">
32226         <size>7</size>
32227       </method>
32228       <method name="Int32 get_Blah()">
32229         <size>2</size>
32230       </method>
32231       <method name="Void set_Blah(Int32)">
32232         <size>1</size>
32233       </method>
32234     </type>
32235     <type name="B">
32236       <method name="Void .ctor()">
32237         <size>7</size>
32238       </method>
32239       <method name="Int32 get_Blah()">
32240         <size>2</size>
32241       </method>
32242       <method name="Boolean Test()">
32243         <size>54</size>
32244       </method>
32245     </type>
32246     <type name="C">
32247       <method name="Void .ctor()">
32248         <size>7</size>
32249       </method>
32250       <method name="Int32 get_Blah()">
32251         <size>0</size>
32252       </method>
32253       <method name="Void set_Blah(Int32)">
32254         <size>0</size>
32255       </method>
32256     </type>
32257     <type name="D">
32258       <method name="Void .ctor()">
32259         <size>7</size>
32260       </method>
32261       <method name="Int32 get_Blah()">
32262         <size>2</size>
32263       </method>
32264       <method name="Void set_Blah(Int32)">
32265         <size>1</size>
32266       </method>
32267     </type>
32268     <type name="E">
32269       <method name="Void .ctor()">
32270         <size>7</size>
32271       </method>
32272       <method name="Int32 get_Blah()">
32273         <size>7</size>
32274       </method>
32275       <method name="Boolean Test()">
32276         <size>54</size>
32277       </method>
32278     </type>
32279     <type name="F">
32280       <method name="Void .ctor()">
32281         <size>7</size>
32282       </method>
32283       <method name="Int32 get_Item(Int32)">
32284         <size>2</size>
32285       </method>
32286       <method name="Void set_Item(Int32, Int32)">
32287         <size>1</size>
32288       </method>
32289       <method name="Int32 get_Blah()">
32290         <size>2</size>
32291       </method>
32292       <method name="Void set_Blah(Int32)">
32293         <size>1</size>
32294       </method>
32295       <method name="Boolean Test()">
32296         <size>108</size>
32297       </method>
32298     </type>
32299     <type name="Driver">
32300       <method name="Void .ctor()">
32301         <size>7</size>
32302       </method>
32303       <method name="Int32 Main()">
32304         <size>38</size>
32305       </method>
32306     </type>
32307     <type name="F">
32308       <method name="Int32 IBlah.get_Item(Int32)">
32309         <size>2</size>
32310       </method>
32311       <method name="Void IBlah.set_Item(Int32, Int32)">
32312         <size>1</size>
32313       </method>
32314       <method name="Int32 IBlah.get_Blah()">
32315         <size>2</size>
32316       </method>
32317       <method name="Void IBlah.set_Blah(Int32)">
32318         <size>1</size>
32319       </method>
32320     </type>
32321   </test>
32322   <test name="test-222.cs">
32323     <type name="Class_1">
32324       <method name="Void .ctor()">
32325         <size>7</size>
32326       </method>
32327       <method name="UIntPtr Valid()">
32328         <size>7</size>
32329       </method>
32330     </type>
32331     <type name="MainClass">
32332       <method name="Void .ctor()">
32333         <size>7</size>
32334       </method>
32335       <method name="Int32 Main()">
32336         <size>2</size>
32337       </method>
32338     </type>
32339   </test>
32340   <test name="test-223.cs">
32341     <type name="T">
32342       <method name="Void .ctor()">
32343         <size>7</size>
32344       </method>
32345       <method name="Int32 Main()">
32346         <size>65</size>
32347       </method>
32348     </type>
32349   </test>
32350   <test name="test-224.cs">
32351     <type name="XmlMemberArrayAttribute">
32352       <method name="Void .ctor(String)">
32353         <size>38</size>
32354       </method>
32355       <method name="System.Char[] get_Separator()">
32356         <size>7</size>
32357       </method>
32358       <method name="Void set_Separator(System.Char[])">
32359         <size>8</size>
32360       </method>
32361       <method name="System.String get_Name()">
32362         <size>7</size>
32363       </method>
32364       <method name="Void set_Name(System.String)">
32365         <size>8</size>
32366       </method>
32367       <method name="Boolean get_IsRequired()">
32368         <size>7</size>
32369       </method>
32370       <method name="Void set_IsRequired(Boolean)">
32371         <size>8</size>
32372       </method>
32373     </type>
32374     <type name="t">
32375       <method name="Void .ctor()">
32376         <size>7</size>
32377       </method>
32378       <method name="Void Main()">
32379         <size>1</size>
32380       </method>
32381     </type>
32382   </test>
32383   <test name="test-225.cs">
32384     <type name="A">
32385       <method name="Void .ctor()">
32386         <size>14</size>
32387       </method>
32388     </type>
32389     <type name="B">
32390       <method name="Void .ctor()">
32391         <size>7</size>
32392       </method>
32393       <method name="Int32 foo()">
32394         <size>2</size>
32395       </method>
32396       <method name="Void Main()">
32397         <size>18</size>
32398       </method>
32399     </type>
32400   </test>
32401   <test name="test-226.cs">
32402     <type name="Test226">
32403       <method name="Void .ctor()">
32404         <size>7</size>
32405       </method>
32406       <method name="Void Test()">
32407         <size>35</size>
32408       </method>
32409       <method name="Int32 Main()">
32410         <size>23</size>
32411       </method>
32412     </type>
32413   </test>
32414   <test name="test-227.cs">
32415     <type name="A.T">
32416       <method name="Void .ctor()">
32417         <size>7</size>
32418       </method>
32419       <method name="Void Main()">
32420         <size>3</size>
32421       </method>
32422     </type>
32423   </test>
32424   <test name="test-228.cs">
32425     <type name="BadRefTest.CtorInc">
32426       <method name="Void .ctor()">
32427         <size>30</size>
32428       </method>
32429       <method name="Int32 IncByRef(Int32 ByRef)">
32430         <size>10</size>
32431       </method>
32432       <method name="Boolean Results(Int32)">
32433         <size>98</size>
32434       </method>
32435     </type>
32436     <type name="BadRefTest.Runner">
32437       <method name="Void .ctor()">
32438         <size>7</size>
32439       </method>
32440       <method name="Int32 Main()">
32441         <size>43</size>
32442       </method>
32443     </type>
32444   </test>
32445   <test name="test-229.cs">
32446     <type name="List">
32447       <method name="Void .ctor(Int32)">
32448         <size>19</size>
32449       </method>
32450       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
32451         <size>12</size>
32452       </method>
32453       <method name="Void Add(Int32)">
32454         <size>26</size>
32455       </method>
32456       <method name="MyEnumerator GetEnumerator()">
32457         <size>7</size>
32458       </method>
32459     </type>
32460     <type name="UberList">
32461       <method name="Void .ctor(Int32)">
32462         <size>8</size>
32463       </method>
32464       <method name="Int32 Main(System.String[])">
32465         <size>38</size>
32466       </method>
32467       <method name="Boolean One()">
32468         <size>62</size>
32469       </method>
32470       <method name="Boolean Two()">
32471         <size>62</size>
32472       </method>
32473       <method name="Boolean Three()">
32474         <size>62</size>
32475       </method>
32476     </type>
32477     <type name="List+MyEnumerator">
32478       <method name="Void .ctor(List)">
32479         <size>15</size>
32480       </method>
32481       <method name="System.Object get_Current()">
32482         <size>24</size>
32483       </method>
32484       <method name="Boolean MoveNext()">
32485         <size>31</size>
32486       </method>
32487       <method name="Void Reset()">
32488         <size>8</size>
32489       </method>
32490     </type>
32491   </test>
32492   <test name="test-23.cs">
32493     <type name="X">
32494       <method name="Void .ctor()">
32495         <size>7</size>
32496       </method>
32497       <method name="Void .cctor()">
32498         <size>8</size>
32499       </method>
32500       <method name="Int32 get_Value()">
32501         <size>6</size>
32502       </method>
32503       <method name="Void set_Value(Int32)">
32504         <size>7</size>
32505       </method>
32506       <method name="Int32 Main()">
32507         <size>170</size>
32508       </method>
32509     </type>
32510     <type name="Y">
32511       <method name="Void .ctor(String)">
32512         <size>14</size>
32513       </method>
32514       <method name="System.String get_Value()">
32515         <size>7</size>
32516       </method>
32517       <method name="Void set_Value(System.String)">
32518         <size>8</size>
32519       </method>
32520     </type>
32521     <type name="Z">
32522       <method name="Void .cctor()">
32523         <size>7</size>
32524       </method>
32525       <method name="Int32 get_IVal()">
32526         <size>6</size>
32527       </method>
32528       <method name="Void set_IVal(Int32)">
32529         <size>7</size>
32530       </method>
32531       <method name="Int32 get_XVal()">
32532         <size>7</size>
32533       </method>
32534       <method name="Void set_XVal(Int32)">
32535         <size>8</size>
32536       </method>
32537     </type>
32538   </test>
32539   <test name="test-230.cs">
32540     <type name="TestClass">
32541       <method name="Void .ctor()">
32542         <size>7</size>
32543       </method>
32544       <method name="Int32 Main()">
32545         <size>56</size>
32546       </method>
32547     </type>
32548   </test>
32549   <test name="test-231.cs">
32550     <type name="T">
32551       <method name="Void .ctor()">
32552         <size>7</size>
32553       </method>
32554       <method name="Void .cctor()">
32555         <size>1</size>
32556       </method>
32557       <method name="Int32 Main()">
32558         <size>44</size>
32559       </method>
32560       <method name="Void Foo()">
32561         <size>23</size>
32562       </method>
32563     </type>
32564   </test>
32565   <test name="test-232.cs">
32566     <type name="CtorInfoTest">
32567       <method name="Void .ctor()">
32568         <size>7</size>
32569       </method>
32570       <method name="Void Main(System.String[])">
32571         <size>977</size>
32572       </method>
32573       <method name="Void Assert(System.Object, System.Object)">
32574         <size>38</size>
32575       </method>
32576     </type>
32577     <type name="&lt;PrivateImplementationDetails&gt;">
32578       <method name="Void .ctor()">
32579         <size>7</size>
32580       </method>
32581     </type>
32582   </test>
32583   <test name="test-233.cs">
32584     <type name="Tests">
32585       <method name="Void .ctor()">
32586         <size>7</size>
32587       </method>
32588       <method name="Int32 Main()">
32589         <size>16</size>
32590       </method>
32591       <method name="Int32 test_0_beq()">
32592         <size>29</size>
32593       </method>
32594       <method name="Int32 test_0_bne_un()">
32595         <size>29</size>
32596       </method>
32597       <method name="Int32 test_0_conv_r8()">
32598         <size>29</size>
32599       </method>
32600       <method name="Int32 test_0_conv_i()">
32601         <size>76</size>
32602       </method>
32603       <method name="Int32 test_5_conv_r4()">
32604         <size>8</size>
32605       </method>
32606       <method name="Int32 test_5_double_conv_r4()">
32607         <size>16</size>
32608       </method>
32609       <method name="Int32 test_5_float_conv_r8()">
32610         <size>12</size>
32611       </method>
32612       <method name="Int32 test_5_conv_r8()">
32613         <size>8</size>
32614       </method>
32615       <method name="Int32 test_5_add()">
32616         <size>25</size>
32617       </method>
32618       <method name="Int32 test_5_sub()">
32619         <size>25</size>
32620       </method>
32621       <method name="Int32 test_24_mul()">
32622         <size>25</size>
32623       </method>
32624       <method name="Int32 test_4_div()">
32625         <size>25</size>
32626       </method>
32627       <method name="Int32 test_2_rem()">
32628         <size>25</size>
32629       </method>
32630       <method name="Int32 test_2_neg()">
32631         <size>14</size>
32632       </method>
32633       <method name="Int32 test_46_float_add_spill()">
32634         <size>129</size>
32635       </method>
32636       <method name="Int32 test_362880_float_mul_spill()">
32637         <size>129</size>
32638       </method>
32639       <method name="Int32 test_4_long_cast()">
32640         <size>29</size>
32641       </method>
32642       <method name="Int32 test_16_float_cmp()">
32643         <size>317</size>
32644       </method>
32645       <method name="Int32 test_15_float_cmp_un()">
32646         <size>297</size>
32647       </method>
32648       <method name="Int32 test_15_float_branch()">
32649         <size>219</size>
32650       </method>
32651       <method name="Int32 test_15_float_branch_un()">
32652         <size>219</size>
32653       </method>
32654     </type>
32655     <type name="TestDriver">
32656       <method name="Void .ctor()">
32657         <size>7</size>
32658       </method>
32659       <method name="Int32 RunTests(System.Type, System.String[])">
32660         <size>571</size>
32661       </method>
32662       <method name="Int32 RunTests(System.Type)">
32663         <size>8</size>
32664       </method>
32665     </type>
32666   </test>
32667   <test name="test-234.cs">
32668     <type name="T">
32669       <method name="Void .ctor()">
32670         <size>7</size>
32671       </method>
32672       <method name="Void Main()">
32673         <size>701</size>
32674       </method>
32675     </type>
32676   </test>
32677   <test name="test-235.cs">
32678     <type name="T">
32679       <method name="Void .ctor()">
32680         <size>7</size>
32681       </method>
32682       <method name="Void Foo(T, T)">
32683         <size>1</size>
32684       </method>
32685       <method name="Void Foo(System.Object[])">
32686         <size>1</size>
32687       </method>
32688       <method name="Int32 Main()">
32689         <size>13</size>
32690       </method>
32691     </type>
32692   </test>
32693   <test name="test-236.cs">
32694     <type name="Tests.Test">
32695       <method name="Void .ctor()">
32696         <size>7</size>
32697       </method>
32698       <method name="Void Main()">
32699         <size>42</size>
32700       </method>
32701       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
32702         <size>9</size>
32703       </method>
32704       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
32705         <size>10</size>
32706       </method>
32707     </type>
32708   </test>
32709   <test name="test-237.cs">
32710     <type name="Params">
32711       <method name="Void .ctor()">
32712         <size>7</size>
32713       </method>
32714       <method name="Void .cctor()">
32715         <size>96</size>
32716       </method>
32717       <method name="Void foo(System.String, System.Object[])">
32718         <size>132</size>
32719       </method>
32720       <method name="Void Main()">
32721         <size>45</size>
32722       </method>
32723     </type>
32724     <type name="Params+FOO">
32725       <method name="Void .ctor(Object, IntPtr)">
32726         <size>0</size>
32727       </method>
32728       <method name="Void Invoke(System.String, System.Object[])">
32729         <size>0</size>
32730       </method>
32731       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
32732         <size>0</size>
32733       </method>
32734       <method name="Void EndInvoke(IAsyncResult)">
32735         <size>0</size>
32736       </method>
32737     </type>
32738   </test>
32739   <test name="test-238.cs">
32740     <type name="TestClass">
32741       <method name="Void .ctor()">
32742         <size>7</size>
32743       </method>
32744       <method name="Void ConditionalMethod()">
32745         <size>7</size>
32746       </method>
32747       <method name="Int32 Main()">
32748         <size>12</size>
32749       </method>
32750     </type>
32751   </test>
32752   <test name="test-239.cs">
32753     <type name="BaseClass">
32754       <method name="Void .ctor()">
32755         <size>7</size>
32756       </method>
32757       <method name="Void ConditionalMethod()">
32758         <size>7</size>
32759       </method>
32760     </type>
32761     <type name="TestClass">
32762       <method name="Void .ctor()">
32763         <size>7</size>
32764       </method>
32765       <method name="Void ConditionalMethod()">
32766         <size>1</size>
32767       </method>
32768     </type>
32769     <type name="MainClass">
32770       <method name="Void .ctor()">
32771         <size>7</size>
32772       </method>
32773       <method name="Int32 Main()">
32774         <size>18</size>
32775       </method>
32776     </type>
32777   </test>
32778   <test name="test-24.cs">
32779     <type name="X">
32780       <method name="Void .ctor()">
32781         <size>7</size>
32782       </method>
32783       <method name="System.String get_S()">
32784         <size>6</size>
32785       </method>
32786       <method name="Void set_S(System.String)">
32787         <size>7</size>
32788       </method>
32789       <method name="Int32 Main()">
32790         <size>92</size>
32791       </method>
32792     </type>
32793   </test>
32794   <test name="test-240.cs">
32795     <type name="TestClass">
32796       <method name="Void .ctor()">
32797         <size>7</size>
32798       </method>
32799       <method name="Void .cctor()">
32800         <size>7</size>
32801       </method>
32802       <method name="Void ConditionalMethod()">
32803         <size>17</size>
32804       </method>
32805       <method name="Int32 Main()">
32806         <size>11</size>
32807       </method>
32808     </type>
32809   </test>
32810   <test name="test-241.cs">
32811     <type name="Foo">
32812       <method name="Void .ctor()">
32813         <size>7</size>
32814       </method>
32815       <method name="Int32 get_SomeProperty()">
32816         <size>3</size>
32817       </method>
32818       <method name="Int32 M()">
32819         <size>3</size>
32820       </method>
32821       <method name="Void Main()">
32822         <size>1</size>
32823       </method>
32824     </type>
32825     <type name="Foo+FooPrivate">
32826       <method name="Void .ctor(Foo)">
32827         <size>14</size>
32828       </method>
32829       <method name="Int32 get_SomeProperty()">
32830         <size>24</size>
32831       </method>
32832     </type>
32833   </test>
32834   <test name="test-242.cs">
32835     <type name="BaseClass">
32836       <method name="Void .ctor()">
32837         <size>14</size>
32838       </method>
32839     </type>
32840     <type name="Derived">
32841       <method name="Void .ctor()">
32842         <size>7</size>
32843       </method>
32844       <method name="Int32 get_Location()">
32845         <size>3</size>
32846       </method>
32847       <method name="Void Main()">
32848         <size>1</size>
32849       </method>
32850     </type>
32851   </test>
32852   <test name="test-243.cs">
32853     <type name="X">
32854       <method name="Void .ctor()">
32855         <size>7</size>
32856       </method>
32857       <method name="Boolean Resolve(System.String)">
32858         <size>2</size>
32859       </method>
32860       <method name="System.String Test()">
32861         <size>2</size>
32862       </method>
32863       <method name="Void Main()">
32864         <size>8</size>
32865       </method>
32866     </type>
32867   </test>
32868   <test name="test-244.cs">
32869     <type name="Foo">
32870       <method name="Void .ctor()">
32871         <size>7</size>
32872       </method>
32873       <method name="Void .cctor()">
32874         <size>1</size>
32875       </method>
32876       <method name="Int32 Main()">
32877         <size>136</size>
32878       </method>
32879       <method name="MyBool get_t()">
32880         <size>29</size>
32881       </method>
32882       <method name="MyBool get_f()">
32883         <size>29</size>
32884       </method>
32885     </type>
32886     <type name="MyBool">
32887       <method name="Void .ctor(Boolean)">
32888         <size>8</size>
32889       </method>
32890       <method name="System.String ToString()">
32891         <size>12</size>
32892       </method>
32893       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
32894         <size>21</size>
32895       </method>
32896       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
32897         <size>21</size>
32898       </method>
32899       <method name="Boolean op_True(MyBool)">
32900         <size>8</size>
32901       </method>
32902       <method name="Boolean op_False(MyBool)">
32903         <size>11</size>
32904       </method>
32905     </type>
32906   </test>
32907   <test name="test-245.cs">
32908     <type name="Class2">
32909       <method name="Void .ctor()">
32910         <size>7</size>
32911       </method>
32912       <method name="System.String get_def_kind()">
32913         <size>12</size>
32914       </method>
32915       <method name="Void Main()">
32916         <size>1</size>
32917       </method>
32918     </type>
32919   </test>
32920   <test name="test-246.cs">
32921     <type name="B">
32922       <method name="Void .ctor()">
32923         <size>7</size>
32924       </method>
32925       <method name="Void Main()">
32926         <size>38</size>
32927       </method>
32928     </type>
32929     <type name="Blah">
32930       <method name="Void Dispose()">
32931         <size>11</size>
32932       </method>
32933     </type>
32934   </test>
32935   <test name="test-247.cs">
32936     <type name="B">
32937       <method name="Void .ctor()">
32938         <size>7</size>
32939       </method>
32940       <method name="Void Main()">
32941         <size>71</size>
32942       </method>
32943     </type>
32944     <type name="Blah">
32945       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
32946         <size>11</size>
32947       </method>
32948     </type>
32949   </test>
32950   <test name="test-248.cs">
32951     <type name="T">
32952       <method name="Void .ctor()">
32953         <size>7</size>
32954       </method>
32955       <method name="Foo GetFoo()">
32956         <size>10</size>
32957       </method>
32958       <method name="Void Main()">
32959         <size>26</size>
32960       </method>
32961     </type>
32962   </test>
32963   <test name="test-249.cs">
32964     <type name="X">
32965       <method name="Void .ctor()">
32966         <size>7</size>
32967       </method>
32968       <method name="Void Main()">
32969         <size>1</size>
32970       </method>
32971     </type>
32972   </test>
32973   <test name="test-25.cs">
32974     <type name="X">
32975       <method name="Void .ctor()">
32976         <size>7</size>
32977       </method>
32978       <method name="Int32 Main()">
32979         <size>214</size>
32980       </method>
32981     </type>
32982   </test>
32983   <test name="test-250.cs">
32984     <type name="Test.foo3">
32985       <method name="Void .ctor()">
32986         <size>7</size>
32987       </method>
32988     </type>
32989     <type name="Test.Tests">
32990       <method name="Void .ctor()">
32991         <size>7</size>
32992       </method>
32993       <method name="Void Main()">
32994         <size>1</size>
32995       </method>
32996     </type>
32997   </test>
32998   <test name="test-251.cs">
32999     <type name="X">
33000       <method name="Void .ctor()">
33001         <size>7</size>
33002       </method>
33003       <method name="Void Main()">
33004         <size>1</size>
33005       </method>
33006     </type>
33007   </test>
33008   <test name="test-252.cs">
33009     <type name="A">
33010       <method name="Void .ctor()">
33011         <size>7</size>
33012       </method>
33013       <method name="Void add_Bar(Foo)">
33014         <size>47</size>
33015       </method>
33016       <method name="Void remove_Bar(Foo)">
33017         <size>47</size>
33018       </method>
33019       <method name="Void m1()">
33020         <size>1</size>
33021       </method>
33022       <method name="Int32 Main()">
33023         <size>61</size>
33024       </method>
33025     </type>
33026     <type name="Foo">
33027       <method name="Void .ctor(Object, IntPtr)">
33028         <size>0</size>
33029       </method>
33030       <method name="Void Invoke()">
33031         <size>0</size>
33032       </method>
33033       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33034         <size>0</size>
33035       </method>
33036       <method name="Void EndInvoke(IAsyncResult)">
33037         <size>0</size>
33038       </method>
33039     </type>
33040   </test>
33041   <test name="test-253.cs">
33042     <type name="AccessibleAttribute">
33043       <method name="Void .ctor()">
33044         <size>7</size>
33045       </method>
33046     </type>
33047     <type name="MyClass">
33048       <method name="Void .ctor()">
33049         <size>7</size>
33050       </method>
33051     </type>
33052     <type name="Test">
33053       <method name="Void .ctor()">
33054         <size>7</size>
33055       </method>
33056       <method name="Int32 Main()">
33057         <size>66</size>
33058       </method>
33059     </type>
33060   </test>
33061   <test name="test-254.cs">
33062     <type name="TestAttribute">
33063       <method name="Void .ctor()">
33064         <size>7</size>
33065       </method>
33066     </type>
33067     <type name="Test_1">
33068       <method name="Void .ctor()">
33069         <size>7</size>
33070       </method>
33071       <method name="Void Test(Int32)">
33072         <size>1</size>
33073       </method>
33074     </type>
33075     <type name="Test_2">
33076       <method name="Void .ctor()">
33077         <size>7</size>
33078       </method>
33079       <method name="Int32 get_Test()">
33080         <size>2</size>
33081       </method>
33082       <method name="Void set_Test(Int32)">
33083         <size>1</size>
33084       </method>
33085       <method name="Void set_Test2(Boolean)">
33086         <size>1</size>
33087       </method>
33088     </type>
33089     <type name="Test_3">
33090       <method name="Void .ctor()">
33091         <size>7</size>
33092       </method>
33093       <method name="Void add_e_1(test_delegate)">
33094         <size>47</size>
33095       </method>
33096       <method name="Void remove_e_1(test_delegate)">
33097         <size>47</size>
33098       </method>
33099       <method name="Void add_e_2(test_delegate)">
33100         <size>47</size>
33101       </method>
33102       <method name="Void remove_e_2(test_delegate)">
33103         <size>47</size>
33104       </method>
33105     </type>
33106     <type name="Test_4">
33107       <method name="Void .ctor()">
33108         <size>7</size>
33109       </method>
33110       <method name="Void add_e_1(test_delegate)">
33111         <size>1</size>
33112       </method>
33113       <method name="Void remove_e_1(test_delegate)">
33114         <size>1</size>
33115       </method>
33116       <method name="Void add_e_2(test_delegate)">
33117         <size>1</size>
33118       </method>
33119       <method name="Void remove_e_2(test_delegate)">
33120         <size>1</size>
33121       </method>
33122       <method name="Void add_e_3(test_delegate)">
33123         <size>1</size>
33124       </method>
33125       <method name="Void remove_e_3(test_delegate)">
33126         <size>1</size>
33127       </method>
33128     </type>
33129     <type name="ClassMain">
33130       <method name="Void .ctor()">
33131         <size>7</size>
33132       </method>
33133       <method name="Void .cctor()">
33134         <size>1</size>
33135       </method>
33136       <method name="Void Assert(System.Object[], Boolean, Int32)">
33137         <size>65</size>
33138       </method>
33139       <method name="Int32 Main()">
33140         <size>1159</size>
33141       </method>
33142     </type>
33143     <type name="test_delegate">
33144       <method name="Void .ctor(Object, IntPtr)">
33145         <size>0</size>
33146       </method>
33147       <method name="System.Delegate Invoke(Int32)">
33148         <size>0</size>
33149       </method>
33150       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
33151         <size>0</size>
33152       </method>
33153       <method name="System.Delegate EndInvoke(IAsyncResult)">
33154         <size>0</size>
33155       </method>
33156     </type>
33157   </test>
33158   <test name="test-255.cs">
33159     <type name="TestAttribute">
33160       <method name="Void .ctor()">
33161         <size>7</size>
33162       </method>
33163     </type>
33164     <type name="C">
33165       <method name="Void .ctor()">
33166         <size>7</size>
33167       </method>
33168       <method name="Void Method()">
33169         <size>1</size>
33170       </method>
33171       <method name="Void Main()">
33172         <size>1</size>
33173       </method>
33174     </type>
33175   </test>
33176   <test name="test-256.cs">
33177     <type name="TableColumn">
33178       <method name="Void .ctor()">
33179         <size>7</size>
33180       </method>
33181       <method name="System.Object get_MagicValue()">
33182         <size>2</size>
33183       </method>
33184       <method name="Void set_MagicValue(System.Object)">
33185         <size>1</size>
33186       </method>
33187     </type>
33188     <type name="Bug">
33189       <method name="Void .ctor()">
33190         <size>7</size>
33191       </method>
33192       <method name="Int32 get_TInt()">
33193         <size>2</size>
33194       </method>
33195       <method name="Void Main()">
33196         <size>1</size>
33197       </method>
33198     </type>
33199   </test>
33200   <test name="test-257.cs">
33201     <type name="X">
33202       <method name="Void Main()">
33203         <size>8</size>
33204       </method>
33205       <method name="Void call(Int32 ByRef)">
33206         <size>25</size>
33207       </method>
33208       <method name="Void .ctor()">
33209         <size>7</size>
33210       </method>
33211     </type>
33212   </test>
33213   <test name="test-258.cs">
33214     <type name="MyTest.Test">
33215       <method name="Void .ctor()">
33216         <size>7</size>
33217       </method>
33218     </type>
33219     <type name="MyTest.Test2">
33220       <method name="Void .ctor()">
33221         <size>7</size>
33222       </method>
33223       <method name="Void MyTest.Test.Inner.Foo()">
33224         <size>1</size>
33225       </method>
33226       <method name="Void Main()">
33227         <size>1</size>
33228       </method>
33229     </type>
33230   </test>
33231   <test name="test-259.cs">
33232     <type name="Testing">
33233       <method name="Void .ctor()">
33234         <size>7</size>
33235       </method>
33236       <method name="Void Main()">
33237         <size>1</size>
33238       </method>
33239     </type>
33240   </test>
33241   <test name="test-26.cs">
33242     <type name="Blah">
33243       <method name="Void .ctor()">
33244         <size>7</size>
33245       </method>
33246       <method name="Int32 Foo(Int32, Int32)">
33247         <size>4</size>
33248       </method>
33249       <method name="Int32 Test1()">
33250         <size>114</size>
33251       </method>
33252       <method name="Int32 Adder(System.Int32[])">
33253         <size>34</size>
33254       </method>
33255       <method name="Int32 Test2()">
33256         <size>46</size>
33257       </method>
33258       <method name="Int32 Main()">
33259         <size>40</size>
33260       </method>
33261     </type>
33262     <type name="Blah+MyDelegate">
33263       <method name="Void .ctor(Object, IntPtr)">
33264         <size>0</size>
33265       </method>
33266       <method name="Int32 Invoke(Int32, Int32)">
33267         <size>0</size>
33268       </method>
33269       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
33270         <size>0</size>
33271       </method>
33272       <method name="Int32 EndInvoke(IAsyncResult)">
33273         <size>0</size>
33274       </method>
33275     </type>
33276     <type name="Blah+List">
33277       <method name="Void .ctor(Object, IntPtr)">
33278         <size>0</size>
33279       </method>
33280       <method name="Int32 Invoke(System.Int32[])">
33281         <size>0</size>
33282       </method>
33283       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
33284         <size>0</size>
33285       </method>
33286       <method name="Int32 EndInvoke(IAsyncResult)">
33287         <size>0</size>
33288       </method>
33289     </type>
33290     <type name="&lt;PrivateImplementationDetails&gt;">
33291       <method name="Void .ctor()">
33292         <size>7</size>
33293       </method>
33294     </type>
33295   </test>
33296   <test name="test-260.cs">
33297     <type name="x.Test">
33298       <method name="Void .ctor()">
33299         <size>7</size>
33300       </method>
33301     </type>
33302     <type name="y.Test">
33303       <method name="Void .ctor()">
33304         <size>7</size>
33305       </method>
33306     </type>
33307     <type name="b.a">
33308       <method name="Void .ctor()">
33309         <size>7</size>
33310       </method>
33311       <method name="Void Main()">
33312         <size>7</size>
33313       </method>
33314     </type>
33315   </test>
33316   <test name="test-261.cs">
33317     <type name="T">
33318       <method name="Void .ctor()">
33319         <size>7</size>
33320       </method>
33321       <method name="T get_Me()">
33322         <size>16</size>
33323       </method>
33324       <method name="T GetMe()">
33325         <size>16</size>
33326       </method>
33327       <method name="Int32 Test(T)">
33328         <size>106</size>
33329       </method>
33330       <method name="Int32 Main()">
33331         <size>31</size>
33332       </method>
33333     </type>
33334   </test>
33335   <test name="test-262.cs">
33336     <type name="n1.Attribute">
33337       <method name="Void .ctor()">
33338         <size>7</size>
33339       </method>
33340     </type>
33341     <type name="n3.A">
33342       <method name="Void .ctor()">
33343         <size>7</size>
33344       </method>
33345       <method name="Void Attribute()">
33346         <size>1</size>
33347       </method>
33348       <method name="Void X()">
33349         <size>7</size>
33350       </method>
33351       <method name="Void Main()">
33352         <size>11</size>
33353       </method>
33354     </type>
33355   </test>
33356   <test name="test-263.cs">
33357     <type name="Test">
33358       <method name="Void .ctor()">
33359         <size>7</size>
33360       </method>
33361       <method name="System.String GetString(System.Byte[])">
33362         <size>19</size>
33363       </method>
33364       <method name="Void Main()">
33365         <size>1</size>
33366       </method>
33367     </type>
33368   </test>
33369   <test name="test-264.cs">
33370     <type name="Proef">
33371       <method name="Void .ctor()">
33372         <size>7</size>
33373       </method>
33374       <method name="Void add_OnDoSomething(System.EventHandler)">
33375         <size>24</size>
33376       </method>
33377       <method name="Void remove_OnDoSomething(System.EventHandler)">
33378         <size>24</size>
33379       </method>
33380       <method name="Void Temp(System.Object, System.EventArgs)">
33381         <size>1</size>
33382       </method>
33383       <method name="Void Main()">
33384         <size>25</size>
33385       </method>
33386     </type>
33387   </test>
33388   <test name="test-265.cs">
33389     <type name="ClassFormatError">
33390       <method name="Void .ctor(String, Object[])">
33391         <size>7</size>
33392       </method>
33393       <method name="Void Main()">
33394         <size>1</size>
33395       </method>
33396     </type>
33397     <type name="UnsupportedClassVersionError">
33398       <method name="Void .ctor(String)">
33399         <size>14</size>
33400       </method>
33401     </type>
33402   </test>
33403   <test name="test-266.cs">
33404     <type name="T">
33405       <method name="Void .ctor()">
33406         <size>7</size>
33407       </method>
33408       <method name="Int32 Main()">
33409         <size>25</size>
33410       </method>
33411     </type>
33412   </test>
33413   <test name="test-267.cs">
33414     <type name="X">
33415       <method name="Void .ctor()">
33416         <size>7</size>
33417       </method>
33418       <method name="System.String Text()">
33419         <size>6</size>
33420       </method>
33421       <method name="Int32 Main()">
33422         <size>12</size>
33423       </method>
33424     </type>
33425   </test>
33426   <test name="test-268.cs">
33427     <type name="X">
33428       <method name="Void .ctor()">
33429         <size>7</size>
33430       </method>
33431       <method name="Int32 Main()">
33432         <size>26</size>
33433       </method>
33434     </type>
33435     <type name="X+Nested">
33436       <method name="Void .ctor()">
33437         <size>7</size>
33438       </method>
33439       <method name="MyEnum D()">
33440         <size>2</size>
33441       </method>
33442     </type>
33443   </test>
33444   <test name="test-269.cs">
33445     <type name="Class1">
33446       <method name="Void .ctor()">
33447         <size>7</size>
33448       </method>
33449       <method name="Int32 Main(System.String[])">
33450         <size>361</size>
33451       </method>
33452       <method name="Int32 AddABunchOfInts(...)">
33453         <size>63</size>
33454       </method>
33455       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
33456         <size>63</size>
33457       </method>
33458       <method name="Result VtAddABunchOfInts(...)">
33459         <size>68</size>
33460       </method>
33461       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
33462         <size>68</size>
33463       </method>
33464       <method name="Int32 InstAddABunchOfInts(...)">
33465         <size>63</size>
33466       </method>
33467       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
33468         <size>63</size>
33469       </method>
33470       <method name="Result InstVtAddABunchOfInts(...)">
33471         <size>68</size>
33472       </method>
33473       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
33474         <size>68</size>
33475       </method>
33476     </type>
33477     <type name="Result">
33478       <method name="Void .ctor(Int32)">
33479         <size>24</size>
33480       </method>
33481     </type>
33482   </test>
33483   <test name="test-27.cs">
33484     <type name="Foo">
33485       <method name="Void .ctor()">
33486         <size>7</size>
33487       </method>
33488       <method name="Boolean MyMethod(Int32)">
33489         <size>12</size>
33490       </method>
33491       <method name="Int32 AnotherMethod(Int32)">
33492         <size>5</size>
33493       </method>
33494     </type>
33495     <type name="Blah">
33496       <method name="Void .ctor()">
33497         <size>7</size>
33498       </method>
33499       <method name="Void Bar(Int32, Int32)">
33500         <size>9</size>
33501       </method>
33502       <method name="Int32 Main()">
33503         <size>139</size>
33504       </method>
33505     </type>
33506     <type name="Blah+MyDelegate">
33507       <method name="Void .ctor(Object, IntPtr)">
33508         <size>0</size>
33509       </method>
33510       <method name="Void Invoke(Int32, Int32)">
33511         <size>0</size>
33512       </method>
33513       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
33514         <size>0</size>
33515       </method>
33516       <method name="Void EndInvoke(IAsyncResult)">
33517         <size>0</size>
33518       </method>
33519     </type>
33520   </test>
33521   <test name="test-270.cs">
33522     <type name="X">
33523       <method name="Void .ctor()">
33524         <size>7</size>
33525       </method>
33526       <method name="Int32 Test(System.String, System.Object[])">
33527         <size>2</size>
33528       </method>
33529       <method name="Int32 Main()">
33530         <size>75</size>
33531       </method>
33532       <method name="Int32 Test(System.String, ...)">
33533         <size>2</size>
33534       </method>
33535     </type>
33536   </test>
33537   <test name="test-271.cs">
33538     <type name="T">
33539       <method name="Void .ctor()">
33540         <size>7</size>
33541       </method>
33542       <method name="C X()">
33543         <size>10</size>
33544       </method>
33545       <method name="Void Main()">
33546         <size>63</size>
33547       </method>
33548     </type>
33549     <type name="T+C">
33550       <method name="IEnumerator GetEnumerator()">
33551         <size>11</size>
33552       </method>
33553     </type>
33554   </test>
33555   <test name="test-272.cs">
33556     <type name="BazAttribute">
33557       <method name="Void .ctor()">
33558         <size>7</size>
33559       </method>
33560       <method name="Void .ctor(Foo)">
33561         <size>7</size>
33562       </method>
33563       <method name="Void set_foo3(Foo)">
33564         <size>1</size>
33565       </method>
33566       <method name="Foo get_foo3()">
33567         <size>2</size>
33568       </method>
33569     </type>
33570     <type name="Test">
33571       <method name="Void .ctor()">
33572         <size>7</size>
33573       </method>
33574       <method name="Void f0()">
33575         <size>1</size>
33576       </method>
33577       <method name="Void f1()">
33578         <size>1</size>
33579       </method>
33580       <method name="Void f2()">
33581         <size>1</size>
33582       </method>
33583       <method name="Void f3()">
33584         <size>1</size>
33585       </method>
33586       <method name="Void Main()">
33587         <size>1</size>
33588       </method>
33589     </type>
33590   </test>
33591   <test name="test-273.cs">
33592     <type name="FooAttribute">
33593       <method name="Void .ctor()">
33594         <size>7</size>
33595       </method>
33596     </type>
33597     <type name="Tests">
33598       <method name="Void .ctor()">
33599         <size>7</size>
33600       </method>
33601       <method name="Void Main()">
33602         <size>36</size>
33603       </method>
33604     </type>
33605   </test>
33606   <test name="test-274.cs">
33607     <type name="MyClass">
33608       <method name="Void .ctor(String[])">
33609         <size>7</size>
33610       </method>
33611     </type>
33612     <type name="ChildClass">
33613       <method name="Void .ctor()">
33614         <size>13</size>
33615       </method>
33616     </type>
33617     <type name="M">
33618       <method name="Void .ctor()">
33619         <size>7</size>
33620       </method>
33621       <method name="Void Main()">
33622         <size>1</size>
33623       </method>
33624     </type>
33625   </test>
33626   <test name="test-275.cs">
33627     <type name="Test">
33628       <method name="Void .ctor()">
33629         <size>7</size>
33630       </method>
33631       <method name="Int32 Main()">
33632         <size>111</size>
33633       </method>
33634     </type>
33635     <type name="DelType">
33636       <method name="Void .ctor(Object, IntPtr)">
33637         <size>0</size>
33638       </method>
33639       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33640         <size>0</size>
33641       </method>
33642     </type>
33643     <type name="S">
33644       <method name="Void add_MyEvent(DelType)">
33645         <size>47</size>
33646       </method>
33647       <method name="Void remove_MyEvent(DelType)">
33648         <size>47</size>
33649       </method>
33650     </type>
33651     <type name="DelType">
33652       <method name="Int32 Invoke()">
33653         <size>0</size>
33654       </method>
33655       <method name="Int32 EndInvoke(IAsyncResult)">
33656         <size>0</size>
33657       </method>
33658     </type>
33659     <type name="S">
33660       <method name="Void add_MyEventStatic(DelType)">
33661         <size>45</size>
33662       </method>
33663       <method name="Void remove_MyEventStatic(DelType)">
33664         <size>45</size>
33665       </method>
33666       <method name="Int32 RunInstance()">
33667         <size>12</size>
33668       </method>
33669       <method name="Int32 RunStatic()">
33670         <size>11</size>
33671       </method>
33672     </type>
33673     <type name="Test">
33674       <method name="Int32 &lt;Main&gt;m__0()">
33675         <size>3</size>
33676       </method>
33677       <method name="Int32 &lt;Main&gt;m__1()">
33678         <size>2</size>
33679       </method>
33680     </type>
33681   </test>
33682   <test name="test-276.cs">
33683     <type name="EventTestClass">
33684       <method name="Void .ctor()">
33685         <size>7</size>
33686       </method>
33687       <method name="Void add_Elapsed(System.EventHandler)">
33688         <size>47</size>
33689       </method>
33690       <method name="Void remove_Elapsed(System.EventHandler)">
33691         <size>47</size>
33692       </method>
33693     </type>
33694     <type name="EntryPoint">
33695       <method name="Void .ctor()">
33696         <size>7</size>
33697       </method>
33698       <method name="Boolean test(System.Type)">
33699         <size>17</size>
33700       </method>
33701       <method name="Int32 Main()">
33702         <size>48</size>
33703       </method>
33704     </type>
33705   </test>
33706   <test name="test-277.cs">
33707     <type name="T">
33708       <method name="Void .ctor()">
33709         <size>7</size>
33710       </method>
33711       <method name="Int32 Main()">
33712         <size>7</size>
33713       </method>
33714       <method name="Int32 X(Byte)">
33715         <size>2</size>
33716       </method>
33717       <method name="Int32 X(Int16)">
33718         <size>2</size>
33719       </method>
33720     </type>
33721   </test>
33722   <test name="test-278.cs">
33723     <type name="X">
33724       <method name="Void .ctor()">
33725         <size>7</size>
33726       </method>
33727       <method name="Int32 Main()">
33728         <size>73</size>
33729       </method>
33730     </type>
33731     <type name="Rect">
33732       <method name="Int32 get_X()">
33733         <size>7</size>
33734       </method>
33735       <method name="Void set_X(Int32)">
33736         <size>8</size>
33737       </method>
33738     </type>
33739   </test>
33740   <test name="test-279.cs">
33741     <type name="FlagsAttributeDemo">
33742       <method name="Void .ctor()">
33743         <size>7</size>
33744       </method>
33745       <method name="Int32 Main()">
33746         <size>38</size>
33747       </method>
33748     </type>
33749   </test>
33750   <test name="test-28.cs">
33751     <type name="A">
33752       <method name="Void .ctor()">
33753         <size>7</size>
33754       </method>
33755       <method name="Int32 get_Item(Int32)">
33756         <size>0</size>
33757       </method>
33758       <method name="Int32 EmulateIndexer(Int32)">
33759         <size>8</size>
33760       </method>
33761     </type>
33762     <type name="B">
33763       <method name="Void .ctor()">
33764         <size>7</size>
33765       </method>
33766       <method name="Int32 get_Item(Int32)">
33767         <size>2</size>
33768       </method>
33769       <method name="Int32 M()">
33770         <size>8</size>
33771       </method>
33772     </type>
33773     <type name="X">
33774       <method name="Void .ctor()">
33775         <size>7</size>
33776       </method>
33777       <method name="Int32 get_Item(Int32)">
33778         <size>20</size>
33779       </method>
33780       <method name="Void set_Item(Int32, Int32)">
33781         <size>26</size>
33782       </method>
33783       <method name="Int32 Main()">
33784         <size>122</size>
33785       </method>
33786     </type>
33787   </test>
33788   <test name="test-280.cs">
33789     <type name="AppFramework.Util.Logic">
33790       <method name="Void .ctor()">
33791         <size>7</size>
33792       </method>
33793       <method name="Void Main()">
33794         <size>1</size>
33795       </method>
33796       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
33797         <size>37</size>
33798       </method>
33799     </type>
33800   </test>
33801   <test name="test-281.cs">
33802     <type name="Foo.Hello">
33803       <method name="Void .ctor()">
33804         <size>7</size>
33805       </method>
33806       <method name="Void .cctor()">
33807         <size>7</size>
33808       </method>
33809     </type>
33810     <type name="Bar.Hello">
33811       <method name="Void .ctor()">
33812         <size>7</size>
33813       </method>
33814       <method name="Void .cctor()">
33815         <size>8</size>
33816       </method>
33817     </type>
33818     <type name="Test.Test1">
33819       <method name="Void .ctor()">
33820         <size>7</size>
33821       </method>
33822       <method name="Int32 World()">
33823         <size>6</size>
33824       </method>
33825     </type>
33826     <type name="Test.Test2">
33827       <method name="Void .ctor()">
33828         <size>7</size>
33829       </method>
33830       <method name="Int32 World()">
33831         <size>6</size>
33832       </method>
33833     </type>
33834     <type name="X">
33835       <method name="Void .ctor()">
33836         <size>7</size>
33837       </method>
33838       <method name="Int32 Main()">
33839         <size>29</size>
33840       </method>
33841     </type>
33842   </test>
33843   <test name="test-282.cs">
33844     <type name="X">
33845       <method name="Void .ctor()">
33846         <size>7</size>
33847       </method>
33848       <method name="System.Object Add(integer, System.Object)">
33849         <size>70</size>
33850       </method>
33851       <method name="Int32 Main()">
33852         <size>68</size>
33853       </method>
33854     </type>
33855     <type name="integer">
33856       <method name="Void .ctor(Int32)">
33857         <size>8</size>
33858       </method>
33859       <method name="integer op_Implicit(Int32)">
33860         <size>7</size>
33861       </method>
33862       <method name="Double op_Implicit(integer)">
33863         <size>13</size>
33864       </method>
33865       <method name="integer op_Addition(integer, integer)">
33866         <size>21</size>
33867       </method>
33868     </type>
33869   </test>
33870   <test name="test-283.cs">
33871     <type name="X">
33872       <method name="Void .ctor()">
33873         <size>7</size>
33874       </method>
33875       <method name="Int32 Foo()">
33876         <size>2</size>
33877       </method>
33878     </type>
33879     <type name="Y">
33880       <method name="Void .ctor()">
33881         <size>7</size>
33882       </method>
33883       <method name="Y+D GetIt()">
33884         <size>13</size>
33885       </method>
33886       <method name="Y+D GetIt2()">
33887         <size>13</size>
33888       </method>
33889       <method name="Int32 Foo()">
33890         <size>2</size>
33891       </method>
33892       <method name="Int32 Main()">
33893         <size>56</size>
33894       </method>
33895     </type>
33896     <type name="Y+D">
33897       <method name="Void .ctor(Object, IntPtr)">
33898         <size>0</size>
33899       </method>
33900       <method name="Int32 Invoke()">
33901         <size>0</size>
33902       </method>
33903       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33904         <size>0</size>
33905       </method>
33906       <method name="Int32 EndInvoke(IAsyncResult)">
33907         <size>0</size>
33908       </method>
33909     </type>
33910   </test>
33911   <test name="test-284.cs">
33912     <type name="App">
33913       <method name="Void .ctor()">
33914         <size>7</size>
33915       </method>
33916       <method name="Void Main()">
33917         <size>12</size>
33918       </method>
33919     </type>
33920   </test>
33921   <test name="test-285.cs">
33922     <type name="T">
33923       <method name="Void .ctor()">
33924         <size>7</size>
33925       </method>
33926       <method name="Int32 Main()">
33927         <size>2</size>
33928       </method>
33929     </type>
33930   </test>
33931   <test name="test-286.cs">
33932     <type name="MethodWrapper">
33933       <method name="Void .ctor()">
33934         <size>7</size>
33935       </method>
33936       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
33937         <size>57</size>
33938       </method>
33939     </type>
33940     <type name="MapXml.Throws">
33941       <method name="Void .ctor()">
33942         <size>7</size>
33943       </method>
33944       <method name="Void Main()">
33945         <size>1</size>
33946       </method>
33947     </type>
33948   </test>
33949   <test name="test-287.cs">
33950     <type name="StaticClass">
33951       <method name="System.String Name()">
33952         <size>6</size>
33953       </method>
33954     </type>
33955     <type name="MainClass">
33956       <method name="Void .ctor()">
33957         <size>7</size>
33958       </method>
33959       <method name="Int32 Main()">
33960         <size>83</size>
33961       </method>
33962     </type>
33963     <type name="StaticClass+D">
33964       <method name="Void .ctor(Object, IntPtr)">
33965         <size>0</size>
33966       </method>
33967       <method name="System.Object Invoke()">
33968         <size>0</size>
33969       </method>
33970       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33971         <size>0</size>
33972       </method>
33973       <method name="System.Object EndInvoke(IAsyncResult)">
33974         <size>0</size>
33975       </method>
33976     </type>
33977   </test>
33978   <test name="test-288.cs">
33979     <type name="Test.BookAboutMovie">
33980       <method name="Void .ctor(String)">
33981         <size>25</size>
33982       </method>
33983       <method name="System.String GetItem(Int32)">
33984         <size>7</size>
33985       </method>
33986       <method name="System.String get_Item(Int32)">
33987         <size>7</size>
33988       </method>
33989       <method name="Int32 Main(System.String[])">
33990         <size>57</size>
33991       </method>
33992     </type>
33993   </test>
33994   <test name="test-289.cs">
33995     <type name="Test">
33996       <method name="Void .ctor()">
33997         <size>7</size>
33998       </method>
33999       <method name="Void Main()">
34000         <size>1</size>
34001       </method>
34002       <method name="Void set_Value(System.String)">
34003         <size>1</size>
34004       </method>
34005       <method name="Void set_Value()">
34006         <size>1</size>
34007       </method>
34008       <method name="Void set_Item(Int32, Int32, Boolean)">
34009         <size>1</size>
34010       </method>
34011       <method name="Void set_Item(Int32, Int32)">
34012         <size>1</size>
34013       </method>
34014       <method name="Boolean get_Item(Boolean)">
34015         <size>2</size>
34016       </method>
34017     </type>
34018   </test>
34019   <test name="test-29.cs">
34020     <type name="Base">
34021       <method name="Void .ctor()">
34022         <size>7</size>
34023       </method>
34024       <method name="Void Add(Int32)">
34025         <size>18</size>
34026       </method>
34027     </type>
34028     <type name="Derived">
34029       <method name="Void .ctor()">
34030         <size>7</size>
34031       </method>
34032       <method name="Void Add(Double)">
34033         <size>18</size>
34034       </method>
34035     </type>
34036     <type name="Demo">
34037       <method name="Void .ctor()">
34038         <size>7</size>
34039       </method>
34040       <method name="Int32 Main()">
34041         <size>51</size>
34042       </method>
34043     </type>
34044   </test>
34045   <test name="test-290.cs">
34046     <type name="EntryPoint">
34047       <method name="Void .ctor()">
34048         <size>7</size>
34049       </method>
34050       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
34051         <size>45</size>
34052       </method>
34053       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
34054         <size>45</size>
34055       </method>
34056       <method name="Void bar_f(System.Object)">
34057         <size>1</size>
34058       </method>
34059       <method name="Void Main()">
34060         <size>35</size>
34061       </method>
34062     </type>
34063     <type name="EntryPoint+EventHandler">
34064       <method name="Void .ctor(Object, IntPtr)">
34065         <size>0</size>
34066       </method>
34067       <method name="Void Invoke(System.Object)">
34068         <size>0</size>
34069       </method>
34070       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
34071         <size>0</size>
34072       </method>
34073       <method name="Void EndInvoke(IAsyncResult)">
34074         <size>0</size>
34075       </method>
34076     </type>
34077   </test>
34078   <test name="test-291.cs">
34079     <type name="Test">
34080       <method name="Void .ctor()">
34081         <size>7</size>
34082       </method>
34083       <method name="Void Method()">
34084         <size>1</size>
34085       </method>
34086       <method name="Void Main()">
34087         <size>13</size>
34088       </method>
34089     </type>
34090   </test>
34091   <test name="test-292.cs">
34092     <type name="X">
34093       <method name="Void .ctor()">
34094         <size>7</size>
34095       </method>
34096       <method name="Void .cctor()">
34097         <size>1</size>
34098       </method>
34099       <method name="Void Main()">
34100         <size>19</size>
34101       </method>
34102     </type>
34103   </test>
34104   <test name="test-293.cs">
34105     <type name="A">
34106       <method name="Void .ctor()">
34107         <size>7</size>
34108       </method>
34109       <method name="System.String get_Warning()">
34110         <size>6</size>
34111       </method>
34112     </type>
34113     <type name="B">
34114       <method name="Void .ctor()">
34115         <size>7</size>
34116       </method>
34117       <method name="System.String get_Warning()">
34118         <size>6</size>
34119       </method>
34120       <method name="Void Main()">
34121         <size>1</size>
34122       </method>
34123     </type>
34124   </test>
34125   <test name="test-294.cs">
34126     <type name="ObsoleteClass">
34127       <method name="Void .ctor()">
34128         <size>7</size>
34129       </method>
34130     </type>
34131     <type name="Test">
34132       <method name="Void .ctor()">
34133         <size>13</size>
34134       </method>
34135       <method name="Void .ctor(String, Boolean)">
34136         <size>14</size>
34137       </method>
34138       <method name="System.String get_Name()">
34139         <size>7</size>
34140       </method>
34141       <method name="Void set_Name(System.String)">
34142         <size>8</size>
34143       </method>
34144     </type>
34145     <type name="DerivedTest">
34146       <method name="Void .ctor(String)">
34147         <size>16</size>
34148       </method>
34149       <method name="System.String Method()">
34150         <size>7</size>
34151       </method>
34152       <method name="Void T2()">
34153         <size>1</size>
34154       </method>
34155       <method name="Void Main()">
34156         <size>1</size>
34157       </method>
34158     </type>
34159     <type name="ObsoleteClass2">
34160       <method name="Void .ctor()">
34161         <size>7</size>
34162       </method>
34163     </type>
34164     <type name="ObsoleteClass3">
34165       <method name="Void .ctor()">
34166         <size>18</size>
34167       </method>
34168       <method name="Void .cctor()">
34169         <size>25</size>
34170       </method>
34171     </type>
34172     <type name="ObsoleteClass4">
34173       <method name="Void .ctor()">
34174         <size>7</size>
34175       </method>
34176       <method name="Void T()">
34177         <size>73</size>
34178       </method>
34179     </type>
34180   </test>
34181   <test name="test-295.cs">
34182     <type name="MyAttribute">
34183       <method name="Void .ctor(Object)">
34184         <size>14</size>
34185       </method>
34186       <method name="System.Object get_my()">
34187         <size>7</size>
34188       </method>
34189     </type>
34190     <type name="MyConstructorBuilder">
34191       <method name="Void .ctor()">
34192         <size>7</size>
34193       </method>
34194       <method name="Int32 Main()">
34195         <size>116</size>
34196       </method>
34197       <method name="System.Type MyCreateCallee(System.AppDomain)">
34198         <size>329</size>
34199       </method>
34200     </type>
34201   </test>
34202   <test name="test-296.cs">
34203     <type name="GetElementTypeTest">
34204       <method name="Void .ctor()">
34205         <size>7</size>
34206       </method>
34207       <method name="Int32 Main(System.String[])">
34208         <size>36</size>
34209       </method>
34210     </type>
34211   </test>
34212   <test name="test-297.cs">
34213     <type name="T">
34214       <method name="Void .ctor()">
34215         <size>7</size>
34216       </method>
34217       <method name="Int32 Main()">
34218         <size>326</size>
34219       </method>
34220       <method name="Void Login(System.String)">
34221         <size>1</size>
34222       </method>
34223     </type>
34224     <type name="My">
34225       <method name="Void .ctor(Object)">
34226         <size>14</size>
34227       </method>
34228     </type>
34229   </test>
34230   <test name="test-298.cs">
34231     <type name="A">
34232       <method name="Int32 op_Addition(Int16, A)">
34233         <size>2</size>
34234       </method>
34235       <method name="Int32 op_UnaryNegation(A)">
34236         <size>2</size>
34237       </method>
34238       <method name="Void .ctor()">
34239         <size>7</size>
34240       </method>
34241     </type>
34242     <type name="B">
34243       <method name="Int32 op_Addition(Int32, B)">
34244         <size>2</size>
34245       </method>
34246       <method name="Int32 op_UnaryNegation(B)">
34247         <size>2</size>
34248       </method>
34249       <method name="Void .ctor()">
34250         <size>7</size>
34251       </method>
34252     </type>
34253     <type name="C">
34254       <method name="Void .ctor()">
34255         <size>7</size>
34256       </method>
34257     </type>
34258     <type name="Test">
34259       <method name="Int32 Main()">
34260         <size>47</size>
34261       </method>
34262       <method name="Void .ctor()">
34263         <size>7</size>
34264       </method>
34265     </type>
34266   </test>
34267   <test name="test-299.cs">
34268     <type name="SampleClass">
34269       <method name="Void .ctor()">
34270         <size>7</size>
34271       </method>
34272       <method name="SuperClass op_Increment(SampleClass)">
34273         <size>6</size>
34274       </method>
34275     </type>
34276     <type name="SuperClass">
34277       <method name="Void .ctor()">
34278         <size>7</size>
34279       </method>
34280       <method name="Int32 Main()">
34281         <size>2</size>
34282       </method>
34283     </type>
34284   </test>
34285   <test name="test-3.cs">
34286     <type name="TestIntOps">
34287       <method name="Void .ctor()">
34288         <size>7</size>
34289       </method>
34290       <method name="SByte sbyte_add(SByte, SByte)">
34291         <size>7</size>
34292       </method>
34293       <method name="Int16 short_add(Int16, Int16)">
34294         <size>5</size>
34295       </method>
34296       <method name="Double double_add(Double, Double)">
34297         <size>4</size>
34298       </method>
34299       <method name="Int32 int_add(Int32, Int32)">
34300         <size>4</size>
34301       </method>
34302       <method name="Int32 int_sub(Int32, Int32)">
34303         <size>4</size>
34304       </method>
34305       <method name="Int32 int_mul(Int32, Int32)">
34306         <size>4</size>
34307       </method>
34308       <method name="Int32 Main()">
34309         <size>215</size>
34310       </method>
34311     </type>
34312   </test>
34313   <test name="test-30.cs">
34314     <type name="X">
34315       <method name="Void .ctor()">
34316         <size>7</size>
34317       </method>
34318       <method name="Void IA.Draw()">
34319         <size>8</size>
34320       </method>
34321       <method name="Void IB.Draw()">
34322         <size>8</size>
34323       </method>
34324     </type>
34325     <type name="test">
34326       <method name="Void .ctor()">
34327         <size>7</size>
34328       </method>
34329       <method name="Int32 Main()">
34330         <size>192</size>
34331       </method>
34332     </type>
34333   </test>
34334   <test name="test-300.cs">
34335     <type name="A">
34336       <method name="Void .ctor()">
34337         <size>7</size>
34338       </method>
34339       <method name="Void Main()">
34340         <size>7</size>
34341       </method>
34342     </type>
34343     <type name="A+C">
34344       <method name="Void .ctor()">
34345         <size>7</size>
34346       </method>
34347     </type>
34348     <type name="A+B">
34349       <method name="Void .ctor()">
34350         <size>499</size>
34351       </method>
34352     </type>
34353     <type name="A+B+C">
34354       <method name="Void .ctor()">
34355         <size>7</size>
34356       </method>
34357     </type>
34358   </test>
34359   <test name="test-301.cs">
34360     <type name="A">
34361       <method name="Void .ctor()">
34362         <size>7</size>
34363       </method>
34364       <method name="Void Main()">
34365         <size>7</size>
34366       </method>
34367     </type>
34368     <type name="A+B">
34369       <method name="Void .ctor()">
34370         <size>226</size>
34371       </method>
34372     </type>
34373   </test>
34374   <test name="test-302.cs">
34375     <type name="A">
34376       <method name="Void .ctor()">
34377         <size>7</size>
34378       </method>
34379       <method name="Void Main()">
34380         <size>7</size>
34381       </method>
34382     </type>
34383     <type name="A+C">
34384       <method name="Void .ctor()">
34385         <size>7</size>
34386       </method>
34387     </type>
34388     <type name="A+B">
34389       <method name="Void .ctor()">
34390         <size>24</size>
34391       </method>
34392     </type>
34393     <type name="A+B+C">
34394       <method name="Void .ctor()">
34395         <size>7</size>
34396       </method>
34397     </type>
34398   </test>
34399   <test name="test-303.cs">
34400     <type name="A">
34401       <method name="Void .ctor()">
34402         <size>7</size>
34403       </method>
34404       <method name="Void Main()">
34405         <size>7</size>
34406       </method>
34407     </type>
34408     <type name="A+C">
34409       <method name="Void .ctor()">
34410         <size>7</size>
34411       </method>
34412       <method name="Void System.IDisposable.Dispose()">
34413         <size>11</size>
34414       </method>
34415     </type>
34416     <type name="A+B">
34417       <method name="Void .ctor()">
34418         <size>31</size>
34419       </method>
34420     </type>
34421     <type name="A+B+C">
34422       <method name="Void .ctor()">
34423         <size>7</size>
34424       </method>
34425       <method name="Void System.IDisposable.Dispose()">
34426         <size>1</size>
34427       </method>
34428     </type>
34429   </test>
34430   <test name="test-304.cs">
34431     <type name="A">
34432       <method name="Void .ctor()">
34433         <size>7</size>
34434       </method>
34435       <method name="Void Main()">
34436         <size>7</size>
34437       </method>
34438     </type>
34439     <type name="A+D">
34440       <method name="Void .ctor()">
34441         <size>7</size>
34442       </method>
34443     </type>
34444     <type name="A+B">
34445       <method name="Void .ctor()">
34446         <size>499</size>
34447       </method>
34448     </type>
34449     <type name="A+B+C">
34450       <method name="Void .ctor()">
34451         <size>7</size>
34452       </method>
34453     </type>
34454   </test>
34455   <test name="test-305.cs">
34456     <type name="A">
34457       <method name="Void .ctor()">
34458         <size>7</size>
34459       </method>
34460       <method name="Void Main()">
34461         <size>7</size>
34462       </method>
34463     </type>
34464     <type name="A+B">
34465       <method name="Void .ctor()">
34466         <size>226</size>
34467       </method>
34468     </type>
34469   </test>
34470   <test name="test-306.cs">
34471     <type name="A">
34472       <method name="Void .ctor()">
34473         <size>7</size>
34474       </method>
34475       <method name="Void Main()">
34476         <size>7</size>
34477       </method>
34478     </type>
34479     <type name="A+D">
34480       <method name="Void .ctor()">
34481         <size>7</size>
34482       </method>
34483     </type>
34484     <type name="A+B">
34485       <method name="Void .ctor()">
34486         <size>24</size>
34487       </method>
34488     </type>
34489     <type name="A+B+C">
34490       <method name="Void .ctor()">
34491         <size>7</size>
34492       </method>
34493     </type>
34494   </test>
34495   <test name="test-307.cs">
34496     <type name="A">
34497       <method name="Void .ctor()">
34498         <size>7</size>
34499       </method>
34500       <method name="Void Main()">
34501         <size>7</size>
34502       </method>
34503     </type>
34504     <type name="A+D">
34505       <method name="Void .ctor()">
34506         <size>7</size>
34507       </method>
34508       <method name="Void System.IDisposable.Dispose()">
34509         <size>11</size>
34510       </method>
34511     </type>
34512     <type name="A+B">
34513       <method name="Void .ctor()">
34514         <size>31</size>
34515       </method>
34516     </type>
34517     <type name="A+B+C">
34518       <method name="Void .ctor()">
34519         <size>7</size>
34520       </method>
34521       <method name="Void System.IDisposable.Dispose()">
34522         <size>1</size>
34523       </method>
34524     </type>
34525   </test>
34526   <test name="test-308.cs">
34527     <type name="Program">
34528       <method name="Void .ctor()">
34529         <size>7</size>
34530       </method>
34531       <method name="Void Main(System.String[])">
34532         <size>40</size>
34533       </method>
34534     </type>
34535   </test>
34536   <test name="test-309.cs">
34537     <type name="MonoBASIC.Parser">
34538       <method name="Void .ctor()">
34539         <size>7</size>
34540       </method>
34541       <method name="Void Main()">
34542         <size>1</size>
34543       </method>
34544     </type>
34545     <type name="MonoBASIC.Parser+StateMachine">
34546       <method name="Void .ctor()">
34547         <size>7</size>
34548       </method>
34549       <method name="Void HandleToken(Token)">
34550         <size>1</size>
34551       </method>
34552     </type>
34553   </test>
34554   <test name="test-31.cs">
34555     <type name="Base">
34556       <method name="Void .ctor()">
34557         <size>7</size>
34558       </method>
34559       <method name="Void A()">
34560         <size>8</size>
34561       </method>
34562     </type>
34563     <type name="Derived">
34564       <method name="Void .ctor()">
34565         <size>7</size>
34566       </method>
34567       <method name="Void A()">
34568         <size>8</size>
34569       </method>
34570     </type>
34571     <type name="Test">
34572       <method name="Void .ctor()">
34573         <size>7</size>
34574       </method>
34575       <method name="Int32 Main()">
34576         <size>38</size>
34577       </method>
34578     </type>
34579   </test>
34580   <test name="test-310.cs">
34581     <type name="test.Impl">
34582       <method name="Void .ctor()">
34583         <size>7</size>
34584       </method>
34585       <method name="System.String GetType(Int32)">
34586         <size>6</size>
34587       </method>
34588       <method name="Boolean IsDone()">
34589         <size>2</size>
34590       </method>
34591     </type>
34592     <type name="test.myclass">
34593       <method name="Void .ctor()">
34594         <size>7</size>
34595       </method>
34596       <method name="Void Main(System.String[])">
34597         <size>28</size>
34598       </method>
34599     </type>
34600   </test>
34601   <test name="test-311.cs">
34602     <type name="Program">
34603       <method name="Void .ctor()">
34604         <size>38</size>
34605       </method>
34606       <method name="Void .cctor()">
34607         <size>11</size>
34608       </method>
34609       <method name="System.String get_Message()">
34610         <size>6</size>
34611       </method>
34612       <method name="Void set_Message(System.String)">
34613         <size>7</size>
34614       </method>
34615       <method name="Boolean DenyMethod()">
34616         <size>2</size>
34617       </method>
34618       <method name="Void Test2()">
34619         <size>1</size>
34620       </method>
34621       <method name="Void Test3()">
34622         <size>1</size>
34623       </method>
34624       <method name="Void Test4()">
34625         <size>1</size>
34626       </method>
34627       <method name="Int32 Main(System.String[])">
34628         <size>175</size>
34629       </method>
34630     </type>
34631     <type name="Test2">
34632       <method name="Void .ctor()">
34633         <size>7</size>
34634       </method>
34635     </type>
34636   </test>
34637   <test name="test-312.cs">
34638     <type name="X">
34639       <method name="Void .ctor()">
34640         <size>7</size>
34641       </method>
34642       <method name="Void .cctor()">
34643         <size>1</size>
34644       </method>
34645       <method name="Boolean Method(PointF)">
34646         <size>72</size>
34647       </method>
34648       <method name="Boolean Call_constructor_and_implicit()">
34649         <size>29</size>
34650       </method>
34651       <method name="Boolean Init_with_implicit_conv()">
34652         <size>52</size>
34653       </method>
34654       <method name="Boolean Init_ValueType()">
34655         <size>26</size>
34656       </method>
34657       <method name="Boolean InstanceAssignTest()">
34658         <size>75</size>
34659       </method>
34660       <method name="Int32 T()">
34661         <size>54</size>
34662       </method>
34663       <method name="Int32 Main()">
34664         <size>45</size>
34665       </method>
34666     </type>
34667     <type name="PointF">
34668       <method name="Void .ctor(Single, Single)">
34669         <size>47</size>
34670       </method>
34671     </type>
34672     <type name="Point">
34673       <method name="Void .ctor(Int32, Int32)">
34674         <size>37</size>
34675       </method>
34676       <method name="PointF op_Implicit(Point)">
34677         <size>22</size>
34678       </method>
34679     </type>
34680   </test>
34681   <test name="test-313.cs">
34682     <type name="D">
34683       <method name="Void .ctor()">
34684         <size>7</size>
34685       </method>
34686       <method name="Void A.B.METHOD()">
34687         <size>1</size>
34688       </method>
34689       <method name="Int32 Main()">
34690         <size>138</size>
34691       </method>
34692     </type>
34693   </test>
34694   <test name="test-314.cs">
34695     <type name="X">
34696       <method name="Void .ctor()">
34697         <size>28</size>
34698       </method>
34699       <method name="Void .ctor(Int32)">
34700         <size>28</size>
34701       </method>
34702       <method name="Void .cctor()">
34703         <size>11</size>
34704       </method>
34705       <method name="Int32 Main()">
34706         <size>57</size>
34707       </method>
34708     </type>
34709   </test>
34710   <test name="test-315.cs">
34711     <type name="GuardedCollectionValue">
34712       <method name="Void .ctor()">
34713         <size>7</size>
34714       </method>
34715       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
34716         <size>2</size>
34717       </method>
34718       <method name="IDirectedCollectionValue Backwards()">
34719         <size>2</size>
34720       </method>
34721     </type>
34722     <type name="GuardedSequenced">
34723       <method name="Void .ctor()">
34724         <size>7</size>
34725       </method>
34726       <method name="IDirectedCollectionValue Test()">
34727         <size>12</size>
34728       </method>
34729     </type>
34730     <type name="X">
34731       <method name="Void .ctor()">
34732         <size>7</size>
34733       </method>
34734       <method name="Void Main()">
34735         <size>1</size>
34736       </method>
34737     </type>
34738   </test>
34739   <test name="test-316.cs">
34740     <type name="D">
34741       <method name="Void .ctor()">
34742         <size>7</size>
34743       </method>
34744       <method name="Int32 IA.Add(Int32)">
34745         <size>2</size>
34746       </method>
34747       <method name="Int32 IB.Add(Int32)">
34748         <size>2</size>
34749       </method>
34750     </type>
34751     <type name="E">
34752       <method name="Void .ctor()">
34753         <size>7</size>
34754       </method>
34755       <method name="Int32 IA.Add(Int32)">
34756         <size>2</size>
34757       </method>
34758       <method name="Int32 IB.Add(Int32)">
34759         <size>2</size>
34760       </method>
34761       <method name="Void doom()">
34762         <size>1</size>
34763       </method>
34764       <method name="System.Object Clone()">
34765         <size>2</size>
34766       </method>
34767       <method name="Void Dispose()">
34768         <size>1</size>
34769       </method>
34770     </type>
34771     <type name="C">
34772       <method name="Void .ctor()">
34773         <size>7</size>
34774       </method>
34775       <method name="Int32 Test(IC)">
34776         <size>49</size>
34777       </method>
34778       <method name="Void Test2(IE)">
34779         <size>20</size>
34780       </method>
34781       <method name="Int32 Main()">
34782         <size>32</size>
34783       </method>
34784     </type>
34785   </test>
34786   <test name="test-317.cs">
34787     <type name="X">
34788       <method name="Void .ctor()">
34789         <size>7</size>
34790       </method>
34791       <method name="Void Main()">
34792         <size>1</size>
34793       </method>
34794     </type>
34795   </test>
34796   <test name="test-318.cs">
34797     <type name="Ev">
34798       <method name="Void .ctor()">
34799         <size>29</size>
34800       </method>
34801       <method name="Void add_Disposed(System.EventHandler)">
34802         <size>19</size>
34803       </method>
34804       <method name="Void remove_Disposed(System.EventHandler)">
34805         <size>19</size>
34806       </method>
34807       <method name="Void OnClick(System.EventArgs)">
34808         <size>38</size>
34809       </method>
34810     </type>
34811     <type name="Foo">
34812       <method name="Void .ctor()">
34813         <size>7</size>
34814       </method>
34815     </type>
34816     <type name="C">
34817       <method name="Void .ctor()">
34818         <size>7</size>
34819       </method>
34820       <method name="Void my_from_fixed(Int32 ByRef)">
34821         <size>4</size>
34822       </method>
34823       <method name="Void month_from_fixed(Int32)">
34824         <size>8</size>
34825       </method>
34826       <method name="Int32 CreateFromString(Int32)">
34827         <size>10</size>
34828       </method>
34829       <method name="Void Main()">
34830         <size>1</size>
34831       </method>
34832     </type>
34833     <type name="Foo">
34834       <method name="Void EventInterface.add_Event(System.EventHandler)">
34835         <size>1</size>
34836       </method>
34837       <method name="Void EventInterface.remove_Event(System.EventHandler)">
34838         <size>1</size>
34839       </method>
34840     </type>
34841     <type name="C">
34842       <method name="Double* GetValue(Double)">
34843         <size>5</size>
34844       </method>
34845     </type>
34846   </test>
34847   <test name="test-319.cs">
34848     <type name="ConstFields">
34849       <method name="Void .ctor()">
34850         <size>7</size>
34851       </method>
34852       <method name="Void .cctor()">
34853         <size>137</size>
34854       </method>
34855       <method name="Int32 Main()">
34856         <size>324</size>
34857       </method>
34858     </type>
34859   </test>
34860   <test name="test-32.cs">
34861     <type name="Blah">
34862       <method name="Void .ctor()">
34863         <size>7</size>
34864       </method>
34865       <method name="Int32 Main()">
34866         <size>50</size>
34867       </method>
34868     </type>
34869   </test>
34870   <test name="test-320.cs">
34871     <type name="X">
34872       <method name="Void .ctor(SByte*, Int32, Int32)">
34873         <size>7</size>
34874       </method>
34875       <method name="Void Main()">
34876         <size>12</size>
34877       </method>
34878     </type>
34879   </test>
34880   <test name="test-321.cs">
34881     <type name="X">
34882       <method name="Void Dispose()">
34883         <size>1</size>
34884       </method>
34885       <method name="Void Main()">
34886         <size>30</size>
34887       </method>
34888     </type>
34889   </test>
34890   <test name="test-322.cs">
34891     <type name="Y">
34892       <method name="Void .ctor(Byte)">
34893         <size>14</size>
34894       </method>
34895       <method name="Int32 op_Implicit(Y)">
34896         <size>7</size>
34897       </method>
34898     </type>
34899     <type name="X">
34900       <method name="Void .ctor()">
34901         <size>7</size>
34902       </method>
34903       <method name="Void Main()">
34904         <size>50</size>
34905       </method>
34906     </type>
34907   </test>
34908   <test name="test-323.cs">
34909     <type name="X">
34910       <method name="Void .ctor()">
34911         <size>7</size>
34912       </method>
34913       <method name="Void Main()">
34914         <size>1</size>
34915       </method>
34916     </type>
34917   </test>
34918   <test name="test-324.cs">
34919     <type name="A">
34920       <method name="Void .ctor()">
34921         <size>7</size>
34922       </method>
34923       <method name="Void DoStuff()">
34924         <size>11</size>
34925       </method>
34926     </type>
34927     <type name="T">
34928       <method name="Void .ctor()">
34929         <size>7</size>
34930       </method>
34931       <method name="Void .cctor()">
34932         <size>11</size>
34933       </method>
34934     </type>
34935     <type name="Driver">
34936       <method name="Void .ctor()">
34937         <size>7</size>
34938       </method>
34939       <method name="Void Main()">
34940         <size>22</size>
34941       </method>
34942     </type>
34943     <type name="B">
34944       <method name="Boolean get_Val()">
34945         <size>2</size>
34946       </method>
34947     </type>
34948   </test>
34949   <test name="test-325.cs">
34950     <type name="RequestAttribute">
34951       <method name="Void .ctor(String, String, String[])">
34952         <size>7</size>
34953       </method>
34954     </type>
34955     <type name="MyClass">
34956       <method name="Void .ctor()">
34957         <size>7</size>
34958       </method>
34959       <method name="Int32 SomeRequest()">
34960         <size>2</size>
34961       </method>
34962       <method name="Void Main()">
34963         <size>7</size>
34964       </method>
34965     </type>
34966   </test>
34967   <test name="test-326.cs">
34968     <type name="X">
34969       <method name="Void .ctor()">
34970         <size>7</size>
34971       </method>
34972       <method name="Int32 Main()">
34973         <size>55</size>
34974       </method>
34975     </type>
34976     <type name="Mapper">
34977       <method name="Void .ctor(Object, IntPtr)">
34978         <size>0</size>
34979       </method>
34980       <method name="Double Invoke(Int32)">
34981         <size>0</size>
34982       </method>
34983       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34984         <size>0</size>
34985       </method>
34986       <method name="Double EndInvoke(IAsyncResult)">
34987         <size>0</size>
34988       </method>
34989     </type>
34990     <type name="X">
34991       <method name="Double &lt;Main&gt;m__0(Int32)">
34992         <size>6</size>
34993       </method>
34994     </type>
34995   </test>
34996   <test name="test-327.cs">
34997     <type name="X2">
34998       <method name="Void .ctor()">
34999         <size>7</size>
35000       </method>
35001     </type>
35002     <type name="A.B.Tester">
35003       <method name="Void .ctor()">
35004         <size>7</size>
35005       </method>
35006       <method name="Void .cctor()">
35007         <size>1</size>
35008       </method>
35009       <method name="Void Main()">
35010         <size>1</size>
35011       </method>
35012     </type>
35013   </test>
35014   <test name="test-328.cs">
35015     <type name="A.B.Tester">
35016       <method name="Void .ctor()">
35017         <size>7</size>
35018       </method>
35019       <method name="Void .cctor()">
35020         <size>1</size>
35021       </method>
35022       <method name="Void Main()">
35023         <size>1</size>
35024       </method>
35025     </type>
35026   </test>
35027   <test name="test-329.cs">
35028     <type name="X">
35029       <method name="Void .ctor()">
35030         <size>7</size>
35031       </method>
35032       <method name="Void .ctor(Object)">
35033         <size>21</size>
35034       </method>
35035       <method name="Int32 Main()">
35036         <size>74</size>
35037       </method>
35038     </type>
35039   </test>
35040   <test name="test-33.cs">
35041     <type name="FirstOuter.FirstInner.First">
35042       <method name="Void .ctor()">
35043         <size>7</size>
35044       </method>
35045       <method name="System.String get_MyIdentity()">
35046         <size>12</size>
35047       </method>
35048     </type>
35049     <type name="FirstOuter.Second">
35050       <method name="Void .ctor()">
35051         <size>7</size>
35052       </method>
35053     </type>
35054     <type name="FirstOuter.SecondInner.Third">
35055       <method name="Void .ctor()">
35056         <size>7</size>
35057       </method>
35058     </type>
35059     <type name="FirstOuter.FirstInner.Fourth">
35060       <method name="Void .ctor()">
35061         <size>7</size>
35062       </method>
35063     </type>
35064     <type name="Fifth">
35065       <method name="Void .ctor()">
35066         <size>7</size>
35067       </method>
35068     </type>
35069     <type name="Application">
35070       <method name="Void .ctor()">
35071         <size>7</size>
35072       </method>
35073       <method name="Int32 Main(System.String[])">
35074         <size>139</size>
35075       </method>
35076     </type>
35077   </test>
35078   <test name="test-330.cs">
35079     <type name="X">
35080       <method name="Void .ctor()">
35081         <size>7</size>
35082       </method>
35083       <method name="Void Main()">
35084         <size>8</size>
35085       </method>
35086     </type>
35087   </test>
35088   <test name="test-331.cs">
35089     <type name="T">
35090       <method name="Void .ctor()">
35091         <size>7</size>
35092       </method>
35093       <method name="Void Main()">
35094         <size>1</size>
35095       </method>
35096       <method name="Byte* get_Ptr()">
35097         <size>7</size>
35098       </method>
35099       <method name="Void set_Ptr(Byte*)">
35100         <size>8</size>
35101       </method>
35102     </type>
35103   </test>
35104   <test name="test-332.cs">
35105     <type name="C">
35106       <method name="Void .ctor()">
35107         <size>7</size>
35108       </method>
35109       <method name="Void Main()">
35110         <size>1</size>
35111       </method>
35112     </type>
35113   </test>
35114   <test name="test-333.cs">
35115     <type name="Foo">
35116       <method name="Void .ctor()">
35117         <size>7</size>
35118       </method>
35119       <method name="Void Something()">
35120         <size>1</size>
35121       </method>
35122     </type>
35123     <type name="Bar">
35124       <method name="Void .ctor()">
35125         <size>7</size>
35126       </method>
35127       <method name="Void Something()">
35128         <size>1</size>
35129       </method>
35130       <method name="Void Main()">
35131         <size>1</size>
35132       </method>
35133     </type>
35134   </test>
35135   <test name="test-334.cs">
35136     <type name="Test.Foo.Index.CompoundFileReader">
35137       <method name="Void .ctor()">
35138         <size>7</size>
35139       </method>
35140       <method name="Void Main()">
35141         <size>1</size>
35142       </method>
35143     </type>
35144     <type name="Test.Foo.Store.Directory">
35145       <method name="Void .ctor()">
35146         <size>7</size>
35147       </method>
35148     </type>
35149   </test>
35150   <test name="test-335.cs">
35151     <type name="X">
35152       <method name="Void .ctor()">
35153         <size>7</size>
35154       </method>
35155       <method name="Void A(Int32, Int32)">
35156         <size>1</size>
35157       </method>
35158       <method name="Void C(Int32 ByRef)">
35159         <size>4</size>
35160       </method>
35161       <method name="Void Main()">
35162         <size>70</size>
35163       </method>
35164     </type>
35165     <type name="X+B">
35166       <method name="Void .ctor(Object, IntPtr)">
35167         <size>0</size>
35168       </method>
35169       <method name="Void Invoke(Int32, Int32)">
35170         <size>0</size>
35171       </method>
35172       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
35173         <size>0</size>
35174       </method>
35175       <method name="Void EndInvoke(IAsyncResult)">
35176         <size>0</size>
35177       </method>
35178     </type>
35179     <type name="X+D">
35180       <method name="Void .ctor(Object, IntPtr)">
35181         <size>0</size>
35182       </method>
35183       <method name="Void Invoke(Int32 ByRef)">
35184         <size>0</size>
35185       </method>
35186       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
35187         <size>0</size>
35188       </method>
35189       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
35190         <size>0</size>
35191       </method>
35192     </type>
35193   </test>
35194   <test name="test-336.cs">
35195     <type name="X">
35196       <method name="Void .ctor(Foo)">
35197         <size>7</size>
35198       </method>
35199       <method name="Void .ctor(Bar)">
35200         <size>7</size>
35201       </method>
35202       <method name="Void Test()">
35203         <size>1</size>
35204       </method>
35205       <method name="Void Main()">
35206         <size>19</size>
35207       </method>
35208     </type>
35209     <type name="Foo">
35210       <method name="Void .ctor(Object, IntPtr)">
35211         <size>0</size>
35212       </method>
35213       <method name="Void Invoke()">
35214         <size>0</size>
35215       </method>
35216       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35217         <size>0</size>
35218       </method>
35219       <method name="Void EndInvoke(IAsyncResult)">
35220         <size>0</size>
35221       </method>
35222     </type>
35223     <type name="Bar">
35224       <method name="Void .ctor(Object, IntPtr)">
35225         <size>0</size>
35226       </method>
35227       <method name="Void Invoke(Int32)">
35228         <size>0</size>
35229       </method>
35230       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35231         <size>0</size>
35232       </method>
35233       <method name="Void EndInvoke(IAsyncResult)">
35234         <size>0</size>
35235       </method>
35236     </type>
35237   </test>
35238   <test name="test-337.cs">
35239     <type name="Test">
35240       <method name="Void .ctor()">
35241         <size>7</size>
35242       </method>
35243       <method name="Void Main()">
35244         <size>16</size>
35245       </method>
35246     </type>
35247   </test>
35248   <test name="test-338.cs">
35249     <type name="X">
35250       <method name="Void .ctor()">
35251         <size>7</size>
35252       </method>
35253       <method name="Void .cctor()">
35254         <size>11</size>
35255       </method>
35256       <method name="Void Main()">
35257         <size>1</size>
35258       </method>
35259       <method name="Y+Z fz()">
35260         <size>6</size>
35261       </method>
35262     </type>
35263     <type name="Y">
35264       <method name="Void .ctor()">
35265         <size>7</size>
35266       </method>
35267     </type>
35268     <type name="Y+Z">
35269       <method name="Void .ctor()">
35270         <size>7</size>
35271       </method>
35272       <method name="Void .cctor()">
35273         <size>11</size>
35274       </method>
35275     </type>
35276   </test>
35277   <test name="test-339.cs">
35278     <type name="C">
35279       <method name="Void .ctor()">
35280         <size>7</size>
35281       </method>
35282       <method name="Void .cctor()">
35283         <size>17</size>
35284       </method>
35285       <method name="Int32 Main()">
35286         <size>86</size>
35287       </method>
35288     </type>
35289   </test>
35290   <test name="test-34.cs">
35291     <type name="Blah">
35292       <method name="Void .ctor()">
35293         <size>7</size>
35294       </method>
35295       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
35296         <size>7</size>
35297       </method>
35298       <method name="Int32 Bar(Int32, System.Int32[])">
35299         <size>61</size>
35300       </method>
35301       <method name="Void Foo(Int32, Int32)">
35302         <size>7</size>
35303       </method>
35304       <method name="Void In(Int32 ByRef)">
35305         <size>7</size>
35306       </method>
35307       <method name="Void Out(Int32 ByRef)">
35308         <size>7</size>
35309       </method>
35310       <method name="Int32 AddArray(System.Int32[])">
35311         <size>30</size>
35312       </method>
35313       <method name="Int32 AddFancy(FancyInt[])">
35314         <size>39</size>
35315       </method>
35316       <method name="Int32 Main()">
35317         <size>269</size>
35318       </method>
35319     </type>
35320     <type name="&lt;PrivateImplementationDetails&gt;">
35321       <method name="Void .ctor()">
35322         <size>7</size>
35323       </method>
35324     </type>
35325     <type name="FancyInt">
35326       <method name="Void .ctor(Int32)">
35327         <size>8</size>
35328       </method>
35329     </type>
35330   </test>
35331   <test name="test-340.cs">
35332     <type name="FLMID.Bugs.BoolOne.A">
35333       <method name="Void .ctor()">
35334         <size>7</size>
35335       </method>
35336       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
35337         <size>8</size>
35338       </method>
35339     </type>
35340     <type name="FLMID.Bugs.BoolOne.B">
35341       <method name="Void .ctor()">
35342         <size>7</size>
35343       </method>
35344     </type>
35345     <type name="FLMID.Bugs.BoolOne.Test">
35346       <method name="Void .ctor()">
35347         <size>7</size>
35348       </method>
35349       <method name="Int32 Main(System.String[])">
35350         <size>34</size>
35351       </method>
35352     </type>
35353     <type name="FLMID.Bugs.BoolOne.B">
35354       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
35355         <size>12</size>
35356       </method>
35357     </type>
35358   </test>
35359   <test name="test-341.cs">
35360     <type name="Test">
35361       <method name="Void .ctor()">
35362         <size>7</size>
35363       </method>
35364       <method name="Void Main()">
35365         <size>1</size>
35366       </method>
35367     </type>
35368     <type name="Libs">
35369       <method name="Void .ctor()">
35370         <size>7</size>
35371       </method>
35372     </type>
35373     <type name="Bar">
35374       <method name="Void .ctor()">
35375         <size>7</size>
35376       </method>
35377     </type>
35378     <type name="Foo">
35379       <method name="Void .ctor()">
35380         <size>7</size>
35381       </method>
35382     </type>
35383   </test>
35384   <test name="test-342.cs">
35385     <type name="A">
35386       <method name="Void .ctor()">
35387         <size>7</size>
35388       </method>
35389       <method name="Void Foo(Int32)">
35390         <size>1</size>
35391       </method>
35392       <method name="Void Foo(Double)">
35393         <size>11</size>
35394       </method>
35395     </type>
35396     <type name="B">
35397       <method name="Void .ctor()">
35398         <size>7</size>
35399       </method>
35400       <method name="Void Foo(Double)">
35401         <size>11</size>
35402       </method>
35403       <method name="Void Main()">
35404         <size>24</size>
35405       </method>
35406     </type>
35407     <type name="A">
35408       <method name="Boolean get_Item(Int32)">
35409         <size>2</size>
35410       </method>
35411       <method name="Boolean get_Item(Double)">
35412         <size>11</size>
35413       </method>
35414     </type>
35415     <type name="B">
35416       <method name="Boolean get_Item(Double)">
35417         <size>11</size>
35418       </method>
35419     </type>
35420   </test>
35421   <test name="test-343.cs">
35422     <type name="X">
35423       <method name="Void .ctor()">
35424         <size>7</size>
35425       </method>
35426       <method name="Void Concat(System.String, System.String, System.String)">
35427         <size>1</size>
35428       </method>
35429       <method name="Void Concat(System.String[])">
35430         <size>11</size>
35431       </method>
35432       <method name="Void Main()">
35433         <size>21</size>
35434       </method>
35435     </type>
35436   </test>
35437   <test name="test-344.cs">
35438     <type name="X">
35439       <method name="Void .ctor()">
35440         <size>7</size>
35441       </method>
35442       <method name="Void add_y(Y)">
35443         <size>47</size>
35444       </method>
35445       <method name="Void remove_y(Y)">
35446         <size>47</size>
35447       </method>
35448       <method name="Void Main(System.String[])">
35449         <size>13</size>
35450       </method>
35451       <method name="Void Foo()">
35452         <size>50</size>
35453       </method>
35454     </type>
35455     <type name="Y">
35456       <method name="Void .ctor(Object, IntPtr)">
35457         <size>0</size>
35458       </method>
35459       <method name="Void Invoke()">
35460         <size>0</size>
35461       </method>
35462       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35463         <size>0</size>
35464       </method>
35465       <method name="Void EndInvoke(IAsyncResult)">
35466         <size>0</size>
35467       </method>
35468     </type>
35469     <type name="X+&lt;Foo&gt;c__AnonStorey0">
35470       <method name="Void .ctor()">
35471         <size>7</size>
35472       </method>
35473       <method name="Void &lt;&gt;m__0()">
35474         <size>28</size>
35475       </method>
35476     </type>
35477   </test>
35478   <test name="test-345.cs">
35479     <type name="EntryPoint">
35480       <method name="Void .ctor()">
35481         <size>7</size>
35482       </method>
35483       <method name="Void Main()">
35484         <size>1</size>
35485       </method>
35486     </type>
35487   </test>
35488   <test name="test-346.cs">
35489     <type name="TestMethods.Class1">
35490       <method name="Void .ctor()">
35491         <size>7</size>
35492       </method>
35493       <method name="Int32 Main()">
35494         <size>91</size>
35495       </method>
35496     </type>
35497     <type name="TestMethods.ParamClass">
35498       <method name="Void .ctor()">
35499         <size>7</size>
35500       </method>
35501     </type>
35502     <type name="TestMethods.TestParam">
35503       <method name="Void .ctor()">
35504         <size>7</size>
35505       </method>
35506     </type>
35507     <type name="TestMethods.BaseClass">
35508       <method name="Void .ctor()">
35509         <size>7</size>
35510       </method>
35511       <method name="Int32 AddItem(TestMethods.ParamClass)">
35512         <size>0</size>
35513       </method>
35514     </type>
35515     <type name="TestMethods.TestClass">
35516       <method name="Void .ctor()">
35517         <size>7</size>
35518       </method>
35519       <method name="Int32 AddItem(System.Object)">
35520         <size>2</size>
35521       </method>
35522       <method name="Int32 AddItem(TestMethods.ParamClass)">
35523         <size>2</size>
35524       </method>
35525     </type>
35526   </test>
35527   <test name="test-347.cs">
35528     <type name="Whatever.Core.Project">
35529       <method name="Void .ctor()">
35530         <size>7</size>
35531       </method>
35532     </type>
35533     <type name="Whatever.Core.A">
35534       <method name="Void .ctor()">
35535         <size>7</size>
35536       </method>
35537       <method name="Whatever.Core.Project get_Project()">
35538         <size>6</size>
35539       </method>
35540     </type>
35541     <type name="SomethingElse.Core.Project">
35542       <method name="Void .ctor()">
35543         <size>7</size>
35544       </method>
35545     </type>
35546     <type name="Whatever.App.B">
35547       <method name="Void .ctor()">
35548         <size>7</size>
35549       </method>
35550       <method name="System.String Execute()">
35551         <size>12</size>
35552       </method>
35553       <method name="Void Main()">
35554         <size>12</size>
35555       </method>
35556     </type>
35557   </test>
35558   <test name="test-348.cs">
35559     <type name="BoundAttribute">
35560       <method name="Void .ctor(Double, Int32)">
35561         <size>7</size>
35562       </method>
35563     </type>
35564     <type name="C">
35565       <method name="Void .ctor()">
35566         <size>7</size>
35567       </method>
35568       <method name="Void Main()">
35569         <size>1</size>
35570       </method>
35571     </type>
35572   </test>
35573   <test name="test-349.cs">
35574     <type name="C">
35575       <method name="Void .ctor()">
35576         <size>7</size>
35577       </method>
35578       <method name="Void add_Ev1(D)">
35579         <size>47</size>
35580       </method>
35581       <method name="Void remove_Ev1(D)">
35582         <size>47</size>
35583       </method>
35584     </type>
35585     <type name="X">
35586       <method name="Void .ctor()">
35587         <size>7</size>
35588       </method>
35589       <method name="Void .cctor()">
35590         <size>1</size>
35591       </method>
35592       <method name="Void add_Ev1(D)">
35593         <size>45</size>
35594       </method>
35595       <method name="Void remove_Ev1(D)">
35596         <size>45</size>
35597       </method>
35598       <method name="Void add_Ev2(D)">
35599         <size>45</size>
35600       </method>
35601       <method name="Void remove_Ev2(D)">
35602         <size>45</size>
35603       </method>
35604     </type>
35605     <type name="X2">
35606       <method name="Void .ctor()">
35607         <size>7</size>
35608       </method>
35609       <method name="Void .cctor()">
35610         <size>7</size>
35611       </method>
35612     </type>
35613     <type name="Test">
35614       <method name="Void .ctor()">
35615         <size>7</size>
35616       </method>
35617       <method name="Void .cctor()">
35618         <size>19</size>
35619       </method>
35620       <method name="Int32 Main()">
35621         <size>63</size>
35622       </method>
35623     </type>
35624     <type name="D">
35625       <method name="Void .ctor(Object, IntPtr)">
35626         <size>0</size>
35627       </method>
35628       <method name="Void Invoke()">
35629         <size>0</size>
35630       </method>
35631       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35632         <size>0</size>
35633       </method>
35634       <method name="Void EndInvoke(IAsyncResult)">
35635         <size>0</size>
35636       </method>
35637     </type>
35638   </test>
35639   <test name="test-35.cs">
35640     <type name="X">
35641       <method name="Void .ctor()">
35642         <size>7</size>
35643       </method>
35644       <method name="Void .cctor()">
35645         <size>7</size>
35646       </method>
35647       <method name="Void a()">
35648         <size>17</size>
35649       </method>
35650       <method name="Void w(Int32)">
35651         <size>22</size>
35652       </method>
35653       <method name="Int32 Main()">
35654         <size>298</size>
35655       </method>
35656     </type>
35657   </test>
35658   <test name="test-350.cs">
35659     <type name="A">
35660       <method name="Void .ctor()">
35661         <size>7</size>
35662       </method>
35663     </type>
35664     <type name="A+BAttribute">
35665       <method name="Void .ctor()">
35666         <size>7</size>
35667       </method>
35668     </type>
35669     <type name="C">
35670       <method name="Void .ctor()">
35671         <size>7</size>
35672       </method>
35673       <method name="Void Main()">
35674         <size>1</size>
35675       </method>
35676     </type>
35677   </test>
35678   <test name="test-351.cs">
35679     <type name="Test.Testee">
35680       <method name="Void .ctor()">
35681         <size>7</size>
35682       </method>
35683       <method name="Void Bar(System.String, System.Object[])">
35684         <size>1</size>
35685       </method>
35686       <method name="Void Main()">
35687         <size>242</size>
35688       </method>
35689     </type>
35690     <type name="Test.Foo">
35691       <method name="Void .ctor(Object, IntPtr)">
35692         <size>0</size>
35693       </method>
35694       <method name="Void Invoke(System.String, System.Object[])">
35695         <size>0</size>
35696       </method>
35697       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
35698         <size>0</size>
35699       </method>
35700       <method name="Void EndInvoke(IAsyncResult)">
35701         <size>0</size>
35702       </method>
35703     </type>
35704   </test>
35705   <test name="test-352.cs">
35706     <type name="C">
35707       <method name="Void .ctor()">
35708         <size>7</size>
35709       </method>
35710       <method name="Void Main()">
35711         <size>1</size>
35712       </method>
35713     </type>
35714   </test>
35715   <test name="test-353.cs">
35716     <type name="Three">
35717       <method name="Void .ctor()">
35718         <size>7</size>
35719       </method>
35720       <method name="Void Main()">
35721         <size>7</size>
35722       </method>
35723     </type>
35724     <type name="One">
35725       <method name="Void .ctor()">
35726         <size>7</size>
35727       </method>
35728     </type>
35729     <type name="Two">
35730       <method name="Void .ctor()">
35731         <size>7</size>
35732       </method>
35733     </type>
35734   </test>
35735   <test name="test-354.cs">
35736     <type name="MYAttr">
35737       <method name="Void .ctor()">
35738         <size>7</size>
35739       </method>
35740     </type>
35741     <type name="A">
35742       <method name="Void .ctor()">
35743         <size>7</size>
35744       </method>
35745       <method name="Void Main()">
35746         <size>1</size>
35747       </method>
35748     </type>
35749   </test>
35750   <test name="test-355.cs">
35751     <type name="Level1.Level1.Level2.MainClass">
35752       <method name="Void .ctor()">
35753         <size>7</size>
35754       </method>
35755       <method name="Void Main()">
35756         <size>1</size>
35757       </method>
35758     </type>
35759   </test>
35760   <test name="test-356.cs">
35761     <type name="MainClass">
35762       <method name="Void .ctor()">
35763         <size>7</size>
35764       </method>
35765       <method name="Void Main()">
35766         <size>1</size>
35767       </method>
35768     </type>
35769   </test>
35770   <test name="test-357.cs">
35771     <type name="SD.Sd">
35772       <method name="Void .ctor()">
35773         <size>7</size>
35774       </method>
35775       <method name="Void F(Boolean)">
35776         <size>1</size>
35777       </method>
35778     </type>
35779     <type name="Foo.Bar">
35780       <method name="Void .ctor()">
35781         <size>25</size>
35782       </method>
35783       <method name="Void Main()">
35784         <size>27</size>
35785       </method>
35786     </type>
35787     <type name="Foo.Bar+f_t">
35788       <method name="Void .ctor(Object, IntPtr)">
35789         <size>0</size>
35790       </method>
35791       <method name="Void Invoke(Boolean)">
35792         <size>0</size>
35793       </method>
35794       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
35795         <size>0</size>
35796       </method>
35797       <method name="Void EndInvoke(IAsyncResult)">
35798         <size>0</size>
35799       </method>
35800     </type>
35801   </test>
35802   <test name="test-358.cs">
35803     <type name="Test">
35804       <method name="Void .ctor()">
35805         <size>7</size>
35806       </method>
35807       <method name="Void Main()">
35808         <size>50</size>
35809       </method>
35810     </type>
35811   </test>
35812   <test name="test-359.cs">
35813     <type name="Test">
35814       <method name="Void .ctor()">
35815         <size>7</size>
35816       </method>
35817       <method name="Void Main()">
35818         <size>1</size>
35819       </method>
35820     </type>
35821   </test>
35822   <test name="test-36.cs">
35823     <type name="Y">
35824       <method name="Void .ctor()">
35825         <size>7</size>
35826       </method>
35827       <method name="Int32 Main()">
35828         <size>276</size>
35829       </method>
35830     </type>
35831     <type name="X">
35832       <method name="IEnumerator GetEnumerator()">
35833         <size>35</size>
35834       </method>
35835     </type>
35836     <type name="&lt;PrivateImplementationDetails&gt;">
35837       <method name="Void .ctor()">
35838         <size>7</size>
35839       </method>
35840     </type>
35841   </test>
35842   <test name="test-360.cs">
35843     <type name="Application">
35844       <method name="Void .ctor()">
35845         <size>7</size>
35846       </method>
35847       <method name="Void Main(System.String[])">
35848         <size>13</size>
35849       </method>
35850     </type>
35851   </test>
35852   <test name="test-361.cs">
35853     <type name="X">
35854       <method name="Void .ctor()">
35855         <size>7</size>
35856       </method>
35857     </type>
35858     <type name="Test">
35859       <method name="Void .ctor()">
35860         <size>7</size>
35861       </method>
35862       <method name="Void Main()">
35863         <size>1</size>
35864       </method>
35865     </type>
35866   </test>
35867   <test name="test-362.cs">
35868     <type name="C">
35869       <method name="Void .ctor()">
35870         <size>7</size>
35871       </method>
35872       <method name="Void Main()">
35873         <size>17</size>
35874       </method>
35875       <method name="Void Test()">
35876         <size>26</size>
35877       </method>
35878     </type>
35879   </test>
35880   <test name="test-363.cs">
35881     <type name="Location">
35882       <method name="Void .ctor()">
35883         <size>7</size>
35884       </method>
35885       <method name="Void .cctor()">
35886         <size>11</size>
35887       </method>
35888     </type>
35889     <type name="Element">
35890       <method name="Void .ctor()">
35891         <size>18</size>
35892       </method>
35893       <method name="Location get_Location()">
35894         <size>7</size>
35895       </method>
35896       <method name="Void set_Location(Location)">
35897         <size>8</size>
35898       </method>
35899     </type>
35900     <type name="T">
35901       <method name="Void .ctor()">
35902         <size>7</size>
35903       </method>
35904       <method name="Void Main()">
35905         <size>1</size>
35906       </method>
35907     </type>
35908   </test>
35909   <test name="test-364.cs">
35910     <type name="X">
35911       <method name="Void .ctor()">
35912         <size>7</size>
35913       </method>
35914       <method name="Int32 Main()">
35915         <size>34</size>
35916       </method>
35917       <method name="Int32 t1(Int32)">
35918         <size>33</size>
35919       </method>
35920       <method name="Int32 t2(Int32)">
35921         <size>47</size>
35922       </method>
35923       <method name="Void Main2(System.String[])">
35924         <size>72</size>
35925       </method>
35926     </type>
35927     <type name="Delegable">
35928       <method name="Void .ctor()">
35929         <size>7</size>
35930       </method>
35931       <method name="Void add_MyDelegate(System.EventHandler)">
35932         <size>47</size>
35933       </method>
35934       <method name="Void remove_MyDelegate(System.EventHandler)">
35935         <size>47</size>
35936       </method>
35937     </type>
35938     <type name="X+Foo">
35939       <method name="Void .ctor(Object, IntPtr)">
35940         <size>0</size>
35941       </method>
35942       <method name="Int32 Invoke()">
35943         <size>0</size>
35944       </method>
35945       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35946         <size>0</size>
35947       </method>
35948       <method name="Int32 EndInvoke(IAsyncResult)">
35949         <size>0</size>
35950       </method>
35951     </type>
35952     <type name="X+&lt;t1&gt;c__AnonStorey0">
35953       <method name="Void .ctor()">
35954         <size>7</size>
35955       </method>
35956       <method name="Int32 &lt;&gt;m__0()">
35957         <size>7</size>
35958       </method>
35959     </type>
35960     <type name="X+&lt;t2&gt;c__AnonStorey1">
35961       <method name="Void .ctor()">
35962         <size>7</size>
35963       </method>
35964       <method name="Int32 &lt;&gt;m__1()">
35965         <size>7</size>
35966       </method>
35967     </type>
35968     <type name="X+&lt;Main2&gt;c__AnonStorey2">
35969       <method name="Void .ctor()">
35970         <size>7</size>
35971       </method>
35972       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
35973         <size>33</size>
35974       </method>
35975     </type>
35976   </test>
35977   <test name="test-365.cs">
35978     <type name="C">
35979       <method name="Void .ctor()">
35980         <size>19</size>
35981       </method>
35982       <method name="Void set_LiteralType(LiteralType)">
35983         <size>1</size>
35984       </method>
35985       <method name="Void Main()">
35986         <size>1</size>
35987       </method>
35988     </type>
35989   </test>
35990   <test name="test-366.cs">
35991     <type name="C">
35992       <method name="Void .ctor()">
35993         <size>7</size>
35994       </method>
35995       <method name="Int32 Main()">
35996         <size>20</size>
35997       </method>
35998     </type>
35999   </test>
36000   <test name="test-367.cs">
36001     <type name="X">
36002       <method name="Void .ctor()">
36003         <size>7</size>
36004       </method>
36005       <method name="Int32 Main()">
36006         <size>20</size>
36007       </method>
36008     </type>
36009   </test>
36010   <test name="test-368.cs">
36011     <type name="X">
36012       <method name="Void .ctor()">
36013         <size>7</size>
36014       </method>
36015       <method name="Void Main()">
36016         <size>27</size>
36017       </method>
36018     </type>
36019   </test>
36020   <test name="test-369.cs">
36021     <type name="Test">
36022       <method name="Void .ctor()">
36023         <size>7</size>
36024       </method>
36025       <method name="Boolean Equals(System.Object)">
36026         <size>2</size>
36027       </method>
36028       <method name="Int32 GetHashCode()">
36029         <size>2</size>
36030       </method>
36031       <method name="Void Main()">
36032         <size>47</size>
36033       </method>
36034       <method name="Boolean op_Equality(Test, Test)">
36035         <size>14</size>
36036       </method>
36037       <method name="Boolean op_Inequality(Test, Test)">
36038         <size>2</size>
36039       </method>
36040     </type>
36041   </test>
36042   <test name="test-37.cs">
36043     <type name="X">
36044       <method name="Void .ctor()">
36045         <size>7</size>
36046       </method>
36047       <method name="Void m(System.Int32[])">
36048         <size>9</size>
36049       </method>
36050       <method name="Int32 test_int_single_dim()">
36051         <size>88</size>
36052       </method>
36053       <method name="Int32 simple_test_double_dim()">
36054         <size>78</size>
36055       </method>
36056       <method name="Int32 Main()">
36057         <size>12</size>
36058       </method>
36059     </type>
36060   </test>
36061   <test name="test-370.cs">
36062     <type name="Test.Application">
36063       <method name="Void .ctor()">
36064         <size>7</size>
36065       </method>
36066       <method name="Int32 ParseType(System.String)">
36067         <size>168</size>
36068       </method>
36069       <method name="Int32 Main()">
36070         <size>54</size>
36071       </method>
36072     </type>
36073   </test>
36074   <test name="test-371.cs">
36075     <type name="X">
36076       <method name="Void .ctor(Boolean&amp;)">
36077         <size>10</size>
36078       </method>
36079       <method name="Void Main()">
36080         <size>1</size>
36081       </method>
36082     </type>
36083     <type name="Y">
36084       <method name="Void .ctor(Boolean&amp;)">
36085         <size>8</size>
36086       </method>
36087     </type>
36088   </test>
36089   <test name="test-372.cs">
36090     <type name="GenericNode">
36091       <method name="Void .ctor()">
36092         <size>7</size>
36093       </method>
36094       <method name="Int32 GetStat()">
36095         <size>2</size>
36096       </method>
36097     </type>
36098     <type name="GenericFileNode">
36099       <method name="Void .ctor()">
36100         <size>7</size>
36101       </method>
36102       <method name="Int32 NotUsed()">
36103         <size>2</size>
36104       </method>
36105     </type>
36106     <type name="WorkingTest">
36107       <method name="Void .ctor()">
36108         <size>7</size>
36109       </method>
36110       <method name="Int32 GetStat()">
36111         <size>3</size>
36112       </method>
36113     </type>
36114     <type name="FailingTest">
36115       <method name="Void .ctor()">
36116         <size>7</size>
36117       </method>
36118       <method name="Int32 GetStat()">
36119         <size>3</size>
36120       </method>
36121     </type>
36122     <type name="TestWrapper">
36123       <method name="Void .ctor()">
36124         <size>7</size>
36125       </method>
36126       <method name="Boolean Test(Node, System.String)">
36127         <size>39</size>
36128       </method>
36129       <method name="Int32 Main()">
36130         <size>44</size>
36131       </method>
36132     </type>
36133   </test>
36134   <test name="test-373.cs">
36135     <type name="Test">
36136       <method name="Void .ctor()">
36137         <size>7</size>
36138       </method>
36139       <method name="Void Main(System.String[])">
36140         <size>50</size>
36141       </method>
36142     </type>
36143   </test>
36144   <test name="test-374.cs">
36145     <type name="Test">
36146       <method name="Void .ctor()">
36147         <size>7</size>
36148       </method>
36149     </type>
36150     <type name="Rest">
36151       <method name="Void .ctor()">
36152         <size>7</size>
36153       </method>
36154       <method name="Void Main()">
36155         <size>1</size>
36156       </method>
36157     </type>
36158   </test>
36159   <test name="test-375.cs">
36160     <type name="a">
36161       <method name="Void .ctor()">
36162         <size>7</size>
36163       </method>
36164     </type>
36165     <type name="a+b">
36166       <method name="Void .ctor()">
36167         <size>7</size>
36168       </method>
36169     </type>
36170     <type name="c">
36171       <method name="Void .ctor()">
36172         <size>7</size>
36173       </method>
36174       <method name="Void Main()">
36175         <size>1</size>
36176       </method>
36177     </type>
36178     <type name="c+d">
36179       <method name="Void .ctor()">
36180         <size>7</size>
36181       </method>
36182     </type>
36183   </test>
36184   <test name="test-376.cs">
36185     <type name="C">
36186       <method name="Void .ctor()">
36187         <size>7</size>
36188       </method>
36189       <method name="Int32 Main()">
36190         <size>72</size>
36191       </method>
36192     </type>
36193   </test>
36194   <test name="test-377.cs">
36195     <type name="Tests">
36196       <method name="Void .ctor()">
36197         <size>7</size>
36198       </method>
36199       <method name="Void test()">
36200         <size>10</size>
36201       </method>
36202       <method name="Void Main()">
36203         <size>1</size>
36204       </method>
36205     </type>
36206   </test>
36207   <test name="test-378.cs">
36208     <type name="C">
36209       <method name="Void .ctor()">
36210         <size>7</size>
36211       </method>
36212       <method name="Void Main()">
36213         <size>1</size>
36214       </method>
36215     </type>
36216   </test>
36217   <test name="test-379.cs">
36218     <type name="DeadCode">
36219       <method name="Void .ctor()">
36220         <size>7</size>
36221       </method>
36222       <method name="Void Main()">
36223         <size>12</size>
36224       </method>
36225       <method name="System.String SomeFunc(System.String)">
36226         <size>2</size>
36227       </method>
36228     </type>
36229   </test>
36230   <test name="test-38.cs">
36231     <type name="X">
36232       <method name="Void .ctor()">
36233         <size>7</size>
36234       </method>
36235       <method name="Int32 get_Item(Int32)">
36236         <size>20</size>
36237       </method>
36238       <method name="Void set_Item(Int32, Int32)">
36239         <size>26</size>
36240       </method>
36241       <method name="Int32 Foo()">
36242         <size>2</size>
36243       </method>
36244       <method name="Int32 get_Bar()">
36245         <size>7</size>
36246       </method>
36247       <method name="Void set_Bar(Int32)">
36248         <size>8</size>
36249       </method>
36250     </type>
36251     <type name="Y">
36252       <method name="Void .ctor()">
36253         <size>7</size>
36254       </method>
36255       <method name="UInt32 get_Item(UInt32)">
36256         <size>20</size>
36257       </method>
36258       <method name="Void set_Item(UInt32, UInt32)">
36259         <size>26</size>
36260       </method>
36261       <method name="UInt32 Foo()">
36262         <size>2</size>
36263       </method>
36264       <method name="UInt32 get_Bar()">
36265         <size>7</size>
36266       </method>
36267       <method name="Void set_Bar(UInt32)">
36268         <size>8</size>
36269       </method>
36270     </type>
36271     <type name="Test">
36272       <method name="Void .ctor()">
36273         <size>7</size>
36274       </method>
36275       <method name="Int32 Main()">
36276         <size>268</size>
36277       </method>
36278     </type>
36279   </test>
36280   <test name="test-380.cs">
36281     <type name="T">
36282       <method name="Void .ctor()">
36283         <size>7</size>
36284       </method>
36285       <method name="Int32 Main()">
36286         <size>17</size>
36287       </method>
36288     </type>
36289   </test>
36290   <test name="test-381.cs">
36291     <type name="Application">
36292       <method name="Void .ctor()">
36293         <size>7</size>
36294       </method>
36295       <method name="Void Main(System.String[])">
36296         <size>13</size>
36297       </method>
36298     </type>
36299   </test>
36300   <test name="test-382.cs">
36301     <type name="Dec">
36302       <method name="Void .ctor()">
36303         <size>7</size>
36304       </method>
36305       <method name="Void .cctor()">
36306         <size>16</size>
36307       </method>
36308       <method name="Void Main()">
36309         <size>108</size>
36310       </method>
36311     </type>
36312   </test>
36313   <test name="test-383.cs">
36314     <type name="X">
36315       <method name="Void .ctor()">
36316         <size>37</size>
36317       </method>
36318       <method name="X testme(Int32 ByRef)">
36319         <size>5</size>
36320       </method>
36321       <method name="Void Main()">
36322         <size>7</size>
36323       </method>
36324     </type>
36325   </test>
36326   <test name="test-384.cs">
36327     <type name="X">
36328       <method name="Void .ctor()">
36329         <size>7</size>
36330       </method>
36331       <method name="Void .cctor()">
36332         <size>8</size>
36333       </method>
36334       <method name="Void Test()">
36335         <size>40</size>
36336       </method>
36337       <method name="Int32 Main()">
36338         <size>21</size>
36339       </method>
36340     </type>
36341   </test>
36342   <test name="test-385.cs">
36343     <type name="Test">
36344       <method name="Void .ctor()">
36345         <size>7</size>
36346       </method>
36347       <method name="Int32 Main()">
36348         <size>40</size>
36349       </method>
36350     </type>
36351   </test>
36352   <test name="test-386.cs">
36353     <type name="SuperDecimal">
36354       <method name="Void .ctor(Decimal)">
36355         <size>14</size>
36356       </method>
36357       <method name="Void Main()">
36358         <size>15</size>
36359       </method>
36360       <method name="SuperDecimal op_Implicit(Decimal)">
36361         <size>7</size>
36362       </method>
36363     </type>
36364   </test>
36365   <test name="test-387.cs">
36366     <type name="ObjectID">
36367       <method name="Void .ctor(Int64)">
36368         <size>8</size>
36369       </method>
36370       <method name="Void Main()">
36371         <size>22</size>
36372       </method>
36373       <method name="Int64 op_Implicit(ObjectID)">
36374         <size>8</size>
36375       </method>
36376       <method name="ObjectID op_Implicit(Int64)">
36377         <size>7</size>
36378       </method>
36379     </type>
36380   </test>
36381   <test name="test-388.cs">
36382     <type name="Schemas.basefieldtype">
36383       <method name="Void .ctor()">
36384         <size>7</size>
36385       </method>
36386       <method name="System.Object Instantiate()">
36387         <size>2</size>
36388       </method>
36389     </type>
36390     <type name="Schemas.fieldtype">
36391       <method name="Void .ctor()">
36392         <size>7</size>
36393       </method>
36394       <method name="System.Object Instantiate()">
36395         <size>18</size>
36396       </method>
36397     </type>
36398     <type name="Schemas.compoundfield">
36399       <method name="Void .ctor()">
36400         <size>7</size>
36401       </method>
36402       <method name="System.Object Instantiate()">
36403         <size>18</size>
36404       </method>
36405     </type>
36406     <type name="Schemas.field">
36407       <method name="Void .ctor()">
36408         <size>7</size>
36409       </method>
36410       <method name="System.Object Instantiate()">
36411         <size>18</size>
36412       </method>
36413     </type>
36414     <type name="Schemas.formdata">
36415       <method name="Void .ctor()">
36416         <size>7</size>
36417       </method>
36418       <method name="System.Object Instantiate()">
36419         <size>12</size>
36420       </method>
36421     </type>
36422     <type name="Schemas.M">
36423       <method name="Void .ctor()">
36424         <size>7</size>
36425       </method>
36426       <method name="Void Main()">
36427         <size>1</size>
36428       </method>
36429     </type>
36430   </test>
36431   <test name="test-389.cs">
36432     <type name="Schemas.basefieldtype">
36433       <method name="Void .ctor()">
36434         <size>7</size>
36435       </method>
36436       <method name="System.Object Instantiate()">
36437         <size>2</size>
36438       </method>
36439     </type>
36440     <type name="Schemas.fieldtype">
36441       <method name="Void .ctor()">
36442         <size>7</size>
36443       </method>
36444       <method name="System.Object Instantiate()">
36445         <size>18</size>
36446       </method>
36447     </type>
36448     <type name="Schemas.compoundfield">
36449       <method name="Void .ctor()">
36450         <size>7</size>
36451       </method>
36452       <method name="System.Object Instantiate()">
36453         <size>18</size>
36454       </method>
36455     </type>
36456     <type name="Schemas.field">
36457       <method name="Void .ctor()">
36458         <size>7</size>
36459       </method>
36460       <method name="System.Object Instantiate()">
36461         <size>18</size>
36462       </method>
36463     </type>
36464     <type name="Schemas.formdata">
36465       <method name="Void .ctor()">
36466         <size>7</size>
36467       </method>
36468       <method name="System.Object Instantiate()">
36469         <size>12</size>
36470       </method>
36471     </type>
36472     <type name="Schemas.M">
36473       <method name="Void .ctor()">
36474         <size>7</size>
36475       </method>
36476       <method name="Void Main()">
36477         <size>1</size>
36478       </method>
36479     </type>
36480   </test>
36481   <test name="test-39.cs">
36482     <type name="SimpleAttribute">
36483       <method name="Void .ctor(String)">
36484         <size>14</size>
36485       </method>
36486       <method name="System.String get_AnotherArg()">
36487         <size>7</size>
36488       </method>
36489       <method name="Void set_AnotherArg(System.String)">
36490         <size>8</size>
36491       </method>
36492       <method name="Int64 get_LongValue()">
36493         <size>3</size>
36494       </method>
36495       <method name="Void set_LongValue(Int64)">
36496         <size>1</size>
36497       </method>
36498       <method name="System.Int64[] get_ArrayValue()">
36499         <size>7</size>
36500       </method>
36501       <method name="Void set_ArrayValue(System.Int64[])">
36502         <size>1</size>
36503       </method>
36504     </type>
36505     <type name="Blah2">
36506       <method name="Void .ctor()">
36507         <size>7</size>
36508       </method>
36509     </type>
36510     <type name="Blah3">
36511       <method name="Void .ctor()">
36512         <size>7</size>
36513       </method>
36514     </type>
36515     <type name="Blah">
36516       <method name="Void .ctor()">
36517         <size>7</size>
36518       </method>
36519       <method name="Int32 Main()">
36520         <size>181</size>
36521       </method>
36522     </type>
36523   </test>
36524   <test name="test-390.cs">
36525     <type name="C">
36526       <method name="Void .ctor()">
36527         <size>7</size>
36528       </method>
36529       <method name="Void Main()">
36530         <size>1</size>
36531       </method>
36532     </type>
36533     <type name="C+O">
36534       <method name="Void .ctor()">
36535         <size>7</size>
36536       </method>
36537       <method name="Void Foo()">
36538         <size>1</size>
36539       </method>
36540     </type>
36541     <type name="C+N">
36542       <method name="Void .ctor()">
36543         <size>7</size>
36544       </method>
36545       <method name="Void Foo()">
36546         <size>1</size>
36547       </method>
36548     </type>
36549     <type name="C+M">
36550       <method name="Void .ctor()">
36551         <size>7</size>
36552       </method>
36553     </type>
36554   </test>
36555   <test name="test-391.cs">
36556     <type name="C">
36557       <method name="Void .ctor()">
36558         <size>7</size>
36559       </method>
36560       <method name="Void Foo(Int32)">
36561         <size>1</size>
36562       </method>
36563       <method name="Void Foo(Int32 ByRef)">
36564         <size>1</size>
36565       </method>
36566       <method name="Void Bar(Boolean ByRef)">
36567         <size>4</size>
36568       </method>
36569       <method name="Void Bar(Boolean)">
36570         <size>1</size>
36571       </method>
36572       <method name="Void Main()">
36573         <size>1</size>
36574       </method>
36575     </type>
36576   </test>
36577   <test name="test-392.cs">
36578     <type name="C">
36579       <method name="Int32 Test()">
36580         <size>80</size>
36581       </method>
36582       <method name="Int32 Main()">
36583         <size>16</size>
36584       </method>
36585     </type>
36586     <type name="C+S">
36587       <method name="Void .ctor(Int32)">
36588         <size>8</size>
36589       </method>
36590     </type>
36591   </test>
36592   <test name="test-393.cs">
36593     <type name="A">
36594       <method name="Void .ctor(String)">
36595         <size>24</size>
36596       </method>
36597       <method name="Void .ctor()">
36598         <size>7</size>
36599       </method>
36600       <method name="System.String get_Name()">
36601         <size>7</size>
36602       </method>
36603     </type>
36604     <type name="B">
36605       <method name="Void .ctor(String)">
36606         <size>24</size>
36607       </method>
36608       <method name="Void .ctor()">
36609         <size>7</size>
36610       </method>
36611     </type>
36612     <type name="C">
36613       <method name="Void .ctor(String)">
36614         <size>24</size>
36615       </method>
36616     </type>
36617     <type name="Tester">
36618       <method name="Void .ctor()">
36619         <size>7</size>
36620       </method>
36621       <method name="A MethodSampleA(System.String)">
36622         <size>7</size>
36623       </method>
36624       <method name="B MethodSampleB(System.String)">
36625         <size>7</size>
36626       </method>
36627       <method name="C MethodSampleC(System.String)">
36628         <size>7</size>
36629       </method>
36630       <method name="Void Main()">
36631         <size>113</size>
36632       </method>
36633     </type>
36634     <type name="Tester+MethodHandler">
36635       <method name="Void .ctor(Object, IntPtr)">
36636         <size>0</size>
36637       </method>
36638       <method name="A Invoke(System.String)">
36639         <size>0</size>
36640       </method>
36641       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
36642         <size>0</size>
36643       </method>
36644       <method name="A EndInvoke(IAsyncResult)">
36645         <size>0</size>
36646       </method>
36647     </type>
36648   </test>
36649   <test name="test-394.cs">
36650     <type name="A">
36651       <method name="Void .ctor(String)">
36652         <size>24</size>
36653       </method>
36654       <method name="Void .ctor()">
36655         <size>7</size>
36656       </method>
36657       <method name="System.String get_Name()">
36658         <size>7</size>
36659       </method>
36660     </type>
36661     <type name="B">
36662       <method name="Void .ctor(String)">
36663         <size>24</size>
36664       </method>
36665       <method name="Void .ctor()">
36666         <size>7</size>
36667       </method>
36668     </type>
36669     <type name="C">
36670       <method name="Void .ctor(String, String)">
36671         <size>31</size>
36672       </method>
36673       <method name="System.String get_Value()">
36674         <size>7</size>
36675       </method>
36676     </type>
36677     <type name="Tester">
36678       <method name="Void .ctor()">
36679         <size>7</size>
36680       </method>
36681       <method name="System.String MethodSampleA(A)">
36682         <size>7</size>
36683       </method>
36684       <method name="System.String MethodSampleB(B)">
36685         <size>7</size>
36686       </method>
36687       <method name="System.String MethodSampleC(C)">
36688         <size>23</size>
36689       </method>
36690       <method name="Void Main()">
36691         <size>128</size>
36692       </method>
36693     </type>
36694     <type name="Tester+MethodHandler">
36695       <method name="Void .ctor(Object, IntPtr)">
36696         <size>0</size>
36697       </method>
36698       <method name="System.String Invoke(C)">
36699         <size>0</size>
36700       </method>
36701       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
36702         <size>0</size>
36703       </method>
36704       <method name="System.String EndInvoke(IAsyncResult)">
36705         <size>0</size>
36706       </method>
36707     </type>
36708   </test>
36709   <test name="test-395.cs">
36710     <type name="A">
36711       <method name="Void .ctor(String)">
36712         <size>24</size>
36713       </method>
36714       <method name="Void .ctor()">
36715         <size>7</size>
36716       </method>
36717       <method name="System.String get_Name()">
36718         <size>7</size>
36719       </method>
36720     </type>
36721     <type name="B">
36722       <method name="Void .ctor(String)">
36723         <size>24</size>
36724       </method>
36725       <method name="Void .ctor()">
36726         <size>7</size>
36727       </method>
36728     </type>
36729     <type name="C">
36730       <method name="Void .ctor(String, String)">
36731         <size>31</size>
36732       </method>
36733       <method name="System.String get_Value()">
36734         <size>7</size>
36735       </method>
36736     </type>
36737     <type name="Tester">
36738       <method name="Void .ctor()">
36739         <size>7</size>
36740       </method>
36741       <method name="Void MethodSample(B, A, C)">
36742         <size>55</size>
36743       </method>
36744       <method name="Void Main()">
36745         <size>71</size>
36746       </method>
36747     </type>
36748     <type name="Tester+MethodHandler">
36749       <method name="Void .ctor(Object, IntPtr)">
36750         <size>0</size>
36751       </method>
36752       <method name="Void Invoke(C, C, C)">
36753         <size>0</size>
36754       </method>
36755       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
36756         <size>0</size>
36757       </method>
36758       <method name="Void EndInvoke(IAsyncResult)">
36759         <size>0</size>
36760       </method>
36761     </type>
36762   </test>
36763   <test name="test-396.cs">
36764     <type name="MainClass">
36765       <method name="Void .ctor()">
36766         <size>7</size>
36767       </method>
36768       <method name="Int32 Main()">
36769         <size>22</size>
36770       </method>
36771     </type>
36772   </test>
36773   <test name="test-397.cs">
36774     <type name="TypeCheckAttribute">
36775       <method name="Void .ctor()">
36776         <size>7</size>
36777       </method>
36778     </type>
36779     <type name="PropertyCheckAttribute">
36780       <method name="Void .ctor()">
36781         <size>7</size>
36782       </method>
36783     </type>
36784     <type name="AccessorCheckAttribute">
36785       <method name="Void .ctor(MethodAttributes)">
36786         <size>14</size>
36787       </method>
36788       <method name="MethodAttributes get_Attributes()">
36789         <size>7</size>
36790       </method>
36791     </type>
36792     <type name="Test">
36793       <method name="Void .ctor()">
36794         <size>7</size>
36795       </method>
36796       <method name="Int32 Main(System.String[])">
36797         <size>132</size>
36798       </method>
36799       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
36800         <size>153</size>
36801       </method>
36802     </type>
36803     <type name="A">
36804       <method name="Void .ctor()">
36805         <size>7</size>
36806       </method>
36807       <method name="Int32 get_Value1()">
36808         <size>2</size>
36809       </method>
36810       <method name="Void set_Value1(Int32)">
36811         <size>1</size>
36812       </method>
36813       <method name="Int32 get_Value2()">
36814         <size>2</size>
36815       </method>
36816       <method name="Void set_Value2(Int32)">
36817         <size>1</size>
36818       </method>
36819       <method name="Int32 get_Value3()">
36820         <size>2</size>
36821       </method>
36822       <method name="Void set_Value3(Int32)">
36823         <size>1</size>
36824       </method>
36825       <method name="Int32 get_Value4()">
36826         <size>2</size>
36827       </method>
36828       <method name="Void set_Value4(Int32)">
36829         <size>1</size>
36830       </method>
36831       <method name="Int32 get_Value5()">
36832         <size>2</size>
36833       </method>
36834       <method name="Void set_Value5(Int32)">
36835         <size>1</size>
36836       </method>
36837     </type>
36838   </test>
36839   <test name="test-398.cs">
36840     <type name="Tester">
36841       <method name="Void .ctor()">
36842         <size>7</size>
36843       </method>
36844       <method name="Void Main()">
36845         <size>118</size>
36846       </method>
36847     </type>
36848     <type name="A">
36849       <method name="Void .ctor(Int32)">
36850         <size>14</size>
36851       </method>
36852       <method name="Int32 get_Count()">
36853         <size>7</size>
36854       </method>
36855       <method name="Void set_Count(Int32)">
36856         <size>8</size>
36857       </method>
36858       <method name="Int32 get_Item(Int32)">
36859         <size>2</size>
36860       </method>
36861       <method name="System.String get_Message()">
36862         <size>6</size>
36863       </method>
36864     </type>
36865     <type name="B">
36866       <method name="Void .ctor(Int32)">
36867         <size>8</size>
36868       </method>
36869       <method name="Void set_Count(Int32)">
36870         <size>1</size>
36871       </method>
36872       <method name="Void SetCount(Int32)">
36873         <size>8</size>
36874       </method>
36875       <method name="Int32 get_Item(Int32)">
36876         <size>8</size>
36877       </method>
36878       <method name="System.String get_Message()">
36879         <size>6</size>
36880       </method>
36881       <method name="Void set_Message(System.String)">
36882         <size>1</size>
36883       </method>
36884     </type>
36885   </test>
36886   <test name="test-399.cs">
36887     <type name="TestVararg">
36888       <method name="Void .ctor()">
36889         <size>7</size>
36890       </method>
36891       <method name="Int32 Main()">
36892         <size>345</size>
36893       </method>
36894       <method name="Void F(RuntimeArgumentHandle)">
36895         <size>1</size>
36896       </method>
36897       <method name="Void G(...)">
36898         <size>22</size>
36899       </method>
36900     </type>
36901   </test>
36902   <test name="test-4.cs">
36903     <type name="X">
36904       <method name="Void .ctor()">
36905         <size>7</size>
36906       </method>
36907       <method name="Void test(SByte)">
36908         <size>8</size>
36909       </method>
36910       <method name="Void test(Int32)">
36911         <size>8</size>
36912       </method>
36913       <method name="Int32 Main()">
36914         <size>102</size>
36915       </method>
36916     </type>
36917   </test>
36918   <test name="test-40.cs">
36919     <type name="Blah">
36920       <method name="Void .ctor()">
36921         <size>7</size>
36922       </method>
36923       <method name="Int32 Main()">
36924         <size>203</size>
36925       </method>
36926     </type>
36927   </test>
36928   <test name="test-400.cs">
36929     <type name="X">
36930       <method name="Void .ctor()">
36931         <size>7</size>
36932       </method>
36933       <method name="Void .cctor()">
36934         <size>52</size>
36935       </method>
36936       <method name="Int32 TestDereference()">
36937         <size>89</size>
36938       </method>
36939       <method name="Int32 TestPtrAdd()">
36940         <size>86</size>
36941       </method>
36942       <method name="Int32 TestPtrAssign()">
36943         <size>198</size>
36944       </method>
36945       <method name="Int32 TestPtrArithmetic()">
36946         <size>226</size>
36947       </method>
36948       <method name="Int32 TestMultiple()">
36949         <size>93</size>
36950       </method>
36951       <method name="Int32 Main()">
36952         <size>82</size>
36953       </method>
36954     </type>
36955   </test>
36956   <test name="test-401.cs">
36957     <type name="X">
36958       <method name="Void .ctor()">
36959         <size>7</size>
36960       </method>
36961       <method name="Int32 Main()">
36962         <size>170</size>
36963       </method>
36964     </type>
36965   </test>
36966   <test name="test-402.cs">
36967     <type name="X">
36968       <method name="Void .ctor()">
36969         <size>7</size>
36970       </method>
36971       <method name="Int32 Main()">
36972         <size>18</size>
36973       </method>
36974     </type>
36975   </test>
36976   <test name="test-403.cs">
36977     <type name="Foo">
36978       <method name="Void .ctor()">
36979         <size>7</size>
36980       </method>
36981       <method name="Int32 Main()">
36982         <size>91</size>
36983       </method>
36984     </type>
36985   </test>
36986   <test name="test-404.cs">
36987     <type name="X">
36988       <method name="Void .ctor()">
36989         <size>7</size>
36990       </method>
36991       <method name="Int32 Main()">
36992         <size>48</size>
36993       </method>
36994       <method name="Int32* get_v()">
36995         <size>20</size>
36996       </method>
36997     </type>
36998   </test>
36999   <test name="test-405.cs">
37000     <type name="testapp.LibTestAPI">
37001       <method name="Void .ctor()">
37002         <size>7</size>
37003       </method>
37004       <method name="Void Create()">
37005         <size>17</size>
37006       </method>
37007     </type>
37008     <type name="testapp.TestApp">
37009       <method name="Void .ctor()">
37010         <size>7</size>
37011       </method>
37012       <method name="Void Main(System.String[])">
37013         <size>13</size>
37014       </method>
37015     </type>
37016   </test>
37017   <test name="test-406.cs">
37018     <type name="TestCase.Test">
37019       <method name="Void .ctor()">
37020         <size>7</size>
37021       </method>
37022       <method name="Int32 Main(System.String[])">
37023         <size>180</size>
37024       </method>
37025       <method name="UInt32 DoOp(UInt32*)">
37026         <size>11</size>
37027       </method>
37028       <method name="UInt32 DoOp2(UInt32*)">
37029         <size>10</size>
37030       </method>
37031     </type>
37032   </test>
37033   <test name="test-407.cs">
37034     <type name="MainClass">
37035       <method name="Void .ctor()">
37036         <size>7</size>
37037       </method>
37038       <method name="Void Main()">
37039         <size>12</size>
37040       </method>
37041     </type>
37042   </test>
37043   <test name="test-408.cs">
37044     <type name="T">
37045       <method name="Void .ctor()">
37046         <size>7</size>
37047       </method>
37048       <method name="Int32 Main()">
37049         <size>44</size>
37050       </method>
37051     </type>
37052   </test>
37053   <test name="test-409.cs">
37054     <type name="X">
37055       <method name="Int32 Main()">
37056         <size>27</size>
37057       </method>
37058     </type>
37059   </test>
37060   <test name="test-41.cs">
37061     <type name="X">
37062       <method name="Void .ctor()">
37063         <size>7</size>
37064       </method>
37065       <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)">
37066         <size>188</size>
37067       </method>
37068       <method name="Int32 Main()">
37069         <size>228</size>
37070       </method>
37071     </type>
37072   </test>
37073   <test name="test-410.cs">
37074     <type name="B">
37075       <method name="Void .ctor()">
37076         <size>7</size>
37077       </method>
37078       <method name="Int32 Main()">
37079         <size>28</size>
37080       </method>
37081     </type>
37082   </test>
37083   <test name="test-411.cs">
37084     <type name="QtSamples.QtClass">
37085       <method name="Void .ctor()">
37086         <size>24</size>
37087       </method>
37088       <method name="Void pressEvent()">
37089         <size>1</size>
37090       </method>
37091     </type>
37092     <type name="QtSamples.Testing">
37093       <method name="Void .ctor()">
37094         <size>7</size>
37095       </method>
37096       <method name="Int32 Main()">
37097         <size>8</size>
37098       </method>
37099     </type>
37100   </test>
37101   <test name="test-412.cs">
37102     <type name="Foo.Baz">
37103       <method name="Void .ctor()">
37104         <size>7</size>
37105       </method>
37106       <method name="Void Main()">
37107         <size>1</size>
37108       </method>
37109     </type>
37110   </test>
37111   <test name="test-413.cs">
37112     <type name="Driver">
37113       <method name="Void .ctor()">
37114         <size>7</size>
37115       </method>
37116       <method name="Void Main()">
37117         <size>6</size>
37118       </method>
37119     </type>
37120   </test>
37121   <test name="test-414.cs">
37122     <type name="BB">
37123       <method name="Void .ctor()">
37124         <size>7</size>
37125       </method>
37126       <method name="System.String get_Data()">
37127         <size>2</size>
37128       </method>
37129       <method name="Void Main()">
37130         <size>1</size>
37131       </method>
37132     </type>
37133   </test>
37134   <test name="test-415.cs">
37135     <type name="MyTestExtended">
37136       <method name="Void .ctor()">
37137         <size>7</size>
37138       </method>
37139       <method name="System.String GetName()">
37140         <size>6</size>
37141       </method>
37142       <method name="Void Main(System.String[])">
37143         <size>33</size>
37144       </method>
37145     </type>
37146   </test>
37147   <test name="test-416.cs">
37148     <type name="ModTest">
37149       <method name="Void Main(System.String[])">
37150         <size>20</size>
37151       </method>
37152       <method name="Void .ctor()">
37153         <size>7</size>
37154       </method>
37155     </type>
37156     <type name="n1.Adder">
37157       <method name="Int32 Add(Int32, Int32)">
37158         <size>4</size>
37159       </method>
37160       <method name="Void .ctor()">
37161         <size>7</size>
37162       </method>
37163     </type>
37164   </test>
37165   <test name="test-417.cs">
37166     <type name="blah2.MyClass">
37167       <method name="Void .ctor()">
37168         <size>7</size>
37169       </method>
37170       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
37171         <size>47</size>
37172       </method>
37173       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
37174         <size>47</size>
37175       </method>
37176       <method name="Void DoSomethingFunny()">
37177         <size>46</size>
37178       </method>
37179       <method name="Void Main(System.String[])">
37180         <size>13</size>
37181       </method>
37182     </type>
37183   </test>
37184   <test name="test-418.cs">
37185     <type name="M3">
37186       <method name="Int32 Main()">
37187         <size>144</size>
37188       </method>
37189       <method name="Void .ctor()">
37190         <size>12</size>
37191       </method>
37192     </type>
37193     <type name="M1">
37194       <method name="Void .ctor(String)">
37195         <size>14</size>
37196       </method>
37197     </type>
37198     <type name="M2">
37199       <method name="Void .ctor()">
37200         <size>7</size>
37201       </method>
37202     </type>
37203   </test>
37204   <test name="test-419.cs">
37205     <type name="Test">
37206       <method name="Void .ctor()">
37207         <size>7</size>
37208       </method>
37209       <method name="Void Main()">
37210         <size>7</size>
37211       </method>
37212     </type>
37213   </test>
37214   <test name="test-42.cs">
37215     <type name="X">
37216       <method name="Void .ctor()">
37217         <size>7</size>
37218       </method>
37219       <method name="Int32 get_Item(Int32)">
37220         <size>14</size>
37221       </method>
37222       <method name="Void set_Item(Int32, Int32)">
37223         <size>15</size>
37224       </method>
37225       <method name="Int32 get_P()">
37226         <size>7</size>
37227       </method>
37228       <method name="Void set_P(Int32)">
37229         <size>8</size>
37230       </method>
37231     </type>
37232     <type name="Z">
37233       <method name="Void .ctor()">
37234         <size>7</size>
37235       </method>
37236       <method name="Z get_P()">
37237         <size>2</size>
37238       </method>
37239       <method name="Void set_P(Z)">
37240         <size>1</size>
37241       </method>
37242       <method name="Z op_Increment(Z)">
37243         <size>16</size>
37244       </method>
37245     </type>
37246     <type name="Y">
37247       <method name="Void .ctor()">
37248         <size>7</size>
37249       </method>
37250       <method name="Int32 p_pre_increment(X)">
37251         <size>18</size>
37252       </method>
37253       <method name="Int32 p_post_increment(X)">
37254         <size>18</size>
37255       </method>
37256       <method name="Int32 i_pre_increment(X)">
37257         <size>26</size>
37258       </method>
37259       <method name="Int32 i_post_increment(X)">
37260         <size>26</size>
37261       </method>
37262       <method name="Z overload_increment(Z)">
37263         <size>10</size>
37264       </method>
37265       <method name="Z overload_pre_increment(Z)">
37266         <size>10</size>
37267       </method>
37268       <method name="Z ugly(Z)">
37269         <size>21</size>
37270       </method>
37271       <method name="Int32 simple(Int32)">
37272         <size>62</size>
37273       </method>
37274       <method name="Int32 arrays()">
37275         <size>234</size>
37276       </method>
37277       <method name="Int32 Main()">
37278         <size>161</size>
37279       </method>
37280     </type>
37281   </test>
37282   <test name="test-420.cs">
37283     <type name="Test">
37284       <method name="Void .ctor()">
37285         <size>7</size>
37286       </method>
37287       <method name="Void Main()">
37288         <size>7</size>
37289       </method>
37290     </type>
37291   </test>
37292   <test name="test-421.cs">
37293     <type name="A">
37294       <method name="Void .ctor()">
37295         <size>7</size>
37296       </method>
37297       <method name="Void SetObject(System.String)">
37298         <size>12</size>
37299       </method>
37300     </type>
37301     <type name="B">
37302       <method name="Void .ctor()">
37303         <size>7</size>
37304       </method>
37305     </type>
37306     <type name="C">
37307       <method name="Void .ctor()">
37308         <size>7</size>
37309       </method>
37310       <method name="Void .cctor()">
37311         <size>1</size>
37312       </method>
37313       <method name="Void SetObject(System.String)">
37314         <size>18</size>
37315       </method>
37316     </type>
37317     <type name="X">
37318       <method name="Void .ctor()">
37319         <size>7</size>
37320       </method>
37321       <method name="Int32 Main(System.String[])">
37322         <size>31</size>
37323       </method>
37324     </type>
37325   </test>
37326   <test name="test-422.cs">
37327     <type name="HelloWorld.MainClass">
37328       <method name="Void .ctor()">
37329         <size>7</size>
37330       </method>
37331       <method name="Void .cctor()">
37332         <size>17</size>
37333       </method>
37334       <method name="Void Main(System.String[])">
37335         <size>1</size>
37336       </method>
37337       <method name="Boolean CheckTrueThat()">
37338         <size>2</size>
37339       </method>
37340     </type>
37341   </test>
37342   <test name="test-423.cs">
37343     <type name="Test">
37344       <method name="Void .ctor()">
37345         <size>7</size>
37346       </method>
37347       <method name="Void Func(Int32 ByRef)">
37348         <size>12</size>
37349       </method>
37350       <method name="Void Main()">
37351         <size>10</size>
37352       </method>
37353       <method name="Void lowLevelCall(Int32*)">
37354         <size>1</size>
37355       </method>
37356     </type>
37357   </test>
37358   <test name="test-424.cs">
37359     <type name="C">
37360       <method name="Int32 Main()">
37361         <size>35</size>
37362       </method>
37363       <method name="Void .ctor()">
37364         <size>7</size>
37365       </method>
37366     </type>
37367   </test>
37368   <test name="test-425.cs">
37369     <type name="A">
37370       <method name="Void .ctor()">
37371         <size>7</size>
37372       </method>
37373       <method name="Void Main()">
37374         <size>1</size>
37375       </method>
37376     </type>
37377     <type name="AAttribute">
37378       <method name="Void .ctor()">
37379         <size>7</size>
37380       </method>
37381     </type>
37382   </test>
37383   <test name="test-426.cs">
37384     <type name="X">
37385       <method name="Void .ctor()">
37386         <size>7</size>
37387       </method>
37388       <method name="Void Main()">
37389         <size>11</size>
37390       </method>
37391     </type>
37392   </test>
37393   <test name="test-427.cs">
37394     <type name="X">
37395       <method name="Void .ctor()">
37396         <size>7</size>
37397       </method>
37398       <method name="Void Main()">
37399         <size>11</size>
37400       </method>
37401     </type>
37402   </test>
37403   <test name="test-428.cs">
37404     <type name="A">
37405       <method name="Void .ctor()">
37406         <size>7</size>
37407       </method>
37408     </type>
37409     <type name="X">
37410       <method name="Void .ctor()">
37411         <size>7</size>
37412       </method>
37413       <method name="Void Main()">
37414         <size>18</size>
37415       </method>
37416     </type>
37417     <type name="X+A">
37418       <method name="Void .ctor()">
37419         <size>7</size>
37420       </method>
37421     </type>
37422   </test>
37423   <test name="test-429.cs">
37424     <type name="Foo.A">
37425       <method name="Void .ctor()">
37426         <size>7</size>
37427       </method>
37428     </type>
37429     <type name="A">
37430       <method name="Void .ctor()">
37431         <size>7</size>
37432       </method>
37433     </type>
37434     <type name="X">
37435       <method name="Void .ctor()">
37436         <size>7</size>
37437       </method>
37438       <method name="Void Main()">
37439         <size>18</size>
37440       </method>
37441     </type>
37442   </test>
37443   <test name="test-43.cs">
37444     <type name="X">
37445       <method name="Void .ctor()">
37446         <size>7</size>
37447       </method>
37448       <method name="Int32 test_single(System.Int32[])">
37449         <size>34</size>
37450       </method>
37451       <method name="Int32 test_continue(System.Int32[])">
37452         <size>54</size>
37453       </method>
37454       <method name="Boolean test_double(System.Double[])">
37455         <size>58</size>
37456       </method>
37457       <method name="Int32 test_break(System.Int32[])">
37458         <size>54</size>
37459       </method>
37460       <method name="Boolean test_multi(System.Int32[,])">
37461         <size>87</size>
37462       </method>
37463       <method name="Int32 Main()">
37464         <size>284</size>
37465       </method>
37466     </type>
37467     <type name="&lt;PrivateImplementationDetails&gt;">
37468       <method name="Void .ctor()">
37469         <size>7</size>
37470       </method>
37471     </type>
37472   </test>
37473   <test name="test-430.cs">
37474     <type name="A">
37475       <method name="Void .ctor()">
37476         <size>7</size>
37477       </method>
37478     </type>
37479     <type name="X">
37480       <method name="Void .ctor()">
37481         <size>7</size>
37482       </method>
37483       <method name="Void Main()">
37484         <size>18</size>
37485       </method>
37486     </type>
37487     <type name="X+A">
37488       <method name="Void .ctor()">
37489         <size>7</size>
37490       </method>
37491     </type>
37492   </test>
37493   <test name="test-431.cs">
37494     <type name="Foo.A">
37495       <method name="Void .ctor()">
37496         <size>7</size>
37497       </method>
37498     </type>
37499     <type name="X">
37500       <method name="Void .ctor()">
37501         <size>7</size>
37502       </method>
37503       <method name="Void Main()">
37504         <size>18</size>
37505       </method>
37506     </type>
37507   </test>
37508   <test name="test-432.cs">
37509     <type name="Foo.A">
37510       <method name="Void .ctor()">
37511         <size>7</size>
37512       </method>
37513     </type>
37514     <type name="X">
37515       <method name="Void .ctor()">
37516         <size>7</size>
37517       </method>
37518       <method name="Void Main()">
37519         <size>18</size>
37520       </method>
37521     </type>
37522   </test>
37523   <test name="test-433.cs">
37524     <type name="Foo.A">
37525       <method name="Void .ctor()">
37526         <size>7</size>
37527       </method>
37528     </type>
37529     <type name="X">
37530       <method name="Void .ctor()">
37531         <size>7</size>
37532       </method>
37533       <method name="Void .cctor()">
37534         <size>11</size>
37535       </method>
37536       <method name="Void Main()">
37537         <size>16</size>
37538       </method>
37539     </type>
37540   </test>
37541   <test name="test-434.cs">
37542     <type name="Foo.A">
37543       <method name="Void .ctor()">
37544         <size>7</size>
37545       </method>
37546     </type>
37547     <type name="X">
37548       <method name="Void .ctor()">
37549         <size>7</size>
37550       </method>
37551       <method name="Void .cctor()">
37552         <size>11</size>
37553       </method>
37554       <method name="Void Main()">
37555         <size>16</size>
37556       </method>
37557     </type>
37558   </test>
37559   <test name="test-435.cs">
37560     <type name="X">
37561       <method name="Void .ctor()">
37562         <size>7</size>
37563       </method>
37564       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
37565         <size>2</size>
37566       </method>
37567       <method name="Void Main()">
37568         <size>7</size>
37569       </method>
37570     </type>
37571   </test>
37572   <test name="test-436.cs">
37573     <type name="X">
37574       <method name="Void .ctor()">
37575         <size>7</size>
37576       </method>
37577       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
37578         <size>2</size>
37579       </method>
37580       <method name="Void Main()">
37581         <size>7</size>
37582       </method>
37583     </type>
37584   </test>
37585   <test name="test-437.cs">
37586     <type name="T2">
37587       <method name="Void .ctor()">
37588         <size>7</size>
37589       </method>
37590     </type>
37591     <type name="Test">
37592       <method name="Void .ctor()">
37593         <size>7</size>
37594       </method>
37595       <method name="Void Main()">
37596         <size>65</size>
37597       </method>
37598     </type>
37599   </test>
37600   <test name="test-438.cs">
37601     <type name="Program">
37602       <method name="Void .ctor()">
37603         <size>7</size>
37604       </method>
37605       <method name="Void Main(System.String[])">
37606         <size>40</size>
37607       </method>
37608     </type>
37609   </test>
37610   <test name="test-439.cs">
37611     <type name="Test">
37612       <method name="Void .ctor()">
37613         <size>7</size>
37614       </method>
37615       <method name="Void Main()">
37616         <size>45</size>
37617       </method>
37618     </type>
37619     <type name="LayerMask">
37620       <method name="Int32 op_Implicit(LayerMask)">
37621         <size>8</size>
37622       </method>
37623       <method name="LayerMask op_Implicit(Int32)">
37624         <size>11</size>
37625       </method>
37626     </type>
37627   </test>
37628   <test name="test-44.cs">
37629     <type name="X">
37630       <method name="Void .ctor()">
37631         <size>7</size>
37632       </method>
37633       <method name="Int32 dob(System.Int32[,])">
37634         <size>83</size>
37635       </method>
37636       <method name="Int32 count(System.Object)">
37637         <size>39</size>
37638       </method>
37639       <method name="Int32 Main()">
37640         <size>133</size>
37641       </method>
37642     </type>
37643   </test>
37644   <test name="test-440.cs">
37645     <type name="A">
37646       <method name="Void .ctor()">
37647         <size>7</size>
37648       </method>
37649       <method name="Void Main()">
37650         <size>26</size>
37651       </method>
37652       <method name="Double op_Implicit(A)">
37653         <size>10</size>
37654       </method>
37655       <method name="Int32 op_Implicit(A)">
37656         <size>2</size>
37657       </method>
37658     </type>
37659   </test>
37660   <test name="test-441.cs">
37661     <type name="Test">
37662       <method name="Void .ctor()">
37663         <size>7</size>
37664       </method>
37665       <method name="Void .cctor()">
37666         <size>1</size>
37667       </method>
37668       <method name="Void Main()">
37669         <size>25</size>
37670       </method>
37671     </type>
37672   </test>
37673   <test name="test-442.cs">
37674     <type name="ConsoleApplication1.Program">
37675       <method name="Void .ctor()">
37676         <size>7</size>
37677       </method>
37678       <method name="Void Main(System.String[])">
37679         <size>70</size>
37680       </method>
37681     </type>
37682   </test>
37683   <test name="test-443.cs">
37684     <type name="C">
37685       <method name="Void .ctor(ITopic)">
37686         <size>31</size>
37687       </method>
37688       <method name="Void Main()">
37689         <size>1</size>
37690       </method>
37691     </type>
37692   </test>
37693   <test name="test-444.cs">
37694     <type name="쯠쯡쯢">
37695       <method name="Void .ctor()">
37696         <size>7</size>
37697       </method>
37698       <method name="Void Main()">
37699         <size>1</size>
37700       </method>
37701     </type>
37702   </test>
37703   <test name="test-445.cs">
37704     <type name="ConvFromInt">
37705       <method name="Void .ctor()">
37706         <size>14</size>
37707       </method>
37708       <method name="Void .ctor(Int32)">
37709         <size>16</size>
37710       </method>
37711       <method name="ConvFromInt op_Implicit(Int32)">
37712         <size>7</size>
37713       </method>
37714     </type>
37715     <type name="Foo">
37716       <method name="Void .ctor()">
37717         <size>7</size>
37718       </method>
37719       <method name="Void .cctor()">
37720         <size>45</size>
37721       </method>
37722       <method name="Void Main()">
37723         <size>111</size>
37724       </method>
37725     </type>
37726   </test>
37727   <test name="test-446.cs">
37728     <type name="FooTest">
37729       <method name="Void .ctor()">
37730         <size>7</size>
37731       </method>
37732       <method name="Void Main()">
37733         <size>8</size>
37734       </method>
37735       <method name="Void Foo(UInt64)">
37736         <size>1</size>
37737       </method>
37738     </type>
37739   </test>
37740   <test name="test-447.cs">
37741     <type name="System.MonoTODOAttribute">
37742       <method name="Void .ctor()">
37743         <size>7</size>
37744       </method>
37745     </type>
37746     <type name="System.Web.HttpBrowserCapabilities">
37747       <method name="Void .ctor()">
37748         <size>7</size>
37749       </method>
37750       <method name="System.Version get_A()">
37751         <size>6</size>
37752       </method>
37753     </type>
37754     <type name="Test">
37755       <method name="Void .ctor()">
37756         <size>7</size>
37757       </method>
37758       <method name="Void Main()">
37759         <size>1</size>
37760       </method>
37761     </type>
37762   </test>
37763   <test name="test-448.cs">
37764     <type name="MonoDivideProblem">
37765       <method name="Void .ctor()">
37766         <size>7</size>
37767       </method>
37768       <method name="Void .cctor()">
37769         <size>17</size>
37770       </method>
37771       <method name="Void Main(System.String[])">
37772         <size>27</size>
37773       </method>
37774     </type>
37775   </test>
37776   <test name="test-449.cs">
37777     <type name="X">
37778       <method name="Void .ctor()">
37779         <size>7</size>
37780       </method>
37781       <method name="Void Main()">
37782         <size>1</size>
37783       </method>
37784       <method name="Void Z()">
37785         <size>19</size>
37786       </method>
37787       <method name="Void &lt;Z&gt;m__0(System.Object)">
37788         <size>25</size>
37789       </method>
37790       <method name="Void &lt;Z&gt;m__1(System.Object)">
37791         <size>7</size>
37792       </method>
37793     </type>
37794   </test>
37795   <test name="test-45.cs">
37796     <type name="Blah">
37797       <method name="Void .ctor()">
37798         <size>7</size>
37799       </method>
37800       <method name="Void .cctor()">
37801         <size>97</size>
37802       </method>
37803       <method name="Int32 Main()">
37804         <size>755</size>
37805       </method>
37806     </type>
37807     <type name="&lt;PrivateImplementationDetails&gt;">
37808       <method name="Void .ctor()">
37809         <size>7</size>
37810       </method>
37811     </type>
37812   </test>
37813   <test name="test-450.cs">
37814     <type name="A">
37815       <method name="Int32 Main()">
37816         <size>53</size>
37817       </method>
37818       <method name="Byte op_Implicit(A)">
37819         <size>2</size>
37820       </method>
37821       <method name="A op_Implicit(Int32)">
37822         <size>7</size>
37823       </method>
37824       <method name="Void .ctor(Int32)">
37825         <size>14</size>
37826       </method>
37827     </type>
37828   </test>
37829   <test name="test-451.cs">
37830     <type name="Test">
37831       <method name="Void .ctor()">
37832         <size>7</size>
37833       </method>
37834       <method name="Void Main()">
37835         <size>22</size>
37836       </method>
37837     </type>
37838   </test>
37839   <test name="test-452.cs">
37840     <type name="Foo">
37841       <method name="Void .ctor()">
37842         <size>7</size>
37843       </method>
37844     </type>
37845     <type name="Test">
37846       <method name="Void .ctor()">
37847         <size>7</size>
37848       </method>
37849       <method name="Void Main()">
37850         <size>7</size>
37851       </method>
37852     </type>
37853   </test>
37854   <test name="test-453.cs">
37855     <type name="C">
37856       <method name="Void .ctor()">
37857         <size>7</size>
37858       </method>
37859       <method name="Void Main()">
37860         <size>33</size>
37861       </method>
37862     </type>
37863   </test>
37864   <test name="test-454.cs">
37865     <type name="FooAttribute">
37866       <method name="Void .ctor()">
37867         <size>7</size>
37868       </method>
37869     </type>
37870     <type name="Test">
37871       <method name="Int32 Main()">
37872         <size>247</size>
37873       </method>
37874       <method name="Void .ctor()">
37875         <size>7</size>
37876       </method>
37877     </type>
37878   </test>
37879   <test name="test-455.cs">
37880     <type name="Test">
37881       <method name="Void .ctor()">
37882         <size>7</size>
37883       </method>
37884       <method name="Void Main()">
37885         <size>27</size>
37886       </method>
37887     </type>
37888     <type name="Foo">
37889       <method name="Int32 GetHashCode()">
37890         <size>17</size>
37891       </method>
37892     </type>
37893   </test>
37894   <test name="test-456.cs">
37895     <type name="Test">
37896       <method name="Void .ctor()">
37897         <size>7</size>
37898       </method>
37899       <method name="Void Main()">
37900         <size>16</size>
37901       </method>
37902     </type>
37903     <type name="Foo">
37904       <method name="Void foo()">
37905         <size>11</size>
37906       </method>
37907     </type>
37908   </test>
37909   <test name="test-457.cs">
37910     <type name="Number">
37911       <method name="Void .ctor()">
37912         <size>7</size>
37913       </method>
37914       <method name="Void IDouble.Add(Double)">
37915         <size>11</size>
37916       </method>
37917       <method name="Void IInteger.Add(Int32)">
37918         <size>11</size>
37919       </method>
37920       <method name="Int32 Main()">
37921         <size>52</size>
37922       </method>
37923     </type>
37924   </test>
37925   <test name="test-458.cs">
37926     <type name="MyAttr">
37927       <method name="Void .ctor()">
37928         <size>7</size>
37929       </method>
37930       <method name="Void .ctor(Type)">
37931         <size>7</size>
37932       </method>
37933       <method name="Void .ctor(String)">
37934         <size>7</size>
37935       </method>
37936       <method name="Void .ctor(Int32)">
37937         <size>7</size>
37938       </method>
37939     </type>
37940     <type name="ClassA">
37941       <method name="Void .ctor()">
37942         <size>7</size>
37943       </method>
37944     </type>
37945     <type name="ClassB">
37946       <method name="Void .ctor()">
37947         <size>7</size>
37948       </method>
37949     </type>
37950     <type name="ClassC">
37951       <method name="Void .ctor()">
37952         <size>7</size>
37953       </method>
37954     </type>
37955     <type name="ClassD">
37956       <method name="Void .ctor()">
37957         <size>7</size>
37958       </method>
37959     </type>
37960     <type name="Top">
37961       <method name="Void .ctor()">
37962         <size>7</size>
37963       </method>
37964       <method name="Int32 Main()">
37965         <size>28</size>
37966       </method>
37967     </type>
37968   </test>
37969   <test name="test-459.cs">
37970     <type name="CC">
37971       <method name="Void .ctor()">
37972         <size>7</size>
37973       </method>
37974       <method name="Int32 Main()">
37975         <size>13</size>
37976       </method>
37977     </type>
37978     <type name="CC+IfElseStateMachine">
37979       <method name="Void .ctor()">
37980         <size>7</size>
37981       </method>
37982       <method name="Void HandleToken(Token)">
37983         <size>15</size>
37984       </method>
37985     </type>
37986   </test>
37987   <test name="test-46.cs">
37988     <type name="X">
37989       <method name="Void .ctor()">
37990         <size>7</size>
37991       </method>
37992       <method name="Int32 cast_int(System.Object)">
37993         <size>7</size>
37994       </method>
37995       <method name="UInt32 cast_uint(System.Object)">
37996         <size>7</size>
37997       </method>
37998       <method name="Int16 cast_short(System.Object)">
37999         <size>7</size>
38000       </method>
38001       <method name="Char cast_char(System.Object)">
38002         <size>7</size>
38003       </method>
38004       <method name="UInt16 cast_ushort(System.Object)">
38005         <size>7</size>
38006       </method>
38007       <method name="Byte cast_byte(System.Object)">
38008         <size>7</size>
38009       </method>
38010       <method name="SByte cast_sbyte(System.Object)">
38011         <size>7</size>
38012       </method>
38013       <method name="Int64 cast_long(System.Object)">
38014         <size>7</size>
38015       </method>
38016       <method name="UInt64 cast_ulong(System.Object)">
38017         <size>7</size>
38018       </method>
38019       <method name="Single cast_float(System.Object)">
38020         <size>7</size>
38021       </method>
38022       <method name="Double cast_double(System.Object)">
38023         <size>7</size>
38024       </method>
38025       <method name="Boolean cast_bool(System.Object)">
38026         <size>7</size>
38027       </method>
38028       <method name="Int32 Main()">
38029         <size>1126</size>
38030       </method>
38031     </type>
38032   </test>
38033   <test name="test-460.cs">
38034     <type name="MainClass">
38035       <method name="Void .ctor()">
38036         <size>7</size>
38037       </method>
38038       <method name="Void .cctor()">
38039         <size>18</size>
38040       </method>
38041       <method name="Void Main()">
38042         <size>1</size>
38043       </method>
38044     </type>
38045   </test>
38046   <test name="test-461.cs">
38047     <type name="Valtest">
38048       <method name="Void .ctor()">
38049         <size>7</size>
38050       </method>
38051       <method name="Int32 Main()">
38052         <size>50</size>
38053       </method>
38054     </type>
38055     <type name="Value">
38056       <method name="Void .ctor(Object)">
38057         <size>1</size>
38058       </method>
38059       <method name="System.Object get_Val()">
38060         <size>7</size>
38061       </method>
38062       <method name="System.Enum get_Val2()">
38063         <size>7</size>
38064       </method>
38065     </type>
38066   </test>
38067   <test name="test-462.cs">
38068     <type name="X">
38069       <method name="Void .ctor()">
38070         <size>7</size>
38071       </method>
38072       <method name="Void Method(X)">
38073         <size>1</size>
38074       </method>
38075       <method name="Void Method(System.String)">
38076         <size>8</size>
38077       </method>
38078       <method name="Int32 Main()">
38079         <size>28</size>
38080       </method>
38081     </type>
38082   </test>
38083   <test name="test-463.cs">
38084     <type name="PropertySorter">
38085       <method name="Void .ctor()">
38086         <size>7</size>
38087       </method>
38088     </type>
38089     <type name="PathItemBase">
38090       <method name="Void .ctor()">
38091         <size>7</size>
38092       </method>
38093     </type>
38094     <type name="PathItemBase+TypeConverter">
38095       <method name="Void .ctor()">
38096         <size>7</size>
38097       </method>
38098     </type>
38099     <type name="X">
38100       <method name="Void .ctor()">
38101         <size>7</size>
38102       </method>
38103       <method name="Void Main()">
38104         <size>1</size>
38105       </method>
38106     </type>
38107   </test>
38108   <test name="test-464.cs">
38109     <type name="C">
38110       <method name="Void .ctor()">
38111         <size>7</size>
38112       </method>
38113       <method name="Int32 Main()">
38114         <size>85</size>
38115       </method>
38116     </type>
38117   </test>
38118   <test name="test-465.cs">
38119     <type name="C">
38120       <method name="Void .ctor()">
38121         <size>7</size>
38122       </method>
38123       <method name="Int32 Main()">
38124         <size>85</size>
38125       </method>
38126     </type>
38127   </test>
38128   <test name="test-466.cs">
38129     <type name="A.X.Test">
38130       <method name="Void Main()">
38131         <size>13</size>
38132       </method>
38133       <method name="Void .ctor()">
38134         <size>7</size>
38135       </method>
38136     </type>
38137   </test>
38138   <test name="test-467.cs">
38139     <type name="A">
38140       <method name="Void .ctor()">
38141         <size>7</size>
38142       </method>
38143     </type>
38144     <type name="A+D">
38145       <method name="Int32 Invoke()">
38146         <size>0</size>
38147       </method>
38148       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38149         <size>0</size>
38150       </method>
38151       <method name="Int32 EndInvoke(IAsyncResult)">
38152         <size>0</size>
38153       </method>
38154       <method name="Void .ctor(Object, IntPtr)">
38155         <size>0</size>
38156       </method>
38157     </type>
38158     <type name="B">
38159       <method name="Void .ctor()">
38160         <size>7</size>
38161       </method>
38162     </type>
38163     <type name="B+D">
38164       <method name="Void Invoke()">
38165         <size>0</size>
38166       </method>
38167       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38168         <size>0</size>
38169       </method>
38170       <method name="Void EndInvoke(IAsyncResult)">
38171         <size>0</size>
38172       </method>
38173       <method name="Void .ctor(Object, IntPtr)">
38174         <size>0</size>
38175       </method>
38176     </type>
38177     <type name="C">
38178       <method name="Int32 Foo()">
38179         <size>2</size>
38180       </method>
38181       <method name="Int32 Main()">
38182         <size>29</size>
38183       </method>
38184       <method name="Void .ctor()">
38185         <size>7</size>
38186       </method>
38187     </type>
38188   </test>
38189   <test name="test-468.cs">
38190     <type name="CorMetaDataDispenserExClass">
38191       <method name="Void .ctor()">
38192         <size>0</size>
38193       </method>
38194     </type>
38195     <type name="Test">
38196       <method name="Void .ctor()">
38197         <size>7</size>
38198       </method>
38199       <method name="Void XXX()">
38200         <size>12</size>
38201       </method>
38202       <method name="Void Main()">
38203         <size>1</size>
38204       </method>
38205     </type>
38206   </test>
38207   <test name="test-469.cs">
38208     <type name="Lambda">
38209       <method name="Void .ctor()">
38210         <size>7</size>
38211       </method>
38212       <method name="Void f(Int32)">
38213         <size>7</size>
38214       </method>
38215       <method name="Del[] Make2(Int32)">
38216         <size>50</size>
38217       </method>
38218       <method name="Int32 Main()">
38219         <size>68</size>
38220       </method>
38221     </type>
38222     <type name="Del">
38223       <method name="Void .ctor(Object, IntPtr)">
38224         <size>0</size>
38225       </method>
38226       <method name="Void Invoke(Int32)">
38227         <size>0</size>
38228       </method>
38229       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38230         <size>0</size>
38231       </method>
38232       <method name="Void EndInvoke(IAsyncResult)">
38233         <size>0</size>
38234       </method>
38235     </type>
38236     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
38237       <method name="Void .ctor()">
38238         <size>7</size>
38239       </method>
38240       <method name="Void &lt;&gt;m__0(Int32)">
38241         <size>23</size>
38242       </method>
38243       <method name="Void &lt;&gt;m__1(Int32)">
38244         <size>23</size>
38245       </method>
38246     </type>
38247   </test>
38248   <test name="test-47.cs">
38249     <type name="X">
38250       <method name="Void .ctor()">
38251         <size>7</size>
38252       </method>
38253       <method name="Void .cctor()">
38254         <size>1</size>
38255       </method>
38256       <method name="Boolean f()">
38257         <size>24</size>
38258       </method>
38259       <method name="Boolean t()">
38260         <size>24</size>
38261       </method>
38262       <method name="Int32 Main()">
38263         <size>404</size>
38264       </method>
38265     </type>
38266   </test>
38267   <test name="test-470.cs">
38268     <type name="X">
38269       <method name="Void .ctor()">
38270         <size>7</size>
38271       </method>
38272       <method name="System.String get_ASTNodeTypeName()">
38273         <size>16</size>
38274       </method>
38275     </type>
38276     <type name="Demo">
38277       <method name="Void .ctor()">
38278         <size>7</size>
38279       </method>
38280       <method name="Void Main()">
38281         <size>1</size>
38282       </method>
38283     </type>
38284   </test>
38285   <test name="test-471.cs">
38286     <type name="AAttribute">
38287       <method name="Void .ctor(String)">
38288         <size>14</size>
38289       </method>
38290     </type>
38291     <type name="MainClass">
38292       <method name="Int32 Main()">
38293         <size>39</size>
38294       </method>
38295       <method name="Void .ctor()">
38296         <size>7</size>
38297       </method>
38298     </type>
38299   </test>
38300   <test name="test-472.cs">
38301     <type name="Test">
38302       <method name="Void .ctor()">
38303         <size>7</size>
38304       </method>
38305       <method name="Int32 get_Prop()">
38306         <size>7</size>
38307       </method>
38308       <method name="Void set_Prop(Int32)">
38309         <size>8</size>
38310       </method>
38311       <method name="Int32 Main()">
38312         <size>79</size>
38313       </method>
38314     </type>
38315   </test>
38316   <test name="test-473.cs">
38317     <type name="UnixMarshal">
38318       <method name="Void .ctor()">
38319         <size>7</size>
38320       </method>
38321       <method name="Void .cctor()">
38322         <size>24</size>
38323       </method>
38324       <method name="Void Default(Int32)">
38325         <size>1</size>
38326       </method>
38327       <method name="System.String GetDescription(Error)">
38328         <size>2</size>
38329       </method>
38330     </type>
38331     <type name="UnixMarshal2">
38332       <method name="Void .ctor()">
38333         <size>7</size>
38334       </method>
38335       <method name="System.String GetDescription(Error)">
38336         <size>2</size>
38337       </method>
38338     </type>
38339     <type name="Stdlib">
38340       <method name="Void .ctor()">
38341         <size>7</size>
38342       </method>
38343     </type>
38344     <type name="TestConst">
38345       <method name="Void .ctor()">
38346         <size>7</size>
38347       </method>
38348     </type>
38349     <type name="XX">
38350       <method name="Void .ctor()">
38351         <size>7</size>
38352       </method>
38353     </type>
38354     <type name="Syscall">
38355       <method name="Void .ctor()">
38356         <size>7</size>
38357       </method>
38358       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
38359         <size>2</size>
38360       </method>
38361     </type>
38362     <type name="EnumWrapper">
38363       <method name="Void .ctor(Int32)">
38364         <size>7</size>
38365       </method>
38366     </type>
38367     <type name="Test">
38368       <method name="Void .ctor()">
38369         <size>7</size>
38370       </method>
38371       <method name="Void Main()">
38372         <size>1</size>
38373       </method>
38374     </type>
38375     <type name="SignalHandler">
38376       <method name="Void .ctor(Object, IntPtr)">
38377         <size>0</size>
38378       </method>
38379       <method name="Void Invoke(Int32)">
38380         <size>0</size>
38381       </method>
38382       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38383         <size>0</size>
38384       </method>
38385       <method name="Void EndInvoke(IAsyncResult)">
38386         <size>0</size>
38387       </method>
38388     </type>
38389     <type name="PS">
38390       <method name="Void GetDescription(Error)">
38391         <size>1</size>
38392       </method>
38393     </type>
38394     <type name="Value">
38395       <method name="EnumWrapper op_Explicit(Value)">
38396         <size>11</size>
38397       </method>
38398     </type>
38399   </test>
38400   <test name="test-474.cs">
38401     <type name="Z">
38402       <method name="Void .ctor()">
38403         <size>7</size>
38404       </method>
38405       <method name="Void Main()">
38406         <size>13</size>
38407       </method>
38408       <method name="Void TestPreinc(Int32)">
38409         <size>57</size>
38410       </method>
38411       <method name="Void TestPostinc(Int32)">
38412         <size>57</size>
38413       </method>
38414       <method name="Void Assert(Int32, Int32)">
38415         <size>67</size>
38416       </method>
38417     </type>
38418     <type name="Z+X">
38419       <method name="Void .ctor(Object, IntPtr)">
38420         <size>0</size>
38421       </method>
38422       <method name="Void Invoke()">
38423         <size>0</size>
38424       </method>
38425       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38426         <size>0</size>
38427       </method>
38428       <method name="Void EndInvoke(IAsyncResult)">
38429         <size>0</size>
38430       </method>
38431     </type>
38432     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
38433       <method name="Void .ctor()">
38434         <size>7</size>
38435       </method>
38436       <method name="Void &lt;&gt;m__0()">
38437         <size>38</size>
38438       </method>
38439     </type>
38440     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
38441       <method name="Void .ctor()">
38442         <size>7</size>
38443       </method>
38444       <method name="Void &lt;&gt;m__1()">
38445         <size>38</size>
38446       </method>
38447     </type>
38448   </test>
38449   <test name="test-475.cs">
38450     <type name="X">
38451       <method name="Void .ctor()">
38452         <size>7</size>
38453       </method>
38454       <method name="Void .cctor()">
38455         <size>24</size>
38456       </method>
38457       <method name="Void add_e(MyDelegate)">
38458         <size>45</size>
38459       </method>
38460       <method name="Void remove_e(MyDelegate)">
38461         <size>45</size>
38462       </method>
38463       <method name="Void Test(Int32)">
38464         <size>17</size>
38465       </method>
38466       <method name="Int32 Main()">
38467         <size>28</size>
38468       </method>
38469     </type>
38470     <type name="MyDelegate">
38471       <method name="Void .ctor(Object, IntPtr)">
38472         <size>0</size>
38473       </method>
38474       <method name="Void Invoke(Int32)">
38475         <size>0</size>
38476       </method>
38477       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38478         <size>0</size>
38479       </method>
38480       <method name="Void EndInvoke(IAsyncResult)">
38481         <size>0</size>
38482       </method>
38483     </type>
38484   </test>
38485   <test name="test-476.cs">
38486     <type name="Test">
38487       <method name="Void .ctor()">
38488         <size>7</size>
38489       </method>
38490       <method name="Void Main()">
38491         <size>1</size>
38492       </method>
38493     </type>
38494   </test>
38495   <test name="test-477.cs">
38496     <type name="C">
38497       <method name="Void .ctor()">
38498         <size>7</size>
38499       </method>
38500       <method name="Void Test(Int32 ByRef)">
38501         <size>1</size>
38502       </method>
38503       <method name="Void Main()">
38504         <size>1</size>
38505       </method>
38506     </type>
38507   </test>
38508   <test name="test-478.cs">
38509     <type name="Test.MainClass">
38510       <method name="Void .ctor()">
38511         <size>7</size>
38512       </method>
38513       <method name="Void Main()">
38514         <size>1</size>
38515       </method>
38516     </type>
38517     <type name="Test.TestAttribute">
38518       <method name="Void .ctor(TestEnum2)">
38519         <size>7</size>
38520       </method>
38521     </type>
38522     <type name="Test.Test2Attribute">
38523       <method name="Void .ctor()">
38524         <size>7</size>
38525       </method>
38526     </type>
38527   </test>
38528   <test name="test-479.cs">
38529     <type name="Test.Test">
38530       <method name="Void .ctor()">
38531         <size>7</size>
38532       </method>
38533       <method name="Boolean Equals(System.Object)">
38534         <size>2</size>
38535       </method>
38536       <method name="Int32 GetHashCode()">
38537         <size>2</size>
38538       </method>
38539       <method name="Void Main()">
38540         <size>1</size>
38541       </method>
38542     </type>
38543   </test>
38544   <test name="test-48.cs">
38545     <type name="Blah">
38546       <method name="Void .ctor()">
38547         <size>7</size>
38548       </method>
38549       <method name="Int32 Main()">
38550         <size>55</size>
38551       </method>
38552       <method name="Void Test_1()">
38553         <size>1</size>
38554       </method>
38555     </type>
38556   </test>
38557   <test name="test-480.cs">
38558     <type name="A">
38559       <method name="Void Dispose()">
38560         <size>1</size>
38561       </method>
38562       <method name="Void .ctor(Int32)">
38563         <size>7</size>
38564       </method>
38565     </type>
38566     <type name="C">
38567       <method name="Void Test(System.Object)">
38568         <size>271</size>
38569       </method>
38570       <method name="Int32 Main()">
38571         <size>13</size>
38572       </method>
38573       <method name="Void &lt;Test&gt;m__0(Int32)">
38574         <size>1</size>
38575       </method>
38576       <method name="Void .ctor()">
38577         <size>7</size>
38578       </method>
38579     </type>
38580     <type name="C+D">
38581       <method name="Void Invoke(Int32)">
38582         <size>0</size>
38583       </method>
38584       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38585         <size>0</size>
38586       </method>
38587       <method name="Void EndInvoke(IAsyncResult)">
38588         <size>0</size>
38589       </method>
38590       <method name="Void .ctor(Object, IntPtr)">
38591         <size>0</size>
38592       </method>
38593     </type>
38594   </test>
38595   <test name="test-481.cs">
38596     <type name="TestClass">
38597       <method name="Int32 Main()">
38598         <size>42</size>
38599       </method>
38600     </type>
38601     <type name="TestDelegate">
38602       <method name="Void .ctor(Object, IntPtr)">
38603         <size>0</size>
38604       </method>
38605       <method name="Void Invoke(Int32 ByRef)">
38606         <size>0</size>
38607       </method>
38608       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
38609         <size>0</size>
38610       </method>
38611       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
38612         <size>0</size>
38613       </method>
38614     </type>
38615     <type name="TestClass">
38616       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
38617         <size>4</size>
38618       </method>
38619     </type>
38620   </test>
38621   <test name="test-482.cs">
38622     <type name="X">
38623       <method name="Void .ctor()">
38624         <size>7</size>
38625       </method>
38626       <method name="Void M4(Int32)">
38627         <size>1</size>
38628       </method>
38629       <method name="Void Main()">
38630         <size>1</size>
38631       </method>
38632       <method name="Void M4(Int32, ...)">
38633         <size>1</size>
38634       </method>
38635     </type>
38636   </test>
38637   <test name="test-483.cs">
38638     <type name="Tests">
38639       <method name="Void .ctor()">
38640         <size>7</size>
38641       </method>
38642       <method name="Void Main()">
38643         <size>21</size>
38644       </method>
38645     </type>
38646   </test>
38647   <test name="test-484.cs">
38648     <type name="Test.TestBit">
38649       <method name="Void .ctor()">
38650         <size>7</size>
38651       </method>
38652       <method name="Void Main()">
38653         <size>1</size>
38654       </method>
38655     </type>
38656   </test>
38657   <test name="test-485.cs">
38658     <type name="MonoBUG">
38659       <method name="Void .ctor()">
38660         <size>7</size>
38661       </method>
38662       <method name="Void Main(System.String[])">
38663         <size>44</size>
38664       </method>
38665     </type>
38666   </test>
38667   <test name="test-486.cs">
38668     <type name="Test">
38669       <method name="Void .ctor()">
38670         <size>7</size>
38671       </method>
38672       <method name="Void Main()">
38673         <size>119</size>
38674       </method>
38675     </type>
38676   </test>
38677   <test name="test-487.cs">
38678     <type name="X">
38679       <method name="Void .ctor(Object)">
38680         <size>72</size>
38681       </method>
38682       <method name="Void .cctor()">
38683         <size>1</size>
38684       </method>
38685       <method name="Int32 Main()">
38686         <size>25</size>
38687       </method>
38688     </type>
38689   </test>
38690   <test name="test-488.cs">
38691     <type name="P">
38692       <method name="Void .ctor()">
38693         <size>7</size>
38694       </method>
38695     </type>
38696     <type name="Test">
38697       <method name="Void .ctor()">
38698         <size>7</size>
38699       </method>
38700       <method name="IEnumerable foo()">
38701         <size>2</size>
38702       </method>
38703       <method name="Void Main()">
38704         <size>166</size>
38705       </method>
38706     </type>
38707     <type name="Q">
38708       <method name="Void .ctor(P)">
38709         <size>8</size>
38710       </method>
38711     </type>
38712   </test>
38713   <test name="test-489.cs">
38714     <type name="test">
38715       <method name="Void .ctor()">
38716         <size>7</size>
38717       </method>
38718       <method name="Void Main()">
38719         <size>1</size>
38720       </method>
38721     </type>
38722   </test>
38723   <test name="test-49.cs">
38724     <type name="X">
38725       <method name="Void .ctor()">
38726         <size>7</size>
38727       </method>
38728       <method name="Int32 s(Byte)">
38729         <size>2182</size>
38730       </method>
38731       <method name="Int32 test(Int32)">
38732         <size>70</size>
38733       </method>
38734       <method name="Int32 tests(System.String)">
38735         <size>152</size>
38736       </method>
38737       <method name="Int32 testn(System.String)">
38738         <size>76</size>
38739       </method>
38740       <method name="Int32 testm(System.String)">
38741         <size>77</size>
38742       </method>
38743       <method name="Int32 testo(System.String)">
38744         <size>79</size>
38745       </method>
38746       <method name="Int32 testp(System.String)">
38747         <size>109</size>
38748       </method>
38749       <method name="Int32 test_def(System.String)">
38750         <size>119</size>
38751       </method>
38752       <method name="Int32 test_coverage(Int32)">
38753         <size>18</size>
38754       </method>
38755       <method name="Int32 test_goto(Int32)">
38756         <size>39</size>
38757       </method>
38758       <method name="Int32 test_memberaccess(System.String)">
38759         <size>76</size>
38760       </method>
38761       <method name="Int32 test_string_multiple_targets(System.String)">
38762         <size>128</size>
38763       </method>
38764       <method name="Int32 test_casts(Int32)">
38765         <size>17</size>
38766       </method>
38767       <method name="Int32 testSwitchEnumLong(TestEnum)">
38768         <size>56</size>
38769       </method>
38770       <method name="Int32 test_long_enum_switch()">
38771         <size>66</size>
38772       </method>
38773       <method name="Int32 tests_default(System.String)">
38774         <size>107</size>
38775       </method>
38776       <method name="Int32 tests_default_2(System.String)">
38777         <size>124</size>
38778       </method>
38779       <method name="Void test_76590(System.String)">
38780         <size>107</size>
38781       </method>
38782       <method name="Void test_77964()">
38783         <size>37</size>
38784       </method>
38785       <method name="Boolean bug_78860()">
38786         <size>114</size>
38787       </method>
38788       <method name="Int32 Main()">
38789         <size>1037</size>
38790       </method>
38791     </type>
38792   </test>
38793   <test name="test-490.cs">
38794     <type name="T">
38795       <method name="Void .ctor()">
38796         <size>7</size>
38797       </method>
38798       <method name="Void .cctor()">
38799         <size>39</size>
38800       </method>
38801       <method name="Void Main()">
38802         <size>1</size>
38803       </method>
38804     </type>
38805   </test>
38806   <test name="test-491.cs">
38807     <type name="M">
38808       <method name="Void .ctor()">
38809         <size>7</size>
38810       </method>
38811       <method name="Void Main()">
38812         <size>1</size>
38813       </method>
38814     </type>
38815     <type name="AttrA">
38816       <method name="Void .ctor()">
38817         <size>7</size>
38818       </method>
38819     </type>
38820     <type name="AttrB">
38821       <method name="Void .ctor()">
38822         <size>7</size>
38823       </method>
38824     </type>
38825   </test>
38826   <test name="test-492.cs">
38827     <type name="Test.My1Attribute">
38828       <method name="Void .ctor(Object)">
38829         <size>19</size>
38830       </method>
38831     </type>
38832     <type name="Test.My2Attribute">
38833       <method name="Void .ctor(String[])">
38834         <size>21</size>
38835       </method>
38836     </type>
38837     <type name="Test.My3Attribute">
38838       <method name="Void .ctor(Byte)">
38839         <size>24</size>
38840       </method>
38841     </type>
38842     <type name="Test.Test">
38843       <method name="Void .ctor()">
38844         <size>7</size>
38845       </method>
38846       <method name="Int32 Main()">
38847         <size>60</size>
38848       </method>
38849     </type>
38850   </test>
38851   <test name="test-493.cs">
38852     <type name="A">
38853       <method name="Void .ctor()">
38854         <size>7</size>
38855       </method>
38856       <method name="Int32 get_f()">
38857         <size>2</size>
38858       </method>
38859     </type>
38860     <type name="B">
38861       <method name="Void .ctor()">
38862         <size>7</size>
38863       </method>
38864       <method name="Int32 bar()">
38865         <size>11</size>
38866       </method>
38867     </type>
38868     <type name="C">
38869       <method name="Void .ctor()">
38870         <size>7</size>
38871       </method>
38872       <method name="Void Main()">
38873         <size>1</size>
38874       </method>
38875     </type>
38876   </test>
38877   <test name="test-494.cs">
38878     <type name="Agresso.Foundation.Function">
38879       <method name="Void .ctor()">
38880         <size>7</size>
38881       </method>
38882       <method name="Void Main()">
38883         <size>1</size>
38884       </method>
38885     </type>
38886     <type name="Agresso.Foundation.Translate">
38887       <method name="Void .ctor(Object, IntPtr)">
38888         <size>0</size>
38889       </method>
38890       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
38891         <size>0</size>
38892       </method>
38893       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
38894         <size>0</size>
38895       </method>
38896       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
38897         <size>0</size>
38898       </method>
38899     </type>
38900   </test>
38901   <test name="test-495.cs">
38902     <type name="plj.aClass">
38903       <method name="Void .ctor()">
38904         <size>7</size>
38905       </method>
38906       <method name="plj.aClass op_Implicit(plj.fromClass)">
38907         <size>2</size>
38908       </method>
38909     </type>
38910     <type name="plj.realClass1">
38911       <method name="Void .ctor()">
38912         <size>7</size>
38913       </method>
38914       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
38915         <size>2</size>
38916       </method>
38917     </type>
38918     <type name="plj.fromClass">
38919       <method name="Void .ctor()">
38920         <size>7</size>
38921       </method>
38922       <method name="Void Main()">
38923         <size>1</size>
38924       </method>
38925     </type>
38926   </test>
38927   <test name="test-496.cs">
38928     <type name="Baz">
38929       <method name="Void Main()">
38930         <size>1</size>
38931       </method>
38932       <method name="Void .ctor()">
38933         <size>7</size>
38934       </method>
38935     </type>
38936   </test>
38937   <test name="test-497.cs">
38938     <type name="PlotMenuItem">
38939       <method name="Void .ctor()">
38940         <size>7</size>
38941       </method>
38942       <method name="Void .ctor(EventHandler)">
38943         <size>54</size>
38944       </method>
38945       <method name="Int32 Main()">
38946         <size>50</size>
38947       </method>
38948       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
38949         <size>11</size>
38950       </method>
38951       <method name="System.EventHandler get_Callback()">
38952         <size>7</size>
38953       </method>
38954       <method name="Void set_Callback(System.EventHandler)">
38955         <size>8</size>
38956       </method>
38957     </type>
38958   </test>
38959   <test name="test-498.cs">
38960     <type name="C">
38961       <method name="Int32 Main()">
38962         <size>81</size>
38963       </method>
38964     </type>
38965     <type name="A">
38966       <method name="Void .ctor(Single)">
38967         <size>0</size>
38968       </method>
38969       <method name="Int32 get_Foo()">
38970         <size>0</size>
38971       </method>
38972     </type>
38973   </test>
38974   <test name="test-499.cs">
38975     <type name="X">
38976       <method name="Void .ctor()">
38977         <size>7</size>
38978       </method>
38979       <method name="Void Main()">
38980         <size>24</size>
38981       </method>
38982     </type>
38983   </test>
38984   <test name="test-5.cs">
38985     <type name="X">
38986       <method name="Void .ctor()">
38987         <size>7</size>
38988       </method>
38989       <method name="Int32 Main()">
38990         <size>37</size>
38991       </method>
38992     </type>
38993   </test>
38994   <test name="test-500.cs">
38995     <type name="SomeCustomAttribute">
38996       <method name="Void .ctor()">
38997         <size>7</size>
38998       </method>
38999     </type>
39000     <type name="MainClass">
39001       <method name="Void .ctor()">
39002         <size>7</size>
39003       </method>
39004       <method name="Int32 Main()">
39005         <size>115</size>
39006       </method>
39007     </type>
39008   </test>
39009   <test name="test-501.cs">
39010     <type name="Tests">
39011       <method name="Void .ctor()">
39012         <size>7</size>
39013       </method>
39014       <method name="Void DumpException(Tests+FilterStackFrame)">
39015         <size>1</size>
39016       </method>
39017       <method name="Void foo(Boolean ByRef)">
39018         <size>49</size>
39019       </method>
39020       <method name="Void Main(System.String[])">
39021         <size>8</size>
39022       </method>
39023     </type>
39024     <type name="Tests+FilterStackFrame">
39025       <method name="Void .ctor(Object, IntPtr)">
39026         <size>0</size>
39027       </method>
39028       <method name="Boolean Invoke(System.Object)">
39029         <size>0</size>
39030       </method>
39031       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
39032         <size>0</size>
39033       </method>
39034       <method name="Boolean EndInvoke(IAsyncResult)">
39035         <size>0</size>
39036       </method>
39037     </type>
39038     <type name="Tests">
39039       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
39040         <size>2</size>
39041       </method>
39042     </type>
39043   </test>
39044   <test name="test-502.cs">
39045     <type name="Base">
39046       <method name="Void .ctor()">
39047         <size>7</size>
39048       </method>
39049       <method name="Int32 get_Property()">
39050         <size>3</size>
39051       </method>
39052       <method name="Void Main()">
39053         <size>1</size>
39054       </method>
39055     </type>
39056     <type name="Derived">
39057       <method name="Void .ctor()">
39058         <size>7</size>
39059       </method>
39060       <method name="Int32 get_Property()">
39061         <size>3</size>
39062       </method>
39063     </type>
39064     <type name="BaseClass">
39065       <method name="Void .ctor()">
39066         <size>7</size>
39067       </method>
39068       <method name="Int32 get_Value()">
39069         <size>2</size>
39070       </method>
39071       <method name="Void set_Value(Int32)">
39072         <size>1</size>
39073       </method>
39074     </type>
39075     <type name="DerivedClass">
39076       <method name="Void .ctor()">
39077         <size>7</size>
39078       </method>
39079       <method name="Int32 get_Value()">
39080         <size>2</size>
39081       </method>
39082     </type>
39083     <type name="ErrorClass">
39084       <method name="Void .ctor()">
39085         <size>7</size>
39086       </method>
39087       <method name="Int32 get_Value()">
39088         <size>2</size>
39089       </method>
39090       <method name="Void set_Value(Int32)">
39091         <size>1</size>
39092       </method>
39093     </type>
39094   </test>
39095   <test name="test-503.cs">
39096     <type name="Foo">
39097       <method name="Void .ctor()">
39098         <size>7</size>
39099       </method>
39100       <method name="Int32 Main()">
39101         <size>33</size>
39102       </method>
39103     </type>
39104   </test>
39105   <test name="test-504.cs">
39106     <type name="Foo">
39107       <method name="Void .ctor()">
39108         <size>7</size>
39109       </method>
39110       <method name="Void .cctor()">
39111         <size>7</size>
39112       </method>
39113       <method name="Int32 f()">
39114         <size>2</size>
39115       </method>
39116       <method name="Int32 Main()">
39117         <size>32</size>
39118       </method>
39119     </type>
39120   </test>
39121   <test name="test-505.cs">
39122     <type name="T">
39123       <method name="Void .ctor()">
39124         <size>7</size>
39125       </method>
39126       <method name="Int32 f()">
39127         <size>19</size>
39128       </method>
39129       <method name="Void Main()">
39130         <size>38</size>
39131       </method>
39132     </type>
39133   </test>
39134   <test name="test-506.cs">
39135     <type name="ProtectedSetter.BaseClass">
39136       <method name="Void .ctor()">
39137         <size>7</size>
39138       </method>
39139       <method name="System.String get_Name()">
39140         <size>0</size>
39141       </method>
39142       <method name="Void set_Name(System.String)">
39143         <size>0</size>
39144       </method>
39145     </type>
39146     <type name="ProtectedSetter.DerivedClass">
39147       <method name="Void .ctor()">
39148         <size>7</size>
39149       </method>
39150       <method name="System.String get_Name()">
39151         <size>2</size>
39152       </method>
39153       <method name="Void set_Name(System.String)">
39154         <size>1</size>
39155       </method>
39156       <method name="Void Main()">
39157         <size>1</size>
39158       </method>
39159     </type>
39160   </test>
39161   <test name="test-507.cs">
39162     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
39163       <method name="Void .ctor()">
39164         <size>7</size>
39165       </method>
39166       <method name="Void SomeMethod()">
39167         <size>1</size>
39168       </method>
39169       <method name="Void SomeMethod2()">
39170         <size>1</size>
39171       </method>
39172     </type>
39173     <type name="NewslotVirtualFinal.C">
39174       <method name="Void .ctor()">
39175         <size>7</size>
39176       </method>
39177       <method name="Int32 Main()">
39178         <size>83</size>
39179       </method>
39180     </type>
39181   </test>
39182   <test name="test-508.cs">
39183     <type name="OutputParam">
39184       <method name="Void .ctor()">
39185         <size>7</size>
39186       </method>
39187       <method name="Void Main(System.String[])">
39188         <size>14</size>
39189       </method>
39190       <method name="Void Method(Int32 ByRef)">
39191         <size>17</size>
39192       </method>
39193     </type>
39194   </test>
39195   <test name="test-509.cs">
39196     <type name="BaseClass">
39197       <method name="Void .ctor()">
39198         <size>7</size>
39199       </method>
39200       <method name="Void add_OnEvent(DelegateHandler)">
39201         <size>47</size>
39202       </method>
39203       <method name="Void remove_OnEvent(DelegateHandler)">
39204         <size>47</size>
39205       </method>
39206     </type>
39207     <type name="ExtendingClass">
39208       <method name="Void .ctor()">
39209         <size>7</size>
39210       </method>
39211       <method name="Void Main()">
39212         <size>1</size>
39213       </method>
39214       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
39215         <size>8</size>
39216       </method>
39217       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
39218         <size>8</size>
39219       </method>
39220     </type>
39221     <type name="DelegateHandler">
39222       <method name="Void .ctor(Object, IntPtr)">
39223         <size>0</size>
39224       </method>
39225       <method name="Void Invoke()">
39226         <size>0</size>
39227       </method>
39228       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39229         <size>0</size>
39230       </method>
39231       <method name="Void EndInvoke(IAsyncResult)">
39232         <size>0</size>
39233       </method>
39234     </type>
39235   </test>
39236   <test name="test-51.cs">
39237     <type name="Base">
39238       <method name="Void .ctor()">
39239         <size>25</size>
39240       </method>
39241       <method name="Int32 get_b_int_property()">
39242         <size>7</size>
39243       </method>
39244       <method name="Void set_b_int_property(Int32)">
39245         <size>8</size>
39246       </method>
39247       <method name="System.String b_get_id()">
39248         <size>6</size>
39249       </method>
39250     </type>
39251     <type name="Derived">
39252       <method name="Void .ctor()">
39253         <size>26</size>
39254       </method>
39255       <method name="Int32 get_b_int_property()">
39256         <size>7</size>
39257       </method>
39258       <method name="Void set_b_int_property(Int32)">
39259         <size>8</size>
39260       </method>
39261       <method name="Int32 Test()">
39262         <size>138</size>
39263       </method>
39264     </type>
39265     <type name="boot">
39266       <method name="Void .ctor()">
39267         <size>7</size>
39268       </method>
39269       <method name="Int32 Main()">
39270         <size>13</size>
39271       </method>
39272     </type>
39273   </test>
39274   <test name="test-510.cs">
39275     <type name="Foo">
39276       <method name="Void .ctor()">
39277         <size>7</size>
39278       </method>
39279       <method name="Void test39(Int32 ByRef)">
39280         <size>36</size>
39281       </method>
39282       <method name="Void Main()">
39283         <size>28</size>
39284       </method>
39285     </type>
39286   </test>
39287   <test name="test-511.cs">
39288     <type name="Foo">
39289       <method name="Void .ctor()">
39290         <size>7</size>
39291       </method>
39292       <method name="Void Main(System.String[])">
39293         <size>17</size>
39294       </method>
39295       <method name="Void f()">
39296         <size>7</size>
39297       </method>
39298     </type>
39299   </test>
39300   <test name="test-512.cs">
39301     <type name="Foo">
39302       <method name="Void .ctor()">
39303         <size>7</size>
39304       </method>
39305       <method name="Void Main(System.String[])">
39306         <size>17</size>
39307       </method>
39308       <method name="Void f()">
39309         <size>7</size>
39310       </method>
39311     </type>
39312   </test>
39313   <test name="test-513.cs">
39314     <type name="Test">
39315       <method name="Void .ctor()">
39316         <size>7</size>
39317       </method>
39318       <method name="Int32 Main()">
39319         <size>246</size>
39320       </method>
39321     </type>
39322   </test>
39323   <test name="test-514.cs">
39324     <type name="X">
39325       <method name="Void .ctor()">
39326         <size>7</size>
39327       </method>
39328       <method name="Void HandleConflict(Int32)">
39329         <size>31</size>
39330       </method>
39331       <method name="Int32 Main()">
39332         <size>40</size>
39333       </method>
39334     </type>
39335   </test>
39336   <test name="test-515.cs">
39337     <type name="X">
39338       <method name="Void .ctor()">
39339         <size>7</size>
39340       </method>
39341       <method name="Void Main()">
39342         <size>35</size>
39343       </method>
39344     </type>
39345   </test>
39346   <test name="test-516.cs">
39347     <type name="X">
39348       <method name="Void .ctor()">
39349         <size>7</size>
39350       </method>
39351       <method name="Void Main()">
39352         <size>35</size>
39353       </method>
39354     </type>
39355   </test>
39356   <test name="test-517.cs">
39357     <type name="Test">
39358       <method name="Void .ctor()">
39359         <size>7</size>
39360       </method>
39361       <method name="Int32 Main()">
39362         <size>11</size>
39363       </method>
39364     </type>
39365   </test>
39366   <test name="test-518.cs">
39367     <type name="Foo">
39368       <method name="Void .ctor()">
39369         <size>7</size>
39370       </method>
39371       <method name="Int32 Main()">
39372         <size>19</size>
39373       </method>
39374     </type>
39375   </test>
39376   <test name="test-519.cs">
39377     <type name="Foo">
39378       <method name="Void .ctor()">
39379         <size>7</size>
39380       </method>
39381       <method name="Int32 Main()">
39382         <size>32</size>
39383       </method>
39384       <method name="Void f()">
39385         <size>29</size>
39386       </method>
39387     </type>
39388   </test>
39389   <test name="test-52.cs">
39390     <type name="Y">
39391       <method name="Void .ctor()">
39392         <size>7</size>
39393       </method>
39394       <method name="Boolean MoveNext()">
39395         <size>28</size>
39396       </method>
39397       <method name="System.Object get_Current()">
39398         <size>12</size>
39399       </method>
39400     </type>
39401     <type name="X">
39402       <method name="Void .ctor()">
39403         <size>7</size>
39404       </method>
39405       <method name="Void .cctor()">
39406         <size>36</size>
39407       </method>
39408       <method name="Y GetEnumerator()">
39409         <size>6</size>
39410       </method>
39411       <method name="Int32 Main()">
39412         <size>501</size>
39413       </method>
39414     </type>
39415   </test>
39416   <test name="test-520.cs">
39417     <type name="FakeInt">
39418       <method name="Void .ctor(Int64)">
39419         <size>14</size>
39420       </method>
39421       <method name="Int64 op_Implicit(FakeInt)">
39422         <size>7</size>
39423       </method>
39424     </type>
39425     <type name="MainClass">
39426       <method name="Void .ctor()">
39427         <size>7</size>
39428       </method>
39429       <method name="Void Main()">
39430         <size>28</size>
39431       </method>
39432     </type>
39433   </test>
39434   <test name="test-521.cs">
39435     <type name="Tests">
39436       <method name="Void .ctor()">
39437         <size>7</size>
39438       </method>
39439       <method name="Void CallWithContextN(System.Object, System.Object[])">
39440         <size>1</size>
39441       </method>
39442       <method name="Void Main()">
39443         <size>14</size>
39444       </method>
39445     </type>
39446     <type name="Tests+CallTargetWithContextN">
39447       <method name="Void .ctor(Object, IntPtr)">
39448         <size>0</size>
39449       </method>
39450       <method name="Void Invoke(System.Object, System.Object[])">
39451         <size>0</size>
39452       </method>
39453       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
39454         <size>0</size>
39455       </method>
39456       <method name="Void EndInvoke(IAsyncResult)">
39457         <size>0</size>
39458       </method>
39459     </type>
39460   </test>
39461   <test name="test-522.cs">
39462     <type name="Const">
39463       <method name="Void .ctor()">
39464         <size>7</size>
39465       </method>
39466       <method name="Void Main()">
39467         <size>1</size>
39468       </method>
39469     </type>
39470   </test>
39471   <test name="test-523.cs">
39472     <type name="T">
39473       <method name="Void .ctor()">
39474         <size>7</size>
39475       </method>
39476       <method name="Int32 stuff()">
39477         <size>20</size>
39478       </method>
39479       <method name="Int32 stuff2()">
39480         <size>44</size>
39481       </method>
39482       <method name="Int32 stuff3()">
39483         <size>44</size>
39484       </method>
39485       <method name="Void stuff4()">
39486         <size>20</size>
39487       </method>
39488       <method name="Void stuff_finally()">
39489         <size>1</size>
39490       </method>
39491       <method name="Void Main()">
39492         <size>1</size>
39493       </method>
39494     </type>
39495   </test>
39496   <test name="test-524.cs">
39497     <type name="Foo">
39498       <method name="Void .ctor()">
39499         <size>7</size>
39500       </method>
39501       <method name="Int32 Main()">
39502         <size>110</size>
39503       </method>
39504     </type>
39505   </test>
39506   <test name="test-525.cs">
39507     <type name="X">
39508       <method name="Void .ctor()">
39509         <size>7</size>
39510       </method>
39511       <method name="Void Finalize()">
39512         <size>36</size>
39513       </method>
39514       <method name="Int32 Test1()">
39515         <size>33</size>
39516       </method>
39517       <method name="Void Test2()">
39518         <size>66</size>
39519       </method>
39520       <method name="Void Main()">
39521         <size>39</size>
39522       </method>
39523     </type>
39524     <type name="&lt;PrivateImplementationDetails&gt;">
39525       <method name="Void .ctor()">
39526         <size>7</size>
39527       </method>
39528     </type>
39529   </test>
39530   <test name="test-526.cs">
39531     <type name="Test">
39532       <method name="Void .ctor()">
39533         <size>7</size>
39534       </method>
39535       <method name="Void Main()">
39536         <size>1</size>
39537       </method>
39538       <method name="Void Foo(IListCounter)">
39539         <size>8</size>
39540       </method>
39541       <method name="Void Foo2(IC)">
39542         <size>8</size>
39543       </method>
39544       <method name="Void Foo3(ICC)">
39545         <size>8</size>
39546       </method>
39547       <method name="Void Foo4(IM2)">
39548         <size>8</size>
39549       </method>
39550     </type>
39551   </test>
39552   <test name="test-527.cs">
39553     <type name="Repro">
39554       <method name="Void .ctor()">
39555         <size>19</size>
39556       </method>
39557       <method name="Int32 Main()">
39558         <size>48</size>
39559       </method>
39560       <method name="Void foo()">
39561         <size>61</size>
39562       </method>
39563       <method name="Int32 bar()">
39564         <size>3</size>
39565       </method>
39566     </type>
39567   </test>
39568   <test name="test-528.cs">
39569     <type name="MicroFocus.MONO.Bugs.Odd">
39570       <method name="Void .ctor()">
39571         <size>7</size>
39572       </method>
39573       <method name="Void .cctor()">
39574         <size>25</size>
39575       </method>
39576       <method name="Void Main()">
39577         <size>1</size>
39578       </method>
39579     </type>
39580   </test>
39581   <test name="test-529.cs">
39582     <type name="C">
39583       <method name="Void .ctor()">
39584         <size>7</size>
39585       </method>
39586       <method name="Void Main()">
39587         <size>8</size>
39588       </method>
39589     </type>
39590   </test>
39591   <test name="test-53.cs">
39592     <type name="MyDispose">
39593       <method name="Void .ctor()">
39594         <size>7</size>
39595       </method>
39596       <method name="Void Dispose()">
39597         <size>8</size>
39598       </method>
39599     </type>
39600     <type name="X">
39601       <method name="Void .ctor()">
39602         <size>7</size>
39603       </method>
39604       <method name="Int32 Main()">
39605         <size>257</size>
39606       </method>
39607     </type>
39608   </test>
39609   <test name="test-530.cs">
39610     <type name="X">
39611       <method name="Void .ctor()">
39612         <size>7</size>
39613       </method>
39614       <method name="Void e(System.Object[])">
39615         <size>1</size>
39616       </method>
39617       <method name="Void Main()">
39618         <size>1</size>
39619       </method>
39620     </type>
39621   </test>
39622   <test name="test-531.cs">
39623     <type name="Test">
39624       <method name="Void .ctor()">
39625         <size>7</size>
39626       </method>
39627       <method name="Void Main()">
39628         <size>11</size>
39629       </method>
39630     </type>
39631   </test>
39632   <test name="test-532.cs">
39633     <type name="X">
39634       <method name="Void .ctor()">
39635         <size>47</size>
39636       </method>
39637       <method name="Void Main()">
39638         <size>1</size>
39639       </method>
39640     </type>
39641   </test>
39642   <test name="test-533.cs">
39643     <type name="Test">
39644       <method name="Void .ctor()">
39645         <size>7</size>
39646       </method>
39647       <method name="Void True(Boolean)">
39648         <size>10</size>
39649       </method>
39650       <method name="Void False(Boolean)">
39651         <size>13</size>
39652       </method>
39653       <method name="Void Main()">
39654         <size>61</size>
39655       </method>
39656     </type>
39657   </test>
39658   <test name="test-535.cs">
39659     <type name="X">
39660       <method name="Void .ctor()">
39661         <size>7</size>
39662       </method>
39663       <method name="Void Main()">
39664         <size>77</size>
39665       </method>
39666       <method name="Void Compile()">
39667         <size>19</size>
39668       </method>
39669       <method name="Void M(Int64)">
39670         <size>1</size>
39671       </method>
39672       <method name="Void M(UInt64)">
39673         <size>1</size>
39674       </method>
39675       <method name="Void M(System.Object)">
39676         <size>1</size>
39677       </method>
39678     </type>
39679   </test>
39680   <test name="test-536.cs">
39681     <type name="Test">
39682       <method name="Void add_Foo(FooHandler)">
39683         <size>45</size>
39684       </method>
39685       <method name="Void remove_Foo(FooHandler)">
39686         <size>45</size>
39687       </method>
39688       <method name="Void OnFooTest()">
39689         <size>1</size>
39690       </method>
39691       <method name="Void Main()">
39692         <size>31</size>
39693       </method>
39694     </type>
39695     <type name="FooHandler">
39696       <method name="Void .ctor(Object, IntPtr)">
39697         <size>0</size>
39698       </method>
39699       <method name="Void Invoke()">
39700         <size>0</size>
39701       </method>
39702       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39703         <size>0</size>
39704       </method>
39705       <method name="Void EndInvoke(IAsyncResult)">
39706         <size>0</size>
39707       </method>
39708     </type>
39709     <type name="Test">
39710       <method name="Void &lt;Main&gt;m__0()">
39711         <size>18</size>
39712       </method>
39713     </type>
39714   </test>
39715   <test name="test-537.cs">
39716     <type name="Base">
39717       <method name="Void .ctor()">
39718         <size>7</size>
39719       </method>
39720       <method name="System.String get_H()">
39721         <size>6</size>
39722       </method>
39723     </type>
39724     <type name="X">
39725       <method name="Void .ctor()">
39726         <size>7</size>
39727       </method>
39728     </type>
39729     <type name="X+Derived">
39730       <method name="Void .ctor()">
39731         <size>7</size>
39732       </method>
39733     </type>
39734     <type name="X+Derived+Nested">
39735       <method name="Void .ctor()">
39736         <size>7</size>
39737       </method>
39738       <method name="Void G()">
39739         <size>21</size>
39740       </method>
39741     </type>
39742     <type name="Derived">
39743       <method name="Void .ctor()">
39744         <size>7</size>
39745       </method>
39746     </type>
39747     <type name="Derived+Nested">
39748       <method name="Void .ctor()">
39749         <size>7</size>
39750       </method>
39751       <method name="Void G()">
39752         <size>18</size>
39753       </method>
39754     </type>
39755     <type name="Test">
39756       <method name="Void .ctor()">
39757         <size>7</size>
39758       </method>
39759       <method name="Void Main()">
39760         <size>1</size>
39761       </method>
39762     </type>
39763   </test>
39764   <test name="test-538.cs">
39765     <type name="concrete">
39766       <method name="Void .ctor()">
39767         <size>7</size>
39768       </method>
39769     </type>
39770     <type name="Program">
39771       <method name="Void .ctor()">
39772         <size>7</size>
39773       </method>
39774       <method name="concrete getConcrete(IInterface)">
39775         <size>6</size>
39776       </method>
39777       <method name="Void Main(System.String[])">
39778         <size>20</size>
39779       </method>
39780     </type>
39781     <type name="testDelegate">
39782       <method name="Void .ctor(Object, IntPtr)">
39783         <size>0</size>
39784       </method>
39785       <method name="IInterface Invoke(concrete)">
39786         <size>0</size>
39787       </method>
39788       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
39789         <size>0</size>
39790       </method>
39791       <method name="IInterface EndInvoke(IAsyncResult)">
39792         <size>0</size>
39793       </method>
39794     </type>
39795   </test>
39796   <test name="test-539.cs">
39797     <type name="Test">
39798       <method name="Int32 Main()">
39799         <size>84</size>
39800       </method>
39801       <method name="Void .ctor()">
39802         <size>7</size>
39803       </method>
39804     </type>
39805     <type name="&lt;PrivateImplementationDetails&gt;">
39806       <method name="Void .ctor()">
39807         <size>7</size>
39808       </method>
39809     </type>
39810   </test>
39811   <test name="test-54.cs">
39812     <type name="X">
39813       <method name="Void .ctor()">
39814         <size>7</size>
39815       </method>
39816       <method name="Boolean v()">
39817         <size>26</size>
39818       </method>
39819       <method name="Int32 Main()">
39820         <size>2</size>
39821       </method>
39822     </type>
39823   </test>
39824   <test name="test-540.cs">
39825     <type name="A">
39826       <method name="Void .ctor()">
39827         <size>7</size>
39828       </method>
39829       <method name="Byte op_Implicit(A)">
39830         <size>3</size>
39831       </method>
39832     </type>
39833     <type name="Constraint">
39834       <method name="Void .ctor()">
39835         <size>7</size>
39836       </method>
39837       <method name="Void Foo(System.Object)">
39838         <size>1</size>
39839       </method>
39840       <method name="Int32 Main()">
39841         <size>89</size>
39842       </method>
39843       <method name="Constraint op_LogicalNot(Constraint)">
39844         <size>2</size>
39845       </method>
39846       <method name="Constraint op_UnaryPlus(Constraint)">
39847         <size>2</size>
39848       </method>
39849       <method name="Constraint op_OnesComplement(Constraint)">
39850         <size>2</size>
39851       </method>
39852       <method name="Constraint op_UnaryNegation(Constraint)">
39853         <size>2</size>
39854       </method>
39855     </type>
39856   </test>
39857   <test name="test-541.cs">
39858     <type name="ClassMain">
39859       <method name="Void Main()">
39860         <size>31</size>
39861       </method>
39862       <method name="Void set_test(Boolean)">
39863         <size>1</size>
39864       </method>
39865       <method name="Void &lt;Main&gt;m__0(Int32)">
39866         <size>1</size>
39867       </method>
39868       <method name="Void .ctor()">
39869         <size>7</size>
39870       </method>
39871     </type>
39872     <type name="ClassMain+D">
39873       <method name="Void Invoke(Int32)">
39874         <size>0</size>
39875       </method>
39876       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39877         <size>0</size>
39878       </method>
39879       <method name="Void EndInvoke(IAsyncResult)">
39880         <size>0</size>
39881       </method>
39882       <method name="Void .ctor(Object, IntPtr)">
39883         <size>0</size>
39884       </method>
39885     </type>
39886   </test>
39887   <test name="test-542.cs">
39888     <type name="X">
39889       <method name="Void .ctor()">
39890         <size>7</size>
39891       </method>
39892       <method name="Void Main()">
39893         <size>1</size>
39894       </method>
39895     </type>
39896     <type name="ARec">
39897       <method name="Void .ctor(Decimal)">
39898         <size>14</size>
39899       </method>
39900       <method name="Decimal Round(Int32)">
39901         <size>13</size>
39902       </method>
39903       <method name="Decimal Round(Decimal, Int32)">
39904         <size>7</size>
39905       </method>
39906     </type>
39907   </test>
39908   <test name="test-543.cs">
39909     <type name="BetterMethod">
39910       <method name="Void .ctor()">
39911         <size>7</size>
39912       </method>
39913       <method name="Int32 get_Item(System.Boolean[])">
39914         <size>2</size>
39915       </method>
39916       <method name="System.String get_Item(Boolean, System.Object)">
39917         <size>6</size>
39918       </method>
39919     </type>
39920     <type name="MainClass">
39921       <method name="Void .ctor()">
39922         <size>7</size>
39923       </method>
39924       <method name="Int32 get_Item(Int32, System.String[])">
39925         <size>2</size>
39926       </method>
39927       <method name="Void set_Item(Int32, System.String[], Int32)">
39928         <size>40</size>
39929       </method>
39930       <method name="System.Object get_Item(Int32, System.Object[])">
39931         <size>2</size>
39932       </method>
39933       <method name="Void set_Item(Int32, System.Object[], System.Object)">
39934         <size>40</size>
39935       </method>
39936       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
39937         <size>2</size>
39938       </method>
39939       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
39940         <size>40</size>
39941       </method>
39942       <method name="Void Main(System.String[])">
39943         <size>258</size>
39944       </method>
39945     </type>
39946   </test>
39947   <test name="test-544.cs">
39948     <type name="X">
39949       <method name="Void .ctor()">
39950         <size>7</size>
39951       </method>
39952       <method name="Void Main()">
39953         <size>32</size>
39954       </method>
39955     </type>
39956   </test>
39957   <test name="test-545.cs">
39958     <type name="X">
39959       <method name="Void .ctor()">
39960         <size>7</size>
39961       </method>
39962       <method name="Void Main()">
39963         <size>1</size>
39964       </method>
39965     </type>
39966     <type name="Dingus">
39967       <method name="Void .ctor(Int32)">
39968         <size>1</size>
39969       </method>
39970     </type>
39971   </test>
39972   <test name="test-546.cs">
39973     <type name="NameSpace.C">
39974       <method name="Void .ctor()">
39975         <size>7</size>
39976       </method>
39977       <method name="Void Main()">
39978         <size>1</size>
39979       </method>
39980     </type>
39981   </test>
39982   <test name="test-547.cs">
39983     <type name="C">
39984       <method name="Void .ctor()">
39985         <size>7</size>
39986       </method>
39987       <method name="Void Main()">
39988         <size>1</size>
39989       </method>
39990     </type>
39991   </test>
39992   <test name="test-548.cs">
39993     <type name="Bugs.Bug0">
39994       <method name="Void .ctor()">
39995         <size>7</size>
39996       </method>
39997       <method name="Int32 Main()">
39998         <size>23</size>
39999       </method>
40000     </type>
40001     <type name="Bugs.Bug0+MyBoolean">
40002       <method name="Void .ctor(Boolean)">
40003         <size>8</size>
40004       </method>
40005       <method name="MyBoolean op_Implicit(Boolean)">
40006         <size>7</size>
40007       </method>
40008       <method name="Boolean op_Implicit(MyBoolean)">
40009         <size>8</size>
40010       </method>
40011     </type>
40012   </test>
40013   <test name="test-549.cs">
40014     <type name="Do">
40015       <method name="Void .ctor()">
40016         <size>7</size>
40017       </method>
40018       <method name="Void Register(Get)">
40019         <size>1</size>
40020       </method>
40021       <method name="Void Register(System.Object)">
40022         <size>1</size>
40023       </method>
40024       <method name="System.Object MyGet(Do)">
40025         <size>2</size>
40026       </method>
40027       <method name="Void X()">
40028         <size>19</size>
40029       </method>
40030     </type>
40031     <type name="User">
40032       <method name="Void .ctor()">
40033         <size>7</size>
40034       </method>
40035       <method name="Void Main()">
40036         <size>1</size>
40037       </method>
40038     </type>
40039     <type name="Get">
40040       <method name="Void .ctor(Object, IntPtr)">
40041         <size>0</size>
40042       </method>
40043       <method name="System.Object Invoke(Do)">
40044         <size>0</size>
40045       </method>
40046       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
40047         <size>0</size>
40048       </method>
40049       <method name="System.Object EndInvoke(IAsyncResult)">
40050         <size>0</size>
40051       </method>
40052     </type>
40053   </test>
40054   <test name="test-55.cs">
40055     <type name="A.B.C">
40056       <method name="Void .ctor()">
40057         <size>7</size>
40058       </method>
40059       <method name="Void Hola()">
40060         <size>11</size>
40061       </method>
40062     </type>
40063     <type name="X.Y.Z.W">
40064       <method name="Void .ctor()">
40065         <size>7</size>
40066       </method>
40067       <method name="Void Ahoj()">
40068         <size>11</size>
40069       </method>
40070     </type>
40071     <type name="Foo.System">
40072       <method name="Void .ctor()">
40073         <size>7</size>
40074       </method>
40075       <method name="Void X()">
40076         <size>11</size>
40077       </method>
40078     </type>
40079     <type name="App">
40080       <method name="Void .ctor()">
40081         <size>7</size>
40082       </method>
40083       <method name="Int32 Main()">
40084         <size>12</size>
40085       </method>
40086     </type>
40087   </test>
40088   <test name="test-550.cs">
40089     <type name="Bla.Blub.Fo‿o">
40090       <method name="Void .ctor()">
40091         <size>7</size>
40092       </method>
40093       <method name="Void Main(System.String[])">
40094         <size>11</size>
40095       </method>
40096     </type>
40097   </test>
40098   <test name="test-551.cs">
40099     <type name="System.Int32">
40100       <method name="Void Main()">
40101         <size>1</size>
40102       </method>
40103     </type>
40104   </test>
40105   <test name="test-552.cs">
40106     <type name="C">
40107       <method name="Void .ctor()">
40108         <size>7</size>
40109       </method>
40110       <method name="Void Test(C)">
40111         <size>1</size>
40112       </method>
40113       <method name="Void Main()">
40114         <size>14</size>
40115       </method>
40116     </type>
40117   </test>
40118   <test name="test-553.cs">
40119     <type name="A">
40120       <method name="Void .ctor()">
40121         <size>7</size>
40122       </method>
40123       <method name="Void Add(System.Object)">
40124         <size>1</size>
40125       </method>
40126     </type>
40127     <type name="B">
40128       <method name="Void .ctor()">
40129         <size>7</size>
40130       </method>
40131       <method name="Boolean Add(System.Object)">
40132         <size>2</size>
40133       </method>
40134       <method name="Void Main()">
40135         <size>1</size>
40136       </method>
40137     </type>
40138   </test>
40139   <test name="test-554.cs">
40140     <type name="C">
40141       <method name="Void .ctor()">
40142         <size>7</size>
40143       </method>
40144       <method name="Int32 Main()">
40145         <size>145</size>
40146       </method>
40147     </type>
40148     <type name="&lt;PrivateImplementationDetails&gt;">
40149       <method name="Void .ctor()">
40150         <size>7</size>
40151       </method>
40152     </type>
40153   </test>
40154   <test name="test-555.cs">
40155     <type name="Test">
40156       <method name="Void .ctor()">
40157         <size>7</size>
40158       </method>
40159       <method name="Int32 Main()">
40160         <size>351</size>
40161       </method>
40162     </type>
40163   </test>
40164   <test name="test-556.cs">
40165     <type name="S">
40166       <method name="Void .ctor()">
40167         <size>7</size>
40168       </method>
40169       <method name="Void Frobnikator()">
40170         <size>1</size>
40171       </method>
40172       <method name="Void CharToX()">
40173         <size>1</size>
40174       </method>
40175       <method name="Int32 Main()">
40176         <size>35</size>
40177       </method>
40178     </type>
40179   </test>
40180   <test name="test-557.cs">
40181     <type name="Test">
40182       <method name="Void .ctor()">
40183         <size>7</size>
40184       </method>
40185       <method name="Void Main(System.String[])">
40186         <size>1</size>
40187       </method>
40188     </type>
40189   </test>
40190   <test name="test-558.cs">
40191     <type name="TestClass">
40192       <method name="Void .ctor()">
40193         <size>7</size>
40194       </method>
40195       <method name="Void Main()">
40196         <size>21</size>
40197       </method>
40198       <method name="Void TestMethod(Int32)">
40199         <size>1</size>
40200       </method>
40201     </type>
40202     <type name="TestClass+OneDelegate">
40203       <method name="Void .ctor(Object, IntPtr)">
40204         <size>0</size>
40205       </method>
40206       <method name="Void Invoke(Int32)">
40207         <size>0</size>
40208       </method>
40209       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40210         <size>0</size>
40211       </method>
40212       <method name="Void EndInvoke(IAsyncResult)">
40213         <size>0</size>
40214       </method>
40215     </type>
40216   </test>
40217   <test name="test-559.cs">
40218     <type name="C">
40219       <method name="Void .ctor()">
40220         <size>7</size>
40221       </method>
40222       <method name="Void add_TestEvent(B+TestDelegate)">
40223         <size>47</size>
40224       </method>
40225       <method name="Void remove_TestEvent(B+TestDelegate)">
40226         <size>47</size>
40227       </method>
40228       <method name="Void Main()">
40229         <size>1</size>
40230       </method>
40231     </type>
40232   </test>
40233   <test name="test-56.cs">
40234     <type name="A">
40235       <method name="Void .ctor()">
40236         <size>7</size>
40237       </method>
40238       <method name="Int32 get_P()">
40239         <size>7</size>
40240       </method>
40241       <method name="Void set_P(Int32)">
40242         <size>8</size>
40243       </method>
40244       <method name="Int32 get_Q()">
40245         <size>0</size>
40246       </method>
40247       <method name="Void set_Q(Int32)">
40248         <size>0</size>
40249       </method>
40250       <method name="Int32 get_R()">
40251         <size>7</size>
40252       </method>
40253       <method name="Void set_R(Int32)">
40254         <size>8</size>
40255       </method>
40256     </type>
40257     <type name="B">
40258       <method name="Void .ctor()">
40259         <size>7</size>
40260       </method>
40261       <method name="Int32 get_P()">
40262         <size>7</size>
40263       </method>
40264       <method name="Void set_P(Int32)">
40265         <size>8</size>
40266       </method>
40267       <method name="Int32 get_Q()">
40268         <size>7</size>
40269       </method>
40270       <method name="Void set_Q(Int32)">
40271         <size>8</size>
40272       </method>
40273     </type>
40274     <type name="C">
40275       <method name="Void .ctor()">
40276         <size>7</size>
40277       </method>
40278       <method name="Int32 get_Q()">
40279         <size>7</size>
40280       </method>
40281       <method name="Void set_Q(Int32)">
40282         <size>8</size>
40283       </method>
40284       <method name="Int32 get_R()">
40285         <size>7</size>
40286       </method>
40287       <method name="Void set_R(Int32)">
40288         <size>8</size>
40289       </method>
40290     </type>
40291     <type name="M">
40292       <method name="Void .ctor()">
40293         <size>7</size>
40294       </method>
40295       <method name="Int32 Main()">
40296         <size>221</size>
40297       </method>
40298     </type>
40299   </test>
40300   <test name="test-560.cs">
40301     <type name="Bugs.Bug2">
40302       <method name="Void .ctor()">
40303         <size>7</size>
40304       </method>
40305       <method name="Void Main(System.String[])">
40306         <size>81</size>
40307       </method>
40308     </type>
40309     <type name="Bugs.Bug2+MyByte">
40310       <method name="Void .ctor(Byte)">
40311         <size>8</size>
40312       </method>
40313       <method name="MyByte op_Implicit(Byte)">
40314         <size>7</size>
40315       </method>
40316       <method name="Byte op_Implicit(MyByte)">
40317         <size>8</size>
40318       </method>
40319     </type>
40320     <type name="Bugs.Bug2+MyInt">
40321       <method name="Void .ctor(Int32)">
40322         <size>8</size>
40323       </method>
40324       <method name="MyInt op_Implicit(Int32)">
40325         <size>7</size>
40326       </method>
40327       <method name="Int32 op_Implicit(MyInt)">
40328         <size>8</size>
40329       </method>
40330     </type>
40331   </test>
40332   <test name="test-561.cs">
40333     <type name="A">
40334       <method name="Void .ctor()">
40335         <size>7</size>
40336       </method>
40337       <method name="Void I.M()">
40338         <size>1</size>
40339       </method>
40340       <method name="Void M()">
40341         <size>0</size>
40342       </method>
40343     </type>
40344     <type name="C">
40345       <method name="Void .ctor()">
40346         <size>7</size>
40347       </method>
40348       <method name="Void M()">
40349         <size>1</size>
40350       </method>
40351       <method name="Void Main()">
40352         <size>1</size>
40353       </method>
40354     </type>
40355   </test>
40356   <test name="test-562.cs">
40357     <type name="Program">
40358       <method name="Void .ctor()">
40359         <size>7</size>
40360       </method>
40361       <method name="Int32 Main()">
40362         <size>45</size>
40363       </method>
40364     </type>
40365   </test>
40366   <test name="test-563.cs">
40367     <type name="Test">
40368       <method name="Void .ctor()">
40369         <size>7</size>
40370       </method>
40371       <method name="System.Object TestMethod(TestCollection)">
40372         <size>66</size>
40373       </method>
40374       <method name="Void Main()">
40375         <size>1</size>
40376       </method>
40377     </type>
40378   </test>
40379   <test name="test-564.cs">
40380     <type name="A">
40381       <method name="Void .ctor()">
40382         <size>7</size>
40383       </method>
40384       <method name="Void Main()">
40385         <size>1</size>
40386       </method>
40387     </type>
40388   </test>
40389   <test name="test-565.cs">
40390     <type name="T">
40391       <method name="Void .ctor()">
40392         <size>7</size>
40393       </method>
40394       <method name="Boolean Equals(System.Object)">
40395         <size>2</size>
40396       </method>
40397       <method name="Void Main()">
40398         <size>1</size>
40399       </method>
40400     </type>
40401   </test>
40402   <test name="test-566.cs">
40403     <type name="Test">
40404       <method name="Void .ctor()">
40405         <size>7</size>
40406       </method>
40407       <method name="System.String get_Spec()">
40408         <size>12</size>
40409       </method>
40410       <method name="Void Foo(C)">
40411         <size>7</size>
40412       </method>
40413       <method name="Void Foo2(CC)">
40414         <size>12</size>
40415       </method>
40416       <method name="Void Main()">
40417         <size>1</size>
40418       </method>
40419     </type>
40420     <type name="CA">
40421       <method name="Void .ctor()">
40422         <size>7</size>
40423       </method>
40424       <method name="Void set_Spec(System.String)">
40425         <size>1</size>
40426       </method>
40427     </type>
40428     <type name="CB">
40429       <method name="Void .ctor()">
40430         <size>7</size>
40431       </method>
40432       <method name="Void set_Spec(System.String)">
40433         <size>1</size>
40434       </method>
40435     </type>
40436     <type name="CC">
40437       <method name="Void .ctor()">
40438         <size>7</size>
40439       </method>
40440     </type>
40441   </test>
40442   <test name="test-567.cs">
40443     <type name="preservesig_test.Class1">
40444       <method name="Void .ctor()">
40445         <size>7</size>
40446       </method>
40447       <method name="Int32 Main(System.String[])">
40448         <size>143</size>
40449       </method>
40450     </type>
40451     <type name="preservesig_test.TestClass">
40452       <method name="Void .ctor()">
40453         <size>7</size>
40454       </method>
40455       <method name="Void add_e(preservesig_test.TestClass+D)">
40456         <size>47</size>
40457       </method>
40458       <method name="Void remove_e(preservesig_test.TestClass+D)">
40459         <size>47</size>
40460       </method>
40461       <method name="Int32 DoFoo()">
40462         <size>2</size>
40463       </method>
40464       <method name="Int32 get_Foo()">
40465         <size>2</size>
40466       </method>
40467     </type>
40468     <type name="preservesig_test.TestClass+D">
40469       <method name="Void .ctor(Object, IntPtr)">
40470         <size>0</size>
40471       </method>
40472       <method name="Void Invoke()">
40473         <size>0</size>
40474       </method>
40475       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40476         <size>0</size>
40477       </method>
40478       <method name="Void EndInvoke(IAsyncResult)">
40479         <size>0</size>
40480       </method>
40481     </type>
40482   </test>
40483   <test name="test-568.cs">
40484     <type name="B">
40485       <method name="Void .ctor()">
40486         <size>7</size>
40487       </method>
40488       <method name="Void Main()">
40489         <size>1</size>
40490       </method>
40491     </type>
40492   </test>
40493   <test name="test-569.cs">
40494     <type name="MyAttribute">
40495       <method name="Void .ctor()">
40496         <size>7</size>
40497       </method>
40498     </type>
40499     <type name="SubAttribute">
40500       <method name="Void .ctor()">
40501         <size>7</size>
40502       </method>
40503     </type>
40504     <type name="test">
40505       <method name="Void .ctor()">
40506         <size>7</size>
40507       </method>
40508       <method name="Void method()">
40509         <size>1</size>
40510       </method>
40511       <method name="Void Main()">
40512         <size>1</size>
40513       </method>
40514     </type>
40515   </test>
40516   <test name="test-57.cs">
40517     <type name="Button">
40518       <method name="Void .ctor()">
40519         <size>7</size>
40520       </method>
40521       <method name="Void add_Click(EventHandler)">
40522         <size>24</size>
40523       </method>
40524       <method name="Void remove_Click(EventHandler)">
40525         <size>24</size>
40526       </method>
40527       <method name="Void OnClick(Int32, Int32)">
40528         <size>36</size>
40529       </method>
40530       <method name="Void Reset()">
40531         <size>8</size>
40532       </method>
40533     </type>
40534     <type name="Blah">
40535       <method name="Void .ctor()">
40536         <size>18</size>
40537       </method>
40538       <method name="Void Connect()">
40539         <size>59</size>
40540       </method>
40541       <method name="Void Button1_Click(Int32, Int32)">
40542         <size>34</size>
40543       </method>
40544       <method name="Void Foo_Click(Int32, Int32)">
40545         <size>34</size>
40546       </method>
40547       <method name="Void Disconnect()">
40548         <size>34</size>
40549       </method>
40550       <method name="Int32 Main()">
40551         <size>66</size>
40552       </method>
40553     </type>
40554     <type name="EventHandler">
40555       <method name="Void .ctor(Object, IntPtr)">
40556         <size>0</size>
40557       </method>
40558       <method name="Void Invoke(Int32, Int32)">
40559         <size>0</size>
40560       </method>
40561       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
40562         <size>0</size>
40563       </method>
40564       <method name="Void EndInvoke(IAsyncResult)">
40565         <size>0</size>
40566       </method>
40567     </type>
40568   </test>
40569   <test name="test-570.cs">
40570     <type name="Bar">
40571       <method name="Void .ctor()">
40572         <size>7</size>
40573       </method>
40574     </type>
40575     <type name="Program">
40576       <method name="Void .ctor()">
40577         <size>7</size>
40578       </method>
40579       <method name="Void Main()">
40580         <size>47</size>
40581       </method>
40582     </type>
40583   </test>
40584   <test name="test-571.cs">
40585     <type name="Test">
40586       <method name="Void .ctor()">
40587         <size>7</size>
40588       </method>
40589       <method name="Void Main()">
40590         <size>1</size>
40591       </method>
40592     </type>
40593   </test>
40594   <test name="test-572.cs">
40595     <type name="C">
40596       <method name="Void .ctor()">
40597         <size>7</size>
40598       </method>
40599       <method name="Color get_Color()">
40600         <size>10</size>
40601       </method>
40602       <method name="Void ResetCustomColors()">
40603         <size>16</size>
40604       </method>
40605       <method name="Void Main()">
40606         <size>1</size>
40607       </method>
40608     </type>
40609     <type name="Color">
40610       <method name="Color From(Int32)">
40611         <size>10</size>
40612       </method>
40613       <method name="Int32 ToArgb()">
40614         <size>2</size>
40615       </method>
40616     </type>
40617   </test>
40618   <test name="test-573.cs">
40619     <type name="C">
40620       <method name="Void .ctor()">
40621         <size>7</size>
40622       </method>
40623       <method name="Void .cctor()">
40624         <size>11</size>
40625       </method>
40626       <method name="Void Main()">
40627         <size>25</size>
40628       </method>
40629     </type>
40630   </test>
40631   <test name="test-574.cs">
40632     <type name="X">
40633       <method name="Void .ctor()">
40634         <size>7</size>
40635       </method>
40636       <method name="Int32 Main()">
40637         <size>31</size>
40638       </method>
40639     </type>
40640   </test>
40641   <test name="test-575.cs">
40642     <type name="Program">
40643       <method name="Void .ctor()">
40644         <size>7</size>
40645       </method>
40646       <method name="Void Main(System.String[])">
40647         <size>25</size>
40648       </method>
40649     </type>
40650   </test>
40651   <test name="test-576.cs">
40652     <type name="Foo">
40653       <method name="Void .ctor()">
40654         <size>7</size>
40655       </method>
40656       <method name="Void Main()">
40657         <size>24</size>
40658       </method>
40659     </type>
40660   </test>
40661   <test name="test-577.cs">
40662     <type name="C">
40663       <method name="Void IA.add_e_a(System.EventHandler)">
40664         <size>1</size>
40665       </method>
40666       <method name="Void IA.remove_e_a(System.EventHandler)">
40667         <size>1</size>
40668       </method>
40669       <method name="Void IA.add_e_b(System.EventHandler)">
40670         <size>1</size>
40671       </method>
40672       <method name="Void IA.remove_e_b(System.EventHandler)">
40673         <size>1</size>
40674       </method>
40675       <method name="Void Main()">
40676         <size>1</size>
40677       </method>
40678       <method name="Void .ctor()">
40679         <size>7</size>
40680       </method>
40681     </type>
40682   </test>
40683   <test name="test-578.cs">
40684     <type name="Test1.TestItem1">
40685       <method name="Void .ctor()">
40686         <size>7</size>
40687       </method>
40688       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
40689         <size>34</size>
40690       </method>
40691       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
40692         <size>34</size>
40693       </method>
40694       <method name="Int32 Test()">
40695         <size>12</size>
40696       </method>
40697     </type>
40698     <type name="Test1.TestItem2">
40699       <method name="Void .ctor()">
40700         <size>7</size>
40701       </method>
40702       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
40703         <size>18</size>
40704       </method>
40705       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
40706         <size>18</size>
40707       </method>
40708     </type>
40709     <type name="Test1.CC">
40710       <method name="Void .ctor()">
40711         <size>7</size>
40712       </method>
40713       <method name="Int32 Main()">
40714         <size>57</size>
40715       </method>
40716     </type>
40717     <type name="Test1.TestDelegate1">
40718       <method name="Void .ctor(Object, IntPtr)">
40719         <size>0</size>
40720       </method>
40721       <method name="Int32 Invoke()">
40722         <size>0</size>
40723       </method>
40724       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40725         <size>0</size>
40726       </method>
40727       <method name="Int32 EndInvoke(IAsyncResult)">
40728         <size>0</size>
40729       </method>
40730     </type>
40731     <type name="Test1.CC">
40732       <method name="Int32 &lt;Main&gt;m__0()">
40733         <size>2</size>
40734       </method>
40735     </type>
40736   </test>
40737   <test name="test-579.cs">
40738     <type name="TestCase">
40739       <method name="Int32 Main()">
40740         <size>32</size>
40741       </method>
40742       <method name="Void .ctor()">
40743         <size>7</size>
40744       </method>
40745     </type>
40746   </test>
40747   <test name="test-58.cs">
40748     <type name="Blah">
40749       <method name="Void .ctor()">
40750         <size>7</size>
40751       </method>
40752       <method name="Int32 Main()">
40753         <size>27</size>
40754       </method>
40755     </type>
40756   </test>
40757   <test name="test-580.cs">
40758     <type name="Bla">
40759       <method name="Void .ctor()">
40760         <size>7</size>
40761       </method>
40762       <method name="Void BuildNode(System.String ByRef)">
40763         <size>43</size>
40764       </method>
40765       <method name="Void BuildNode(System.String[] ByRef)">
40766         <size>58</size>
40767       </method>
40768       <method name="Void BuildNode_B(System.Object ByRef)">
40769         <size>18</size>
40770       </method>
40771       <method name="System.String BuildNode_C(System.String ByRef)">
40772         <size>80</size>
40773       </method>
40774       <method name="System.String BuildNode_D()">
40775         <size>160</size>
40776       </method>
40777       <method name="Void BuildNode_E(System.String[,] ByRef)">
40778         <size>83</size>
40779       </method>
40780       <method name="Int32 Main()">
40781         <size>290</size>
40782       </method>
40783       <method name="Boolean Test_Object()">
40784         <size>160</size>
40785       </method>
40786       <method name="Boolean Test_Decimal()">
40787         <size>128</size>
40788       </method>
40789     </type>
40790   </test>
40791   <test name="test-581.cs">
40792     <type name="TestParams">
40793       <method name="Void .ctor()">
40794         <size>7</size>
40795       </method>
40796       <method name="System.Object get_Item(System.String[])">
40797         <size>4</size>
40798       </method>
40799       <method name="Void set_Item(System.String[], System.Object)">
40800         <size>40</size>
40801       </method>
40802       <method name="Void TestMethod()">
40803         <size>179</size>
40804       </method>
40805     </type>
40806     <type name="TestNonParams">
40807       <method name="Void .ctor()">
40808         <size>7</size>
40809       </method>
40810       <method name="System.Object get_Item(System.String)">
40811         <size>2</size>
40812       </method>
40813       <method name="Void set_Item(System.String, System.Object)">
40814         <size>40</size>
40815       </method>
40816       <method name="Void TestMethod()">
40817         <size>73</size>
40818       </method>
40819     </type>
40820     <type name="M">
40821       <method name="Void .ctor()">
40822         <size>7</size>
40823       </method>
40824       <method name="Int32 Main()">
40825         <size>22</size>
40826       </method>
40827     </type>
40828   </test>
40829   <test name="test-582.cs">
40830     <type name="TrueClass">
40831       <method name="Void Main()">
40832         <size>1</size>
40833       </method>
40834     </type>
40835   </test>
40836   <test name="test-583.cs">
40837     <type name="Program">
40838       <method name="Void .ctor()">
40839         <size>7</size>
40840       </method>
40841       <method name="Int32 Main()">
40842         <size>19</size>
40843       </method>
40844     </type>
40845     <type name="ObjectContainerBase">
40846       <method name="Void .ctor()">
40847         <size>7</size>
40848       </method>
40849     </type>
40850   </test>
40851   <test name="test-584.cs">
40852     <type name="Style">
40853       <method name="Void .ctor()">
40854         <size>7</size>
40855       </method>
40856       <method name="Style get_CurrentStyle()">
40857         <size>2</size>
40858       </method>
40859       <method name="Void set_CurrentStyle(Style)">
40860         <size>1</size>
40861       </method>
40862       <method name="Boolean LoadCurrentStyle()">
40863         <size>20</size>
40864       </method>
40865       <method name="Style Load()">
40866         <size>2</size>
40867       </method>
40868       <method name="Int32 Main()">
40869         <size>18</size>
40870       </method>
40871     </type>
40872   </test>
40873   <test name="test-585.cs">
40874     <type name="A">
40875       <method name="Void .ctor()">
40876         <size>7</size>
40877       </method>
40878     </type>
40879     <type name="B">
40880       <method name="Void .ctor()">
40881         <size>7</size>
40882       </method>
40883     </type>
40884     <type name="X">
40885       <method name="Void .ctor()">
40886         <size>7</size>
40887       </method>
40888     </type>
40889     <type name="Program">
40890       <method name="Void .ctor()">
40891         <size>7</size>
40892       </method>
40893       <method name="Void Main()">
40894         <size>52</size>
40895       </method>
40896     </type>
40897   </test>
40898   <test name="test-586.cs">
40899     <type name="Program">
40900       <method name="Void .ctor()">
40901         <size>7</size>
40902       </method>
40903       <method name="Int32 Main()">
40904         <size>99</size>
40905       </method>
40906     </type>
40907     <type name="Program+MyColor">
40908       <method name="Void .ctor(Single)">
40909         <size>8</size>
40910       </method>
40911       <method name="Single get_Value()">
40912         <size>7</size>
40913       </method>
40914       <method name="MyColor op_Addition(MyColor, MyColor)">
40915         <size>21</size>
40916       </method>
40917     </type>
40918   </test>
40919   <test name="test-587.cs">
40920     <type name="Program">
40921       <method name="Void .ctor()">
40922         <size>7</size>
40923       </method>
40924       <method name="Int32 Main()">
40925         <size>17</size>
40926       </method>
40927     </type>
40928   </test>
40929   <test name="test-588.cs">
40930     <type name="TestNamespace.TestClass">
40931       <method name="Void .ctor()">
40932         <size>7</size>
40933       </method>
40934       <method name="Void HelloWorld()">
40935         <size>1</size>
40936       </method>
40937     </type>
40938     <type name="SuperClass">
40939       <method name="Void .ctor()">
40940         <size>7</size>
40941       </method>
40942       <method name="TestNamespace.TestClass get_TestClass()">
40943         <size>7</size>
40944       </method>
40945     </type>
40946     <type name="SubClass">
40947       <method name="Void .ctor()">
40948         <size>12</size>
40949       </method>
40950     </type>
40951     <type name="App">
40952       <method name="Void .ctor()">
40953         <size>7</size>
40954       </method>
40955       <method name="Void Main()">
40956         <size>7</size>
40957       </method>
40958     </type>
40959   </test>
40960   <test name="test-589.cs">
40961     <type name="TestNamespace.TestClass">
40962       <method name="Void .ctor()">
40963         <size>7</size>
40964       </method>
40965       <method name="Void HelloWorld()">
40966         <size>1</size>
40967       </method>
40968     </type>
40969     <type name="SuperClass">
40970       <method name="Void .ctor()">
40971         <size>7</size>
40972       </method>
40973       <method name="TestNamespace.TestClass get_TestClass()">
40974         <size>7</size>
40975       </method>
40976       <method name="Void set_TestClass(TestNamespace.TestClass)">
40977         <size>1</size>
40978       </method>
40979     </type>
40980     <type name="SubClass">
40981       <method name="Void .ctor()">
40982         <size>12</size>
40983       </method>
40984     </type>
40985     <type name="App">
40986       <method name="Void .ctor()">
40987         <size>7</size>
40988       </method>
40989       <method name="Void Main()">
40990         <size>7</size>
40991       </method>
40992     </type>
40993   </test>
40994   <test name="test-59.cs">
40995     <type name="X">
40996       <method name="Void .ctor()">
40997         <size>7</size>
40998       </method>
40999       <method name="Int32 test_explicit()">
41000         <size>224</size>
41001       </method>
41002       <method name="Int32 test_implicit()">
41003         <size>102</size>
41004       </method>
41005       <method name="Int32 Main()">
41006         <size>57</size>
41007       </method>
41008     </type>
41009   </test>
41010   <test name="test-590.cs">
41011     <type name="X">
41012       <method name="Void .ctor()">
41013         <size>18</size>
41014       </method>
41015       <method name="Int32 Main()">
41016         <size>28</size>
41017       </method>
41018       <method name="System.String Foo()">
41019         <size>6</size>
41020       </method>
41021       <method name="System.String get_Prop()">
41022         <size>7</size>
41023       </method>
41024       <method name="Void set_Prop(System.String)">
41025         <size>8</size>
41026       </method>
41027       <method name="System.String get_Item(Int32)">
41028         <size>7</size>
41029       </method>
41030       <method name="Void set_Item(Int32, System.String)">
41031         <size>8</size>
41032       </method>
41033       <method name="Int32 Do(System.String, System.String, System.String)">
41034         <size>332</size>
41035       </method>
41036     </type>
41037   </test>
41038   <test name="test-591.cs">
41039     <type name="C1">
41040       <method name="Void .ctor()">
41041         <size>7</size>
41042       </method>
41043       <method name="Void Foo(System.String)">
41044         <size>49</size>
41045       </method>
41046     </type>
41047     <type name="C2">
41048       <method name="Void .ctor()">
41049         <size>7</size>
41050       </method>
41051       <method name="Void Main()">
41052         <size>1</size>
41053       </method>
41054     </type>
41055   </test>
41056   <test name="test-592.cs">
41057     <type name="T">
41058       <method name="Void .ctor()">
41059         <size>7</size>
41060       </method>
41061       <method name="Int32 fib(Int32)">
41062         <size>53</size>
41063       </method>
41064       <method name="Int32 xx(Int32)">
41065         <size>33</size>
41066       </method>
41067       <method name="Void foo(Int32)">
41068         <size>38</size>
41069       </method>
41070       <method name="Void XXXA()">
41071         <size>6</size>
41072       </method>
41073       <method name="Void Main()">
41074         <size>1</size>
41075       </method>
41076     </type>
41077   </test>
41078   <test name="test-593.cs">
41079     <type name="MainClass">
41080       <method name="Void .ctor()">
41081         <size>7</size>
41082       </method>
41083       <method name="Void Foo(I)">
41084         <size>7</size>
41085       </method>
41086       <method name="Void Main()">
41087         <size>1</size>
41088       </method>
41089     </type>
41090   </test>
41091   <test name="test-594.cs">
41092     <type name="Test">
41093       <method name="Void .ctor()">
41094         <size>7</size>
41095       </method>
41096       <method name="Int32 Main()">
41097         <size>84</size>
41098       </method>
41099     </type>
41100   </test>
41101   <test name="test-595.cs">
41102     <type name="AttributesCollection">
41103       <method name="Void .ctor()">
41104         <size>7</size>
41105       </method>
41106       <method name="System.Object get_Item(SymbolId)">
41107         <size>2</size>
41108       </method>
41109       <method name="Void set_Item(SymbolId, System.Object)">
41110         <size>1</size>
41111       </method>
41112     </type>
41113     <type name="Program">
41114       <method name="Void .ctor()">
41115         <size>7</size>
41116       </method>
41117       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
41118         <size>18</size>
41119       </method>
41120       <method name="Void Main()">
41121         <size>23</size>
41122       </method>
41123     </type>
41124   </test>
41125   <test name="test-596.cs">
41126     <type name="C">
41127       <method name="Void .ctor()">
41128         <size>7</size>
41129       </method>
41130       <method name="Void Main()">
41131         <size>17</size>
41132       </method>
41133     </type>
41134   </test>
41135   <test name="test-597.cs">
41136     <type name="TestNS.Foo">
41137       <method name="Void .ctor()">
41138         <size>7</size>
41139       </method>
41140     </type>
41141     <type name="TestNS.XElement">
41142       <method name="Void .ctor()">
41143         <size>7</size>
41144       </method>
41145       <method name="TestNS.Bar get_Document()">
41146         <size>2</size>
41147       </method>
41148       <method name="System.Object get_CrashHere()">
41149         <size>29</size>
41150       </method>
41151     </type>
41152     <type name="TestNS.Element">
41153       <method name="Void .ctor()">
41154         <size>7</size>
41155       </method>
41156       <method name="TestNS.Foo get_Document()">
41157         <size>2</size>
41158       </method>
41159     </type>
41160     <type name="TestNS.Bar">
41161       <method name="Void .ctor()">
41162         <size>7</size>
41163       </method>
41164       <method name="IHoge get_Root()">
41165         <size>2</size>
41166       </method>
41167     </type>
41168     <type name="TestNS.C">
41169       <method name="Void .ctor()">
41170         <size>7</size>
41171       </method>
41172       <method name="Void Main()">
41173         <size>1</size>
41174       </method>
41175     </type>
41176   </test>
41177   <test name="test-598.cs">
41178     <type name="Test">
41179       <method name="Void .ctor()">
41180         <size>35</size>
41181       </method>
41182       <method name="V get_v()">
41183         <size>7</size>
41184       </method>
41185       <method name="Void Main()">
41186         <size>1</size>
41187       </method>
41188     </type>
41189     <type name="V">
41190       <method name="Void set_Item(Int32, Int32)">
41191         <size>1</size>
41192       </method>
41193     </type>
41194   </test>
41195   <test name="test-599.cs">
41196     <type name="Test.String">
41197       <method name="Void .ctor(String)">
41198         <size>14</size>
41199       </method>
41200       <method name="Test.String op_Implicit(System.String)">
41201         <size>15</size>
41202       </method>
41203       <method name="System.String op_Implicit(Test.String)">
41204         <size>15</size>
41205       </method>
41206     </type>
41207     <type name="TestCompiler.MainClass">
41208       <method name="Void .ctor()">
41209         <size>7</size>
41210       </method>
41211       <method name="Int32 Main()">
41212         <size>80</size>
41213       </method>
41214     </type>
41215   </test>
41216   <test name="test-6.cs">
41217     <type name="X">
41218       <method name="Void .ctor()">
41219         <size>7</size>
41220       </method>
41221       <method name="Int32 Main()">
41222         <size>37</size>
41223       </method>
41224     </type>
41225   </test>
41226   <test name="test-60.cs">
41227     <type name="ns5.Y">
41228       <method name="Void .ctor()">
41229         <size>7</size>
41230       </method>
41231       <method name="Void Run()">
41232         <size>1</size>
41233       </method>
41234     </type>
41235     <type name="X">
41236       <method name="Void .ctor()">
41237         <size>7</size>
41238       </method>
41239       <method name="Int32 Main()">
41240         <size>14</size>
41241       </method>
41242     </type>
41243   </test>
41244   <test name="test-600.cs">
41245     <type name="Test.Regression">
41246       <method name="Void .ctor()">
41247         <size>7</size>
41248       </method>
41249       <method name="Int32 Main()">
41250         <size>90</size>
41251       </method>
41252     </type>
41253   </test>
41254   <test name="test-601.cs">
41255     <type name="C">
41256       <method name="Void .ctor()">
41257         <size>7</size>
41258       </method>
41259       <method name="Void Main()">
41260         <size>1</size>
41261       </method>
41262     </type>
41263     <type name="C+MarkerUpdatedVMDelegate">
41264       <method name="Void .ctor(Object, IntPtr)">
41265         <size>0</size>
41266       </method>
41267       <method name="Void Invoke(IntPtr, IntPtr)">
41268         <size>0</size>
41269       </method>
41270       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
41271         <size>0</size>
41272       </method>
41273       <method name="Void EndInvoke(IAsyncResult)">
41274         <size>0</size>
41275       </method>
41276     </type>
41277   </test>
41278   <test name="test-602.cs">
41279     <type name="C">
41280       <method name="Void .ctor()">
41281         <size>7</size>
41282       </method>
41283       <method name="Int32 Main()">
41284         <size>95</size>
41285       </method>
41286       <method name="Int32 Error(System.String, System.Object[])">
41287         <size>8</size>
41288       </method>
41289       <method name="Int32 Format(System.String, System.Object)">
41290         <size>2</size>
41291       </method>
41292       <method name="Int32 Format(System.String, System.Object[])">
41293         <size>2</size>
41294       </method>
41295       <method name="Int32 Format(System.String, System.Object, System.Object[])">
41296         <size>2</size>
41297       </method>
41298       <method name="Int32 Test_A(System.String)">
41299         <size>2</size>
41300       </method>
41301       <method name="Int32 Test_A(System.String, System.Object[])">
41302         <size>2</size>
41303       </method>
41304       <method name="Int32 Test_C(System.Type, System.Int32[])">
41305         <size>2</size>
41306       </method>
41307       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
41308         <size>2</size>
41309       </method>
41310     </type>
41311   </test>
41312   <test name="test-603.cs">
41313     <type name="ConsoleApplication1.Program">
41314       <method name="Void .ctor()">
41315         <size>7</size>
41316       </method>
41317       <method name="Void .cctor()">
41318         <size>1</size>
41319       </method>
41320       <method name="Int32 Main()">
41321         <size>52</size>
41322       </method>
41323     </type>
41324   </test>
41325   <test name="test-604.cs">
41326     <type name="Program">
41327       <method name="Void .ctor()">
41328         <size>7</size>
41329       </method>
41330       <method name="Int32 Main()">
41331         <size>83</size>
41332       </method>
41333     </type>
41334     <type name="Program+ImplementingExplicitInterfacesMembers">
41335       <method name="Void .ctor()">
41336         <size>7</size>
41337       </method>
41338       <method name="Void Program.Iface1.IfaceMethod1()">
41339         <size>1</size>
41340       </method>
41341       <method name="Void Program.Iface2.IfaceMethod2()">
41342         <size>1</size>
41343       </method>
41344     </type>
41345   </test>
41346   <test name="test-605.cs">
41347     <type name="TestA">
41348       <method name="Void .ctor()">
41349         <size>7</size>
41350       </method>
41351       <method name="System.String get_Method()">
41352         <size>2</size>
41353       </method>
41354     </type>
41355     <type name="TestB">
41356       <method name="Void .ctor()">
41357         <size>7</size>
41358       </method>
41359       <method name="System.String get_Method()">
41360         <size>2</size>
41361       </method>
41362       <method name="Void Main()">
41363         <size>1</size>
41364       </method>
41365     </type>
41366   </test>
41367   <test name="test-606.cs">
41368     <type name="Program">
41369       <method name="Void .ctor()">
41370         <size>7</size>
41371       </method>
41372       <method name="Int32 Main()">
41373         <size>157</size>
41374       </method>
41375     </type>
41376     <type name="Info">
41377       <method name="Void .ctor()">
41378         <size>7</size>
41379       </method>
41380       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
41381         <size>2</size>
41382       </method>
41383       <method name="Void System.Collections.IEnumerator.Reset()">
41384         <size>1</size>
41385       </method>
41386       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41387         <size>2</size>
41388       </method>
41389       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
41390         <size>2</size>
41391       </method>
41392       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
41393         <size>1</size>
41394       </method>
41395     </type>
41396   </test>
41397   <test name="test-607.cs">
41398     <type name="Program">
41399       <method name="Void .ctor()">
41400         <size>7</size>
41401       </method>
41402       <method name="Int32 Main()">
41403         <size>120</size>
41404       </method>
41405     </type>
41406   </test>
41407   <test name="test-608.cs">
41408     <type name="X">
41409       <method name="Void .ctor()">
41410         <size>7</size>
41411       </method>
41412       <method name="Void Main()">
41413         <size>60</size>
41414       </method>
41415     </type>
41416   </test>
41417   <test name="test-609.cs">
41418     <type name="Test">
41419       <method name="Void .ctor()">
41420         <size>7</size>
41421       </method>
41422       <method name="Int32 Main()">
41423         <size>36</size>
41424       </method>
41425     </type>
41426   </test>
41427   <test name="test-61.cs">
41428     <type name="X">
41429       <method name="Void .ctor()">
41430         <size>7</size>
41431       </method>
41432       <method name="Void add_XX(X+MyEvent)">
41433         <size>3</size>
41434       </method>
41435       <method name="Void remove_XX(X+MyEvent)">
41436         <size>3</size>
41437       </method>
41438       <method name="Int32 get_Property()">
41439         <size>4</size>
41440       </method>
41441       <method name="Void set_Property(Int32)">
41442         <size>3</size>
41443       </method>
41444       <method name="Int32 get_P2()">
41445         <size>2</size>
41446       </method>
41447       <method name="Void set_P3(Int32)">
41448         <size>1</size>
41449       </method>
41450       <method name="Int32 Main()">
41451         <size>2</size>
41452       </method>
41453     </type>
41454     <type name="X+MyEvent">
41455       <method name="Void .ctor(Object, IntPtr)">
41456         <size>0</size>
41457       </method>
41458       <method name="Void Invoke()">
41459         <size>0</size>
41460       </method>
41461       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41462         <size>0</size>
41463       </method>
41464       <method name="Void EndInvoke(IAsyncResult)">
41465         <size>0</size>
41466       </method>
41467     </type>
41468   </test>
41469   <test name="test-610.cs">
41470     <type name="A">
41471       <method name="Void .ctor()">
41472         <size>7</size>
41473       </method>
41474       <method name="Void Main()">
41475         <size>1</size>
41476       </method>
41477     </type>
41478     <type name="A+C">
41479       <method name="Void .ctor()">
41480         <size>7</size>
41481       </method>
41482     </type>
41483     <type name="A+C+D">
41484       <method name="Void .ctor()">
41485         <size>7</size>
41486       </method>
41487     </type>
41488     <type name="N.B">
41489       <method name="Void .ctor()">
41490         <size>7</size>
41491       </method>
41492     </type>
41493     <type name="N.B+C">
41494       <method name="Void .ctor()">
41495         <size>7</size>
41496       </method>
41497     </type>
41498     <type name="N.B+C+E">
41499       <method name="Void .ctor()">
41500         <size>7</size>
41501       </method>
41502     </type>
41503     <type name="N.B+A">
41504       <method name="Void .ctor()">
41505         <size>7</size>
41506       </method>
41507     </type>
41508     <type name="N.B+A+D">
41509       <method name="Void .ctor()">
41510         <size>7</size>
41511       </method>
41512     </type>
41513   </test>
41514   <test name="test-611.cs">
41515     <type name="T">
41516       <method name="Void .ctor()">
41517         <size>7</size>
41518       </method>
41519     </type>
41520     <type name="T+Protected">
41521       <method name="Void .ctor()">
41522         <size>7</size>
41523       </method>
41524     </type>
41525     <type name="D">
41526       <method name="Void .ctor()">
41527         <size>7</size>
41528       </method>
41529     </type>
41530     <type name="D+Private">
41531       <method name="Void .ctor()">
41532         <size>7</size>
41533       </method>
41534       <method name="Void Stuff(T+Protected)">
41535         <size>1</size>
41536       </method>
41537     </type>
41538     <type name="D2">
41539       <method name="Void .ctor()">
41540         <size>7</size>
41541       </method>
41542     </type>
41543     <type name="D2+P">
41544       <method name="Void .ctor()">
41545         <size>7</size>
41546       </method>
41547     </type>
41548     <type name="D2+P+Private">
41549       <method name="Void .ctor()">
41550         <size>7</size>
41551       </method>
41552       <method name="Void Stuff(T+Protected)">
41553         <size>1</size>
41554       </method>
41555     </type>
41556     <type name="Z">
41557       <method name="Void .ctor()">
41558         <size>7</size>
41559       </method>
41560       <method name="Void Main()">
41561         <size>1</size>
41562       </method>
41563     </type>
41564   </test>
41565   <test name="test-612.cs">
41566     <type name="Abcdefghijklmnopqrstuvwxyz">
41567       <method name="Void .ctor()">
41568         <size>7</size>
41569       </method>
41570       <method name="Void .cctor()">
41571         <size>7</size>
41572       </method>
41573     </type>
41574     <type name="OO">
41575       <method name="Void .ctor()">
41576         <size>7</size>
41577       </method>
41578       <method name="Void D()">
41579         <size>5293</size>
41580       </method>
41581     </type>
41582     <type name="Zyxwvutsrqp">
41583       <method name="Void .ctor()">
41584         <size>7</size>
41585       </method>
41586       <method name="Void .cctor()">
41587         <size>7</size>
41588       </method>
41589     </type>
41590     <type name="XXX">
41591       <method name="Void .ctor()">
41592         <size>7</size>
41593       </method>
41594       <method name="Boolean IsAltered()">
41595         <size>859</size>
41596       </method>
41597       <method name="Void Main()">
41598         <size>1</size>
41599       </method>
41600     </type>
41601   </test>
41602   <test name="test-613.cs">
41603     <type name="M">
41604       <method name="Void .ctor()">
41605         <size>7</size>
41606       </method>
41607       <method name="Boolean g()">
41608         <size>8</size>
41609       </method>
41610       <method name="Int32 Main()">
41611         <size>62</size>
41612       </method>
41613     </type>
41614   </test>
41615   <test name="test-614.cs">
41616     <type name="C">
41617       <method name="Void .ctor()">
41618         <size>7</size>
41619       </method>
41620       <method name="Void And()">
41621         <size>73</size>
41622       </method>
41623       <method name="Void Or()">
41624         <size>129</size>
41625       </method>
41626       <method name="Int32 Main()">
41627         <size>70</size>
41628       </method>
41629     </type>
41630   </test>
41631   <test name="test-615.cs">
41632     <type name="C">
41633       <method name="Void .ctor()">
41634         <size>7</size>
41635       </method>
41636       <method name="Void Main()">
41637         <size>16</size>
41638       </method>
41639     </type>
41640   </test>
41641   <test name="test-617.cs">
41642     <type name="Y">
41643       <method name="Void .ctor()">
41644         <size>7</size>
41645       </method>
41646       <method name="Void X.add_Foo(MyDelegate)">
41647         <size>1</size>
41648       </method>
41649       <method name="Void X.remove_Foo(MyDelegate)">
41650         <size>1</size>
41651       </method>
41652       <method name="Void add_Foo(MyDelegate)">
41653         <size>47</size>
41654       </method>
41655       <method name="Void remove_Foo(MyDelegate)">
41656         <size>47</size>
41657       </method>
41658       <method name="Int32 X.get_Prop()">
41659         <size>2</size>
41660       </method>
41661       <method name="Int32 Main()">
41662         <size>86</size>
41663       </method>
41664     </type>
41665     <type name="MyDelegate">
41666       <method name="Void .ctor(Object, IntPtr)">
41667         <size>0</size>
41668       </method>
41669       <method name="Int64 Invoke()">
41670         <size>0</size>
41671       </method>
41672       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41673         <size>0</size>
41674       </method>
41675       <method name="Int64 EndInvoke(IAsyncResult)">
41676         <size>0</size>
41677       </method>
41678     </type>
41679   </test>
41680   <test name="test-618.cs">
41681     <type name="C">
41682       <method name="Void .ctor()">
41683         <size>7</size>
41684       </method>
41685       <method name="Void ZeroBasedReductions()">
41686         <size>17</size>
41687       </method>
41688       <method name="Void Main()">
41689         <size>11</size>
41690       </method>
41691       <method name="Void ZeroBasedReductionsWithConversion()">
41692         <size>15</size>
41693       </method>
41694     </type>
41695   </test>
41696   <test name="test-619.cs">
41697     <type name="X">
41698       <method name="Void .ctor()">
41699         <size>7</size>
41700       </method>
41701       <method name="Void Main()">
41702         <size>11</size>
41703       </method>
41704     </type>
41705   </test>
41706   <test name="test-62.cs">
41707     <type name="X">
41708       <method name="Void .ctor()">
41709         <size>7</size>
41710       </method>
41711       <method name="X[] GetX()">
41712         <size>2</size>
41713       </method>
41714       <method name="System.Int32[] getInt()">
41715         <size>2</size>
41716       </method>
41717       <method name="System.Int32[,,] getMoreInt()">
41718         <size>2</size>
41719       </method>
41720       <method name="Int32 Main()">
41721         <size>2</size>
41722       </method>
41723     </type>
41724   </test>
41725   <test name="test-620.cs">
41726     <type name="X">
41727       <method name="Void .ctor()">
41728         <size>7</size>
41729       </method>
41730       <method name="Void A(Int32 ByRef)">
41731         <size>7</size>
41732       </method>
41733       <method name="Void B(Int32 ByRef)">
41734         <size>7</size>
41735       </method>
41736       <method name="Int32 Main()">
41737         <size>22</size>
41738       </method>
41739     </type>
41740   </test>
41741   <test name="test-621.cs">
41742     <type name="X">
41743       <method name="Void .ctor()">
41744         <size>7</size>
41745       </method>
41746       <method name="Void Main()">
41747         <size>129</size>
41748       </method>
41749     </type>
41750   </test>
41751   <test name="test-622.cs">
41752     <type name="A">
41753       <method name="Void .ctor(Int32)">
41754         <size>1</size>
41755       </method>
41756     </type>
41757     <type name="B">
41758       <method name="Void .ctor(Int32)">
41759         <size>7</size>
41760       </method>
41761     </type>
41762     <type name="X">
41763       <method name="Void .ctor()">
41764         <size>7</size>
41765       </method>
41766       <method name="Void Foo(A ByRef)">
41767         <size>8</size>
41768       </method>
41769       <method name="Void Foo(System.Object ByRef)">
41770         <size>9</size>
41771       </method>
41772       <method name="Int32 Main()">
41773         <size>16</size>
41774       </method>
41775     </type>
41776   </test>
41777   <test name="test-623.cs">
41778     <type name="X">
41779       <method name="Void .ctor()">
41780         <size>7</size>
41781       </method>
41782       <method name="Void a()">
41783         <size>0</size>
41784       </method>
41785     </type>
41786     <type name="Y">
41787       <method name="Void .ctor()">
41788         <size>7</size>
41789       </method>
41790       <method name="Void a()">
41791         <size>11</size>
41792       </method>
41793       <method name="Void Main()">
41794         <size>13</size>
41795       </method>
41796     </type>
41797   </test>
41798   <test name="test-624.cs">
41799     <type name="X">
41800       <method name="Void .ctor()">
41801         <size>7</size>
41802       </method>
41803       <method name="Int32 get_Type()">
41804         <size>2</size>
41805       </method>
41806       <method name="Void Main()">
41807         <size>3</size>
41808       </method>
41809     </type>
41810   </test>
41811   <test name="test-625.cs">
41812     <type name="Location">
41813       <method name="Void .ctor()">
41814         <size>7</size>
41815       </method>
41816       <method name="Int32 get_Null()">
41817         <size>2</size>
41818       </method>
41819     </type>
41820     <type name="X">
41821       <method name="Void .ctor()">
41822         <size>13</size>
41823       </method>
41824       <method name="Void Main()">
41825         <size>1</size>
41826       </method>
41827     </type>
41828   </test>
41829   <test name="test-626.cs">
41830     <type name="X">
41831       <method name="Void .ctor()">
41832         <size>7</size>
41833       </method>
41834       <method name="Void A()">
41835         <size>1</size>
41836       </method>
41837       <method name="Void Main()">
41838         <size>37</size>
41839       </method>
41840     </type>
41841   </test>
41842   <test name="test-627.cs">
41843     <type name="B">
41844       <method name="Void .ctor()">
41845         <size>7</size>
41846       </method>
41847       <method name="Void X.B()">
41848         <size>1</size>
41849       </method>
41850       <method name="Void A.B()">
41851         <size>1</size>
41852       </method>
41853     </type>
41854     <type name="M">
41855       <method name="Void .ctor()">
41856         <size>7</size>
41857       </method>
41858       <method name="Void N(System.Object)">
41859         <size>8</size>
41860       </method>
41861       <method name="Void Main()">
41862         <size>1</size>
41863       </method>
41864     </type>
41865   </test>
41866   <test name="test-628.cs">
41867     <type name="N1.B">
41868       <method name="Void .ctor()">
41869         <size>7</size>
41870       </method>
41871     </type>
41872     <type name="X">
41873       <method name="Void .ctor()">
41874         <size>7</size>
41875       </method>
41876     </type>
41877     <type name="X2">
41878       <method name="Void .ctor()">
41879         <size>7</size>
41880       </method>
41881     </type>
41882     <type name="Y2">
41883       <method name="Void .ctor()">
41884         <size>7</size>
41885       </method>
41886     </type>
41887     <type name="Y">
41888       <method name="Void .ctor()">
41889         <size>7</size>
41890       </method>
41891       <method name="Void Main()">
41892         <size>1</size>
41893       </method>
41894     </type>
41895   </test>
41896   <test name="test-629.cs">
41897     <type name="Foo">
41898       <method name="Void Main()">
41899         <size>1</size>
41900       </method>
41901       <method name="Void .ctor()">
41902         <size>7</size>
41903       </method>
41904     </type>
41905     <type name="Foo+Nested">
41906       <method name="Int32 get_Bar()">
41907         <size>2</size>
41908       </method>
41909     </type>
41910   </test>
41911   <test name="test-63.cs">
41912     <type name="X">
41913       <method name="Void .ctor()">
41914         <size>7</size>
41915       </method>
41916       <method name="Int32 Main()">
41917         <size>96</size>
41918       </method>
41919     </type>
41920   </test>
41921   <test name="test-630.cs">
41922     <type name="MyEx">
41923       <method name="Void .ctor()">
41924         <size>7</size>
41925       </method>
41926     </type>
41927     <type name="Ex">
41928       <method name="Void .ctor()">
41929         <size>7</size>
41930       </method>
41931       <method name="Int32 test(Int32)">
41932         <size>37</size>
41933       </method>
41934       <method name="Int32 Main()">
41935         <size>70</size>
41936       </method>
41937     </type>
41938   </test>
41939   <test name="test-631.cs">
41940     <type name="A">
41941       <method name="Void .ctor()">
41942         <size>7</size>
41943       </method>
41944       <method name="SByte op_Implicit(A)">
41945         <size>2</size>
41946       </method>
41947       <method name="Byte op_Implicit(A)">
41948         <size>2</size>
41949       </method>
41950       <method name="Int16 op_Implicit(A)">
41951         <size>2</size>
41952       </method>
41953       <method name="UInt16 op_Implicit(A)">
41954         <size>2</size>
41955       </method>
41956       <method name="Int32 op_Implicit(A)">
41957         <size>2</size>
41958       </method>
41959       <method name="UInt32 op_Implicit(A)">
41960         <size>2</size>
41961       </method>
41962       <method name="Int64 op_Implicit(A)">
41963         <size>3</size>
41964       </method>
41965       <method name="UInt64 op_Implicit(A)">
41966         <size>3</size>
41967       </method>
41968     </type>
41969     <type name="A2">
41970       <method name="Void .ctor()">
41971         <size>7</size>
41972       </method>
41973       <method name="SByte op_Implicit(A2)">
41974         <size>2</size>
41975       </method>
41976       <method name="Byte op_Implicit(A2)">
41977         <size>2</size>
41978       </method>
41979       <method name="Int16 op_Implicit(A2)">
41980         <size>2</size>
41981       </method>
41982       <method name="UInt32 op_Implicit(A2)">
41983         <size>2</size>
41984       </method>
41985       <method name="Int64 op_Implicit(A2)">
41986         <size>3</size>
41987       </method>
41988       <method name="UInt64 op_Implicit(A2)">
41989         <size>3</size>
41990       </method>
41991     </type>
41992     <type name="A3">
41993       <method name="Void .ctor()">
41994         <size>7</size>
41995       </method>
41996       <method name="SByte op_Implicit(A3)">
41997         <size>2</size>
41998       </method>
41999       <method name="UInt32 op_Implicit(A3)">
42000         <size>2</size>
42001       </method>
42002       <method name="Int64 op_Implicit(A3)">
42003         <size>3</size>
42004       </method>
42005       <method name="UInt64 op_Implicit(A3)">
42006         <size>3</size>
42007       </method>
42008     </type>
42009     <type name="A4">
42010       <method name="Void .ctor()">
42011         <size>7</size>
42012       </method>
42013       <method name="UInt32 op_Implicit(A4)">
42014         <size>2</size>
42015       </method>
42016       <method name="Int64 op_Implicit(A4)">
42017         <size>3</size>
42018       </method>
42019       <method name="UInt64 op_Implicit(A4)">
42020         <size>3</size>
42021       </method>
42022     </type>
42023     <type name="A5">
42024       <method name="Void .ctor()">
42025         <size>7</size>
42026       </method>
42027       <method name="UInt32 op_Implicit(A5)">
42028         <size>2</size>
42029       </method>
42030       <method name="Int32 op_Implicit(A5)">
42031         <size>2</size>
42032       </method>
42033     </type>
42034     <type name="A6">
42035       <method name="Void .ctor()">
42036         <size>7</size>
42037       </method>
42038       <method name="Byte op_Implicit(A6)">
42039         <size>2</size>
42040       </method>
42041     </type>
42042     <type name="MyDecimal">
42043       <method name="Void .ctor()">
42044         <size>7</size>
42045       </method>
42046       <method name="Decimal op_Implicit(MyDecimal)">
42047         <size>8</size>
42048       </method>
42049     </type>
42050     <type name="Constraint">
42051       <method name="Void .ctor()">
42052         <size>7</size>
42053       </method>
42054       <method name="Int32 Main()">
42055         <size>293</size>
42056       </method>
42057     </type>
42058   </test>
42059   <test name="test-632.cs">
42060     <type name="Bug379822">
42061       <method name="Void .ctor()">
42062         <size>7</size>
42063       </method>
42064       <method name="Void Assert(Boolean, Boolean)">
42065         <size>19</size>
42066       </method>
42067       <method name="Void TestAnd(Boolean)">
42068         <size>79</size>
42069       </method>
42070       <method name="Void TestOr(Boolean)">
42071         <size>88</size>
42072       </method>
42073       <method name="Void Test(Boolean)">
42074         <size>13</size>
42075       </method>
42076       <method name="Void Main()">
42077         <size>13</size>
42078       </method>
42079     </type>
42080   </test>
42081   <test name="test-633.cs">
42082     <type name="Test.C">
42083       <method name="Void .ctor()">
42084         <size>7</size>
42085       </method>
42086       <method name="Void Main()">
42087         <size>1</size>
42088       </method>
42089     </type>
42090   </test>
42091   <test name="test-634.cs">
42092     <type name="Test">
42093       <method name="Void .ctor()">
42094         <size>7</size>
42095       </method>
42096       <method name="Void TestFunc()">
42097         <size>2</size>
42098       </method>
42099       <method name="Void Main(System.String[])">
42100         <size>6</size>
42101       </method>
42102     </type>
42103     <type name="Test+D">
42104       <method name="Void .ctor(Object, IntPtr)">
42105         <size>0</size>
42106       </method>
42107       <method name="Void Invoke()">
42108         <size>0</size>
42109       </method>
42110       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42111         <size>0</size>
42112       </method>
42113       <method name="Void EndInvoke(IAsyncResult)">
42114         <size>0</size>
42115       </method>
42116     </type>
42117   </test>
42118   <test name="test-635.cs">
42119     <type name="ShortCircuitFold">
42120       <method name="Void .ctor()">
42121         <size>7</size>
42122       </method>
42123       <method name="Boolean get_False()">
42124         <size>14</size>
42125       </method>
42126       <method name="Boolean get_True()">
42127         <size>14</size>
42128       </method>
42129       <method name="Void a(Boolean, Boolean)">
42130         <size>19</size>
42131       </method>
42132       <method name="Void c(Int32)">
42133         <size>67</size>
42134       </method>
42135       <method name="Boolean f()">
42136         <size>11</size>
42137       </method>
42138       <method name="Void Main()">
42139         <size>167</size>
42140       </method>
42141     </type>
42142   </test>
42143   <test name="test-636.cs">
42144     <type name="Foo">
42145       <method name="Void .ctor()">
42146         <size>7</size>
42147       </method>
42148       <method name="Boolean get_False()">
42149         <size>14</size>
42150       </method>
42151       <method name="Void ping()">
42152         <size>13</size>
42153       </method>
42154       <method name="Int32 test_while(Int32)">
42155         <size>53</size>
42156       </method>
42157       <method name="Int32 test_do_while(Int32)">
42158         <size>53</size>
42159       </method>
42160       <method name="Int32 test_for(Int32)">
42161         <size>64</size>
42162       </method>
42163       <method name="Void test_for_empty()">
42164         <size>35</size>
42165       </method>
42166       <method name="Void Main()">
42167         <size>30</size>
42168       </method>
42169     </type>
42170   </test>
42171   <test name="test-637.cs">
42172     <type name="A">
42173       <method name="System.Type get_Value()">
42174         <size>7</size>
42175       </method>
42176       <method name="Void set_Value(System.Type)">
42177         <size>8</size>
42178       </method>
42179       <method name="Void .ctor()">
42180         <size>7</size>
42181       </method>
42182       <method name="Void .ctor(Object)">
42183         <size>19</size>
42184       </method>
42185     </type>
42186     <type name="TestProp">
42187       <method name="Void .ctor()">
42188         <size>7</size>
42189       </method>
42190     </type>
42191     <type name="Test">
42192       <method name="Int32 Main()">
42193         <size>106</size>
42194       </method>
42195       <method name="Void .ctor()">
42196         <size>7</size>
42197       </method>
42198     </type>
42199   </test>
42200   <test name="test-638.cs">
42201     <type name="Fail">
42202       <method name="Void .ctor()">
42203         <size>7</size>
42204       </method>
42205       <method name="Void Main()">
42206         <size>110</size>
42207       </method>
42208     </type>
42209     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
42210       <method name="Void .ctor()">
42211         <size>7</size>
42212       </method>
42213       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
42214         <size>28</size>
42215       </method>
42216     </type>
42217   </test>
42218   <test name="test-639.cs">
42219     <type name="Foo">
42220       <method name="Void .ctor()">
42221         <size>7</size>
42222       </method>
42223       <method name="System.String get_s()">
42224         <size>13</size>
42225       </method>
42226       <method name="Void set_s(System.String)">
42227         <size>34</size>
42228       </method>
42229       <method name="Void Main()">
42230         <size>67</size>
42231       </method>
42232     </type>
42233   </test>
42234   <test name="test-64.cs">
42235     <type name="Operator">
42236       <method name="Void .ctor()">
42237         <size>7</size>
42238       </method>
42239     </type>
42240     <type name="Blah">
42241       <method name="Void .ctor(Operator)">
42242         <size>7</size>
42243       </method>
42244     </type>
42245     <type name="T">
42246       <method name="Void .ctor()">
42247         <size>7</size>
42248       </method>
42249       <method name="Int32 Main()">
42250         <size>9</size>
42251       </method>
42252     </type>
42253   </test>
42254   <test name="test-640.cs">
42255     <type name="C">
42256       <method name="Void .ctor()">
42257         <size>7</size>
42258       </method>
42259       <method name="Int32 Main()">
42260         <size>100</size>
42261       </method>
42262     </type>
42263   </test>
42264   <test name="test-641.cs">
42265     <type name="Identifier">
42266       <method name="Void .ctor()">
42267         <size>7</size>
42268       </method>
42269       <method name="Int32 Main()">
42270         <size>55</size>
42271       </method>
42272       <method name="Boolean op_Equality(Identifier, Identifier)">
42273         <size>2</size>
42274       </method>
42275       <method name="Boolean op_Inequality(Identifier, Identifier)">
42276         <size>2</size>
42277       </method>
42278       <method name="Identifier op_Implicit(System.String)">
42279         <size>2</size>
42280       </method>
42281       <method name="System.String op_Implicit(Identifier)">
42282         <size>2</size>
42283       </method>
42284       <method name="Decimal op_Implicit(Identifier)">
42285         <size>7</size>
42286       </method>
42287     </type>
42288   </test>
42289   <test name="test-642.cs">
42290     <type name="C">
42291       <method name="Void .ctor()">
42292         <size>7</size>
42293       </method>
42294       <method name="Int32 Main()">
42295         <size>40</size>
42296       </method>
42297     </type>
42298   </test>
42299   <test name="test-643.cs">
42300     <type name="PointerArithmeticTest">
42301       <method name="Void .ctor()">
42302         <size>7</size>
42303       </method>
42304       <method name="Int32 Main()">
42305         <size>130</size>
42306       </method>
42307       <method name="Int32* Conversions(Int64)">
42308         <size>3</size>
42309       </method>
42310       <method name="Int32 CheckAdd(Byte*, Int32)">
42311         <size>14</size>
42312       </method>
42313       <method name="Int32 CheckSub(Int16*, Int32)">
42314         <size>16</size>
42315       </method>
42316       <method name="Int32 CheckSub2(Int16*, Int32)">
42317         <size>23</size>
42318       </method>
42319     </type>
42320   </test>
42321   <test name="test-644.cs">
42322     <type name="Program">
42323       <method name="Void .ctor()">
42324         <size>7</size>
42325       </method>
42326       <method name="System.Object M(Int32)">
42327         <size>2</size>
42328       </method>
42329       <method name="Void Test_1()">
42330         <size>59</size>
42331       </method>
42332       <method name="Boolean Test_2()">
42333         <size>24</size>
42334       </method>
42335       <method name="Boolean Test_3()">
42336         <size>24</size>
42337       </method>
42338       <method name="Boolean Test_4(Program+D)">
42339         <size>13</size>
42340       </method>
42341       <method name="Int32 Main()">
42342         <size>75</size>
42343       </method>
42344     </type>
42345     <type name="Program+D">
42346       <method name="Void .ctor(Object, IntPtr)">
42347         <size>0</size>
42348       </method>
42349       <method name="System.Object Invoke(Int32)">
42350         <size>0</size>
42351       </method>
42352       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42353         <size>0</size>
42354       </method>
42355       <method name="System.Object EndInvoke(IAsyncResult)">
42356         <size>0</size>
42357       </method>
42358     </type>
42359   </test>
42360   <test name="test-645.cs">
42361     <type name="C">
42362       <method name="Void Main()">
42363         <size>30</size>
42364       </method>
42365       <method name="Void .ctor()">
42366         <size>7</size>
42367       </method>
42368     </type>
42369   </test>
42370   <test name="test-646.cs">
42371     <type name="Program">
42372       <method name="Void .ctor()">
42373         <size>7</size>
42374       </method>
42375       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
42376         <size>7</size>
42377       </method>
42378       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
42379         <size>7</size>
42380       </method>
42381       <method name="Int32 Main()">
42382         <size>113</size>
42383       </method>
42384     </type>
42385   </test>
42386   <test name="test-647.cs">
42387     <type name="Foo">
42388       <method name="Void .ctor()">
42389         <size>7</size>
42390       </method>
42391       <method name="Void Main()">
42392         <size>28</size>
42393       </method>
42394     </type>
42395   </test>
42396   <test name="test-648.cs">
42397     <type name="ParamMismatch.TestCase">
42398       <method name="Void .ctor()">
42399         <size>7</size>
42400       </method>
42401       <method name="Void add_Culprit(System.EventHandler)">
42402         <size>1</size>
42403       </method>
42404       <method name="Void remove_Culprit(System.EventHandler)">
42405         <size>1</size>
42406       </method>
42407       <method name="Void Main()">
42408         <size>1</size>
42409       </method>
42410       <method name="Void Finalize()">
42411         <size>13</size>
42412       </method>
42413     </type>
42414   </test>
42415   <test name="test-649.cs">
42416     <type name="MainClass">
42417       <method name="Void .ctor()">
42418         <size>7</size>
42419       </method>
42420       <method name="Void Main(System.String[])">
42421         <size>609</size>
42422       </method>
42423     </type>
42424     <type name="MainClass+Decimal2">
42425       <method name="Void .ctor(Double)">
42426         <size>13</size>
42427       </method>
42428       <method name="Void .ctor(Decimal)">
42429         <size>8</size>
42430       </method>
42431       <method name="Decimal2 op_Explicit(Decimal)">
42432         <size>7</size>
42433       </method>
42434       <method name="Decimal2 op_Explicit(Double)">
42435         <size>7</size>
42436       </method>
42437       <method name="Decimal op_Implicit(Decimal2)">
42438         <size>8</size>
42439       </method>
42440     </type>
42441   </test>
42442   <test name="test-65.cs">
42443     <type name="X">
42444       <method name="Void .ctor()">
42445         <size>7</size>
42446       </method>
42447       <method name="Void receiver(S)">
42448         <size>7</size>
42449       </method>
42450       <method name="System.Object BoxS()">
42451         <size>21</size>
42452       </method>
42453       <method name="S Plain()">
42454         <size>16</size>
42455       </method>
42456       <method name="Int32 Main()">
42457         <size>98</size>
42458       </method>
42459     </type>
42460   </test>
42461   <test name="test-650.cs">
42462     <type name="App">
42463       <method name="Void .ctor()">
42464         <size>7</size>
42465       </method>
42466       <method name="Void Main()">
42467         <size>1</size>
42468       </method>
42469     </type>
42470   </test>
42471   <test name="test-651.cs">
42472     <type name="Foo">
42473       <method name="Void .ctor()">
42474         <size>7</size>
42475       </method>
42476       <method name="Void Open(IList)">
42477         <size>1</size>
42478       </method>
42479       <method name="Void Open(System.Collections.ArrayList ByRef)">
42480         <size>20</size>
42481       </method>
42482       <method name="Void Main()">
42483         <size>1</size>
42484       </method>
42485     </type>
42486   </test>
42487   <test name="test-652.cs">
42488     <type name="C">
42489       <method name="Void .ctor()">
42490         <size>7</size>
42491       </method>
42492       <method name="Int32 Main()">
42493         <size>6</size>
42494       </method>
42495       <method name="Int32 Test()">
42496         <size>27</size>
42497       </method>
42498     </type>
42499   </test>
42500   <test name="test-653.cs">
42501     <type name="C">
42502       <method name="Void .ctor()">
42503         <size>7</size>
42504       </method>
42505       <method name="Int32 Test()">
42506         <size>50</size>
42507       </method>
42508       <method name="Void Test2()">
42509         <size>32</size>
42510       </method>
42511       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
42512         <size>39</size>
42513       </method>
42514       <method name="Int32 Main()">
42515         <size>41</size>
42516       </method>
42517     </type>
42518   </test>
42519   <test name="test-654.cs">
42520     <type name="Program">
42521       <method name="Void .ctor()">
42522         <size>7</size>
42523       </method>
42524       <method name="Int32 Main()">
42525         <size>8</size>
42526       </method>
42527       <method name="Int32 Test(SByte*)">
42528         <size>33</size>
42529       </method>
42530     </type>
42531   </test>
42532   <test name="test-655.cs">
42533     <type name="D">
42534       <method name="Void .ctor()">
42535         <size>7</size>
42536       </method>
42537       <method name="Byte get_Item(Int32)">
42538         <size>7</size>
42539       </method>
42540       <method name="Void set_Item(Int32, Byte)">
42541         <size>8</size>
42542       </method>
42543       <method name="Int32 Main()">
42544         <size>69</size>
42545       </method>
42546     </type>
42547   </test>
42548   <test name="test-656.cs">
42549     <type name="Goo">
42550       <method name="Void .ctor()">
42551         <size>7</size>
42552       </method>
42553       <method name="Void Main()">
42554         <size>26</size>
42555       </method>
42556     </type>
42557   </test>
42558   <test name="test-657.cs">
42559     <type name="TestDebug.C">
42560       <method name="Void .ctor()">
42561         <size>7</size>
42562       </method>
42563       <method name="Void Method()">
42564         <size>1</size>
42565       </method>
42566     </type>
42567     <type name="TestDebug.Program">
42568       <method name="Void .ctor()">
42569         <size>7</size>
42570       </method>
42571       <method name="Void Excluded()">
42572         <size>11</size>
42573       </method>
42574       <method name="Int32 Main()">
42575         <size>7</size>
42576       </method>
42577     </type>
42578   </test>
42579   <test name="test-658.cs">
42580     <type name="A">
42581       <method name="Void .ctor()">
42582         <size>7</size>
42583       </method>
42584       <method name="Int32 get_Thread()">
42585         <size>2</size>
42586       </method>
42587     </type>
42588     <type name="Thread">
42589       <method name="Void .ctor()">
42590         <size>7</size>
42591       </method>
42592       <method name="Void Foo()">
42593         <size>1</size>
42594       </method>
42595     </type>
42596     <type name="B">
42597       <method name="Void .ctor()">
42598         <size>7</size>
42599       </method>
42600       <method name="Void Main()">
42601         <size>6</size>
42602       </method>
42603     </type>
42604   </test>
42605   <test name="test-659.cs">
42606     <type name="MySubClass">
42607       <method name="Void .ctor()">
42608         <size>7</size>
42609       </method>
42610       <method name="Int32 Main()">
42611         <size>30</size>
42612       </method>
42613       <method name="Void set_BB(Int32, Boolean)">
42614         <size>1</size>
42615       </method>
42616       <method name="Void Iface.set_AA(Int32, Boolean)">
42617         <size>9</size>
42618       </method>
42619     </type>
42620   </test>
42621   <test name="test-66.cs">
42622     <type name="Y">
42623       <method name="Void .ctor()">
42624         <size>7</size>
42625       </method>
42626     </type>
42627     <type name="X">
42628       <method name="Void .ctor()">
42629         <size>7</size>
42630       </method>
42631       <method name="Void .cctor()">
42632         <size>53</size>
42633       </method>
42634       <method name="Void FillOne()">
42635         <size>18</size>
42636       </method>
42637       <method name="Void FillSingle()">
42638         <size>39</size>
42639       </method>
42640       <method name="Void FillDouble()">
42641         <size>59</size>
42642       </method>
42643       <method name="Void FillObject()">
42644         <size>52</size>
42645       </method>
42646       <method name="Void FillDoubleObject()">
42647         <size>81</size>
42648       </method>
42649       <method name="Int32 TestSingle()">
42650         <size>47</size>
42651       </method>
42652       <method name="Int32 TestDouble()">
42653         <size>67</size>
42654       </method>
42655       <method name="Int32 TestObjectSingle()">
42656         <size>48</size>
42657       </method>
42658       <method name="Int32 TestObjectDouble()">
42659         <size>72</size>
42660       </method>
42661       <method name="Int32 Main()">
42662         <size>80</size>
42663       </method>
42664     </type>
42665   </test>
42666   <test name="test-660.cs">
42667     <type name="Test">
42668       <method name="Void .ctor()">
42669         <size>7</size>
42670       </method>
42671       <method name="Void Main()">
42672         <size>25</size>
42673       </method>
42674     </type>
42675     <type name="Status">
42676       <method name="Void .ctor(Code)">
42677         <size>8</size>
42678       </method>
42679       <method name="Status op_Implicit(Code)">
42680         <size>7</size>
42681       </method>
42682       <method name="Code op_Implicit(Status)">
42683         <size>8</size>
42684       </method>
42685     </type>
42686   </test>
42687   <test name="test-661.cs">
42688     <type name="Test">
42689       <method name="Void .ctor()">
42690         <size>7</size>
42691       </method>
42692       <method name="Void Main()">
42693         <size>1</size>
42694       </method>
42695       <method name="Void TestMethod()">
42696         <size>15</size>
42697       </method>
42698       <method name="SummaryInfo GetSummary()">
42699         <size>2</size>
42700       </method>
42701     </type>
42702   </test>
42703   <test name="test-662.cs">
42704     <type name="C">
42705       <method name="Void .ctor()">
42706         <size>7</size>
42707       </method>
42708       <method name="Void Main()">
42709         <size>1</size>
42710       </method>
42711     </type>
42712   </test>
42713   <test name="test-663.cs">
42714     <type name="A">
42715       <method name="Void .ctor()">
42716         <size>7</size>
42717       </method>
42718       <method name="Int32 op_Implicit(A)">
42719         <size>2</size>
42720       </method>
42721       <method name="Boolean op_Implicit(A)">
42722         <size>2</size>
42723       </method>
42724     </type>
42725     <type name="C">
42726       <method name="Void .ctor()">
42727         <size>7</size>
42728       </method>
42729       <method name="Void Main()">
42730         <size>17</size>
42731       </method>
42732     </type>
42733   </test>
42734   <test name="test-664.cs">
42735     <type name="C">
42736       <method name="Void .ctor()">
42737         <size>7</size>
42738       </method>
42739       <method name="Boolean Test(System.String)">
42740         <size>148</size>
42741       </method>
42742       <method name="Int32 Main()">
42743         <size>49</size>
42744       </method>
42745     </type>
42746   </test>
42747   <test name="test-665.cs">
42748     <type name="Test">
42749       <method name="Void .ctor()">
42750         <size>7</size>
42751       </method>
42752       <method name="Int32 Main()">
42753         <size>14</size>
42754       </method>
42755       <method name="Int32 Method(System.Object)">
42756         <size>2</size>
42757       </method>
42758     </type>
42759   </test>
42760   <test name="test-666.cs">
42761     <type name="C">
42762       <method name="Void .ctor()">
42763         <size>7</size>
42764       </method>
42765       <method name="Void Main()">
42766         <size>1</size>
42767       </method>
42768     </type>
42769   </test>
42770   <test name="test-667.cs">
42771     <type name="CA">
42772       <method name="Void .ctor()">
42773         <size>7</size>
42774       </method>
42775       <method name="Void IA.M()">
42776         <size>1</size>
42777       </method>
42778     </type>
42779     <type name="CC">
42780       <method name="Void .ctor()">
42781         <size>7</size>
42782       </method>
42783       <method name="Void Main()">
42784         <size>1</size>
42785       </method>
42786     </type>
42787   </test>
42788   <test name="test-668.cs">
42789     <type name="Bar">
42790       <method name="Void .ctor()">
42791         <size>7</size>
42792       </method>
42793     </type>
42794     <type name="Test">
42795       <method name="Void .ctor()">
42796         <size>7</size>
42797       </method>
42798       <method name="Void Main()">
42799         <size>7</size>
42800       </method>
42801     </type>
42802   </test>
42803   <test name="test-669.cs">
42804     <type name="Test">
42805       <method name="Void .ctor()">
42806         <size>7</size>
42807       </method>
42808       <method name="Void Main()">
42809         <size>3</size>
42810       </method>
42811     </type>
42812   </test>
42813   <test name="test-670.cs">
42814     <type name="C">
42815       <method name="Void .ctor()">
42816         <size>7</size>
42817       </method>
42818       <method name="Void Main()">
42819         <size>14</size>
42820       </method>
42821     </type>
42822   </test>
42823   <test name="test-671.cs">
42824     <type name="C">
42825       <method name="Void .ctor()">
42826         <size>7</size>
42827       </method>
42828       <method name="Int32 Main()">
42829         <size>19</size>
42830       </method>
42831       <method name="Boolean Bar(System.Object)">
42832         <size>2</size>
42833       </method>
42834     </type>
42835   </test>
42836   <test name="test-672.cs">
42837     <type name="X">
42838       <method name="Void .ctor()">
42839         <size>7</size>
42840       </method>
42841       <method name="S* get_Foo2()">
42842         <size>3</size>
42843       </method>
42844       <method name="Void Main()">
42845         <size>1</size>
42846       </method>
42847       <method name="Int32* get_Foo()">
42848         <size>3</size>
42849       </method>
42850     </type>
42851   </test>
42852   <test name="test-673.cs">
42853     <type name="Test">
42854       <method name="Void .ctor()">
42855         <size>7</size>
42856       </method>
42857       <method name="Void Foo()">
42858         <size>1</size>
42859       </method>
42860       <method name="Int32 Main()">
42861         <size>85</size>
42862       </method>
42863     </type>
42864   </test>
42865   <test name="test-674.cs">
42866     <type name="Test">
42867       <method name="Void .ctor()">
42868         <size>7</size>
42869       </method>
42870       <method name="Int32 Main()">
42871         <size>56</size>
42872       </method>
42873       <method name="Int32 &lt;Main&gt;m__0(Int32)">
42874         <size>2</size>
42875       </method>
42876     </type>
42877     <type name="Test+D">
42878       <method name="Void .ctor(Object, IntPtr)">
42879         <size>0</size>
42880       </method>
42881       <method name="Int32 Invoke(Int32)">
42882         <size>0</size>
42883       </method>
42884       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42885         <size>0</size>
42886       </method>
42887       <method name="Int32 EndInvoke(IAsyncResult)">
42888         <size>0</size>
42889       </method>
42890     </type>
42891   </test>
42892   <test name="test-675.cs">
42893     <type name="B">
42894       <method name="Void .ctor()">
42895         <size>7</size>
42896       </method>
42897       <method name="Int32 GetHashCode()">
42898         <size>2</size>
42899       </method>
42900       <method name="Boolean Equals(System.Object)">
42901         <size>2</size>
42902       </method>
42903       <method name="Boolean op_Equality(B, B)">
42904         <size>2</size>
42905       </method>
42906       <method name="Boolean op_Inequality(B, B)">
42907         <size>2</size>
42908       </method>
42909     </type>
42910     <type name="Test">
42911       <method name="Void .ctor()">
42912         <size>7</size>
42913       </method>
42914       <method name="Int32 Main()">
42915         <size>2</size>
42916       </method>
42917     </type>
42918   </test>
42919   <test name="test-676.cs">
42920     <type name="N.Item">
42921       <method name="Void .ctor()">
42922         <size>7</size>
42923       </method>
42924     </type>
42925     <type name="N.Test">
42926       <method name="Void .ctor()">
42927         <size>7</size>
42928       </method>
42929       <method name="N.Item get_Item(N.Test)">
42930         <size>2</size>
42931       </method>
42932       <method name="Void Foo(ItemSlot)">
42933         <size>27</size>
42934       </method>
42935       <method name="Int32 Main()">
42936         <size>2</size>
42937       </method>
42938     </type>
42939   </test>
42940   <test name="test-677.cs">
42941     <type name="InvokeWindow">
42942       <method name="Void .ctor()">
42943         <size>7</size>
42944       </method>
42945       <method name="Void add_E(D)">
42946         <size>47</size>
42947       </method>
42948       <method name="Void remove_E(D)">
42949         <size>47</size>
42950       </method>
42951       <method name="Void Run()">
42952         <size>12</size>
42953       </method>
42954     </type>
42955     <type name="Test">
42956       <method name="Void .ctor()">
42957         <size>7</size>
42958       </method>
42959       <method name="Int32 Main()">
42960         <size>32</size>
42961       </method>
42962       <method name="Void OnDeleteEvent()">
42963         <size>1</size>
42964       </method>
42965       <method name="Void OnDeleteEvent(Int32)">
42966         <size>1</size>
42967       </method>
42968     </type>
42969     <type name="D">
42970       <method name="Void .ctor(Object, IntPtr)">
42971         <size>0</size>
42972       </method>
42973       <method name="Void Invoke()">
42974         <size>0</size>
42975       </method>
42976       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42977         <size>0</size>
42978       </method>
42979       <method name="Void EndInvoke(IAsyncResult)">
42980         <size>0</size>
42981       </method>
42982     </type>
42983   </test>
42984   <test name="test-678.cs">
42985     <type name="NaNTest">
42986       <method name="Void .ctor(Double, Double)">
42987         <size>171</size>
42988       </method>
42989       <method name="Int32 Main()">
42990         <size>26</size>
42991       </method>
42992     </type>
42993   </test>
42994   <test name="test-68.cs">
42995     <type name="Y">
42996       <method name="Void .ctor()">
42997         <size>14</size>
42998       </method>
42999     </type>
43000     <type name="X">
43001       <method name="Void .ctor()">
43002         <size>7</size>
43003       </method>
43004       <method name="Int32 Main()">
43005         <size>147</size>
43006       </method>
43007     </type>
43008   </test>
43009   <test name="test-680.cs">
43010     <type name="AsStringProblem.MainClass">
43011       <method name="Void .ctor()">
43012         <size>7</size>
43013       </method>
43014       <method name="Void Main()">
43015         <size>94</size>
43016       </method>
43017     </type>
43018   </test>
43019   <test name="test-681.cs">
43020     <type name="Bug">
43021       <method name="Void .ctor()">
43022         <size>20</size>
43023       </method>
43024       <method name="Void Main()">
43025         <size>1</size>
43026       </method>
43027     </type>
43028     <type name="BugClass">
43029       <method name="Void .cctor()">
43030         <size>18</size>
43031       </method>
43032       <method name="Void FooImplementation(System.Void*)">
43033         <size>1</size>
43034       </method>
43035     </type>
43036     <type name="BugClass+Foo">
43037       <method name="Void .ctor(Object, IntPtr)">
43038         <size>0</size>
43039       </method>
43040       <method name="Void Invoke(System.Void*)">
43041         <size>0</size>
43042       </method>
43043       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
43044         <size>0</size>
43045       </method>
43046       <method name="Void EndInvoke(IAsyncResult)">
43047         <size>0</size>
43048       </method>
43049     </type>
43050   </test>
43051   <test name="test-682.cs">
43052     <type name="broken_cast">
43053       <method name="Void report(System.String)">
43054         <size>7</size>
43055       </method>
43056       <method name="Void conv_ovf_i(Int64, Boolean)">
43057         <size>73</size>
43058       </method>
43059       <method name="Void conv_ovf_i_un(Int64, Boolean)">
43060         <size>73</size>
43061       </method>
43062       <method name="Void conv_ovf_u(Int64, Boolean)">
43063         <size>73</size>
43064       </method>
43065       <method name="Void conv_ovf_u_un(Int64, Boolean)">
43066         <size>73</size>
43067       </method>
43068       <method name="Int32 Main()">
43069         <size>198</size>
43070       </method>
43071       <method name="Void .ctor()">
43072         <size>7</size>
43073       </method>
43074     </type>
43075   </test>
43076   <test name="test-683.cs">
43077     <type name="broken_cast">
43078       <method name="Void .ctor()">
43079         <size>7</size>
43080       </method>
43081       <method name="Int32 Main()">
43082         <size>32</size>
43083       </method>
43084     </type>
43085   </test>
43086   <test name="test-684.cs">
43087     <type name="mono_bug.Program">
43088       <method name="Void .ctor()">
43089         <size>7</size>
43090       </method>
43091       <method name="Void Main()">
43092         <size>71</size>
43093       </method>
43094       <method name="System.Double[][,] ReturnArray()">
43095         <size>62</size>
43096       </method>
43097     </type>
43098   </test>
43099   <test name="test-685.cs">
43100     <type name="C">
43101       <method name="Void .ctor()">
43102         <size>7</size>
43103       </method>
43104       <method name="Void Main()">
43105         <size>28</size>
43106       </method>
43107     </type>
43108   </test>
43109   <test name="test-686.cs">
43110     <type name="Test">
43111       <method name="Void .ctor()">
43112         <size>7</size>
43113       </method>
43114       <method name="Void Main()">
43115         <size>51</size>
43116       </method>
43117       <method name="Void Foo()">
43118         <size>148</size>
43119       </method>
43120     </type>
43121   </test>
43122   <test name="test-687.cs">
43123     <type name="XUnit">
43124       <method name="Void .ctor(Double)">
43125         <size>8</size>
43126       </method>
43127       <method name="XUnit op_Implicit(Double)">
43128         <size>10</size>
43129       </method>
43130       <method name="Double op_Implicit(XUnit)">
43131         <size>8</size>
43132       </method>
43133     </type>
43134     <type name="Unit">
43135       <method name="Void .ctor(Double)">
43136         <size>8</size>
43137       </method>
43138       <method name="Unit op_Implicit(Double)">
43139         <size>10</size>
43140       </method>
43141       <method name="Double op_Implicit(Unit)">
43142         <size>8</size>
43143       </method>
43144     </type>
43145     <type name="Test">
43146       <method name="Void .ctor()">
43147         <size>7</size>
43148       </method>
43149       <method name="Int32 Main()">
43150         <size>56</size>
43151       </method>
43152     </type>
43153   </test>
43154   <test name="test-688.cs">
43155     <type name="Test">
43156       <method name="Void .ctor()">
43157         <size>7</size>
43158       </method>
43159       <method name="Int32 Main()">
43160         <size>46</size>
43161       </method>
43162       <method name="Byte* GetFoo()">
43163         <size>7</size>
43164       </method>
43165       <method name="Byte* GetFoo2()">
43166         <size>7</size>
43167       </method>
43168     </type>
43169   </test>
43170   <test name="test-689.cs">
43171     <type name="Sample">
43172       <method name="Void Main()">
43173         <size>3</size>
43174       </method>
43175       <method name="Void Foo(Byte*, Byte*)">
43176         <size>42</size>
43177       </method>
43178     </type>
43179   </test>
43180   <test name="test-69.cs">
43181     <type name="Blah">
43182       <method name="Void .ctor()">
43183         <size>7</size>
43184       </method>
43185       <method name="Void Start_internal(IntPtr)">
43186         <size>0</size>
43187       </method>
43188       <method name="Int32 Main()">
43189         <size>2</size>
43190       </method>
43191     </type>
43192   </test>
43193   <test name="test-690.cs">
43194     <type name="Test.Test">
43195       <method name="Void .ctor()">
43196         <size>7</size>
43197       </method>
43198       <method name="Void Main()">
43199         <size>1</size>
43200       </method>
43201     </type>
43202   </test>
43203   <test name="test-691.cs">
43204     <type name="ConsoleApplication6.Program">
43205       <method name="Void .ctor()">
43206         <size>7</size>
43207       </method>
43208       <method name="Void .cctor()">
43209         <size>23</size>
43210       </method>
43211       <method name="Void Main()">
43212         <size>128</size>
43213       </method>
43214     </type>
43215   </test>
43216   <test name="test-692.cs">
43217     <type name="Test">
43218       <method name="Void .ctor()">
43219         <size>7</size>
43220       </method>
43221       <method name="Void test1(DateTime ByRef)">
43222         <size>10</size>
43223       </method>
43224       <method name="Void test2(DateTime ByRef)">
43225         <size>13</size>
43226       </method>
43227       <method name="Int32 Main()">
43228         <size>141</size>
43229       </method>
43230     </type>
43231   </test>
43232   <test name="test-693.cs">
43233     <type name="ConstTest">
43234       <method name="Void .ctor()">
43235         <size>7</size>
43236       </method>
43237       <method name="Int32 Main()">
43238         <size>32</size>
43239       </method>
43240     </type>
43241   </test>
43242   <test name="test-694.cs">
43243     <type name="Test">
43244       <method name="Void .ctor()">
43245         <size>7</size>
43246       </method>
43247       <method name="Int32 Main()">
43248         <size>2</size>
43249       </method>
43250     </type>
43251   </test>
43252   <test name="test-695.cs">
43253     <type name="Program">
43254       <method name="Int32 Main()">
43255         <size>680</size>
43256       </method>
43257       <method name="System.String get_BaseDirectory()">
43258         <size>28</size>
43259       </method>
43260       <method name="Void .ctor()">
43261         <size>7</size>
43262       </method>
43263       <method name="Void .cctor()">
43264         <size>53</size>
43265       </method>
43266     </type>
43267     <type name="&lt;PrivateImplementationDetails&gt;">
43268       <method name="Void .ctor()">
43269         <size>7</size>
43270       </method>
43271     </type>
43272   </test>
43273   <test name="test-696.cs">
43274     <type name="S">
43275       <method name="Void f(S)">
43276         <size>1</size>
43277       </method>
43278       <method name="S op_Implicit(C)">
43279         <size>2</size>
43280       </method>
43281     </type>
43282     <type name="C">
43283       <method name="Void .ctor()">
43284         <size>7</size>
43285       </method>
43286       <method name="Void Main()">
43287         <size>12</size>
43288       </method>
43289     </type>
43290   </test>
43291   <test name="test-697.cs">
43292     <type name="C">
43293       <method name="Void .ctor()">
43294         <size>7</size>
43295       </method>
43296       <method name="Void Main()">
43297         <size>1</size>
43298       </method>
43299     </type>
43300   </test>
43301   <test name="test-698.cs">
43302     <type name="test">
43303       <method name="Void .ctor()">
43304         <size>7</size>
43305       </method>
43306       <method name="Void Main()">
43307         <size>12</size>
43308       </method>
43309     </type>
43310   </test>
43311   <test name="test-699.cs">
43312     <type name="D">
43313       <method name="Void .ctor(String)">
43314         <size>25</size>
43315       </method>
43316       <method name="System.String get_message()">
43317         <size>7</size>
43318       </method>
43319       <method name="Void Main()">
43320         <size>1</size>
43321       </method>
43322     </type>
43323   </test>
43324   <test name="test-7.cs">
43325     <type name="Mine.MyBoolean">
43326       <method name="Void .ctor()">
43327         <size>7</size>
43328       </method>
43329       <method name="Boolean op_Implicit(Mine.MyBoolean)">
43330         <size>2</size>
43331       </method>
43332     </type>
43333     <type name="Mine.MyTrueFalse">
43334       <method name="Void .ctor()">
43335         <size>7</size>
43336       </method>
43337       <method name="Boolean op_True(Mine.MyTrueFalse)">
43338         <size>2</size>
43339       </method>
43340       <method name="Boolean op_False(Mine.MyTrueFalse)">
43341         <size>2</size>
43342       </method>
43343     </type>
43344     <type name="Mine.Blah">
43345       <method name="Void .ctor(Int32)">
43346         <size>14</size>
43347       </method>
43348       <method name="Int32 Main()">
43349         <size>408</size>
43350       </method>
43351       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
43352         <size>31</size>
43353       </method>
43354       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
43355         <size>22</size>
43356       </method>
43357       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
43358         <size>23</size>
43359       </method>
43360       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
43361         <size>31</size>
43362       </method>
43363       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
43364         <size>24</size>
43365       </method>
43366       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
43367         <size>24</size>
43368       </method>
43369       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
43370         <size>24</size>
43371       </method>
43372       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
43373         <size>23</size>
43374       </method>
43375       <method name="Boolean op_LogicalNot(Mine.Blah)">
43376         <size>20</size>
43377       </method>
43378       <method name="Mine.Blah op_Increment(Mine.Blah)">
43379         <size>26</size>
43380       </method>
43381       <method name="Mine.Blah op_Decrement(Mine.Blah)">
43382         <size>26</size>
43383       </method>
43384       <method name="Boolean op_True(Mine.Blah)">
43385         <size>20</size>
43386       </method>
43387       <method name="Boolean op_False(Mine.Blah)">
43388         <size>23</size>
43389       </method>
43390       <method name="Int32 op_Implicit(Mine.Blah)">
43391         <size>17</size>
43392       </method>
43393       <method name="Double op_Explicit(Mine.Blah)">
43394         <size>18</size>
43395       </method>
43396     </type>
43397   </test>
43398   <test name="test-70.cs">
43399     <type name="X">
43400       <method name="Void .ctor()">
43401         <size>7</size>
43402       </method>
43403       <method name="Int32 get_A()">
43404         <size>2</size>
43405       </method>
43406       <method name="Int32 B()">
43407         <size>2</size>
43408       </method>
43409     </type>
43410     <type name="Y">
43411       <method name="Void .ctor()">
43412         <size>7</size>
43413       </method>
43414       <method name="Int32 get_A()">
43415         <size>9</size>
43416       </method>
43417       <method name="Int32 B()">
43418         <size>9</size>
43419       </method>
43420     </type>
43421     <type name="Z">
43422       <method name="Void .ctor()">
43423         <size>7</size>
43424       </method>
43425       <method name="Int32 Main()">
43426         <size>70</size>
43427       </method>
43428     </type>
43429   </test>
43430   <test name="test-700.cs">
43431     <type name="FooAttribute">
43432       <method name="Void .ctor(String)">
43433         <size>7</size>
43434       </method>
43435     </type>
43436     <type name="Test">
43437       <method name="Void .ctor()">
43438         <size>7</size>
43439       </method>
43440     </type>
43441     <type name="Program">
43442       <method name="Void .ctor()">
43443         <size>7</size>
43444       </method>
43445       <method name="Void Main()">
43446         <size>1</size>
43447       </method>
43448     </type>
43449   </test>
43450   <test name="test-701.cs">
43451     <type name="Foo">
43452       <method name="Void .ctor()">
43453         <size>7</size>
43454       </method>
43455       <method name="UInt16 ToUint16()">
43456         <size>6</size>
43457       </method>
43458       <method name="Void Main()">
43459         <size>1</size>
43460       </method>
43461     </type>
43462   </test>
43463   <test name="test-702.cs">
43464     <type name="S">
43465       <method name="Void Main()">
43466         <size>9</size>
43467       </method>
43468       <method name="Void .ctor(Int32)">
43469         <size>8</size>
43470       </method>
43471       <method name="Void .ctor(String, Int32)">
43472         <size>15</size>
43473       </method>
43474     </type>
43475   </test>
43476   <test name="test-703.cs">
43477     <type name="A">
43478       <method name="Void .ctor()">
43479         <size>7</size>
43480       </method>
43481       <method name="Void add_Finished(System.EventHandler)">
43482         <size>0</size>
43483       </method>
43484       <method name="Void remove_Finished(System.EventHandler)">
43485         <size>0</size>
43486       </method>
43487       <method name="Void test(A)">
43488         <size>19</size>
43489       </method>
43490       <method name="Void TestA(System.Object, System.EventArgs)">
43491         <size>25</size>
43492       </method>
43493     </type>
43494     <type name="B">
43495       <method name="Void .ctor()">
43496         <size>49</size>
43497       </method>
43498       <method name="Void add_Finished(System.EventHandler)">
43499         <size>47</size>
43500       </method>
43501       <method name="Void remove_Finished(System.EventHandler)">
43502         <size>47</size>
43503       </method>
43504       <method name="Void TestB(System.Object, System.EventArgs)">
43505         <size>25</size>
43506       </method>
43507       <method name="Int32 Main()">
43508         <size>14</size>
43509       </method>
43510     </type>
43511   </test>
43512   <test name="test-705.cs">
43513     <type name="Test">
43514       <method name="Void .ctor()">
43515         <size>7</size>
43516       </method>
43517       <method name="Void .cctor()">
43518         <size>1</size>
43519       </method>
43520       <method name="Nested GetEnumerator()">
43521         <size>10</size>
43522       </method>
43523     </type>
43524     <type name="Test+Nested">
43525       <method name="Void System.IDisposable.Dispose()">
43526         <size>13</size>
43527       </method>
43528       <method name="Int32 get_Current()">
43529         <size>2</size>
43530       </method>
43531       <method name="Boolean MoveNext()">
43532         <size>2</size>
43533       </method>
43534       <method name="Void Reset()">
43535         <size>1</size>
43536       </method>
43537       <method name="Void Dispose()">
43538         <size>11</size>
43539       </method>
43540     </type>
43541     <type name="Program">
43542       <method name="Int32 Main()">
43543         <size>72</size>
43544       </method>
43545     </type>
43546   </test>
43547   <test name="test-706.cs">
43548     <type name="Test.CustomParentAttribute">
43549       <method name="Void .ctor()">
43550         <size>7</size>
43551       </method>
43552       <method name="Void DoSomething()">
43553         <size>0</size>
43554       </method>
43555     </type>
43556     <type name="Test.MyClass">
43557       <method name="Void .ctor()">
43558         <size>7</size>
43559       </method>
43560       <method name="Void Main()">
43561         <size>1</size>
43562       </method>
43563     </type>
43564     <type name="Test.MyClass+CustomChildAttribute">
43565       <method name="Void .ctor()">
43566         <size>7</size>
43567       </method>
43568       <method name="Void DoSomething()">
43569         <size>1</size>
43570       </method>
43571     </type>
43572   </test>
43573   <test name="test-707.cs">
43574     <type name="Tzap">
43575       <method name="Void .ctor()">
43576         <size>7</size>
43577       </method>
43578     </type>
43579     <type name="Tzap+Baz">
43580       <method name="Void .ctor()">
43581         <size>7</size>
43582       </method>
43583       <method name="Void Gazonk()">
43584         <size>7</size>
43585       </method>
43586       <method name="Void Main()">
43587         <size>1</size>
43588       </method>
43589     </type>
43590     <type name="Tzap+Bar">
43591       <method name="Void .ctor()">
43592         <size>7</size>
43593       </method>
43594       <method name="Void Foo()">
43595         <size>1</size>
43596       </method>
43597     </type>
43598   </test>
43599   <test name="test-708.cs">
43600     <type name="A">
43601       <method name="Void .ctor()">
43602         <size>7</size>
43603       </method>
43604       <method name="A+ADelegate Delegate2(Boolean)">
43605         <size>25</size>
43606       </method>
43607       <method name="Void Main()">
43608         <size>1</size>
43609       </method>
43610     </type>
43611     <type name="A+ADelegate">
43612       <method name="Void .ctor(Object, IntPtr)">
43613         <size>0</size>
43614       </method>
43615       <method name="A+ADelegate Invoke(Boolean)">
43616         <size>0</size>
43617       </method>
43618       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
43619         <size>0</size>
43620       </method>
43621       <method name="A+ADelegate EndInvoke(IAsyncResult)">
43622         <size>0</size>
43623       </method>
43624     </type>
43625   </test>
43626   <test name="test-709.cs">
43627     <type name="C">
43628       <method name="Void .ctor()">
43629         <size>7</size>
43630       </method>
43631       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
43632         <size>68</size>
43633       </method>
43634       <method name="Void CharCopy(Char*, Char*, Int32)">
43635         <size>33</size>
43636       </method>
43637       <method name="Int32 Main()">
43638         <size>58</size>
43639       </method>
43640     </type>
43641   </test>
43642   <test name="test-71.cs">
43643     <type name="X">
43644       <method name="Void .ctor()">
43645         <size>7</size>
43646       </method>
43647       <method name="Void Main()">
43648         <size>37</size>
43649       </method>
43650     </type>
43651     <type name="MethodSignature">
43652       <method name="Void .ctor(String, Type, Type[])">
43653         <size>22</size>
43654       </method>
43655     </type>
43656   </test>
43657   <test name="test-710.cs">
43658     <type name="Z">
43659       <method name="Void .ctor()">
43660         <size>7</size>
43661       </method>
43662     </type>
43663     <type name="C">
43664       <method name="Void .ctor()">
43665         <size>7</size>
43666       </method>
43667       <method name="Void Main()">
43668         <size>7</size>
43669       </method>
43670     </type>
43671   </test>
43672   <test name="test-711.cs">
43673     <type name="N.Test">
43674       <method name="Void .ctor()">
43675         <size>7</size>
43676       </method>
43677       <method name="Void .ctor(Int32)">
43678         <size>7</size>
43679       </method>
43680       <method name="Void Main()">
43681         <size>1</size>
43682       </method>
43683     </type>
43684   </test>
43685   <test name="test-712.cs">
43686     <type name="Hello">
43687       <method name="Void .ctor()">
43688         <size>7</size>
43689       </method>
43690       <method name="Void Main()">
43691         <size>22</size>
43692       </method>
43693     </type>
43694   </test>
43695   <test name="test-713.cs">
43696     <type name="DispBar">
43697       <method name="Void .ctor()">
43698         <size>7</size>
43699       </method>
43700       <method name="Void Dispose()">
43701         <size>11</size>
43702       </method>
43703     </type>
43704     <type name="Foo">
43705       <method name="Void .ctor()">
43706         <size>7</size>
43707       </method>
43708       <method name="IDisposable GetBar()">
43709         <size>6</size>
43710       </method>
43711     </type>
43712     <type name="Test">
43713       <method name="Void .ctor()">
43714         <size>7</size>
43715       </method>
43716       <method name="Void .cctor()">
43717         <size>11</size>
43718       </method>
43719       <method name="Boolean TryThing()">
43720         <size>46</size>
43721       </method>
43722       <method name="Void Main()">
43723         <size>7</size>
43724       </method>
43725     </type>
43726   </test>
43727   <test name="test-714.cs">
43728     <type name="Hello">
43729       <method name="Void .ctor()">
43730         <size>7</size>
43731       </method>
43732       <method name="Void IBar.Test()">
43733         <size>1</size>
43734       </method>
43735       <method name="Void Main()">
43736         <size>1</size>
43737       </method>
43738     </type>
43739   </test>
43740   <test name="test-715.cs">
43741     <type name="C">
43742       <method name="Int32 Main()">
43743         <size>2</size>
43744       </method>
43745       <method name="Void .ctor()">
43746         <size>7</size>
43747       </method>
43748     </type>
43749   </test>
43750   <test name="test-716.cs">
43751     <type name="SS">
43752       <method name="Void .cctor()">
43753         <size>8</size>
43754       </method>
43755     </type>
43756     <type name="SSS">
43757       <method name="Void .cctor()">
43758         <size>15</size>
43759       </method>
43760     </type>
43761     <type name="C">
43762       <method name="Void .ctor()">
43763         <size>7</size>
43764       </method>
43765     </type>
43766     <type name="CC">
43767       <method name="Void .ctor()">
43768         <size>7</size>
43769       </method>
43770       <method name="Void .cctor()">
43771         <size>8</size>
43772       </method>
43773     </type>
43774     <type name="CCC">
43775       <method name="Void .ctor()">
43776         <size>7</size>
43777       </method>
43778       <method name="Void .cctor()">
43779         <size>11</size>
43780       </method>
43781     </type>
43782     <type name="X">
43783       <method name="Void .ctor()">
43784         <size>7</size>
43785       </method>
43786       <method name="Int32 Main()">
43787         <size>192</size>
43788       </method>
43789     </type>
43790   </test>
43791   <test name="test-717.cs">
43792     <type name="AA">
43793       <method name="Void .ctor()">
43794         <size>7</size>
43795       </method>
43796       <method name="Int32 Foo(Int32)">
43797         <size>2</size>
43798       </method>
43799     </type>
43800     <type name="A">
43801       <method name="Void .ctor()">
43802         <size>7</size>
43803       </method>
43804       <method name="Int32 Foo(Byte)">
43805         <size>2</size>
43806       </method>
43807       <method name="Int32 Foo(Int32)">
43808         <size>2</size>
43809       </method>
43810     </type>
43811     <type name="B">
43812       <method name="Void .ctor()">
43813         <size>7</size>
43814       </method>
43815       <method name="Int32 Foo(Int32)">
43816         <size>2</size>
43817       </method>
43818       <method name="Void Foo(System.String)">
43819         <size>1</size>
43820       </method>
43821     </type>
43822     <type name="S">
43823       <method name="System.String ToString()">
43824         <size>6</size>
43825       </method>
43826     </type>
43827     <type name="MyClass">
43828       <method name="Void .ctor()">
43829         <size>7</size>
43830       </method>
43831       <method name="Int32 Main()">
43832         <size>67</size>
43833       </method>
43834     </type>
43835   </test>
43836   <test name="test-718.cs">
43837     <type name="A">
43838       <method name="Void .ctor()">
43839         <size>7</size>
43840       </method>
43841       <method name="Void Foo(Int32, Int32)">
43842         <size>1</size>
43843       </method>
43844     </type>
43845     <type name="B">
43846       <method name="Void .ctor()">
43847         <size>7</size>
43848       </method>
43849       <method name="Void Main()">
43850         <size>8</size>
43851       </method>
43852       <method name="Void Foo(Int32)">
43853         <size>1</size>
43854       </method>
43855     </type>
43856   </test>
43857   <test name="test-719.cs">
43858     <type name="C">
43859       <method name="Void .ctor()">
43860         <size>7</size>
43861       </method>
43862       <method name="Void Main()">
43863         <size>1</size>
43864       </method>
43865     </type>
43866   </test>
43867   <test name="test-72.cs">
43868     <type name="outer">
43869       <method name="Void .ctor()">
43870         <size>7</size>
43871       </method>
43872       <method name="Int32 Main()">
43873         <size>2</size>
43874       </method>
43875     </type>
43876     <type name="outer+inner">
43877       <method name="Void .ctor()">
43878         <size>7</size>
43879       </method>
43880       <method name="Void meth(System.Object)">
43881         <size>8</size>
43882       </method>
43883     </type>
43884   </test>
43885   <test name="test-720.cs">
43886     <type name="N.Program">
43887       <method name="Void .ctor()">
43888         <size>7</size>
43889       </method>
43890       <method name="Void Main()">
43891         <size>18</size>
43892       </method>
43893     </type>
43894     <type name="N.Parent">
43895       <method name="Void .ctor()">
43896         <size>7</size>
43897       </method>
43898       <method name="Void add_Example(N.Parent+ExampleHandler)">
43899         <size>0</size>
43900       </method>
43901       <method name="Void remove_Example(N.Parent+ExampleHandler)">
43902         <size>0</size>
43903       </method>
43904     </type>
43905     <type name="N.Child">
43906       <method name="Void .ctor()">
43907         <size>7</size>
43908       </method>
43909       <method name="Void add_Example(N.Parent+ExampleHandler)">
43910         <size>47</size>
43911       </method>
43912       <method name="Void remove_Example(N.Parent+ExampleHandler)">
43913         <size>47</size>
43914       </method>
43915       <method name="Void OnExample()">
43916         <size>23</size>
43917       </method>
43918     </type>
43919     <type name="N.Parent+ExampleHandler">
43920       <method name="Void .ctor(Object, IntPtr)">
43921         <size>0</size>
43922       </method>
43923       <method name="Void Invoke()">
43924         <size>0</size>
43925       </method>
43926       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43927         <size>0</size>
43928       </method>
43929       <method name="Void EndInvoke(IAsyncResult)">
43930         <size>0</size>
43931       </method>
43932     </type>
43933   </test>
43934   <test name="test-721.cs">
43935     <type name="Program">
43936       <method name="Void .ctor()">
43937         <size>7</size>
43938       </method>
43939       <method name="Int32 Main()">
43940         <size>55</size>
43941       </method>
43942     </type>
43943     <type name="Control">
43944       <method name="Void .ctor()">
43945         <size>7</size>
43946       </method>
43947       <method name="Void set_Foo(Int32)">
43948         <size>1</size>
43949       </method>
43950     </type>
43951   </test>
43952   <test name="test-722.cs">
43953     <type name="S">
43954       <method name="Void set_Prop(Int32)">
43955         <size>8</size>
43956       </method>
43957       <method name="Void M[T](T)">
43958         <size>18</size>
43959       </method>
43960       <method name="Void Main()">
43961         <size>60</size>
43962       </method>
43963       <method name="Void .ctor(Int32)">
43964         <size>8</size>
43965       </method>
43966     </type>
43967   </test>
43968   <test name="test-723.cs">
43969     <type name="Test">
43970       <method name="Void .ctor()">
43971         <size>7</size>
43972       </method>
43973       <method name="Int32 get_Count()">
43974         <size>2</size>
43975       </method>
43976     </type>
43977     <type name="Maine">
43978       <method name="Int32 Main()">
43979         <size>21</size>
43980       </method>
43981     </type>
43982   </test>
43983   <test name="test-724.cs">
43984     <type name="Test">
43985       <method name="Void .ctor()">
43986         <size>7</size>
43987       </method>
43988       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
43989         <size>29</size>
43990       </method>
43991       <method name="Int32 Main()">
43992         <size>110</size>
43993       </method>
43994     </type>
43995     <type name="Concrete">
43996       <method name="Void .ctor()">
43997         <size>7</size>
43998       </method>
43999       <method name="System.String A.get_Spec()">
44000         <size>6</size>
44001       </method>
44002       <method name="System.String B.get_Spec()">
44003         <size>6</size>
44004       </method>
44005       <method name="System.String get_Spec()">
44006         <size>6</size>
44007       </method>
44008     </type>
44009   </test>
44010   <test name="test-725.cs">
44011     <type name="D">
44012       <method name="Int32 Invoke(Int32 ByRef)">
44013         <size>0</size>
44014       </method>
44015       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
44016         <size>0</size>
44017       </method>
44018       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
44019         <size>0</size>
44020       </method>
44021       <method name="Void .ctor(Object, IntPtr)">
44022         <size>0</size>
44023       </method>
44024     </type>
44025     <type name="B">
44026       <method name="Int32 Main()">
44027         <size>237</size>
44028       </method>
44029       <method name="Void .ctor()">
44030         <size>7</size>
44031       </method>
44032     </type>
44033   </test>
44034   <test name="test-726.cs">
44035     <type name="CS0102">
44036       <method name="System.Object IFoo.Clone()">
44037         <size>2</size>
44038       </method>
44039       <method name="Void Main()">
44040         <size>1</size>
44041       </method>
44042       <method name="Void .ctor()">
44043         <size>7</size>
44044       </method>
44045     </type>
44046     <type name="CS0102+Clone">
44047       <method name="Void .ctor()">
44048         <size>7</size>
44049       </method>
44050     </type>
44051   </test>
44052   <test name="test-727.cs">
44053     <type name="IDisposableTest.MainClass">
44054       <method name="Int32 Main()">
44055         <size>113</size>
44056       </method>
44057       <method name="Void .ctor()">
44058         <size>7</size>
44059       </method>
44060     </type>
44061     <type name="IDisposableTest.Foo">
44062       <method name="Void Dispose()">
44063         <size>32</size>
44064       </method>
44065       <method name="Void .ctor()">
44066         <size>57</size>
44067       </method>
44068       <method name="Void .cctor()">
44069         <size>1</size>
44070       </method>
44071     </type>
44072   </test>
44073   <test name="test-728.cs">
44074     <type name="Tests">
44075       <method name="Int32 Main()">
44076         <size>25</size>
44077       </method>
44078       <method name="Void .ctor()">
44079         <size>7</size>
44080       </method>
44081     </type>
44082   </test>
44083   <test name="test-729.cs">
44084     <type name="Primes.MainClass">
44085       <method name="Int32 Main()">
44086         <size>136</size>
44087       </method>
44088       <method name="Void .ctor()">
44089         <size>7</size>
44090       </method>
44091     </type>
44092   </test>
44093   <test name="test-73.cs">
44094     <type name="Abstract">
44095       <method name="Void .ctor()">
44096         <size>7</size>
44097       </method>
44098       <method name="Int32 A()">
44099         <size>0</size>
44100       </method>
44101     </type>
44102     <type name="Concrete">
44103       <method name="Void .ctor()">
44104         <size>7</size>
44105       </method>
44106       <method name="Int32 A()">
44107         <size>2</size>
44108       </method>
44109     </type>
44110     <type name="Test">
44111       <method name="Void .ctor()">
44112         <size>7</size>
44113       </method>
44114       <method name="Int32 Main()">
44115         <size>22</size>
44116       </method>
44117     </type>
44118   </test>
44119   <test name="test-730.cs">
44120     <type name="Demo">
44121       <method name="Void Test(System.Object)">
44122         <size>1</size>
44123       </method>
44124       <method name="Int32 Test(Int32)">
44125         <size>2</size>
44126       </method>
44127       <method name="Int32 GetPhones()">
44128         <size>22</size>
44129       </method>
44130       <method name="Int32 Main()">
44131         <size>23</size>
44132       </method>
44133       <method name="Void .ctor()">
44134         <size>7</size>
44135       </method>
44136     </type>
44137     <type name="Demo+D">
44138       <method name="Int32 Invoke(Int32)">
44139         <size>0</size>
44140       </method>
44141       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
44142         <size>0</size>
44143       </method>
44144       <method name="Int32 EndInvoke(IAsyncResult)">
44145         <size>0</size>
44146       </method>
44147       <method name="Void .ctor(Object, IntPtr)">
44148         <size>0</size>
44149       </method>
44150     </type>
44151   </test>
44152   <test name="test-731.cs">
44153     <type name="C">
44154       <method name="Int32 Main()">
44155         <size>34</size>
44156       </method>
44157       <method name="Void .ctor()">
44158         <size>7</size>
44159       </method>
44160     </type>
44161     <type name="&lt;PrivateImplementationDetails&gt;">
44162       <method name="Void .ctor()">
44163         <size>7</size>
44164       </method>
44165     </type>
44166   </test>
44167   <test name="test-732.cs">
44168     <type name="C">
44169       <method name="Int32 op_Implicit(C, Boolean)">
44170         <size>2</size>
44171       </method>
44172       <method name="Int32 Main()">
44173         <size>22</size>
44174       </method>
44175       <method name="Int32 op_Explicit(C)">
44176         <size>2</size>
44177       </method>
44178       <method name="Void .ctor()">
44179         <size>7</size>
44180       </method>
44181     </type>
44182   </test>
44183   <test name="test-733.cs">
44184     <type name="Test">
44185       <method name="Int32 Main()">
44186         <size>88</size>
44187       </method>
44188       <method name="Void .ctor()">
44189         <size>7</size>
44190       </method>
44191     </type>
44192   </test>
44193   <test name="test-734.cs">
44194     <type name="M">
44195       <method name="Void Run()">
44196         <size>23</size>
44197       </method>
44198       <method name="Int32 Main()">
44199         <size>72</size>
44200       </method>
44201       <method name="Void .ctor()">
44202         <size>7</size>
44203       </method>
44204     </type>
44205   </test>
44206   <test name="test-735.cs">
44207     <type name="B">
44208       <method name="Void .ctor()">
44209         <size>7</size>
44210       </method>
44211     </type>
44212     <type name="B+C">
44213       <method name="Void Main()">
44214         <size>1</size>
44215       </method>
44216       <method name="Void .ctor()">
44217         <size>7</size>
44218       </method>
44219     </type>
44220     <type name="B+C+X">
44221       <method name="Void .ctor()">
44222         <size>7</size>
44223       </method>
44224     </type>
44225     <type name="B+D">
44226       <method name="Void .ctor()">
44227         <size>7</size>
44228       </method>
44229     </type>
44230   </test>
44231   <test name="test-736.cs">
44232     <type name="TestGeneric`1[T]">
44233       <method name="Void add_Event(System.EventHandler)">
44234         <size>47</size>
44235       </method>
44236       <method name="Void remove_Event(System.EventHandler)">
44237         <size>47</size>
44238       </method>
44239       <method name="Void Raise()">
44240         <size>18</size>
44241       </method>
44242       <method name="Void .ctor()">
44243         <size>7</size>
44244       </method>
44245     </type>
44246     <type name="TestGeneric2`1[T]">
44247       <method name="Void add_Event(TestGeneric2`1+GenericHandler[T])">
44248         <size>47</size>
44249       </method>
44250       <method name="Void remove_Event(TestGeneric2`1+GenericHandler[T])">
44251         <size>47</size>
44252       </method>
44253       <method name="Void Raise()">
44254         <size>21</size>
44255       </method>
44256       <method name="Void .ctor()">
44257         <size>7</size>
44258       </method>
44259     </type>
44260     <type name="Test">
44261       <method name="Void add_Event(System.EventHandler)">
44262         <size>47</size>
44263       </method>
44264       <method name="Void remove_Event(System.EventHandler)">
44265         <size>47</size>
44266       </method>
44267       <method name="Void Raise()">
44268         <size>18</size>
44269       </method>
44270       <method name="Void Main()">
44271         <size>1</size>
44272       </method>
44273       <method name="Void .ctor()">
44274         <size>7</size>
44275       </method>
44276     </type>
44277     <type name="TestGeneric2`1+GenericHandler[T]">
44278       <method name="Void Invoke(T)">
44279         <size>0</size>
44280       </method>
44281       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
44282         <size>0</size>
44283       </method>
44284       <method name="Void EndInvoke(IAsyncResult)">
44285         <size>0</size>
44286       </method>
44287       <method name="Void .ctor(Object, IntPtr)">
44288         <size>0</size>
44289       </method>
44290     </type>
44291   </test>
44292   <test name="test-737.cs">
44293     <type name="Breaks">
44294       <method name="Double get_Item(Int32, Int32)">
44295         <size>7</size>
44296       </method>
44297       <method name="Void set_Item(Int32, Int32, Double)">
44298         <size>8</size>
44299       </method>
44300       <method name="Void .ctor(Double)">
44301         <size>8</size>
44302       </method>
44303     </type>
44304     <type name="Tester">
44305       <method name="Int32 Main()">
44306         <size>74</size>
44307       </method>
44308       <method name="Void .ctor()">
44309         <size>7</size>
44310       </method>
44311     </type>
44312   </test>
44313   <test name="test-738.cs">
44314     <type name="TestNamespace.ResumableInputStream">
44315       <method name="Void Main()">
44316         <size>1</size>
44317       </method>
44318       <method name="Void .ctor()">
44319         <size>18</size>
44320       </method>
44321     </type>
44322   </test>
44323   <test name="test-739.cs">
44324     <type name="X">
44325       <method name="Void Finalize()">
44326         <size>19</size>
44327       </method>
44328       <method name="Void Foo()">
44329         <size>1</size>
44330       </method>
44331       <method name="Int32 Main()">
44332         <size>89</size>
44333       </method>
44334       <method name="Void .ctor()">
44335         <size>7</size>
44336       </method>
44337     </type>
44338   </test>
44339   <test name="test-74.cs">
44340     <type name="X">
44341       <method name="Void .ctor()">
44342         <size>7</size>
44343       </method>
44344       <method name="Int32 Main()">
44345         <size>168</size>
44346       </method>
44347     </type>
44348   </test>
44349   <test name="test-740.cs">
44350     <type name="FixedTest">
44351       <method name="Int32 Main()">
44352         <size>336</size>
44353       </method>
44354       <method name="Void .ctor()">
44355         <size>7</size>
44356       </method>
44357     </type>
44358     <type name="FixedTest+TValue">
44359       <method name="System.String ToString()">
44360         <size>17</size>
44361       </method>
44362       <method name="Void .ctor(Int64)">
44363         <size>28</size>
44364       </method>
44365     </type>
44366   </test>
44367   <test name="test-741.cs">
44368     <type name="Test">
44369       <method name="Void test()">
44370         <size>18</size>
44371       </method>
44372       <method name="Void Main()">
44373         <size>1</size>
44374       </method>
44375       <method name="Void .ctor()">
44376         <size>7</size>
44377       </method>
44378     </type>
44379   </test>
44380   <test name="test-742.cs">
44381     <type name="Test">
44382       <method name="Test Set(C)">
44383         <size>20</size>
44384       </method>
44385     </type>
44386     <type name="C">
44387       <method name="Void .ctor()">
44388         <size>7</size>
44389       </method>
44390     </type>
44391     <type name="Driver">
44392       <method name="Int32 Main()">
44393         <size>41</size>
44394       </method>
44395       <method name="Void .ctor()">
44396         <size>7</size>
44397       </method>
44398     </type>
44399   </test>
44400   <test name="test-743.cs">
44401     <type name="C">
44402       <method name="Void Main()">
44403         <size>11</size>
44404       </method>
44405       <method name="Void Test()">
44406         <size>30</size>
44407       </method>
44408       <method name="Void .ctor()">
44409         <size>7</size>
44410       </method>
44411     </type>
44412   </test>
44413   <test name="test-744.cs">
44414     <type name="M">
44415       <method name="Void Main()">
44416         <size>7</size>
44417       </method>
44418       <method name="Void .ctor()">
44419         <size>7</size>
44420       </method>
44421     </type>
44422     <type name="M+Nested">
44423       <method name="Void Extra()">
44424         <size>1</size>
44425       </method>
44426       <method name="Void .ctor()">
44427         <size>7</size>
44428       </method>
44429     </type>
44430     <type name="A">
44431       <method name="Void AMethod()">
44432         <size>0</size>
44433       </method>
44434       <method name="Void .ctor()">
44435         <size>7</size>
44436       </method>
44437     </type>
44438     <type name="B">
44439       <method name="Void BMethod()">
44440         <size>0</size>
44441       </method>
44442       <method name="Void .ctor()">
44443         <size>7</size>
44444       </method>
44445     </type>
44446     <type name="C">
44447       <method name="Void AMethod()">
44448         <size>1</size>
44449       </method>
44450       <method name="Void BMethod()">
44451         <size>1</size>
44452       </method>
44453       <method name="Void Extra()">
44454         <size>0</size>
44455       </method>
44456       <method name="Void .ctor()">
44457         <size>7</size>
44458       </method>
44459     </type>
44460   </test>
44461   <test name="test-745.cs">
44462     <type name="C">
44463       <method name="Void Main()">
44464         <size>28</size>
44465       </method>
44466       <method name="Void .ctor()">
44467         <size>7</size>
44468       </method>
44469     </type>
44470   </test>
44471   <test name="test-746.cs">
44472     <type name="Test">
44473       <method name="Void Foo(IListCounter)">
44474         <size>8</size>
44475       </method>
44476       <method name="Void Main()">
44477         <size>1</size>
44478       </method>
44479       <method name="Void .ctor()">
44480         <size>7</size>
44481       </method>
44482     </type>
44483   </test>
44484   <test name="test-747.cs">
44485     <type name="B">
44486       <method name="Void .ctor()">
44487         <size>7</size>
44488       </method>
44489     </type>
44490     <type name="B+BNested">
44491       <method name="Void .ctor()">
44492         <size>7</size>
44493       </method>
44494     </type>
44495     <type name="A">
44496       <method name="Void .ctor()">
44497         <size>7</size>
44498       </method>
44499     </type>
44500     <type name="AA">
44501       <method name="Void .ctor()">
44502         <size>7</size>
44503       </method>
44504     </type>
44505     <type name="AA+ANested">
44506       <method name="Void .ctor()">
44507         <size>7</size>
44508       </method>
44509     </type>
44510     <type name="M">
44511       <method name="Void Main()">
44512         <size>1</size>
44513       </method>
44514       <method name="Void .ctor()">
44515         <size>7</size>
44516       </method>
44517     </type>
44518   </test>
44519   <test name="test-748.cs">
44520     <type name="M">
44521       <method name="RealTest.Foo Test()">
44522         <size>6</size>
44523       </method>
44524       <method name="Void Main()">
44525         <size>1</size>
44526       </method>
44527       <method name="Void .ctor()">
44528         <size>7</size>
44529       </method>
44530     </type>
44531     <type name="Test.Local.M">
44532       <method name="RealTest.Foo Test()">
44533         <size>6</size>
44534       </method>
44535       <method name="Void .ctor()">
44536         <size>7</size>
44537       </method>
44538     </type>
44539     <type name="RealTest.Foo">
44540       <method name="Void .ctor()">
44541         <size>7</size>
44542       </method>
44543     </type>
44544   </test>
44545   <test name="test-749.cs">
44546     <type name="M">
44547       <method name="Void Main()">
44548         <size>14</size>
44549       </method>
44550       <method name="Void .ctor()">
44551         <size>7</size>
44552       </method>
44553     </type>
44554   </test>
44555   <test name="test-75.cs">
44556     <type name="X">
44557       <method name="Void .ctor()">
44558         <size>7</size>
44559       </method>
44560       <method name="Void .cctor()">
44561         <size>1</size>
44562       </method>
44563       <method name="X op_Addition(X, X)">
44564         <size>8</size>
44565       </method>
44566     </type>
44567     <type name="Y">
44568       <method name="Void .ctor()">
44569         <size>7</size>
44570       </method>
44571     </type>
44572     <type name="Z">
44573       <method name="Void .ctor()">
44574         <size>7</size>
44575       </method>
44576     </type>
44577     <type name="driver">
44578       <method name="Void .ctor()">
44579         <size>7</size>
44580       </method>
44581       <method name="Int32 Main()">
44582         <size>34</size>
44583       </method>
44584     </type>
44585   </test>
44586   <test name="test-750.cs">
44587     <type name="M">
44588       <method name="Void Main()">
44589         <size>1</size>
44590       </method>
44591       <method name="Void .ctor()">
44592         <size>7</size>
44593       </method>
44594     </type>
44595   </test>
44596   <test name="test-751.cs">
44597     <type name="LocalNS.Compiler">
44598       <method name="Void .ctor()">
44599         <size>7</size>
44600       </method>
44601     </type>
44602     <type name="System.Local.M">
44603       <method name="Void Main()">
44604         <size>7</size>
44605       </method>
44606       <method name="Void .ctor()">
44607         <size>7</size>
44608       </method>
44609     </type>
44610   </test>
44611   <test name="test-752.cs">
44612     <type name="M">
44613       <method name="Void Main()">
44614         <size>1</size>
44615       </method>
44616       <method name="Void .ctor()">
44617         <size>7</size>
44618       </method>
44619     </type>
44620   </test>
44621   <test name="test-753.cs">
44622     <type name="AI2">
44623       <method name="System.String IA.get_val()">
44624         <size>6</size>
44625       </method>
44626       <method name="Void IA.set_val(System.String)">
44627         <size>1</size>
44628       </method>
44629       <method name="Int32 get_val()">
44630         <size>3</size>
44631       </method>
44632       <method name="Void set_val(Int32)">
44633         <size>1</size>
44634       </method>
44635       <method name="Void stuff(IAI2)">
44636         <size>13</size>
44637       </method>
44638       <method name="Void Main()">
44639         <size>1</size>
44640       </method>
44641       <method name="Void .ctor()">
44642         <size>7</size>
44643       </method>
44644     </type>
44645   </test>
44646   <test name="test-754.cs">
44647     <type name="Bug.D">
44648       <method name="Void Invoke()">
44649         <size>0</size>
44650       </method>
44651       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44652         <size>0</size>
44653       </method>
44654       <method name="Void EndInvoke(IAsyncResult)">
44655         <size>0</size>
44656       </method>
44657       <method name="Void .ctor(Object, IntPtr)">
44658         <size>0</size>
44659       </method>
44660     </type>
44661     <type name="Bug.A">
44662       <method name="Void add_E(Bug.D)">
44663         <size>0</size>
44664       </method>
44665       <method name="Void remove_E(Bug.D)">
44666         <size>0</size>
44667       </method>
44668       <method name="Void .ctor()">
44669         <size>7</size>
44670       </method>
44671     </type>
44672     <type name="Bug.B">
44673       <method name="Void add_E(Bug.D)">
44674         <size>1</size>
44675       </method>
44676       <method name="Void remove_E(Bug.D)">
44677         <size>1</size>
44678       </method>
44679       <method name="Void .ctor()">
44680         <size>7</size>
44681       </method>
44682     </type>
44683     <type name="Bug.M">
44684       <method name="Void Main()">
44685         <size>1</size>
44686       </method>
44687       <method name="Void .ctor()">
44688         <size>7</size>
44689       </method>
44690     </type>
44691   </test>
44692   <test name="test-755.cs">
44693     <type name="Item">
44694       <method name="Void .ctor()">
44695         <size>7</size>
44696       </method>
44697       <method name="Void .cctor()">
44698         <size>8</size>
44699       </method>
44700     </type>
44701     <type name="Item+Builder">
44702       <method name="Int32 get_Foo()">
44703         <size>6</size>
44704       </method>
44705       <method name="System.Object get_Item(Int32)">
44706         <size>2</size>
44707       </method>
44708       <method name="System.Object get_Item(Int32, Int32)">
44709         <size>2</size>
44710       </method>
44711       <method name="Void .ctor()">
44712         <size>7</size>
44713       </method>
44714     </type>
44715     <type name="Program">
44716       <method name="Void Main()">
44717         <size>1</size>
44718       </method>
44719       <method name="Void .ctor()">
44720         <size>7</size>
44721       </method>
44722     </type>
44723   </test>
44724   <test name="test-756.cs">
44725     <type name="UnsafeTest">
44726       <method name="Void Main()">
44727         <size>12</size>
44728       </method>
44729       <method name="Void .ctor()">
44730         <size>7</size>
44731       </method>
44732     </type>
44733   </test>
44734   <test name="test-757.cs">
44735     <type name="TestClass1">
44736       <method name="Void Test()">
44737         <size>34</size>
44738       </method>
44739       <method name="Int32 Main()">
44740         <size>20</size>
44741       </method>
44742       <method name="Void .ctor()">
44743         <size>7</size>
44744       </method>
44745     </type>
44746     <type name="&lt;PrivateImplementationDetails&gt;">
44747       <method name="Void .ctor()">
44748         <size>7</size>
44749       </method>
44750     </type>
44751   </test>
44752   <test name="test-758.cs">
44753     <type name="C">
44754       <method name="Void Main()">
44755         <size>1</size>
44756       </method>
44757       <method name="Void .ctor()">
44758         <size>7</size>
44759       </method>
44760     </type>
44761     <type name="D">
44762       <method name="Void Finalize()">
44763         <size>13</size>
44764       </method>
44765       <method name="Void .ctor()">
44766         <size>7</size>
44767       </method>
44768     </type>
44769   </test>
44770   <test name="test-759.cs">
44771     <type name="B">
44772       <method name="Void Main()">
44773         <size>12</size>
44774       </method>
44775       <method name="Void .ctor()">
44776         <size>7</size>
44777       </method>
44778     </type>
44779   </test>
44780   <test name="test-76.cs">
44781     <type name="foo">
44782       <method name="Void .ctor()">
44783         <size>7</size>
44784       </method>
44785       <method name="System.String strcat(System.String[])">
44786         <size>47</size>
44787       </method>
44788       <method name="Int32 Main()">
44789         <size>142</size>
44790       </method>
44791     </type>
44792   </test>
44793   <test name="test-760.cs">
44794     <type name="A">
44795       <method name="Void .ctor()">
44796         <size>7</size>
44797       </method>
44798     </type>
44799     <type name="Test">
44800       <method name="Void Main()">
44801         <size>7</size>
44802       </method>
44803       <method name="Void .ctor()">
44804         <size>7</size>
44805       </method>
44806     </type>
44807   </test>
44808   <test name="test-761.cs">
44809     <type name="C">
44810       <method name="Int32 get_I()">
44811         <size>7</size>
44812       </method>
44813       <method name="Void set_I(Int32)">
44814         <size>8</size>
44815       </method>
44816       <method name="Void Main()">
44817         <size>1</size>
44818       </method>
44819       <method name="Void .ctor()">
44820         <size>7</size>
44821       </method>
44822     </type>
44823   </test>
44824   <test name="test-762.cs">
44825     <type name="N1.Derived.Dummy">
44826       <method name="Void .ctor()">
44827         <size>7</size>
44828       </method>
44829     </type>
44830     <type name="N2.Derived.Dummy">
44831       <method name="Void .ctor()">
44832         <size>7</size>
44833       </method>
44834     </type>
44835     <type name="DerivedAttribute">
44836       <method name="Void .ctor()">
44837         <size>7</size>
44838       </method>
44839     </type>
44840     <type name="T">
44841       <method name="Void Main()">
44842         <size>1</size>
44843       </method>
44844       <method name="Void .ctor()">
44845         <size>7</size>
44846       </method>
44847     </type>
44848   </test>
44849   <test name="test-763.cs">
44850     <type name="StaticDelegateWithSameNameAsInstance">
44851       <method name="Void set_MyProvider(StaticDelegateWithSameNameAsInstance+Provider)">
44852         <size>35</size>
44853       </method>
44854       <method name="Void StaticCallback()">
44855         <size>31</size>
44856       </method>
44857       <method name="Void StaticCallback(System.String)">
44858         <size>35</size>
44859       </method>
44860       <method name="Int32 Main()">
44861         <size>36</size>
44862       </method>
44863       <method name="Void .ctor()">
44864         <size>7</size>
44865       </method>
44866       <method name="Void .cctor()">
44867         <size>7</size>
44868       </method>
44869     </type>
44870     <type name="StaticDelegateWithSameNameAsInstance+Provider">
44871       <method name="Void Invoke(System.String)">
44872         <size>0</size>
44873       </method>
44874       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
44875         <size>0</size>
44876       </method>
44877       <method name="Void EndInvoke(IAsyncResult)">
44878         <size>0</size>
44879       </method>
44880       <method name="Void .ctor(Object, IntPtr)">
44881         <size>0</size>
44882       </method>
44883     </type>
44884   </test>
44885   <test name="test-764.cs">
44886     <type name="Item">
44887       <method name="Void .ctor()">
44888         <size>7</size>
44889       </method>
44890       <method name="Void .cctor()">
44891         <size>11</size>
44892       </method>
44893     </type>
44894     <type name="Caller">
44895       <method name="System.String get_Item(System.String)">
44896         <size>2</size>
44897       </method>
44898       <method name="Int32 get_Item(Int32)">
44899         <size>2</size>
44900       </method>
44901       <method name="Void Foo()">
44902         <size>12</size>
44903       </method>
44904       <method name="Void Main()">
44905         <size>1</size>
44906       </method>
44907       <method name="Void .ctor()">
44908         <size>7</size>
44909       </method>
44910     </type>
44911   </test>
44912   <test name="test-765.cs">
44913     <type name="B">
44914       <method name="Void Foo(Int32)">
44915         <size>1</size>
44916       </method>
44917       <method name="Void .ctor()">
44918         <size>7</size>
44919       </method>
44920     </type>
44921     <type name="A">
44922       <method name="Void Foo(System.String)">
44923         <size>1</size>
44924       </method>
44925       <method name="Void .ctor()">
44926         <size>7</size>
44927       </method>
44928     </type>
44929     <type name="Test">
44930       <method name="Void Main()">
44931         <size>11</size>
44932       </method>
44933     </type>
44934   </test>
44935   <test name="test-766.cs">
44936     <type name="A.Color">
44937       <method name="Color get_Base()">
44938         <size>6</size>
44939       </method>
44940       <method name="Color get_NewBase()">
44941         <size>7</size>
44942       </method>
44943       <method name="Void Main()">
44944         <size>1</size>
44945       </method>
44946       <method name="Void .ctor()">
44947         <size>7</size>
44948       </method>
44949     </type>
44950     <type name="B.Color">
44951       <method name="Color From(Int32)">
44952         <size>10</size>
44953       </method>
44954       <method name="Void .cctor()">
44955         <size>15</size>
44956       </method>
44957     </type>
44958   </test>
44959   <test name="test-767.cs">
44960     <type name="Test">
44961       <method name="Int32 Foo()">
44962         <size>2</size>
44963       </method>
44964       <method name="Void Main()">
44965         <size>1</size>
44966       </method>
44967       <method name="Void .ctor()">
44968         <size>7</size>
44969       </method>
44970     </type>
44971     <type name="S">
44972       <method name="Test get_Test()">
44973         <size>6</size>
44974       </method>
44975       <method name="Void .cctor()">
44976         <size>11</size>
44977       </method>
44978     </type>
44979   </test>
44980   <test name="test-768.cs">
44981     <type name="A.N.Wrong">
44982       <method name="Void .ctor()">
44983         <size>7</size>
44984       </method>
44985     </type>
44986     <type name="N.C">
44987       <method name="Void .ctor()">
44988         <size>7</size>
44989       </method>
44990     </type>
44991     <type name="X.TestClass">
44992       <method name="Void Main()">
44993         <size>7</size>
44994       </method>
44995       <method name="Void .ctor()">
44996         <size>7</size>
44997       </method>
44998     </type>
44999   </test>
45000   <test name="test-769.cs">
45001     <type name="C">
45002       <method name="Void I.Clear()">
45003         <size>1</size>
45004       </method>
45005       <method name="Void Clear()">
45006         <size>1</size>
45007       </method>
45008       <method name="Int32 Main()">
45009         <size>114</size>
45010       </method>
45011       <method name="Void .ctor()">
45012         <size>7</size>
45013       </method>
45014     </type>
45015   </test>
45016   <test name="test-77.cs">
45017     <type name="XX">
45018       <method name="Void .ctor()">
45019         <size>7</size>
45020       </method>
45021       <method name="Int32 Main()">
45022         <size>220</size>
45023       </method>
45024     </type>
45025   </test>
45026   <test name="test-770.cs">
45027     <type name="MyClass">
45028       <method name="Void Main()">
45029         <size>13</size>
45030       </method>
45031       <method name="Void .ctor()">
45032         <size>7</size>
45033       </method>
45034     </type>
45035     <type name="MyClass+A">
45036       <method name="Void add_MouseClick(System.EventHandler)">
45037         <size>47</size>
45038       </method>
45039       <method name="Void remove_MouseClick(System.EventHandler)">
45040         <size>47</size>
45041       </method>
45042       <method name="Void .ctor()">
45043         <size>7</size>
45044       </method>
45045     </type>
45046     <type name="MyClass+B">
45047       <method name="Void add_MouseClick(System.EventHandler)">
45048         <size>47</size>
45049       </method>
45050       <method name="Void remove_MouseClick(System.EventHandler)">
45051         <size>47</size>
45052       </method>
45053       <method name="Void .ctor()">
45054         <size>7</size>
45055       </method>
45056     </type>
45057     <type name="MyClass+C">
45058       <method name="Void MouseClick()">
45059         <size>11</size>
45060       </method>
45061       <method name="Void .ctor()">
45062         <size>7</size>
45063       </method>
45064     </type>
45065   </test>
45066   <test name="test-771.cs">
45067     <type name="InternalAccess.Base">
45068       <method name="System.String get_Prop()">
45069         <size>6</size>
45070       </method>
45071       <method name="Void .ctor()">
45072         <size>7</size>
45073       </method>
45074     </type>
45075     <type name="InternalAccess.DerivedInternalExample">
45076       <method name="System.String get_Prop()">
45077         <size>6</size>
45078       </method>
45079       <method name="Void .ctor()">
45080         <size>7</size>
45081       </method>
45082     </type>
45083     <type name="InternalAccess.DerivedProtectedExample">
45084       <method name="System.String get_Prop()">
45085         <size>6</size>
45086       </method>
45087       <method name="Void .ctor()">
45088         <size>7</size>
45089       </method>
45090     </type>
45091     <type name="InternalAccess.MainClass">
45092       <method name="Int32 Main()">
45093         <size>60</size>
45094       </method>
45095       <method name="Void .ctor()">
45096         <size>7</size>
45097       </method>
45098     </type>
45099   </test>
45100   <test name="test-772.cs">
45101     <type name="Test">
45102       <method name="Void Main()">
45103         <size>14</size>
45104       </method>
45105       <method name="Void .ctor()">
45106         <size>7</size>
45107       </method>
45108     </type>
45109     <type name="Foo">
45110       <method name="Void .ctor(Object)">
45111         <size>17</size>
45112       </method>
45113       <method name="Void .ctor(String, Object[])">
45114         <size>7</size>
45115       </method>
45116     </type>
45117   </test>
45118   <test name="test-773.cs">
45119     <type name="Foo">
45120       <method name="Int32 get_Item(Int32)">
45121         <size>3</size>
45122       </method>
45123       <method name="Int32 IFoo.get_Bar(Int32)">
45124         <size>8</size>
45125       </method>
45126       <method name="Void .ctor()">
45127         <size>7</size>
45128       </method>
45129     </type>
45130     <type name="Bar">
45131       <method name="Int32 get_Baz(Int32)">
45132         <size>0</size>
45133       </method>
45134       <method name="Void .ctor()">
45135         <size>7</size>
45136       </method>
45137     </type>
45138     <type name="Babar">
45139       <method name="Int32 get_Baz(Int32)">
45140         <size>3</size>
45141       </method>
45142       <method name="Void .ctor()">
45143         <size>7</size>
45144       </method>
45145     </type>
45146     <type name="Test">
45147       <method name="Int32 Main()">
45148         <size>68</size>
45149       </method>
45150       <method name="Void .ctor()">
45151         <size>7</size>
45152       </method>
45153     </type>
45154   </test>
45155   <test name="test-774.cs">
45156     <type name="C">
45157       <method name="Int32 I.get_Item(Int32)">
45158         <size>2</size>
45159       </method>
45160       <method name="Void I.set_Item(Int32, Int32)">
45161         <size>1</size>
45162       </method>
45163       <method name="Int32 get_Item(Int32)">
45164         <size>2</size>
45165       </method>
45166       <method name="Void set_Item(Int32, Int32)">
45167         <size>1</size>
45168       </method>
45169       <method name="Void Main()">
45170         <size>1</size>
45171       </method>
45172       <method name="Void .ctor()">
45173         <size>7</size>
45174       </method>
45175     </type>
45176   </test>
45177   <test name="test-775.cs">
45178     <type name="C">
45179       <method name="Void A.add_Member(System.EventHandler)">
45180         <size>34</size>
45181       </method>
45182       <method name="Void A.remove_Member(System.EventHandler)">
45183         <size>24</size>
45184       </method>
45185       <method name="Void add_Member(System.EventHandler)">
45186         <size>34</size>
45187       </method>
45188       <method name="Void remove_Member(System.EventHandler)">
45189         <size>24</size>
45190       </method>
45191       <method name="Void .ctor()">
45192         <size>7</size>
45193       </method>
45194     </type>
45195     <type name="Test">
45196       <method name="Int32 Main()">
45197         <size>11</size>
45198       </method>
45199       <method name="Int32 TestMe()">
45200         <size>155</size>
45201       </method>
45202       <method name="Void f(System.Object, System.EventArgs)">
45203         <size>1</size>
45204       </method>
45205       <method name="Void .ctor()">
45206         <size>7</size>
45207       </method>
45208     </type>
45209   </test>
45210   <test name="test-776.cs">
45211     <type name="First">
45212       <method name="System.Object get_Item(System.String)">
45213         <size>6</size>
45214       </method>
45215       <method name="Void set_Item(System.String, System.Object)">
45216         <size>1</size>
45217       </method>
45218       <method name="Void .ctor()">
45219         <size>7</size>
45220       </method>
45221     </type>
45222     <type name="Second">
45223       <method name="System.Object get_Item(System.String)">
45224         <size>6</size>
45225       </method>
45226       <method name="Void set_Item(System.String, System.Object)">
45227         <size>1</size>
45228       </method>
45229       <method name="Void .ctor()">
45230         <size>7</size>
45231       </method>
45232     </type>
45233     <type name="Third">
45234       <method name="System.Object get_Item(System.String)">
45235         <size>8</size>
45236       </method>
45237       <method name="Void set_Item(System.String, System.Object)">
45238         <size>1</size>
45239       </method>
45240       <method name="Void .ctor()">
45241         <size>7</size>
45242       </method>
45243     </type>
45244     <type name="a">
45245       <method name="Int32 Main(System.String[])">
45246         <size>31</size>
45247       </method>
45248       <method name="Void .ctor()">
45249         <size>7</size>
45250       </method>
45251     </type>
45252   </test>
45253   <test name="test-777.cs">
45254     <type name="MediaStore">
45255       <method name="Void Main()">
45256         <size>1</size>
45257       </method>
45258       <method name="Void .ctor()">
45259         <size>7</size>
45260       </method>
45261     </type>
45262     <type name="MediaStore+Thing">
45263       <method name="Void .ctor()">
45264         <size>7</size>
45265       </method>
45266     </type>
45267   </test>
45268   <test name="test-778.cs">
45269     <type name="A">
45270       <method name="Int32 Test()">
45271         <size>6</size>
45272       </method>
45273       <method name="Void .ctor()">
45274         <size>7</size>
45275       </method>
45276     </type>
45277     <type name="B">
45278       <method name="Int32 Test()">
45279         <size>12</size>
45280       </method>
45281       <method name="Void Test(System.Object[])">
45282         <size>1</size>
45283       </method>
45284       <method name="Void Test(System.Object[], System.String)">
45285         <size>1</size>
45286       </method>
45287       <method name="Void .ctor()">
45288         <size>7</size>
45289       </method>
45290     </type>
45291     <type name="C">
45292       <method name="Void Test(System.Object[], System.String)">
45293         <size>1</size>
45294       </method>
45295       <method name="Void .ctor()">
45296         <size>7</size>
45297       </method>
45298     </type>
45299     <type name="D">
45300       <method name="Int32 Test()">
45301         <size>7</size>
45302       </method>
45303       <method name="Void .ctor()">
45304         <size>7</size>
45305       </method>
45306     </type>
45307     <type name="T">
45308       <method name="Int32 Main()">
45309         <size>22</size>
45310       </method>
45311       <method name="Void .ctor()">
45312         <size>7</size>
45313       </method>
45314     </type>
45315   </test>
45316   <test name="test-779.cs">
45317     <type name="Test">
45318       <method name="Int32 Main()">
45319         <size>20</size>
45320       </method>
45321       <method name="Boolean test1(Int64, Int64)">
45322         <size>14</size>
45323       </method>
45324     </type>
45325   </test>
45326   <test name="test-78.cs">
45327     <type name="N1.B">
45328       <method name="Void .ctor()">
45329         <size>7</size>
45330       </method>
45331       <method name="Boolean ShortCasting()">
45332         <size>19</size>
45333       </method>
45334       <method name="Boolean IntCasting()">
45335         <size>18</size>
45336       </method>
45337       <method name="Int32 Main()">
45338         <size>26</size>
45339       </method>
45340     </type>
45341   </test>
45342   <test name="test-780.cs">
45343     <type name="MonoVirtuals.X">
45344       <method name="Void .ctor()">
45345         <size>7</size>
45346       </method>
45347     </type>
45348     <type name="MonoVirtuals.Y">
45349       <method name="Void .ctor()">
45350         <size>7</size>
45351       </method>
45352     </type>
45353     <type name="MonoVirtuals.A">
45354       <method name="Int32 f(MonoVirtuals.X)">
45355         <size>12</size>
45356       </method>
45357       <method name="Int32 f(MonoVirtuals.Y)">
45358         <size>13</size>
45359       </method>
45360       <method name="Int32 get_Item(MonoVirtuals.X)">
45361         <size>12</size>
45362       </method>
45363       <method name="Int32 get_Item(MonoVirtuals.Y)">
45364         <size>13</size>
45365       </method>
45366       <method name="Void .ctor()">
45367         <size>7</size>
45368       </method>
45369     </type>
45370     <type name="MonoVirtuals.B">
45371       <method name="Int32 f(MonoVirtuals.X)">
45372         <size>19</size>
45373       </method>
45374       <method name="Int32 get_Item(MonoVirtuals.X)">
45375         <size>19</size>
45376       </method>
45377       <method name="Void .ctor()">
45378         <size>7</size>
45379       </method>
45380     </type>
45381     <type name="MonoVirtuals.C">
45382       <method name="Int32 f(MonoVirtuals.X)">
45383         <size>18</size>
45384       </method>
45385       <method name="Int32 f(MonoVirtuals.Y)">
45386         <size>18</size>
45387       </method>
45388       <method name="Int32 get_Item(MonoVirtuals.X)">
45389         <size>18</size>
45390       </method>
45391       <method name="Int32 get_Item(MonoVirtuals.Y)">
45392         <size>18</size>
45393       </method>
45394       <method name="Void .ctor()">
45395         <size>7</size>
45396       </method>
45397     </type>
45398     <type name="MonoVirtuals.MainClass">
45399       <method name="Int32 Main()">
45400         <size>46</size>
45401       </method>
45402       <method name="Void .ctor()">
45403         <size>7</size>
45404       </method>
45405     </type>
45406   </test>
45407   <test name="test-781.cs">
45408     <type name="D">
45409       <method name="Void Invoke()">
45410         <size>0</size>
45411       </method>
45412       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45413         <size>0</size>
45414       </method>
45415       <method name="Void EndInvoke(IAsyncResult)">
45416         <size>0</size>
45417       </method>
45418       <method name="Void .ctor(Object, IntPtr)">
45419         <size>0</size>
45420       </method>
45421     </type>
45422     <type name="E">
45423       <method name="Void add_temp(D)">
45424         <size>47</size>
45425       </method>
45426       <method name="Void remove_temp(D)">
45427         <size>47</size>
45428       </method>
45429       <method name="Void .ctor()">
45430         <size>7</size>
45431       </method>
45432     </type>
45433     <type name="A">
45434       <method name="E get_Prop()">
45435         <size>6</size>
45436       </method>
45437       <method name="Void Test()">
45438         <size>41</size>
45439       </method>
45440       <method name="Void Main()">
45441         <size>13</size>
45442       </method>
45443       <method name="Void &lt;Test&gt;m__0()">
45444         <size>1</size>
45445       </method>
45446       <method name="Void .ctor()">
45447         <size>7</size>
45448       </method>
45449     </type>
45450   </test>
45451   <test name="test-782.cs">
45452     <type name="Test">
45453       <method name="Void Main()">
45454         <size>1</size>
45455       </method>
45456       <method name="Void .ctor()">
45457         <size>7</size>
45458       </method>
45459     </type>
45460   </test>
45461   <test name="test-783.cs">
45462     <type name="C">
45463       <method name="Void M(E)">
45464         <size>1</size>
45465       </method>
45466       <method name="Void .ctor()">
45467         <size>7</size>
45468       </method>
45469       <method name="Int32 Test(Int32)">
45470         <size>2</size>
45471       </method>
45472       <method name="Int32 Test(E)">
45473         <size>2</size>
45474       </method>
45475       <method name="Int32 Main()">
45476         <size>88</size>
45477       </method>
45478     </type>
45479   </test>
45480   <test name="test-784.cs">
45481     <type name="A">
45482       <method name="Int32 get_Item(Int32)">
45483         <size>6</size>
45484       </method>
45485       <method name="Void set_Item(Int32, Int32)">
45486         <size>8</size>
45487       </method>
45488       <method name="Void .ctor()">
45489         <size>15</size>
45490       </method>
45491     </type>
45492     <type name="B">
45493       <method name="Int32 get_Item(Int32)">
45494         <size>7</size>
45495       </method>
45496       <method name="Void .ctor()">
45497         <size>7</size>
45498       </method>
45499     </type>
45500     <type name="C">
45501       <method name="Int32 get_Item(Int32)">
45502         <size>8</size>
45503       </method>
45504       <method name="Void set_Item(Int32, Int32)">
45505         <size>9</size>
45506       </method>
45507       <method name="Int32 Main()">
45508         <size>52</size>
45509       </method>
45510       <method name="Void .ctor()">
45511         <size>7</size>
45512       </method>
45513     </type>
45514   </test>
45515   <test name="test-785.cs">
45516     <type name="Base">
45517       <method name="Int32 get_Prop()">
45518         <size>0</size>
45519       </method>
45520       <method name="Void set_Prop(Int32)">
45521         <size>0</size>
45522       </method>
45523       <method name="Int32 get_Item(Int32)">
45524         <size>0</size>
45525       </method>
45526       <method name="Void TestVoid()">
45527         <size>0</size>
45528       </method>
45529       <method name="Void TestInt(Int32)">
45530         <size>0</size>
45531       </method>
45532       <method name="Void .ctor()">
45533         <size>7</size>
45534       </method>
45535     </type>
45536     <type name="DeriveVTable">
45537       <method name="Int32 get_Prop()">
45538         <size>2</size>
45539       </method>
45540       <method name="Int32 get_Item(Int32)">
45541         <size>2</size>
45542       </method>
45543       <method name="Void TestVoid()">
45544         <size>1</size>
45545       </method>
45546       <method name="Void TestInt(Int32)">
45547         <size>1</size>
45548       </method>
45549       <method name="Void .ctor()">
45550         <size>7</size>
45551       </method>
45552     </type>
45553     <type name="NewVTable">
45554       <method name="Int32 get_Prop()">
45555         <size>0</size>
45556       </method>
45557       <method name="Int32 get_Item(Int32)">
45558         <size>2</size>
45559       </method>
45560       <method name="Void TestVoid()">
45561         <size>1</size>
45562       </method>
45563       <method name="Void TestInt(Int32)">
45564         <size>1</size>
45565       </method>
45566       <method name="Void Overload()">
45567         <size>1</size>
45568       </method>
45569       <method name="Void Overload(Int32)">
45570         <size>1</size>
45571       </method>
45572       <method name="Void Main()">
45573         <size>1</size>
45574       </method>
45575       <method name="Void .ctor()">
45576         <size>7</size>
45577       </method>
45578     </type>
45579   </test>
45580   <test name="test-786.cs">
45581     <type name="A">
45582       <method name="System.String op_Implicit(A)">
45583         <size>18</size>
45584       </method>
45585       <method name="System.Delegate op_Implicit(A)">
45586         <size>2</size>
45587       </method>
45588       <method name="Void .ctor()">
45589         <size>7</size>
45590       </method>
45591     </type>
45592     <type name="B">
45593       <method name="System.String op_Implicit(B)">
45594         <size>18</size>
45595       </method>
45596     </type>
45597     <type name="D">
45598       <method name="System.Delegate op_Implicit(D)">
45599         <size>14</size>
45600       </method>
45601     </type>
45602     <type name="E">
45603       <method name="Boolean op_Implicit(E)">
45604         <size>14</size>
45605       </method>
45606     </type>
45607     <type name="Program">
45608       <method name="Int32 Main()">
45609         <size>372</size>
45610       </method>
45611       <method name="Void .ctor()">
45612         <size>7</size>
45613       </method>
45614     </type>
45615   </test>
45616   <test name="test-787.cs">
45617     <type name="A">
45618       <method name="Void set_Prop(System.String)">
45619         <size>1</size>
45620       </method>
45621       <method name="System.String get_Prop()">
45622         <size>2</size>
45623       </method>
45624       <method name="Int32 Field()">
45625         <size>2</size>
45626       </method>
45627       <method name="Void .ctor()">
45628         <size>7</size>
45629       </method>
45630     </type>
45631     <type name="B">
45632       <method name="Void set_Prop(System.String)">
45633         <size>1</size>
45634       </method>
45635       <method name="System.String get_Prop()">
45636         <size>6</size>
45637       </method>
45638       <method name="Void .ctor()">
45639         <size>7</size>
45640       </method>
45641     </type>
45642     <type name="Test">
45643       <method name="Void Main()">
45644         <size>1</size>
45645       </method>
45646       <method name="Void .ctor()">
45647         <size>7</size>
45648       </method>
45649     </type>
45650   </test>
45651   <test name="test-788.cs">
45652     <type name="Program">
45653       <method name="Int32 Main()">
45654         <size>31</size>
45655       </method>
45656       <method name="Void .ctor()">
45657         <size>7</size>
45658       </method>
45659     </type>
45660     <type name="A">
45661       <method name="System.String get_Message()">
45662         <size>6</size>
45663       </method>
45664       <method name="Void .ctor()">
45665         <size>7</size>
45666       </method>
45667     </type>
45668     <type name="B">
45669       <method name="System.String get_Message()">
45670         <size>6</size>
45671       </method>
45672       <method name="Void .ctor()">
45673         <size>7</size>
45674       </method>
45675     </type>
45676   </test>
45677   <test name="test-789.cs">
45678     <type name="Program">
45679       <method name="Void Main()">
45680         <size>76</size>
45681       </method>
45682       <method name="Void &lt;Main&gt;m__0()">
45683         <size>7</size>
45684       </method>
45685       <method name="Void .ctor()">
45686         <size>7</size>
45687       </method>
45688     </type>
45689   </test>
45690   <test name="test-79.cs">
45691     <type name="X">
45692       <method name="Void .ctor()">
45693         <size>7</size>
45694       </method>
45695       <method name="Int32 Main()">
45696         <size>40</size>
45697       </method>
45698     </type>
45699   </test>
45700   <test name="test-790.cs">
45701     <type name="S">
45702       <method name="Void .ctor(Double)">
45703         <size>1</size>
45704       </method>
45705     </type>
45706     <type name="Test">
45707       <method name="Void Verify_1(Test ByRef, Test ByRef)">
45708         <size>20</size>
45709       </method>
45710       <method name="Void Verify_2(S ByRef, S ByRef)">
45711         <size>28</size>
45712       </method>
45713       <method name="Void Verify_3(E ByRef, E ByRef)">
45714         <size>9</size>
45715       </method>
45716       <method name="Int32 Main()">
45717         <size>29</size>
45718       </method>
45719     </type>
45720   </test>
45721   <test name="test-791.cs">
45722     <type name="testApp.TestApp">
45723       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
45724         <size>12</size>
45725       </method>
45726       <method name="Int32 Main()">
45727         <size>68</size>
45728       </method>
45729       <method name="Boolean GetEnumerator()">
45730         <size>6</size>
45731       </method>
45732       <method name="Void .ctor()">
45733         <size>7</size>
45734       </method>
45735     </type>
45736   </test>
45737   <test name="test-792.cs">
45738     <type name="Program">
45739       <method name="Void Test()">
45740         <size>24</size>
45741       </method>
45742       <method name="Void Test2(IMemberDelayed)">
45743         <size>19</size>
45744       </method>
45745       <method name="Void Main()">
45746         <size>1</size>
45747       </method>
45748       <method name="Void .ctor()">
45749         <size>7</size>
45750       </method>
45751     </type>
45752   </test>
45753   <test name="test-793.cs">
45754     <type name="MonoPointerBugTest.Program">
45755       <method name="Int32 Main()">
45756         <size>43</size>
45757       </method>
45758       <method name="Void .ctor()">
45759         <size>7</size>
45760       </method>
45761     </type>
45762   </test>
45763   <test name="test-794.cs">
45764     <type name="C">
45765       <method name="Void Main()">
45766         <size>11</size>
45767       </method>
45768       <method name="Void TestCallOnly()">
45769         <size>65</size>
45770       </method>
45771       <method name="Void SomeMethod()">
45772         <size>1</size>
45773       </method>
45774       <method name="Void .ctor()">
45775         <size>7</size>
45776       </method>
45777     </type>
45778   </test>
45779   <test name="test-795.cs">
45780     <type name="Test">
45781       <method name="Int32 Main()">
45782         <size>112</size>
45783       </method>
45784       <method name="Void .ctor()">
45785         <size>25</size>
45786       </method>
45787     </type>
45788   </test>
45789   <test name="test-796.cs">
45790     <type name="Program">
45791       <method name="Void Main()">
45792         <size>1</size>
45793       </method>
45794       <method name="Void .ctor()">
45795         <size>7</size>
45796       </method>
45797     </type>
45798     <type name="FooAttribute">
45799       <method name="Void .ctor()">
45800         <size>7</size>
45801       </method>
45802     </type>
45803   </test>
45804   <test name="test-797.cs">
45805     <type name="C">
45806       <method name="Void Main()">
45807         <size>1</size>
45808       </method>
45809       <method name="Void .ctor()">
45810         <size>7</size>
45811       </method>
45812     </type>
45813   </test>
45814   <test name="test-798.cs">
45815     <type name="A">
45816       <method name="Void Foo(Int32 ByRef)">
45817         <size>5</size>
45818       </method>
45819       <method name="Void .ctor()">
45820         <size>7</size>
45821       </method>
45822     </type>
45823     <type name="B">
45824       <method name="Void Foo(Int32 ByRef)">
45825         <size>11</size>
45826       </method>
45827       <method name="Void .ctor()">
45828         <size>7</size>
45829       </method>
45830     </type>
45831     <type name="C">
45832       <method name="Int32 Main()">
45833         <size>24</size>
45834       </method>
45835       <method name="Void .ctor()">
45836         <size>7</size>
45837       </method>
45838     </type>
45839   </test>
45840   <test name="test-799.cs">
45841     <type name="Test2">
45842       <method name="Int32 Main()">
45843         <size>13</size>
45844       </method>
45845       <method name="Void .ctor()">
45846         <size>7</size>
45847       </method>
45848     </type>
45849     <type name="Test2+Foo">
45850       <method name="Void .ctor()">
45851         <size>7</size>
45852       </method>
45853     </type>
45854     <type name="Test2+Bar">
45855       <method name="Void .ctor(Foo)">
45856         <size>7</size>
45857       </method>
45858     </type>
45859   </test>
45860   <test name="test-8.cs">
45861     <type name="X">
45862       <method name="Void .ctor()">
45863         <size>7</size>
45864       </method>
45865       <method name="Int32 Main(System.String[])">
45866         <size>115</size>
45867       </method>
45868     </type>
45869   </test>
45870   <test name="test-80.cs">
45871     <type name="X">
45872       <method name="Void .ctor()">
45873         <size>7</size>
45874       </method>
45875       <method name="Int32 Add(Int32, Int32)">
45876         <size>4</size>
45877       </method>
45878     </type>
45879     <type name="Y">
45880       <method name="Void .ctor()">
45881         <size>7</size>
45882       </method>
45883       <method name="Int32 Main()">
45884         <size>34</size>
45885       </method>
45886       <method name="Int32 A.Add(Int32, Int32)">
45887         <size>9</size>
45888       </method>
45889     </type>
45890   </test>
45891   <test name="test-800.cs">
45892     <type name="C">
45893       <method name="Void Main()">
45894         <size>5</size>
45895       </method>
45896       <method name="Void .ctor()">
45897         <size>7</size>
45898       </method>
45899     </type>
45900   </test>
45901   <test name="test-801.cs">
45902     <type name="C">
45903       <method name="Int32 Main()">
45904         <size>154</size>
45905       </method>
45906       <method name="E op_Implicit(C)">
45907         <size>3</size>
45908       </method>
45909       <method name="Int32 op_Implicit(C)">
45910         <size>2</size>
45911       </method>
45912       <method name="Void .ctor()">
45913         <size>7</size>
45914       </method>
45915     </type>
45916   </test>
45917   <test name="test-81.cs">
45918     <type name="N1.A">
45919       <method name="Void .ctor()">
45920         <size>7</size>
45921       </method>
45922       <method name="Void Bar()">
45923         <size>44</size>
45924       </method>
45925       <method name="Int32 Main()">
45926         <size>71</size>
45927       </method>
45928     </type>
45929   </test>
45930   <test name="test-82.cs">
45931     <type name="N1.N2.B">
45932       <method name="Void .ctor()">
45933         <size>7</size>
45934       </method>
45935       <method name="Void Method(A ByRef)">
45936         <size>1</size>
45937       </method>
45938       <method name="Int32 Main()">
45939         <size>2</size>
45940       </method>
45941     </type>
45942     <type name="N1.N3.B">
45943       <method name="Void .ctor()">
45944         <size>7</size>
45945       </method>
45946       <method name="Void Method(A ByRef)">
45947         <size>1</size>
45948       </method>
45949     </type>
45950   </test>
45951   <test name="test-83.cs">
45952     <type name="PersonArrivedArgs">
45953       <method name="Void .ctor(String)">
45954         <size>14</size>
45955       </method>
45956     </type>
45957     <type name="Greeter">
45958       <method name="Void .ctor(String)">
45959         <size>14</size>
45960       </method>
45961       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
45962         <size>18</size>
45963       </method>
45964     </type>
45965     <type name="Room">
45966       <method name="Void .ctor()">
45967         <size>14</size>
45968       </method>
45969       <method name="Void add_PersonArrived(PersonArrivedHandler)">
45970         <size>47</size>
45971       </method>
45972       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
45973         <size>47</size>
45974       </method>
45975       <method name="Void AddPerson(System.String)">
45976         <size>14</size>
45977       </method>
45978     </type>
45979     <type name="DelegateTest">
45980       <method name="Void .ctor()">
45981         <size>7</size>
45982       </method>
45983       <method name="Int32 Main()">
45984         <size>2</size>
45985       </method>
45986     </type>
45987     <type name="PersonArrivedHandler">
45988       <method name="Void .ctor(Object, IntPtr)">
45989         <size>0</size>
45990       </method>
45991       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
45992         <size>0</size>
45993       </method>
45994       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
45995         <size>0</size>
45996       </method>
45997       <method name="Void EndInvoke(IAsyncResult)">
45998         <size>0</size>
45999       </method>
46000     </type>
46001   </test>
46002   <test name="test-84.cs">
46003     <type name="Ghost">
46004       <method name="Void .ctor()">
46005         <size>7</size>
46006       </method>
46007       <method name="Int32 Main()">
46008         <size>6</size>
46009       </method>
46010     </type>
46011   </test>
46012   <test name="test-85.cs">
46013     <type name="X">
46014       <method name="Void .ctor()">
46015         <size>7</size>
46016       </method>
46017       <method name="Int32 Main()">
46018         <size>20</size>
46019       </method>
46020     </type>
46021   </test>
46022   <test name="test-86.cs">
46023     <type name="T.T">
46024       <method name="Void .ctor()">
46025         <size>7</size>
46026       </method>
46027       <method name="Int32 method1(System.Type, Int32)">
46028         <size>23</size>
46029       </method>
46030       <method name="Int32 method1(System.Type, System.Type[])">
46031         <size>12</size>
46032       </method>
46033       <method name="Int32 method2(System.Type, Int32)">
46034         <size>23</size>
46035       </method>
46036       <method name="Int32 method2(System.Type, System.Type[])">
46037         <size>12</size>
46038       </method>
46039       <method name="Int32 Main()">
46040         <size>36</size>
46041       </method>
46042     </type>
46043   </test>
46044   <test name="test-87.cs">
46045     <type name="Top">
46046       <method name="Void .ctor()">
46047         <size>7</size>
46048       </method>
46049       <method name="Int32 Main()">
46050         <size>58</size>
46051       </method>
46052     </type>
46053     <type name="Top+X">
46054       <method name="Void .ctor()">
46055         <size>7</size>
46056       </method>
46057     </type>
46058     <type name="Top+Y">
46059       <method name="Void .ctor()">
46060         <size>7</size>
46061       </method>
46062     </type>
46063     <type name="Top+XA">
46064       <method name="Void .ctor()">
46065         <size>7</size>
46066       </method>
46067       <method name="Int32 get_one()">
46068         <size>2</size>
46069       </method>
46070     </type>
46071     <type name="Top+XB">
46072       <method name="Void .ctor()">
46073         <size>7</size>
46074       </method>
46075       <method name="Int32 get_one()">
46076         <size>2</size>
46077       </method>
46078       <method name="Int32 get_two()">
46079         <size>2</size>
46080       </method>
46081     </type>
46082     <type name="Other">
46083       <method name="Void .ctor()">
46084         <size>7</size>
46085       </method>
46086       <method name="Void X()">
46087         <size>5</size>
46088       </method>
46089     </type>
46090   </test>
46091   <test name="test-88.cs">
46092     <type name="X">
46093       <method name="Void .ctor()">
46094         <size>7</size>
46095       </method>
46096       <method name="Void f(System.String)">
46097         <size>19</size>
46098       </method>
46099       <method name="Int32 Main()">
46100         <size>63</size>
46101       </method>
46102     </type>
46103     <type name="&lt;PrivateImplementationDetails&gt;">
46104       <method name="Void .ctor()">
46105         <size>7</size>
46106       </method>
46107     </type>
46108   </test>
46109   <test name="test-89.cs">
46110     <type name="X">
46111       <method name="Void .ctor(Int32)">
46112         <size>8</size>
46113       </method>
46114       <method name="X F(Int32)">
46115         <size>7</size>
46116       </method>
46117       <method name="Int32 Main()">
46118         <size>99</size>
46119       </method>
46120     </type>
46121   </test>
46122   <test name="test-9.cs">
46123     <type name="X">
46124       <method name="Void .ctor()">
46125         <size>7</size>
46126       </method>
46127       <method name="Int32 Main(System.String[])">
46128         <size>104</size>
46129       </method>
46130     </type>
46131   </test>
46132   <test name="test-90.cs">
46133     <type name="N1.Blah">
46134       <method name="Void .ctor()">
46135         <size>7</size>
46136       </method>
46137       <method name="Int32 Main()">
46138         <size>2</size>
46139       </method>
46140     </type>
46141   </test>
46142   <test name="test-91.cs">
46143     <type name="Abstract">
46144       <method name="Void .ctor()">
46145         <size>7</size>
46146       </method>
46147     </type>
46148     <type name="Plain">
46149       <method name="Void .ctor()">
46150         <size>7</size>
46151       </method>
46152     </type>
46153     <type name="Test">
46154       <method name="Void .ctor()">
46155         <size>7</size>
46156       </method>
46157       <method name="Void MyProtectedInternal()">
46158         <size>1</size>
46159       </method>
46160       <method name="Void MyInternal()">
46161         <size>1</size>
46162       </method>
46163       <method name="Void MyPublic()">
46164         <size>1</size>
46165       </method>
46166       <method name="Void MyPrivate()">
46167         <size>1</size>
46168       </method>
46169       <method name="Int32 Main()">
46170         <size>242</size>
46171       </method>
46172     </type>
46173   </test>
46174   <test name="test-92.cs">
46175     <type name="Outer">
46176       <method name="Void .ctor()">
46177         <size>7</size>
46178       </method>
46179     </type>
46180     <type name="Outer+Inner">
46181       <method name="Void .ctor()">
46182         <size>7</size>
46183       </method>
46184     </type>
46185     <type name="InnerBase">
46186       <method name="Void .ctor()">
46187         <size>7</size>
46188       </method>
46189     </type>
46190     <type name="MainClass">
46191       <method name="Void .ctor()">
46192         <size>7</size>
46193       </method>
46194       <method name="Int32 Main()">
46195         <size>2</size>
46196       </method>
46197     </type>
46198   </test>
46199   <test name="test-93.cs">
46200     <type name="N1.C">
46201       <method name="Void .ctor()">
46202         <size>7</size>
46203       </method>
46204       <method name="Void method(B ByRef)">
46205         <size>15</size>
46206       </method>
46207     </type>
46208     <type name="Test">
46209       <method name="Void .ctor()">
46210         <size>7</size>
46211       </method>
46212       <method name="Int32 Main()">
46213         <size>15</size>
46214       </method>
46215     </type>
46216   </test>
46217   <test name="test-94.cs">
46218     <type name="Base">
46219       <method name="Void .ctor()">
46220         <size>7</size>
46221       </method>
46222       <method name="Int32 IVehicle.Start()">
46223         <size>2</size>
46224       </method>
46225       <method name="Int32 Stop()">
46226         <size>2</size>
46227       </method>
46228       <method name="Int32 Turn()">
46229         <size>2</size>
46230       </method>
46231     </type>
46232     <type name="Derived1">
46233       <method name="Void .ctor()">
46234         <size>7</size>
46235       </method>
46236       <method name="Int32 Turn()">
46237         <size>2</size>
46238       </method>
46239     </type>
46240     <type name="Derived2">
46241       <method name="Void .ctor()">
46242         <size>7</size>
46243       </method>
46244       <method name="Int32 IVehicle.Start()">
46245         <size>2</size>
46246       </method>
46247       <method name="Int32 IVehicle.Turn()">
46248         <size>2</size>
46249       </method>
46250       <method name="Int32 Stop()">
46251         <size>2</size>
46252       </method>
46253       <method name="Int32 Turn()">
46254         <size>2</size>
46255       </method>
46256     </type>
46257     <type name="Test">
46258       <method name="Void .ctor()">
46259         <size>7</size>
46260       </method>
46261       <method name="Int32 Main()">
46262         <size>88</size>
46263       </method>
46264     </type>
46265   </test>
46266   <test name="test-95.cs">
46267     <type name="X">
46268       <method name="Void .ctor()">
46269         <size>7</size>
46270       </method>
46271       <method name="Int32 Main()">
46272         <size>30</size>
46273       </method>
46274     </type>
46275   </test>
46276   <test name="test-96.cs">
46277     <type name="N1.A">
46278       <method name="Void .ctor()">
46279         <size>7</size>
46280       </method>
46281       <method name="Int32 Main()">
46282         <size>2</size>
46283       </method>
46284     </type>
46285     <type name="N1.C">
46286       <method name="Void .ctor(Object, IntPtr)">
46287         <size>0</size>
46288       </method>
46289       <method name="Void Invoke(System.Object, N1.A)">
46290         <size>0</size>
46291       </method>
46292       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
46293         <size>0</size>
46294       </method>
46295       <method name="Void EndInvoke(IAsyncResult)">
46296         <size>0</size>
46297       </method>
46298     </type>
46299   </test>
46300   <test name="test-97.cs">
46301     <type name="X">
46302       <method name="Void .ctor()">
46303         <size>7</size>
46304       </method>
46305       <method name="Int32 Main()">
46306         <size>2</size>
46307       </method>
46308     </type>
46309   </test>
46310   <test name="test-98.cs">
46311     <type name="X">
46312       <method name="Void .ctor()">
46313         <size>7</size>
46314       </method>
46315       <method name="Void b()">
46316         <size>19</size>
46317       </method>
46318     </type>
46319     <type name="Y">
46320       <method name="Void .ctor()">
46321         <size>7</size>
46322       </method>
46323       <method name="Int32 Main()">
46324         <size>2</size>
46325       </method>
46326     </type>
46327   </test>
46328   <test name="test-99.cs">
46329     <type name="X">
46330       <method name="Void .ctor()">
46331         <size>7</size>
46332       </method>
46333       <method name="Int32 Main()">
46334         <size>104</size>
46335       </method>
46336     </type>
46337   </test>
46338   <test name="test-anon-01.cs">
46339     <type name="X">
46340       <method name="Void .ctor()">
46341         <size>7</size>
46342       </method>
46343       <method name="Int32 Main()">
46344         <size>21</size>
46345       </method>
46346     </type>
46347     <type name="S">
46348       <method name="Void .ctor(Object, IntPtr)">
46349         <size>0</size>
46350       </method>
46351       <method name="Void Invoke()">
46352         <size>0</size>
46353       </method>
46354       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46355         <size>0</size>
46356       </method>
46357       <method name="Void EndInvoke(IAsyncResult)">
46358         <size>0</size>
46359       </method>
46360     </type>
46361     <type name="X+&lt;Main&gt;c__AnonStorey0">
46362       <method name="Void .ctor()">
46363         <size>7</size>
46364       </method>
46365       <method name="Void &lt;&gt;m__0()">
46366         <size>8</size>
46367       </method>
46368     </type>
46369   </test>
46370   <test name="test-anon-02.cs">
46371     <type name="X">
46372       <method name="Void .ctor()">
46373         <size>7</size>
46374       </method>
46375       <method name="Int32 Main()">
46376         <size>151</size>
46377       </method>
46378     </type>
46379     <type name="S">
46380       <method name="Void .ctor(Object, IntPtr)">
46381         <size>0</size>
46382       </method>
46383       <method name="Void Invoke()">
46384         <size>0</size>
46385       </method>
46386       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46387         <size>0</size>
46388       </method>
46389       <method name="Void EndInvoke(IAsyncResult)">
46390         <size>0</size>
46391       </method>
46392     </type>
46393     <type name="X+&lt;Main&gt;c__AnonStorey0">
46394       <method name="Void .ctor()">
46395         <size>7</size>
46396       </method>
46397       <method name="Void &lt;&gt;m__0()">
46398         <size>113</size>
46399       </method>
46400     </type>
46401   </test>
46402   <test name="test-anon-03.cs">
46403     <type name="X">
46404       <method name="Void .ctor()">
46405         <size>7</size>
46406       </method>
46407       <method name="Void Main()">
46408         <size>59</size>
46409       </method>
46410     </type>
46411     <type name="S">
46412       <method name="Void .ctor(Object, IntPtr)">
46413         <size>0</size>
46414       </method>
46415       <method name="Void Invoke()">
46416         <size>0</size>
46417       </method>
46418       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46419         <size>0</size>
46420       </method>
46421       <method name="Void EndInvoke(IAsyncResult)">
46422         <size>0</size>
46423       </method>
46424     </type>
46425     <type name="X+&lt;Main&gt;c__AnonStorey0">
46426       <method name="Void .ctor()">
46427         <size>7</size>
46428       </method>
46429       <method name="Void &lt;&gt;m__0()">
46430         <size>8</size>
46431       </method>
46432     </type>
46433   </test>
46434   <test name="test-anon-04.cs">
46435     <type name="X">
46436       <method name="Void .ctor()">
46437         <size>7</size>
46438       </method>
46439       <method name="Void Main()">
46440         <size>59</size>
46441       </method>
46442     </type>
46443     <type name="S">
46444       <method name="Void .ctor(Object, IntPtr)">
46445         <size>0</size>
46446       </method>
46447       <method name="Void Invoke()">
46448         <size>0</size>
46449       </method>
46450       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46451         <size>0</size>
46452       </method>
46453       <method name="Void EndInvoke(IAsyncResult)">
46454         <size>0</size>
46455       </method>
46456     </type>
46457     <type name="X+&lt;Main&gt;c__AnonStorey0">
46458       <method name="Void .ctor()">
46459         <size>7</size>
46460       </method>
46461       <method name="Void &lt;&gt;m__0()">
46462         <size>30</size>
46463       </method>
46464     </type>
46465   </test>
46466   <test name="test-anon-05.cs">
46467     <type name="X">
46468       <method name="Void .ctor()">
46469         <size>7</size>
46470       </method>
46471       <method name="Int32 Main()">
46472         <size>207</size>
46473       </method>
46474       <method name="Boolean t(Int32, Int32)">
46475         <size>5</size>
46476       </method>
46477     </type>
46478     <type name="S">
46479       <method name="Void .ctor(Object, IntPtr)">
46480         <size>0</size>
46481       </method>
46482       <method name="Void Invoke()">
46483         <size>0</size>
46484       </method>
46485       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46486         <size>0</size>
46487       </method>
46488       <method name="Void EndInvoke(IAsyncResult)">
46489         <size>0</size>
46490       </method>
46491     </type>
46492     <type name="X+&lt;Main&gt;c__AnonStorey1">
46493       <method name="Void .ctor()">
46494         <size>7</size>
46495       </method>
46496       <method name="Void &lt;&gt;m__0()">
46497         <size>76</size>
46498       </method>
46499     </type>
46500     <type name="X+&lt;Main&gt;c__AnonStorey0">
46501       <method name="Void .ctor()">
46502         <size>7</size>
46503       </method>
46504     </type>
46505   </test>
46506   <test name="test-anon-06.cs">
46507     <type name="X">
46508       <method name="Void .ctor()">
46509         <size>7</size>
46510       </method>
46511       <method name="Int32 Main()">
46512         <size>112</size>
46513       </method>
46514     </type>
46515     <type name="S">
46516       <method name="Void .ctor(Object, IntPtr)">
46517         <size>0</size>
46518       </method>
46519       <method name="Void Invoke()">
46520         <size>0</size>
46521       </method>
46522       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46523         <size>0</size>
46524       </method>
46525       <method name="Void EndInvoke(IAsyncResult)">
46526         <size>0</size>
46527       </method>
46528     </type>
46529     <type name="X+&lt;Main&gt;c__AnonStorey0">
46530       <method name="Void .ctor()">
46531         <size>7</size>
46532       </method>
46533       <method name="Void &lt;&gt;m__0()">
46534         <size>18</size>
46535       </method>
46536     </type>
46537   </test>
46538   <test name="test-anon-07.cs">
46539     <type name="X">
46540       <method name="Void .ctor()">
46541         <size>7</size>
46542       </method>
46543       <method name="Int32 Main()">
46544         <size>120</size>
46545       </method>
46546       <method name="Boolean t(Int32, Int32)">
46547         <size>5</size>
46548       </method>
46549     </type>
46550     <type name="D">
46551       <method name="Void .ctor(Object, IntPtr)">
46552         <size>0</size>
46553       </method>
46554       <method name="Void Invoke()">
46555         <size>0</size>
46556       </method>
46557       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46558         <size>0</size>
46559       </method>
46560       <method name="Void EndInvoke(IAsyncResult)">
46561         <size>0</size>
46562       </method>
46563     </type>
46564     <type name="X+&lt;Main&gt;c__AnonStorey0">
46565       <method name="Void .ctor()">
46566         <size>7</size>
46567       </method>
46568       <method name="Void &lt;&gt;m__0()">
46569         <size>18</size>
46570       </method>
46571       <method name="Void &lt;&gt;m__1()">
46572         <size>18</size>
46573       </method>
46574     </type>
46575   </test>
46576   <test name="test-anon-08.cs">
46577     <type name="X">
46578       <method name="Void .ctor()">
46579         <size>7</size>
46580       </method>
46581       <method name="Int32 Main()">
46582         <size>35</size>
46583       </method>
46584     </type>
46585     <type name="S">
46586       <method name="Void .ctor(Object, IntPtr)">
46587         <size>0</size>
46588       </method>
46589       <method name="Void Invoke()">
46590         <size>0</size>
46591       </method>
46592       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46593         <size>0</size>
46594       </method>
46595       <method name="Void EndInvoke(IAsyncResult)">
46596         <size>0</size>
46597       </method>
46598     </type>
46599     <type name="X+&lt;Main&gt;c__AnonStorey0">
46600       <method name="Void .ctor()">
46601         <size>7</size>
46602       </method>
46603       <method name="Void &lt;&gt;m__0()">
46604         <size>13</size>
46605       </method>
46606     </type>
46607   </test>
46608   <test name="test-anon-09.cs">
46609     <type name="X">
46610       <method name="Void .ctor()">
46611         <size>7</size>
46612       </method>
46613       <method name="Int32 Main()">
46614         <size>59</size>
46615       </method>
46616     </type>
46617     <type name="X+D">
46618       <method name="Void .ctor(Object, IntPtr)">
46619         <size>0</size>
46620       </method>
46621       <method name="Void Invoke()">
46622         <size>0</size>
46623       </method>
46624       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46625         <size>0</size>
46626       </method>
46627       <method name="Void EndInvoke(IAsyncResult)">
46628         <size>0</size>
46629       </method>
46630     </type>
46631     <type name="X+&lt;Main&gt;c__AnonStorey0">
46632       <method name="Void .ctor()">
46633         <size>7</size>
46634       </method>
46635       <method name="Void &lt;&gt;m__0()">
46636         <size>49</size>
46637       </method>
46638     </type>
46639   </test>
46640   <test name="test-anon-10.cs">
46641     <type name="S">
46642       <method name="Void .ctor()">
46643         <size>7</size>
46644       </method>
46645       <method name="Void Test()">
46646         <size>105</size>
46647       </method>
46648       <method name="Int32 Main()">
46649         <size>66</size>
46650       </method>
46651     </type>
46652     <type name="S+T">
46653       <method name="Void .ctor(Object, IntPtr)">
46654         <size>0</size>
46655       </method>
46656       <method name="Void Invoke()">
46657         <size>0</size>
46658       </method>
46659       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46660         <size>0</size>
46661       </method>
46662       <method name="Void EndInvoke(IAsyncResult)">
46663         <size>0</size>
46664       </method>
46665     </type>
46666     <type name="S+&lt;Test&gt;c__AnonStorey1">
46667       <method name="Void .ctor()">
46668         <size>7</size>
46669       </method>
46670     </type>
46671     <type name="S+&lt;Test&gt;c__AnonStorey0">
46672       <method name="Void .ctor()">
46673         <size>7</size>
46674       </method>
46675     </type>
46676     <type name="S+&lt;Test&gt;c__AnonStorey1">
46677       <method name="Void &lt;&gt;m__0()">
46678         <size>76</size>
46679       </method>
46680     </type>
46681   </test>
46682   <test name="test-anon-11.cs">
46683     <type name="X">
46684       <method name="Void .ctor()">
46685         <size>7</size>
46686       </method>
46687       <method name="Int32 Main()">
46688         <size>122</size>
46689       </method>
46690     </type>
46691     <type name="D">
46692       <method name="Void .ctor(Object, IntPtr)">
46693         <size>0</size>
46694       </method>
46695       <method name="Void Invoke(Int32)">
46696         <size>0</size>
46697       </method>
46698       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46699         <size>0</size>
46700       </method>
46701       <method name="Void EndInvoke(IAsyncResult)">
46702         <size>0</size>
46703       </method>
46704     </type>
46705     <type name="E">
46706       <method name="Void .ctor(Object, IntPtr)">
46707         <size>0</size>
46708       </method>
46709       <method name="Void Invoke(Int32 ByRef)">
46710         <size>0</size>
46711       </method>
46712       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
46713         <size>0</size>
46714       </method>
46715       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
46716         <size>0</size>
46717       </method>
46718     </type>
46719     <type name="F">
46720       <method name="Void .ctor(Object, IntPtr)">
46721         <size>0</size>
46722       </method>
46723       <method name="Void Invoke(System.Int32[])">
46724         <size>0</size>
46725       </method>
46726       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
46727         <size>0</size>
46728       </method>
46729       <method name="Void EndInvoke(IAsyncResult)">
46730         <size>0</size>
46731       </method>
46732     </type>
46733     <type name="X">
46734       <method name="Void &lt;Main&gt;m__0(Int32)">
46735         <size>1</size>
46736       </method>
46737       <method name="Void &lt;Main&gt;m__1(Int32)">
46738         <size>1</size>
46739       </method>
46740       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
46741         <size>1</size>
46742       </method>
46743       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
46744         <size>1</size>
46745       </method>
46746     </type>
46747   </test>
46748   <test name="test-anon-12.cs">
46749     <type name="X">
46750       <method name="Void .ctor()">
46751         <size>7</size>
46752       </method>
46753       <method name="Int32 Main()">
46754         <size>256</size>
46755       </method>
46756       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
46757         <size>83</size>
46758       </method>
46759     </type>
46760     <type name="predicate">
46761       <method name="Void .ctor(Object, IntPtr)">
46762         <size>0</size>
46763       </method>
46764       <method name="Boolean Invoke(System.Object)">
46765         <size>0</size>
46766       </method>
46767       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
46768         <size>0</size>
46769       </method>
46770       <method name="Boolean EndInvoke(IAsyncResult)">
46771         <size>0</size>
46772       </method>
46773     </type>
46774     <type name="X">
46775       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
46776         <size>12</size>
46777       </method>
46778     </type>
46779   </test>
46780   <test name="test-anon-13.cs">
46781     <type name="X">
46782       <method name="Void .ctor(Int32)">
46783         <size>14</size>
46784       </method>
46785       <method name="Void Main()">
46786         <size>42</size>
46787       </method>
46788       <method name="D T()">
46789         <size>15</size>
46790       </method>
46791       <method name="System.String CALL()">
46792         <size>6</size>
46793       </method>
46794     </type>
46795     <type name="D">
46796       <method name="Void .ctor(Object, IntPtr)">
46797         <size>0</size>
46798       </method>
46799       <method name="Void Invoke()">
46800         <size>0</size>
46801       </method>
46802       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46803         <size>0</size>
46804       </method>
46805       <method name="Void EndInvoke(IAsyncResult)">
46806         <size>0</size>
46807       </method>
46808     </type>
46809     <type name="X">
46810       <method name="Void &lt;T&gt;m__0()">
46811         <size>22</size>
46812       </method>
46813     </type>
46814   </test>
46815   <test name="test-anon-14.cs">
46816     <type name="X">
46817       <method name="Void .ctor()">
46818         <size>7</size>
46819       </method>
46820       <method name="Void add_Click(X+T)">
46821         <size>45</size>
46822       </method>
46823       <method name="Void remove_Click(X+T)">
46824         <size>45</size>
46825       </method>
46826       <method name="Void Method()">
46827         <size>1</size>
46828       </method>
46829       <method name="Void Main()">
46830         <size>31</size>
46831       </method>
46832     </type>
46833     <type name="X+T">
46834       <method name="Void .ctor(Object, IntPtr)">
46835         <size>0</size>
46836       </method>
46837       <method name="Void 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="Void EndInvoke(IAsyncResult)">
46844         <size>0</size>
46845       </method>
46846     </type>
46847   </test>
46848   <test name="test-anon-15.cs">
46849     <type name="Foo">
46850       <method name="Void .ctor()">
46851         <size>7</size>
46852       </method>
46853       <method name="Void Main()">
46854         <size>43</size>
46855       </method>
46856     </type>
46857     <type name="Foo+Inner">
46858       <method name="Void .ctor(String)">
46859         <size>7</size>
46860       </method>
46861     </type>
46862     <type name="Foo+foo_fn">
46863       <method name="Void .ctor(Object, IntPtr)">
46864         <size>0</size>
46865       </method>
46866       <method name="Foo+Inner Invoke(System.String)">
46867         <size>0</size>
46868       </method>
46869       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
46870         <size>0</size>
46871       </method>
46872       <method name="Foo+Inner EndInvoke(IAsyncResult)">
46873         <size>0</size>
46874       </method>
46875     </type>
46876     <type name="Foo">
46877       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
46878         <size>13</size>
46879       </method>
46880     </type>
46881   </test>
46882   <test name="test-anon-16.cs">
46883     <type name="X">
46884       <method name="Void .ctor(Int32)">
46885         <size>14</size>
46886       </method>
46887       <method name="Void Main()">
46888         <size>42</size>
46889       </method>
46890       <method name="D T()">
46891         <size>15</size>
46892       </method>
46893     </type>
46894     <type name="D">
46895       <method name="Void .ctor(Object, IntPtr)">
46896         <size>0</size>
46897       </method>
46898       <method name="Void Invoke()">
46899         <size>0</size>
46900       </method>
46901       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46902         <size>0</size>
46903       </method>
46904       <method name="Void EndInvoke(IAsyncResult)">
46905         <size>0</size>
46906       </method>
46907     </type>
46908     <type name="X">
46909       <method name="Void &lt;T&gt;m__0()">
46910         <size>27</size>
46911       </method>
46912     </type>
46913   </test>
46914   <test name="test-anon-17.cs">
46915     <type name="Button">
46916       <method name="Void .ctor()">
46917         <size>7</size>
46918       </method>
46919       <method name="Void add_Clicked(ClickEvent)">
46920         <size>47</size>
46921       </method>
46922       <method name="Void remove_Clicked(ClickEvent)">
46923         <size>47</size>
46924       </method>
46925       <method name="Void DoClick()">
46926         <size>12</size>
46927       </method>
46928     </type>
46929     <type name="X">
46930       <method name="Void .ctor()">
46931         <size>7</size>
46932       </method>
46933       <method name="Void .cctor()">
46934         <size>1</size>
46935       </method>
46936       <method name="Int32 Main()">
46937         <size>61</size>
46938       </method>
46939     </type>
46940     <type name="ClickEvent">
46941       <method name="Void .ctor(Object, IntPtr)">
46942         <size>0</size>
46943       </method>
46944       <method name="Void Invoke()">
46945         <size>0</size>
46946       </method>
46947       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46948         <size>0</size>
46949       </method>
46950       <method name="Void EndInvoke(IAsyncResult)">
46951         <size>0</size>
46952       </method>
46953     </type>
46954     <type name="X">
46955       <method name="Void &lt;Main&gt;m__0()">
46956         <size>17</size>
46957       </method>
46958     </type>
46959   </test>
46960   <test name="test-anon-18.cs">
46961     <type name="DelegateTest">
46962       <method name="Void .ctor()">
46963         <size>7</size>
46964       </method>
46965       <method name="Void Main(System.String[])">
46966         <size>83</size>
46967       </method>
46968     </type>
46969     <type name="A">
46970       <method name="Void .ctor(Object, IntPtr)">
46971         <size>0</size>
46972       </method>
46973       <method name="Void Invoke()">
46974         <size>0</size>
46975       </method>
46976       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46977         <size>0</size>
46978       </method>
46979       <method name="Void EndInvoke(IAsyncResult)">
46980         <size>0</size>
46981       </method>
46982     </type>
46983     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
46984       <method name="Void .ctor()">
46985         <size>7</size>
46986       </method>
46987       <method name="Void &lt;&gt;m__0()">
46988         <size>17</size>
46989       </method>
46990     </type>
46991   </test>
46992   <test name="test-anon-19.cs">
46993     <type name="X">
46994       <method name="Void .ctor()">
46995         <size>7</size>
46996       </method>
46997       <method name="Int32 Main()">
46998         <size>223</size>
46999       </method>
47000       <method name="Boolean t(Int32, Int32)">
47001         <size>5</size>
47002       </method>
47003     </type>
47004     <type name="S">
47005       <method name="Void .ctor(Object, IntPtr)">
47006         <size>0</size>
47007       </method>
47008       <method name="Void Invoke()">
47009         <size>0</size>
47010       </method>
47011       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47012         <size>0</size>
47013       </method>
47014       <method name="Void EndInvoke(IAsyncResult)">
47015         <size>0</size>
47016       </method>
47017     </type>
47018     <type name="X+&lt;Main&gt;c__AnonStorey1">
47019       <method name="Void .ctor()">
47020         <size>7</size>
47021       </method>
47022       <method name="Void &lt;&gt;m__0()">
47023         <size>93</size>
47024       </method>
47025     </type>
47026     <type name="X+&lt;Main&gt;c__AnonStorey0">
47027       <method name="Void .ctor()">
47028         <size>7</size>
47029       </method>
47030     </type>
47031   </test>
47032   <test name="test-anon-20.cs">
47033     <type name="X">
47034       <method name="Void .ctor()">
47035         <size>7</size>
47036       </method>
47037       <method name="Void Main()">
47038         <size>33</size>
47039       </method>
47040       <method name="D MainHost()">
47041         <size>28</size>
47042       </method>
47043     </type>
47044     <type name="D">
47045       <method name="Void .ctor(Object, IntPtr)">
47046         <size>0</size>
47047       </method>
47048       <method name="Void Invoke()">
47049         <size>0</size>
47050       </method>
47051       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47052         <size>0</size>
47053       </method>
47054       <method name="Void EndInvoke(IAsyncResult)">
47055         <size>0</size>
47056       </method>
47057     </type>
47058     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
47059       <method name="Void .ctor()">
47060         <size>7</size>
47061       </method>
47062       <method name="Void &lt;&gt;m__0()">
47063         <size>52</size>
47064       </method>
47065     </type>
47066     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
47067       <method name="Void .ctor()">
47068         <size>7</size>
47069       </method>
47070       <method name="Void &lt;&gt;m__1()">
47071         <size>52</size>
47072       </method>
47073     </type>
47074   </test>
47075   <test name="test-anon-21.cs">
47076     <type name="X">
47077       <method name="Void .ctor()">
47078         <size>7</size>
47079       </method>
47080       <method name="Void .cctor()">
47081         <size>1</size>
47082       </method>
47083       <method name="Int32 Main()">
47084         <size>68</size>
47085       </method>
47086       <method name="Void M()">
47087         <size>44</size>
47088       </method>
47089     </type>
47090     <type name="D">
47091       <method name="Void .ctor(Object, IntPtr)">
47092         <size>0</size>
47093       </method>
47094       <method name="Void Invoke()">
47095         <size>0</size>
47096       </method>
47097       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47098         <size>0</size>
47099       </method>
47100       <method name="Void EndInvoke(IAsyncResult)">
47101         <size>0</size>
47102       </method>
47103     </type>
47104     <type name="X+&lt;M&gt;c__AnonStorey0">
47105       <method name="Void .ctor()">
47106         <size>7</size>
47107       </method>
47108       <method name="Void &lt;&gt;m__0()">
47109         <size>48</size>
47110       </method>
47111     </type>
47112     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
47113       <method name="Void .ctor()">
47114         <size>7</size>
47115       </method>
47116       <method name="Void &lt;&gt;m__1()">
47117         <size>81</size>
47118       </method>
47119     </type>
47120   </test>
47121   <test name="test-anon-22.cs">
47122     <type name="X">
47123       <method name="Void .ctor()">
47124         <size>7</size>
47125       </method>
47126       <method name="Void Main()">
47127         <size>33</size>
47128       </method>
47129       <method name="D T()">
47130         <size>28</size>
47131       </method>
47132     </type>
47133     <type name="D">
47134       <method name="Void .ctor(Object, IntPtr)">
47135         <size>0</size>
47136       </method>
47137       <method name="Void Invoke()">
47138         <size>0</size>
47139       </method>
47140       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47141         <size>0</size>
47142       </method>
47143       <method name="Void EndInvoke(IAsyncResult)">
47144         <size>0</size>
47145       </method>
47146     </type>
47147     <type name="X+&lt;T&gt;c__AnonStorey0">
47148       <method name="Void .ctor()">
47149         <size>7</size>
47150       </method>
47151       <method name="Void &lt;&gt;m__0()">
47152         <size>52</size>
47153       </method>
47154     </type>
47155     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
47156       <method name="Void .ctor()">
47157         <size>7</size>
47158       </method>
47159       <method name="Void &lt;&gt;m__1()">
47160         <size>52</size>
47161       </method>
47162     </type>
47163   </test>
47164   <test name="test-anon-23.cs">
47165     <type name="X">
47166       <method name="Void .ctor()">
47167         <size>7</size>
47168       </method>
47169       <method name="Int32 Main()">
47170         <size>68</size>
47171       </method>
47172       <method name="Void M()">
47173         <size>34</size>
47174       </method>
47175     </type>
47176     <type name="D">
47177       <method name="Void .ctor(Object, IntPtr)">
47178         <size>0</size>
47179       </method>
47180       <method name="Void Invoke()">
47181         <size>0</size>
47182       </method>
47183       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47184         <size>0</size>
47185       </method>
47186       <method name="Void EndInvoke(IAsyncResult)">
47187         <size>0</size>
47188       </method>
47189     </type>
47190     <type name="X+&lt;M&gt;c__AnonStorey0">
47191       <method name="Void .ctor()">
47192         <size>7</size>
47193       </method>
47194       <method name="Void &lt;&gt;m__0()">
47195         <size>38</size>
47196       </method>
47197     </type>
47198     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
47199       <method name="Void .ctor()">
47200         <size>7</size>
47201       </method>
47202       <method name="Void &lt;&gt;m__1()">
47203         <size>24</size>
47204       </method>
47205     </type>
47206   </test>
47207   <test name="test-anon-24.cs">
47208     <type name="X">
47209       <method name="Void .ctor()">
47210         <size>7</size>
47211       </method>
47212       <method name="Void Main()">
47213         <size>29</size>
47214       </method>
47215       <method name="D T(Int32)">
47216         <size>28</size>
47217       </method>
47218     </type>
47219     <type name="D">
47220       <method name="Void .ctor(Object, IntPtr)">
47221         <size>0</size>
47222       </method>
47223       <method name="Int32 Invoke()">
47224         <size>0</size>
47225       </method>
47226       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47227         <size>0</size>
47228       </method>
47229       <method name="Int32 EndInvoke(IAsyncResult)">
47230         <size>0</size>
47231       </method>
47232     </type>
47233     <type name="X+&lt;T&gt;c__AnonStorey0">
47234       <method name="Void .ctor()">
47235         <size>7</size>
47236       </method>
47237       <method name="Int32 &lt;&gt;m__0()">
47238         <size>21</size>
47239       </method>
47240     </type>
47241   </test>
47242   <test name="test-anon-25.cs">
47243     <type name="X">
47244       <method name="Void .ctor()">
47245         <size>7</size>
47246       </method>
47247       <method name="Int32 Main()">
47248         <size>48</size>
47249       </method>
47250       <method name="D T(Int32)">
47251         <size>28</size>
47252       </method>
47253     </type>
47254     <type name="D">
47255       <method name="Void .ctor(Object, IntPtr)">
47256         <size>0</size>
47257       </method>
47258       <method name="Int32 Invoke(Int32)">
47259         <size>0</size>
47260       </method>
47261       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
47262         <size>0</size>
47263       </method>
47264       <method name="Int32 EndInvoke(IAsyncResult)">
47265         <size>0</size>
47266       </method>
47267     </type>
47268     <type name="X+&lt;T&gt;c__AnonStorey0">
47269       <method name="Void .ctor()">
47270         <size>7</size>
47271       </method>
47272       <method name="Int32 &lt;&gt;m__0(Int32)">
47273         <size>9</size>
47274       </method>
47275     </type>
47276   </test>
47277   <test name="test-anon-26.cs">
47278     <type name="TestGotoLabels.GotoLabelsTest">
47279       <method name="Int32 Main()">
47280         <size>36</size>
47281       </method>
47282       <method name="Void TestMethod2(TestGotoLabels.GotoLabelsTest+MyDelegate)">
47283         <size>7</size>
47284       </method>
47285       <method name="Void &lt;Main&gt;m__0()">
47286         <size>6</size>
47287       </method>
47288       <method name="Void .ctor()">
47289         <size>7</size>
47290       </method>
47291     </type>
47292     <type name="TestGotoLabels.GotoLabelsTest+MyDelegate">
47293       <method name="Void Invoke()">
47294         <size>0</size>
47295       </method>
47296       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47297         <size>0</size>
47298       </method>
47299       <method name="Void EndInvoke(IAsyncResult)">
47300         <size>0</size>
47301       </method>
47302       <method name="Void .ctor(Object, IntPtr)">
47303         <size>0</size>
47304       </method>
47305     </type>
47306   </test>
47307   <test name="test-anon-27.cs">
47308     <type name="X">
47309       <method name="Void .ctor()">
47310         <size>7</size>
47311       </method>
47312       <method name="Int32 Main()">
47313         <size>138</size>
47314       </method>
47315       <method name="Void M(Int32)">
47316         <size>59</size>
47317       </method>
47318     </type>
47319     <type name="D">
47320       <method name="Void .ctor(Object, IntPtr)">
47321         <size>0</size>
47322       </method>
47323       <method name="Void Invoke()">
47324         <size>0</size>
47325       </method>
47326       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47327         <size>0</size>
47328       </method>
47329       <method name="Void EndInvoke(IAsyncResult)">
47330         <size>0</size>
47331       </method>
47332     </type>
47333     <type name="X+&lt;M&gt;c__AnonStorey0">
47334       <method name="Void .ctor()">
47335         <size>7</size>
47336       </method>
47337       <method name="Void &lt;&gt;m__0()">
47338         <size>38</size>
47339       </method>
47340     </type>
47341     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
47342       <method name="Void .ctor()">
47343         <size>7</size>
47344       </method>
47345       <method name="Void &lt;&gt;m__1()">
47346         <size>50</size>
47347       </method>
47348     </type>
47349   </test>
47350   <test name="test-anon-28.cs">
47351     <type name="Delegable">
47352       <method name="Void .ctor()">
47353         <size>7</size>
47354       </method>
47355       <method name="Void add_MyDelegate(System.EventHandler)">
47356         <size>47</size>
47357       </method>
47358       <method name="Void remove_MyDelegate(System.EventHandler)">
47359         <size>47</size>
47360       </method>
47361     </type>
47362     <type name="DelegateTest">
47363       <method name="Void .ctor()">
47364         <size>7</size>
47365       </method>
47366       <method name="Void Main(System.String[])">
47367         <size>58</size>
47368       </method>
47369     </type>
47370     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
47371       <method name="Void .ctor()">
47372         <size>7</size>
47373       </method>
47374       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
47375         <size>33</size>
47376       </method>
47377     </type>
47378   </test>
47379   <test name="test-anon-29.cs">
47380     <type name="X">
47381       <method name="Void .ctor()">
47382         <size>108</size>
47383       </method>
47384       <method name="System.String Hello()">
47385         <size>20</size>
47386       </method>
47387       <method name="Void Main()">
47388         <size>18</size>
47389       </method>
47390     </type>
47391     <type name="X+Foo">
47392       <method name="Void .ctor(Object, IntPtr)">
47393         <size>0</size>
47394       </method>
47395       <method name="System.String Invoke()">
47396         <size>0</size>
47397       </method>
47398       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47399         <size>0</size>
47400       </method>
47401       <method name="System.String EndInvoke(IAsyncResult)">
47402         <size>0</size>
47403       </method>
47404     </type>
47405     <type name="X+Bar">
47406       <method name="Void .ctor(Object, IntPtr)">
47407         <size>0</size>
47408       </method>
47409       <method name="Void Invoke(System.String)">
47410         <size>0</size>
47411       </method>
47412       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
47413         <size>0</size>
47414       </method>
47415       <method name="Void EndInvoke(IAsyncResult)">
47416         <size>0</size>
47417       </method>
47418     </type>
47419     <type name="X">
47420       <method name="Void &lt;Hello&gt;m__1(System.String)">
47421         <size>7</size>
47422       </method>
47423       <method name="System.String &lt;Hello&gt;m__0()">
47424         <size>201</size>
47425       </method>
47426       <method name="Void &lt;Hello&gt;m__2(System.String)">
47427         <size>7</size>
47428       </method>
47429     </type>
47430   </test>
47431   <test name="test-anon-30.cs">
47432     <type name="X">
47433       <method name="Void .ctor()">
47434         <size>7</size>
47435       </method>
47436     </type>
47437     <type name="Program">
47438       <method name="Void add_E(Program+D)">
47439         <size>45</size>
47440       </method>
47441       <method name="Void remove_E(Program+D)">
47442         <size>45</size>
47443       </method>
47444       <method name="Void Main()">
47445         <size>38</size>
47446       </method>
47447     </type>
47448     <type name="Program+D">
47449       <method name="Void .ctor(Object, IntPtr)">
47450         <size>0</size>
47451       </method>
47452       <method name="Void Invoke(X)">
47453         <size>0</size>
47454       </method>
47455       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
47456         <size>0</size>
47457       </method>
47458       <method name="Void EndInvoke(IAsyncResult)">
47459         <size>0</size>
47460       </method>
47461     </type>
47462     <type name="Program+&lt;Main&gt;c__AnonStorey0">
47463       <method name="Void .ctor()">
47464         <size>7</size>
47465       </method>
47466       <method name="Void &lt;&gt;m__0(X)">
47467         <size>15</size>
47468       </method>
47469     </type>
47470   </test>
47471   <test name="test-anon-31.cs">
47472     <type name="X">
47473       <method name="Void Main()">
47474         <size>35</size>
47475       </method>
47476       <method name="Void DoCall(X+test)">
47477         <size>1</size>
47478       </method>
47479       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
47480         <size>18</size>
47481       </method>
47482       <method name="Void .ctor()">
47483         <size>7</size>
47484       </method>
47485     </type>
47486     <type name="X+test">
47487       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
47488         <size>0</size>
47489       </method>
47490       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
47491         <size>0</size>
47492       </method>
47493       <method name="System.Object EndInvoke(IAsyncResult)">
47494         <size>0</size>
47495       </method>
47496       <method name="Void .ctor(Object, IntPtr)">
47497         <size>0</size>
47498       </method>
47499     </type>
47500   </test>
47501   <test name="test-anon-32.cs">
47502     <type name="MainClass">
47503       <method name="Void .ctor()">
47504         <size>7</size>
47505       </method>
47506       <method name="Void Main()">
47507         <size>37</size>
47508       </method>
47509       <method name="Void SimpleCallback(MainClass, System.String)">
47510         <size>7</size>
47511       </method>
47512     </type>
47513     <type name="StringSender">
47514       <method name="Void .ctor(Object, IntPtr)">
47515         <size>0</size>
47516       </method>
47517       <method name="Void Invoke(System.String)">
47518         <size>0</size>
47519       </method>
47520       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
47521         <size>0</size>
47522       </method>
47523       <method name="Void EndInvoke(IAsyncResult)">
47524         <size>0</size>
47525       </method>
47526     </type>
47527     <type name="VoidDelegate">
47528       <method name="Void .ctor(Object, IntPtr)">
47529         <size>0</size>
47530       </method>
47531       <method name="Void Invoke()">
47532         <size>0</size>
47533       </method>
47534       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47535         <size>0</size>
47536       </method>
47537       <method name="Void EndInvoke(IAsyncResult)">
47538         <size>0</size>
47539       </method>
47540     </type>
47541     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
47542       <method name="Void .ctor()">
47543         <size>7</size>
47544       </method>
47545       <method name="Void &lt;&gt;m__0()">
47546         <size>25</size>
47547       </method>
47548       <method name="Void &lt;&gt;m__1(System.String)">
47549         <size>13</size>
47550       </method>
47551     </type>
47552   </test>
47553   <test name="test-anon-33.cs">
47554     <type name="T">
47555       <method name="Void .ctor()">
47556         <size>7</size>
47557       </method>
47558       <method name="Void doit(Int32)">
47559         <size>7</size>
47560       </method>
47561       <method name="Void Main()">
47562         <size>162</size>
47563       </method>
47564     </type>
47565     <type name="Do">
47566       <method name="Void .ctor(Object, IntPtr)">
47567         <size>0</size>
47568       </method>
47569       <method name="Void Invoke()">
47570         <size>0</size>
47571       </method>
47572       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47573         <size>0</size>
47574       </method>
47575       <method name="Void EndInvoke(IAsyncResult)">
47576         <size>0</size>
47577       </method>
47578     </type>
47579     <type name="T+&lt;Main&gt;c__AnonStorey0">
47580       <method name="Void .ctor()">
47581         <size>7</size>
47582       </method>
47583       <method name="Void &lt;&gt;m__0()">
47584         <size>12</size>
47585       </method>
47586     </type>
47587     <type name="T+&lt;Main&gt;c__AnonStorey1">
47588       <method name="Void .ctor()">
47589         <size>7</size>
47590       </method>
47591       <method name="Void &lt;&gt;m__1()">
47592         <size>12</size>
47593       </method>
47594     </type>
47595   </test>
47596   <test name="test-anon-34.cs">
47597     <type name="Delegates.Space">
47598       <method name="Void .ctor()">
47599         <size>7</size>
47600       </method>
47601       <method name="Void Leak(Boolean, Int32)">
47602         <size>92</size>
47603       </method>
47604     </type>
47605     <type name="Delegates.Program">
47606       <method name="Void .ctor()">
47607         <size>7</size>
47608       </method>
47609       <method name="Void SpaceLeak()">
47610         <size>37</size>
47611       </method>
47612       <method name="Void Main(System.String[])">
47613         <size>6</size>
47614       </method>
47615     </type>
47616     <type name="Delegates.Space+DoCopy">
47617       <method name="Void .ctor(Object, IntPtr)">
47618         <size>0</size>
47619       </method>
47620       <method name="Void Invoke()">
47621         <size>0</size>
47622       </method>
47623       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47624         <size>0</size>
47625       </method>
47626       <method name="Void EndInvoke(IAsyncResult)">
47627         <size>0</size>
47628       </method>
47629     </type>
47630     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
47631       <method name="Void .ctor()">
47632         <size>7</size>
47633       </method>
47634       <method name="Void &lt;&gt;m__0()">
47635         <size>23</size>
47636       </method>
47637     </type>
47638     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
47639       <method name="Void .ctor()">
47640         <size>7</size>
47641       </method>
47642       <method name="Void &lt;&gt;m__1()">
47643         <size>19</size>
47644       </method>
47645     </type>
47646   </test>
47647   <test name="test-anon-35.cs">
47648     <type name="ExceptionWithAnonMethod">
47649       <method name="Int32 Main()">
47650         <size>96</size>
47651       </method>
47652       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
47653         <size>13</size>
47654       </method>
47655       <method name="Void .ctor()">
47656         <size>7</size>
47657       </method>
47658     </type>
47659     <type name="ExceptionWithAnonMethod+EmptyCallback">
47660       <method name="Void Invoke()">
47661         <size>0</size>
47662       </method>
47663       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47664         <size>0</size>
47665       </method>
47666       <method name="Void EndInvoke(IAsyncResult)">
47667         <size>0</size>
47668       </method>
47669       <method name="Void .ctor(Object, IntPtr)">
47670         <size>0</size>
47671       </method>
47672     </type>
47673     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
47674       <method name="Void &lt;&gt;m__0()">
47675         <size>33</size>
47676       </method>
47677       <method name="Void .ctor()">
47678         <size>7</size>
47679       </method>
47680     </type>
47681   </test>
47682   <test name="test-anon-36.cs">
47683     <type name="Test">
47684       <method name="Void .ctor(TestMethod)">
47685         <size>7</size>
47686       </method>
47687       <method name="Void .ctor(TestMethod2)">
47688         <size>7</size>
47689       </method>
47690       <method name="Void Main()">
47691         <size>36</size>
47692       </method>
47693     </type>
47694     <type name="TestMethod">
47695       <method name="Void .ctor(Object, IntPtr)">
47696         <size>0</size>
47697       </method>
47698       <method name="Void Invoke()">
47699         <size>0</size>
47700       </method>
47701       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47702         <size>0</size>
47703       </method>
47704       <method name="Void EndInvoke(IAsyncResult)">
47705         <size>0</size>
47706       </method>
47707     </type>
47708     <type name="TestMethod2">
47709       <method name="Void .ctor(Object, IntPtr)">
47710         <size>0</size>
47711       </method>
47712       <method name="Void Invoke(System.Object)">
47713         <size>0</size>
47714       </method>
47715       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
47716         <size>0</size>
47717       </method>
47718       <method name="Void EndInvoke(IAsyncResult)">
47719         <size>0</size>
47720       </method>
47721     </type>
47722     <type name="Test">
47723       <method name="Void &lt;Main&gt;m__0()">
47724         <size>1</size>
47725       </method>
47726     </type>
47727   </test>
47728   <test name="test-anon-37.cs">
47729     <type name="DelegateInit">
47730       <method name="Void .ctor()">
47731         <size>7</size>
47732       </method>
47733       <method name="Void .cctor()">
47734         <size>35</size>
47735       </method>
47736       <method name="Void Main(System.String[])">
47737         <size>11</size>
47738       </method>
47739     </type>
47740     <type name="DelegateInit+FooDelegate">
47741       <method name="Void .ctor(Object, IntPtr)">
47742         <size>0</size>
47743       </method>
47744       <method name="Void Invoke()">
47745         <size>0</size>
47746       </method>
47747       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47748         <size>0</size>
47749       </method>
47750       <method name="Void EndInvoke(IAsyncResult)">
47751         <size>0</size>
47752       </method>
47753     </type>
47754     <type name="DelegateInit">
47755       <method name="Void &lt;_print&gt;m__0()">
47756         <size>11</size>
47757       </method>
47758     </type>
47759   </test>
47760   <test name="test-anon-38.cs">
47761     <type name="X">
47762       <method name="Void .ctor()">
47763         <size>7</size>
47764       </method>
47765       <method name="Void Hello(Int64, Int64)">
47766         <size>1</size>
47767       </method>
47768       <method name="Void Test(Int32)">
47769         <size>67</size>
47770       </method>
47771       <method name="Void Main()">
47772         <size>14</size>
47773       </method>
47774     </type>
47775     <type name="Simple">
47776       <method name="Void .ctor(Object, IntPtr)">
47777         <size>0</size>
47778       </method>
47779       <method name="Void Invoke()">
47780         <size>0</size>
47781       </method>
47782       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47783         <size>0</size>
47784       </method>
47785       <method name="Void EndInvoke(IAsyncResult)">
47786         <size>0</size>
47787       </method>
47788     </type>
47789     <type name="Foo">
47790       <method name="Void .ctor(Object, IntPtr)">
47791         <size>0</size>
47792       </method>
47793       <method name="Simple Invoke()">
47794         <size>0</size>
47795       </method>
47796       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47797         <size>0</size>
47798       </method>
47799       <method name="Simple EndInvoke(IAsyncResult)">
47800         <size>0</size>
47801       </method>
47802     </type>
47803     <type name="X+&lt;Test&gt;c__AnonStorey0">
47804       <method name="Void .ctor()">
47805         <size>7</size>
47806       </method>
47807       <method name="Simple &lt;&gt;m__0()">
47808         <size>64</size>
47809       </method>
47810     </type>
47811     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47812       <method name="Void .ctor()">
47813         <size>7</size>
47814       </method>
47815       <method name="Void &lt;&gt;m__1()">
47816         <size>34</size>
47817       </method>
47818     </type>
47819   </test>
47820   <test name="test-anon-39.cs">
47821     <type name="X">
47822       <method name="Void .ctor()">
47823         <size>7</size>
47824       </method>
47825       <method name="Void Hello(Int64)">
47826         <size>1</size>
47827       </method>
47828       <method name="Void Test(Int32)">
47829         <size>65</size>
47830       </method>
47831       <method name="Void Main()">
47832         <size>14</size>
47833       </method>
47834     </type>
47835     <type name="Simple">
47836       <method name="Void .ctor(Object, IntPtr)">
47837         <size>0</size>
47838       </method>
47839       <method name="Void Invoke()">
47840         <size>0</size>
47841       </method>
47842       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47843         <size>0</size>
47844       </method>
47845       <method name="Void EndInvoke(IAsyncResult)">
47846         <size>0</size>
47847       </method>
47848     </type>
47849     <type name="Foo">
47850       <method name="Void .ctor(Object, IntPtr)">
47851         <size>0</size>
47852       </method>
47853       <method name="Simple Invoke()">
47854         <size>0</size>
47855       </method>
47856       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47857         <size>0</size>
47858       </method>
47859       <method name="Simple EndInvoke(IAsyncResult)">
47860         <size>0</size>
47861       </method>
47862     </type>
47863     <type name="X+&lt;Test&gt;c__AnonStorey0">
47864       <method name="Void .ctor()">
47865         <size>7</size>
47866       </method>
47867       <method name="Simple &lt;&gt;m__0()">
47868         <size>30</size>
47869       </method>
47870       <method name="Void &lt;&gt;m__1()">
47871         <size>18</size>
47872       </method>
47873     </type>
47874   </test>
47875   <test name="test-anon-40.cs">
47876     <type name="X">
47877       <method name="Void .ctor()">
47878         <size>7</size>
47879       </method>
47880       <method name="Void Hello(Int64)">
47881         <size>1</size>
47882       </method>
47883       <method name="Void Test(Int32)">
47884         <size>65</size>
47885       </method>
47886       <method name="Void Main()">
47887         <size>14</size>
47888       </method>
47889     </type>
47890     <type name="Simple">
47891       <method name="Void .ctor(Object, IntPtr)">
47892         <size>0</size>
47893       </method>
47894       <method name="Void Invoke()">
47895         <size>0</size>
47896       </method>
47897       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47898         <size>0</size>
47899       </method>
47900       <method name="Void EndInvoke(IAsyncResult)">
47901         <size>0</size>
47902       </method>
47903     </type>
47904     <type name="Foo">
47905       <method name="Void .ctor(Object, IntPtr)">
47906         <size>0</size>
47907       </method>
47908       <method name="Simple Invoke()">
47909         <size>0</size>
47910       </method>
47911       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47912         <size>0</size>
47913       </method>
47914       <method name="Simple EndInvoke(IAsyncResult)">
47915         <size>0</size>
47916       </method>
47917     </type>
47918     <type name="X+&lt;Test&gt;c__AnonStorey0">
47919       <method name="Void .ctor()">
47920         <size>7</size>
47921       </method>
47922       <method name="Simple &lt;&gt;m__0()">
47923         <size>30</size>
47924       </method>
47925       <method name="Void &lt;&gt;m__1()">
47926         <size>18</size>
47927       </method>
47928     </type>
47929   </test>
47930   <test name="test-anon-41.cs">
47931     <type name="X">
47932       <method name="Void .ctor()">
47933         <size>7</size>
47934       </method>
47935       <method name="Void Hello(Int64)">
47936         <size>1</size>
47937       </method>
47938       <method name="Void Test(Int32)">
47939         <size>65</size>
47940       </method>
47941       <method name="Void Main()">
47942         <size>14</size>
47943       </method>
47944     </type>
47945     <type name="Simple">
47946       <method name="Void .ctor(Object, IntPtr)">
47947         <size>0</size>
47948       </method>
47949       <method name="Void Invoke()">
47950         <size>0</size>
47951       </method>
47952       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47953         <size>0</size>
47954       </method>
47955       <method name="Void EndInvoke(IAsyncResult)">
47956         <size>0</size>
47957       </method>
47958     </type>
47959     <type name="Foo">
47960       <method name="Void .ctor(Object, IntPtr)">
47961         <size>0</size>
47962       </method>
47963       <method name="Simple Invoke()">
47964         <size>0</size>
47965       </method>
47966       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47967         <size>0</size>
47968       </method>
47969       <method name="Simple EndInvoke(IAsyncResult)">
47970         <size>0</size>
47971       </method>
47972     </type>
47973     <type name="X+&lt;Test&gt;c__AnonStorey0">
47974       <method name="Void .ctor()">
47975         <size>7</size>
47976       </method>
47977       <method name="Simple &lt;&gt;m__0()">
47978         <size>55</size>
47979       </method>
47980     </type>
47981     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47982       <method name="Void .ctor()">
47983         <size>7</size>
47984       </method>
47985       <method name="Void &lt;&gt;m__1()">
47986         <size>35</size>
47987       </method>
47988     </type>
47989   </test>
47990   <test name="test-anon-42.cs">
47991     <type name="X">
47992       <method name="Void .ctor()">
47993         <size>7</size>
47994       </method>
47995       <method name="Void Hello(Int64)">
47996         <size>1</size>
47997       </method>
47998       <method name="Void Test(Int32)">
47999         <size>51</size>
48000       </method>
48001       <method name="Void Main()">
48002         <size>13</size>
48003       </method>
48004     </type>
48005     <type name="Simple">
48006       <method name="Void .ctor(Object, IntPtr)">
48007         <size>0</size>
48008       </method>
48009       <method name="Void Invoke()">
48010         <size>0</size>
48011       </method>
48012       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48013         <size>0</size>
48014       </method>
48015       <method name="Void EndInvoke(IAsyncResult)">
48016         <size>0</size>
48017       </method>
48018     </type>
48019     <type name="Foo">
48020       <method name="Void .ctor(Object, IntPtr)">
48021         <size>0</size>
48022       </method>
48023       <method name="Simple Invoke()">
48024         <size>0</size>
48025       </method>
48026       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48027         <size>0</size>
48028       </method>
48029       <method name="Simple EndInvoke(IAsyncResult)">
48030         <size>0</size>
48031       </method>
48032     </type>
48033     <type name="X">
48034       <method name="Simple &lt;Test&gt;m__0()">
48035         <size>37</size>
48036       </method>
48037       <method name="Void &lt;Test&gt;m__1()">
48038         <size>8</size>
48039       </method>
48040     </type>
48041   </test>
48042   <test name="test-anon-43.cs">
48043     <type name="X">
48044       <method name="Void .ctor()">
48045         <size>7</size>
48046       </method>
48047       <method name="Void Hello(Int64, Int64)">
48048         <size>1</size>
48049       </method>
48050       <method name="Void Test(Int32)">
48051         <size>54</size>
48052       </method>
48053       <method name="Void Main()">
48054         <size>14</size>
48055       </method>
48056     </type>
48057     <type name="Simple">
48058       <method name="Void .ctor(Object, IntPtr)">
48059         <size>0</size>
48060       </method>
48061       <method name="Void Invoke()">
48062         <size>0</size>
48063       </method>
48064       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48065         <size>0</size>
48066       </method>
48067       <method name="Void EndInvoke(IAsyncResult)">
48068         <size>0</size>
48069       </method>
48070     </type>
48071     <type name="Foo">
48072       <method name="Void .ctor(Object, IntPtr)">
48073         <size>0</size>
48074       </method>
48075       <method name="Simple Invoke()">
48076         <size>0</size>
48077       </method>
48078       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48079         <size>0</size>
48080       </method>
48081       <method name="Simple EndInvoke(IAsyncResult)">
48082         <size>0</size>
48083       </method>
48084     </type>
48085     <type name="X+&lt;Test&gt;c__AnonStorey0">
48086       <method name="Void .ctor()">
48087         <size>7</size>
48088       </method>
48089       <method name="Simple &lt;&gt;m__0()">
48090         <size>64</size>
48091       </method>
48092     </type>
48093     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
48094       <method name="Void .ctor()">
48095         <size>7</size>
48096       </method>
48097       <method name="Void &lt;&gt;m__1()">
48098         <size>34</size>
48099       </method>
48100     </type>
48101   </test>
48102   <test name="test-anon-44.cs">
48103     <type name="X">
48104       <method name="Void .ctor()">
48105         <size>7</size>
48106       </method>
48107       <method name="Void Hello(Int64)">
48108         <size>1</size>
48109       </method>
48110       <method name="Void Test(Int32)">
48111         <size>68</size>
48112       </method>
48113       <method name="Void Main()">
48114         <size>14</size>
48115       </method>
48116     </type>
48117     <type name="Simple">
48118       <method name="Void .ctor(Object, IntPtr)">
48119         <size>0</size>
48120       </method>
48121       <method name="Void Invoke()">
48122         <size>0</size>
48123       </method>
48124       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48125         <size>0</size>
48126       </method>
48127       <method name="Void EndInvoke(IAsyncResult)">
48128         <size>0</size>
48129       </method>
48130     </type>
48131     <type name="Foo">
48132       <method name="Void .ctor(Object, IntPtr)">
48133         <size>0</size>
48134       </method>
48135       <method name="Simple Invoke()">
48136         <size>0</size>
48137       </method>
48138       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48139         <size>0</size>
48140       </method>
48141       <method name="Simple EndInvoke(IAsyncResult)">
48142         <size>0</size>
48143       </method>
48144     </type>
48145     <type name="X+&lt;Test&gt;c__AnonStorey0">
48146       <method name="Void .ctor()">
48147         <size>7</size>
48148       </method>
48149       <method name="Simple &lt;&gt;m__1()">
48150         <size>33</size>
48151       </method>
48152       <method name="Simple &lt;&gt;m__0()">
48153         <size>51</size>
48154       </method>
48155       <method name="Void &lt;&gt;m__3()">
48156         <size>21</size>
48157       </method>
48158     </type>
48159     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
48160       <method name="Void .ctor()">
48161         <size>7</size>
48162       </method>
48163       <method name="Void &lt;&gt;m__2()">
48164         <size>26</size>
48165       </method>
48166     </type>
48167   </test>
48168   <test name="test-anon-45.cs">
48169     <type name="TestFunc">
48170       <method name="Void Invoke(Int32)">
48171         <size>0</size>
48172       </method>
48173       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
48174         <size>0</size>
48175       </method>
48176       <method name="Void EndInvoke(IAsyncResult)">
48177         <size>0</size>
48178       </method>
48179       <method name="Void .ctor(Object, IntPtr)">
48180         <size>0</size>
48181       </method>
48182     </type>
48183     <type name="A">
48184       <method name="Void .ctor(TestFunc)">
48185         <size>14</size>
48186       </method>
48187     </type>
48188     <type name="TestClass">
48189       <method name="Int32 Main()">
48190         <size>6</size>
48191       </method>
48192       <method name="Void &lt;a&gt;m__0(Int32)">
48193         <size>7</size>
48194       </method>
48195       <method name="Void .ctor()">
48196         <size>7</size>
48197       </method>
48198       <method name="Void .cctor()">
48199         <size>46</size>
48200       </method>
48201     </type>
48202   </test>
48203   <test name="test-anon-46.cs">
48204     <type name="World">
48205       <method name="Void .ctor()">
48206         <size>7</size>
48207       </method>
48208       <method name="Void Hello(Int64)">
48209         <size>1</size>
48210       </method>
48211       <method name="Void Test(Int32)">
48212         <size>50</size>
48213       </method>
48214     </type>
48215     <type name="X">
48216       <method name="Void .ctor()">
48217         <size>7</size>
48218       </method>
48219       <method name="Void Main()">
48220         <size>14</size>
48221       </method>
48222     </type>
48223     <type name="Foo">
48224       <method name="Void .ctor(Object, IntPtr)">
48225         <size>0</size>
48226       </method>
48227       <method name="Void Invoke()">
48228         <size>0</size>
48229       </method>
48230       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48231         <size>0</size>
48232       </method>
48233       <method name="Void EndInvoke(IAsyncResult)">
48234         <size>0</size>
48235       </method>
48236     </type>
48237     <type name="World+&lt;Test&gt;c__AnonStorey0">
48238       <method name="Void .ctor()">
48239         <size>7</size>
48240       </method>
48241       <method name="Void &lt;&gt;m__0()">
48242         <size>19</size>
48243       </method>
48244     </type>
48245   </test>
48246   <test name="test-anon-47.cs">
48247     <type name="World">
48248       <method name="Void .ctor()">
48249         <size>7</size>
48250       </method>
48251       <method name="Void Hello(Int64)">
48252         <size>1</size>
48253       </method>
48254       <method name="Void Test(Int32)">
48255         <size>153</size>
48256       </method>
48257     </type>
48258     <type name="X">
48259       <method name="Void .ctor()">
48260         <size>7</size>
48261       </method>
48262       <method name="Void Main()">
48263         <size>14</size>
48264       </method>
48265     </type>
48266     <type name="Foo">
48267       <method name="Void .ctor(Object, IntPtr)">
48268         <size>0</size>
48269       </method>
48270       <method name="Void Invoke()">
48271         <size>0</size>
48272       </method>
48273       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48274         <size>0</size>
48275       </method>
48276       <method name="Void EndInvoke(IAsyncResult)">
48277         <size>0</size>
48278       </method>
48279     </type>
48280     <type name="World+&lt;Test&gt;c__AnonStorey2">
48281       <method name="Void .ctor()">
48282         <size>7</size>
48283       </method>
48284       <method name="Void &lt;&gt;m__0()">
48285         <size>45</size>
48286       </method>
48287     </type>
48288     <type name="World+&lt;Test&gt;c__AnonStorey0">
48289       <method name="Void .ctor()">
48290         <size>7</size>
48291       </method>
48292     </type>
48293     <type name="World+&lt;Test&gt;c__AnonStorey1">
48294       <method name="Void .ctor()">
48295         <size>7</size>
48296       </method>
48297     </type>
48298   </test>
48299   <test name="test-anon-48.cs">
48300     <type name="World">
48301       <method name="Void .ctor()">
48302         <size>7</size>
48303       </method>
48304       <method name="Void Hello(Int64)">
48305         <size>1</size>
48306       </method>
48307       <method name="Void Test(Int32)">
48308         <size>197</size>
48309       </method>
48310     </type>
48311     <type name="X">
48312       <method name="Void .ctor()">
48313         <size>7</size>
48314       </method>
48315       <method name="Void Main()">
48316         <size>14</size>
48317       </method>
48318     </type>
48319     <type name="Foo">
48320       <method name="Void .ctor(Object, IntPtr)">
48321         <size>0</size>
48322       </method>
48323       <method name="Void Invoke()">
48324         <size>0</size>
48325       </method>
48326       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48327         <size>0</size>
48328       </method>
48329       <method name="Void EndInvoke(IAsyncResult)">
48330         <size>0</size>
48331       </method>
48332     </type>
48333     <type name="World+&lt;Test&gt;c__AnonStorey1">
48334       <method name="Void .ctor()">
48335         <size>7</size>
48336       </method>
48337     </type>
48338     <type name="World+&lt;Test&gt;c__AnonStorey2">
48339       <method name="Void .ctor()">
48340         <size>7</size>
48341       </method>
48342     </type>
48343     <type name="World+&lt;Test&gt;c__AnonStorey0">
48344       <method name="Void .ctor()">
48345         <size>7</size>
48346       </method>
48347       <method name="Void &lt;&gt;m__0()">
48348         <size>63</size>
48349       </method>
48350     </type>
48351   </test>
48352   <test name="test-anon-49.cs">
48353     <type name="Test">
48354       <method name="Void .ctor()">
48355         <size>7</size>
48356       </method>
48357       <method name="Void Main()">
48358         <size>66</size>
48359       </method>
48360       <method name="IEnumerator GetEnumerator()">
48361         <size>8</size>
48362       </method>
48363     </type>
48364     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48365       <method name="Void .ctor()">
48366         <size>7</size>
48367       </method>
48368       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48369         <size>7</size>
48370       </method>
48371       <method name="Boolean MoveNext()">
48372         <size>197</size>
48373       </method>
48374       <method name="Void Dispose()">
48375         <size>76</size>
48376       </method>
48377       <method name="Void Reset()">
48378         <size>6</size>
48379       </method>
48380       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48381         <size>7</size>
48382       </method>
48383     </type>
48384   </test>
48385   <test name="test-anon-50.cs">
48386     <type name="Test">
48387       <method name="Void .ctor()">
48388         <size>7</size>
48389       </method>
48390       <method name="IEnumerable Foo(Int32)">
48391         <size>30</size>
48392       </method>
48393     </type>
48394     <type name="X">
48395       <method name="Void .ctor()">
48396         <size>7</size>
48397       </method>
48398       <method name="Int32 Main()">
48399         <size>196</size>
48400       </method>
48401     </type>
48402     <type name="Test+&lt;Foo&gt;c__Iterator0">
48403       <method name="Void .ctor()">
48404         <size>7</size>
48405       </method>
48406       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48407         <size>7</size>
48408       </method>
48409       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48410         <size>7</size>
48411       </method>
48412       <method name="Boolean MoveNext()">
48413         <size>118</size>
48414       </method>
48415       <method name="Void Dispose()">
48416         <size>8</size>
48417       </method>
48418       <method name="Void Reset()">
48419         <size>6</size>
48420       </method>
48421       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48422         <size>7</size>
48423       </method>
48424       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48425         <size>40</size>
48426       </method>
48427     </type>
48428   </test>
48429   <test name="test-anon-51.cs">
48430     <type name="X">
48431       <method name="Void .ctor()">
48432         <size>7</size>
48433       </method>
48434       <method name="Void .cctor()">
48435         <size>35</size>
48436       </method>
48437       <method name="Void Main()">
48438         <size>11</size>
48439       </method>
48440     </type>
48441     <type name="FooDelegate">
48442       <method name="Void .ctor(Object, IntPtr)">
48443         <size>0</size>
48444       </method>
48445       <method name="Void Invoke()">
48446         <size>0</size>
48447       </method>
48448       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48449         <size>0</size>
48450       </method>
48451       <method name="Void EndInvoke(IAsyncResult)">
48452         <size>0</size>
48453       </method>
48454     </type>
48455     <type name="X">
48456       <method name="Void &lt;Print&gt;m__0()">
48457         <size>11</size>
48458       </method>
48459     </type>
48460   </test>
48461   <test name="test-anon-52.cs">
48462     <type name="X">
48463       <method name="Void .ctor()">
48464         <size>7</size>
48465       </method>
48466       <method name="IEnumerator GetIt(System.Int32[])">
48467         <size>22</size>
48468       </method>
48469       <method name="Int32 Main()">
48470         <size>32</size>
48471       </method>
48472     </type>
48473     <type name="X+A">
48474       <method name="Void .ctor(Object, IntPtr)">
48475         <size>0</size>
48476       </method>
48477       <method name="Void Invoke()">
48478         <size>0</size>
48479       </method>
48480       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48481         <size>0</size>
48482       </method>
48483       <method name="Void EndInvoke(IAsyncResult)">
48484         <size>0</size>
48485       </method>
48486     </type>
48487     <type name="X+&lt;GetIt&gt;c__Iterator0">
48488       <method name="Void .ctor()">
48489         <size>7</size>
48490       </method>
48491       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48492         <size>7</size>
48493       </method>
48494       <method name="Boolean MoveNext()">
48495         <size>199</size>
48496       </method>
48497       <method name="Void &lt;&gt;m__0()">
48498         <size>22</size>
48499       </method>
48500       <method name="Void Dispose()">
48501         <size>8</size>
48502       </method>
48503       <method name="Void Reset()">
48504         <size>6</size>
48505       </method>
48506       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48507         <size>7</size>
48508       </method>
48509     </type>
48510     <type name="&lt;PrivateImplementationDetails&gt;">
48511       <method name="Void .ctor()">
48512         <size>7</size>
48513       </method>
48514     </type>
48515   </test>
48516   <test name="test-anon-53.cs">
48517     <type name="Test">
48518       <method name="Void .ctor(Int32)">
48519         <size>39</size>
48520       </method>
48521       <method name="Void .cctor()">
48522         <size>33</size>
48523       </method>
48524     </type>
48525     <type name="X">
48526       <method name="Void .ctor()">
48527         <size>7</size>
48528       </method>
48529       <method name="Void Main()">
48530         <size>15</size>
48531       </method>
48532     </type>
48533     <type name="Foo">
48534       <method name="Void .ctor(Object, IntPtr)">
48535         <size>0</size>
48536       </method>
48537       <method name="Void Invoke()">
48538         <size>0</size>
48539       </method>
48540       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48541         <size>0</size>
48542       </method>
48543       <method name="Void EndInvoke(IAsyncResult)">
48544         <size>0</size>
48545       </method>
48546     </type>
48547     <type name="Test+&lt;Test&gt;c__AnonStorey0">
48548       <method name="Void .ctor()">
48549         <size>7</size>
48550       </method>
48551       <method name="Void &lt;&gt;m__0()">
48552         <size>12</size>
48553       </method>
48554     </type>
48555     <type name="Test+&lt;Test&gt;c__AnonStorey1">
48556       <method name="Void .ctor()">
48557         <size>7</size>
48558       </method>
48559       <method name="Void &lt;&gt;m__1()">
48560         <size>12</size>
48561       </method>
48562     </type>
48563   </test>
48564   <test name="test-anon-54.cs">
48565     <type name="X">
48566       <method name="Void .ctor()">
48567         <size>7</size>
48568       </method>
48569       <method name="Void Main()">
48570         <size>22</size>
48571       </method>
48572     </type>
48573     <type name="Hello">
48574       <method name="Void .ctor(Object, IntPtr)">
48575         <size>0</size>
48576       </method>
48577       <method name="Void Invoke()">
48578         <size>0</size>
48579       </method>
48580       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48581         <size>0</size>
48582       </method>
48583       <method name="Void EndInvoke(IAsyncResult)">
48584         <size>0</size>
48585       </method>
48586     </type>
48587     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
48588       <method name="Void .ctor()">
48589         <size>7</size>
48590       </method>
48591       <method name="Void &lt;&gt;m__0()">
48592         <size>25</size>
48593       </method>
48594     </type>
48595     <type name="Foo">
48596       <method name="Void .ctor(Int32)">
48597         <size>8</size>
48598       </method>
48599       <method name="Void Test(Foo)">
48600         <size>45</size>
48601       </method>
48602       <method name="Void Hello(Int32)">
48603         <size>19</size>
48604       </method>
48605       <method name="System.String ToString()">
48606         <size>22</size>
48607       </method>
48608     </type>
48609   </test>
48610   <test name="test-anon-55.cs">
48611     <type name="Foo">
48612       <method name="Void .ctor()">
48613         <size>7</size>
48614       </method>
48615       <method name="Void Test(Foo+Hello)">
48616         <size>7</size>
48617       </method>
48618       <method name="Void Private()">
48619         <size>11</size>
48620       </method>
48621       <method name="Void Test()">
48622         <size>19</size>
48623       </method>
48624     </type>
48625     <type name="X">
48626       <method name="Void .ctor()">
48627         <size>7</size>
48628       </method>
48629       <method name="Void Main()">
48630         <size>13</size>
48631       </method>
48632     </type>
48633     <type name="Foo+Hello">
48634       <method name="Void .ctor(Object, IntPtr)">
48635         <size>0</size>
48636       </method>
48637       <method name="Void Invoke()">
48638         <size>0</size>
48639       </method>
48640       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48641         <size>0</size>
48642       </method>
48643       <method name="Void EndInvoke(IAsyncResult)">
48644         <size>0</size>
48645       </method>
48646     </type>
48647     <type name="Foo">
48648       <method name="Void &lt;Test&gt;m__0()">
48649         <size>7</size>
48650       </method>
48651     </type>
48652   </test>
48653   <test name="test-anon-56.cs">
48654     <type name="Observable">
48655       <method name="Void .ctor()">
48656         <size>7</size>
48657       </method>
48658       <method name="Void Main(System.String[])">
48659         <size>50</size>
48660       </method>
48661     </type>
48662     <type name="QueueHandler">
48663       <method name="Void .ctor(Object, IntPtr)">
48664         <size>0</size>
48665       </method>
48666       <method name="Void Invoke(Observable)">
48667         <size>0</size>
48668       </method>
48669       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
48670         <size>0</size>
48671       </method>
48672       <method name="Void EndInvoke(IAsyncResult)">
48673         <size>0</size>
48674       </method>
48675     </type>
48676     <type name="Observable">
48677       <method name="Void &lt;Main&gt;m__0(Observable)">
48678         <size>11</size>
48679       </method>
48680     </type>
48681   </test>
48682   <test name="test-anon-57.cs">
48683     <type name="X">
48684       <method name="Void .ctor()">
48685         <size>7</size>
48686       </method>
48687       <method name="Int32 Test()">
48688         <size>257</size>
48689       </method>
48690       <method name="Int32 Main()">
48691         <size>45</size>
48692       </method>
48693     </type>
48694     <type name="X+TestDelegate">
48695       <method name="Void .ctor(Object, IntPtr)">
48696         <size>0</size>
48697       </method>
48698       <method name="Void Invoke()">
48699         <size>0</size>
48700       </method>
48701       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48702         <size>0</size>
48703       </method>
48704       <method name="Void EndInvoke(IAsyncResult)">
48705         <size>0</size>
48706       </method>
48707     </type>
48708     <type name="X+&lt;Test&gt;c__AnonStorey1">
48709       <method name="Void .ctor()">
48710         <size>7</size>
48711       </method>
48712       <method name="Void &lt;&gt;m__0()">
48713         <size>89</size>
48714       </method>
48715     </type>
48716     <type name="X+&lt;Test&gt;c__AnonStorey0">
48717       <method name="Void .ctor()">
48718         <size>7</size>
48719       </method>
48720     </type>
48721   </test>
48722   <test name="test-anon-58.cs">
48723     <type name="X">
48724       <method name="Void .ctor()">
48725         <size>7</size>
48726       </method>
48727       <method name="Int32 Test(Int32)">
48728         <size>342</size>
48729       </method>
48730       <method name="Int32 Main()">
48731         <size>46</size>
48732       </method>
48733     </type>
48734     <type name="X+TestDelegate">
48735       <method name="Void .ctor(Object, IntPtr)">
48736         <size>0</size>
48737       </method>
48738       <method name="Void Invoke()">
48739         <size>0</size>
48740       </method>
48741       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48742         <size>0</size>
48743       </method>
48744       <method name="Void EndInvoke(IAsyncResult)">
48745         <size>0</size>
48746       </method>
48747     </type>
48748     <type name="X+&lt;Test&gt;c__AnonStorey1">
48749       <method name="Void .ctor()">
48750         <size>7</size>
48751       </method>
48752       <method name="Void &lt;&gt;m__0()">
48753         <size>162</size>
48754       </method>
48755     </type>
48756     <type name="X+&lt;Test&gt;c__AnonStorey0">
48757       <method name="Void .ctor()">
48758         <size>7</size>
48759       </method>
48760     </type>
48761     <type name="X+&lt;Test&gt;c__AnonStorey2">
48762       <method name="Void .ctor()">
48763         <size>7</size>
48764       </method>
48765     </type>
48766   </test>
48767   <test name="test-anon-59.cs">
48768     <type name="X">
48769       <method name="Void .ctor()">
48770         <size>7</size>
48771       </method>
48772       <method name="Int32 Test(Int32)">
48773         <size>512</size>
48774       </method>
48775       <method name="Int32 Main()">
48776         <size>46</size>
48777       </method>
48778     </type>
48779     <type name="X+TestDelegate">
48780       <method name="Void .ctor(Object, IntPtr)">
48781         <size>0</size>
48782       </method>
48783       <method name="Void Invoke()">
48784         <size>0</size>
48785       </method>
48786       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48787         <size>0</size>
48788       </method>
48789       <method name="Void EndInvoke(IAsyncResult)">
48790         <size>0</size>
48791       </method>
48792     </type>
48793     <type name="X+&lt;Test&gt;c__AnonStorey2">
48794       <method name="Void .ctor()">
48795         <size>7</size>
48796       </method>
48797       <method name="Void &lt;&gt;m__0()">
48798         <size>224</size>
48799       </method>
48800     </type>
48801     <type name="X+&lt;Test&gt;c__AnonStorey1">
48802       <method name="Void .ctor()">
48803         <size>7</size>
48804       </method>
48805     </type>
48806     <type name="X+&lt;Test&gt;c__AnonStorey0">
48807       <method name="Void .ctor()">
48808         <size>7</size>
48809       </method>
48810     </type>
48811     <type name="X+&lt;Test&gt;c__AnonStorey3">
48812       <method name="Void .ctor()">
48813         <size>7</size>
48814       </method>
48815     </type>
48816   </test>
48817   <test name="test-anon-60.cs">
48818     <type name="X">
48819       <method name="Void .ctor()">
48820         <size>7</size>
48821       </method>
48822       <method name="Int32 Test(Int32)">
48823         <size>564</size>
48824       </method>
48825       <method name="Int32 Main()">
48826         <size>46</size>
48827       </method>
48828     </type>
48829     <type name="X+TestDelegate">
48830       <method name="Void .ctor(Object, IntPtr)">
48831         <size>0</size>
48832       </method>
48833       <method name="Void Invoke()">
48834         <size>0</size>
48835       </method>
48836       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48837         <size>0</size>
48838       </method>
48839       <method name="Void EndInvoke(IAsyncResult)">
48840         <size>0</size>
48841       </method>
48842     </type>
48843     <type name="X+&lt;Test&gt;c__AnonStorey2">
48844       <method name="Void .ctor()">
48845         <size>7</size>
48846       </method>
48847     </type>
48848     <type name="X+&lt;Test&gt;c__AnonStorey1">
48849       <method name="Void .ctor()">
48850         <size>7</size>
48851       </method>
48852     </type>
48853     <type name="X+&lt;Test&gt;c__AnonStorey0">
48854       <method name="Void .ctor()">
48855         <size>7</size>
48856       </method>
48857     </type>
48858     <type name="X+&lt;Test&gt;c__AnonStorey3">
48859       <method name="Void .ctor()">
48860         <size>7</size>
48861       </method>
48862     </type>
48863     <type name="X+&lt;Test&gt;c__AnonStorey2">
48864       <method name="Void &lt;&gt;m__0()">
48865         <size>347</size>
48866       </method>
48867     </type>
48868     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
48869       <method name="Void .ctor()">
48870         <size>7</size>
48871       </method>
48872       <method name="Void &lt;&gt;m__1()">
48873         <size>124</size>
48874       </method>
48875     </type>
48876   </test>
48877   <test name="test-anon-61.cs">
48878     <type name="X">
48879       <method name="Void .ctor()">
48880         <size>7</size>
48881       </method>
48882       <method name="Int32 Test()">
48883         <size>333</size>
48884       </method>
48885       <method name="Int32 Main()">
48886         <size>59</size>
48887       </method>
48888     </type>
48889     <type name="X+TestDelegate">
48890       <method name="Void .ctor(Object, IntPtr)">
48891         <size>0</size>
48892       </method>
48893       <method name="Void Invoke()">
48894         <size>0</size>
48895       </method>
48896       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48897         <size>0</size>
48898       </method>
48899       <method name="Void EndInvoke(IAsyncResult)">
48900         <size>0</size>
48901       </method>
48902     </type>
48903     <type name="X+&lt;Test&gt;c__AnonStorey1">
48904       <method name="Void .ctor()">
48905         <size>7</size>
48906       </method>
48907       <method name="Void &lt;&gt;m__0()">
48908         <size>157</size>
48909       </method>
48910     </type>
48911     <type name="X+&lt;Test&gt;c__AnonStorey0">
48912       <method name="Void .ctor()">
48913         <size>7</size>
48914       </method>
48915     </type>
48916   </test>
48917   <test name="test-anon-62.cs">
48918     <type name="X">
48919       <method name="Void .ctor(String)">
48920         <size>14</size>
48921       </method>
48922       <method name="Void Main()">
48923         <size>1</size>
48924       </method>
48925     </type>
48926     <type name="Y">
48927       <method name="Void .ctor(Z)">
48928         <size>56</size>
48929       </method>
48930     </type>
48931     <type name="Z">
48932       <method name="Void .ctor()">
48933         <size>7</size>
48934       </method>
48935       <method name="Void Hello()">
48936         <size>1</size>
48937       </method>
48938     </type>
48939     <type name="FooHandler">
48940       <method name="Void .ctor(Object, IntPtr)">
48941         <size>0</size>
48942       </method>
48943       <method name="Void Invoke()">
48944         <size>0</size>
48945       </method>
48946       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48947         <size>0</size>
48948       </method>
48949       <method name="Void EndInvoke(IAsyncResult)">
48950         <size>0</size>
48951       </method>
48952     </type>
48953     <type name="Y+&lt;Y&gt;c__AnonStorey0">
48954       <method name="Void .ctor()">
48955         <size>7</size>
48956       </method>
48957       <method name="Void &lt;&gt;m__0()">
48958         <size>12</size>
48959       </method>
48960     </type>
48961   </test>
48962   <test name="test-anon-63.cs">
48963     <type name="X">
48964       <method name="Void .ctor()">
48965         <size>7</size>
48966       </method>
48967       <method name="IEnumerator GetIt(System.Int32[])">
48968         <size>22</size>
48969       </method>
48970       <method name="Int32 Main()">
48971         <size>32</size>
48972       </method>
48973     </type>
48974     <type name="X+A">
48975       <method name="Void .ctor(Object, IntPtr)">
48976         <size>0</size>
48977       </method>
48978       <method name="Int32 Invoke()">
48979         <size>0</size>
48980       </method>
48981       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48982         <size>0</size>
48983       </method>
48984       <method name="Int32 EndInvoke(IAsyncResult)">
48985         <size>0</size>
48986       </method>
48987     </type>
48988     <type name="X+&lt;GetIt&gt;c__Iterator0">
48989       <method name="Void .ctor()">
48990         <size>7</size>
48991       </method>
48992       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48993         <size>7</size>
48994       </method>
48995       <method name="Boolean MoveNext()">
48996         <size>193</size>
48997       </method>
48998       <method name="Int32 &lt;&gt;m__0()">
48999         <size>44</size>
49000       </method>
49001       <method name="Void Dispose()">
49002         <size>8</size>
49003       </method>
49004       <method name="Void Reset()">
49005         <size>6</size>
49006       </method>
49007       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49008         <size>7</size>
49009       </method>
49010     </type>
49011     <type name="&lt;PrivateImplementationDetails&gt;">
49012       <method name="Void .ctor()">
49013         <size>7</size>
49014       </method>
49015     </type>
49016   </test>
49017   <test name="test-anon-64.cs">
49018     <type name="Source">
49019       <method name="Void .ctor()">
49020         <size>7</size>
49021       </method>
49022       <method name="Void add_ChildSourceAdded(System.EventHandler)">
49023         <size>47</size>
49024       </method>
49025       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
49026         <size>47</size>
49027       </method>
49028       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
49029         <size>47</size>
49030       </method>
49031       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
49032         <size>47</size>
49033       </method>
49034       <method name="Source FindSource(Source)">
49035         <size>2</size>
49036       </method>
49037       <method name="Void AddSource(Source, Int32, System.Object)">
49038         <size>100</size>
49039       </method>
49040       <method name="Void Main()">
49041         <size>1</size>
49042       </method>
49043     </type>
49044     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
49045       <method name="Void .ctor()">
49046         <size>7</size>
49047       </method>
49048       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
49049         <size>30</size>
49050       </method>
49051     </type>
49052     <type name="Source">
49053       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
49054         <size>1</size>
49055       </method>
49056     </type>
49057   </test>
49058   <test name="test-anon-65.cs">
49059     <type name="BaseClass">
49060       <method name="Void .ctor(SomeDelegate)">
49061         <size>13</size>
49062       </method>
49063     </type>
49064     <type name="TestClass">
49065       <method name="Void .ctor(Int32)">
49066         <size>32</size>
49067       </method>
49068       <method name="Int32 Main(System.String[])">
49069         <size>9</size>
49070       </method>
49071     </type>
49072     <type name="BaseClass+SomeDelegate">
49073       <method name="Void .ctor(Object, IntPtr)">
49074         <size>0</size>
49075       </method>
49076       <method name="Void Invoke()">
49077         <size>0</size>
49078       </method>
49079       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49080         <size>0</size>
49081       </method>
49082       <method name="Void EndInvoke(IAsyncResult)">
49083         <size>0</size>
49084       </method>
49085     </type>
49086     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
49087       <method name="Void .ctor()">
49088         <size>7</size>
49089       </method>
49090       <method name="Void &lt;&gt;m__0()">
49091         <size>12</size>
49092       </method>
49093     </type>
49094   </test>
49095   <test name="test-anon-66.cs">
49096     <type name="Test">
49097       <method name="Void .ctor()">
49098         <size>7</size>
49099       </method>
49100       <method name="Void add_testEvent(Test+TestEventHandler)">
49101         <size>47</size>
49102       </method>
49103       <method name="Void remove_testEvent(Test+TestEventHandler)">
49104         <size>47</size>
49105       </method>
49106       <method name="Void add_TestEvent(Test+TestEventHandler)">
49107         <size>33</size>
49108       </method>
49109       <method name="Void remove_TestEvent(Test+TestEventHandler)">
49110         <size>1</size>
49111       </method>
49112       <method name="Void Main()">
49113         <size>1</size>
49114       </method>
49115     </type>
49116     <type name="Test+TestEventHandler">
49117       <method name="Void .ctor(Object, IntPtr)">
49118         <size>0</size>
49119       </method>
49120       <method name="Void Invoke()">
49121         <size>0</size>
49122       </method>
49123       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49124         <size>0</size>
49125       </method>
49126       <method name="Void EndInvoke(IAsyncResult)">
49127         <size>0</size>
49128       </method>
49129     </type>
49130     <type name="Test+&lt;&gt;c__AnonStorey0">
49131       <method name="Void .ctor()">
49132         <size>7</size>
49133       </method>
49134       <method name="Void &lt;&gt;m__0()">
49135         <size>12</size>
49136       </method>
49137     </type>
49138   </test>
49139   <test name="test-anon-67.cs">
49140     <type name="ClassOne">
49141       <method name="Void .ctor(ReturnStringDelegate)">
49142         <size>7</size>
49143       </method>
49144       <method name="Void .ctor(String)">
49145         <size>32</size>
49146       </method>
49147       <method name="Void Main()">
49148         <size>1</size>
49149       </method>
49150     </type>
49151     <type name="ClassOne+ReturnStringDelegate">
49152       <method name="Void .ctor(Object, IntPtr)">
49153         <size>0</size>
49154       </method>
49155       <method name="System.String Invoke()">
49156         <size>0</size>
49157       </method>
49158       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49159         <size>0</size>
49160       </method>
49161       <method name="System.String EndInvoke(IAsyncResult)">
49162         <size>0</size>
49163       </method>
49164     </type>
49165     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
49166       <method name="Void .ctor()">
49167         <size>7</size>
49168       </method>
49169       <method name="System.String &lt;&gt;m__0()">
49170         <size>7</size>
49171       </method>
49172     </type>
49173   </test>
49174   <test name="test-anon-68.cs">
49175     <type name="C">
49176       <method name="Void .ctor()">
49177         <size>7</size>
49178       </method>
49179       <method name="Void T(D1)">
49180         <size>1</size>
49181       </method>
49182       <method name="Void T(D2)">
49183         <size>1</size>
49184       </method>
49185       <method name="Void Main()">
49186         <size>69</size>
49187       </method>
49188     </type>
49189     <type name="D1">
49190       <method name="Void .ctor(Object, IntPtr)">
49191         <size>0</size>
49192       </method>
49193       <method name="Void Invoke(Int32)">
49194         <size>0</size>
49195       </method>
49196       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49197         <size>0</size>
49198       </method>
49199       <method name="Void EndInvoke(IAsyncResult)">
49200         <size>0</size>
49201       </method>
49202     </type>
49203     <type name="D2">
49204       <method name="Void .ctor(Object, IntPtr)">
49205         <size>0</size>
49206       </method>
49207       <method name="Void Invoke(System.String ByRef)">
49208         <size>0</size>
49209       </method>
49210       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
49211         <size>0</size>
49212       </method>
49213       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
49214         <size>0</size>
49215       </method>
49216     </type>
49217     <type name="C">
49218       <method name="Void &lt;Main&gt;m__0(Int32)">
49219         <size>1</size>
49220       </method>
49221       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
49222         <size>8</size>
49223       </method>
49224     </type>
49225   </test>
49226   <test name="test-anon-69.cs">
49227     <type name="SingleSteppingEngine">
49228       <method name="Void .ctor()">
49229         <size>7</size>
49230       </method>
49231       <method name="System.Object SendCommand(TargetAccessDelegate)">
49232         <size>8</size>
49233       </method>
49234       <method name="Void Detach()">
49235         <size>20</size>
49236       </method>
49237     </type>
49238     <type name="X">
49239       <method name="Void .ctor()">
49240         <size>7</size>
49241       </method>
49242       <method name="Void Main()">
49243         <size>1</size>
49244       </method>
49245     </type>
49246     <type name="TargetAccessDelegate">
49247       <method name="Void .ctor(Object, IntPtr)">
49248         <size>0</size>
49249       </method>
49250       <method name="System.Object Invoke(System.Object)">
49251         <size>0</size>
49252       </method>
49253       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
49254         <size>0</size>
49255       </method>
49256       <method name="System.Object EndInvoke(IAsyncResult)">
49257         <size>0</size>
49258       </method>
49259     </type>
49260     <type name="SingleSteppingEngine">
49261       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
49262         <size>19</size>
49263       </method>
49264     </type>
49265   </test>
49266   <test name="test-anon-70.cs">
49267     <type name="C">
49268       <method name="Void .ctor()">
49269         <size>7</size>
49270       </method>
49271       <method name="Void Test(C+D)">
49272         <size>1</size>
49273       </method>
49274       <method name="Void Main()">
49275         <size>98</size>
49276       </method>
49277     </type>
49278     <type name="C+D">
49279       <method name="Void .ctor(Object, IntPtr)">
49280         <size>0</size>
49281       </method>
49282       <method name="Void Invoke()">
49283         <size>0</size>
49284       </method>
49285       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49286         <size>0</size>
49287       </method>
49288       <method name="Void EndInvoke(IAsyncResult)">
49289         <size>0</size>
49290       </method>
49291     </type>
49292     <type name="UnsafeClass">
49293       <method name="Void .ctor()">
49294         <size>7</size>
49295       </method>
49296     </type>
49297     <type name="C">
49298       <method name="Void UnsafeTests()">
49299         <size>35</size>
49300       </method>
49301     </type>
49302     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
49303       <method name="Void .ctor()">
49304         <size>7</size>
49305       </method>
49306       <method name="Void &lt;&gt;m__0()">
49307         <size>14</size>
49308       </method>
49309     </type>
49310     <type name="C+&lt;Main&gt;c__AnonStorey1">
49311       <method name="Void .ctor()">
49312         <size>7</size>
49313       </method>
49314       <method name="Void &lt;&gt;m__1()">
49315         <size>38</size>
49316       </method>
49317       <method name="Void &lt;&gt;m__2()">
49318         <size>32</size>
49319       </method>
49320     </type>
49321     <type name="C">
49322       <method name="Void &lt;Main&gt;m__3()">
49323         <size>16</size>
49324       </method>
49325     </type>
49326     <type name="UnsafeClass">
49327       <method name="Int32* GetUnsafeValue()">
49328         <size>3</size>
49329       </method>
49330     </type>
49331     <type name="&lt;PrivateImplementationDetails&gt;">
49332       <method name="Void .ctor()">
49333         <size>7</size>
49334       </method>
49335     </type>
49336   </test>
49337   <test name="test-anon-71.cs">
49338     <type name="Program">
49339       <method name="Void .ctor()">
49340         <size>7</size>
49341       </method>
49342       <method name="Errno ProcessFile(System.String, Program+FdCb)">
49343         <size>2</size>
49344       </method>
49345       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
49346         <size>34</size>
49347       </method>
49348       <method name="Void Main()">
49349         <size>1</size>
49350       </method>
49351     </type>
49352     <type name="Program+FdCb">
49353       <method name="Void .ctor(Object, IntPtr)">
49354         <size>0</size>
49355       </method>
49356       <method name="Int32 Invoke(Int32)">
49357         <size>0</size>
49358       </method>
49359       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49360         <size>0</size>
49361       </method>
49362       <method name="Int32 EndInvoke(IAsyncResult)">
49363         <size>0</size>
49364       </method>
49365     </type>
49366     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
49367       <method name="Void .ctor()">
49368         <size>7</size>
49369       </method>
49370       <method name="Int32 &lt;&gt;m__0(Int32)">
49371         <size>46</size>
49372       </method>
49373     </type>
49374   </test>
49375   <test name="test-anon-72.cs">
49376     <type name="Test">
49377       <method name="Void .ctor()">
49378         <size>7</size>
49379       </method>
49380       <method name="Void AddOperator(Test+UnaryOperator)">
49381         <size>1</size>
49382       </method>
49383       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
49384         <size>5</size>
49385       </method>
49386       <method name="Void Main()">
49387         <size>1</size>
49388       </method>
49389       <method name="Void Foo()">
49390         <size>19</size>
49391       </method>
49392     </type>
49393     <type name="Test+UnaryOperator">
49394       <method name="Void .ctor(Object, IntPtr)">
49395         <size>0</size>
49396       </method>
49397       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
49398         <size>0</size>
49399       </method>
49400       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
49401         <size>0</size>
49402       </method>
49403       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
49404         <size>0</size>
49405       </method>
49406     </type>
49407     <type name="Test">
49408       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
49409         <size>31</size>
49410       </method>
49411     </type>
49412   </test>
49413   <test name="test-anon-73.cs">
49414     <type name="T">
49415       <method name="Void .ctor()">
49416         <size>7</size>
49417       </method>
49418       <method name="Void Main()">
49419         <size>31</size>
49420       </method>
49421       <method name="Void Test_1()">
49422         <size>36</size>
49423       </method>
49424     </type>
49425     <type name="D">
49426       <method name="Void .ctor(Object, IntPtr)">
49427         <size>0</size>
49428       </method>
49429       <method name="Void Invoke(System.Object)">
49430         <size>0</size>
49431       </method>
49432       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
49433         <size>0</size>
49434       </method>
49435       <method name="Void EndInvoke(IAsyncResult)">
49436         <size>0</size>
49437       </method>
49438     </type>
49439     <type name="T">
49440       <method name="Void &lt;Main&gt;m__0(System.Object)">
49441         <size>15</size>
49442       </method>
49443       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
49444         <size>29</size>
49445       </method>
49446     </type>
49447   </test>
49448   <test name="test-anon-74.cs">
49449     <type name="Foo">
49450       <method name="Void Baz(Foo+SimpleDelegate)">
49451         <size>8</size>
49452       </method>
49453       <method name="Void Main(System.String[])">
49454         <size>35</size>
49455       </method>
49456     </type>
49457     <type name="Foo+SimpleDelegate">
49458       <method name="Void .ctor(Object, IntPtr)">
49459         <size>0</size>
49460       </method>
49461       <method name="System.String[,] Invoke()">
49462         <size>0</size>
49463       </method>
49464       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49465         <size>0</size>
49466       </method>
49467       <method name="System.String[,] EndInvoke(IAsyncResult)">
49468         <size>0</size>
49469       </method>
49470     </type>
49471     <type name="Foo">
49472       <method name="System.String[,] &lt;Main&gt;m__0()">
49473         <size>34</size>
49474       </method>
49475     </type>
49476   </test>
49477   <test name="test-anon-75.cs">
49478     <type name="Data">
49479       <method name="Void .ctor()">
49480         <size>7</size>
49481       </method>
49482     </type>
49483     <type name="Test">
49484       <method name="Void .ctor()">
49485         <size>7</size>
49486       </method>
49487       <method name="Void Foo(Int32, D)">
49488         <size>1</size>
49489       </method>
49490       <method name="Void Main()">
49491         <size>1</size>
49492       </method>
49493       <method name="Void TestMe()">
49494         <size>154</size>
49495       </method>
49496       <method name="Boolean &lt;TestMe&gt;m__0()">
49497         <size>2</size>
49498       </method>
49499     </type>
49500     <type name="D">
49501       <method name="Void .ctor(Object, IntPtr)">
49502         <size>0</size>
49503       </method>
49504       <method name="Boolean Invoke()">
49505         <size>0</size>
49506       </method>
49507       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49508         <size>0</size>
49509       </method>
49510       <method name="Boolean EndInvoke(IAsyncResult)">
49511         <size>0</size>
49512       </method>
49513     </type>
49514     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
49515       <method name="Void .ctor()">
49516         <size>7</size>
49517       </method>
49518       <method name="Boolean &lt;&gt;m__2()">
49519         <size>14</size>
49520       </method>
49521     </type>
49522     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
49523       <method name="Void .ctor()">
49524         <size>7</size>
49525       </method>
49526     </type>
49527     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
49528       <method name="Boolean &lt;&gt;m__1()">
49529         <size>54</size>
49530       </method>
49531     </type>
49532   </test>
49533   <test name="test-anon-76.cs">
49534     <type name="C">
49535       <method name="Void .ctor()">
49536         <size>7</size>
49537       </method>
49538       <method name="Void set_Item(System.String, FactoryDelegate)">
49539         <size>8</size>
49540       </method>
49541       <method name="FactoryDelegate get_Item(System.String)">
49542         <size>7</size>
49543       </method>
49544       <method name="Void X()">
49545         <size>24</size>
49546       </method>
49547       <method name="Int32 Main()">
49548         <size>70</size>
49549       </method>
49550     </type>
49551     <type name="FactoryDelegate">
49552       <method name="Void .ctor(Object, IntPtr)">
49553         <size>0</size>
49554       </method>
49555       <method name="System.Object Invoke()">
49556         <size>0</size>
49557       </method>
49558       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49559         <size>0</size>
49560       </method>
49561       <method name="System.Object EndInvoke(IAsyncResult)">
49562         <size>0</size>
49563       </method>
49564     </type>
49565     <type name="C">
49566       <method name="System.Object &lt;X&gt;m__0()">
49567         <size>30</size>
49568       </method>
49569     </type>
49570   </test>
49571   <test name="test-anon-77.cs">
49572     <type name="y">
49573       <method name="Void .ctor()">
49574         <size>7</size>
49575       </method>
49576       <method name="Boolean get_Item(Int32)">
49577         <size>28</size>
49578       </method>
49579       <method name="Void set_Item(Int32, Boolean)">
49580         <size>10</size>
49581       </method>
49582       <method name="Void Main()">
49583         <size>1</size>
49584       </method>
49585     </type>
49586     <type name="D">
49587       <method name="Void .ctor(Object, IntPtr)">
49588         <size>0</size>
49589       </method>
49590       <method name="Void Invoke()">
49591         <size>0</size>
49592       </method>
49593       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49594         <size>0</size>
49595       </method>
49596       <method name="Void EndInvoke(IAsyncResult)">
49597         <size>0</size>
49598       </method>
49599     </type>
49600     <type name="y+&lt;&gt;c__AnonStorey0">
49601       <method name="Void .ctor()">
49602         <size>7</size>
49603       </method>
49604       <method name="Void &lt;&gt;m__0()">
49605         <size>8</size>
49606       </method>
49607     </type>
49608   </test>
49609   <test name="test-anon-78.cs">
49610     <type name="DelegateTest">
49611       <method name="Void .ctor()">
49612         <size>7</size>
49613       </method>
49614       <method name="Void .cctor()">
49615         <size>8</size>
49616       </method>
49617       <method name="Void Foo(D1)">
49618         <size>7</size>
49619       </method>
49620       <method name="Void Foo(D2)">
49621         <size>1</size>
49622       </method>
49623       <method name="Int32 Main()">
49624         <size>50</size>
49625       </method>
49626       <method name="Void &lt;Main&gt;m__0()">
49627         <size>18</size>
49628       </method>
49629     </type>
49630     <type name="D1">
49631       <method name="Void .ctor(Object, IntPtr)">
49632         <size>0</size>
49633       </method>
49634       <method name="Void Invoke()">
49635         <size>0</size>
49636       </method>
49637       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49638         <size>0</size>
49639       </method>
49640       <method name="Void EndInvoke(IAsyncResult)">
49641         <size>0</size>
49642       </method>
49643     </type>
49644     <type name="D2">
49645       <method name="Void .ctor(Object, IntPtr)">
49646         <size>0</size>
49647       </method>
49648       <method name="Void Invoke()">
49649         <size>0</size>
49650       </method>
49651       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49652         <size>0</size>
49653       </method>
49654       <method name="Void EndInvoke(IAsyncResult)">
49655         <size>0</size>
49656       </method>
49657     </type>
49658   </test>
49659   <test name="test-anon-79.cs">
49660     <type name="Test">
49661       <method name="Void .ctor()">
49662         <size>7</size>
49663       </method>
49664       <method name="Void add_E(Test+D)">
49665         <size>47</size>
49666       </method>
49667       <method name="Void remove_E(Test+D)">
49668         <size>47</size>
49669       </method>
49670       <method name="Void add_Changed(Test+D)">
49671         <size>30</size>
49672       </method>
49673       <method name="Void remove_Changed(Test+D)">
49674         <size>1</size>
49675       </method>
49676       <method name="Void Foo()">
49677         <size>1</size>
49678       </method>
49679       <method name="Void Main()">
49680         <size>1</size>
49681       </method>
49682     </type>
49683     <type name="Test+D">
49684       <method name="Void .ctor(Object, IntPtr)">
49685         <size>0</size>
49686       </method>
49687       <method name="Void Invoke()">
49688         <size>0</size>
49689       </method>
49690       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49691         <size>0</size>
49692       </method>
49693       <method name="Void EndInvoke(IAsyncResult)">
49694         <size>0</size>
49695       </method>
49696     </type>
49697     <type name="Test">
49698       <method name="Void &lt;add_Changed&gt;m__0()">
49699         <size>7</size>
49700       </method>
49701     </type>
49702   </test>
49703   <test name="test-anon-80.cs">
49704     <type name="MonoBug.MyTest">
49705       <method name="Void .ctor()">
49706         <size>7</size>
49707       </method>
49708       <method name="Int32 Main()">
49709         <size>167</size>
49710       </method>
49711     </type>
49712     <type name="MonoBug.MyTest+EventHandlers">
49713       <method name="Void .ctor()">
49714         <size>18</size>
49715       </method>
49716       <method name="System.EventHandler get_DoNothingEventHandler()">
49717         <size>30</size>
49718       </method>
49719       <method name="System.EventHandler get_DoSomethingEventHandler()">
49720         <size>13</size>
49721       </method>
49722       <method name="System.EventHandler get_Handler()">
49723         <size>7</size>
49724       </method>
49725       <method name="Void set_Handler(System.EventHandler)">
49726         <size>8</size>
49727       </method>
49728       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
49729         <size>1</size>
49730       </method>
49731       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
49732         <size>15</size>
49733       </method>
49734     </type>
49735   </test>
49736   <test name="test-anon-81.cs">
49737     <type name="C">
49738       <method name="Void .ctor()">
49739         <size>7</size>
49740       </method>
49741       <method name="Int32 Main()">
49742         <size>20</size>
49743       </method>
49744       <method name="Int32 Test()">
49745         <size>27</size>
49746       </method>
49747       <method name="Int32 Foo2(C+Cmd2)">
49748         <size>7</size>
49749       </method>
49750       <method name="Void Foo(C+Cmd)">
49751         <size>7</size>
49752       </method>
49753     </type>
49754     <type name="C+Cmd">
49755       <method name="Void .ctor(Object, IntPtr)">
49756         <size>0</size>
49757       </method>
49758       <method name="Void Invoke()">
49759         <size>0</size>
49760       </method>
49761       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49762         <size>0</size>
49763       </method>
49764       <method name="Void EndInvoke(IAsyncResult)">
49765         <size>0</size>
49766       </method>
49767     </type>
49768     <type name="C+Cmd2">
49769       <method name="Void .ctor(Object, IntPtr)">
49770         <size>0</size>
49771       </method>
49772       <method name="Int32 Invoke()">
49773         <size>0</size>
49774       </method>
49775       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49776         <size>0</size>
49777       </method>
49778       <method name="Int32 EndInvoke(IAsyncResult)">
49779         <size>0</size>
49780       </method>
49781     </type>
49782     <type name="C">
49783       <method name="Int32 &lt;Test&gt;m__0()">
49784         <size>45</size>
49785       </method>
49786     </type>
49787     <type name="C+&lt;Test&gt;c__AnonStorey1">
49788       <method name="Void .ctor()">
49789         <size>7</size>
49790       </method>
49791       <method name="Void &lt;&gt;m__1()">
49792         <size>44</size>
49793       </method>
49794     </type>
49795     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
49796       <method name="Void .ctor()">
49797         <size>7</size>
49798       </method>
49799       <method name="Void &lt;&gt;m__2()">
49800         <size>18</size>
49801       </method>
49802     </type>
49803   </test>
49804   <test name="test-anon-82.cs">
49805     <type name="MainClass">
49806       <method name="Void .ctor()">
49807         <size>7</size>
49808       </method>
49809       <method name="Void Main()">
49810         <size>87</size>
49811       </method>
49812       <method name="Void Test2(Int32)">
49813         <size>31</size>
49814       </method>
49815       <method name="Void Test3(Int32)">
49816         <size>57</size>
49817       </method>
49818       <method name="Void Test4()">
49819         <size>31</size>
49820       </method>
49821       <method name="Void Test5(Int32)">
49822         <size>27</size>
49823       </method>
49824       <method name="Void SimpleCallback(MainClass, System.String)">
49825         <size>7</size>
49826       </method>
49827     </type>
49828     <type name="MainClass+D">
49829       <method name="Void .ctor(Object, IntPtr)">
49830         <size>0</size>
49831       </method>
49832       <method name="Int32 Invoke(Int32)">
49833         <size>0</size>
49834       </method>
49835       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49836         <size>0</size>
49837       </method>
49838       <method name="Int32 EndInvoke(IAsyncResult)">
49839         <size>0</size>
49840       </method>
49841     </type>
49842     <type name="StringSender">
49843       <method name="Void .ctor(Object, IntPtr)">
49844         <size>0</size>
49845       </method>
49846       <method name="Void Invoke(System.String)">
49847         <size>0</size>
49848       </method>
49849       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
49850         <size>0</size>
49851       </method>
49852       <method name="Void EndInvoke(IAsyncResult)">
49853         <size>0</size>
49854       </method>
49855     </type>
49856     <type name="VoidDelegate">
49857       <method name="Void .ctor(Object, IntPtr)">
49858         <size>0</size>
49859       </method>
49860       <method name="Void Invoke()">
49861         <size>0</size>
49862       </method>
49863       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49864         <size>0</size>
49865       </method>
49866       <method name="Void EndInvoke(IAsyncResult)">
49867         <size>0</size>
49868       </method>
49869     </type>
49870     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
49871       <method name="Void .ctor()">
49872         <size>7</size>
49873       </method>
49874     </type>
49875     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
49876       <method name="Void .ctor()">
49877         <size>7</size>
49878       </method>
49879     </type>
49880     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
49881       <method name="Void .ctor()">
49882         <size>7</size>
49883       </method>
49884     </type>
49885     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
49886       <method name="Void .ctor()">
49887         <size>7</size>
49888       </method>
49889     </type>
49890     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
49891       <method name="Void .ctor()">
49892         <size>7</size>
49893       </method>
49894     </type>
49895     <type name="MainClass">
49896       <method name="Void &lt;Test2&gt;m__1(System.String)">
49897         <size>27</size>
49898       </method>
49899       <method name="Void &lt;Test3&gt;m__3()">
49900         <size>1</size>
49901       </method>
49902       <method name="Void &lt;Test4&gt;m__4()">
49903         <size>31</size>
49904       </method>
49905       <method name="Void &lt;Test4&gt;m__7()">
49906         <size>28</size>
49907       </method>
49908     </type>
49909     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
49910       <method name="Void &lt;&gt;m__0()">
49911         <size>25</size>
49912       </method>
49913       <method name="Void &lt;&gt;m__9(System.String)">
49914         <size>13</size>
49915       </method>
49916     </type>
49917     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
49918       <method name="Void &lt;&gt;m__2()">
49919         <size>9</size>
49920       </method>
49921     </type>
49922     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
49923       <method name="Int32 &lt;&gt;m__5(Int32)">
49924         <size>46</size>
49925       </method>
49926       <method name="Int32 &lt;&gt;m__A(Int32)">
49927         <size>2</size>
49928       </method>
49929     </type>
49930     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
49931       <method name="Void &lt;&gt;m__6()">
49932         <size>12</size>
49933       </method>
49934     </type>
49935     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
49936       <method name="Void &lt;&gt;m__8()">
49937         <size>14</size>
49938       </method>
49939       <method name="Void &lt;&gt;m__B()">
49940         <size>8</size>
49941       </method>
49942     </type>
49943   </test>
49944   <test name="test-anon-84.cs">
49945     <type name="C">
49946       <method name="Void .ctor()">
49947         <size>42</size>
49948       </method>
49949       <method name="Void .ctor(D)">
49950         <size>42</size>
49951       </method>
49952       <method name="Int32 Main()">
49953         <size>19</size>
49954       </method>
49955     </type>
49956     <type name="D">
49957       <method name="Void .ctor(Object, IntPtr)">
49958         <size>0</size>
49959       </method>
49960       <method name="C Invoke(Int32)">
49961         <size>0</size>
49962       </method>
49963       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49964         <size>0</size>
49965       </method>
49966       <method name="C EndInvoke(IAsyncResult)">
49967         <size>0</size>
49968       </method>
49969     </type>
49970     <type name="C">
49971       <method name="C &lt;field&gt;m__0(Int32)">
49972         <size>4</size>
49973       </method>
49974     </type>
49975   </test>
49976   <test name="test-anon-85.cs">
49977     <type name="X">
49978       <method name="Void .ctor()">
49979         <size>7</size>
49980       </method>
49981       <method name="Int32 Main()">
49982         <size>29</size>
49983       </method>
49984     </type>
49985     <type name="X+D">
49986       <method name="Void .ctor(Object, IntPtr)">
49987         <size>0</size>
49988       </method>
49989       <method name="Void Invoke()">
49990         <size>0</size>
49991       </method>
49992       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49993         <size>0</size>
49994       </method>
49995       <method name="Void EndInvoke(IAsyncResult)">
49996         <size>0</size>
49997       </method>
49998     </type>
49999     <type name="X+&lt;Main&gt;c__AnonStorey0">
50000       <method name="Void .ctor()">
50001         <size>7</size>
50002       </method>
50003       <method name="Void &lt;&gt;m__0()">
50004         <size>8</size>
50005       </method>
50006     </type>
50007   </test>
50008   <test name="test-anon-86.cs">
50009     <type name="Bug.A">
50010       <method name="Void .ctor()">
50011         <size>50</size>
50012       </method>
50013       <method name="Void Test()">
50014         <size>1</size>
50015       </method>
50016       <method name="Int32 Main()">
50017         <size>8</size>
50018       </method>
50019     </type>
50020     <type name="Bug.B">
50021       <method name="Void .ctor()">
50022         <size>7</size>
50023       </method>
50024       <method name="Int32 get_Prop()">
50025         <size>2</size>
50026       </method>
50027     </type>
50028     <type name="Bug.EventHandler">
50029       <method name="Void .ctor(Object, IntPtr)">
50030         <size>0</size>
50031       </method>
50032       <method name="Void Invoke()">
50033         <size>0</size>
50034       </method>
50035       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50036         <size>0</size>
50037       </method>
50038       <method name="Void EndInvoke(IAsyncResult)">
50039         <size>0</size>
50040       </method>
50041     </type>
50042     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
50043       <method name="Void .ctor()">
50044         <size>7</size>
50045       </method>
50046       <method name="Void &lt;&gt;m__0()">
50047         <size>24</size>
50048       </method>
50049     </type>
50050   </test>
50051   <test name="test-anon-87.cs">
50052     <type name="Bug.AA">
50053       <method name="Void .ctor(BB)">
50054         <size>51</size>
50055       </method>
50056       <method name="Void TestMe()">
50057         <size>1</size>
50058       </method>
50059       <method name="Int32 Main()">
50060         <size>18</size>
50061       </method>
50062     </type>
50063     <type name="Bug.BB">
50064       <method name="Void .ctor(String)">
50065         <size>18</size>
50066       </method>
50067       <method name="Void Foo()">
50068         <size>1</size>
50069       </method>
50070     </type>
50071     <type name="Bug.D">
50072       <method name="Void .ctor(Object, IntPtr)">
50073         <size>0</size>
50074       </method>
50075       <method name="Void Invoke()">
50076         <size>0</size>
50077       </method>
50078       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50079         <size>0</size>
50080       </method>
50081       <method name="Void EndInvoke(IAsyncResult)">
50082         <size>0</size>
50083       </method>
50084     </type>
50085     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
50086       <method name="Void .ctor()">
50087         <size>7</size>
50088       </method>
50089       <method name="Void &lt;&gt;m__0()">
50090         <size>23</size>
50091       </method>
50092     </type>
50093   </test>
50094   <test name="test-anon-88.cs">
50095     <type name="C">
50096       <method name="Void .ctor()">
50097         <size>7</size>
50098       </method>
50099       <method name="Int32 Main()">
50100         <size>12</size>
50101       </method>
50102       <method name="Void Test()">
50103         <size>97</size>
50104       </method>
50105     </type>
50106     <type name="C+D">
50107       <method name="Void .ctor(Object, IntPtr)">
50108         <size>0</size>
50109       </method>
50110       <method name="Void Invoke()">
50111         <size>0</size>
50112       </method>
50113       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50114         <size>0</size>
50115       </method>
50116       <method name="Void EndInvoke(IAsyncResult)">
50117         <size>0</size>
50118       </method>
50119     </type>
50120     <type name="C+&lt;Test&gt;c__AnonStorey0">
50121       <method name="Void .ctor()">
50122         <size>7</size>
50123       </method>
50124       <method name="Void &lt;&gt;m__2()">
50125         <size>8</size>
50126       </method>
50127     </type>
50128     <type name="C+&lt;Test&gt;c__AnonStorey2">
50129       <method name="Void .ctor()">
50130         <size>7</size>
50131       </method>
50132       <method name="Void &lt;&gt;m__0()">
50133         <size>69</size>
50134       </method>
50135       <method name="Void &lt;&gt;m__1()">
50136         <size>8</size>
50137       </method>
50138       <method name="Void &lt;&gt;m__4()">
50139         <size>3</size>
50140       </method>
50141     </type>
50142     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
50143       <method name="Void .ctor()">
50144         <size>7</size>
50145       </method>
50146       <method name="Void &lt;&gt;m__3()">
50147         <size>20</size>
50148       </method>
50149     </type>
50150   </test>
50151   <test name="test-anon-89.cs">
50152     <type name="C">
50153       <method name="Void .ctor()">
50154         <size>7</size>
50155       </method>
50156       <method name="Int32 Main()">
50157         <size>12</size>
50158       </method>
50159       <method name="System.Object get_GdkWindow()">
50160         <size>2</size>
50161       </method>
50162       <method name="Void set_GdkWindow(System.Object)">
50163         <size>1</size>
50164       </method>
50165       <method name="Void Invoke(C+D)">
50166         <size>1</size>
50167       </method>
50168       <method name="Void Test()">
50169         <size>69</size>
50170       </method>
50171     </type>
50172     <type name="C+D">
50173       <method name="Void .ctor(Object, IntPtr)">
50174         <size>0</size>
50175       </method>
50176       <method name="Void Invoke()">
50177         <size>0</size>
50178       </method>
50179       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50180         <size>0</size>
50181       </method>
50182       <method name="Void EndInvoke(IAsyncResult)">
50183         <size>0</size>
50184       </method>
50185     </type>
50186     <type name="C+&lt;Test&gt;c__AnonStorey0">
50187       <method name="Void .ctor()">
50188         <size>7</size>
50189       </method>
50190       <method name="Void &lt;&gt;m__0()">
50191         <size>108</size>
50192       </method>
50193       <method name="Void &lt;&gt;m__3()">
50194         <size>29</size>
50195       </method>
50196     </type>
50197     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
50198       <method name="Void .ctor()">
50199         <size>7</size>
50200       </method>
50201       <method name="Void &lt;&gt;m__1()">
50202         <size>18</size>
50203       </method>
50204       <method name="Void &lt;&gt;m__2()">
50205         <size>49</size>
50206       </method>
50207     </type>
50208   </test>
50209   <test name="test-anon-90.cs">
50210     <type name="C">
50211       <method name="Void .ctor()">
50212         <size>7</size>
50213       </method>
50214       <method name="Int32 Main()">
50215         <size>12</size>
50216       </method>
50217       <method name="Void Foo()">
50218         <size>27</size>
50219       </method>
50220     </type>
50221     <type name="C+D">
50222       <method name="Void .ctor(Object, IntPtr)">
50223         <size>0</size>
50224       </method>
50225       <method name="Void Invoke()">
50226         <size>0</size>
50227       </method>
50228       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50229         <size>0</size>
50230       </method>
50231       <method name="Void EndInvoke(IAsyncResult)">
50232         <size>0</size>
50233       </method>
50234     </type>
50235     <type name="C+&lt;Foo&gt;c__AnonStorey0">
50236       <method name="Void .ctor()">
50237         <size>7</size>
50238       </method>
50239       <method name="Void &lt;&gt;m__0()">
50240         <size>66</size>
50241       </method>
50242     </type>
50243     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
50244       <method name="Void .ctor()">
50245         <size>7</size>
50246       </method>
50247     </type>
50248     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
50249       <method name="Void .ctor()">
50250         <size>7</size>
50251       </method>
50252       <method name="Void &lt;&gt;m__1()">
50253         <size>32</size>
50254       </method>
50255     </type>
50256   </test>
50257   <test name="test-anon-91.cs">
50258     <type name="A">
50259       <method name="Void .ctor(Int32)">
50260         <size>27</size>
50261       </method>
50262     </type>
50263     <type name="C">
50264       <method name="Void .ctor()">
50265         <size>7</size>
50266       </method>
50267       <method name="Int32 Main()">
50268         <size>12</size>
50269       </method>
50270       <method name="Void SelectCommand(Int32)">
50271         <size>1</size>
50272       </method>
50273       <method name="Void Test()">
50274         <size>66</size>
50275       </method>
50276     </type>
50277     <type name="C+D">
50278       <method name="Void .ctor(Object, IntPtr)">
50279         <size>0</size>
50280       </method>
50281       <method name="Void Invoke()">
50282         <size>0</size>
50283       </method>
50284       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50285         <size>0</size>
50286       </method>
50287       <method name="Void EndInvoke(IAsyncResult)">
50288         <size>0</size>
50289       </method>
50290     </type>
50291     <type name="C+&lt;Test&gt;c__AnonStorey0">
50292       <method name="Void .ctor()">
50293         <size>7</size>
50294       </method>
50295       <method name="Void &lt;&gt;m__0()">
50296         <size>108</size>
50297       </method>
50298     </type>
50299     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
50300       <method name="Void .ctor()">
50301         <size>7</size>
50302       </method>
50303       <method name="Void &lt;&gt;m__1()">
50304         <size>23</size>
50305       </method>
50306     </type>
50307   </test>
50308   <test name="test-anon-92.cs">
50309     <type name="MainClass">
50310       <method name="Void Test(IEnumerable)">
50311         <size>33</size>
50312       </method>
50313       <method name="Int32 Main()">
50314         <size>21</size>
50315       </method>
50316       <method name="Void .ctor()">
50317         <size>7</size>
50318       </method>
50319     </type>
50320     <type name="D">
50321       <method name="Void Invoke()">
50322         <size>0</size>
50323       </method>
50324       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50325         <size>0</size>
50326       </method>
50327       <method name="Void EndInvoke(IAsyncResult)">
50328         <size>0</size>
50329       </method>
50330       <method name="Void .ctor(Object, IntPtr)">
50331         <size>0</size>
50332       </method>
50333     </type>
50334     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
50335       <method name="Void &lt;&gt;m__0()">
50336         <size>72</size>
50337       </method>
50338       <method name="Void .ctor()">
50339         <size>7</size>
50340       </method>
50341     </type>
50342   </test>
50343   <test name="test-anon-93.cs">
50344     <type name="BaseTest.MainClass">
50345       <method name="Void add_MyEvent(System.EventHandler)">
50346         <size>55</size>
50347       </method>
50348       <method name="Void remove_MyEvent(System.EventHandler)">
50349         <size>55</size>
50350       </method>
50351       <method name="Void RaiseMyEvent(System.Object, System.EventArgs)">
50352         <size>14</size>
50353       </method>
50354       <method name="Void Main()">
50355         <size>50</size>
50356       </method>
50357       <method name="Void &lt;Main&gt;m__2(System.Object, System.EventArgs)">
50358         <size>13</size>
50359       </method>
50360       <method name="Void .ctor()">
50361         <size>7</size>
50362       </method>
50363     </type>
50364     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey0">
50365       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
50366         <size>23</size>
50367       </method>
50368       <method name="Void .ctor()">
50369         <size>7</size>
50370       </method>
50371     </type>
50372     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey1">
50373       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
50374         <size>23</size>
50375       </method>
50376       <method name="Void .ctor()">
50377         <size>7</size>
50378       </method>
50379     </type>
50380   </test>
50381   <test name="test-anon-94.cs">
50382     <type name="Program">
50383       <method name="Int32 Main()">
50384         <size>57</size>
50385       </method>
50386       <method name="Void .ctor()">
50387         <size>7</size>
50388       </method>
50389     </type>
50390     <type name="Program+BaseClass">
50391       <method name="Void Print()">
50392         <size>19</size>
50393       </method>
50394       <method name="Void .ctor()">
50395         <size>7</size>
50396       </method>
50397     </type>
50398     <type name="Program+Derived">
50399       <method name="Void Print()">
50400         <size>20</size>
50401       </method>
50402       <method name="Void &lt;Print&gt;m__0()">
50403         <size>7</size>
50404       </method>
50405       <method name="Void .ctor()">
50406         <size>7</size>
50407       </method>
50408       <method name="Void &lt;Print&gt;__BaseCallProxy0()">
50409         <size>7</size>
50410       </method>
50411     </type>
50412     <type name="Program+DerivedLibrary">
50413       <method name="Void Print(Int32)">
50414         <size>20</size>
50415       </method>
50416       <method name="Void &lt;Print&gt;__BaseCallProxy0(Int32)">
50417         <size>8</size>
50418       </method>
50419       <method name="Void &lt;Print&gt;m__1()">
50420         <size>9</size>
50421       </method>
50422       <method name="Void .ctor()">
50423         <size>7</size>
50424       </method>
50425     </type>
50426   </test>
50427   <test name="test-anon-95.cs">
50428     <type name="D">
50429       <method name="Int32 Invoke()">
50430         <size>0</size>
50431       </method>
50432       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50433         <size>0</size>
50434       </method>
50435       <method name="Int32 EndInvoke(IAsyncResult)">
50436         <size>0</size>
50437       </method>
50438       <method name="Void .ctor(Object, IntPtr)">
50439         <size>0</size>
50440       </method>
50441     </type>
50442     <type name="A">
50443       <method name="Void add_Event(D)">
50444         <size>0</size>
50445       </method>
50446       <method name="Void remove_Event(D)">
50447         <size>0</size>
50448       </method>
50449       <method name="Void .ctor()">
50450         <size>7</size>
50451       </method>
50452     </type>
50453     <type name="B">
50454       <method name="Void add_Event(D)">
50455         <size>47</size>
50456       </method>
50457       <method name="Void remove_Event(D)">
50458         <size>47</size>
50459       </method>
50460       <method name="Int32 Run()">
50461         <size>12</size>
50462       </method>
50463       <method name="Void .ctor()">
50464         <size>7</size>
50465       </method>
50466     </type>
50467     <type name="C">
50468       <method name="Int32 Test(Int32)">
50469         <size>46</size>
50470       </method>
50471       <method name="Int32 Main()">
50472         <size>23</size>
50473       </method>
50474       <method name="Void &lt;add_Event&gt;__BaseCallProxy0(D)">
50475         <size>8</size>
50476       </method>
50477       <method name="Void .ctor()">
50478         <size>7</size>
50479       </method>
50480     </type>
50481     <type name="C+&lt;Test&gt;c__AnonStorey0">
50482       <method name="Void &lt;&gt;m__0()">
50483         <size>24</size>
50484       </method>
50485       <method name="Int32 &lt;&gt;m__1()">
50486         <size>7</size>
50487       </method>
50488       <method name="Void .ctor()">
50489         <size>7</size>
50490       </method>
50491     </type>
50492   </test>
50493   <test name="test-anon-96.cs">
50494     <type name="P">
50495       <method name="Void .ctor()">
50496         <size>7</size>
50497       </method>
50498     </type>
50499     <type name="Program">
50500       <method name="Int32 Extra()">
50501         <size>3</size>
50502       </method>
50503       <method name="Program+D Get(Int32)">
50504         <size>128</size>
50505       </method>
50506       <method name="Int32 Run(Int32)">
50507         <size>12</size>
50508       </method>
50509       <method name="Int32 Main()">
50510         <size>77</size>
50511       </method>
50512     </type>
50513     <type name="Program+D">
50514       <method name="Int32 Invoke()">
50515         <size>0</size>
50516       </method>
50517       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50518         <size>0</size>
50519       </method>
50520       <method name="Int32 EndInvoke(IAsyncResult)">
50521         <size>0</size>
50522       </method>
50523       <method name="Void .ctor(Object, IntPtr)">
50524         <size>0</size>
50525       </method>
50526     </type>
50527     <type name="Program+&lt;Get&gt;c__AnonStorey0">
50528       <method name="Void .ctor()">
50529         <size>7</size>
50530       </method>
50531     </type>
50532     <type name="Program+&lt;Get&gt;c__AnonStorey1">
50533       <method name="Int32 &lt;&gt;m__0()">
50534         <size>24</size>
50535       </method>
50536       <method name="Int32 &lt;&gt;m__1()">
50537         <size>24</size>
50538       </method>
50539       <method name="Int32 &lt;&gt;m__2()">
50540         <size>19</size>
50541       </method>
50542       <method name="Void .ctor()">
50543         <size>7</size>
50544       </method>
50545     </type>
50546   </test>
50547   <test name="test-anon-97.cs">
50548     <type name="Space">
50549       <method name="Void Leak(Boolean, Int32)">
50550         <size>85</size>
50551       </method>
50552       <method name="Void .ctor()">
50553         <size>14</size>
50554       </method>
50555     </type>
50556     <type name="Space+DoCopy">
50557       <method name="Void Invoke()">
50558         <size>0</size>
50559       </method>
50560       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50561         <size>0</size>
50562       </method>
50563       <method name="Void EndInvoke(IAsyncResult)">
50564         <size>0</size>
50565       </method>
50566       <method name="Void .ctor(Object, IntPtr)">
50567         <size>0</size>
50568       </method>
50569     </type>
50570     <type name="Program">
50571       <method name="Void Main(System.String[])">
50572         <size>1</size>
50573       </method>
50574       <method name="Void .ctor()">
50575         <size>7</size>
50576       </method>
50577     </type>
50578     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
50579       <method name="Void .ctor()">
50580         <size>7</size>
50581       </method>
50582     </type>
50583     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
50584       <method name="Void &lt;&gt;m__0()">
50585         <size>18</size>
50586       </method>
50587       <method name="Void &lt;&gt;m__1()">
50588         <size>68</size>
50589       </method>
50590       <method name="Void .ctor()">
50591         <size>7</size>
50592       </method>
50593     </type>
50594   </test>
50595   <test name="test-cls-00.cs">
50596     <type name="CLSCLass_6">
50597       <method name="Void .ctor()">
50598         <size>18</size>
50599       </method>
50600       <method name="Void add_Disposed(Delegate)">
50601         <size>19</size>
50602       </method>
50603       <method name="Void remove_Disposed(Delegate)">
50604         <size>19</size>
50605       </method>
50606     </type>
50607     <type name="CLSDelegate">
50608       <method name="Void .ctor()">
50609         <size>7</size>
50610       </method>
50611     </type>
50612     <type name="CLSClass_5">
50613       <method name="Void .ctor()">
50614         <size>7</size>
50615       </method>
50616       <method name="UInt32 Test()">
50617         <size>2</size>
50618       </method>
50619     </type>
50620     <type name="CLSClass_4">
50621       <method name="Void .ctor()">
50622         <size>7</size>
50623       </method>
50624       <method name="UInt32 Test()">
50625         <size>2</size>
50626       </method>
50627     </type>
50628     <type name="CLSClass_3">
50629       <method name="Void .ctor()">
50630         <size>7</size>
50631       </method>
50632       <method name="UInt32 Test_3()">
50633         <size>2</size>
50634       </method>
50635     </type>
50636     <type name="CLSClass_2">
50637       <method name="Void .ctor()">
50638         <size>7</size>
50639       </method>
50640       <method name="SByte get_XX()">
50641         <size>2</size>
50642       </method>
50643     </type>
50644     <type name="CLSClass_1">
50645       <method name="Void .ctor()">
50646         <size>7</size>
50647       </method>
50648       <method name="UInt32 Valid()">
50649         <size>2</size>
50650       </method>
50651     </type>
50652     <type name="CLSClass">
50653       <method name="Void .ctor()">
50654         <size>7</size>
50655       </method>
50656       <method name="UInt64 Valid()">
50657         <size>3</size>
50658       </method>
50659       <method name="Byte get_XX()">
50660         <size>2</size>
50661       </method>
50662       <method name="UInt32 FooInternal()">
50663         <size>2</size>
50664       </method>
50665       <method name="UInt64 Foo()">
50666         <size>3</size>
50667       </method>
50668       <method name="Void Main()">
50669         <size>1</size>
50670       </method>
50671     </type>
50672     <type name="CLSClass+C1">
50673       <method name="Void .ctor()">
50674         <size>7</size>
50675       </method>
50676       <method name="Int64 Foo2()">
50677         <size>3</size>
50678       </method>
50679     </type>
50680     <type name="CLSClass+C1+C11">
50681       <method name="Void .ctor()">
50682         <size>7</size>
50683       </method>
50684       <method name="UInt64 Foo3()">
50685         <size>3</size>
50686       </method>
50687     </type>
50688     <type name="CLSClass+CLSClass_2">
50689       <method name="Void .ctor()">
50690         <size>7</size>
50691       </method>
50692       <method name="SByte get_XX()">
50693         <size>2</size>
50694       </method>
50695     </type>
50696     <type name="Delegate">
50697       <method name="Void .ctor(Object, IntPtr)">
50698         <size>0</size>
50699       </method>
50700       <method name="CLSDelegate Invoke()">
50701         <size>0</size>
50702       </method>
50703       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50704         <size>0</size>
50705       </method>
50706       <method name="CLSDelegate EndInvoke(IAsyncResult)">
50707         <size>0</size>
50708       </method>
50709     </type>
50710   </test>
50711   <test name="test-cls-01.cs">
50712     <type name="CLSClass">
50713       <method name="Void .ctor()">
50714         <size>7</size>
50715       </method>
50716       <method name="Byte get_XX()">
50717         <size>2</size>
50718       </method>
50719       <method name="Void Main()">
50720         <size>1</size>
50721       </method>
50722     </type>
50723     <type name="Big">
50724       <method name="Void .ctor()">
50725         <size>7</size>
50726       </method>
50727       <method name="Big op_Implicit(UInt32)">
50728         <size>2</size>
50729       </method>
50730     </type>
50731     <type name="C1">
50732       <method name="Void .ctor()">
50733         <size>7</size>
50734       </method>
50735       <method name="Void method(UInt32)">
50736         <size>1</size>
50737       </method>
50738     </type>
50739   </test>
50740   <test name="test-cls-02.cs">
50741     <type name="CLSClass">
50742       <method name="Void .ctor(UInt64)">
50743         <size>7</size>
50744       </method>
50745       <method name="Void .ctor(UInt32)">
50746         <size>7</size>
50747       </method>
50748       <method name="Void set_X_0(UInt64)">
50749         <size>1</size>
50750       </method>
50751       <method name="Void set_Item(UInt64, UInt64)">
50752         <size>1</size>
50753       </method>
50754       <method name="Void Main()">
50755         <size>1</size>
50756       </method>
50757     </type>
50758     <type name="InnerTypeClasss">
50759       <method name="Void .ctor()">
50760         <size>7</size>
50761       </method>
50762       <method name="Struct Method()">
50763         <size>10</size>
50764       </method>
50765     </type>
50766   </test>
50767   <test name="test-cls-03.cs">
50768     <type name="CLSClass">
50769       <method name="Void .ctor()">
50770         <size>7</size>
50771       </method>
50772       <method name="I1 Foo()">
50773         <size>2</size>
50774       </method>
50775       <method name="Void Main()">
50776         <size>1</size>
50777       </method>
50778     </type>
50779   </test>
50780   <test name="test-cls-05.cs">
50781     <type name="X1">
50782       <method name="Void .ctor()">
50783         <size>7</size>
50784       </method>
50785     </type>
50786     <type name="X2">
50787       <method name="Void .ctor()">
50788         <size>7</size>
50789       </method>
50790     </type>
50791     <type name="X3">
50792       <method name="Void .ctor()">
50793         <size>7</size>
50794       </method>
50795       <method name="Void bb(Boolean)">
50796         <size>1</size>
50797       </method>
50798       <method name="Void BB()">
50799         <size>1</size>
50800       </method>
50801     </type>
50802     <type name="X4">
50803       <method name="Void .ctor()">
50804         <size>7</size>
50805       </method>
50806       <method name="Void method(Int32)">
50807         <size>1</size>
50808       </method>
50809       <method name="Void method(Boolean)">
50810         <size>1</size>
50811       </method>
50812       <method name="Boolean method()">
50813         <size>2</size>
50814       </method>
50815     </type>
50816     <type name="BaseClass">
50817       <method name="Void .ctor()">
50818         <size>7</size>
50819       </method>
50820     </type>
50821     <type name="CLSClass">
50822       <method name="Void .ctor()">
50823         <size>7</size>
50824       </method>
50825       <method name="Void .ctor(Int32)">
50826         <size>7</size>
50827       </method>
50828       <method name="Void Method()">
50829         <size>1</size>
50830       </method>
50831       <method name="Int32 Method(Boolean)">
50832         <size>2</size>
50833       </method>
50834       <method name="Void methoD()">
50835         <size>1</size>
50836       </method>
50837       <method name="Void Main()">
50838         <size>1</size>
50839       </method>
50840       <method name="CLSClass op_Implicit(Boolean)">
50841         <size>7</size>
50842       </method>
50843       <method name="CLSClass op_Implicit(Int32)">
50844         <size>7</size>
50845       </method>
50846     </type>
50847     <type name="oBject">
50848       <method name="Void .ctor()">
50849         <size>7</size>
50850       </method>
50851     </type>
50852     <type name="A.C1">
50853       <method name="Void .ctor()">
50854         <size>7</size>
50855       </method>
50856     </type>
50857     <type name="B.c1">
50858       <method name="Void .ctor()">
50859         <size>7</size>
50860       </method>
50861     </type>
50862     <type name="c1">
50863       <method name="Void .ctor()">
50864         <size>7</size>
50865       </method>
50866     </type>
50867     <type name="CLSClass_2">
50868       <method name="Void .ctor()">
50869         <size>7</size>
50870       </method>
50871       <method name="Void Method()">
50872         <size>1</size>
50873       </method>
50874       <method name="Void method()">
50875         <size>1</size>
50876       </method>
50877     </type>
50878     <type name="System.sByte">
50879       <method name="Void .ctor()">
50880         <size>7</size>
50881       </method>
50882     </type>
50883     <type name="System.Web.HttpBrowserCapabilities">
50884       <method name="Void .ctor()">
50885         <size>7</size>
50886       </method>
50887     </type>
50888   </test>
50889   <test name="test-cls-06.cs">
50890     <type name="CLSClass">
50891       <method name="Void .ctor()">
50892         <size>7</size>
50893       </method>
50894       <method name="Void Main()">
50895         <size>1</size>
50896       </method>
50897     </type>
50898     <type name="CLSClass_2">
50899       <method name="Void .ctor(Int32[,,])">
50900         <size>7</size>
50901       </method>
50902       <method name="Void .ctor(Int32[,])">
50903         <size>7</size>
50904       </method>
50905       <method name="Void Test(System.Int32[,], Int32)">
50906         <size>1</size>
50907       </method>
50908       <method name="Void Test(System.Int32[,,], Boolean)">
50909         <size>1</size>
50910       </method>
50911     </type>
50912     <type name="X1">
50913       <method name="Void .ctor()">
50914         <size>7</size>
50915       </method>
50916       <method name="Void M2(Int32)">
50917         <size>1</size>
50918       </method>
50919     </type>
50920     <type name="X2">
50921       <method name="Void .ctor()">
50922         <size>7</size>
50923       </method>
50924       <method name="Void M2(Int32 ByRef)">
50925         <size>1</size>
50926       </method>
50927     </type>
50928     <type name="CLSClass+MyDelegate">
50929       <method name="Void .ctor(Object, IntPtr)">
50930         <size>0</size>
50931       </method>
50932       <method name="UInt32 Invoke()">
50933         <size>0</size>
50934       </method>
50935       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50936         <size>0</size>
50937       </method>
50938       <method name="UInt32 EndInvoke(IAsyncResult)">
50939         <size>0</size>
50940       </method>
50941     </type>
50942     <type name="MyDelegate">
50943       <method name="Void .ctor(Object, IntPtr)">
50944         <size>0</size>
50945       </method>
50946       <method name="UInt32 Invoke()">
50947         <size>0</size>
50948       </method>
50949       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50950         <size>0</size>
50951       </method>
50952       <method name="UInt32 EndInvoke(IAsyncResult)">
50953         <size>0</size>
50954       </method>
50955     </type>
50956   </test>
50957   <test name="test-cls-07.cs">
50958     <type name="aa.I1">
50959       <method name="Void .ctor()">
50960         <size>7</size>
50961       </method>
50962     </type>
50963     <type name="CLSClass">
50964       <method name="Void .ctor()">
50965         <size>7</size>
50966       </method>
50967       <method name="Void Main()">
50968         <size>1</size>
50969       </method>
50970     </type>
50971   </test>
50972   <test name="test-cls-10.cs">
50973     <type name="MainClass">
50974       <method name="Void .ctor()">
50975         <size>7</size>
50976       </method>
50977       <method name="Void Main()">
50978         <size>1</size>
50979       </method>
50980     </type>
50981   </test>
50982   <test name="test-cls-11.cs">
50983     <type name="CLSClass">
50984       <method name="Void .ctor()">
50985         <size>7</size>
50986       </method>
50987       <method name="Void Test(IComparable)">
50988         <size>0</size>
50989       </method>
50990     </type>
50991     <type name="CLSCLass_2">
50992       <method name="Void .ctor()">
50993         <size>7</size>
50994       </method>
50995       <method name="Void Test()">
50996         <size>0</size>
50997       </method>
50998     </type>
50999     <type name="CLSClass_3">
51000       <method name="Void .ctor()">
51001         <size>7</size>
51002       </method>
51003       <method name="Void Test()">
51004         <size>0</size>
51005       </method>
51006     </type>
51007     <type name="MainClass">
51008       <method name="Void .ctor()">
51009         <size>7</size>
51010       </method>
51011       <method name="Void Main()">
51012         <size>1</size>
51013       </method>
51014     </type>
51015   </test>
51016   <test name="test-cls-12.cs">
51017     <type name="MainClass">
51018       <method name="Void .ctor()">
51019         <size>7</size>
51020       </method>
51021       <method name="Void Main()">
51022         <size>1</size>
51023       </method>
51024     </type>
51025   </test>
51026   <test name="test-cls-14.cs">
51027     <type name="CLSClass">
51028       <method name="Void .ctor()">
51029         <size>7</size>
51030       </method>
51031       <method name="Void Error(Boolean)">
51032         <size>1</size>
51033       </method>
51034       <method name="CLSClass op_Implicit(Byte)">
51035         <size>6</size>
51036       </method>
51037     </type>
51038     <type name="MainClass">
51039       <method name="Void .ctor()">
51040         <size>7</size>
51041       </method>
51042       <method name="Void Main()">
51043         <size>1</size>
51044       </method>
51045     </type>
51046   </test>
51047   <test name="test-cls-15.cs">
51048     <type name="CLSAttribute_1">
51049       <method name="Void .ctor(Int32[])">
51050         <size>7</size>
51051       </method>
51052       <method name="Void .ctor(Int32)">
51053         <size>7</size>
51054       </method>
51055     </type>
51056     <type name="CLSAttribute_2">
51057       <method name="Void .ctor(Int32)">
51058         <size>7</size>
51059       </method>
51060     </type>
51061     <type name="CLSAttribute_3">
51062       <method name="Void .ctor(Int32[])">
51063         <size>7</size>
51064       </method>
51065     </type>
51066     <type name="CLSAttribute_4">
51067       <method name="Void .ctor(Int32[])">
51068         <size>7</size>
51069       </method>
51070     </type>
51071     <type name="ClassMain">
51072       <method name="Void .ctor()">
51073         <size>7</size>
51074       </method>
51075       <method name="Void Main()">
51076         <size>1</size>
51077       </method>
51078     </type>
51079   </test>
51080   <test name="test-cls-16.cs">
51081     <type name="CLSAttribute">
51082       <method name="Void .ctor(Boolean[])">
51083         <size>7</size>
51084       </method>
51085     </type>
51086     <type name="ClassMain">
51087       <method name="Void .ctor()">
51088         <size>7</size>
51089       </method>
51090       <method name="Void Main()">
51091         <size>1</size>
51092       </method>
51093     </type>
51094   </test>
51095   <test name="test-cls-17.cs">
51096     <type name="Foo">
51097       <method name="Void .ctor()">
51098         <size>7</size>
51099       </method>
51100       <method name="Void Main()">
51101         <size>1</size>
51102       </method>
51103     </type>
51104   </test>
51105   <test name="test-cls-18.cs">
51106     <type name="Base">
51107       <method name="Void .ctor()">
51108         <size>7</size>
51109       </method>
51110       <method name="Void Test(System.Int32[])">
51111         <size>1</size>
51112       </method>
51113     </type>
51114     <type name="CLSClass">
51115       <method name="Void .ctor()">
51116         <size>7</size>
51117       </method>
51118       <method name="Void Test(System.Int32[])">
51119         <size>1</size>
51120       </method>
51121       <method name="Void Main()">
51122         <size>1</size>
51123       </method>
51124     </type>
51125   </test>
51126   <test name="test-cls-19.cs">
51127     <type name="A">
51128       <method name="Void Main()">
51129         <size>1</size>
51130       </method>
51131       <method name="Void .ctor()">
51132         <size>7</size>
51133       </method>
51134     </type>
51135     <type name="A+PartialClass">
51136       <method name="Void Method1(Int32)">
51137         <size>1</size>
51138       </method>
51139       <method name="Void Method2(UInt32)">
51140         <size>1</size>
51141       </method>
51142       <method name="Void Method3(UInt32)">
51143         <size>1</size>
51144       </method>
51145       <method name="Void .ctor()">
51146         <size>7</size>
51147       </method>
51148     </type>
51149   </test>
51150   <test name="test-externalias-01.cs">
51151     <type name="Test">
51152       <method name="Void .ctor()">
51153         <size>7</size>
51154       </method>
51155       <method name="Int32 Main()">
51156         <size>64</size>
51157       </method>
51158     </type>
51159   </test>
51160   <test name="test-externalias-02.cs">
51161     <type name="Test">
51162       <method name="Void .ctor()">
51163         <size>7</size>
51164       </method>
51165       <method name="Int32 Main()">
51166         <size>64</size>
51167       </method>
51168     </type>
51169   </test>
51170   <test name="test-externalias-03.cs">
51171     <type name="Test">
51172       <method name="Void .ctor()">
51173         <size>7</size>
51174       </method>
51175       <method name="Int32 Main()">
51176         <size>64</size>
51177       </method>
51178     </type>
51179   </test>
51180   <test name="test-externalias-04.cs">
51181     <type name="Test">
51182       <method name="Void .ctor()">
51183         <size>7</size>
51184       </method>
51185       <method name="Int32 Main()">
51186         <size>64</size>
51187       </method>
51188     </type>
51189   </test>
51190   <test name="test-externalias-05.cs">
51191     <type name="Test">
51192       <method name="Void .ctor()">
51193         <size>7</size>
51194       </method>
51195       <method name="Void Main()">
51196         <size>21</size>
51197       </method>
51198     </type>
51199   </test>
51200   <test name="test-externalias-06.cs">
51201     <type name="MyAssembly01.Test">
51202       <method name="Void .ctor()">
51203         <size>7</size>
51204       </method>
51205     </type>
51206     <type name="MyAssembly01.Namespace1.Test">
51207       <method name="Void .ctor()">
51208         <size>7</size>
51209       </method>
51210     </type>
51211     <type name="MyAssembly02.Test">
51212       <method name="Void .ctor()">
51213         <size>7</size>
51214       </method>
51215     </type>
51216     <type name="MyAssembly02.Namespace1.Test">
51217       <method name="Void .ctor()">
51218         <size>7</size>
51219       </method>
51220     </type>
51221     <type name="Test">
51222       <method name="Void .ctor()">
51223         <size>7</size>
51224       </method>
51225       <method name="Void Main()">
51226         <size>1</size>
51227       </method>
51228     </type>
51229   </test>
51230   <test name="test-externalias-07.cs">
51231     <type name="NS.MyClass">
51232       <method name="Void .ctor()">
51233         <size>7</size>
51234       </method>
51235       <method name="Int32 GetInt()">
51236         <size>6</size>
51237       </method>
51238     </type>
51239     <type name="Test">
51240       <method name="Void .ctor()">
51241         <size>7</size>
51242       </method>
51243       <method name="Int32 Main()">
51244         <size>15</size>
51245       </method>
51246     </type>
51247   </test>
51248   <test name="test-externalias-08.cs">
51249     <type name="Test">
51250       <method name="Void .ctor()">
51251         <size>7</size>
51252       </method>
51253       <method name="Int32 Main()">
51254         <size>54</size>
51255       </method>
51256     </type>
51257   </test>
51258   <test name="test-externalias-09.cs">
51259     <type name="Test">
51260       <method name="Void .ctor()">
51261         <size>7</size>
51262       </method>
51263       <method name="Int32 Main()">
51264         <size>8</size>
51265       </method>
51266     </type>
51267   </test>
51268   <test name="test-iter-01.cs">
51269     <type name="X">
51270       <method name="Void .ctor()">
51271         <size>7</size>
51272       </method>
51273       <method name="IEnumerator GetIt()">
51274         <size>8</size>
51275       </method>
51276       <method name="IEnumerable GetIt2()">
51277         <size>16</size>
51278       </method>
51279       <method name="Int32 Main()">
51280         <size>172</size>
51281       </method>
51282     </type>
51283     <type name="X+&lt;GetIt&gt;c__Iterator0">
51284       <method name="Void .ctor()">
51285         <size>7</size>
51286       </method>
51287       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51288         <size>7</size>
51289       </method>
51290       <method name="Boolean MoveNext()">
51291         <size>124</size>
51292       </method>
51293       <method name="Void Dispose()">
51294         <size>8</size>
51295       </method>
51296       <method name="Void Reset()">
51297         <size>6</size>
51298       </method>
51299     </type>
51300     <type name="X+&lt;GetIt2&gt;c__Iterator1">
51301       <method name="Void .ctor()">
51302         <size>7</size>
51303       </method>
51304       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51305         <size>7</size>
51306       </method>
51307       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51308         <size>7</size>
51309       </method>
51310       <method name="Boolean MoveNext()">
51311         <size>124</size>
51312       </method>
51313       <method name="Void Dispose()">
51314         <size>8</size>
51315       </method>
51316       <method name="Void Reset()">
51317         <size>6</size>
51318       </method>
51319     </type>
51320     <type name="X+&lt;GetIt&gt;c__Iterator0">
51321       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51322         <size>7</size>
51323       </method>
51324     </type>
51325     <type name="X+&lt;GetIt2&gt;c__Iterator1">
51326       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51327         <size>7</size>
51328       </method>
51329       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51330         <size>26</size>
51331       </method>
51332     </type>
51333   </test>
51334   <test name="test-iter-02.cs">
51335     <type name="X">
51336       <method name="Void .ctor()">
51337         <size>7</size>
51338       </method>
51339       <method name="IEnumerator GetRange()">
51340         <size>8</size>
51341       </method>
51342       <method name="Int32 Main()">
51343         <size>88</size>
51344       </method>
51345     </type>
51346     <type name="X+&lt;GetRange&gt;c__Iterator0">
51347       <method name="Void .ctor()">
51348         <size>7</size>
51349       </method>
51350       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51351         <size>7</size>
51352       </method>
51353       <method name="Boolean MoveNext()">
51354         <size>171</size>
51355       </method>
51356       <method name="Void Dispose()">
51357         <size>8</size>
51358       </method>
51359       <method name="Void Reset()">
51360         <size>6</size>
51361       </method>
51362       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51363         <size>7</size>
51364       </method>
51365     </type>
51366   </test>
51367   <test name="test-iter-03.cs">
51368     <type name="X">
51369       <method name="Void .ctor()">
51370         <size>7</size>
51371       </method>
51372       <method name="IEnumerable GetIt(System.Int32[])">
51373         <size>30</size>
51374       </method>
51375       <method name="IEnumerable GetMulti(System.Int32[,])">
51376         <size>30</size>
51377       </method>
51378       <method name="Int32 Main()">
51379         <size>247</size>
51380       </method>
51381     </type>
51382     <type name="&lt;PrivateImplementationDetails&gt;">
51383       <method name="Void .ctor()">
51384         <size>7</size>
51385       </method>
51386     </type>
51387     <type name="X+&lt;GetIt&gt;c__Iterator0">
51388       <method name="Void .ctor()">
51389         <size>7</size>
51390       </method>
51391       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51392         <size>7</size>
51393       </method>
51394       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51395         <size>7</size>
51396       </method>
51397       <method name="Boolean MoveNext()">
51398         <size>149</size>
51399       </method>
51400       <method name="Void Dispose()">
51401         <size>8</size>
51402       </method>
51403       <method name="Void Reset()">
51404         <size>6</size>
51405       </method>
51406     </type>
51407     <type name="X+&lt;GetMulti&gt;c__Iterator1">
51408       <method name="Void .ctor()">
51409         <size>7</size>
51410       </method>
51411       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51412         <size>7</size>
51413       </method>
51414       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51415         <size>7</size>
51416       </method>
51417       <method name="Boolean MoveNext()">
51418         <size>236</size>
51419       </method>
51420       <method name="Void Dispose()">
51421         <size>8</size>
51422       </method>
51423       <method name="Void Reset()">
51424         <size>6</size>
51425       </method>
51426     </type>
51427     <type name="X+&lt;GetIt&gt;c__Iterator0">
51428       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51429         <size>7</size>
51430       </method>
51431       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51432         <size>40</size>
51433       </method>
51434     </type>
51435     <type name="X+&lt;GetMulti&gt;c__Iterator1">
51436       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51437         <size>7</size>
51438       </method>
51439       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51440         <size>40</size>
51441       </method>
51442     </type>
51443   </test>
51444   <test name="test-iter-04.cs">
51445     <type name="X">
51446       <method name="Void .ctor()">
51447         <size>7</size>
51448       </method>
51449       <method name="IEnumerable GetRange(Int32, Int32)">
51450         <size>44</size>
51451       </method>
51452       <method name="Void Main()">
51453         <size>100</size>
51454       </method>
51455     </type>
51456     <type name="X+&lt;GetRange&gt;c__Iterator0">
51457       <method name="Void .ctor()">
51458         <size>7</size>
51459       </method>
51460       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51461         <size>7</size>
51462       </method>
51463       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51464         <size>7</size>
51465       </method>
51466       <method name="Boolean MoveNext()">
51467         <size>121</size>
51468       </method>
51469       <method name="Void Dispose()">
51470         <size>8</size>
51471       </method>
51472       <method name="Void Reset()">
51473         <size>6</size>
51474       </method>
51475       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51476         <size>7</size>
51477       </method>
51478       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51479         <size>52</size>
51480       </method>
51481     </type>
51482   </test>
51483   <test name="test-iter-05.cs">
51484     <type name="X">
51485       <method name="Void .ctor()">
51486         <size>7</size>
51487       </method>
51488       <method name="IEnumerable GetIt()">
51489         <size>16</size>
51490       </method>
51491       <method name="Int32 Main()">
51492         <size>106</size>
51493       </method>
51494     </type>
51495     <type name="List">
51496       <method name="Void .ctor(Int32)">
51497         <size>19</size>
51498       </method>
51499       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51500         <size>12</size>
51501       </method>
51502       <method name="Void Add(Int32)">
51503         <size>26</size>
51504       </method>
51505       <method name="MyEnumerator GetEnumerator()">
51506         <size>7</size>
51507       </method>
51508     </type>
51509     <type name="X+&lt;GetIt&gt;c__Iterator0">
51510       <method name="Void .ctor()">
51511         <size>7</size>
51512       </method>
51513       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51514         <size>7</size>
51515       </method>
51516       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51517         <size>7</size>
51518       </method>
51519       <method name="Boolean MoveNext()">
51520         <size>181</size>
51521       </method>
51522       <method name="Void Dispose()">
51523         <size>8</size>
51524       </method>
51525       <method name="Void Reset()">
51526         <size>6</size>
51527       </method>
51528     </type>
51529     <type name="List+MyEnumerator">
51530       <method name="Void .ctor(List)">
51531         <size>15</size>
51532       </method>
51533       <method name="System.Object get_Current()">
51534         <size>24</size>
51535       </method>
51536       <method name="Boolean MoveNext()">
51537         <size>31</size>
51538       </method>
51539       <method name="Void Reset()">
51540         <size>8</size>
51541       </method>
51542     </type>
51543     <type name="X+&lt;GetIt&gt;c__Iterator0">
51544       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51545         <size>7</size>
51546       </method>
51547       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51548         <size>26</size>
51549       </method>
51550     </type>
51551   </test>
51552   <test name="test-iter-06.cs">
51553     <type name="X">
51554       <method name="Void .ctor()">
51555         <size>7</size>
51556       </method>
51557       <method name="IEnumerable Get(Int32)">
51558         <size>30</size>
51559       </method>
51560       <method name="IEnumerable GetS(Int32)">
51561         <size>30</size>
51562       </method>
51563       <method name="Int32 Main()">
51564         <size>403</size>
51565       </method>
51566     </type>
51567     <type name="S+&lt;Get&gt;c__Iterator0">
51568       <method name="Void .ctor()">
51569         <size>7</size>
51570       </method>
51571       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51572         <size>7</size>
51573       </method>
51574       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51575         <size>7</size>
51576       </method>
51577       <method name="Boolean MoveNext()">
51578         <size>181</size>
51579       </method>
51580       <method name="Void Dispose()">
51581         <size>8</size>
51582       </method>
51583       <method name="Void Reset()">
51584         <size>6</size>
51585       </method>
51586     </type>
51587     <type name="S+&lt;GetS&gt;c__Iterator1">
51588       <method name="Void .ctor()">
51589         <size>7</size>
51590       </method>
51591       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51592         <size>7</size>
51593       </method>
51594       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51595         <size>7</size>
51596       </method>
51597       <method name="Boolean MoveNext()">
51598         <size>134</size>
51599       </method>
51600       <method name="Void Dispose()">
51601         <size>8</size>
51602       </method>
51603       <method name="Void Reset()">
51604         <size>6</size>
51605       </method>
51606     </type>
51607     <type name="X+&lt;Get&gt;c__Iterator2">
51608       <method name="Void .ctor()">
51609         <size>7</size>
51610       </method>
51611       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51612         <size>7</size>
51613       </method>
51614       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51615         <size>7</size>
51616       </method>
51617       <method name="Boolean MoveNext()">
51618         <size>129</size>
51619       </method>
51620       <method name="Void Dispose()">
51621         <size>8</size>
51622       </method>
51623       <method name="Void Reset()">
51624         <size>6</size>
51625       </method>
51626     </type>
51627     <type name="X+&lt;GetS&gt;c__Iterator3">
51628       <method name="Void .ctor()">
51629         <size>7</size>
51630       </method>
51631       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51632         <size>7</size>
51633       </method>
51634       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51635         <size>7</size>
51636       </method>
51637       <method name="Boolean MoveNext()">
51638         <size>134</size>
51639       </method>
51640       <method name="Void Dispose()">
51641         <size>8</size>
51642       </method>
51643       <method name="Void Reset()">
51644         <size>6</size>
51645       </method>
51646     </type>
51647     <type name="S">
51648       <method name="IEnumerable Get(Int32)">
51649         <size>42</size>
51650       </method>
51651       <method name="IEnumerable GetS(Int32)">
51652         <size>30</size>
51653       </method>
51654     </type>
51655     <type name="S+&lt;Get&gt;c__Iterator0">
51656       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51657         <size>7</size>
51658       </method>
51659       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51660         <size>52</size>
51661       </method>
51662     </type>
51663     <type name="S+&lt;GetS&gt;c__Iterator1">
51664       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51665         <size>7</size>
51666       </method>
51667       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51668         <size>40</size>
51669       </method>
51670     </type>
51671     <type name="X+&lt;Get&gt;c__Iterator2">
51672       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51673         <size>7</size>
51674       </method>
51675       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51676         <size>40</size>
51677       </method>
51678     </type>
51679     <type name="X+&lt;GetS&gt;c__Iterator3">
51680       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51681         <size>7</size>
51682       </method>
51683       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51684         <size>40</size>
51685       </method>
51686     </type>
51687   </test>
51688   <test name="test-iter-07.cs">
51689     <type name="Test">
51690       <method name="Void .ctor()">
51691         <size>7</size>
51692       </method>
51693       <method name="IEnumerable Foo(Int32)">
51694         <size>30</size>
51695       </method>
51696     </type>
51697     <type name="X">
51698       <method name="Void .ctor()">
51699         <size>7</size>
51700       </method>
51701       <method name="Int32 Main()">
51702         <size>373</size>
51703       </method>
51704     </type>
51705     <type name="Test+&lt;Foo&gt;c__Iterator0">
51706       <method name="Void .ctor()">
51707         <size>7</size>
51708       </method>
51709       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51710         <size>7</size>
51711       </method>
51712       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51713         <size>7</size>
51714       </method>
51715       <method name="Boolean MoveNext()">
51716         <size>253</size>
51717       </method>
51718       <method name="Void Dispose()">
51719         <size>112</size>
51720       </method>
51721       <method name="Void Reset()">
51722         <size>6</size>
51723       </method>
51724       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51725         <size>7</size>
51726       </method>
51727       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51728         <size>40</size>
51729       </method>
51730     </type>
51731   </test>
51732   <test name="test-iter-08.cs">
51733     <type name="Foo">
51734       <method name="Void .ctor(Int32)">
51735         <size>14</size>
51736       </method>
51737       <method name="Void Dispose()">
51738         <size>8</size>
51739       </method>
51740     </type>
51741     <type name="X">
51742       <method name="Void .ctor()">
51743         <size>7</size>
51744       </method>
51745       <method name="IEnumerable Test(Int32, Int32)">
51746         <size>44</size>
51747       </method>
51748       <method name="Int32 Main()">
51749         <size>169</size>
51750       </method>
51751     </type>
51752     <type name="X+&lt;Test&gt;c__Iterator0">
51753       <method name="Void .ctor()">
51754         <size>7</size>
51755       </method>
51756       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51757         <size>7</size>
51758       </method>
51759       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51760         <size>7</size>
51761       </method>
51762       <method name="Boolean MoveNext()">
51763         <size>358</size>
51764       </method>
51765       <method name="Void Dispose()">
51766         <size>102</size>
51767       </method>
51768       <method name="Void Reset()">
51769         <size>6</size>
51770       </method>
51771       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51772         <size>7</size>
51773       </method>
51774       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51775         <size>52</size>
51776       </method>
51777     </type>
51778   </test>
51779   <test name="test-iter-09.cs">
51780     <type name="Tester">
51781       <method name="Void .ctor()">
51782         <size>153</size>
51783       </method>
51784       <method name="IEnumerator GetEnumerator()">
51785         <size>15</size>
51786       </method>
51787     </type>
51788     <type name="Test">
51789       <method name="Void .ctor()">
51790         <size>7</size>
51791       </method>
51792       <method name="Int32 Main()">
51793         <size>268</size>
51794       </method>
51795     </type>
51796     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
51797       <method name="Void .ctor()">
51798         <size>7</size>
51799       </method>
51800       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51801         <size>7</size>
51802       </method>
51803       <method name="Boolean MoveNext()">
51804         <size>635</size>
51805       </method>
51806       <method name="Void Dispose()">
51807         <size>96</size>
51808       </method>
51809       <method name="Void Reset()">
51810         <size>6</size>
51811       </method>
51812       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51813         <size>7</size>
51814       </method>
51815     </type>
51816   </test>
51817   <test name="test-iter-10.cs">
51818     <type name="X">
51819       <method name="Void .ctor()">
51820         <size>7</size>
51821       </method>
51822       <method name="IEnumerator get_GetIt()">
51823         <size>8</size>
51824       </method>
51825       <method name="Void set_GetIt(IEnumerator)">
51826         <size>1</size>
51827       </method>
51828       <method name="IEnumerable get_Item(Int32)">
51829         <size>30</size>
51830       </method>
51831       <method name="Void set_Item(Int32, IEnumerable)">
51832         <size>1</size>
51833       </method>
51834       <method name="Int32 Main()">
51835         <size>184</size>
51836       </method>
51837     </type>
51838     <type name="X+&lt;&gt;c__Iterator0">
51839       <method name="Void .ctor()">
51840         <size>7</size>
51841       </method>
51842       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51843         <size>7</size>
51844       </method>
51845       <method name="Boolean MoveNext()">
51846         <size>124</size>
51847       </method>
51848       <method name="Void Dispose()">
51849         <size>8</size>
51850       </method>
51851       <method name="Void Reset()">
51852         <size>6</size>
51853       </method>
51854     </type>
51855     <type name="X+&lt;&gt;c__Iterator1">
51856       <method name="Void .ctor()">
51857         <size>7</size>
51858       </method>
51859       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51860         <size>7</size>
51861       </method>
51862       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51863         <size>7</size>
51864       </method>
51865       <method name="Boolean MoveNext()">
51866         <size>143</size>
51867       </method>
51868       <method name="Void Dispose()">
51869         <size>8</size>
51870       </method>
51871       <method name="Void Reset()">
51872         <size>6</size>
51873       </method>
51874     </type>
51875     <type name="X+&lt;&gt;c__Iterator0">
51876       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51877         <size>7</size>
51878       </method>
51879     </type>
51880     <type name="X+&lt;&gt;c__Iterator1">
51881       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51882         <size>7</size>
51883       </method>
51884       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51885         <size>40</size>
51886       </method>
51887     </type>
51888   </test>
51889   <test name="test-iter-11.cs">
51890     <type name="X">
51891       <method name="Void .ctor()">
51892         <size>7</size>
51893       </method>
51894       <method name="Void add_Hook(System.EventHandler)">
51895         <size>47</size>
51896       </method>
51897       <method name="Void remove_Hook(System.EventHandler)">
51898         <size>47</size>
51899       </method>
51900       <method name="IEnumerator Pipeline()">
51901         <size>15</size>
51902       </method>
51903       <method name="Void M(System.Object, System.EventArgs)">
51904         <size>11</size>
51905       </method>
51906       <method name="Void Main()">
51907         <size>39</size>
51908       </method>
51909     </type>
51910     <type name="X+&lt;Pipeline&gt;c__Iterator0">
51911       <method name="Void .ctor()">
51912         <size>7</size>
51913       </method>
51914       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51915         <size>7</size>
51916       </method>
51917       <method name="Boolean MoveNext()">
51918         <size>122</size>
51919       </method>
51920       <method name="Void Dispose()">
51921         <size>8</size>
51922       </method>
51923       <method name="Void Reset()">
51924         <size>6</size>
51925       </method>
51926       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51927         <size>7</size>
51928       </method>
51929     </type>
51930   </test>
51931   <test name="test-iter-12.cs">
51932     <type name="X">
51933       <method name="Void .ctor()">
51934         <size>7</size>
51935       </method>
51936       <method name="IEnumerable a()">
51937         <size>23</size>
51938       </method>
51939       <method name="Void Main()">
51940         <size>1</size>
51941       </method>
51942     </type>
51943     <type name="X+&lt;a&gt;c__Iterator0">
51944       <method name="Void .ctor()">
51945         <size>7</size>
51946       </method>
51947       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51948         <size>7</size>
51949       </method>
51950       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51951         <size>7</size>
51952       </method>
51953       <method name="Boolean MoveNext()">
51954         <size>184</size>
51955       </method>
51956       <method name="Void Dispose()">
51957         <size>63</size>
51958       </method>
51959       <method name="Void Reset()">
51960         <size>6</size>
51961       </method>
51962       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51963         <size>7</size>
51964       </method>
51965       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51966         <size>40</size>
51967       </method>
51968     </type>
51969   </test>
51970   <test name="test-iter-13.cs">
51971     <type name="Test">
51972       <method name="Void .ctor()">
51973         <size>7</size>
51974       </method>
51975       <method name="Void .cctor()">
51976         <size>11</size>
51977       </method>
51978       <method name="Void Main()">
51979         <size>1</size>
51980       </method>
51981       <method name="IEnumerable syntax_error(System.Object, System.Object)">
51982         <size>16</size>
51983       </method>
51984     </type>
51985     <type name="Test+Yp">
51986       <method name="Void .ctor()">
51987         <size>7</size>
51988       </method>
51989       <method name="IEnumerable fail()">
51990         <size>2</size>
51991       </method>
51992     </type>
51993     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
51994       <method name="Void .ctor()">
51995         <size>7</size>
51996       </method>
51997       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51998         <size>7</size>
51999       </method>
52000       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52001         <size>7</size>
52002       </method>
52003       <method name="Boolean MoveNext()">
52004         <size>25</size>
52005       </method>
52006       <method name="Void Dispose()">
52007         <size>8</size>
52008       </method>
52009       <method name="Void Reset()">
52010         <size>6</size>
52011       </method>
52012       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52013         <size>7</size>
52014       </method>
52015       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52016         <size>26</size>
52017       </method>
52018     </type>
52019   </test>
52020   <test name="test-iter-14.cs">
52021     <type name="XX">
52022       <method name="Void Metodo(System.Exception)">
52023         <size>37</size>
52024       </method>
52025       <method name="IEnumerable X()">
52026         <size>16</size>
52027       </method>
52028       <method name="Void Main()">
52029         <size>65</size>
52030       </method>
52031       <method name="Void .ctor()">
52032         <size>7</size>
52033       </method>
52034     </type>
52035     <type name="XX+&lt;X&gt;c__Iterator0">
52036       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52037         <size>7</size>
52038       </method>
52039       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52040         <size>7</size>
52041       </method>
52042       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52043         <size>7</size>
52044       </method>
52045       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52046         <size>26</size>
52047       </method>
52048       <method name="Boolean MoveNext()">
52049         <size>103</size>
52050       </method>
52051       <method name="Void Dispose()">
52052         <size>8</size>
52053       </method>
52054       <method name="Void Reset()">
52055         <size>6</size>
52056       </method>
52057       <method name="Void .ctor()">
52058         <size>7</size>
52059       </method>
52060     </type>
52061   </test>
52062   <test name="test-iter-15.cs">
52063     <type name="Test">
52064       <method name="IEnumerator GetEnumerator()">
52065         <size>15</size>
52066       </method>
52067       <method name="Void Main()">
52068         <size>11</size>
52069       </method>
52070       <method name="Void Run()">
52071         <size>177</size>
52072       </method>
52073       <method name="Void .ctor()">
52074         <size>7</size>
52075       </method>
52076     </type>
52077     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
52078       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52079         <size>7</size>
52080       </method>
52081       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52082         <size>7</size>
52083       </method>
52084       <method name="Boolean MoveNext()">
52085         <size>127</size>
52086       </method>
52087       <method name="Void Dispose()">
52088         <size>8</size>
52089       </method>
52090       <method name="Void Reset()">
52091         <size>6</size>
52092       </method>
52093       <method name="Void .ctor()">
52094         <size>7</size>
52095       </method>
52096     </type>
52097   </test>
52098   <test name="test-iter-16.cs">
52099     <type name="Foo">
52100       <method name="IEnumerable foo()">
52101         <size>16</size>
52102       </method>
52103       <method name="Int32 Main()">
52104         <size>67</size>
52105       </method>
52106       <method name="Void .ctor()">
52107         <size>7</size>
52108       </method>
52109     </type>
52110     <type name="Foo+&lt;foo&gt;c__Iterator0">
52111       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52112         <size>7</size>
52113       </method>
52114       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52115         <size>7</size>
52116       </method>
52117       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52118         <size>7</size>
52119       </method>
52120       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52121         <size>26</size>
52122       </method>
52123       <method name="Boolean MoveNext()">
52124         <size>37</size>
52125       </method>
52126       <method name="Void Dispose()">
52127         <size>8</size>
52128       </method>
52129       <method name="Void Reset()">
52130         <size>6</size>
52131       </method>
52132       <method name="Void .ctor()">
52133         <size>7</size>
52134       </method>
52135     </type>
52136   </test>
52137   <test name="test-iter-17.cs">
52138     <type name="Program">
52139       <method name="IEnumerable get_Empty()">
52140         <size>16</size>
52141       </method>
52142       <method name="Void Main()">
52143         <size>61</size>
52144       </method>
52145       <method name="Void .ctor()">
52146         <size>7</size>
52147       </method>
52148     </type>
52149     <type name="Program+&lt;&gt;c__Iterator0">
52150       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52151         <size>7</size>
52152       </method>
52153       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52154         <size>7</size>
52155       </method>
52156       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52157         <size>7</size>
52158       </method>
52159       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52160         <size>26</size>
52161       </method>
52162       <method name="Boolean MoveNext()">
52163         <size>156</size>
52164       </method>
52165       <method name="Void Dispose()">
52166         <size>8</size>
52167       </method>
52168       <method name="Void Reset()">
52169         <size>6</size>
52170       </method>
52171       <method name="Void .ctor()">
52172         <size>7</size>
52173       </method>
52174     </type>
52175   </test>
52176   <test name="test-iter-18.cs">
52177     <type name="test">
52178       <method name="IEnumerable testen(Int32)">
52179         <size>30</size>
52180       </method>
52181       <method name="Void .ctor()">
52182         <size>7</size>
52183       </method>
52184     </type>
52185     <type name="reflect">
52186       <method name="Void Main(System.String[])">
52187         <size>119</size>
52188       </method>
52189       <method name="Void .ctor()">
52190         <size>7</size>
52191       </method>
52192     </type>
52193     <type name="test+&lt;testen&gt;c__Iterator0">
52194       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52195         <size>7</size>
52196       </method>
52197       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52198         <size>7</size>
52199       </method>
52200       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52201         <size>7</size>
52202       </method>
52203       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52204         <size>40</size>
52205       </method>
52206       <method name="Boolean MoveNext()">
52207         <size>193</size>
52208       </method>
52209       <method name="Void Dispose()">
52210         <size>8</size>
52211       </method>
52212       <method name="Void Reset()">
52213         <size>6</size>
52214       </method>
52215       <method name="Void .ctor()">
52216         <size>7</size>
52217       </method>
52218     </type>
52219   </test>
52220   <test name="test-iter-19.cs">
52221     <type name="Test">
52222       <method name="Void Main()">
52223         <size>66</size>
52224       </method>
52225       <method name="IEnumerator GetEnumerator()">
52226         <size>8</size>
52227       </method>
52228       <method name="Void .ctor()">
52229         <size>7</size>
52230       </method>
52231     </type>
52232     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
52233       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52234         <size>7</size>
52235       </method>
52236       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52237         <size>7</size>
52238       </method>
52239       <method name="Boolean MoveNext()">
52240         <size>75</size>
52241       </method>
52242       <method name="Void Dispose()">
52243         <size>8</size>
52244       </method>
52245       <method name="Void Reset()">
52246         <size>6</size>
52247       </method>
52248       <method name="Void .ctor()">
52249         <size>7</size>
52250       </method>
52251     </type>
52252   </test>
52253   <test name="test-iter-20.cs">
52254     <type name="CustomDict">
52255       <method name="IEnumerator GetEnumerator()">
52256         <size>15</size>
52257       </method>
52258       <method name="Void .ctor()">
52259         <size>68</size>
52260       </method>
52261     </type>
52262     <type name="Tests">
52263       <method name="Void Main()">
52264         <size>7</size>
52265       </method>
52266       <method name="Void .ctor()">
52267         <size>7</size>
52268       </method>
52269     </type>
52270     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
52271       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52272         <size>7</size>
52273       </method>
52274       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52275         <size>7</size>
52276       </method>
52277       <method name="Boolean MoveNext()">
52278         <size>84</size>
52279       </method>
52280       <method name="Void Dispose()">
52281         <size>8</size>
52282       </method>
52283       <method name="Void Reset()">
52284         <size>6</size>
52285       </method>
52286       <method name="Void .ctor()">
52287         <size>7</size>
52288       </method>
52289     </type>
52290   </test>
52291   <test name="test-iter-21.cs">
52292     <type name="X">
52293       <method name="IEnumerable GetIt(System.Int32[])">
52294         <size>30</size>
52295       </method>
52296       <method name="Int32 Main()">
52297         <size>119</size>
52298       </method>
52299       <method name="Void .ctor()">
52300         <size>7</size>
52301       </method>
52302     </type>
52303     <type name="X+A">
52304       <method name="Void Invoke()">
52305         <size>0</size>
52306       </method>
52307       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
52308         <size>0</size>
52309       </method>
52310       <method name="Void EndInvoke(IAsyncResult)">
52311         <size>0</size>
52312       </method>
52313       <method name="Void .ctor(Object, IntPtr)">
52314         <size>0</size>
52315       </method>
52316     </type>
52317     <type name="X+&lt;GetIt&gt;c__Iterator0">
52318       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52319         <size>7</size>
52320       </method>
52321       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52322         <size>7</size>
52323       </method>
52324       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52325         <size>7</size>
52326       </method>
52327       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52328         <size>40</size>
52329       </method>
52330       <method name="Boolean MoveNext()">
52331         <size>199</size>
52332       </method>
52333       <method name="Void Dispose()">
52334         <size>8</size>
52335       </method>
52336       <method name="Void Reset()">
52337         <size>6</size>
52338       </method>
52339       <method name="Void &lt;&gt;m__0()">
52340         <size>22</size>
52341       </method>
52342       <method name="Void .ctor()">
52343         <size>7</size>
52344       </method>
52345     </type>
52346     <type name="&lt;PrivateImplementationDetails&gt;">
52347       <method name="Void .ctor()">
52348         <size>7</size>
52349       </method>
52350     </type>
52351   </test>
52352   <test name="test-iter-22.cs">
52353     <type name="Test">
52354       <method name="Void Main()">
52355         <size>66</size>
52356       </method>
52357       <method name="IEnumerator GetEnumerator()">
52358         <size>8</size>
52359       </method>
52360       <method name="Void .ctor()">
52361         <size>7</size>
52362       </method>
52363     </type>
52364     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
52365       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52366         <size>7</size>
52367       </method>
52368       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52369         <size>7</size>
52370       </method>
52371       <method name="Boolean MoveNext()">
52372         <size>197</size>
52373       </method>
52374       <method name="Void Dispose()">
52375         <size>76</size>
52376       </method>
52377       <method name="Void Reset()">
52378         <size>6</size>
52379       </method>
52380       <method name="Void .ctor()">
52381         <size>7</size>
52382       </method>
52383     </type>
52384   </test>
52385   <test name="test-named-01.cs">
52386     <type name="A">
52387       <method name="Void .ctor()">
52388         <size>13</size>
52389       </method>
52390       <method name="Void .ctor(Object)">
52391         <size>7</size>
52392       </method>
52393       <method name="Void set_Item(Int32, Int32)">
52394         <size>8</size>
52395       </method>
52396     </type>
52397     <type name="B">
52398       <method name="Void .ctor()">
52399         <size>12</size>
52400       </method>
52401       <method name="Void set_Item(Int32, Int32)">
52402         <size>11</size>
52403       </method>
52404     </type>
52405     <type name="XAttribute">
52406       <method name="Void .ctor(Int32)">
52407         <size>7</size>
52408       </method>
52409     </type>
52410     <type name="M">
52411       <method name="Void .ctor()">
52412         <size>7</size>
52413       </method>
52414       <method name="Void Foo(Int32)">
52415         <size>1</size>
52416       </method>
52417       <method name="Int32 Main()">
52418         <size>48</size>
52419       </method>
52420     </type>
52421   </test>
52422   <test name="test-named-02.cs">
52423     <type name="A">
52424       <method name="Void .ctor()">
52425         <size>7</size>
52426       </method>
52427       <method name="Void set_Item(Int32, Int32)">
52428         <size>29</size>
52429       </method>
52430       <method name="Int32 get_Item(Int32)">
52431         <size>28</size>
52432       </method>
52433     </type>
52434     <type name="MyPoint">
52435       <method name="Void .ctor(Int32, Int32)">
52436         <size>15</size>
52437       </method>
52438     </type>
52439     <type name="C">
52440       <method name="Void .ctor()">
52441         <size>7</size>
52442       </method>
52443       <method name="Decimal Foo(Decimal, Decimal)">
52444         <size>2</size>
52445       </method>
52446       <method name="System.String Bar(Int32, System.String, Char)">
52447         <size>20</size>
52448       </method>
52449       <method name="Int32 Test(Int32, Int32)">
52450         <size>30</size>
52451       </method>
52452       <method name="Int32 Main()">
52453         <size>274</size>
52454       </method>
52455     </type>
52456   </test>
52457   <test name="test-named-03.cs">
52458     <type name="C">
52459       <method name="Void .ctor()">
52460         <size>7</size>
52461       </method>
52462       <method name="Int32 TestInt(Int32)">
52463         <size>3</size>
52464       </method>
52465       <method name="Int32 Main()">
52466         <size>23</size>
52467       </method>
52468     </type>
52469     <type name="C+IntDelegate">
52470       <method name="Void .ctor(Object, IntPtr)">
52471         <size>0</size>
52472       </method>
52473       <method name="Int32 Invoke(Int32)">
52474         <size>0</size>
52475       </method>
52476       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
52477         <size>0</size>
52478       </method>
52479       <method name="Int32 EndInvoke(IAsyncResult)">
52480         <size>0</size>
52481       </method>
52482     </type>
52483   </test>
52484   <test name="test-named-04.cs">
52485     <type name="Program">
52486       <method name="Void Foo2(Int32, Int32 ByRef)">
52487         <size>40</size>
52488       </method>
52489       <method name="Int32 Main()">
52490         <size>242</size>
52491       </method>
52492       <method name="Void .ctor()">
52493         <size>7</size>
52494       </method>
52495     </type>
52496   </test>
52497   <test name="test-named-05.cs">
52498     <type name="A">
52499       <method name="Int32 Foo(Int32)">
52500         <size>2</size>
52501       </method>
52502       <method name="Int32 get_Item(Int32, System.String)">
52503         <size>2</size>
52504       </method>
52505       <method name="Void .ctor()">
52506         <size>7</size>
52507       </method>
52508     </type>
52509     <type name="B">
52510       <method name="Int32 Foo(Int32)">
52511         <size>2</size>
52512       </method>
52513       <method name="Int32 get_Item(Int32, System.String)">
52514         <size>2</size>
52515       </method>
52516       <method name="Void .ctor()">
52517         <size>7</size>
52518       </method>
52519     </type>
52520     <type name="Test">
52521       <method name="Int32 Main()">
52522         <size>98</size>
52523       </method>
52524       <method name="Void .ctor()">
52525         <size>7</size>
52526       </method>
52527     </type>
52528   </test>
52529   <test name="test-named-06.cs">
52530     <type name="C">
52531       <method name="Int32 Main()">
52532         <size>25</size>
52533       </method>
52534       <method name="Int32 Foo(Int32, Int64, System.String)">
52535         <size>2</size>
52536       </method>
52537       <method name="Int32 Foo(Int32, Int64, System.String[])">
52538         <size>2</size>
52539       </method>
52540       <method name="Int32 Foo(Int64, Int32)">
52541         <size>2</size>
52542       </method>
52543       <method name="Void .ctor()">
52544         <size>7</size>
52545       </method>
52546     </type>
52547   </test>
52548   <test name="test-partial-01.cs">
52549     <type name="Foo.Hello">
52550       <method name="Void .ctor()">
52551         <size>7</size>
52552       </method>
52553       <method name="Void .cctor()">
52554         <size>7</size>
52555       </method>
52556     </type>
52557     <type name="Bar.Hello">
52558       <method name="Void .ctor()">
52559         <size>7</size>
52560       </method>
52561       <method name="Void .cctor()">
52562         <size>8</size>
52563       </method>
52564     </type>
52565     <type name="X.Test">
52566       <method name="Void .ctor()">
52567         <size>7</size>
52568       </method>
52569       <method name="Int32 FooWorld()">
52570         <size>6</size>
52571       </method>
52572       <method name="Int32 BarWorld()">
52573         <size>6</size>
52574       </method>
52575     </type>
52576     <type name="Y">
52577       <method name="Void .ctor()">
52578         <size>7</size>
52579       </method>
52580       <method name="Int32 Main()">
52581         <size>29</size>
52582       </method>
52583     </type>
52584   </test>
52585   <test name="test-partial-02.cs">
52586     <type name="Test1.Base">
52587       <method name="Void .ctor()">
52588         <size>7</size>
52589       </method>
52590     </type>
52591     <type name="Test1.Foo">
52592       <method name="Void .ctor()">
52593         <size>7</size>
52594       </method>
52595     </type>
52596     <type name="Test2.Foo">
52597       <method name="Void .ctor()">
52598         <size>7</size>
52599       </method>
52600     </type>
52601     <type name="ReflectedType">
52602       <method name="Void .ctor()">
52603         <size>7</size>
52604       </method>
52605     </type>
52606     <type name="D">
52607       <method name="Void .ctor()">
52608         <size>7</size>
52609       </method>
52610     </type>
52611     <type name="X">
52612       <method name="Void .ctor()">
52613         <size>7</size>
52614       </method>
52615       <method name="Void Main()">
52616         <size>1</size>
52617       </method>
52618     </type>
52619   </test>
52620   <test name="test-partial-03.cs">
52621     <type name="Test">
52622       <method name="Void .ctor()">
52623         <size>18</size>
52624       </method>
52625       <method name="Int32 TestFoo()">
52626         <size>13</size>
52627       </method>
52628       <method name="Int32 TestIFoo(IFoo)">
52629         <size>8</size>
52630       </method>
52631     </type>
52632     <type name="Test+Foo">
52633       <method name="Void .ctor()">
52634         <size>7</size>
52635       </method>
52636       <method name="Int32 Test.IFoo.Hello(Test)">
52637         <size>2</size>
52638       </method>
52639       <method name="Int32 Hello(Test)">
52640         <size>2</size>
52641       </method>
52642     </type>
52643     <type name="X">
52644       <method name="Void .ctor()">
52645         <size>7</size>
52646       </method>
52647       <method name="Int32 Main()">
52648         <size>42</size>
52649       </method>
52650     </type>
52651   </test>
52652   <test name="test-partial-04.cs">
52653     <type name="B.Test">
52654       <method name="Void .ctor()">
52655         <size>7</size>
52656       </method>
52657       <method name="Void A.IFoo.Hello(IFoo)">
52658         <size>1</size>
52659       </method>
52660     </type>
52661     <type name="X">
52662       <method name="Void .ctor()">
52663         <size>7</size>
52664       </method>
52665       <method name="Void Main()">
52666         <size>1</size>
52667       </method>
52668     </type>
52669   </test>
52670   <test name="test-partial-05.cs">
52671     <type name="B">
52672       <method name="Void .ctor()">
52673         <size>7</size>
52674       </method>
52675     </type>
52676     <type name="A">
52677       <method name="Void .ctor()">
52678         <size>7</size>
52679       </method>
52680     </type>
52681     <type name="A2">
52682       <method name="Void .ctor()">
52683         <size>7</size>
52684       </method>
52685     </type>
52686     <type name="D">
52687       <method name="Void .ctor()">
52688         <size>7</size>
52689       </method>
52690       <method name="Void Main()">
52691         <size>1</size>
52692       </method>
52693     </type>
52694   </test>
52695   <test name="test-partial-06.cs">
52696     <type name="Foo">
52697       <method name="Void .ctor()">
52698         <size>7</size>
52699       </method>
52700       <method name="Void Finalize()">
52701         <size>13</size>
52702       </method>
52703     </type>
52704     <type name="B">
52705       <method name="Void .ctor()">
52706         <size>7</size>
52707       </method>
52708       <method name="Void Main()">
52709         <size>1</size>
52710       </method>
52711     </type>
52712   </test>
52713   <test name="test-partial-07.cs">
52714     <type name="Test">
52715       <method name="Void .ctor()">
52716         <size>7</size>
52717       </method>
52718     </type>
52719     <type name="TestAttribute">
52720       <method name="Void .ctor()">
52721         <size>7</size>
52722       </method>
52723     </type>
52724     <type name="Test2Attribute">
52725       <method name="Void .ctor()">
52726         <size>7</size>
52727       </method>
52728     </type>
52729     <type name="X">
52730       <method name="Void .ctor()">
52731         <size>7</size>
52732       </method>
52733       <method name="Int32 Main()">
52734         <size>62</size>
52735       </method>
52736     </type>
52737   </test>
52738   <test name="test-partial-08.cs">
52739     <type name="Foo">
52740       <method name="Void .ctor()">
52741         <size>7</size>
52742       </method>
52743       <method name="System.String get_Id()">
52744         <size>7</size>
52745       </method>
52746     </type>
52747     <type name="PartialAbstractCompilationError">
52748       <method name="Void .ctor()">
52749         <size>7</size>
52750       </method>
52751       <method name="Int32 Main()">
52752         <size>54</size>
52753       </method>
52754     </type>
52755   </test>
52756   <test name="test-partial-09.cs">
52757     <type name="Foo">
52758       <method name="Void .ctor()">
52759         <size>7</size>
52760       </method>
52761       <method name="System.String get_Id()">
52762         <size>7</size>
52763       </method>
52764     </type>
52765     <type name="Bar">
52766       <method name="Void .ctor(String)">
52767         <size>14</size>
52768       </method>
52769     </type>
52770     <type name="PartialAbstractCompilationError">
52771       <method name="Void .ctor()">
52772         <size>7</size>
52773       </method>
52774       <method name="Void Main()">
52775         <size>21</size>
52776       </method>
52777     </type>
52778   </test>
52779   <test name="test-partial-10.cs">
52780     <type name="Test2.Foo">
52781       <method name="Void .ctor()">
52782         <size>7</size>
52783       </method>
52784       <method name="Void .cctor()">
52785         <size>15</size>
52786       </method>
52787     </type>
52788     <type name="X">
52789       <method name="Void .ctor()">
52790         <size>7</size>
52791       </method>
52792       <method name="Int32 Main()">
52793         <size>68</size>
52794       </method>
52795     </type>
52796     <type name="Test3.Foo">
52797       <method name="Void .cctor()">
52798         <size>15</size>
52799       </method>
52800     </type>
52801   </test>
52802   <test name="test-partial-11.cs">
52803     <type name="StaticClass">
52804       <method name="System.String Name()">
52805         <size>6</size>
52806       </method>
52807     </type>
52808     <type name="MainClass">
52809       <method name="Void .ctor()">
52810         <size>7</size>
52811       </method>
52812       <method name="Boolean IsStatic(System.Type)">
52813         <size>73</size>
52814       </method>
52815       <method name="Int32 Main()">
52816         <size>56</size>
52817       </method>
52818     </type>
52819   </test>
52820   <test name="test-partial-12.cs">
52821     <type name="Test1.Foo">
52822       <method name="Void .ctor()">
52823         <size>7</size>
52824       </method>
52825       <method name="IEnumerable E()">
52826         <size>16</size>
52827       </method>
52828     </type>
52829     <type name="X">
52830       <method name="Void .ctor()">
52831         <size>7</size>
52832       </method>
52833       <method name="Int32 Main()">
52834         <size>104</size>
52835       </method>
52836     </type>
52837     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
52838       <method name="Void .ctor()">
52839         <size>7</size>
52840       </method>
52841       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52842         <size>7</size>
52843       </method>
52844       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52845         <size>7</size>
52846       </method>
52847       <method name="Boolean MoveNext()">
52848         <size>67</size>
52849       </method>
52850       <method name="Void Dispose()">
52851         <size>8</size>
52852       </method>
52853       <method name="Void Reset()">
52854         <size>6</size>
52855       </method>
52856       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52857         <size>7</size>
52858       </method>
52859       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52860         <size>26</size>
52861       </method>
52862     </type>
52863   </test>
52864   <test name="test-partial-13.cs">
52865     <type name="Test.Test">
52866       <method name="Void .ctor()">
52867         <size>7</size>
52868       </method>
52869       <method name="Boolean Equals(System.Object)">
52870         <size>2</size>
52871       </method>
52872       <method name="Int32 GetHashCode()">
52873         <size>2</size>
52874       </method>
52875       <method name="Void Main()">
52876         <size>1</size>
52877       </method>
52878     </type>
52879   </test>
52880   <test name="test-partial-14.cs">
52881     <type name="T">
52882       <method name="Void .ctor()">
52883         <size>7</size>
52884       </method>
52885     </type>
52886     <type name="partial">
52887       <method name="Void .ctor()">
52888         <size>7</size>
52889       </method>
52890     </type>
52891     <type name="A">
52892       <method name="Void .ctor()">
52893         <size>7</size>
52894       </method>
52895       <method name="Void partial(partial)">
52896         <size>3</size>
52897       </method>
52898     </type>
52899     <type name="B">
52900       <method name="Void .ctor()">
52901         <size>7</size>
52902       </method>
52903       <method name="Void Main()">
52904         <size>1</size>
52905       </method>
52906     </type>
52907   </test>
52908   <test name="test-partial-15.cs">
52909     <type name="Foo.X">
52910       <method name="Void .ctor()">
52911         <size>7</size>
52912       </method>
52913       <method name="Void Main()">
52914         <size>1</size>
52915       </method>
52916       <method name="IEnumerable Attempts2()">
52917         <size>16</size>
52918       </method>
52919       <method name="IEnumerable get_Attempts()">
52920         <size>16</size>
52921       </method>
52922       <method name="IEnumerable get_Item(Int32)">
52923         <size>16</size>
52924       </method>
52925     </type>
52926     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
52927       <method name="Void .ctor()">
52928         <size>7</size>
52929       </method>
52930       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52931         <size>7</size>
52932       </method>
52933       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52934         <size>7</size>
52935       </method>
52936       <method name="Boolean MoveNext()">
52937         <size>36</size>
52938       </method>
52939       <method name="Void Dispose()">
52940         <size>8</size>
52941       </method>
52942       <method name="Void Reset()">
52943         <size>6</size>
52944       </method>
52945     </type>
52946     <type name="Foo.X+&lt;&gt;c__Iterator1">
52947       <method name="Void .ctor()">
52948         <size>7</size>
52949       </method>
52950       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52951         <size>7</size>
52952       </method>
52953       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52954         <size>7</size>
52955       </method>
52956       <method name="Boolean MoveNext()">
52957         <size>36</size>
52958       </method>
52959       <method name="Void Dispose()">
52960         <size>8</size>
52961       </method>
52962       <method name="Void Reset()">
52963         <size>6</size>
52964       </method>
52965     </type>
52966     <type name="Foo.X+&lt;&gt;c__Iterator2">
52967       <method name="Void .ctor()">
52968         <size>7</size>
52969       </method>
52970       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52971         <size>7</size>
52972       </method>
52973       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52974         <size>7</size>
52975       </method>
52976       <method name="Boolean MoveNext()">
52977         <size>36</size>
52978       </method>
52979       <method name="Void Dispose()">
52980         <size>8</size>
52981       </method>
52982       <method name="Void Reset()">
52983         <size>6</size>
52984       </method>
52985     </type>
52986     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
52987       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52988         <size>7</size>
52989       </method>
52990       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52991         <size>26</size>
52992       </method>
52993     </type>
52994     <type name="Foo.X+&lt;&gt;c__Iterator1">
52995       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52996         <size>7</size>
52997       </method>
52998       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52999         <size>26</size>
53000       </method>
53001     </type>
53002     <type name="Foo.X+&lt;&gt;c__Iterator2">
53003       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
53004         <size>7</size>
53005       </method>
53006       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
53007         <size>26</size>
53008       </method>
53009     </type>
53010   </test>
53011   <test name="test-partial-16.cs">
53012     <type name="A.C">
53013       <method name="Void .ctor()">
53014         <size>23</size>
53015       </method>
53016       <method name="Void .cctor()">
53017         <size>11</size>
53018       </method>
53019     </type>
53020     <type name="B.C2">
53021       <method name="Void .ctor()">
53022         <size>7</size>
53023       </method>
53024       <method name="Boolean Test()">
53025         <size>2</size>
53026       </method>
53027       <method name="System.Object Test_I()">
53028         <size>2</size>
53029       </method>
53030       <method name="Void Main()">
53031         <size>1</size>
53032       </method>
53033     </type>
53034   </test>
53035   <test name="test-partial-17.cs">
53036     <type name="Test">
53037       <method name="Void .ctor()">
53038         <size>7</size>
53039       </method>
53040       <method name="Boolean Check(System.String, System.String[])">
53041         <size>42</size>
53042       </method>
53043       <method name="Void Main()">
53044         <size>1</size>
53045       </method>
53046     </type>
53047   </test>
53048   <test name="test-partial-18.cs">
53049     <type name="N.Foo">
53050       <method name="Void .ctor()">
53051         <size>17</size>
53052       </method>
53053       <method name="Void Main()">
53054         <size>1</size>
53055       </method>
53056     </type>
53057   </test>
53058   <test name="test-partial-19.cs">
53059     <type name="Bug.GL">
53060       <method name="Void Main()">
53061         <size>7</size>
53062       </method>
53063     </type>
53064     <type name="Bug.GL+Core">
53065       <method name="Boolean A()">
53066         <size>2</size>
53067       </method>
53068     </type>
53069   </test>
53070   <test name="test-partial-20.cs">
53071     <type name="A">
53072       <method name="Void .ctor()">
53073         <size>7</size>
53074       </method>
53075       <method name="Void .cctor()">
53076         <size>7</size>
53077       </method>
53078     </type>
53079     <type name="B">
53080       <method name="Void .ctor()">
53081         <size>7</size>
53082       </method>
53083       <method name="Void .cctor()">
53084         <size>7</size>
53085       </method>
53086     </type>
53087     <type name="C">
53088       <method name="Void .ctor()">
53089         <size>7</size>
53090       </method>
53091       <method name="Int32 Main()">
53092         <size>38</size>
53093       </method>
53094     </type>
53095   </test>
53096   <test name="test-partial-21.cs">
53097     <type name="Mono.Sms.Main">
53098       <method name="Void .ctor()">
53099         <size>7</size>
53100       </method>
53101       <method name="Void Test()">
53102         <size>42</size>
53103       </method>
53104     </type>
53105     <type name="Mono.Sms.Contacts">
53106       <method name="Void .ctor()">
53107         <size>7</size>
53108       </method>
53109       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
53110         <size>47</size>
53111       </method>
53112       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
53113         <size>47</size>
53114       </method>
53115       <method name="Void Test()">
53116         <size>12</size>
53117       </method>
53118     </type>
53119     <type name="Mono.Sms.Core.Agenda">
53120       <method name="Void .ctor()">
53121         <size>7</size>
53122       </method>
53123       <method name="Void AddContact()">
53124         <size>1</size>
53125       </method>
53126       <method name="Void Main()">
53127         <size>1</size>
53128       </method>
53129     </type>
53130     <type name="Mono.Sms.Contacts+ContactsHandler">
53131       <method name="Void .ctor(Object, IntPtr)">
53132         <size>0</size>
53133       </method>
53134       <method name="Void Invoke()">
53135         <size>0</size>
53136       </method>
53137       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
53138         <size>0</size>
53139       </method>
53140       <method name="Void EndInvoke(IAsyncResult)">
53141         <size>0</size>
53142       </method>
53143     </type>
53144     <type name="Mono.Sms.Main">
53145       <method name="Void &lt;Test&gt;m__0()">
53146         <size>6</size>
53147       </method>
53148     </type>
53149   </test>
53150   <test name="test-partial-22.cs">
53151     <type name="C">
53152       <method name="Void .ctor()">
53153         <size>7</size>
53154       </method>
53155       <method name="Int32 Main()">
53156         <size>2</size>
53157       </method>
53158     </type>
53159   </test>
53160   <test name="test-partial-23.cs">
53161     <type name="C">
53162       <method name="Void .ctor()">
53163         <size>7</size>
53164       </method>
53165       <method name="Void Partial_A()">
53166         <size>15</size>
53167       </method>
53168       <method name="Void Partial_B()">
53169         <size>15</size>
53170       </method>
53171       <method name="Void Partial_S()">
53172         <size>14</size>
53173       </method>
53174       <method name="Int32 Main()">
53175         <size>52</size>
53176       </method>
53177     </type>
53178   </test>
53179   <test name="test-partial-24.cs">
53180     <type name="N.C">
53181       <method name="Void .ctor()">
53182         <size>7</size>
53183       </method>
53184       <method name="Void Main()">
53185         <size>1</size>
53186       </method>
53187       <method name="Void Foo()">
53188         <size>1</size>
53189       </method>
53190     </type>
53191   </test>
53192   <test name="test-partial-25.cs">
53193     <type name="C">
53194       <method name="Void .ctor()">
53195         <size>7</size>
53196       </method>
53197       <method name="Void Partial(Int32)">
53198         <size>14</size>
53199       </method>
53200       <method name="Int32 Main()">
53201         <size>8</size>
53202       </method>
53203     </type>
53204   </test>
53205   <test name="test-partial-26.cs">
53206     <type name="ConsoleApplication1.X">
53207       <method name="Void .ctor()">
53208         <size>7</size>
53209       </method>
53210       <method name="Void Foo()">
53211         <size>1</size>
53212       </method>
53213     </type>
53214     <type name="ConsoleApplication1.Program">
53215       <method name="Void .ctor()">
53216         <size>7</size>
53217       </method>
53218       <method name="Int32 Main()">
53219         <size>98</size>
53220       </method>
53221     </type>
53222     <type name="ConsoleApplication1.Y">
53223       <method name="Void Foo()">
53224         <size>1</size>
53225       </method>
53226       <method name="Void .ctor()">
53227         <size>7</size>
53228       </method>
53229     </type>
53230   </test>
53231   <test name="test-partial-27.cs">
53232     <type name="C">
53233       <method name="Int32 Main()">
53234         <size>2</size>
53235       </method>
53236       <method name="Void .ctor()">
53237         <size>7</size>
53238       </method>
53239     </type>
53240   </test>
53241   <test name="test-partial-28.cs">
53242     <type name="A">
53243       <method name="Void .ctor()">
53244         <size>7</size>
53245       </method>
53246     </type>
53247     <type name="TestCase">
53248       <method name="Void Main()">
53249         <size>1</size>
53250       </method>
53251       <method name="Void .ctor()">
53252         <size>7</size>
53253       </method>
53254     </type>
53255   </test>
53256   <test name="test-partial-29.cs">
53257     <type name="C">
53258       <method name="Void Main()">
53259         <size>1</size>
53260       </method>
53261     </type>
53262   </test>
53263   <test name="test-var-01.cs">
53264     <type name="Test">
53265       <method name="Void .ctor()">
53266         <size>7</size>
53267       </method>
53268       <method name="Int32 Main()">
53269         <size>47</size>
53270       </method>
53271     </type>
53272   </test>
53273   <test name="test-var-02.cs">
53274     <type name="Class1">
53275       <method name="Void .ctor()">
53276         <size>15</size>
53277       </method>
53278       <method name="Boolean Method()">
53279         <size>2</size>
53280       </method>
53281     </type>
53282     <type name="Test">
53283       <method name="Void .ctor()">
53284         <size>7</size>
53285       </method>
53286       <method name="Int32 Main()">
53287         <size>126</size>
53288       </method>
53289     </type>
53290     <type name="Test+Class2">
53291       <method name="Void .ctor()">
53292         <size>15</size>
53293       </method>
53294       <method name="Boolean Method()">
53295         <size>2</size>
53296       </method>
53297     </type>
53298   </test>
53299   <test name="test-var-03.cs">
53300     <type name="Test">
53301       <method name="Void .ctor()">
53302         <size>7</size>
53303       </method>
53304       <method name="Int32 Main()">
53305         <size>177</size>
53306       </method>
53307     </type>
53308     <type name="&lt;PrivateImplementationDetails&gt;">
53309       <method name="Void .ctor()">
53310         <size>7</size>
53311       </method>
53312     </type>
53313   </test>
53314   <test name="test-var-05.cs">
53315     <type name="MyClass">
53316       <method name="Void .ctor(String)">
53317         <size>14</size>
53318       </method>
53319       <method name="Void Dispose()">
53320         <size>12</size>
53321       </method>
53322     </type>
53323     <type name="Test">
53324       <method name="Void .ctor()">
53325         <size>7</size>
53326       </method>
53327       <method name="Int32 Main()">
53328         <size>66</size>
53329       </method>
53330     </type>
53331   </test>
53332   <test name="test-var-06.cs">
53333     <type name="Test">
53334       <method name="Void .ctor()">
53335         <size>7</size>
53336       </method>
53337       <method name="Int32 Main()">
53338         <size>55</size>
53339       </method>
53340     </type>
53341   </test>
53342   <test name="test-var-07.cs">
53343     <type name="Test">
53344       <method name="Void .ctor()">
53345         <size>7</size>
53346       </method>
53347       <method name="Void var()">
53348         <size>1</size>
53349       </method>
53350       <method name="Int32 Main()">
53351         <size>38</size>
53352       </method>
53353     </type>
53354     <type name="var">
53355       <method name="Void .ctor()">
53356         <size>7</size>
53357       </method>
53358     </type>
53359   </test>
53360   <test name="test-var-08.cs">
53361     <type name="X">
53362       <method name="Void .ctor(Int32, Int32)">
53363         <size>10</size>
53364       </method>
53365       <method name="Void Main()">
53366         <size>1</size>
53367       </method>
53368     </type>
53369   </test>
53370   <test name="test-xml-042.cs">
53371     <type name="TestNamespace.TestClass">
53372       <method name="Void .ctor()">
53373         <size>7</size>
53374       </method>
53375       <method name="Void Main()">
53376         <size>1</size>
53377       </method>
53378       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
53379         <size>7</size>
53380       </method>
53381     </type>
53382   </test>
53383 </tests>