Reset lock_taken before entering Monitor.Enter
[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>157</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>158</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+&lt;InvokeMember_3&gt;c__DynamicSite30+Container0">
589       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
590         <size>0</size>
591       </method>
592       <method name="Void .ctor(Object, IntPtr)">
593         <size>0</size>
594       </method>
595     </type>
596     <type name="Tester+&lt;InvokeMember_4&gt;c__DynamicSite31+Container0">
597       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
598         <size>0</size>
599       </method>
600       <method name="Void .ctor(Object, IntPtr)">
601         <size>0</size>
602       </method>
603     </type>
604     <type name="Tester">
605       <method name="Void SetMember_2(System.Object, DynamicObjectMock)">
606         <size>372</size>
607       </method>
608       <method name="System.Object &lt;GetMember_1&gt;m__2D(System.Dynamic.GetMemberBinder)">
609         <size>67</size>
610       </method>
611     </type>
612     <type name="Tester+&lt;SetMember_2&gt;c__AnonStorey6">
613       <method name="Void .ctor()">
614         <size>7</size>
615       </method>
616     </type>
617     <type name="Tester">
618       <method name="Void InvokeMember_8(System.Object, DynamicObjectMock)">
619         <size>140</size>
620       </method>
621       <method name="Void &lt;InvokeMember_8&gt;m__3A(System.Dynamic.InvokeMemberBinder, System.Object[])">
622         <size>111</size>
623       </method>
624       <method name="Void &lt;SetIndex_1&gt;m__3B(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
625         <size>124</size>
626       </method>
627       <method name="Void &lt;SetIndex_2&gt;m__3C(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
628         <size>139</size>
629       </method>
630       <method name="Void &lt;SetMember_1&gt;m__3E(System.Dynamic.SetMemberBinder, System.Object)">
631         <size>101</size>
632       </method>
633       <method name="Void &lt;SetMember_2&gt;m__40(System.Dynamic.BinaryOperationBinder, System.Object)">
634         <size>68</size>
635       </method>
636       <method name="Void &lt;SetMember_2&gt;m__41(System.Dynamic.SetMemberBinder, System.Object)">
637         <size>76</size>
638       </method>
639       <method name="System.Object &lt;UnaryPlus_1&gt;m__42(System.Dynamic.UnaryOperationBinder)">
640         <size>47</size>
641       </method>
642       <method name="System.Object &lt;UnaryMinus_1&gt;m__43(System.Dynamic.UnaryOperationBinder)">
643         <size>47</size>
644       </method>
645       <method name="System.Object &lt;UnaryNot_1&gt;m__44(System.Dynamic.UnaryOperationBinder)">
646         <size>47</size>
647       </method>
648       <method name="System.Object &lt;UnaryOnesComplement_1&gt;m__45(System.Dynamic.UnaryOperationBinder)">
649         <size>47</size>
650       </method>
651       <method name="System.Object &lt;UnaryDecrement_1&gt;m__46(System.Dynamic.UnaryOperationBinder)">
652         <size>47</size>
653       </method>
654       <method name="System.Object &lt;UnaryDecrement_2&gt;m__47(System.Dynamic.UnaryOperationBinder)">
655         <size>51</size>
656       </method>
657       <method name="System.Object &lt;UnaryIncrement_1&gt;m__48(System.Dynamic.UnaryOperationBinder)">
658         <size>47</size>
659       </method>
660       <method name="System.Object &lt;UnaryIncrement_2&gt;m__49(System.Dynamic.UnaryOperationBinder)">
661         <size>51</size>
662       </method>
663       <method name="System.Object &lt;UnaryIsFalse_1&gt;m__4A(System.Dynamic.UnaryOperationBinder)">
664         <size>52</size>
665       </method>
666       <method name="Void &lt;UnaryIsFalse_1&gt;m__4B(System.Dynamic.BinaryOperationBinder, System.Object)">
667         <size>68</size>
668       </method>
669       <method name="System.Object &lt;UnaryIsFalse_2&gt;m__4C(System.Dynamic.UnaryOperationBinder)">
670         <size>52</size>
671       </method>
672       <method name="Void &lt;UnaryIsFalse_2&gt;m__4D(System.Dynamic.BinaryOperationBinder, System.Object)">
673         <size>68</size>
674       </method>
675       <method name="System.Object &lt;UnaryIsFalse_3&gt;m__4E(System.Dynamic.UnaryOperationBinder)">
676         <size>52</size>
677       </method>
678       <method name="Void &lt;UnaryIsFalse_3&gt;m__4F(System.Dynamic.BinaryOperationBinder, System.Object)">
679         <size>67</size>
680       </method>
681       <method name="System.Object &lt;UnaryIsTrue_1&gt;m__50(System.Dynamic.UnaryOperationBinder)">
682         <size>52</size>
683       </method>
684       <method name="System.Object &lt;UnaryIsTrue_2&gt;m__51(System.Dynamic.UnaryOperationBinder)">
685         <size>52</size>
686       </method>
687       <method name="Void &lt;UnaryIsTrue_2&gt;m__52(System.Dynamic.BinaryOperationBinder, System.Object)">
688         <size>68</size>
689       </method>
690       <method name="Boolean &lt;Main&gt;m__53(System.Reflection.MethodInfo)">
691         <size>12</size>
692       </method>
693       <method name="System.String &lt;Main&gt;m__54(System.Reflection.MethodInfo)">
694         <size>7</size>
695       </method>
696       <method name="Boolean &lt;Main&gt;m__55(System.Reflection.MethodInfo)">
697         <size>7</size>
698       </method>
699       <method name="Boolean &lt;Main&gt;m__56(Boolean)">
700         <size>5</size>
701       </method>
702     </type>
703     <type name="Tester+&lt;InvokeMember_8&gt;c__DynamicSite35+Container0">
704       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, System.Object ByRef)">
705         <size>0</size>
706       </method>
707       <method name="Void .ctor(Object, IntPtr)">
708         <size>0</size>
709       </method>
710     </type>
711     <type name="Tester+&lt;SetIndex_3&gt;c__AnonStorey5">
712       <method name="Void &lt;&gt;m__3D(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
713         <size>119</size>
714       </method>
715     </type>
716     <type name="Tester+&lt;SetMember_2&gt;c__AnonStorey6">
717       <method name="System.Object &lt;&gt;m__3F(System.Dynamic.GetMemberBinder)">
718         <size>72</size>
719       </method>
720     </type>
721   </test>
722   <test name="dtest-004.cs">
723     <type name="G`1[T]">
724       <method name="Void .ctor()">
725         <size>7</size>
726       </method>
727     </type>
728     <type name="C">
729       <method name="System.Object Create()">
730         <size>7</size>
731       </method>
732       <method name="Void M[T]()">
733         <size>18</size>
734       </method>
735       <method name="Int32 Main()">
736         <size>113</size>
737       </method>
738       <method name="Void .ctor()">
739         <size>7</size>
740       </method>
741     </type>
742   </test>
743   <test name="dtest-005.cs">
744     <type name="MyObject">
745       <method name="Boolean TryGetMember(System.Dynamic.GetMemberBinder, System.Object ByRef)">
746         <size>27</size>
747       </method>
748       <method name="Boolean TryInvokeMember(System.Dynamic.InvokeMemberBinder, System.Object[], System.Object ByRef)">
749         <size>27</size>
750       </method>
751       <method name="Void .ctor()">
752         <size>7</size>
753       </method>
754     </type>
755     <type name="Tests">
756       <method name="Int32 Main()">
757         <size>242</size>
758       </method>
759       <method name="Void .ctor()">
760         <size>7</size>
761       </method>
762     </type>
763   </test>
764   <test name="dtest-006.cs">
765     <type name="InverseLogicalOperator">
766       <method name="Boolean op_True(InverseLogicalOperator)">
767         <size>8</size>
768       </method>
769       <method name="Boolean op_False(InverseLogicalOperator)">
770         <size>8</size>
771       </method>
772       <method name="Void .ctor(Boolean)">
773         <size>8</size>
774       </method>
775     </type>
776     <type name="MyType">
777       <method name="Int16 get_ShortProp()">
778         <size>7</size>
779       </method>
780       <method name="Void set_ShortProp(Int16)">
781         <size>8</size>
782       </method>
783       <method name="Int32 GetHashCode()">
784         <size>6</size>
785       </method>
786       <method name="System.String ToString()">
787         <size>12</size>
788       </method>
789       <method name="Boolean op_True(MyType)">
790         <size>14</size>
791       </method>
792       <method name="Boolean op_False(MyType)">
793         <size>11</size>
794       </method>
795       <method name="MyType op_Addition(MyType, MyType)">
796         <size>21</size>
797       </method>
798       <method name="MyType op_Subtraction(MyType, MyType)">
799         <size>21</size>
800       </method>
801       <method name="MyType op_Division(MyType, MyType)">
802         <size>21</size>
803       </method>
804       <method name="MyType op_Multiply(MyType, MyType)">
805         <size>21</size>
806       </method>
807       <method name="MyType op_Modulus(MyType, MyType)">
808         <size>21</size>
809       </method>
810       <method name="MyType op_BitwiseAnd(MyType, MyType)">
811         <size>21</size>
812       </method>
813       <method name="MyType op_BitwiseOr(MyType, MyType)">
814         <size>21</size>
815       </method>
816       <method name="MyType op_ExclusiveOr(MyType, MyType)">
817         <size>21</size>
818       </method>
819       <method name="Boolean op_Equality(MyType, MyType)">
820         <size>17</size>
821       </method>
822       <method name="Boolean op_Inequality(MyType, MyType)">
823         <size>20</size>
824       </method>
825       <method name="Boolean op_GreaterThan(MyType, MyType)">
826         <size>17</size>
827       </method>
828       <method name="Boolean op_LessThan(MyType, MyType)">
829         <size>17</size>
830       </method>
831       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
832         <size>20</size>
833       </method>
834       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
835         <size>20</size>
836       </method>
837       <method name="Boolean op_LogicalNot(MyType)">
838         <size>11</size>
839       </method>
840       <method name="Int32 op_OnesComplement(MyType)">
841         <size>9</size>
842       </method>
843       <method name="MyType op_Increment(MyType)">
844         <size>15</size>
845       </method>
846       <method name="MyType op_Decrement(MyType)">
847         <size>15</size>
848       </method>
849       <method name="Int32 op_RightShift(MyType, Int32)">
850         <size>13</size>
851       </method>
852       <method name="Int32 op_LeftShift(MyType, Int32)">
853         <size>13</size>
854       </method>
855       <method name="MyType op_UnaryNegation(MyType)">
856         <size>14</size>
857       </method>
858       <method name="MyType op_UnaryPlus(MyType)">
859         <size>11</size>
860       </method>
861       <method name="Void .ctor(Int32)">
862         <size>8</size>
863       </method>
864     </type>
865     <type name="MyTypeExplicit">
866       <method name="Int32 op_Explicit(MyTypeExplicit)">
867         <size>7</size>
868       </method>
869       <method name="Void .ctor(Int32)">
870         <size>14</size>
871       </method>
872     </type>
873     <type name="MyTypeImplicitOnly">
874       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
875         <size>8</size>
876       </method>
877       <method name="Boolean op_Implicit(MyTypeImplicitOnly)">
878         <size>14</size>
879       </method>
880       <method name="Void .ctor(Int16)">
881         <size>8</size>
882       </method>
883     </type>
884     <type name="Tester">
885       <method name="Void add_ev_assign(System.Action)">
886         <size>24</size>
887       </method>
888       <method name="Void remove_ev_assign(System.Action)">
889         <size>24</size>
890       </method>
891       <method name="Void Assert[T](T, T, System.String)">
892         <size>78</size>
893       </method>
894       <method name="Void AssertChecked[T](System.Func`1[T], T, System.String)">
895         <size>42</size>
896       </method>
897       <method name="Void AssertChecked(System.Action, System.String)">
898         <size>35</size>
899       </method>
900       <method name="Void AddTest()">
901         <size>1370</size>
902       </method>
903       <method name="Void AddNullableTest()">
904         <size>2278</size>
905       </method>
906       <method name="Void AddEnumTest()">
907         <size>874</size>
908       </method>
909       <method name="Void AddCheckedTest()">
910         <size>345</size>
911       </method>
912       <method name="Void AddStringTest()">
913         <size>1144</size>
914       </method>
915       <method name="Void AddAssignTest()">
916         <size>1154</size>
917       </method>
918       <method name="Void AddAssignNullableTest()">
919         <size>13</size>
920       </method>
921       <method name="Void AddAssignEnumTest()">
922         <size>443</size>
923       </method>
924       <method name="Void AddAssignCheckedTest()">
925         <size>319</size>
926       </method>
927       <method name="Void AddAssignStringTest()">
928         <size>876</size>
929       </method>
930       <method name="Void AddAssignEvent()">
931         <size>3</size>
932       </method>
933       <method name="Void AndTest()">
934         <size>1536</size>
935       </method>
936       <method name="Void AndTestEnum()">
937         <size>670</size>
938       </method>
939       <method name="Void AndTestNullable()">
940         <size>1808</size>
941       </method>
942       <method name="Void AndAssignedTest()">
943         <size>911</size>
944       </method>
945       <method name="Void AndAssignedTestEnum()">
946         <size>683</size>
947       </method>
948       <method name="Void AndAlsoTest()">
949         <size>892</size>
950       </method>
951       <method name="Void DivideTest()">
952         <size>927</size>
953       </method>
954       <method name="Void DivideNullableTest()">
955         <size>2306</size>
956       </method>
957       <method name="Void DivideCheckedTest()">
958         <size>1</size>
959       </method>
960       <method name="Void DivideAssignTest()">
961         <size>1143</size>
962       </method>
963       <method name="Void DivideAssignCheckedTest()">
964         <size>1</size>
965       </method>
966       <method name="Void ConvertImplicitTest()">
967         <size>1265</size>
968       </method>
969       <method name="Int32 ConvertImplicitReturnTest()">
970         <size>75</size>
971       </method>
972       <method name="IEnumerable`1 ConvertImplicitReturnTest_2()">
973         <size>16</size>
974       </method>
975       <method name="Void ConvertExplicitTest()">
976         <size>502</size>
977       </method>
978       <method name="Void ConvertExplicitCheckedTest()">
979         <size>87</size>
980       </method>
981       <method name="Void ConvertArray()">
982         <size>167</size>
983       </method>
984       <method name="Void EqualTest()">
985         <size>1941</size>
986       </method>
987       <method name="Void EqualNullableTest()">
988         <size>3033</size>
989       </method>
990       <method name="Void EqualEnumTest()">
991         <size>1047</size>
992       </method>
993       <method name="Void EqualStringTest()">
994         <size>630</size>
995       </method>
996       <method name="Void EqualDelegateTest()">
997         <size>18</size>
998       </method>
999       <method name="Void ExclusiveOrTest()">
1000         <size>1546</size>
1001       </method>
1002       <method name="Void ExclusiveOrNullableTest()">
1003         <size>1816</size>
1004       </method>
1005       <method name="Void ExclusiveOrTestEnum()">
1006         <size>692</size>
1007       </method>
1008       <method name="Void ExclusiveOrAssignedTest()">
1009         <size>893</size>
1010       </method>
1011       <method name="Void ExclusiveOrAssignedTestEnum()">
1012         <size>685</size>
1013       </method>
1014       <method name="Void GreaterThanTest()">
1015         <size>1983</size>
1016       </method>
1017       <method name="Void GreaterThanNullableTest()">
1018         <size>2406</size>
1019       </method>
1020       <method name="Void GreaterThanEnumTest()">
1021         <size>1047</size>
1022       </method>
1023       <method name="Void GreaterThanEqualTest()">
1024         <size>1983</size>
1025       </method>
1026       <method name="Void GreaterThanEqualNullableTest()">
1027         <size>2406</size>
1028       </method>
1029       <method name="Void GreaterThanEqualEnumTest()">
1030         <size>1047</size>
1031       </method>
1032       <method name="Void LeftShiftTest()">
1033         <size>1366</size>
1034       </method>
1035       <method name="Void LeftShiftNullableTest()">
1036         <size>1137</size>
1037       </method>
1038       <method name="Void LeftShiftAssignTest()">
1039         <size>649</size>
1040       </method>
1041       <method name="Void LeftShiftAssignNullableTest()">
1042         <size>443</size>
1043       </method>
1044       <method name="Void LessThanTest()">
1045         <size>1983</size>
1046       </method>
1047       <method name="Void LessThanNullableTest()">
1048         <size>2420</size>
1049       </method>
1050       <method name="Void LessThanEnumTest()">
1051         <size>1047</size>
1052       </method>
1053       <method name="Void LessThanOrEqualTest()">
1054         <size>1983</size>
1055       </method>
1056       <method name="Void LessThanOrEqualNullableTest()">
1057         <size>2406</size>
1058       </method>
1059       <method name="Void LessThanOrEqualEnumTest()">
1060         <size>1047</size>
1061       </method>
1062       <method name="Void ModuloTest()">
1063         <size>923</size>
1064       </method>
1065       <method name="Void ModuloNullableTest()">
1066         <size>2294</size>
1067       </method>
1068       <method name="Void ModuloAssignTest()">
1069         <size>1137</size>
1070       </method>
1071       <method name="Void MultiplyTest()">
1072         <size>1167</size>
1073       </method>
1074       <method name="Void MultiplyNullableTest()">
1075         <size>2294</size>
1076       </method>
1077       <method name="Void MultiplyCheckedTest()">
1078         <size>343</size>
1079       </method>
1080       <method name="Void MultiplyAssignTest()">
1081         <size>1327</size>
1082       </method>
1083       <method name="Void MultiplyAssignCheckedTest()">
1084         <size>317</size>
1085       </method>
1086       <method name="Void Negate()">
1087         <size>1311</size>
1088       </method>
1089       <method name="Void NegateNullable()">
1090         <size>1117</size>
1091       </method>
1092       <method name="Void NegateChecked()">
1093         <size>51</size>
1094       </method>
1095       <method name="Void Not()">
1096         <size>404</size>
1097       </method>
1098       <method name="Void NotEqualTest()">
1099         <size>1945</size>
1100       </method>
1101       <method name="Void NotEqualNullableTest()">
1102         <size>3033</size>
1103       </method>
1104       <method name="Void NotEqualEnumTest()">
1105         <size>1047</size>
1106       </method>
1107       <method name="Void NotEqualStringTest()">
1108         <size>630</size>
1109       </method>
1110       <method name="Void OnesComplement()">
1111         <size>818</size>
1112       </method>
1113       <method name="Void OnesComplementNullable()">
1114         <size>418</size>
1115       </method>
1116       <method name="Void OrTest()">
1117         <size>1546</size>
1118       </method>
1119       <method name="Void OrTestEnum()">
1120         <size>674</size>
1121       </method>
1122       <method name="Void OrTestNullable()">
1123         <size>1592</size>
1124       </method>
1125       <method name="Void OrAssignedTest()">
1126         <size>911</size>
1127       </method>
1128       <method name="Void OrAssignedTestEnum()">
1129         <size>685</size>
1130       </method>
1131       <method name="Void OrElseTest()">
1132         <size>896</size>
1133       </method>
1134       <method name="Void RightShiftTest()">
1135         <size>1152</size>
1136       </method>
1137       <method name="Void RightShiftNullableTest()">
1138         <size>1136</size>
1139       </method>
1140       <method name="Void RightShiftAssignTest()">
1141         <size>649</size>
1142       </method>
1143       <method name="Void RightShiftAssignNullableTest()">
1144         <size>442</size>
1145       </method>
1146       <method name="Void SubtractTest()">
1147         <size>1132</size>
1148       </method>
1149       <method name="Void SubtractNullableTest()">
1150         <size>2289</size>
1151       </method>
1152       <method name="Void SubtractEnumTest()">
1153         <size>896</size>
1154       </method>
1155       <method name="Void SubtractCheckedTest()">
1156         <size>346</size>
1157       </method>
1158       <method name="Void SubtractAssignTest()">
1159         <size>1154</size>
1160       </method>
1161       <method name="Void SubtractAssignEnumTest()">
1162         <size>454</size>
1163       </method>
1164       <method name="Void SubtractAssignCheckedTest()">
1165         <size>319</size>
1166       </method>
1167       <method name="Void SubtractAssignEvent()">
1168         <size>33</size>
1169       </method>
1170       <method name="Void UnaryDecrement()">
1171         <size>991</size>
1172       </method>
1173       <method name="Void UnaryDecrementCheckedTest()">
1174         <size>295</size>
1175       </method>
1176       <method name="Void UnaryIncrement()">
1177         <size>992</size>
1178       </method>
1179       <method name="Void UnaryIncrementCheckedTest()">
1180         <size>292</size>
1181       </method>
1182       <method name="Void UnaryIsTrue()">
1183         <size>428</size>
1184       </method>
1185       <method name="Void UnaryPlus()">
1186         <size>1114</size>
1187       </method>
1188       <method name="Void UnaryPlusNullable()">
1189         <size>1119</size>
1190       </method>
1191       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1192         <size>87</size>
1193       </method>
1194       <method name="Int32 Main()">
1195         <size>179</size>
1196       </method>
1197       <method name="Void &lt;SubtractAssignEvent&gt;m__C()">
1198         <size>11</size>
1199       </method>
1200       <method name="Boolean &lt;Main&gt;m__F(System.Reflection.MethodInfo)">
1201         <size>12</size>
1202       </method>
1203       <method name="System.String &lt;Main&gt;m__10(System.Reflection.MethodInfo)">
1204         <size>7</size>
1205       </method>
1206       <method name="Boolean &lt;Main&gt;m__11(System.Reflection.MethodInfo)">
1207         <size>7</size>
1208       </method>
1209       <method name="Boolean &lt;Main&gt;m__12(Boolean)">
1210         <size>5</size>
1211       </method>
1212       <method name="Void .ctor()">
1213         <size>7</size>
1214       </method>
1215     </type>
1216     <type name="Tester+EmptyDelegate">
1217       <method name="Void Invoke()">
1218         <size>0</size>
1219       </method>
1220       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1221         <size>0</size>
1222       </method>
1223       <method name="Void EndInvoke(IAsyncResult)">
1224         <size>0</size>
1225       </method>
1226       <method name="Void .ctor(Object, IntPtr)">
1227         <size>0</size>
1228       </method>
1229     </type>
1230     <type name="Tester+&lt;AddCheckedTest&gt;c__AnonStorey1">
1231       <method name="System.Object &lt;&gt;m__0()">
1232         <size>96</size>
1233       </method>
1234       <method name="System.Object &lt;&gt;m__1()">
1235         <size>96</size>
1236       </method>
1237       <method name="Void .ctor()">
1238         <size>7</size>
1239       </method>
1240     </type>
1241     <type name="Tester+&lt;AddAssignCheckedTest&gt;c__AnonStorey2">
1242       <method name="Void &lt;&gt;m__2()">
1243         <size>233</size>
1244       </method>
1245       <method name="Void .ctor()">
1246         <size>7</size>
1247       </method>
1248     </type>
1249     <type name="Tester+&lt;ConvertImplicitReturnTest_2&gt;c__Iterator0">
1250       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
1251         <size>7</size>
1252       </method>
1253       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1254         <size>7</size>
1255       </method>
1256       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1257         <size>7</size>
1258       </method>
1259       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
1260         <size>26</size>
1261       </method>
1262       <method name="Boolean MoveNext()">
1263         <size>145</size>
1264       </method>
1265       <method name="Void Dispose()">
1266         <size>8</size>
1267       </method>
1268       <method name="Void Reset()">
1269         <size>6</size>
1270       </method>
1271       <method name="Void .ctor()">
1272         <size>7</size>
1273       </method>
1274     </type>
1275     <type name="Tester+&lt;ConvertExplicitCheckedTest&gt;c__AnonStorey3">
1276       <method name="Int32 &lt;&gt;m__3()">
1277         <size>74</size>
1278       </method>
1279       <method name="Nullable`1 &lt;&gt;m__4()">
1280         <size>74</size>
1281       </method>
1282       <method name="Void .ctor()">
1283         <size>7</size>
1284       </method>
1285     </type>
1286     <type name="Tester+&lt;MultiplyCheckedTest&gt;c__AnonStorey4">
1287       <method name="System.Object &lt;&gt;m__5()">
1288         <size>97</size>
1289       </method>
1290       <method name="System.Object &lt;&gt;m__6()">
1291         <size>97</size>
1292       </method>
1293       <method name="Void .ctor()">
1294         <size>7</size>
1295       </method>
1296     </type>
1297     <type name="Tester+&lt;MultiplyAssignCheckedTest&gt;c__AnonStorey5">
1298       <method name="Void &lt;&gt;m__7()">
1299         <size>233</size>
1300       </method>
1301       <method name="Void .ctor()">
1302         <size>7</size>
1303       </method>
1304     </type>
1305     <type name="Tester+&lt;NegateChecked&gt;c__AnonStorey6">
1306       <method name="System.Object &lt;&gt;m__8()">
1307         <size>81</size>
1308       </method>
1309       <method name="Void .ctor()">
1310         <size>7</size>
1311       </method>
1312     </type>
1313     <type name="Tester+&lt;SubtractCheckedTest&gt;c__AnonStorey7">
1314       <method name="System.Object &lt;&gt;m__9()">
1315         <size>97</size>
1316       </method>
1317       <method name="System.Object &lt;&gt;m__A()">
1318         <size>97</size>
1319       </method>
1320       <method name="Void .ctor()">
1321         <size>7</size>
1322       </method>
1323     </type>
1324     <type name="Tester+&lt;SubtractAssignCheckedTest&gt;c__AnonStorey8">
1325       <method name="Void &lt;&gt;m__B()">
1326         <size>233</size>
1327       </method>
1328       <method name="Void .ctor()">
1329         <size>7</size>
1330       </method>
1331     </type>
1332     <type name="Tester+&lt;UnaryDecrementCheckedTest&gt;c__AnonStorey9">
1333       <method name="Void &lt;&gt;m__D()">
1334         <size>223</size>
1335       </method>
1336       <method name="Void .ctor()">
1337         <size>7</size>
1338       </method>
1339     </type>
1340     <type name="Tester+&lt;UnaryIncrementCheckedTest&gt;c__AnonStoreyA">
1341       <method name="Void &lt;&gt;m__E()">
1342         <size>219</size>
1343       </method>
1344       <method name="Void .ctor()">
1345         <size>7</size>
1346       </method>
1347     </type>
1348   </test>
1349   <test name="dtest-007.cs">
1350     <type name="D">
1351       <method name="Void Invoke()">
1352         <size>0</size>
1353       </method>
1354       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1355         <size>0</size>
1356       </method>
1357       <method name="Void EndInvoke(IAsyncResult)">
1358         <size>0</size>
1359       </method>
1360       <method name="Void .ctor(Object, IntPtr)">
1361         <size>0</size>
1362       </method>
1363     </type>
1364     <type name="D2">
1365       <method name="Void Invoke(Decimal)">
1366         <size>0</size>
1367       </method>
1368       <method name="IAsyncResult BeginInvoke(Decimal, System.AsyncCallback, System.Object)">
1369         <size>0</size>
1370       </method>
1371       <method name="Void EndInvoke(IAsyncResult)">
1372         <size>0</size>
1373       </method>
1374       <method name="Void .ctor(Object, IntPtr)">
1375         <size>0</size>
1376       </method>
1377     </type>
1378     <type name="Class">
1379       <method name="UInt32 get_Item(Byte)">
1380         <size>9</size>
1381       </method>
1382       <method name="Void set_Item(Byte, UInt32)">
1383         <size>8</size>
1384       </method>
1385       <method name="Byte get_Prop()">
1386         <size>7</size>
1387       </method>
1388       <method name="Void set_Prop(Byte)">
1389         <size>8</size>
1390       </method>
1391       <method name="Void set_FixedValue(Int32)">
1392         <size>1</size>
1393       </method>
1394       <method name="Int32 get_FixedValue()">
1395         <size>6</size>
1396       </method>
1397       <method name="System.String Method(System.String)">
1398         <size>2</size>
1399       </method>
1400       <method name="Int32 Method(Int32, Byte)">
1401         <size>4</size>
1402       </method>
1403       <method name="Void MethodInOut(Int32 ByRef, System.String ByRef)">
1404         <size>11</size>
1405       </method>
1406       <method name="Void GenericVoid[T](T)">
1407         <size>1</size>
1408       </method>
1409       <method name="Int32 StaticMethod(System.Int32[])">
1410         <size>8</size>
1411       </method>
1412       <method name="Void .ctor()">
1413         <size>44</size>
1414       </method>
1415       <method name="Void .ctor(SByte)">
1416         <size>52</size>
1417       </method>
1418       <method name="Void .cctor()">
1419         <size>16</size>
1420       </method>
1421     </type>
1422     <type name="Tester">
1423       <method name="Void add_e(System.Func`1[System.Int32])">
1424         <size>24</size>
1425       </method>
1426       <method name="Void remove_e(System.Func`1[System.Int32])">
1427         <size>24</size>
1428       </method>
1429       <method name="Void Assert[T](T, T, System.String)">
1430         <size>78</size>
1431       </method>
1432       <method name="Void AssertError(System.Action, System.String)">
1433         <size>35</size>
1434       </method>
1435       <method name="Void GetIndexTest()">
1436         <size>915</size>
1437       </method>
1438       <method name="Void GetIndexError_Null()">
1439         <size>36</size>
1440       </method>
1441       <method name="Void InvokeTest()">
1442         <size>458</size>
1443       </method>
1444       <method name="Void InvokeMember()">
1445         <size>906</size>
1446       </method>
1447       <method name="Void InvokeConstructor()">
1448         <size>231</size>
1449       </method>
1450       <method name="Void IsEvent()">
1451         <size>2673</size>
1452       </method>
1453       <method name="Void MemberGetTest()">
1454         <size>810</size>
1455       </method>
1456       <method name="Void MemberGetError_Null()">
1457         <size>36</size>
1458       </method>
1459       <method name="Void MemberSetTest()">
1460         <size>2964</size>
1461       </method>
1462       <method name="Void MemberSetError_Null()">
1463         <size>36</size>
1464       </method>
1465       <method name="Void SetIndexTest()">
1466         <size>2900</size>
1467       </method>
1468       <method name="Void SetIndexError_Null()">
1469         <size>36</size>
1470       </method>
1471       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1472         <size>87</size>
1473       </method>
1474       <method name="Int32 Main()">
1475         <size>179</size>
1476       </method>
1477       <method name="Int32 &lt;InvokeTest&gt;m__1(System.String)">
1478         <size>2</size>
1479       </method>
1480       <method name="Void .ctor()">
1481         <size>7</size>
1482       </method>
1483     </type>
1484     <type name="&lt;PrivateImplementationDetails&gt;">
1485       <method name="Void .ctor()">
1486         <size>7</size>
1487       </method>
1488     </type>
1489     <type name="Tester+&lt;GetIndexError_Null&gt;c__AnonStorey0">
1490       <method name="Void &lt;&gt;m__0()">
1491         <size>91</size>
1492       </method>
1493       <method name="Void .ctor()">
1494         <size>7</size>
1495       </method>
1496     </type>
1497     <type name="Tester+&lt;MemberGetError_Null&gt;c__AnonStorey1">
1498       <method name="Void .ctor()">
1499         <size>7</size>
1500       </method>
1501     </type>
1502     <type name="Tester+&lt;MemberSetError_Null&gt;c__AnonStorey2">
1503       <method name="Void .ctor()">
1504         <size>7</size>
1505       </method>
1506     </type>
1507     <type name="Tester+&lt;SetIndexError_Null&gt;c__AnonStorey3">
1508       <method name="Void .ctor()">
1509         <size>7</size>
1510       </method>
1511     </type>
1512     <type name="EventClass">
1513       <method name="Void add_OutEvent(System.Func`1[System.Int32])">
1514         <size>24</size>
1515       </method>
1516       <method name="Void remove_OutEvent(System.Func`1[System.Int32])">
1517         <size>24</size>
1518       </method>
1519       <method name="Int32 CallEvent()">
1520         <size>12</size>
1521       </method>
1522       <method name="Void .ctor()">
1523         <size>7</size>
1524       </method>
1525     </type>
1526     <type name="Tester">
1527       <method name="Int32 &lt;IsEvent&gt;m__4()">
1528         <size>2</size>
1529       </method>
1530     </type>
1531     <type name="Class">
1532       <method name="Void ArglistMethod(...)">
1533         <size>1</size>
1534       </method>
1535     </type>
1536     <type name="Tester">
1537       <method name="Void InvokeMember_Error()">
1538         <size>40</size>
1539       </method>
1540       <method name="Void &lt;InvokeMember_Error&gt;m__2()">
1541         <size>111</size>
1542       </method>
1543       <method name="Void &lt;InvokeConstructor&gt;m__3(Decimal)">
1544         <size>1</size>
1545       </method>
1546       <method name="Int32 &lt;IsEvent&gt;m__5()">
1547         <size>3</size>
1548       </method>
1549       <method name="Boolean &lt;Main&gt;m__9(System.Reflection.MethodInfo)">
1550         <size>12</size>
1551       </method>
1552       <method name="System.String &lt;Main&gt;m__A(System.Reflection.MethodInfo)">
1553         <size>7</size>
1554       </method>
1555       <method name="Boolean &lt;Main&gt;m__B(System.Reflection.MethodInfo)">
1556         <size>7</size>
1557       </method>
1558       <method name="Boolean &lt;Main&gt;m__C(Boolean)">
1559         <size>5</size>
1560       </method>
1561     </type>
1562     <type name="Tester+&lt;MemberGetError_Null&gt;c__AnonStorey1">
1563       <method name="Void &lt;&gt;m__6()">
1564         <size>85</size>
1565       </method>
1566     </type>
1567     <type name="Tester+&lt;MemberSetError_Null&gt;c__AnonStorey2">
1568       <method name="Void &lt;&gt;m__7()">
1569         <size>95</size>
1570       </method>
1571     </type>
1572     <type name="Tester+&lt;SetIndexError_Null&gt;c__AnonStorey3">
1573       <method name="Void &lt;&gt;m__8()">
1574         <size>101</size>
1575       </method>
1576     </type>
1577     <type name="Tester+&lt;InvokeMember&gt;c__DynamicSite2+Container0">
1578       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef, System.String ByRef)">
1579         <size>0</size>
1580       </method>
1581       <method name="Void .ctor(Object, IntPtr)">
1582         <size>0</size>
1583       </method>
1584     </type>
1585   </test>
1586   <test name="dtest-008.cs">
1587     <type name="Disposable">
1588       <method name="Void Dispose()">
1589         <size>13</size>
1590       </method>
1591       <method name="Void Test()">
1592         <size>1</size>
1593       </method>
1594       <method name="Void .ctor()">
1595         <size>7</size>
1596       </method>
1597     </type>
1598     <type name="Test">
1599       <method name="Boolean ForEachTest()">
1600         <size>404</size>
1601       </method>
1602       <method name="Boolean UsingTest()">
1603         <size>585</size>
1604       </method>
1605       <method name="Int32 Main()">
1606         <size>71</size>
1607       </method>
1608       <method name="Void .ctor()">
1609         <size>7</size>
1610       </method>
1611       <method name="Boolean ForEachTest_2()">
1612         <size>299</size>
1613       </method>
1614       <method name="Boolean ForEachTest_3()">
1615         <size>219</size>
1616       </method>
1617     </type>
1618   </test>
1619   <test name="dtest-009.cs">
1620     <type name="B">
1621       <method name="Void Test(Int32)">
1622         <size>1</size>
1623       </method>
1624       <method name="Int32 Main()">
1625         <size>123</size>
1626       </method>
1627       <method name="Void .ctor()">
1628         <size>7</size>
1629       </method>
1630     </type>
1631   </test>
1632   <test name="dtest-010.cs">
1633     <type name="A">
1634       <method name="T Test[T](T, T)">
1635         <size>2</size>
1636       </method>
1637       <method name="Void .ctor()">
1638         <size>7</size>
1639       </method>
1640     </type>
1641     <type name="C">
1642       <method name="Int32 TestCall()">
1643         <size>2</size>
1644       </method>
1645       <method name="Int32 Main()">
1646         <size>743</size>
1647       </method>
1648       <method name="Void .ctor()">
1649         <size>7</size>
1650       </method>
1651     </type>
1652   </test>
1653   <test name="dtest-011.cs">
1654     <type name="C">
1655       <method name="Void foo(Int32)">
1656         <size>17</size>
1657       </method>
1658       <method name="Void foo(System.String)">
1659         <size>6</size>
1660       </method>
1661       <method name="Void foo_static(Int64)">
1662         <size>17</size>
1663       </method>
1664       <method name="Void test()">
1665         <size>196</size>
1666       </method>
1667       <method name="Void .ctor()">
1668         <size>7</size>
1669       </method>
1670       <method name="Int32 MethodBest(Int16)">
1671         <size>2</size>
1672       </method>
1673       <method name="Int32 MethodBest(System.Object)">
1674         <size>2</size>
1675       </method>
1676       <method name="Int32 Main()">
1677         <size>26</size>
1678       </method>
1679     </type>
1680   </test>
1681   <test name="dtest-012.cs">
1682     <type name="G`1[T]">
1683       <method name="Void .ctor()">
1684         <size>7</size>
1685       </method>
1686     </type>
1687     <type name="dynamic.C">
1688       <method name="Int32 Main()">
1689         <size>64</size>
1690       </method>
1691       <method name="Void .ctor()">
1692         <size>7</size>
1693       </method>
1694     </type>
1695   </test>
1696   <test name="dtest-013.cs">
1697     <type name="ndynamic.C`1[U]">
1698       <method name="Void .ctor()">
1699         <size>7</size>
1700       </method>
1701     </type>
1702     <type name="ndynamic.C">
1703       <method name="Void Main()">
1704         <size>1</size>
1705       </method>
1706       <method name="Void .ctor()">
1707         <size>7</size>
1708       </method>
1709     </type>
1710   </test>
1711   <test name="dtest-014.cs">
1712     <type name="A">
1713       <method name="Int32 op_Inequality(A, System.Object)">
1714         <size>2</size>
1715       </method>
1716       <method name="Int32 op_Equality(A, System.Object)">
1717         <size>2</size>
1718       </method>
1719       <method name="Void .ctor()">
1720         <size>7</size>
1721       </method>
1722     </type>
1723     <type name="C">
1724       <method name="Int32 Main()">
1725         <size>41</size>
1726       </method>
1727       <method name="Boolean op_Equality(C, System.Object)">
1728         <size>8</size>
1729       </method>
1730       <method name="Boolean op_Inequality(C, System.Object)">
1731         <size>252</size>
1732       </method>
1733       <method name="Decimal op_Subtraction(System.Object, C)">
1734         <size>8</size>
1735       </method>
1736       <method name="Void .ctor()">
1737         <size>7</size>
1738       </method>
1739     </type>
1740   </test>
1741   <test name="dtest-015.cs">
1742     <type name="Program">
1743       <method name="Int32 Main()">
1744         <size>49</size>
1745       </method>
1746       <method name="Void .ctor()">
1747         <size>7</size>
1748       </method>
1749     </type>
1750   </test>
1751   <test name="dtest-016.cs">
1752     <type name="Foo">
1753       <method name="Void Dyn(System.Object ByRef)">
1754         <size>4</size>
1755       </method>
1756       <method name="Void .ctor()">
1757         <size>7</size>
1758       </method>
1759     </type>
1760     <type name="Bar">
1761       <method name="Void Dyn(System.Object ByRef)">
1762         <size>8</size>
1763       </method>
1764       <method name="Void .ctor()">
1765         <size>7</size>
1766       </method>
1767     </type>
1768     <type name="C">
1769       <method name="Void Method_A(Int32 ByRef)">
1770         <size>1</size>
1771       </method>
1772       <method name="Void Method_B(System.Object ByRef)">
1773         <size>1</size>
1774       </method>
1775       <method name="Void .ctor()">
1776         <size>7</size>
1777       </method>
1778     </type>
1779     <type name="Program">
1780       <method name="Void DynOut(System.Object ByRef)">
1781         <size>4</size>
1782       </method>
1783       <method name="Void DynRef(System.Object ByRef)">
1784         <size>4</size>
1785       </method>
1786       <method name="Void TestErrorVersions()">
1787         <size>197</size>
1788       </method>
1789       <method name="Int32 Main()">
1790         <size>662</size>
1791       </method>
1792       <method name="Void .ctor()">
1793         <size>7</size>
1794       </method>
1795     </type>
1796     <type name="C">
1797       <method name="Int32 M(System.String, System.String)">
1798         <size>2</size>
1799       </method>
1800       <method name="Int32 M(System.Object ByRef, System.Object ByRef)">
1801         <size>5</size>
1802       </method>
1803     </type>
1804     <type name="Program">
1805       <method name="Int32 DynParams(Int32, Int32, System.Int32[])">
1806         <size>6</size>
1807       </method>
1808     </type>
1809   </test>
1810   <test name="dtest-017.cs">
1811     <type name="B`1[U]">
1812       <method name="Void .ctor()">
1813         <size>7</size>
1814       </method>
1815     </type>
1816     <type name="C`1[T]">
1817       <method name="Void .ctor()">
1818         <size>7</size>
1819       </method>
1820     </type>
1821     <type name="D">
1822       <method name="System.Object Invoke(System.Object)">
1823         <size>0</size>
1824       </method>
1825       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1826         <size>0</size>
1827       </method>
1828       <method name="System.Object EndInvoke(IAsyncResult)">
1829         <size>0</size>
1830       </method>
1831       <method name="Void .ctor(Object, IntPtr)">
1832         <size>0</size>
1833       </method>
1834     </type>
1835     <type name="DynamicAssignments">
1836       <method name="Int32 Main()">
1837         <size>130</size>
1838       </method>
1839       <method name="System.Object &lt;Main&gt;m__0(System.Object)">
1840         <size>2</size>
1841       </method>
1842       <method name="Void .ctor()">
1843         <size>7</size>
1844       </method>
1845     </type>
1846   </test>
1847   <test name="dtest-018.cs">
1848     <type name="XValue">
1849       <method name="Int64 get_Y()">
1850         <size>7</size>
1851       </method>
1852       <method name="Void set_Y(Int64)">
1853         <size>8</size>
1854       </method>
1855       <method name="Void .ctor()">
1856         <size>7</size>
1857       </method>
1858     </type>
1859     <type name="A">
1860       <method name="Int32 Main()">
1861         <size>361</size>
1862       </method>
1863       <method name="Void .ctor()">
1864         <size>18</size>
1865       </method>
1866     </type>
1867   </test>
1868   <test name="dtest-019.cs">
1869     <type name="C">
1870       <method name="Void Method(System.Object)">
1871         <size>1</size>
1872       </method>
1873       <method name="Void Method(System.Object, System.Object)">
1874         <size>1</size>
1875       </method>
1876       <method name="Void Method2(System.Object, Int32)">
1877         <size>1</size>
1878       </method>
1879       <method name="Void Method2(System.Object ByRef)">
1880         <size>4</size>
1881       </method>
1882       <method name="Void Main()">
1883         <size>27</size>
1884       </method>
1885       <method name="Void .ctor()">
1886         <size>7</size>
1887       </method>
1888     </type>
1889     <type name="C+D">
1890       <method name="Void Invoke(System.Object)">
1891         <size>0</size>
1892       </method>
1893       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1894         <size>0</size>
1895       </method>
1896       <method name="Void EndInvoke(IAsyncResult)">
1897         <size>0</size>
1898       </method>
1899       <method name="Void .ctor(Object, IntPtr)">
1900         <size>0</size>
1901       </method>
1902     </type>
1903     <type name="C+D2">
1904       <method name="Void Invoke(System.Object ByRef)">
1905         <size>0</size>
1906       </method>
1907       <method name="IAsyncResult BeginInvoke(System.Object ByRef, System.AsyncCallback, System.Object)">
1908         <size>0</size>
1909       </method>
1910       <method name="Void EndInvoke(System.Object ByRef, IAsyncResult)">
1911         <size>0</size>
1912       </method>
1913       <method name="Void .ctor(Object, IntPtr)">
1914         <size>0</size>
1915       </method>
1916     </type>
1917   </test>
1918   <test name="dtest-020.cs">
1919     <type name="Class1">
1920       <method name="Int32 Method1()">
1921         <size>6</size>
1922       </method>
1923       <method name="Void .ctor()">
1924         <size>7</size>
1925       </method>
1926     </type>
1927     <type name="Class2`1[T]">
1928       <method name="Void .ctor()">
1929         <size>7</size>
1930       </method>
1931     </type>
1932     <type name="Class3">
1933       <method name="Void Method2()">
1934         <size>89</size>
1935       </method>
1936       <method name="Void .ctor()">
1937         <size>7</size>
1938       </method>
1939     </type>
1940     <type name="Program">
1941       <method name="Void Main()">
1942         <size>24</size>
1943       </method>
1944       <method name="Void .ctor()">
1945         <size>7</size>
1946       </method>
1947     </type>
1948   </test>
1949   <test name="dtest-021.cs">
1950     <type name="T">
1951       <method name="Void .ctor()">
1952         <size>7</size>
1953       </method>
1954     </type>
1955     <type name="T+B">
1956       <method name="Void set_Item(Int32, System.Object)">
1957         <size>69</size>
1958       </method>
1959       <method name="System.Object get_Item(Int32)">
1960         <size>7</size>
1961       </method>
1962       <method name="Void .ctor()">
1963         <size>7</size>
1964       </method>
1965     </type>
1966     <type name="T+Program">
1967       <method name="Int32 Main()">
1968         <size>30</size>
1969       </method>
1970       <method name="Void .ctor()">
1971         <size>7</size>
1972       </method>
1973     </type>
1974   </test>
1975   <test name="dtest-022.cs">
1976     <type name="C">
1977       <method name="Void M[T](T)">
1978         <size>1</size>
1979       </method>
1980       <method name="Int32 Main()">
1981         <size>8</size>
1982       </method>
1983       <method name="Void .ctor()">
1984         <size>7</size>
1985       </method>
1986     </type>
1987   </test>
1988   <test name="dtest-023.cs">
1989     <type name="C">
1990       <method name="Int32 Main()">
1991         <size>35</size>
1992       </method>
1993       <method name="Void .ctor()">
1994         <size>7</size>
1995       </method>
1996     </type>
1997   </test>
1998   <test name="dtest-024.cs">
1999     <type name="Test">
2000       <method name="Int32 Main()">
2001         <size>524</size>
2002       </method>
2003       <method name="Int32 &lt;Main&gt;m__0()">
2004         <size>2</size>
2005       </method>
2006       <method name="Void .ctor()">
2007         <size>15</size>
2008       </method>
2009     </type>
2010     <type name="Test+D">
2011       <method name="Int32 Invoke()">
2012         <size>0</size>
2013       </method>
2014       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
2015         <size>0</size>
2016       </method>
2017       <method name="Int32 EndInvoke(IAsyncResult)">
2018         <size>0</size>
2019       </method>
2020       <method name="Void .ctor(Object, IntPtr)">
2021         <size>0</size>
2022       </method>
2023     </type>
2024   </test>
2025   <test name="dtest-025.cs">
2026     <type name="C">
2027       <method name="Int32 Main()">
2028         <size>340</size>
2029       </method>
2030       <method name="Void .ctor()">
2031         <size>7</size>
2032       </method>
2033     </type>
2034     <type name="S">
2035       <method name="Void SetValue(Int32)">
2036         <size>8</size>
2037       </method>
2038     </type>
2039     <type name="C">
2040       <method name="Void Method[T](T ByRef)">
2041         <size>104</size>
2042       </method>
2043     </type>
2044     <type name="C+&lt;Method&gt;c__DynamicSite0`1+Container0[T]">
2045       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, T ByRef, System.Object)">
2046         <size>0</size>
2047       </method>
2048       <method name="Void .ctor(Object, IntPtr)">
2049         <size>0</size>
2050       </method>
2051     </type>
2052     <type name="C+&lt;Main&gt;c__DynamicSite1+Container0">
2053       <method name="System.Object Invoke(System.Runtime.CompilerServices.CallSite, Nullable`1 ByRef, System.Object)">
2054         <size>0</size>
2055       </method>
2056       <method name="Void .ctor(Object, IntPtr)">
2057         <size>0</size>
2058       </method>
2059     </type>
2060     <type name="C+&lt;Main&gt;c__DynamicSite1+Container1">
2061       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, S ByRef, System.Object)">
2062         <size>0</size>
2063       </method>
2064       <method name="Void .ctor(Object, IntPtr)">
2065         <size>0</size>
2066       </method>
2067     </type>
2068   </test>
2069   <test name="dtest-026.cs">
2070     <type name="C">
2071       <method name="Int32 Main()">
2072         <size>362</size>
2073       </method>
2074       <method name="Void .ctor()">
2075         <size>7</size>
2076       </method>
2077     </type>
2078   </test>
2079   <test name="dtest-027.cs">
2080     <type name="C">
2081       <method name="Int32 M(System.Object, Int64)">
2082         <size>2</size>
2083       </method>
2084       <method name="Int32 M(Int64, System.Object)">
2085         <size>2</size>
2086       </method>
2087       <method name="Int32 M(System.Object, System.Object)">
2088         <size>2</size>
2089       </method>
2090       <method name="Void .ctor()">
2091         <size>7</size>
2092       </method>
2093     </type>
2094     <type name="Test">
2095       <method name="Int32 Main()">
2096         <size>360</size>
2097       </method>
2098       <method name="Void .ctor()">
2099         <size>7</size>
2100       </method>
2101     </type>
2102     <type name="C">
2103       <method name="Int32 M2(System.Object)">
2104         <size>2</size>
2105       </method>
2106       <method name="Int32 M2(Byte)">
2107         <size>2</size>
2108       </method>
2109     </type>
2110   </test>
2111   <test name="dtest-028.cs">
2112     <type name="C">
2113       <method name="Void MethodRef(Int32 ByRef)">
2114         <size>8</size>
2115       </method>
2116       <method name="Void MethodOut(UInt16 ByRef)">
2117         <size>5</size>
2118       </method>
2119       <method name="Void .ctor()">
2120         <size>7</size>
2121       </method>
2122     </type>
2123     <type name="Test">
2124       <method name="Int32 Main()">
2125         <size>236</size>
2126       </method>
2127       <method name="Void .ctor()">
2128         <size>7</size>
2129       </method>
2130     </type>
2131     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2132       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
2133         <size>0</size>
2134       </method>
2135       <method name="Void .ctor(Object, IntPtr)">
2136         <size>0</size>
2137       </method>
2138     </type>
2139     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container1">
2140       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, UInt16 ByRef)">
2141         <size>0</size>
2142       </method>
2143       <method name="Void .ctor(Object, IntPtr)">
2144         <size>0</size>
2145       </method>
2146     </type>
2147     <type name="Test">
2148       <method name="Void M(System.Object[] ByRef, System.Object[] ByRef)">
2149         <size>1</size>
2150       </method>
2151     </type>
2152   </test>
2153   <test name="dtest-029.cs">
2154     <type name="C">
2155       <method name="Boolean Test[T,U](T, U)">
2156         <size>335</size>
2157       </method>
2158       <method name="Int32 Main()">
2159         <size>82</size>
2160       </method>
2161       <method name="Void .ctor()">
2162         <size>7</size>
2163       </method>
2164       <method name="Boolean Test2(Int32)">
2165         <size>160</size>
2166       </method>
2167     </type>
2168   </test>
2169   <test name="dtest-030.cs">
2170     <type name="A`1[T]">
2171       <method name="Void .ctor()">
2172         <size>7</size>
2173       </method>
2174     </type>
2175     <type name="B">
2176       <method name="Void M1[T](T)">
2177         <size>1</size>
2178       </method>
2179       <method name="Void M2[T,U](T, U)">
2180         <size>1</size>
2181       </method>
2182       <method name="Void M3[T,U](T, A`1[U])">
2183         <size>1</size>
2184       </method>
2185       <method name="Void M4[T,U](T, IEquatable`1)">
2186         <size>1</size>
2187       </method>
2188       <method name="Void Main()">
2189         <size>576</size>
2190       </method>
2191       <method name="Void .ctor()">
2192         <size>7</size>
2193       </method>
2194     </type>
2195   </test>
2196   <test name="dtest-031.cs">
2197     <type name="A`1[T]">
2198       <method name="U CustomDelegate[U](U ByRef)">
2199         <size>25</size>
2200       </method>
2201       <method name="Void .ctor()">
2202         <size>7</size>
2203       </method>
2204     </type>
2205     <type name="Test">
2206       <method name="Int32 Main()">
2207         <size>7</size>
2208       </method>
2209       <method name="Void Foo[Z]()">
2210         <size>103</size>
2211       </method>
2212       <method name="Void .ctor()">
2213         <size>7</size>
2214       </method>
2215     </type>
2216     <type name="Test+&lt;Foo&gt;c__DynamicSite0`1+Container0[Z]">
2217       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Z ByRef)">
2218         <size>0</size>
2219       </method>
2220       <method name="Void .ctor(Object, IntPtr)">
2221         <size>0</size>
2222       </method>
2223     </type>
2224   </test>
2225   <test name="dtest-032.cs">
2226     <type name="A">
2227       <method name="Void .ctor(Int32)">
2228         <size>14</size>
2229       </method>
2230     </type>
2231     <type name="B">
2232       <method name="Void Foo(Int32, A ByRef)">
2233         <size>9</size>
2234       </method>
2235       <method name="Int32 Main()">
2236         <size>140</size>
2237       </method>
2238       <method name="Void .ctor()">
2239         <size>7</size>
2240       </method>
2241     </type>
2242     <type name="B+&lt;Main&gt;c__DynamicSite0+Container0">
2243       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Type, System.Object, A ByRef)">
2244         <size>0</size>
2245       </method>
2246       <method name="Void .ctor(Object, IntPtr)">
2247         <size>0</size>
2248       </method>
2249     </type>
2250   </test>
2251   <test name="dtest-033.cs">
2252     <type name="Test">
2253       <method name="Byte get_Prop()">
2254         <size>2</size>
2255       </method>
2256       <method name="Void set_Prop(Byte)">
2257         <size>1</size>
2258       </method>
2259       <method name="Byte get_Item(Int32)">
2260         <size>2</size>
2261       </method>
2262       <method name="Void set_Item(Int32, Byte)">
2263         <size>1</size>
2264       </method>
2265       <method name="Int32 Main()">
2266         <size>3585</size>
2267       </method>
2268       <method name="Void .ctor()">
2269         <size>39</size>
2270       </method>
2271     </type>
2272   </test>
2273   <test name="dtest-034.cs">
2274     <type name="C">
2275       <method name="Void M[U,V](U ByRef, V ByRef)">
2276         <size>16</size>
2277       </method>
2278       <method name="Void .ctor()">
2279         <size>7</size>
2280       </method>
2281     </type>
2282     <type name="Test">
2283       <method name="Int32 Main()">
2284         <size>464</size>
2285       </method>
2286       <method name="Void .ctor()">
2287         <size>7</size>
2288       </method>
2289     </type>
2290     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2291       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, System.Object ByRef, System.Object ByRef)">
2292         <size>0</size>
2293       </method>
2294       <method name="Void .ctor(Object, IntPtr)">
2295         <size>0</size>
2296       </method>
2297     </type>
2298   </test>
2299   <test name="dtest-035.cs">
2300     <type name="Test">
2301       <method name="System.Object get_Item(Int32)">
2302         <size>7</size>
2303       </method>
2304       <method name="Void set_Item(Int32, System.Object)">
2305         <size>1</size>
2306       </method>
2307       <method name="System.Object[] get_Prop()">
2308         <size>16</size>
2309       </method>
2310       <method name="Void set_Prop(System.Object[])">
2311         <size>1</size>
2312       </method>
2313       <method name="Int32 get_Prop2()">
2314         <size>2</size>
2315       </method>
2316       <method name="Void set_Prop2(Int32)">
2317         <size>1</size>
2318       </method>
2319       <method name="System.Object get_Prop3()">
2320         <size>12</size>
2321       </method>
2322       <method name="Void set_Prop3(System.Object)">
2323         <size>74</size>
2324       </method>
2325       <method name="Int32 Main()">
2326         <size>1181</size>
2327       </method>
2328       <method name="Void .ctor()">
2329         <size>18</size>
2330       </method>
2331     </type>
2332   </test>
2333   <test name="dtest-036.cs">
2334     <type name="C">
2335       <method name="Void add_E(System.Func`2[System.Int32,System.Int32])">
2336         <size>24</size>
2337       </method>
2338       <method name="Void remove_E(System.Func`2[System.Int32,System.Int32])">
2339         <size>24</size>
2340       </method>
2341       <method name="Int32 Main()">
2342         <size>314</size>
2343       </method>
2344       <method name="Int32 Foo(Int32)">
2345         <size>3</size>
2346       </method>
2347       <method name="Void .ctor()">
2348         <size>7</size>
2349       </method>
2350     </type>
2351   </test>
2352   <test name="dtest-037.cs">
2353     <type name="C">
2354       <method name="Int32 Main()">
2355         <size>1166</size>
2356       </method>
2357       <method name="Void .ctor()">
2358         <size>7</size>
2359       </method>
2360     </type>
2361   </test>
2362   <test name="dtest-038.cs">
2363     <type name="Test">
2364       <method name="Void Foo()">
2365         <size>1</size>
2366       </method>
2367       <method name="Int32 Main()">
2368         <size>370</size>
2369       </method>
2370       <method name="Void .ctor()">
2371         <size>7</size>
2372       </method>
2373     </type>
2374   </test>
2375   <test name="dtest-039.cs">
2376     <type name="A">
2377       <method name="System.Object Foo()">
2378         <size>2</size>
2379       </method>
2380       <method name="System.Object[] FooArray()">
2381         <size>2</size>
2382       </method>
2383       <method name="System.Object get_Prop()">
2384         <size>8</size>
2385       </method>
2386       <method name="Void set_Prop(System.Object)">
2387         <size>1</size>
2388       </method>
2389       <method name="System.Object[] get_PropArray()">
2390         <size>2</size>
2391       </method>
2392       <method name="System.Object get_Item(Int32)">
2393         <size>7</size>
2394       </method>
2395       <method name="Void set_Item(Int32, System.Object)">
2396         <size>1</size>
2397       </method>
2398       <method name="Void .ctor()">
2399         <size>7</size>
2400       </method>
2401     </type>
2402     <type name="B">
2403       <method name="System.Object Foo()">
2404         <size>7</size>
2405       </method>
2406       <method name="System.Object[] FooArray()">
2407         <size>37</size>
2408       </method>
2409       <method name="Void set_Prop(System.Object)">
2410         <size>1</size>
2411       </method>
2412       <method name="System.Object[] get_PropArray()">
2413         <size>27</size>
2414       </method>
2415       <method name="Void set_Item(Int32, System.Object)">
2416         <size>1</size>
2417       </method>
2418       <method name="Void .ctor()">
2419         <size>7</size>
2420       </method>
2421     </type>
2422     <type name="MainClass">
2423       <method name="Void Test()">
2424         <size>223</size>
2425       </method>
2426       <method name="Int32 Main()">
2427         <size>512</size>
2428       </method>
2429       <method name="Void .ctor()">
2430         <size>7</size>
2431       </method>
2432     </type>
2433   </test>
2434   <test name="dtest-040.cs">
2435     <type name="A">
2436       <method name="S`2 Foo[U](U)">
2437         <size>10</size>
2438       </method>
2439       <method name="Void .ctor()">
2440         <size>7</size>
2441       </method>
2442     </type>
2443     <type name="B">
2444       <method name="S`2 Foo[T](T)">
2445         <size>30</size>
2446       </method>
2447       <method name="Void .ctor()">
2448         <size>7</size>
2449       </method>
2450     </type>
2451     <type name="MainClass">
2452       <method name="Int32 Main()">
2453         <size>378</size>
2454       </method>
2455       <method name="Void .ctor()">
2456         <size>7</size>
2457       </method>
2458     </type>
2459   </test>
2460   <test name="dtest-041.cs">
2461     <type name="A`1[AA]">
2462       <method name="AA Foo[U](U)">
2463         <size>10</size>
2464       </method>
2465       <method name="Void .ctor()">
2466         <size>7</size>
2467       </method>
2468     </type>
2469     <type name="B">
2470       <method name="System.Object Foo[T](T)">
2471         <size>8</size>
2472       </method>
2473       <method name="Void .ctor()">
2474         <size>7</size>
2475       </method>
2476     </type>
2477     <type name="MainClass">
2478       <method name="Int32 Main()">
2479         <size>82</size>
2480       </method>
2481       <method name="Void .ctor()">
2482         <size>7</size>
2483       </method>
2484     </type>
2485   </test>
2486   <test name="dtest-042.cs">
2487     <type name="A">
2488       <method name="System.Object get_Prop()">
2489         <size>2</size>
2490       </method>
2491       <method name="Void set_Prop(System.Object)">
2492         <size>1</size>
2493       </method>
2494       <method name="Void .ctor()">
2495         <size>7</size>
2496       </method>
2497     </type>
2498     <type name="B">
2499       <method name="Void Foo()">
2500         <size>1</size>
2501       </method>
2502       <method name="System.Object get_Prop()">
2503         <size>6</size>
2504       </method>
2505       <method name="Void .ctor()">
2506         <size>7</size>
2507       </method>
2508     </type>
2509     <type name="Program">
2510       <method name="Void Test()">
2511         <size>89</size>
2512       </method>
2513       <method name="Void Main()">
2514         <size>11</size>
2515       </method>
2516       <method name="Void .ctor()">
2517         <size>7</size>
2518       </method>
2519     </type>
2520   </test>
2521   <test name="dtest-043.cs">
2522     <type name="A">
2523       <method name="Int32 Main()">
2524         <size>276</size>
2525       </method>
2526       <method name="Void .ctor()">
2527         <size>7</size>
2528       </method>
2529     </type>
2530   </test>
2531   <test name="dtest-044.cs">
2532     <type name="C">
2533       <method name="Int32 Test[T,U](T, IComparable`1)">
2534         <size>2</size>
2535       </method>
2536       <method name="Int32 Test_2[T](IList`1, T)">
2537         <size>2</size>
2538       </method>
2539       <method name="Int32 Main()">
2540         <size>845</size>
2541       </method>
2542       <method name="Void .ctor()">
2543         <size>7</size>
2544       </method>
2545     </type>
2546   </test>
2547   <test name="dtest-045.cs">
2548     <type name="Test">
2549       <method name="Int32 Main()">
2550         <size>247</size>
2551       </method>
2552       <method name="Void .ctor()">
2553         <size>7</size>
2554       </method>
2555     </type>
2556   </test>
2557   <test name="dtest-046.cs">
2558     <type name="Test">
2559       <method name="Int32 Main()">
2560         <size>1076</size>
2561       </method>
2562       <method name="Int32 &lt;Main&gt;m__0(Int32)">
2563         <size>4</size>
2564       </method>
2565       <method name="Void &lt;Main&gt;m__1()">
2566         <size>11</size>
2567       </method>
2568       <method name="Int32 &lt;Main&gt;m__2(Int32 ByRef)">
2569         <size>6</size>
2570       </method>
2571       <method name="Void .ctor()">
2572         <size>7</size>
2573       </method>
2574     </type>
2575     <type name="Test+D">
2576       <method name="Int32 Invoke(Int32 ByRef)">
2577         <size>0</size>
2578       </method>
2579       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
2580         <size>0</size>
2581       </method>
2582       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
2583         <size>0</size>
2584       </method>
2585       <method name="Void .ctor(Object, IntPtr)">
2586         <size>0</size>
2587       </method>
2588     </type>
2589     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2590       <method name="System.Object Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
2591         <size>0</size>
2592       </method>
2593       <method name="Void .ctor(Object, IntPtr)">
2594         <size>0</size>
2595       </method>
2596     </type>
2597   </test>
2598   <test name="dtest-cls-01.cs">
2599     <type name="A">
2600       <method name="Void Main()">
2601         <size>1</size>
2602       </method>
2603       <method name="Void CLSCompliantMethod(System.Object[])">
2604         <size>1</size>
2605       </method>
2606       <method name="Void CLSCompliantMethod(IEnumerable`1)">
2607         <size>1</size>
2608       </method>
2609       <method name="Void .ctor()">
2610         <size>7</size>
2611       </method>
2612     </type>
2613   </test>
2614   <test name="dtest-collectioninit-01.cs">
2615     <type name="Test">
2616       <method name="Int32 Main()">
2617         <size>475</size>
2618       </method>
2619       <method name="Void .ctor()">
2620         <size>7</size>
2621       </method>
2622     </type>
2623     <type name="Test+Wrap">
2624       <method name="System.Object get_Numbers()">
2625         <size>7</size>
2626       </method>
2627       <method name="Void .ctor()">
2628         <size>18</size>
2629       </method>
2630     </type>
2631   </test>
2632   <test name="dtest-error-01.cs">
2633     <type name="Helper">
2634       <method name="Int32* Foo(Int32)">
2635         <size>3</size>
2636       </method>
2637       <method name="Void .ctor()">
2638         <size>7</size>
2639       </method>
2640     </type>
2641     <type name="Tester">
2642       <method name="Void Unsafe_1()">
2643         <size>41</size>
2644       </method>
2645       <method name="Void AssertError(System.Action, System.String)">
2646         <size>73</size>
2647       </method>
2648       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
2649         <size>92</size>
2650       </method>
2651       <method name="Int32 Main()">
2652         <size>179</size>
2653       </method>
2654       <method name="Void .ctor()">
2655         <size>7</size>
2656       </method>
2657     </type>
2658     <type name="Tester+&lt;Unsafe_1&gt;c__AnonStorey0">
2659       <method name="Void .ctor()">
2660         <size>7</size>
2661       </method>
2662     </type>
2663     <type name="Tester">
2664       <method name="Void NullableConversion()">
2665         <size>47</size>
2666       </method>
2667       <method name="Void Using_1()">
2668         <size>40</size>
2669       </method>
2670       <method name="Void NonInvocable()">
2671         <size>40</size>
2672       </method>
2673       <method name="Void &lt;NonInvocable&gt;m__0()">
2674         <size>85</size>
2675       </method>
2676       <method name="Void &lt;Using_1&gt;m__1()">
2677         <size>89</size>
2678       </method>
2679       <method name="Void &lt;NullableConversion&gt;m__3()">
2680         <size>105</size>
2681       </method>
2682       <method name="Boolean &lt;Main&gt;m__4(System.Reflection.MethodInfo)">
2683         <size>12</size>
2684       </method>
2685       <method name="System.String &lt;Main&gt;m__5(System.Reflection.MethodInfo)">
2686         <size>7</size>
2687       </method>
2688       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
2689         <size>7</size>
2690       </method>
2691       <method name="Boolean &lt;Main&gt;m__7(Boolean)">
2692         <size>5</size>
2693       </method>
2694     </type>
2695     <type name="Tester+&lt;Unsafe_1&gt;c__AnonStorey0">
2696       <method name="Void &lt;&gt;m__2()">
2697         <size>110</size>
2698       </method>
2699     </type>
2700   </test>
2701   <test name="dtest-etree-01.cs">
2702     <type name="C">
2703       <method name="Void Conv1(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Object]])">
2704         <size>1</size>
2705       </method>
2706       <method name="Void Conv2(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Object]])">
2707         <size>1</size>
2708       </method>
2709       <method name="Void Main()">
2710         <size>382</size>
2711       </method>
2712       <method name="Void .ctor()">
2713         <size>7</size>
2714       </method>
2715     </type>
2716   </test>
2717   <test name="dtest-etree-02.cs">
2718     <type name="C">
2719       <method name="Void Main()">
2720         <size>190</size>
2721       </method>
2722       <method name="Void .ctor()">
2723         <size>7</size>
2724       </method>
2725     </type>
2726   </test>
2727   <test name="dtest-implicitarray-01.cs">
2728     <type name="C">
2729       <method name="Void Method()">
2730         <size>1</size>
2731       </method>
2732       <method name="Int32 Main()">
2733         <size>104</size>
2734       </method>
2735       <method name="Void .ctor()">
2736         <size>7</size>
2737       </method>
2738     </type>
2739   </test>
2740   <test name="dtest-iter-01.cs">
2741     <type name="Program">
2742       <method name="IEnumerable`1 D1()">
2743         <size>16</size>
2744       </method>
2745       <method name="IEnumerable`1 D2()">
2746         <size>16</size>
2747       </method>
2748       <method name="Void Main()">
2749         <size>1</size>
2750       </method>
2751     </type>
2752     <type name="Program+&lt;D1&gt;c__Iterator0">
2753       <method name="System.Object System.Collections.Generic.IEnumerator&lt;dynamic&gt;.get_Current()">
2754         <size>7</size>
2755       </method>
2756       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2757         <size>7</size>
2758       </method>
2759       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
2760         <size>7</size>
2761       </method>
2762       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;dynamic&gt;.GetEnumerator()">
2763         <size>26</size>
2764       </method>
2765       <method name="Boolean MoveNext()">
2766         <size>25</size>
2767       </method>
2768       <method name="Void Dispose()">
2769         <size>8</size>
2770       </method>
2771       <method name="Void Reset()">
2772         <size>6</size>
2773       </method>
2774       <method name="Void .ctor()">
2775         <size>7</size>
2776       </method>
2777     </type>
2778     <type name="Program+&lt;D2&gt;c__Iterator1">
2779       <method name="System.Func`1[System.Object] System.Collections.Generic.IEnumerator&lt;System.Func&lt;dynamic&gt;&gt;.get_Current()">
2780         <size>7</size>
2781       </method>
2782       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2783         <size>7</size>
2784       </method>
2785       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
2786         <size>7</size>
2787       </method>
2788       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Func&lt;dynamic&gt;&gt;.GetEnumerator()">
2789         <size>26</size>
2790       </method>
2791       <method name="Boolean MoveNext()">
2792         <size>25</size>
2793       </method>
2794       <method name="Void Dispose()">
2795         <size>8</size>
2796       </method>
2797       <method name="Void Reset()">
2798         <size>6</size>
2799       </method>
2800       <method name="Void .ctor()">
2801         <size>7</size>
2802       </method>
2803     </type>
2804   </test>
2805   <test name="dtest-named-01.cs">
2806     <type name="Test">
2807       <method name="Void Foo(Int32 ByRef)">
2808         <size>4</size>
2809       </method>
2810       <method name="Int32 Main()">
2811         <size>117</size>
2812       </method>
2813       <method name="Void .ctor()">
2814         <size>7</size>
2815       </method>
2816     </type>
2817     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2818       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
2819         <size>0</size>
2820       </method>
2821       <method name="Void .ctor(Object, IntPtr)">
2822         <size>0</size>
2823       </method>
2824     </type>
2825   </test>
2826   <test name="dtest-named-02.cs">
2827     <type name="Test">
2828       <method name="Int32 M1()">
2829         <size>31</size>
2830       </method>
2831       <method name="Int32 M2()">
2832         <size>31</size>
2833       </method>
2834       <method name="System.Object M3()">
2835         <size>36</size>
2836       </method>
2837       <method name="Int32 Foo(Int32, Int32, Int32)">
2838         <size>29</size>
2839       </method>
2840       <method name="Int32 Main()">
2841         <size>219</size>
2842       </method>
2843       <method name="Void .ctor()">
2844         <size>7</size>
2845       </method>
2846     </type>
2847   </test>
2848   <test name="dtest-optional-01.cs">
2849     <type name="G`1[T]">
2850       <method name="System.Object M1(T)">
2851         <size>7</size>
2852       </method>
2853       <method name="System.Object M2(T)">
2854         <size>7</size>
2855       </method>
2856       <method name="Void .ctor()">
2857         <size>7</size>
2858       </method>
2859     </type>
2860     <type name="C">
2861       <method name="System.Object Test(System.Object)">
2862         <size>2</size>
2863       </method>
2864       <method name="Void TestS(S)">
2865         <size>1</size>
2866       </method>
2867       <method name="System.Object TestD(System.Object)">
2868         <size>2</size>
2869       </method>
2870       <method name="Int32 Main()">
2871         <size>854</size>
2872       </method>
2873       <method name="Void .ctor()">
2874         <size>7</size>
2875       </method>
2876     </type>
2877   </test>
2878   <test name="gtest-001.cs">
2879     <type name="Stack`1[type]">
2880       <method name="Void .ctor()">
2881         <size>7</size>
2882       </method>
2883     </type>
2884     <type name="Boot">
2885       <method name="Void .ctor()">
2886         <size>7</size>
2887       </method>
2888       <method name="Void Main()">
2889         <size>1</size>
2890       </method>
2891     </type>
2892   </test>
2893   <test name="gtest-002.cs">
2894     <type name="Cell`1[X]">
2895       <method name="Void .ctor()">
2896         <size>7</size>
2897       </method>
2898     </type>
2899     <type name="D">
2900       <method name="Void .ctor()">
2901         <size>7</size>
2902       </method>
2903       <method name="Void Main()">
2904         <size>1</size>
2905       </method>
2906     </type>
2907   </test>
2908   <test name="gtest-003.cs">
2909     <type name="Stack`1[T]">
2910       <method name="Void .ctor()">
2911         <size>7</size>
2912       </method>
2913     </type>
2914     <type name="Test">
2915       <method name="Void .ctor()">
2916         <size>7</size>
2917       </method>
2918     </type>
2919     <type name="T">
2920       <method name="Void .ctor()">
2921         <size>7</size>
2922       </method>
2923       <method name="Void Main()">
2924         <size>1</size>
2925       </method>
2926     </type>
2927   </test>
2928   <test name="gtest-004.cs">
2929     <type name="Stack`1[T]">
2930       <method name="Void .ctor()">
2931         <size>7</size>
2932       </method>
2933     </type>
2934     <type name="Test">
2935       <method name="Void .ctor()">
2936         <size>7</size>
2937       </method>
2938     </type>
2939     <type name="T">
2940       <method name="Void .ctor()">
2941         <size>7</size>
2942       </method>
2943       <method name="Void Foo(Stack`1[Test])">
2944         <size>1</size>
2945       </method>
2946       <method name="Void Main()">
2947         <size>1</size>
2948       </method>
2949     </type>
2950   </test>
2951   <test name="gtest-005.cs">
2952     <type name="Stack`1[T]">
2953       <method name="Void .ctor()">
2954         <size>7</size>
2955       </method>
2956     </type>
2957     <type name="Test">
2958       <method name="Void .ctor()">
2959         <size>7</size>
2960       </method>
2961     </type>
2962     <type name="T">
2963       <method name="Void .ctor()">
2964         <size>7</size>
2965       </method>
2966       <method name="Void Main()">
2967         <size>1</size>
2968       </method>
2969     </type>
2970   </test>
2971   <test name="gtest-006.cs">
2972     <type name="Stack`1[T]">
2973       <method name="Void .ctor()">
2974         <size>23</size>
2975       </method>
2976       <method name="Void Push(T)">
2977         <size>30</size>
2978       </method>
2979       <method name="T Pop()">
2980         <size>29</size>
2981       </method>
2982       <method name="Void Hello(T)">
2983         <size>17</size>
2984       </method>
2985     </type>
2986     <type name="Test">
2987       <method name="Void .ctor()">
2988         <size>7</size>
2989       </method>
2990       <method name="Void Main()">
2991         <size>1</size>
2992       </method>
2993     </type>
2994   </test>
2995   <test name="gtest-007.cs">
2996     <type name="Stack`1[T]">
2997       <method name="Void .ctor()">
2998         <size>7</size>
2999       </method>
3000     </type>
3001     <type name="Test">
3002       <method name="Void .ctor()">
3003         <size>7</size>
3004       </method>
3005     </type>
3006     <type name="X">
3007       <method name="Void .ctor()">
3008         <size>7</size>
3009       </method>
3010       <method name="Void Main()">
3011         <size>1</size>
3012       </method>
3013     </type>
3014   </test>
3015   <test name="gtest-008.cs">
3016     <type name="Stack`1[T]">
3017       <method name="Void .ctor()">
3018         <size>7</size>
3019       </method>
3020     </type>
3021     <type name="Test">
3022       <method name="Void .ctor()">
3023         <size>7</size>
3024       </method>
3025     </type>
3026     <type name="X">
3027       <method name="Void .ctor()">
3028         <size>7</size>
3029       </method>
3030       <method name="Void Main()">
3031         <size>1</size>
3032       </method>
3033     </type>
3034   </test>
3035   <test name="gtest-009.cs">
3036     <type name="Stack`1[T]">
3037       <method name="Void .ctor()">
3038         <size>7</size>
3039       </method>
3040       <method name="System.Object Test(T)">
3041         <size>14</size>
3042       </method>
3043     </type>
3044     <type name="Test">
3045       <method name="Void .ctor()">
3046         <size>7</size>
3047       </method>
3048     </type>
3049     <type name="X">
3050       <method name="Void .ctor()">
3051         <size>7</size>
3052       </method>
3053       <method name="Void Main()">
3054         <size>1</size>
3055       </method>
3056     </type>
3057   </test>
3058   <test name="gtest-010.cs">
3059     <type name="J">
3060       <method name="Void .ctor()">
3061         <size>7</size>
3062       </method>
3063       <method name="Void Foo()">
3064         <size>11</size>
3065       </method>
3066     </type>
3067     <type name="Stack`1[T]">
3068       <method name="Void .ctor()">
3069         <size>7</size>
3070       </method>
3071       <method name="Void Test(T)">
3072         <size>27</size>
3073       </method>
3074     </type>
3075     <type name="Test">
3076       <method name="Void .ctor()">
3077         <size>7</size>
3078       </method>
3079     </type>
3080     <type name="X">
3081       <method name="Void .ctor()">
3082         <size>7</size>
3083       </method>
3084       <method name="Void Main()">
3085         <size>1</size>
3086       </method>
3087     </type>
3088   </test>
3089   <test name="gtest-011.cs">
3090     <type name="Stack`1[S]">
3091       <method name="Void .ctor()">
3092         <size>7</size>
3093       </method>
3094       <method name="Void Hello(S)">
3095         <size>1</size>
3096       </method>
3097     </type>
3098     <type name="X">
3099       <method name="Void .ctor()">
3100         <size>7</size>
3101       </method>
3102       <method name="Void Test()">
3103         <size>13</size>
3104       </method>
3105       <method name="Void Main()">
3106         <size>1</size>
3107       </method>
3108     </type>
3109   </test>
3110   <test name="gtest-012.cs">
3111     <type name="Stack`1[S]">
3112       <method name="Void .ctor()">
3113         <size>7</size>
3114       </method>
3115       <method name="Void Hello(S)">
3116         <size>1</size>
3117       </method>
3118     </type>
3119     <type name="Test`1[T]">
3120       <method name="Void .ctor()">
3121         <size>7</size>
3122       </method>
3123       <method name="Void Foo(T)">
3124         <size>1</size>
3125       </method>
3126     </type>
3127     <type name="X">
3128       <method name="Void .ctor()">
3129         <size>7</size>
3130       </method>
3131       <method name="Void Test()">
3132         <size>25</size>
3133       </method>
3134       <method name="Void Main()">
3135         <size>1</size>
3136       </method>
3137     </type>
3138   </test>
3139   <test name="gtest-013.cs">
3140     <type name="X">
3141       <method name="Void .ctor()">
3142         <size>7</size>
3143       </method>
3144       <method name="Void Test()">
3145         <size>13</size>
3146       </method>
3147       <method name="Void Main()">
3148         <size>1</size>
3149       </method>
3150     </type>
3151   </test>
3152   <test name="gtest-014.cs">
3153     <type name="Stack`1[S]">
3154       <method name="Void .ctor(S)">
3155         <size>7</size>
3156       </method>
3157       <method name="Void Push(S)">
3158         <size>1</size>
3159       </method>
3160     </type>
3161     <type name="X">
3162       <method name="Void .ctor()">
3163         <size>7</size>
3164       </method>
3165       <method name="Void Main()">
3166         <size>37</size>
3167       </method>
3168     </type>
3169   </test>
3170   <test name="gtest-015.cs">
3171     <type name="Stack`1[S]">
3172       <method name="Void .ctor()">
3173         <size>7</size>
3174       </method>
3175       <method name="Void Hello[T,U](S, T, U)">
3176         <size>3</size>
3177       </method>
3178     </type>
3179     <type name="X">
3180       <method name="Void .ctor()">
3181         <size>7</size>
3182       </method>
3183       <method name="Void Main()">
3184         <size>1</size>
3185       </method>
3186     </type>
3187   </test>
3188   <test name="gtest-016.cs">
3189     <type name="Stack`1[S]">
3190       <method name="Void .ctor()">
3191         <size>7</size>
3192       </method>
3193       <method name="Void Hello[T](S, T)">
3194         <size>1</size>
3195       </method>
3196     </type>
3197     <type name="X">
3198       <method name="Void .ctor()">
3199         <size>7</size>
3200       </method>
3201       <method name="Void Main()">
3202         <size>1</size>
3203       </method>
3204     </type>
3205   </test>
3206   <test name="gtest-017.cs">
3207     <type name="X">
3208       <method name="Void .ctor()">
3209         <size>7</size>
3210       </method>
3211       <method name="Void Foo(Stack)">
3212         <size>12</size>
3213       </method>
3214       <method name="Void Main()">
3215         <size>13</size>
3216       </method>
3217     </type>
3218   </test>
3219   <test name="gtest-018.cs">
3220     <type name="Stack">
3221       <method name="Void .ctor()">
3222         <size>7</size>
3223       </method>
3224       <method name="Void Hello[T](T)">
3225         <size>1</size>
3226       </method>
3227     </type>
3228     <type name="X">
3229       <method name="Void .ctor()">
3230         <size>7</size>
3231       </method>
3232       <method name="Void Foo(Stack)">
3233         <size>12</size>
3234       </method>
3235       <method name="Void Main()">
3236         <size>13</size>
3237       </method>
3238     </type>
3239   </test>
3240   <test name="gtest-019.cs">
3241     <type name="X">
3242       <method name="Void .ctor()">
3243         <size>7</size>
3244       </method>
3245       <method name="Void Main()">
3246         <size>1</size>
3247       </method>
3248     </type>
3249   </test>
3250   <test name="gtest-020.cs">
3251     <type name="X">
3252       <method name="Void .ctor()">
3253         <size>7</size>
3254       </method>
3255       <method name="Void Test()">
3256         <size>13</size>
3257       </method>
3258       <method name="Void Main()">
3259         <size>1</size>
3260       </method>
3261     </type>
3262     <type name="Stack`1[S]">
3263       <method name="Void Hello(S)">
3264         <size>1</size>
3265       </method>
3266     </type>
3267   </test>
3268   <test name="gtest-021.cs">
3269     <type name="Foo`1[T]">
3270       <method name="Void .ctor(Int32)">
3271         <size>58</size>
3272       </method>
3273       <method name="Void Test()">
3274         <size>23</size>
3275       </method>
3276     </type>
3277     <type name="Bar`1[T]">
3278       <method name="Void .ctor()">
3279         <size>7</size>
3280       </method>
3281       <method name="Void Test()">
3282         <size>45</size>
3283       </method>
3284     </type>
3285     <type name="X">
3286       <method name="Void .ctor()">
3287         <size>7</size>
3288       </method>
3289       <method name="Void Print(System.Object)">
3290         <size>39</size>
3291       </method>
3292       <method name="Void Main()">
3293         <size>38</size>
3294       </method>
3295     </type>
3296     <type name="S">
3297       <method name="Void .ctor(String)">
3298         <size>8</size>
3299       </method>
3300       <method name="System.String ToString()">
3301         <size>17</size>
3302       </method>
3303     </type>
3304   </test>
3305   <test name="gtest-022.cs">
3306     <type name="Foo`1[T]">
3307       <method name="Void .ctor()">
3308         <size>7</size>
3309       </method>
3310       <method name="Void Hello()">
3311         <size>1</size>
3312       </method>
3313       <method name="Void World(T)">
3314         <size>7</size>
3315       </method>
3316     </type>
3317     <type name="Bar">
3318       <method name="Void .ctor()">
3319         <size>7</size>
3320       </method>
3321       <method name="Void Test()">
3322         <size>14</size>
3323       </method>
3324     </type>
3325     <type name="X">
3326       <method name="Void .ctor()">
3327         <size>7</size>
3328       </method>
3329       <method name="Void Main()">
3330         <size>13</size>
3331       </method>
3332     </type>
3333   </test>
3334   <test name="gtest-023.cs">
3335     <type name="Foo`1[T]">
3336       <method name="Void .ctor()">
3337         <size>7</size>
3338       </method>
3339       <method name="Void Hello()">
3340         <size>1</size>
3341       </method>
3342       <method name="Void World(T)">
3343         <size>7</size>
3344       </method>
3345     </type>
3346     <type name="Bar">
3347       <method name="Void .ctor()">
3348         <size>7</size>
3349       </method>
3350       <method name="Void Test()">
3351         <size>14</size>
3352       </method>
3353     </type>
3354     <type name="X">
3355       <method name="Void .ctor()">
3356         <size>7</size>
3357       </method>
3358       <method name="Void Main()">
3359         <size>1</size>
3360       </method>
3361     </type>
3362   </test>
3363   <test name="gtest-024.cs">
3364     <type name="Foo`1[T]">
3365       <method name="Void .ctor()">
3366         <size>7</size>
3367       </method>
3368       <method name="Void Hello(T)">
3369         <size>13</size>
3370       </method>
3371       <method name="Void Whatever(System.Object)">
3372         <size>12</size>
3373       </method>
3374     </type>
3375     <type name="X">
3376       <method name="Void .ctor()">
3377         <size>7</size>
3378       </method>
3379       <method name="Void Test(Foo`1[System.Int32])">
3380         <size>8</size>
3381       </method>
3382       <method name="Void Main()">
3383         <size>13</size>
3384       </method>
3385     </type>
3386   </test>
3387   <test name="gtest-025.cs">
3388     <type name="Foo">
3389       <method name="Void .ctor()">
3390         <size>7</size>
3391       </method>
3392       <method name="Void Hello[T](T)">
3393         <size>13</size>
3394       </method>
3395       <method name="Void Whatever(System.Object)">
3396         <size>12</size>
3397       </method>
3398     </type>
3399     <type name="X">
3400       <method name="Void .ctor()">
3401         <size>7</size>
3402       </method>
3403       <method name="Void Test(Foo)">
3404         <size>12</size>
3405       </method>
3406       <method name="Void Main()">
3407         <size>13</size>
3408       </method>
3409     </type>
3410   </test>
3411   <test name="gtest-026.cs">
3412     <type name="Foo`1[T]">
3413       <method name="Void .ctor()">
3414         <size>7</size>
3415       </method>
3416     </type>
3417     <type name="X">
3418       <method name="Void .ctor()">
3419         <size>7</size>
3420       </method>
3421       <method name="Void Main()">
3422         <size>15</size>
3423       </method>
3424     </type>
3425   </test>
3426   <test name="gtest-027.cs">
3427     <type name="TheBase">
3428       <method name="Void .ctor()">
3429         <size>7</size>
3430       </method>
3431       <method name="Void BaseFunc()">
3432         <size>1</size>
3433       </method>
3434     </type>
3435     <type name="Stack`1[S]">
3436       <method name="Void .ctor()">
3437         <size>7</size>
3438       </method>
3439       <method name="Void Hello(S)">
3440         <size>1</size>
3441       </method>
3442     </type>
3443     <type name="Test`1[T]">
3444       <method name="Void .ctor()">
3445         <size>7</size>
3446       </method>
3447       <method name="Void Foo(T)">
3448         <size>1</size>
3449       </method>
3450     </type>
3451     <type name="X">
3452       <method name="Void .ctor()">
3453         <size>7</size>
3454       </method>
3455       <method name="Void Test()">
3456         <size>36</size>
3457       </method>
3458       <method name="Void Main()">
3459         <size>1</size>
3460       </method>
3461     </type>
3462   </test>
3463   <test name="gtest-028.cs">
3464     <type name="Stack`1[T]">
3465       <method name="Void .ctor(T)">
3466         <size>14</size>
3467       </method>
3468       <method name="System.Object Test()">
3469         <size>12</size>
3470       </method>
3471     </type>
3472     <type name="X">
3473       <method name="Void .ctor()">
3474         <size>7</size>
3475       </method>
3476       <method name="System.Object Test(Stack`1[System.Int32])">
3477         <size>7</size>
3478       </method>
3479       <method name="Void Main()">
3480         <size>20</size>
3481       </method>
3482     </type>
3483   </test>
3484   <test name="gtest-029.cs">
3485     <type name="Stack`1[T]">
3486       <method name="Void .ctor(Int32)">
3487         <size>19</size>
3488       </method>
3489       <method name="System.Object Test()">
3490         <size>7</size>
3491       </method>
3492     </type>
3493     <type name="X">
3494       <method name="Void .ctor()">
3495         <size>7</size>
3496       </method>
3497       <method name="Void Main()">
3498         <size>19</size>
3499       </method>
3500     </type>
3501   </test>
3502   <test name="gtest-030.cs">
3503     <type name="Foo`1[T]">
3504       <method name="Void .ctor()">
3505         <size>7</size>
3506       </method>
3507       <method name="Void Hello(T)">
3508         <size>1</size>
3509       </method>
3510     </type>
3511     <type name="Bar`2[T,U]">
3512       <method name="Void .ctor()">
3513         <size>7</size>
3514       </method>
3515       <method name="Void Test(T, U)">
3516         <size>1</size>
3517       </method>
3518     </type>
3519     <type name="X">
3520       <method name="Void .ctor()">
3521         <size>7</size>
3522       </method>
3523       <method name="Void Test(Bar`2[System.Int32,System.String])">
3524         <size>24</size>
3525       </method>
3526       <method name="Void Main()">
3527         <size>13</size>
3528       </method>
3529     </type>
3530   </test>
3531   <test name="gtest-031.cs">
3532     <type name="X">
3533       <method name="Void .ctor()">
3534         <size>7</size>
3535       </method>
3536       <method name="Void Test(Bar`2[System.Int32,System.String])">
3537         <size>24</size>
3538       </method>
3539       <method name="Void Main()">
3540         <size>1</size>
3541       </method>
3542     </type>
3543   </test>
3544   <test name="gtest-032.cs">
3545     <type name="X">
3546       <method name="Void .ctor()">
3547         <size>7</size>
3548       </method>
3549       <method name="Void Test(Bar`2)">
3550         <size>24</size>
3551       </method>
3552       <method name="Void Main()">
3553         <size>1</size>
3554       </method>
3555     </type>
3556   </test>
3557   <test name="gtest-033.cs">
3558     <type name="X">
3559       <method name="Void .ctor()">
3560         <size>7</size>
3561       </method>
3562       <method name="Void Test(Bar`3)">
3563         <size>35</size>
3564       </method>
3565       <method name="Void Main()">
3566         <size>1</size>
3567       </method>
3568     </type>
3569   </test>
3570   <test name="gtest-034.cs">
3571     <type name="Foo`1[T]">
3572       <method name="Void .ctor()">
3573         <size>7</size>
3574       </method>
3575     </type>
3576     <type name="Stack`1[T]">
3577       <method name="Void .ctor()">
3578         <size>7</size>
3579       </method>
3580     </type>
3581     <type name="Bar`1[T]">
3582       <method name="Void .ctor()">
3583         <size>7</size>
3584       </method>
3585     </type>
3586     <type name="X">
3587       <method name="Void .ctor()">
3588         <size>7</size>
3589       </method>
3590       <method name="Void Main()">
3591         <size>1</size>
3592       </method>
3593     </type>
3594   </test>
3595   <test name="gtest-035.cs">
3596     <type name="Test`1[T]">
3597       <method name="Void .ctor()">
3598         <size>7</size>
3599       </method>
3600     </type>
3601     <type name="Foo`1[T]">
3602       <method name="Void .ctor()">
3603         <size>7</size>
3604       </method>
3605     </type>
3606     <type name="X">
3607       <method name="Void .ctor()">
3608         <size>7</size>
3609       </method>
3610       <method name="Void Main()">
3611         <size>1</size>
3612       </method>
3613     </type>
3614   </test>
3615   <test name="gtest-036.cs">
3616     <type name="Stack`1[T]">
3617       <method name="Void .ctor()">
3618         <size>7</size>
3619       </method>
3620       <method name="Void Hello(Stack`1[T])">
3621         <size>1</size>
3622       </method>
3623       <method name="Void Test()">
3624         <size>8</size>
3625       </method>
3626     </type>
3627     <type name="X">
3628       <method name="Void .ctor()">
3629         <size>7</size>
3630       </method>
3631       <method name="Void Main()">
3632         <size>1</size>
3633       </method>
3634     </type>
3635   </test>
3636   <test name="gtest-037.cs">
3637     <type name="Foo`2[T,U]">
3638       <method name="Void .ctor()">
3639         <size>7</size>
3640       </method>
3641       <method name="Void Hello(Foo`2[T,U])">
3642         <size>1</size>
3643       </method>
3644       <method name="Void Test()">
3645         <size>8</size>
3646       </method>
3647     </type>
3648     <type name="Bar`1[T]">
3649       <method name="Void .ctor()">
3650         <size>7</size>
3651       </method>
3652       <method name="Void Test(Foo`2[T,System.Int64])">
3653         <size>8</size>
3654       </method>
3655     </type>
3656     <type name="Baz`1[T]">
3657       <method name="Void .ctor()">
3658         <size>7</size>
3659       </method>
3660       <method name="Void Test()">
3661         <size>8</size>
3662       </method>
3663     </type>
3664     <type name="X">
3665       <method name="Void .ctor()">
3666         <size>7</size>
3667       </method>
3668       <method name="Void Main()">
3669         <size>1</size>
3670       </method>
3671     </type>
3672   </test>
3673   <test name="gtest-038.cs">
3674     <type name="Queue`1[T]">
3675       <method name="Void .ctor(T, T)">
3676         <size>38</size>
3677       </method>
3678       <method name="Queue`1+Node`1[T,T] GetFoo()">
3679         <size>7</size>
3680       </method>
3681       <method name="Queue`1+Node`1[T,T] get_Foo()">
3682         <size>7</size>
3683       </method>
3684       <method name="Void Test(T)">
3685         <size>12</size>
3686       </method>
3687       <method name="Void Test()">
3688         <size>74</size>
3689       </method>
3690     </type>
3691     <type name="Queue`1+Node`1[T,U]">
3692       <method name="Void .ctor(Node`1, U)">
3693         <size>21</size>
3694       </method>
3695     </type>
3696     <type name="X">
3697       <method name="Void .ctor()">
3698         <size>7</size>
3699       </method>
3700       <method name="Void Main()">
3701         <size>16</size>
3702       </method>
3703     </type>
3704   </test>
3705   <test name="gtest-039.cs">
3706     <type name="Zoo`1[T]">
3707       <method name="Void .ctor(T)">
3708         <size>14</size>
3709       </method>
3710       <method name="IMonkey`1 GetTheMonkey[U](U)">
3711         <size>8</size>
3712       </method>
3713       <method name="T get_Name()">
3714         <size>7</size>
3715       </method>
3716     </type>
3717     <type name="Zoo`1+Monkey`2[T,V,W]">
3718       <method name="Void .ctor(Zoo`1, W)">
3719         <size>21</size>
3720       </method>
3721       <method name="W Jump()">
3722         <size>44</size>
3723       </method>
3724     </type>
3725     <type name="X">
3726       <method name="Void .ctor()">
3727         <size>7</size>
3728       </method>
3729       <method name="Void Main()">
3730         <size>31</size>
3731       </method>
3732     </type>
3733   </test>
3734   <test name="gtest-040.cs">
3735     <type name="Stack`1[T]">
3736       <method name="Void .ctor(T)">
3737         <size>26</size>
3738       </method>
3739       <method name="INode`1 GetNode()">
3740         <size>7</size>
3741       </method>
3742       <method name="Stack`1+Foo`1[T,T] GetFoo(T)">
3743         <size>7</size>
3744       </method>
3745       <method name="Stack`1+Bar`1[T,T] GetBar(T)">
3746         <size>7</size>
3747       </method>
3748       <method name="Void Test()">
3749         <size>66</size>
3750       </method>
3751     </type>
3752     <type name="Stack`1+Node[T]">
3753       <method name="Void .ctor(Stack`1)">
3754         <size>14</size>
3755       </method>
3756       <method name="Void Hello(T)">
3757         <size>1</size>
3758       </method>
3759     </type>
3760     <type name="Stack`1+Foo`1[T,T]">
3761       <method name="Void .ctor(T)">
3762         <size>14</size>
3763       </method>
3764       <method name="Stack`1+Bar`1[T,T] GetBar()">
3765         <size>12</size>
3766       </method>
3767     </type>
3768     <type name="Stack`1+Bar`1[T,U]">
3769       <method name="Void .ctor(U)">
3770         <size>14</size>
3771       </method>
3772       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
3773         <size>7</size>
3774       </method>
3775     </type>
3776     <type name="Stack`1+Bar`1+Baz`1[T,U,V]">
3777       <method name="Void .ctor(V)">
3778         <size>14</size>
3779       </method>
3780       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
3781         <size>12</size>
3782       </method>
3783       <method name="Stack`1+Bar`1[T,V] GetBar()">
3784         <size>12</size>
3785       </method>
3786     </type>
3787     <type name="X">
3788       <method name="Void .ctor()">
3789         <size>7</size>
3790       </method>
3791     </type>
3792     <type name="A`1[U]">
3793       <method name="Void .ctor()">
3794         <size>7</size>
3795       </method>
3796     </type>
3797     <type name="A`1+Test`1[U,T]">
3798       <method name="A`1+Test`1+Nested`1[U,T,T] Foo()">
3799         <size>2</size>
3800       </method>
3801       <method name="Void .ctor()">
3802         <size>7</size>
3803       </method>
3804     </type>
3805     <type name="A`1+Test`1+Nested`1[U,T,X]">
3806       <method name="Void .ctor()">
3807         <size>7</size>
3808       </method>
3809     </type>
3810     <type name="X">
3811       <method name="Int32 Main()">
3812         <size>39</size>
3813       </method>
3814     </type>
3815   </test>
3816   <test name="gtest-041.cs">
3817     <type name="Stack`1[T]">
3818       <method name="Void .ctor()">
3819         <size>7</size>
3820       </method>
3821       <method name="Void Hello(Int32, T[])">
3822         <size>1</size>
3823       </method>
3824     </type>
3825     <type name="X">
3826       <method name="Void .ctor()">
3827         <size>7</size>
3828       </method>
3829       <method name="Void Main()">
3830         <size>36</size>
3831       </method>
3832     </type>
3833   </test>
3834   <test name="gtest-042.cs">
3835     <type name="A.A`1[X]">
3836       <method name="Void .ctor()">
3837         <size>7</size>
3838       </method>
3839     </type>
3840     <type name="A.B`1[X]">
3841       <method name="Void .ctor()">
3842         <size>7</size>
3843       </method>
3844     </type>
3845     <type name="A.C`1[X]">
3846       <method name="Void .ctor()">
3847         <size>7</size>
3848       </method>
3849     </type>
3850     <type name="A.D`1[X]">
3851       <method name="Void .ctor()">
3852         <size>7</size>
3853       </method>
3854     </type>
3855     <type name="A.E`2[X,Y]">
3856       <method name="Void .ctor()">
3857         <size>7</size>
3858       </method>
3859     </type>
3860     <type name="A.F`1[X]">
3861       <method name="Void .ctor()">
3862         <size>7</size>
3863       </method>
3864     </type>
3865     <type name="B.MyTest`2[K,V]">
3866       <method name="Void .ctor()">
3867         <size>7</size>
3868       </method>
3869     </type>
3870     <type name="C.S`1[K]">
3871       <method name="Void .ctor()">
3872         <size>7</size>
3873       </method>
3874     </type>
3875     <type name="C.C`1[K]">
3876       <method name="Void .ctor()">
3877         <size>7</size>
3878       </method>
3879     </type>
3880     <type name="Test">
3881       <method name="Void .ctor()">
3882         <size>7</size>
3883       </method>
3884       <method name="Void Main()">
3885         <size>1</size>
3886       </method>
3887     </type>
3888   </test>
3889   <test name="gtest-043.cs">
3890     <type name="Test`1[T]">
3891       <method name="Void .ctor()">
3892         <size>7</size>
3893       </method>
3894       <method name="Void Foo()">
3895         <size>13</size>
3896       </method>
3897       <method name="Int32 GetCount()">
3898         <size>6</size>
3899       </method>
3900     </type>
3901     <type name="X">
3902       <method name="Void .ctor()">
3903         <size>7</size>
3904       </method>
3905       <method name="Int32 DoTheTest[T]()">
3906         <size>107</size>
3907       </method>
3908       <method name="Int32 Main()">
3909         <size>134</size>
3910       </method>
3911     </type>
3912   </test>
3913   <test name="gtest-044.cs">
3914     <type name="X`1[T]">
3915       <method name="Void .ctor(Int32)">
3916         <size>14</size>
3917       </method>
3918       <method name="X`1[T] op_Increment(X`1[T])">
3919         <size>14</size>
3920       </method>
3921     </type>
3922     <type name="Test">
3923       <method name="Void .ctor()">
3924         <size>7</size>
3925       </method>
3926       <method name="Void Main()">
3927         <size>37</size>
3928       </method>
3929     </type>
3930   </test>
3931   <test name="gtest-045.cs">
3932     <type name="Test`2[A,B]">
3933       <method name="Void .ctor()">
3934         <size>7</size>
3935       </method>
3936       <method name="Void Foo[U](U)">
3937         <size>1</size>
3938       </method>
3939       <method name="Void Foo[V](V[], V)">
3940         <size>1</size>
3941       </method>
3942       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
3943         <size>1</size>
3944       </method>
3945       <method name="Void ArrayMethod[V](V[])">
3946         <size>1</size>
3947       </method>
3948     </type>
3949     <type name="X">
3950       <method name="Void .ctor()">
3951         <size>7</size>
3952       </method>
3953       <method name="Void Main()">
3954         <size>86</size>
3955       </method>
3956     </type>
3957     <type name="&lt;PrivateImplementationDetails&gt;">
3958       <method name="Void .ctor()">
3959         <size>7</size>
3960       </method>
3961     </type>
3962   </test>
3963   <test name="gtest-046.cs">
3964     <type name="Foo`1[T]">
3965       <method name="Void .ctor()">
3966         <size>7</size>
3967       </method>
3968       <method name="Void add_MyEvent(Test`1[T])">
3969         <size>24</size>
3970       </method>
3971       <method name="Void remove_MyEvent(Test`1[T])">
3972         <size>24</size>
3973       </method>
3974       <method name="Void Hello(T)">
3975         <size>24</size>
3976       </method>
3977     </type>
3978     <type name="X">
3979       <method name="Void .ctor()">
3980         <size>7</size>
3981       </method>
3982       <method name="Void do_hello(System.String)">
3983         <size>12</size>
3984       </method>
3985       <method name="Void Main()">
3986         <size>36</size>
3987       </method>
3988     </type>
3989     <type name="Test`1[T]">
3990       <method name="Void .ctor(Object, IntPtr)">
3991         <size>0</size>
3992       </method>
3993       <method name="Void Invoke(T)">
3994         <size>0</size>
3995       </method>
3996       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3997         <size>0</size>
3998       </method>
3999       <method name="Void EndInvoke(IAsyncResult)">
4000         <size>0</size>
4001       </method>
4002     </type>
4003   </test>
4004   <test name="gtest-047.cs">
4005     <type name="X">
4006       <method name="Void .ctor()">
4007         <size>7</size>
4008       </method>
4009       <method name="Void Main()">
4010         <size>7</size>
4011       </method>
4012     </type>
4013   </test>
4014   <test name="gtest-048.cs">
4015     <type name="Stack`1[T]">
4016       <method name="Void .ctor()">
4017         <size>20</size>
4018       </method>
4019       <method name="Void Add(T)">
4020         <size>14</size>
4021       </method>
4022     </type>
4023     <type name="X">
4024       <method name="Void .ctor()">
4025         <size>7</size>
4026       </method>
4027       <method name="Void Main()">
4028         <size>22</size>
4029       </method>
4030     </type>
4031   </test>
4032   <test name="gtest-049.cs">
4033     <type name="X`1[T]">
4034       <method name="Void .ctor()">
4035         <size>7</size>
4036       </method>
4037       <method name="Void A(T)">
4038         <size>1</size>
4039       </method>
4040       <method name="Void A(T[])">
4041         <size>1</size>
4042       </method>
4043       <method name="Void A(T[,])">
4044         <size>1</size>
4045       </method>
4046       <method name="Void A(T[][])">
4047         <size>1</size>
4048       </method>
4049       <method name="Void B(T[])">
4050         <size>1</size>
4051       </method>
4052       <method name="Void B(Int32)">
4053         <size>1</size>
4054       </method>
4055       <method name="Void C(T[])">
4056         <size>1</size>
4057       </method>
4058       <method name="Void C(T[,])">
4059         <size>1</size>
4060       </method>
4061       <method name="Void C(System.Int32[,,])">
4062         <size>1</size>
4063       </method>
4064       <method name="Void D(Int32, T)">
4065         <size>1</size>
4066       </method>
4067       <method name="Void D(T, Int64)">
4068         <size>1</size>
4069       </method>
4070     </type>
4071     <type name="Foo">
4072       <method name="Void .ctor()">
4073         <size>7</size>
4074       </method>
4075       <method name="Void Main()">
4076         <size>1</size>
4077       </method>
4078     </type>
4079   </test>
4080   <test name="gtest-050.cs">
4081     <type name="X">
4082       <method name="Void .ctor()">
4083         <size>7</size>
4084       </method>
4085       <method name="T F[T](System.String, T)">
4086         <size>2</size>
4087       </method>
4088       <method name="T G[T]()">
4089         <size>6</size>
4090       </method>
4091       <method name="Void Main()">
4092         <size>40</size>
4093       </method>
4094     </type>
4095     <type name="D">
4096       <method name="Void .ctor(Object, IntPtr)">
4097         <size>0</size>
4098       </method>
4099       <method name="Int32 Invoke(System.String, Int32)">
4100         <size>0</size>
4101       </method>
4102       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
4103         <size>0</size>
4104       </method>
4105       <method name="Int32 EndInvoke(IAsyncResult)">
4106         <size>0</size>
4107       </method>
4108     </type>
4109     <type name="E">
4110       <method name="Void .ctor(Object, IntPtr)">
4111         <size>0</size>
4112       </method>
4113       <method name="Int32 Invoke()">
4114         <size>0</size>
4115       </method>
4116       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4117         <size>0</size>
4118       </method>
4119       <method name="Int32 EndInvoke(IAsyncResult)">
4120         <size>0</size>
4121       </method>
4122     </type>
4123   </test>
4124   <test name="gtest-051.cs">
4125     <type name="Foo`1[T]">
4126       <method name="Void .ctor()">
4127         <size>7</size>
4128       </method>
4129       <method name="Void Test(T)">
4130         <size>43</size>
4131       </method>
4132     </type>
4133     <type name="A">
4134       <method name="Void .ctor()">
4135         <size>7</size>
4136       </method>
4137       <method name="Void Hello()">
4138         <size>11</size>
4139       </method>
4140     </type>
4141     <type name="B">
4142       <method name="Void .ctor()">
4143         <size>7</size>
4144       </method>
4145     </type>
4146     <type name="X">
4147       <method name="Void .ctor()">
4148         <size>7</size>
4149       </method>
4150       <method name="Void Main()">
4151         <size>18</size>
4152       </method>
4153     </type>
4154   </test>
4155   <test name="gtest-052.cs">
4156     <type name="Foo`1[T]">
4157       <method name="Void .ctor()">
4158         <size>7</size>
4159       </method>
4160       <method name="T Create()">
4161         <size>36</size>
4162       </method>
4163     </type>
4164     <type name="X">
4165       <method name="Void .ctor()">
4166         <size>7</size>
4167       </method>
4168       <method name="Void Hello()">
4169         <size>11</size>
4170       </method>
4171       <method name="Void Main()">
4172         <size>18</size>
4173       </method>
4174     </type>
4175   </test>
4176   <test name="gtest-053.cs">
4177     <type name="ReferenceTypeCounters.SimpleCounter">
4178       <method name="Void .ctor()">
4179         <size>7</size>
4180       </method>
4181       <method name="Void Increment()">
4182         <size>15</size>
4183       </method>
4184     </type>
4185     <type name="ReferenceTypeCounters.PrintingCounter">
4186       <method name="Void .ctor()">
4187         <size>7</size>
4188       </method>
4189       <method name="System.String ToString()">
4190         <size>12</size>
4191       </method>
4192       <method name="Void Increment()">
4193         <size>15</size>
4194       </method>
4195     </type>
4196     <type name="ReferenceTypeCounters.ExplicitCounter">
4197       <method name="Void .ctor()">
4198         <size>7</size>
4199       </method>
4200       <method name="Void ICounter.Increment()">
4201         <size>15</size>
4202       </method>
4203       <method name="System.String ToString()">
4204         <size>12</size>
4205       </method>
4206     </type>
4207     <type name="ReferenceTypeCounters.InterfaceCounter">
4208       <method name="Void .ctor()">
4209         <size>7</size>
4210       </method>
4211       <method name="Void ICounter.Increment()">
4212         <size>15</size>
4213       </method>
4214       <method name="System.String ToString()">
4215         <size>12</size>
4216       </method>
4217       <method name="Void Increment()">
4218         <size>15</size>
4219       </method>
4220     </type>
4221     <type name="Test.Test`1[T]">
4222       <method name="Void .ctor()">
4223         <size>7</size>
4224       </method>
4225       <method name="Void Foo(T)">
4226         <size>50</size>
4227       </method>
4228     </type>
4229     <type name="Test.X">
4230       <method name="Void .ctor()">
4231         <size>7</size>
4232       </method>
4233       <method name="Void Main()">
4234         <size>97</size>
4235       </method>
4236     </type>
4237     <type name="ValueTypeCounters.SimpleCounter">
4238       <method name="Void Increment()">
4239         <size>15</size>
4240       </method>
4241     </type>
4242     <type name="ValueTypeCounters.PrintingCounter">
4243       <method name="System.String ToString()">
4244         <size>12</size>
4245       </method>
4246       <method name="Void Increment()">
4247         <size>15</size>
4248       </method>
4249     </type>
4250     <type name="ValueTypeCounters.ExplicitCounter">
4251       <method name="Void ICounter.Increment()">
4252         <size>15</size>
4253       </method>
4254       <method name="System.String ToString()">
4255         <size>12</size>
4256       </method>
4257     </type>
4258     <type name="ValueTypeCounters.InterfaceCounter">
4259       <method name="Void ICounter.Increment()">
4260         <size>15</size>
4261       </method>
4262       <method name="System.String ToString()">
4263         <size>12</size>
4264       </method>
4265       <method name="Void Increment()">
4266         <size>15</size>
4267       </method>
4268     </type>
4269   </test>
4270   <test name="gtest-054.cs">
4271     <type name="A">
4272       <method name="Void .ctor()">
4273         <size>7</size>
4274       </method>
4275     </type>
4276     <type name="B">
4277       <method name="Void .ctor()">
4278         <size>7</size>
4279       </method>
4280       <method name="Void Hello()">
4281         <size>1</size>
4282       </method>
4283       <method name="C op_Implicit(B)">
4284         <size>6</size>
4285       </method>
4286     </type>
4287     <type name="C">
4288       <method name="Void .ctor()">
4289         <size>7</size>
4290       </method>
4291       <method name="B op_Explicit(C)">
4292         <size>6</size>
4293       </method>
4294     </type>
4295     <type name="Test">
4296       <method name="Void .ctor()">
4297         <size>7</size>
4298       </method>
4299       <method name="Void Simple[T](T)">
4300         <size>36</size>
4301       </method>
4302       <method name="Void Interface[T](T)">
4303         <size>8</size>
4304       </method>
4305       <method name="Void Class[T](T)">
4306         <size>71</size>
4307       </method>
4308       <method name="Void Array[T](T[])">
4309         <size>21</size>
4310       </method>
4311       <method name="Void Main()">
4312         <size>1</size>
4313       </method>
4314     </type>
4315   </test>
4316   <test name="gtest-055.cs">
4317     <type name="N1.A`1[T]">
4318       <method name="Void .ctor()">
4319         <size>7</size>
4320       </method>
4321     </type>
4322     <type name="N1.A`1+B[T]">
4323       <method name="Void .ctor()">
4324         <size>7</size>
4325       </method>
4326     </type>
4327     <type name="N1.A`1+C`1[T,U]">
4328       <method name="Void .ctor()">
4329         <size>7</size>
4330       </method>
4331     </type>
4332     <type name="N1.C">
4333       <method name="Void .ctor()">
4334         <size>7</size>
4335       </method>
4336     </type>
4337     <type name="N2.X">
4338       <method name="Void .ctor()">
4339         <size>7</size>
4340       </method>
4341       <method name="Void Main()">
4342         <size>19</size>
4343       </method>
4344     </type>
4345   </test>
4346   <test name="gtest-056.cs">
4347     <type name="Log`1[T]">
4348       <method name="Void .ctor()">
4349         <size>31</size>
4350       </method>
4351       <method name="Void .cctor()">
4352         <size>1</size>
4353       </method>
4354       <method name="Int32 get_InstanceCount()">
4355         <size>6</size>
4356       </method>
4357       <method name="Void Add(T)">
4358         <size>32</size>
4359       </method>
4360       <method name="Int32 get_Count()">
4361         <size>7</size>
4362       </method>
4363       <method name="T get_Last()">
4364         <size>47</size>
4365       </method>
4366       <method name="Void set_Last(T)">
4367         <size>68</size>
4368       </method>
4369       <method name="T[] get_All()">
4370         <size>70</size>
4371       </method>
4372     </type>
4373     <type name="TestLog">
4374       <method name="Void .ctor()">
4375         <size>7</size>
4376       </method>
4377     </type>
4378     <type name="TestLog+MyTest">
4379       <method name="Void .ctor()">
4380         <size>7</size>
4381       </method>
4382       <method name="Void Main(System.String[])">
4383         <size>204</size>
4384       </method>
4385     </type>
4386   </test>
4387   <test name="gtest-057.cs">
4388     <type name="Hello`1[T]">
4389       <method name="Void .ctor()">
4390         <size>7</size>
4391       </method>
4392       <method name="IHello`1 Test[U]()">
4393         <size>6</size>
4394       </method>
4395       <method name="Void Print(T)">
4396         <size>17</size>
4397       </method>
4398     </type>
4399     <type name="X">
4400       <method name="Void .ctor()">
4401         <size>7</size>
4402       </method>
4403       <method name="Void Main()">
4404         <size>48</size>
4405       </method>
4406     </type>
4407   </test>
4408   <test name="gtest-058.cs">
4409     <type name="Foo">
4410       <method name="Void .ctor()">
4411         <size>7</size>
4412       </method>
4413       <method name="Void Main()">
4414         <size>1</size>
4415       </method>
4416     </type>
4417     <type name="Foo`1[T]">
4418       <method name="Void .ctor()">
4419         <size>7</size>
4420       </method>
4421       <method name="Foo`1[T] get_Blah()">
4422         <size>6</size>
4423       </method>
4424     </type>
4425   </test>
4426   <test name="gtest-059.cs">
4427     <type name="X`1[T]">
4428       <method name="Void .ctor()">
4429         <size>7</size>
4430       </method>
4431     </type>
4432     <type name="Foo">
4433       <method name="Void .ctor()">
4434         <size>7</size>
4435       </method>
4436       <method name="Void Main()">
4437         <size>1</size>
4438       </method>
4439     </type>
4440   </test>
4441   <test name="gtest-060.cs">
4442     <type name="MyList`1[T]">
4443       <method name="Void .ctor()">
4444         <size>7</size>
4445       </method>
4446       <method name="Void Hello(T)">
4447         <size>12</size>
4448       </method>
4449     </type>
4450     <type name="Foo">
4451       <method name="Void .ctor()">
4452         <size>7</size>
4453       </method>
4454       <method name="MyList`1[T] Map[T]()">
4455         <size>6</size>
4456       </method>
4457     </type>
4458     <type name="X">
4459       <method name="Void .ctor()">
4460         <size>7</size>
4461       </method>
4462       <method name="Void Main()">
4463         <size>22</size>
4464       </method>
4465     </type>
4466   </test>
4467   <test name="gtest-061.cs">
4468     <type name="Foo`1[T]">
4469       <method name="Void .ctor(T)">
4470         <size>14</size>
4471       </method>
4472       <method name="U Method[U](Test`2[T,U])">
4473         <size>13</size>
4474       </method>
4475     </type>
4476     <type name="X">
4477       <method name="Void .ctor()">
4478         <size>7</size>
4479       </method>
4480       <method name="Void Main()">
4481         <size>83</size>
4482       </method>
4483     </type>
4484     <type name="Test`2[A,B]">
4485       <method name="Void .ctor(Object, IntPtr)">
4486         <size>0</size>
4487       </method>
4488       <method name="B Invoke(A)">
4489         <size>0</size>
4490       </method>
4491       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
4492         <size>0</size>
4493       </method>
4494       <method name="B EndInvoke(IAsyncResult)">
4495         <size>0</size>
4496       </method>
4497     </type>
4498     <type name="X">
4499       <method name="System.String &lt;Main&gt;m__0(Double)">
4500         <size>17</size>
4501       </method>
4502     </type>
4503   </test>
4504   <test name="gtest-062.cs">
4505     <type name="X">
4506       <method name="Void .ctor()">
4507         <size>7</size>
4508       </method>
4509       <method name="IEnumerable`1 Test(Int32, Int64)">
4510         <size>44</size>
4511       </method>
4512       <method name="Int32 Main()">
4513         <size>84</size>
4514       </method>
4515     </type>
4516     <type name="X+&lt;Test&gt;c__Iterator0">
4517       <method name="Void .ctor()">
4518         <size>7</size>
4519       </method>
4520       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4521         <size>12</size>
4522       </method>
4523       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4524         <size>7</size>
4525       </method>
4526       <method name="Boolean MoveNext()">
4527         <size>105</size>
4528       </method>
4529       <method name="Void Dispose()">
4530         <size>8</size>
4531       </method>
4532       <method name="Void Reset()">
4533         <size>6</size>
4534       </method>
4535       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
4536         <size>7</size>
4537       </method>
4538       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
4539         <size>52</size>
4540       </method>
4541     </type>
4542   </test>
4543   <test name="gtest-063.cs">
4544     <type name="Test">
4545       <method name="Void .ctor()">
4546         <size>7</size>
4547       </method>
4548       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
4549         <size>2</size>
4550       </method>
4551       <method name="Int32 IndexOf(System.Array, System.Object)">
4552         <size>15</size>
4553       </method>
4554       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
4555         <size>2</size>
4556       </method>
4557     </type>
4558     <type name="X">
4559       <method name="Void .ctor()">
4560         <size>7</size>
4561       </method>
4562       <method name="Int32 Main()">
4563         <size>65</size>
4564       </method>
4565     </type>
4566   </test>
4567   <test name="gtest-064.cs">
4568     <type name="Foo`1[T]">
4569       <method name="Void .ctor()">
4570         <size>7</size>
4571       </method>
4572       <method name="Foo`1+Hello[T] GetHello()">
4573         <size>7</size>
4574       </method>
4575     </type>
4576     <type name="Foo`1+Hello[T]">
4577       <method name="Void .ctor(Foo`1)">
4578         <size>14</size>
4579       </method>
4580     </type>
4581     <type name="X">
4582       <method name="Void .ctor()">
4583         <size>7</size>
4584       </method>
4585       <method name="Void Main()">
4586         <size>1</size>
4587       </method>
4588     </type>
4589     <type name="Foo`1[T]">
4590       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
4591         <size>7</size>
4592       </method>
4593     </type>
4594   </test>
4595   <test name="gtest-065.cs">
4596     <type name="MyTest">
4597       <method name="Void .ctor()">
4598         <size>7</size>
4599       </method>
4600       <method name="Void Test()">
4601         <size>17</size>
4602       </method>
4603       <method name="Void Main(System.String[])">
4604         <size>216</size>
4605       </method>
4606     </type>
4607     <type name="ComparablePair`2[T,U]">
4608       <method name="Void .ctor(T, U)">
4609         <size>15</size>
4610       </method>
4611       <method name="Int32 CompareTo(ComparablePair`2)">
4612         <size>68</size>
4613       </method>
4614       <method name="Boolean Equals(ComparablePair`2)">
4615         <size>73</size>
4616       </method>
4617       <method name="System.String ToString()">
4618         <size>64</size>
4619       </method>
4620     </type>
4621   </test>
4622   <test name="gtest-066.cs">
4623     <type name="Foo`1[T]">
4624       <method name="Void .ctor()">
4625         <size>7</size>
4626       </method>
4627     </type>
4628     <type name="Foo`1+Bar`1[T,U]">
4629       <method name="Void .ctor()">
4630         <size>7</size>
4631       </method>
4632     </type>
4633     <type name="Test.FooEx`2[V,W]">
4634       <method name="Void .ctor()">
4635         <size>7</size>
4636       </method>
4637     </type>
4638     <type name="X">
4639       <method name="Void .ctor()">
4640         <size>7</size>
4641       </method>
4642       <method name="Void Main()">
4643         <size>61</size>
4644       </method>
4645     </type>
4646   </test>
4647   <test name="gtest-067.cs">
4648     <type name="Test">
4649       <method name="Void .ctor()">
4650         <size>7</size>
4651       </method>
4652       <method name="Void Hello[U](Test+Foo`1[U], U)">
4653         <size>1</size>
4654       </method>
4655     </type>
4656     <type name="X">
4657       <method name="Void .ctor()">
4658         <size>7</size>
4659       </method>
4660       <method name="Int32 Add(Int32, Int32)">
4661         <size>4</size>
4662       </method>
4663       <method name="Void Main()">
4664         <size>26</size>
4665       </method>
4666     </type>
4667     <type name="Test+Foo`1[T]">
4668       <method name="Void .ctor(Object, IntPtr)">
4669         <size>0</size>
4670       </method>
4671       <method name="Int32 Invoke(T, T)">
4672         <size>0</size>
4673       </method>
4674       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
4675         <size>0</size>
4676       </method>
4677       <method name="Int32 EndInvoke(IAsyncResult)">
4678         <size>0</size>
4679       </method>
4680     </type>
4681   </test>
4682   <test name="gtest-068.cs">
4683     <type name="Martin.Foo`1[T]">
4684       <method name="Void .ctor()">
4685         <size>7</size>
4686       </method>
4687     </type>
4688     <type name="Baulig.X">
4689       <method name="Void .ctor()">
4690         <size>7</size>
4691       </method>
4692       <method name="Void Main()">
4693         <size>1</size>
4694       </method>
4695     </type>
4696   </test>
4697   <test name="gtest-069.cs">
4698     <type name="Test`1[T]">
4699       <method name="Void .ctor()">
4700         <size>7</size>
4701       </method>
4702       <method name="Int32 Foo(IFoo`1)">
4703         <size>7</size>
4704       </method>
4705       <method name="Int32 Foo(IFoo)">
4706         <size>7</size>
4707       </method>
4708     </type>
4709     <type name="X">
4710       <method name="Void .ctor()">
4711         <size>7</size>
4712       </method>
4713       <method name="Void Main()">
4714         <size>1</size>
4715       </method>
4716     </type>
4717   </test>
4718   <test name="gtest-070.cs">
4719     <type name="Martin.Test`1[T]">
4720       <method name="Void .ctor()">
4721         <size>7</size>
4722       </method>
4723       <method name="Int32 Foo()">
4724         <size>2</size>
4725       </method>
4726     </type>
4727     <type name="Foo`1[T]">
4728       <method name="Void .ctor(Int32)">
4729         <size>7</size>
4730       </method>
4731       <method name="Void .ctor()">
4732         <size>12</size>
4733       </method>
4734     </type>
4735     <type name="X">
4736       <method name="Void .ctor()">
4737         <size>7</size>
4738       </method>
4739       <method name="Void Main()">
4740         <size>1</size>
4741       </method>
4742     </type>
4743   </test>
4744   <test name="gtest-071.cs">
4745     <type name="Foo`1[T]">
4746       <method name="Void .ctor()">
4747         <size>7</size>
4748       </method>
4749       <method name="T Test[U](U)">
4750         <size>12</size>
4751       </method>
4752     </type>
4753     <type name="X">
4754       <method name="Void .ctor()">
4755         <size>7</size>
4756       </method>
4757       <method name="Void Main()">
4758         <size>21</size>
4759       </method>
4760     </type>
4761     <type name="Y">
4762       <method name="Void .ctor()">
4763         <size>7</size>
4764       </method>
4765     </type>
4766   </test>
4767   <test name="gtest-072.cs">
4768     <type name="Log`1[T]">
4769       <method name="Void .ctor()">
4770         <size>31</size>
4771       </method>
4772       <method name="Void .cctor()">
4773         <size>1</size>
4774       </method>
4775       <method name="Int32 get_InstanceCount()">
4776         <size>6</size>
4777       </method>
4778       <method name="Void Add(T)">
4779         <size>32</size>
4780       </method>
4781       <method name="Int32 get_Count()">
4782         <size>7</size>
4783       </method>
4784       <method name="T get_Last()">
4785         <size>47</size>
4786       </method>
4787       <method name="Void set_Last(T)">
4788         <size>68</size>
4789       </method>
4790       <method name="T[] get_All()">
4791         <size>70</size>
4792       </method>
4793     </type>
4794     <type name="TestLog">
4795       <method name="Void .ctor()">
4796         <size>7</size>
4797       </method>
4798     </type>
4799     <type name="TestLog+MyTest">
4800       <method name="Void .ctor()">
4801         <size>7</size>
4802       </method>
4803       <method name="Void Main(System.String[])">
4804         <size>209</size>
4805       </method>
4806       <method name="Void TestPairLog()">
4807         <size>184</size>
4808       </method>
4809     </type>
4810     <type name="Pair`2[T,U]">
4811       <method name="Void .ctor(T, U)">
4812         <size>15</size>
4813       </method>
4814     </type>
4815   </test>
4816   <test name="gtest-073.cs">
4817     <type name="MyList`1[T]">
4818       <method name="Void .ctor()">
4819         <size>7</size>
4820       </method>
4821       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4822         <size>7</size>
4823       </method>
4824       <method name="IEnumerator`1 GetEnumerator()">
4825         <size>8</size>
4826       </method>
4827     </type>
4828     <type name="X">
4829       <method name="Void .ctor()">
4830         <size>7</size>
4831       </method>
4832       <method name="Void Main()">
4833         <size>55</size>
4834       </method>
4835     </type>
4836     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
4837       <method name="Void .ctor()">
4838         <size>7</size>
4839       </method>
4840       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4841         <size>12</size>
4842       </method>
4843       <method name="Boolean MoveNext()">
4844         <size>25</size>
4845       </method>
4846       <method name="Void Dispose()">
4847         <size>8</size>
4848       </method>
4849       <method name="Void Reset()">
4850         <size>6</size>
4851       </method>
4852     </type>
4853     <type name="Foo`1[T]">
4854       <method name="Void .ctor(T)">
4855         <size>8</size>
4856       </method>
4857     </type>
4858     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
4859       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4860         <size>7</size>
4861       </method>
4862     </type>
4863   </test>
4864   <test name="gtest-074.cs">
4865     <type name="Test`1[T]">
4866       <method name="Void .ctor(T, T)">
4867         <size>21</size>
4868       </method>
4869     </type>
4870     <type name="X">
4871       <method name="Void .ctor()">
4872         <size>7</size>
4873       </method>
4874       <method name="Int32 Main()">
4875         <size>85</size>
4876       </method>
4877     </type>
4878     <type name="Foo`1[T]">
4879       <method name="Void .ctor(T, T)">
4880         <size>15</size>
4881       </method>
4882     </type>
4883   </test>
4884   <test name="gtest-075.cs">
4885     <type name="ArrayList`1[T]">
4886       <method name="Void .ctor()">
4887         <size>7</size>
4888       </method>
4889     </type>
4890     <type name="X">
4891       <method name="Void .ctor()">
4892         <size>7</size>
4893       </method>
4894       <method name="Void Main()">
4895         <size>1</size>
4896       </method>
4897     </type>
4898     <type name="ArrayList`1[T]">
4899       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
4900         <size>1</size>
4901       </method>
4902     </type>
4903   </test>
4904   <test name="gtest-076.cs">
4905     <type name="Test`1[T]">
4906       <method name="Void .ctor()">
4907         <size>7</size>
4908       </method>
4909       <method name="Foo`1 GetFoo(T)">
4910         <size>7</size>
4911       </method>
4912     </type>
4913     <type name="X">
4914       <method name="Void .ctor()">
4915         <size>7</size>
4916       </method>
4917       <method name="Int32 Main()">
4918         <size>41</size>
4919       </method>
4920     </type>
4921     <type name="Foo`1[T]">
4922       <method name="Void .ctor(T)">
4923         <size>8</size>
4924       </method>
4925     </type>
4926   </test>
4927   <test name="gtest-078.cs">
4928     <type name="Test">
4929       <method name="Void .ctor()">
4930         <size>7</size>
4931       </method>
4932     </type>
4933     <type name="S">
4934       <method name="Void System.IDisposable.Dispose()">
4935         <size>13</size>
4936       </method>
4937       <method name="Void Dispose()">
4938         <size>6</size>
4939       </method>
4940     </type>
4941     <type name="C">
4942       <method name="Void System.IDisposable.Dispose()">
4943         <size>1</size>
4944       </method>
4945       <method name="Void Dispose()">
4946         <size>6</size>
4947       </method>
4948       <method name="Void .ctor()">
4949         <size>7</size>
4950       </method>
4951     </type>
4952     <type name="Test">
4953       <method name="Int32 Main()">
4954         <size>209</size>
4955       </method>
4956       <method name="Void GenMethod[T](T)">
4957         <size>33</size>
4958       </method>
4959     </type>
4960   </test>
4961   <test name="gtest-079.cs">
4962     <type name="A.ArrayList`1[T]">
4963       <method name="Void .ctor()">
4964         <size>7</size>
4965       </method>
4966       <method name="Void InsertAll(T)">
4967         <size>1</size>
4968       </method>
4969     </type>
4970     <type name="B.ArrayList`2[X,Y]">
4971       <method name="Void .ctor()">
4972         <size>7</size>
4973       </method>
4974       <method name="Void AddAll[Z](Z)">
4975         <size>18</size>
4976       </method>
4977       <method name="Void InsertAll(Y)">
4978         <size>1</size>
4979       </method>
4980     </type>
4981     <type name="C.Foo`1[U]">
4982       <method name="Void .ctor()">
4983         <size>7</size>
4984       </method>
4985     </type>
4986     <type name="C.ArrayList`1[X]">
4987       <method name="Void .ctor()">
4988         <size>7</size>
4989       </method>
4990       <method name="Void AddAll[Y](Y)">
4991         <size>13</size>
4992       </method>
4993       <method name="Void InsertAll(C.Foo`1[X])">
4994         <size>1</size>
4995       </method>
4996     </type>
4997     <type name="X">
4998       <method name="Void .ctor()">
4999         <size>7</size>
5000       </method>
5001       <method name="Void Main()">
5002         <size>1</size>
5003       </method>
5004     </type>
5005     <type name="A.ArrayList`1[T]">
5006       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
5007         <size>18</size>
5008       </method>
5009     </type>
5010   </test>
5011   <test name="gtest-080.cs">
5012     <type name="Test">
5013       <method name="Void .ctor()">
5014         <size>7</size>
5015       </method>
5016       <method name="Void Hello[T](IFoo`1)">
5017         <size>8</size>
5018       </method>
5019       <method name="Void InsertAll[U](IFoo`1)">
5020         <size>1</size>
5021       </method>
5022     </type>
5023     <type name="X">
5024       <method name="Void .ctor()">
5025         <size>7</size>
5026       </method>
5027       <method name="Void Main()">
5028         <size>1</size>
5029       </method>
5030     </type>
5031   </test>
5032   <test name="gtest-081.cs">
5033     <type name="ArrayList`1[T]">
5034       <method name="Void .ctor()">
5035         <size>7</size>
5036       </method>
5037       <method name="Void AddAll[U](U)">
5038         <size>18</size>
5039       </method>
5040       <method name="Void InsertAll(T)">
5041         <size>1</size>
5042       </method>
5043     </type>
5044     <type name="X">
5045       <method name="Void .ctor()">
5046         <size>7</size>
5047       </method>
5048       <method name="Void Main()">
5049         <size>1</size>
5050       </method>
5051     </type>
5052   </test>
5053   <test name="gtest-082.cs">
5054     <type name="Queue`1[T]">
5055       <method name="Void .ctor()">
5056         <size>7</size>
5057       </method>
5058     </type>
5059     <type name="Queue`1+Enumerator[T]">
5060       <method name="Void .ctor(Queue`1)">
5061         <size>14</size>
5062       </method>
5063     </type>
5064     <type name="X">
5065       <method name="Void .ctor()">
5066         <size>7</size>
5067       </method>
5068       <method name="Void Main()">
5069         <size>1</size>
5070       </method>
5071     </type>
5072   </test>
5073   <test name="gtest-083.cs">
5074     <type name="CollectionValueBase`1[T]">
5075       <method name="Void .ctor()">
5076         <size>7</size>
5077       </method>
5078       <method name="T[] ToArray()">
5079         <size>2</size>
5080       </method>
5081     </type>
5082     <type name="CollectionBase`1[T]">
5083       <method name="Void .ctor()">
5084         <size>7</size>
5085       </method>
5086     </type>
5087     <type name="SequencedBase`1[T]">
5088       <method name="Void .ctor()">
5089         <size>7</size>
5090       </method>
5091     </type>
5092     <type name="ArrayBase`1[T]">
5093       <method name="Void .ctor()">
5094         <size>7</size>
5095       </method>
5096       <method name="T[] ToArray()">
5097         <size>2</size>
5098       </method>
5099     </type>
5100     <type name="X">
5101       <method name="Void .ctor()">
5102         <size>7</size>
5103       </method>
5104       <method name="Void Main()">
5105         <size>1</size>
5106       </method>
5107     </type>
5108   </test>
5109   <test name="gtest-084.cs">
5110     <type name="HasherBuilder.ByPrototype`1[S]">
5111       <method name="Void .ctor()">
5112         <size>7</size>
5113       </method>
5114       <method name="IHasher`1 Examine()">
5115         <size>2</size>
5116       </method>
5117     </type>
5118     <type name="ArrayList`1[U]">
5119       <method name="Void .ctor()">
5120         <size>7</size>
5121       </method>
5122       <method name="IHasher`1 GetHasher()">
5123         <size>6</size>
5124       </method>
5125     </type>
5126     <type name="X">
5127       <method name="Void .ctor()">
5128         <size>7</size>
5129       </method>
5130       <method name="Void Main()">
5131         <size>1</size>
5132       </method>
5133     </type>
5134   </test>
5135   <test name="gtest-085.cs">
5136     <type name="ArrayList`1[T]">
5137       <method name="Void .ctor()">
5138         <size>7</size>
5139       </method>
5140       <method name="Int32 InsertAll[U](IFoo`1)">
5141         <size>2</size>
5142       </method>
5143       <method name="Int32 InsertAll(IFoo`1)">
5144         <size>2</size>
5145       </method>
5146       <method name="Int32 AddAll(IFoo`1)">
5147         <size>8</size>
5148       </method>
5149     </type>
5150     <type name="X">
5151       <method name="Void .ctor()">
5152         <size>7</size>
5153       </method>
5154       <method name="Int32 Main()">
5155         <size>14</size>
5156       </method>
5157     </type>
5158   </test>
5159   <test name="gtest-086.cs">
5160     <type name="ArrayList`1[T]">
5161       <method name="Void .ctor()">
5162         <size>7</size>
5163       </method>
5164       <method name="Int32 InsertAll[U](IFoo`1)">
5165         <size>2</size>
5166       </method>
5167       <method name="Int32 InsertAll(IFoo`1)">
5168         <size>2</size>
5169       </method>
5170       <method name="Int32 AddAll(IFoo`1)">
5171         <size>8</size>
5172       </method>
5173     </type>
5174     <type name="X">
5175       <method name="Void .ctor()">
5176         <size>7</size>
5177       </method>
5178       <method name="Void Main()">
5179         <size>1</size>
5180       </method>
5181     </type>
5182   </test>
5183   <test name="gtest-087.cs">
5184     <type name="C5.HashedArrayList`1[T]">
5185       <method name="Void .ctor()">
5186         <size>7</size>
5187       </method>
5188       <method name="Void Test()">
5189         <size>12</size>
5190       </method>
5191     </type>
5192     <type name="C5.HashSet`1[T]">
5193       <method name="Void .ctor(IHasher`1)">
5194         <size>7</size>
5195       </method>
5196     </type>
5197     <type name="C5.KeyValuePairHasher`2[K,V]">
5198       <method name="Void .ctor()">
5199         <size>7</size>
5200       </method>
5201     </type>
5202     <type name="X">
5203       <method name="Void .ctor()">
5204         <size>7</size>
5205       </method>
5206       <method name="Void Main()">
5207         <size>1</size>
5208       </method>
5209     </type>
5210   </test>
5211   <test name="gtest-088.cs">
5212     <type name="X">
5213       <method name="Void .ctor()">
5214         <size>7</size>
5215       </method>
5216       <method name="Void Main()">
5217         <size>9</size>
5218       </method>
5219     </type>
5220     <type name="KeyValuePair`2[K,V]">
5221       <method name="Void .ctor(K, V)">
5222         <size>1</size>
5223       </method>
5224       <method name="Void .ctor(K)">
5225         <size>1</size>
5226       </method>
5227     </type>
5228   </test>
5229   <test name="gtest-089.cs">
5230     <type name="Test`1[T]">
5231       <method name="Void .ctor()">
5232         <size>7</size>
5233       </method>
5234       <method name="Void Foo(T, Int32 ByRef)">
5235         <size>4</size>
5236       </method>
5237       <method name="Void Hello(T)">
5238         <size>10</size>
5239       </method>
5240     </type>
5241     <type name="X">
5242       <method name="Void .ctor()">
5243         <size>7</size>
5244       </method>
5245       <method name="Void Main()">
5246         <size>1</size>
5247       </method>
5248     </type>
5249   </test>
5250   <test name="gtest-090.cs">
5251     <type name="Foo`1[T]">
5252       <method name="Void .ctor()">
5253         <size>7</size>
5254       </method>
5255       <method name="T InsertAll[U](U)">
5256         <size>12</size>
5257       </method>
5258     </type>
5259     <type name="Bar`1[T]">
5260       <method name="Void .ctor()">
5261         <size>7</size>
5262       </method>
5263       <method name="T InsertAll[U](U)">
5264         <size>12</size>
5265       </method>
5266     </type>
5267     <type name="X">
5268       <method name="Void .ctor()">
5269         <size>7</size>
5270       </method>
5271       <method name="Void Main()">
5272         <size>1</size>
5273       </method>
5274     </type>
5275   </test>
5276   <test name="gtest-091.cs">
5277     <type name="Foo`1[T]">
5278       <method name="Void .ctor()">
5279         <size>7</size>
5280       </method>
5281       <method name="Foo`1+Node[T] Test[V]()">
5282         <size>7</size>
5283       </method>
5284     </type>
5285     <type name="Foo`1+Node[T]">
5286       <method name="Void .ctor()">
5287         <size>7</size>
5288       </method>
5289     </type>
5290     <type name="X">
5291       <method name="Void .ctor()">
5292         <size>7</size>
5293       </method>
5294       <method name="Void Main()">
5295         <size>1</size>
5296       </method>
5297     </type>
5298   </test>
5299   <test name="gtest-092.cs">
5300     <type name="Element`1[T]">
5301       <method name="Void .ctor(T)">
5302         <size>14</size>
5303       </method>
5304       <method name="Void GetItem(T ByRef)">
5305         <size>13</size>
5306       </method>
5307       <method name="T GetItem(Int32, T ByRef)">
5308         <size>7</size>
5309       </method>
5310       <method name="Void SetItem(T)">
5311         <size>1</size>
5312       </method>
5313     </type>
5314     <type name="Foo`1[T]">
5315       <method name="Void .ctor()">
5316         <size>7</size>
5317       </method>
5318       <method name="Foo`1+Node[T] Test()">
5319         <size>52</size>
5320       </method>
5321     </type>
5322     <type name="Foo`1+Node[T]">
5323       <method name="Void .ctor()">
5324         <size>7</size>
5325       </method>
5326     </type>
5327     <type name="X">
5328       <method name="Void .ctor()">
5329         <size>7</size>
5330       </method>
5331       <method name="Void Main()">
5332         <size>1</size>
5333       </method>
5334     </type>
5335   </test>
5336   <test name="gtest-093.cs">
5337     <type name="Foo`1[T]">
5338       <method name="Void .ctor(T)">
5339         <size>14</size>
5340       </method>
5341       <method name="Void Hello[U]()">
5342         <size>8</size>
5343       </method>
5344       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
5345         <size>8</size>
5346       </method>
5347     </type>
5348     <type name="Foo`1+Node[T]">
5349       <method name="Void .ctor()">
5350         <size>7</size>
5351       </method>
5352     </type>
5353     <type name="X">
5354       <method name="Void .ctor()">
5355         <size>7</size>
5356       </method>
5357       <method name="Void Main()">
5358         <size>1</size>
5359       </method>
5360     </type>
5361   </test>
5362   <test name="gtest-094.cs">
5363     <type name="LinkedList`1[T]">
5364       <method name="Void .ctor()">
5365         <size>7</size>
5366       </method>
5367     </type>
5368     <type name="LinkedList`1+Node[T]">
5369       <method name="Void .ctor()">
5370         <size>7</size>
5371       </method>
5372     </type>
5373     <type name="HashedLinkedList`1[T]">
5374       <method name="Void .ctor()">
5375         <size>7</size>
5376       </method>
5377     </type>
5378     <type name="X">
5379       <method name="Void .ctor()">
5380         <size>7</size>
5381       </method>
5382       <method name="Void Main()">
5383         <size>1</size>
5384       </method>
5385     </type>
5386   </test>
5387   <test name="gtest-095.cs">
5388     <type name="GuardedCollectionValue`1[T]">
5389       <method name="Void .ctor()">
5390         <size>7</size>
5391       </method>
5392       <method name="IDirectedCollectionValue`1 Backwards()">
5393         <size>2</size>
5394       </method>
5395     </type>
5396     <type name="GuardedSequenced`1[T]">
5397       <method name="Void .ctor()">
5398         <size>7</size>
5399       </method>
5400       <method name="IDirectedCollectionValue`1 Test()">
5401         <size>12</size>
5402       </method>
5403     </type>
5404     <type name="X">
5405       <method name="Void .ctor()">
5406         <size>7</size>
5407       </method>
5408       <method name="Void Main()">
5409         <size>1</size>
5410       </method>
5411     </type>
5412     <type name="GuardedCollectionValue`1[T]">
5413       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
5414         <size>2</size>
5415       </method>
5416     </type>
5417   </test>
5418   <test name="gtest-096.cs">
5419     <type name="Foo`1[T]">
5420       <method name="Void .ctor()">
5421         <size>7</size>
5422       </method>
5423     </type>
5424     <type name="Test">
5425       <method name="Void .ctor()">
5426         <size>7</size>
5427       </method>
5428       <method name="Void Hello[T](Foo`1[T][], Int32)">
5429         <size>27</size>
5430       </method>
5431       <method name="Void Quicksort[U](Foo`1[U][])">
5432         <size>8</size>
5433       </method>
5434       <method name="Void Main()">
5435         <size>22</size>
5436       </method>
5437     </type>
5438   </test>
5439   <test name="gtest-097.cs">
5440     <type name="Foo">
5441       <method name="Void .ctor()">
5442         <size>7</size>
5443       </method>
5444       <method name="Void IFoo.Test[Y,Z]()">
5445         <size>1</size>
5446       </method>
5447       <method name="Void IFoo.Test[X]()">
5448         <size>1</size>
5449       </method>
5450     </type>
5451     <type name="Bar`3[X,Y,Z]">
5452       <method name="Void .ctor()">
5453         <size>7</size>
5454       </method>
5455     </type>
5456     <type name="X">
5457       <method name="Void .ctor()">
5458         <size>7</size>
5459       </method>
5460       <method name="Void Main()">
5461         <size>1</size>
5462       </method>
5463     </type>
5464     <type name="Bar`3[X,Y,Z]">
5465       <method name="Void IBar&lt;X&gt;.Test()">
5466         <size>1</size>
5467       </method>
5468       <method name="Void IBar&lt;Y,Z&gt;.Test()">
5469         <size>1</size>
5470       </method>
5471     </type>
5472   </test>
5473   <test name="gtest-098.cs">
5474     <type name="Foo">
5475       <method name="Void .ctor()">
5476         <size>7</size>
5477       </method>
5478       <method name="Void IFoo.Test[Y,Z]()">
5479         <size>1</size>
5480       </method>
5481       <method name="Void IFoo.Test[X]()">
5482         <size>1</size>
5483       </method>
5484     </type>
5485     <type name="Bar`3[X,Y,Z]">
5486       <method name="Void .ctor()">
5487         <size>7</size>
5488       </method>
5489     </type>
5490     <type name="X">
5491       <method name="Void .ctor()">
5492         <size>7</size>
5493       </method>
5494       <method name="Void Main()">
5495         <size>1</size>
5496       </method>
5497     </type>
5498     <type name="Bar`3[X,Y,Z]">
5499       <method name="Void IBar&lt;X&gt;.Test()">
5500         <size>1</size>
5501       </method>
5502       <method name="Void IBar&lt;Y,Z&gt;.Test()">
5503         <size>1</size>
5504       </method>
5505     </type>
5506   </test>
5507   <test name="gtest-100.cs">
5508     <type name="C5.ArrayBase`1[T]">
5509       <method name="Void .ctor()">
5510         <size>7</size>
5511       </method>
5512     </type>
5513     <type name="C5.ArrayList`1[V]">
5514       <method name="Void .ctor()">
5515         <size>7</size>
5516       </method>
5517     </type>
5518     <type name="X">
5519       <method name="Void .ctor()">
5520         <size>7</size>
5521       </method>
5522       <method name="Void Main()">
5523         <size>7</size>
5524       </method>
5525     </type>
5526     <type name="C5.ArrayBase`1[T]">
5527       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
5528         <size>1</size>
5529       </method>
5530     </type>
5531   </test>
5532   <test name="gtest-101.cs">
5533     <type name="Test">
5534       <method name="Void .ctor()">
5535         <size>7</size>
5536       </method>
5537       <method name="Void Main()">
5538         <size>9</size>
5539       </method>
5540     </type>
5541     <type name="SimpleStruct`1[T]">
5542       <method name="Void .ctor(T)">
5543         <size>8</size>
5544       </method>
5545     </type>
5546   </test>
5547   <test name="gtest-102.cs">
5548     <type name="A`1[T]">
5549       <method name="Void .ctor()">
5550         <size>7</size>
5551       </method>
5552     </type>
5553     <type name="B`2[U,V]">
5554       <method name="Void .ctor()">
5555         <size>7</size>
5556       </method>
5557     </type>
5558     <type name="Driver">
5559       <method name="Void .ctor()">
5560         <size>7</size>
5561       </method>
5562       <method name="Void Main()">
5563         <size>1</size>
5564       </method>
5565     </type>
5566   </test>
5567   <test name="gtest-103.cs">
5568     <type name="Foo">
5569       <method name="Void .ctor()">
5570         <size>7</size>
5571       </method>
5572     </type>
5573     <type name="Hello">
5574       <method name="Void .ctor()">
5575         <size>7</size>
5576       </method>
5577       <method name="Void World[U](U, IFoo`1)">
5578         <size>1</size>
5579       </method>
5580       <method name="Void World[V](IFoo`1)">
5581         <size>1</size>
5582       </method>
5583       <method name="Void Test(Foo)">
5584         <size>20</size>
5585       </method>
5586     </type>
5587     <type name="X">
5588       <method name="Void .ctor()">
5589         <size>7</size>
5590       </method>
5591       <method name="Void Main()">
5592         <size>1</size>
5593       </method>
5594     </type>
5595   </test>
5596   <test name="gtest-104.cs">
5597     <type name="MainClass">
5598       <method name="Void .ctor()">
5599         <size>7</size>
5600       </method>
5601       <method name="Void Main()">
5602         <size>20</size>
5603       </method>
5604     </type>
5605     <type name="MainClass+Gen`1[T]">
5606       <method name="Void .ctor()">
5607         <size>7</size>
5608       </method>
5609       <method name="Void Test()">
5610         <size>1</size>
5611       </method>
5612     </type>
5613     <type name="MainClass+Der">
5614       <method name="Void .ctor()">
5615         <size>7</size>
5616       </method>
5617     </type>
5618   </test>
5619   <test name="gtest-105.cs">
5620     <type name="A.KeyValuePairComparer`2[K,V]">
5621       <method name="Void .ctor()">
5622         <size>7</size>
5623       </method>
5624       <method name="Int32 Compare(KeyValuePair`2)">
5625         <size>2</size>
5626       </method>
5627     </type>
5628     <type name="A.TreeBag`1[T]">
5629       <method name="Void .ctor(IComparer`1)">
5630         <size>14</size>
5631       </method>
5632       <method name="Int32 Find(T ByRef)">
5633         <size>18</size>
5634       </method>
5635     </type>
5636     <type name="A.X">
5637       <method name="Void .ctor()">
5638         <size>7</size>
5639       </method>
5640       <method name="Void Test()">
5641         <size>33</size>
5642       </method>
5643     </type>
5644     <type name="B.KeyValuePair`2[X,Y]">
5645       <method name="Void .ctor(X, Y)">
5646         <size>7</size>
5647       </method>
5648     </type>
5649     <type name="B.KeyValuePairComparer`2[K,V]">
5650       <method name="Void .ctor()">
5651         <size>7</size>
5652       </method>
5653       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
5654         <size>2</size>
5655       </method>
5656     </type>
5657     <type name="B.TreeBag`1[T]">
5658       <method name="Void .ctor(IComparer`1)">
5659         <size>14</size>
5660       </method>
5661       <method name="Int32 Find(T ByRef)">
5662         <size>18</size>
5663       </method>
5664     </type>
5665     <type name="B.X">
5666       <method name="Void .ctor()">
5667         <size>7</size>
5668       </method>
5669       <method name="Void Test()">
5670         <size>32</size>
5671       </method>
5672     </type>
5673     <type name="X">
5674       <method name="Void .ctor()">
5675         <size>7</size>
5676       </method>
5677       <method name="Void Main()">
5678         <size>11</size>
5679       </method>
5680     </type>
5681     <type name="A.KeyValuePair`2[X,Y]">
5682       <method name="Void .ctor(X, Y)">
5683         <size>1</size>
5684       </method>
5685     </type>
5686   </test>
5687   <test name="gtest-106.cs">
5688     <type name="KeyValuePairComparer`2[K,V]">
5689       <method name="Void .ctor()">
5690         <size>7</size>
5691       </method>
5692       <method name="Int32 Compare(KeyValuePair`2)">
5693         <size>2</size>
5694       </method>
5695     </type>
5696     <type name="TreeBag`1[T]">
5697       <method name="Void .ctor(IComparer`1, T)">
5698         <size>21</size>
5699       </method>
5700       <method name="Int32 Find()">
5701         <size>18</size>
5702       </method>
5703     </type>
5704     <type name="X">
5705       <method name="Void .ctor()">
5706         <size>7</size>
5707       </method>
5708       <method name="Void Main()">
5709         <size>32</size>
5710       </method>
5711     </type>
5712     <type name="KeyValuePair`2[X,Y]">
5713       <method name="Void .ctor(X, Y)">
5714         <size>1</size>
5715       </method>
5716     </type>
5717   </test>
5718   <test name="gtest-107.cs">
5719     <type name="Tree`1[T]">
5720       <method name="Void .ctor(T)">
5721         <size>14</size>
5722       </method>
5723       <method name="Void Map[V](Mapper`2[T,V])">
5724         <size>14</size>
5725       </method>
5726     </type>
5727     <type name="X">
5728       <method name="Void .ctor()">
5729         <size>7</size>
5730       </method>
5731       <method name="System.String themap(Int32)">
5732         <size>17</size>
5733       </method>
5734       <method name="Void Test()">
5735         <size>26</size>
5736       </method>
5737       <method name="Void Main()">
5738         <size>13</size>
5739       </method>
5740     </type>
5741     <type name="Mapper`2[T,V]">
5742       <method name="Void .ctor(Object, IntPtr)">
5743         <size>0</size>
5744       </method>
5745       <method name="V Invoke(T)">
5746         <size>0</size>
5747       </method>
5748       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
5749         <size>0</size>
5750       </method>
5751       <method name="V EndInvoke(IAsyncResult)">
5752         <size>0</size>
5753       </method>
5754     </type>
5755   </test>
5756   <test name="gtest-108.cs">
5757     <type name="Test`1[T]">
5758       <method name="Void .ctor(T)">
5759         <size>14</size>
5760       </method>
5761       <method name="IEnumerator`1 GetEnumerator()">
5762         <size>15</size>
5763       </method>
5764     </type>
5765     <type name="X">
5766       <method name="Void .ctor()">
5767         <size>7</size>
5768       </method>
5769       <method name="Void Main()">
5770         <size>56</size>
5771       </method>
5772     </type>
5773     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5774       <method name="Void .ctor()">
5775         <size>7</size>
5776       </method>
5777       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5778         <size>12</size>
5779       </method>
5780       <method name="Boolean MoveNext()">
5781         <size>73</size>
5782       </method>
5783       <method name="Void Dispose()">
5784         <size>8</size>
5785       </method>
5786       <method name="Void Reset()">
5787         <size>6</size>
5788       </method>
5789       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5790         <size>7</size>
5791       </method>
5792     </type>
5793   </test>
5794   <test name="gtest-109.cs">
5795     <type name="X">
5796       <method name="Void .ctor()">
5797         <size>7</size>
5798       </method>
5799       <method name="Void Main()">
5800         <size>12</size>
5801       </method>
5802     </type>
5803   </test>
5804   <test name="gtest-110.cs">
5805     <type name="List`1[T]">
5806       <method name="Void .ctor()">
5807         <size>7</size>
5808       </method>
5809       <method name="Int32 Map[U](U)">
5810         <size>2</size>
5811       </method>
5812     </type>
5813     <type name="SpecialList`1[V]">
5814       <method name="Void .ctor()">
5815         <size>7</size>
5816       </method>
5817       <method name="Int32 Map[W](W)">
5818         <size>2</size>
5819       </method>
5820     </type>
5821     <type name="X">
5822       <method name="Void .ctor()">
5823         <size>7</size>
5824       </method>
5825       <method name="Int32 Main()">
5826         <size>56</size>
5827       </method>
5828     </type>
5829   </test>
5830   <test name="gtest-111.cs">
5831     <type name="Collection`1[T]">
5832       <method name="Void .ctor(T)">
5833         <size>14</size>
5834       </method>
5835       <method name="Void Find(T ByRef)">
5836         <size>13</size>
5837       </method>
5838     </type>
5839     <type name="X">
5840       <method name="Void .ctor()">
5841         <size>7</size>
5842       </method>
5843       <method name="Int32 Main()">
5844         <size>68</size>
5845       </method>
5846     </type>
5847     <type name="KeyValuePair`2[K,V]">
5848       <method name="Void .ctor(K, V)">
5849         <size>15</size>
5850       </method>
5851       <method name="Void .ctor(K)">
5852         <size>23</size>
5853       </method>
5854     </type>
5855   </test>
5856   <test name="gtest-112.cs">
5857     <type name="IC">
5858       <method name="Void .ctor()">
5859         <size>7</size>
5860       </method>
5861       <method name="Void Compare(Foo`1)">
5862         <size>1</size>
5863       </method>
5864     </type>
5865     <type name="List`1[T]">
5866       <method name="Void .ctor()">
5867         <size>7</size>
5868       </method>
5869       <method name="Void Sort(IComparer`1, T)">
5870         <size>8</size>
5871       </method>
5872     </type>
5873     <type name="Sorting">
5874       <method name="Void .ctor()">
5875         <size>7</size>
5876       </method>
5877       <method name="Void IntroSort[T](IComparer`1, T)">
5878         <size>15</size>
5879       </method>
5880     </type>
5881     <type name="Sorting+Sorter`1[T]">
5882       <method name="Void .ctor(IComparer`1, Int32, T)">
5883         <size>26</size>
5884       </method>
5885       <method name="Void InsertionSort(Int32)">
5886         <size>26</size>
5887       </method>
5888     </type>
5889     <type name="X">
5890       <method name="Void .ctor()">
5891         <size>7</size>
5892       </method>
5893       <method name="Void Main()">
5894         <size>27</size>
5895       </method>
5896     </type>
5897     <type name="Foo`1[K]">
5898       <method name="Void .ctor(K)">
5899         <size>8</size>
5900       </method>
5901     </type>
5902   </test>
5903   <test name="gtest-113.cs">
5904     <type name="List`1[T]">
5905       <method name="Void .ctor()">
5906         <size>7</size>
5907       </method>
5908       <method name="Void Map[V](Mapper`2[T,V])">
5909         <size>1</size>
5910       </method>
5911     </type>
5912     <type name="X">
5913       <method name="Void .ctor()">
5914         <size>7</size>
5915       </method>
5916       <method name="Void Main()">
5917         <size>42</size>
5918       </method>
5919     </type>
5920     <type name="Mapper`2[T,V]">
5921       <method name="Void .ctor(Object, IntPtr)">
5922         <size>0</size>
5923       </method>
5924       <method name="V Invoke(T)">
5925         <size>0</size>
5926       </method>
5927       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
5928         <size>0</size>
5929       </method>
5930       <method name="V EndInvoke(IAsyncResult)">
5931         <size>0</size>
5932       </method>
5933     </type>
5934     <type name="X">
5935       <method name="Double &lt;Main&gt;m__0(Int32)">
5936         <size>13</size>
5937       </method>
5938     </type>
5939   </test>
5940   <test name="gtest-114.cs">
5941     <type name="NaturalComparer`1[T]">
5942       <method name="Void .ctor()">
5943         <size>7</size>
5944       </method>
5945       <method name="Int32 Compare(T, T)">
5946         <size>15</size>
5947       </method>
5948     </type>
5949     <type name="X">
5950       <method name="Void .ctor()">
5951         <size>7</size>
5952       </method>
5953       <method name="Void Main()">
5954         <size>28</size>
5955       </method>
5956     </type>
5957     <type name="X+Test">
5958       <method name="Void .ctor()">
5959         <size>7</size>
5960       </method>
5961       <method name="Int32 CompareTo(X+Test)">
5962         <size>2</size>
5963       </method>
5964       <method name="Boolean Equals(X+Test)">
5965         <size>2</size>
5966       </method>
5967     </type>
5968   </test>
5969   <test name="gtest-115.cs">
5970     <type name="LinkedList`1[T]">
5971       <method name="Void .ctor()">
5972         <size>30</size>
5973       </method>
5974       <method name="Void .ctor(T[])">
5975         <size>44</size>
5976       </method>
5977       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
5978         <size>69</size>
5979       </method>
5980       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5981         <size>7</size>
5982       </method>
5983       <method name="Int32 get_Count()">
5984         <size>7</size>
5985       </method>
5986       <method name="T get_Item(Int32)">
5987         <size>13</size>
5988       </method>
5989       <method name="Void set_Item(Int32, T)">
5990         <size>14</size>
5991       </method>
5992       <method name="LinkedList`1+Node[T] get(Int32)">
5993         <size>114</size>
5994       </method>
5995       <method name="Void Add(T)">
5996         <size>14</size>
5997       </method>
5998       <method name="Void Insert(Int32, T)">
5999         <size>255</size>
6000       </method>
6001       <method name="Void RemoveAt(Int32)">
6002         <size>113</size>
6003       </method>
6004       <method name="Boolean Equals(System.Object)">
6005         <size>148</size>
6006       </method>
6007       <method name="Int32 GetHashCode()">
6008         <size>68</size>
6009       </method>
6010       <method name="IEnumerator`1 GetEnumerator()">
6011         <size>7</size>
6012       </method>
6013       <method name="LinkedList`1[T] op_Explicit(T[])">
6014         <size>7</size>
6015       </method>
6016       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
6017         <size>120</size>
6018       </method>
6019     </type>
6020     <type name="LinkedList`1+Node[T]">
6021       <method name="Void .ctor(T)">
6022         <size>14</size>
6023       </method>
6024       <method name="Void .ctor(T, Node, Node)">
6025         <size>28</size>
6026       </method>
6027     </type>
6028     <type name="LinkedList`1+LinkedListEnumerator[T]">
6029       <method name="Void .ctor(LinkedList`1)">
6030         <size>26</size>
6031       </method>
6032       <method name="T get_Current()">
6033         <size>24</size>
6034       </method>
6035       <method name="Boolean MoveNext()">
6036         <size>71</size>
6037       </method>
6038       <method name="Void Reset()">
6039         <size>6</size>
6040       </method>
6041       <method name="Void Dispose()">
6042         <size>30</size>
6043       </method>
6044     </type>
6045     <type name="SortedList`1[T]">
6046       <method name="Void .ctor()">
6047         <size>7</size>
6048       </method>
6049       <method name="Void Insert(T)">
6050         <size>137</size>
6051       </method>
6052     </type>
6053     <type name="PrintableLinkedList`1[T]">
6054       <method name="Void .ctor()">
6055         <size>7</size>
6056       </method>
6057       <method name="Void Print(System.IO.TextWriter)">
6058         <size>89</size>
6059       </method>
6060     </type>
6061     <type name="MyString">
6062       <method name="Void .ctor(String)">
6063         <size>14</size>
6064       </method>
6065       <method name="Int32 CompareTo(MyString)">
6066         <size>18</size>
6067       </method>
6068       <method name="Boolean Equals(MyString)">
6069         <size>18</size>
6070       </method>
6071       <method name="System.String get_Value()">
6072         <size>7</size>
6073       </method>
6074     </type>
6075     <type name="MyTest">
6076       <method name="Void .ctor()">
6077         <size>7</size>
6078       </method>
6079       <method name="Void Main(System.String[])">
6080         <size>467</size>
6081       </method>
6082     </type>
6083     <type name="Mapper`2[A,R]">
6084       <method name="Void .ctor(Object, IntPtr)">
6085         <size>0</size>
6086       </method>
6087       <method name="R Invoke(A)">
6088         <size>0</size>
6089       </method>
6090       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
6091         <size>0</size>
6092       </method>
6093       <method name="R EndInvoke(IAsyncResult)">
6094         <size>0</size>
6095       </method>
6096     </type>
6097     <type name="LinkedList`1+LinkedListEnumerator[T]">
6098       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6099         <size>12</size>
6100       </method>
6101     </type>
6102     <type name="MyTest">
6103       <method name="System.String &lt;Main&gt;m__0(Double)">
6104         <size>17</size>
6105       </method>
6106     </type>
6107     <type name="&lt;PrivateImplementationDetails&gt;">
6108       <method name="Void .ctor()">
6109         <size>7</size>
6110       </method>
6111     </type>
6112   </test>
6113   <test name="gtest-116.cs">
6114     <type name="Slow.Test">
6115       <method name="Void .ctor()">
6116         <size>7</size>
6117       </method>
6118       <method name="Void DoNothing[T]()">
6119         <size>8</size>
6120       </method>
6121     </type>
6122     <type name="Slow.Program">
6123       <method name="Void .ctor()">
6124         <size>7</size>
6125       </method>
6126       <method name="Void Main(System.String[])">
6127         <size>197</size>
6128       </method>
6129     </type>
6130   </test>
6131   <test name="gtest-117.cs">
6132     <type name="Foo`1[T]">
6133       <method name="Void .ctor()">
6134         <size>7</size>
6135       </method>
6136       <method name="Boolean Test(T)">
6137         <size>15</size>
6138       </method>
6139       <method name="Boolean Test()">
6140         <size>25</size>
6141       </method>
6142       <method name="Boolean TestB()">
6143         <size>25</size>
6144       </method>
6145     </type>
6146     <type name="Y`1[T]">
6147       <method name="Void .ctor()">
6148         <size>7</size>
6149       </method>
6150       <method name="Boolean Foo()">
6151         <size>12</size>
6152       </method>
6153     </type>
6154     <type name="X">
6155       <method name="Void .ctor()">
6156         <size>7</size>
6157       </method>
6158       <method name="Boolean TestB[T](T)">
6159         <size>15</size>
6160       </method>
6161       <method name="Boolean TestA(System.Object)">
6162         <size>10</size>
6163       </method>
6164       <method name="Int32 TestC()">
6165         <size>32</size>
6166       </method>
6167       <method name="Int32 Main()">
6168         <size>107</size>
6169       </method>
6170     </type>
6171   </test>
6172   <test name="gtest-118.cs">
6173     <type name="Polynomial`1[E]">
6174       <method name="Void .ctor()">
6175         <size>19</size>
6176       </method>
6177       <method name="Void .ctor(E[])">
6178         <size>14</size>
6179       </method>
6180       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
6181         <size>301</size>
6182       </method>
6183       <method name="Polynomial`1[E] Add(E)">
6184         <size>26</size>
6185       </method>
6186       <method name="Polynomial`1[E] Mul(E)">
6187         <size>78</size>
6188       </method>
6189       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
6190         <size>221</size>
6191       </method>
6192       <method name="E Eval(E)">
6193         <size>106</size>
6194       </method>
6195     </type>
6196     <type name="TestPolynomial">
6197       <method name="Void .ctor()">
6198         <size>7</size>
6199       </method>
6200       <method name="Void Main(System.String[])">
6201         <size>148</size>
6202       </method>
6203     </type>
6204     <type name="Int">
6205       <method name="Void .ctor(Int32)">
6206         <size>8</size>
6207       </method>
6208       <method name="Int Add(Int)">
6209         <size>20</size>
6210       </method>
6211       <method name="Int Mul(Int)">
6212         <size>20</size>
6213       </method>
6214       <method name="System.String ToString()">
6215         <size>15</size>
6216       </method>
6217     </type>
6218   </test>
6219   <test name="gtest-119.cs">
6220     <type name="Tests">
6221       <method name="Void .ctor()">
6222         <size>7</size>
6223       </method>
6224       <method name="Void Main()">
6225         <size>61</size>
6226       </method>
6227     </type>
6228   </test>
6229   <test name="gtest-120.cs">
6230     <type name="SequencedHasher`2[S,W]">
6231       <method name="Void .ctor()">
6232         <size>7</size>
6233       </method>
6234       <method name="Boolean Equals(S, S)">
6235         <size>45</size>
6236       </method>
6237     </type>
6238     <type name="Sequenced`1[T]">
6239       <method name="Void .ctor()">
6240         <size>7</size>
6241       </method>
6242       <method name="Boolean Equals(ISequenced`1)">
6243         <size>2</size>
6244       </method>
6245     </type>
6246     <type name="X">
6247       <method name="Void .ctor()">
6248         <size>7</size>
6249       </method>
6250       <method name="Void Main()">
6251         <size>22</size>
6252       </method>
6253     </type>
6254   </test>
6255   <test name="gtest-121.cs">
6256     <type name="B`1[T]">
6257       <method name="Void .ctor()">
6258         <size>7</size>
6259       </method>
6260       <method name="Int32 Add(T)">
6261         <size>2</size>
6262       </method>
6263       <method name="Void AddRange(System.Object)">
6264         <size>16</size>
6265       </method>
6266     </type>
6267     <type name="A">
6268       <method name="Void .ctor()">
6269         <size>7</size>
6270       </method>
6271     </type>
6272     <type name="Test">
6273       <method name="Void .ctor()">
6274         <size>7</size>
6275       </method>
6276       <method name="Void Main()">
6277         <size>18</size>
6278       </method>
6279     </type>
6280   </test>
6281   <test name="gtest-122.cs">
6282     <type name="Test">
6283       <method name="Void .ctor()">
6284         <size>7</size>
6285       </method>
6286       <method name="Void Main(System.String[])">
6287         <size>26</size>
6288       </method>
6289       <method name="Void D(Int32)">
6290         <size>22</size>
6291       </method>
6292     </type>
6293     <type name="A`1[T]">
6294       <method name="Void .ctor(B, T)">
6295         <size>21</size>
6296       </method>
6297       <method name="Void Run()">
6298         <size>18</size>
6299       </method>
6300     </type>
6301     <type name="A`1+B[T]">
6302       <method name="Void .ctor(Object, IntPtr)">
6303         <size>0</size>
6304       </method>
6305       <method name="Void Invoke(T)">
6306         <size>0</size>
6307       </method>
6308       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
6309         <size>0</size>
6310       </method>
6311       <method name="Void EndInvoke(IAsyncResult)">
6312         <size>0</size>
6313       </method>
6314     </type>
6315   </test>
6316   <test name="gtest-123.cs">
6317     <type name="A`1[T]">
6318       <method name="Void .ctor()">
6319         <size>7</size>
6320       </method>
6321     </type>
6322     <type name="X">
6323       <method name="Void .ctor()">
6324         <size>7</size>
6325       </method>
6326       <method name="Void Main()">
6327         <size>1</size>
6328       </method>
6329     </type>
6330     <type name="A`1+Foo[T]">
6331       <method name="Void .ctor(Object, IntPtr)">
6332         <size>0</size>
6333       </method>
6334       <method name="Void Invoke()">
6335         <size>0</size>
6336       </method>
6337       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6338         <size>0</size>
6339       </method>
6340       <method name="Void EndInvoke(IAsyncResult)">
6341         <size>0</size>
6342       </method>
6343     </type>
6344     <type name="A`1+Bar`1[T,U]">
6345       <method name="Void .ctor(Object, IntPtr)">
6346         <size>0</size>
6347       </method>
6348       <method name="Void Invoke()">
6349         <size>0</size>
6350       </method>
6351       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6352         <size>0</size>
6353       </method>
6354       <method name="Void EndInvoke(IAsyncResult)">
6355         <size>0</size>
6356       </method>
6357     </type>
6358   </test>
6359   <test name="gtest-124.cs">
6360     <type name="FooCollection`1[T]">
6361       <method name="Void .ctor()">
6362         <size>7</size>
6363       </method>
6364     </type>
6365     <type name="X">
6366       <method name="Void .ctor()">
6367         <size>7</size>
6368       </method>
6369       <method name="Void Main()">
6370         <size>21</size>
6371       </method>
6372     </type>
6373     <type name="FooCollection`1[T]">
6374       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
6375         <size>10</size>
6376       </method>
6377       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
6378         <size>1</size>
6379       </method>
6380     </type>
6381   </test>
6382   <test name="gtest-125.cs">
6383     <type name="B`1[T]">
6384       <method name="Void .ctor()">
6385         <size>7</size>
6386       </method>
6387     </type>
6388     <type name="MainClass">
6389       <method name="Void .ctor()">
6390         <size>7</size>
6391       </method>
6392       <method name="Void Main()">
6393         <size>1</size>
6394       </method>
6395     </type>
6396   </test>
6397   <test name="gtest-126.cs">
6398     <type name="B">
6399       <method name="Void .ctor()">
6400         <size>7</size>
6401       </method>
6402       <method name="Boolean foo()">
6403         <size>2</size>
6404       </method>
6405     </type>
6406     <type name="MyFilter">
6407       <method name="Void .ctor()">
6408         <size>7</size>
6409       </method>
6410       <method name="K Is(IB)">
6411         <size>10</size>
6412       </method>
6413     </type>
6414     <type name="MyBFilter">
6415       <method name="Void .ctor()">
6416         <size>7</size>
6417       </method>
6418       <method name="B Is(IB)">
6419         <size>6</size>
6420       </method>
6421     </type>
6422     <type name="M">
6423       <method name="Void .ctor()">
6424         <size>7</size>
6425       </method>
6426       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
6427         <size>38</size>
6428       </method>
6429       <method name="Void Main()">
6430         <size>45</size>
6431       </method>
6432     </type>
6433     <type name="K">
6434       <method name="Boolean foo()">
6435         <size>2</size>
6436       </method>
6437     </type>
6438   </test>
6439   <test name="gtest-127.cs">
6440     <type name="A`1[T]">
6441       <method name="Void .ctor()">
6442         <size>7</size>
6443       </method>
6444       <method name="Void add__changed(A`1+Changed[T])">
6445         <size>24</size>
6446       </method>
6447       <method name="Void remove__changed(A`1+Changed[T])">
6448         <size>24</size>
6449       </method>
6450       <method name="Void Register(A`1+Changed[T])">
6451         <size>20</size>
6452       </method>
6453     </type>
6454     <type name="Test">
6455       <method name="Void .ctor()">
6456         <size>7</size>
6457       </method>
6458       <method name="Void Main()">
6459         <size>25</size>
6460       </method>
6461       <method name="Void Del(A`1[System.Int32])">
6462         <size>11</size>
6463       </method>
6464     </type>
6465     <type name="A`1+Changed[T]">
6466       <method name="Void .ctor(Object, IntPtr)">
6467         <size>0</size>
6468       </method>
6469       <method name="Void Invoke(A`1[T])">
6470         <size>0</size>
6471       </method>
6472       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
6473         <size>0</size>
6474       </method>
6475       <method name="Void EndInvoke(IAsyncResult)">
6476         <size>0</size>
6477       </method>
6478     </type>
6479   </test>
6480   <test name="gtest-128.cs">
6481     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
6482       <method name="Void .ctor()">
6483         <size>7</size>
6484       </method>
6485       <method name="Void Add(T)">
6486         <size>11</size>
6487       </method>
6488     </type>
6489     <type name="FLMID.Bugs.ParametersOne.Test">
6490       <method name="Void .ctor()">
6491         <size>7</size>
6492       </method>
6493       <method name="Void Main(System.String[])">
6494         <size>119</size>
6495       </method>
6496     </type>
6497   </test>
6498   <test name="gtest-129.cs">
6499     <type name="B.Test`1[T]">
6500       <method name="Void .ctor()">
6501         <size>7</size>
6502       </method>
6503     </type>
6504     <type name="X">
6505       <method name="Void .ctor()">
6506         <size>7</size>
6507       </method>
6508       <method name="Void Main()">
6509         <size>1</size>
6510       </method>
6511     </type>
6512   </test>
6513   <test name="gtest-130.cs">
6514     <type name="MyTest">
6515       <method name="Void .ctor()">
6516         <size>7</size>
6517       </method>
6518       <method name="Void Main(System.String[])">
6519         <size>920</size>
6520       </method>
6521     </type>
6522   </test>
6523   <test name="gtest-131.cs">
6524     <type name="MyTest">
6525       <method name="Void .ctor()">
6526         <size>7</size>
6527       </method>
6528       <method name="Void Main(System.String[])">
6529         <size>1332</size>
6530       </method>
6531     </type>
6532   </test>
6533   <test name="gtest-132.cs">
6534     <type name="MyTest">
6535       <method name="Void .ctor()">
6536         <size>7</size>
6537       </method>
6538       <method name="Nullable`1 Sqrt(Nullable`1)">
6539         <size>55</size>
6540       </method>
6541       <method name="Void Main(System.String[])">
6542         <size>63</size>
6543       </method>
6544     </type>
6545   </test>
6546   <test name="gtest-133.cs">
6547     <type name="MyTest">
6548       <method name="Void .ctor()">
6549         <size>7</size>
6550       </method>
6551       <method name="Void Main(System.String[])">
6552         <size>201</size>
6553       </method>
6554     </type>
6555     <type name="S">
6556       <method name="Int32 get_X()">
6557         <size>7</size>
6558       </method>
6559       <method name="Void set_X(Int32)">
6560         <size>8</size>
6561       </method>
6562       <method name="Void Set(Int32)">
6563         <size>8</size>
6564       </method>
6565     </type>
6566   </test>
6567   <test name="gtest-134.cs">
6568     <type name="MyTest">
6569       <method name="Void .ctor()">
6570         <size>7</size>
6571       </method>
6572       <method name="Void Main(System.String[])">
6573         <size>113</size>
6574       </method>
6575     </type>
6576     <type name="Foo`1[T]">
6577       <method name="Void .ctor(T)">
6578         <size>14</size>
6579       </method>
6580       <method name="System.String Fmt()">
6581         <size>40</size>
6582       </method>
6583     </type>
6584   </test>
6585   <test name="gtest-135.cs">
6586     <type name="X">
6587       <method name="Void .ctor()">
6588         <size>7</size>
6589       </method>
6590       <method name="Void Main()">
6591         <size>116</size>
6592       </method>
6593     </type>
6594   </test>
6595   <test name="gtest-136.cs">
6596     <type name="Martin.X">
6597       <method name="Void .ctor()">
6598         <size>7</size>
6599       </method>
6600       <method name="Void Main()">
6601         <size>148</size>
6602       </method>
6603     </type>
6604     <type name="Martin.A">
6605       <method name="Void .ctor(Int64)">
6606         <size>8</size>
6607       </method>
6608       <method name="B op_Explicit(A)">
6609         <size>14</size>
6610       </method>
6611     </type>
6612     <type name="Martin.B">
6613       <method name="Void .ctor(Int32)">
6614         <size>8</size>
6615       </method>
6616       <method name="A op_Implicit(B)">
6617         <size>14</size>
6618       </method>
6619     </type>
6620   </test>
6621   <test name="gtest-137.cs">
6622     <type name="X">
6623       <method name="Void .ctor()">
6624         <size>7</size>
6625       </method>
6626       <method name="Int32 Main()">
6627         <size>136</size>
6628       </method>
6629     </type>
6630   </test>
6631   <test name="gtest-138.cs">
6632     <type name="X">
6633       <method name="Void .ctor()">
6634         <size>7</size>
6635       </method>
6636       <method name="Void Main()">
6637         <size>61</size>
6638       </method>
6639     </type>
6640   </test>
6641   <test name="gtest-139.cs">
6642     <type name="MyStruct">
6643       <method name="Int32 op_Inequality(Nullable`1, System.String)">
6644         <size>2</size>
6645       </method>
6646       <method name="Int32 op_Equality(Nullable`1, System.String)">
6647         <size>2</size>
6648       </method>
6649       <method name="Int32 op_Inequality(System.String, Nullable`1)">
6650         <size>3</size>
6651       </method>
6652       <method name="Int32 op_Equality(System.String, Nullable`1)">
6653         <size>2</size>
6654       </method>
6655     </type>
6656     <type name="Test">
6657       <method name="Int32 Main()">
6658         <size>60</size>
6659       </method>
6660       <method name="Void .ctor()">
6661         <size>7</size>
6662       </method>
6663     </type>
6664   </test>
6665   <test name="gtest-140.cs">
6666     <type name="X">
6667       <method name="Void .ctor()">
6668         <size>7</size>
6669       </method>
6670       <method name="Void Main()">
6671         <size>132</size>
6672       </method>
6673     </type>
6674   </test>
6675   <test name="gtest-141.cs">
6676     <type name="X">
6677       <method name="Void .ctor()">
6678         <size>7</size>
6679       </method>
6680       <method name="Void Main()">
6681         <size>90</size>
6682       </method>
6683     </type>
6684   </test>
6685   <test name="gtest-142.cs">
6686     <type name="Assert">
6687       <method name="Void .cctor()">
6688         <size>1</size>
6689       </method>
6690       <method name="Void IsNull[T](System.String, Nullable`1)">
6691         <size>24</size>
6692       </method>
6693       <method name="Void IsNotNull[T](System.String, Nullable`1)">
6694         <size>24</size>
6695       </method>
6696       <method name="Int32 get_Errors()">
6697         <size>6</size>
6698       </method>
6699       <method name="Void Error(System.String, System.String)">
6700         <size>25</size>
6701       </method>
6702       <method name="Void IsTrue(System.String, Boolean)">
6703         <size>18</size>
6704       </method>
6705       <method name="Void IsFalse(System.String, Boolean)">
6706         <size>18</size>
6707       </method>
6708       <method name="Void IsTrue(System.String, Nullable`1)">
6709         <size>36</size>
6710       </method>
6711       <method name="Void IsFalse(System.String, Nullable`1)">
6712         <size>36</size>
6713       </method>
6714     </type>
6715     <type name="X">
6716       <method name="Void .ctor()">
6717         <size>7</size>
6718       </method>
6719       <method name="Int32 Main()">
6720         <size>2199</size>
6721       </method>
6722     </type>
6723   </test>
6724   <test name="gtest-143.cs">
6725     <type name="X">
6726       <method name="Void .ctor()">
6727         <size>7</size>
6728       </method>
6729       <method name="Int32 Test()">
6730         <size>497</size>
6731       </method>
6732       <method name="Int32 Main()">
6733         <size>30</size>
6734       </method>
6735     </type>
6736   </test>
6737   <test name="gtest-144.cs">
6738     <type name="Test.Application">
6739       <method name="Void .ctor()">
6740         <size>7</size>
6741       </method>
6742       <method name="Void Main()">
6743         <size>11</size>
6744       </method>
6745     </type>
6746   </test>
6747   <test name="gtest-145.cs">
6748     <type name="Test`1[T]">
6749       <method name="Void .ctor(T[,])">
6750         <size>14</size>
6751       </method>
6752     </type>
6753     <type name="Program">
6754       <method name="Void .ctor()">
6755         <size>7</size>
6756       </method>
6757       <method name="Void Main(System.String[])">
6758         <size>14</size>
6759       </method>
6760     </type>
6761   </test>
6762   <test name="gtest-146.cs">
6763     <type name="MyLinkedList`1[T]">
6764       <method name="Void .ctor()">
6765         <size>7</size>
6766       </method>
6767     </type>
6768     <type name="MyLinkedList`1+Node[T]">
6769       <method name="Void .ctor(T)">
6770         <size>14</size>
6771       </method>
6772     </type>
6773     <type name="SortedList`1[U]">
6774       <method name="Void .ctor()">
6775         <size>7</size>
6776       </method>
6777       <method name="Void Insert(U)">
6778         <size>8</size>
6779       </method>
6780     </type>
6781     <type name="X">
6782       <method name="Void .ctor()">
6783         <size>7</size>
6784       </method>
6785       <method name="Void Main()">
6786         <size>1</size>
6787       </method>
6788     </type>
6789   </test>
6790   <test name="gtest-147.cs">
6791     <type name="B.Test`1[T]">
6792       <method name="Void .ctor()">
6793         <size>7</size>
6794       </method>
6795       <method name="Void A.IFoo.Hello(IFoo)">
6796         <size>1</size>
6797       </method>
6798     </type>
6799     <type name="Y">
6800       <method name="Void .ctor()">
6801         <size>7</size>
6802       </method>
6803     </type>
6804     <type name="X">
6805       <method name="Void .ctor()">
6806         <size>7</size>
6807       </method>
6808       <method name="Void Main()">
6809         <size>1</size>
6810       </method>
6811     </type>
6812   </test>
6813   <test name="gtest-148.cs">
6814     <type name="Test1">
6815       <method name="Void Foo[S,OP](UInt32)">
6816         <size>1</size>
6817       </method>
6818     </type>
6819     <type name="Test1+IOp`1[T]">
6820       <method name="Void .ctor()">
6821         <size>7</size>
6822       </method>
6823     </type>
6824     <type name="Test2">
6825       <method name="Void Foo[T,OP](UInt32)">
6826         <size>1</size>
6827       </method>
6828     </type>
6829     <type name="Test2+IOp`1[T]">
6830       <method name="Void .ctor()">
6831         <size>7</size>
6832       </method>
6833     </type>
6834     <type name="X">
6835       <method name="Void .ctor()">
6836         <size>7</size>
6837       </method>
6838       <method name="Void Main()">
6839         <size>1</size>
6840       </method>
6841     </type>
6842   </test>
6843   <test name="gtest-149.cs">
6844     <type name="Test1">
6845       <method name="Void Foo[S,OP](UInt32)">
6846         <size>1</size>
6847       </method>
6848     </type>
6849     <type name="Test1+IOp`1[T]">
6850       <method name="Void .ctor()">
6851         <size>7</size>
6852       </method>
6853     </type>
6854     <type name="Test2">
6855       <method name="Void Foo[T,OP](UInt32)">
6856         <size>1</size>
6857       </method>
6858     </type>
6859     <type name="Test2+IOp`1[T]">
6860       <method name="Void .ctor()">
6861         <size>7</size>
6862       </method>
6863     </type>
6864     <type name="X">
6865       <method name="Void .ctor()">
6866         <size>7</size>
6867       </method>
6868       <method name="Void Main()">
6869         <size>1</size>
6870       </method>
6871     </type>
6872   </test>
6873   <test name="gtest-150.cs">
6874     <type name="Test1">
6875       <method name="Void Foo[T,OP](UInt32)">
6876         <size>35</size>
6877       </method>
6878       <method name="Void Main()">
6879         <size>15</size>
6880       </method>
6881     </type>
6882     <type name="Test1+Op">
6883       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
6884         <size>5</size>
6885       </method>
6886       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
6887         <size>4</size>
6888       </method>
6889     </type>
6890   </test>
6891   <test name="gtest-151.cs">
6892     <type name="Test`1[T]">
6893       <method name="Void .ctor()">
6894         <size>15</size>
6895       </method>
6896     </type>
6897     <type name="X">
6898       <method name="Void .ctor()">
6899         <size>7</size>
6900       </method>
6901       <method name="Int32 Main()">
6902         <size>8</size>
6903       </method>
6904     </type>
6905   </test>
6906   <test name="gtest-152.cs">
6907     <type name="EnumerableBase`1[T]">
6908       <method name="Void .ctor()">
6909         <size>7</size>
6910       </method>
6911       <method name="IFoo IFoo.Hello()">
6912         <size>7</size>
6913       </method>
6914       <method name="IFoo`1 Hello()">
6915         <size>0</size>
6916       </method>
6917     </type>
6918     <type name="CollectionBase`1[T]">
6919       <method name="Void .ctor()">
6920         <size>7</size>
6921       </method>
6922     </type>
6923     <type name="HashBag`1[T]">
6924       <method name="Void .ctor()">
6925         <size>7</size>
6926       </method>
6927       <method name="IFoo`1 Hello()">
6928         <size>2</size>
6929       </method>
6930     </type>
6931     <type name="X">
6932       <method name="Void .ctor()">
6933         <size>7</size>
6934       </method>
6935       <method name="Void Main()">
6936         <size>1</size>
6937       </method>
6938     </type>
6939   </test>
6940   <test name="gtest-153.cs">
6941     <type name="MyClass`1[T]">
6942       <method name="Void .ctor()">
6943         <size>56</size>
6944       </method>
6945     </type>
6946     <type name="X">
6947       <method name="Void .ctor()">
6948         <size>7</size>
6949       </method>
6950       <method name="Void Main()">
6951         <size>1</size>
6952       </method>
6953     </type>
6954   </test>
6955   <test name="gtest-154.cs">
6956     <type name="B">
6957       <method name="Void .ctor()">
6958         <size>7</size>
6959       </method>
6960       <method name="T`1[X] M[X]()">
6961         <size>13</size>
6962       </method>
6963       <method name="T`1[System.Int64] N()">
6964         <size>30</size>
6965       </method>
6966     </type>
6967     <type name="D">
6968       <method name="Void .ctor()">
6969         <size>7</size>
6970       </method>
6971       <method name="Void Main()">
6972         <size>13</size>
6973       </method>
6974     </type>
6975     <type name="T`1[X]">
6976       <method name="Void .ctor(Object, IntPtr)">
6977         <size>0</size>
6978       </method>
6979       <method name="Int32 Invoke(X)">
6980         <size>0</size>
6981       </method>
6982       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
6983         <size>0</size>
6984       </method>
6985       <method name="Int32 EndInvoke(IAsyncResult)">
6986         <size>0</size>
6987       </method>
6988     </type>
6989     <type name="B">
6990       <method name="Int32 &lt;N&gt;m__1(Int64)">
6991         <size>2</size>
6992       </method>
6993       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
6994         <size>2</size>
6995       </method>
6996     </type>
6997   </test>
6998   <test name="gtest-155.cs">
6999     <type name="MyClass`1[T]">
7000       <method name="Void .ctor()">
7001         <size>56</size>
7002       </method>
7003     </type>
7004     <type name="X">
7005       <method name="Void .ctor()">
7006         <size>7</size>
7007       </method>
7008       <method name="Void Main()">
7009         <size>1</size>
7010       </method>
7011     </type>
7012   </test>
7013   <test name="gtest-156.cs">
7014     <type name="FLMID.Bugs.Marshal15.D">
7015       <method name="Void .ctor()">
7016         <size>18</size>
7017       </method>
7018       <method name="Void Main(System.String[])">
7019         <size>11</size>
7020       </method>
7021     </type>
7022   </test>
7023   <test name="gtest-157.cs">
7024     <type name="kv`2[k,v]">
7025       <method name="Void .ctor()">
7026         <size>7</size>
7027       </method>
7028     </type>
7029     <type name="m`2[k,v]">
7030       <method name="Void .ctor()">
7031         <size>7</size>
7032       </method>
7033     </type>
7034     <type name="X">
7035       <method name="Void .ctor()">
7036         <size>7</size>
7037       </method>
7038       <method name="Void Main()">
7039         <size>1</size>
7040       </method>
7041     </type>
7042     <type name="m`2[k,v]">
7043       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
7044         <size>1</size>
7045       </method>
7046     </type>
7047   </test>
7048   <test name="gtest-158.cs">
7049     <type name="Moo`1[C]">
7050       <method name="Void .ctor()">
7051         <size>7</size>
7052       </method>
7053     </type>
7054     <type name="Moo`1+Foo[C]">
7055       <method name="Void .ctor()">
7056         <size>7</size>
7057       </method>
7058     </type>
7059     <type name="Test">
7060       <method name="Void .ctor()">
7061         <size>7</size>
7062       </method>
7063     </type>
7064     <type name="X">
7065       <method name="Void .ctor()">
7066         <size>7</size>
7067       </method>
7068       <method name="Void Main()">
7069         <size>7</size>
7070       </method>
7071     </type>
7072   </test>
7073   <test name="gtest-159.cs">
7074     <type name="App">
7075       <method name="Void .ctor()">
7076         <size>7</size>
7077       </method>
7078       <method name="Void Main()">
7079         <size>98</size>
7080       </method>
7081     </type>
7082   </test>
7083   <test name="gtest-160.cs">
7084     <type name="Fun`2[A,B]">
7085       <method name="Void .ctor()">
7086         <size>7</size>
7087       </method>
7088     </type>
7089     <type name="List`1[T]">
7090       <method name="Void .ctor()">
7091         <size>7</size>
7092       </method>
7093       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
7094         <size>6</size>
7095       </method>
7096       <method name="Void foo[T2]()">
7097         <size>17</size>
7098       </method>
7099     </type>
7100     <type name="X">
7101       <method name="Void .ctor()">
7102         <size>7</size>
7103       </method>
7104       <method name="Void Main()">
7105         <size>1</size>
7106       </method>
7107     </type>
7108   </test>
7109   <test name="gtest-161.cs">
7110     <type name="App">
7111       <method name="Void .ctor()">
7112         <size>7</size>
7113       </method>
7114       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
7115         <size>8</size>
7116       </method>
7117       <method name="Void Main()">
7118         <size>56</size>
7119       </method>
7120       <method name="System.String &lt;Main&gt;m__0(Int32)">
7121         <size>8</size>
7122       </method>
7123     </type>
7124   </test>
7125   <test name="gtest-162.cs">
7126     <type name="Generic`1[T]">
7127       <method name="Void .ctor()">
7128         <size>7</size>
7129       </method>
7130     </type>
7131     <type name="X">
7132       <method name="Void .ctor()">
7133         <size>7</size>
7134       </method>
7135       <method name="Int32 Main()">
7136         <size>33</size>
7137       </method>
7138     </type>
7139     <type name="Generic`1+Delegate[T]">
7140       <method name="Void .ctor(Object, IntPtr)">
7141         <size>0</size>
7142       </method>
7143       <method name="Void Invoke(Generic`1[T], T)">
7144         <size>0</size>
7145       </method>
7146       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
7147         <size>0</size>
7148       </method>
7149       <method name="Void EndInvoke(IAsyncResult)">
7150         <size>0</size>
7151       </method>
7152     </type>
7153   </test>
7154   <test name="gtest-163.cs">
7155     <type name="Foo`1[T]">
7156       <method name="Void .ctor()">
7157         <size>7</size>
7158       </method>
7159       <method name="IEnumerator`1 getEnumerator(Int32)">
7160         <size>22</size>
7161       </method>
7162     </type>
7163     <type name="X">
7164       <method name="Void .ctor()">
7165         <size>7</size>
7166       </method>
7167       <method name="Void Main()">
7168         <size>1</size>
7169       </method>
7170     </type>
7171     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
7172       <method name="Void .ctor()">
7173         <size>7</size>
7174       </method>
7175       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7176         <size>12</size>
7177       </method>
7178       <method name="Boolean MoveNext()">
7179         <size>95</size>
7180       </method>
7181       <method name="Void Dispose()">
7182         <size>8</size>
7183       </method>
7184       <method name="Void Reset()">
7185         <size>6</size>
7186       </method>
7187       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7188         <size>7</size>
7189       </method>
7190     </type>
7191   </test>
7192   <test name="gtest-164.cs">
7193     <type name="FunEnumerable">
7194       <method name="Void .ctor(Int32, Int2Int)">
7195         <size>21</size>
7196       </method>
7197       <method name="IEnumerator`1 GetEnumerator()">
7198         <size>15</size>
7199       </method>
7200     </type>
7201     <type name="X">
7202       <method name="Void .ctor()">
7203         <size>7</size>
7204       </method>
7205       <method name="Void Main()">
7206         <size>1</size>
7207       </method>
7208     </type>
7209     <type name="Int2Int">
7210       <method name="Void .ctor(Object, IntPtr)">
7211         <size>0</size>
7212       </method>
7213       <method name="Int32 Invoke(Int32)">
7214         <size>0</size>
7215       </method>
7216       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
7217         <size>0</size>
7218       </method>
7219       <method name="Int32 EndInvoke(IAsyncResult)">
7220         <size>0</size>
7221       </method>
7222     </type>
7223     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
7224       <method name="Void .ctor()">
7225         <size>7</size>
7226       </method>
7227       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7228         <size>12</size>
7229       </method>
7230       <method name="Boolean MoveNext()">
7231         <size>89</size>
7232       </method>
7233       <method name="Void Dispose()">
7234         <size>8</size>
7235       </method>
7236       <method name="Void Reset()">
7237         <size>6</size>
7238       </method>
7239       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
7240         <size>7</size>
7241       </method>
7242     </type>
7243   </test>
7244   <test name="gtest-165.cs">
7245     <type name="C">
7246       <method name="Int32 Main()">
7247         <size>27</size>
7248       </method>
7249       <method name="Void .ctor()">
7250         <size>7</size>
7251       </method>
7252     </type>
7253   </test>
7254   <test name="gtest-166.cs">
7255     <type name="C">
7256       <method name="Void .ctor()">
7257         <size>7</size>
7258       </method>
7259       <method name="Int32 Test()">
7260         <size>323</size>
7261       </method>
7262       <method name="Int32 Main()">
7263         <size>6</size>
7264       </method>
7265     </type>
7266     <type name="TestNew">
7267       <method name="Void SetTest()">
7268         <size>20</size>
7269       </method>
7270     </type>
7271   </test>
7272   <test name="gtest-167.cs">
7273     <type name="TestAttribute">
7274       <method name="Void .ctor()">
7275         <size>7</size>
7276       </method>
7277     </type>
7278     <type name="TestNotAttribute">
7279       <method name="Void .ctor()">
7280         <size>7</size>
7281       </method>
7282     </type>
7283     <type name="TestMultiAttribute">
7284       <method name="Void .ctor()">
7285         <size>7</size>
7286       </method>
7287     </type>
7288     <type name="Class1">
7289       <method name="Void .ctor()">
7290         <size>7</size>
7291       </method>
7292     </type>
7293     <type name="Class2">
7294       <method name="Void .ctor()">
7295         <size>7</size>
7296       </method>
7297     </type>
7298     <type name="Class3">
7299       <method name="Void .ctor()">
7300         <size>7</size>
7301       </method>
7302     </type>
7303     <type name="TestClass">
7304       <method name="Void .ctor()">
7305         <size>7</size>
7306       </method>
7307       <method name="Int32 Main()">
7308         <size>86</size>
7309       </method>
7310     </type>
7311   </test>
7312   <test name="gtest-168.cs">
7313     <type name="lis`1[a]">
7314       <method name="Void .ctor()">
7315         <size>7</size>
7316       </method>
7317     </type>
7318     <type name="M">
7319       <method name="Void .ctor()">
7320         <size>7</size>
7321       </method>
7322       <method name="lis`1[a] Rev[a](lis`1[a])">
7323         <size>2</size>
7324       </method>
7325       <method name="lis`1[b] MapFromArray[a,b](a[])">
7326         <size>11</size>
7327       </method>
7328     </type>
7329     <type name="X">
7330       <method name="Void .ctor()">
7331         <size>7</size>
7332       </method>
7333       <method name="Void Main()">
7334         <size>1</size>
7335       </method>
7336     </type>
7337   </test>
7338   <test name="gtest-169.cs">
7339     <type name="list`1[A]">
7340       <method name="Void .ctor()">
7341         <size>7</size>
7342       </method>
7343     </type>
7344     <type name="list`1+Cons`1[A,T]">
7345       <method name="Void .ctor()">
7346         <size>7</size>
7347       </method>
7348     </type>
7349     <type name="list`1+Nil`1[A,T]">
7350       <method name="Void .ctor()">
7351         <size>7</size>
7352       </method>
7353     </type>
7354     <type name="C">
7355       <method name="Void .ctor()">
7356         <size>7</size>
7357       </method>
7358       <method name="Void Rev[T](list`1[T])">
7359         <size>43</size>
7360       </method>
7361     </type>
7362     <type name="M">
7363       <method name="Void .ctor()">
7364         <size>7</size>
7365       </method>
7366       <method name="Void Main()">
7367         <size>21</size>
7368       </method>
7369     </type>
7370   </test>
7371   <test name="gtest-170.cs">
7372     <type name="C`1[A]">
7373       <method name="Void .ctor()">
7374         <size>7</size>
7375       </method>
7376       <method name="Void foo[B](C`1[B])">
7377         <size>7</size>
7378       </method>
7379     </type>
7380     <type name="D">
7381       <method name="Void .ctor()">
7382         <size>7</size>
7383       </method>
7384       <method name="Void append[A](C`1[A])">
7385         <size>1</size>
7386       </method>
7387       <method name="Void Main()">
7388         <size>7</size>
7389       </method>
7390     </type>
7391   </test>
7392   <test name="gtest-171.cs">
7393     <type name="list`1[a]">
7394       <method name="Void .ctor()">
7395         <size>7</size>
7396       </method>
7397     </type>
7398     <type name="Nil`1[a]">
7399       <method name="Void .ctor()">
7400         <size>7</size>
7401       </method>
7402       <method name="Void .cctor()">
7403         <size>11</size>
7404       </method>
7405     </type>
7406     <type name="Test">
7407       <method name="Void .ctor()">
7408         <size>7</size>
7409       </method>
7410       <method name="Void Main()">
7411         <size>24</size>
7412       </method>
7413     </type>
7414   </test>
7415   <test name="gtest-172.cs">
7416     <type name="M">
7417       <method name="Void .ctor()">
7418         <size>7</size>
7419       </method>
7420       <method name="Void Main()">
7421         <size>7</size>
7422       </method>
7423     </type>
7424   </test>
7425   <test name="gtest-173.cs">
7426     <type name="List`1[t]">
7427       <method name="Void .ctor()">
7428         <size>7</size>
7429       </method>
7430       <method name="Void foo[b](List`1[t])">
7431         <size>27</size>
7432       </method>
7433     </type>
7434     <type name="C">
7435       <method name="Void .ctor()">
7436         <size>7</size>
7437       </method>
7438     </type>
7439     <type name="D">
7440       <method name="Void .ctor()">
7441         <size>7</size>
7442       </method>
7443     </type>
7444     <type name="M">
7445       <method name="Void .ctor()">
7446         <size>7</size>
7447       </method>
7448       <method name="Void Main()">
7449         <size>27</size>
7450       </method>
7451     </type>
7452   </test>
7453   <test name="gtest-174.cs">
7454     <type name="B`1[T]">
7455       <method name="Void .ctor()">
7456         <size>7</size>
7457       </method>
7458       <method name="Void .cctor()">
7459         <size>11</size>
7460       </method>
7461     </type>
7462     <type name="M">
7463       <method name="Void .ctor()">
7464         <size>7</size>
7465       </method>
7466       <method name="Void Main()">
7467         <size>13</size>
7468       </method>
7469     </type>
7470   </test>
7471   <test name="gtest-175.cs">
7472     <type name="Foo">
7473       <method name="Void .ctor()">
7474         <size>7</size>
7475       </method>
7476     </type>
7477     <type name="X">
7478       <method name="Void .ctor()">
7479         <size>7</size>
7480       </method>
7481       <method name="Foo Test(Foo, Foo)">
7482         <size>10</size>
7483       </method>
7484       <method name="Int32 Main()">
7485         <size>33</size>
7486       </method>
7487     </type>
7488   </test>
7489   <test name="gtest-176.cs">
7490     <type name="lis`1[a]">
7491       <method name="Void .ctor()">
7492         <size>7</size>
7493       </method>
7494     </type>
7495     <type name="fn`3[a,b,r]">
7496       <method name="Void .ctor()">
7497         <size>7</size>
7498       </method>
7499       <method name="r apply(a, b)">
7500         <size>0</size>
7501       </method>
7502     </type>
7503     <type name="fn1`1[a]">
7504       <method name="Void .ctor()">
7505         <size>7</size>
7506       </method>
7507       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
7508         <size>8</size>
7509       </method>
7510     </type>
7511     <type name="M">
7512       <method name="Void .ctor()">
7513         <size>7</size>
7514       </method>
7515       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
7516         <size>9</size>
7517       </method>
7518       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
7519         <size>2</size>
7520       </method>
7521       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
7522         <size>17</size>
7523       </method>
7524       <method name="Void Main()">
7525         <size>12</size>
7526       </method>
7527     </type>
7528   </test>
7529   <test name="gtest-177.cs">
7530     <type name="X">
7531       <method name="Void .ctor()">
7532         <size>7</size>
7533       </method>
7534       <method name="Void .cctor()">
7535         <size>25</size>
7536       </method>
7537       <method name="Int32 Main()">
7538         <size>96</size>
7539       </method>
7540     </type>
7541     <type name="X`1[T]">
7542       <method name="Void .ctor()">
7543         <size>7</size>
7544       </method>
7545       <method name="IEnumerator`1 Y(IEnumerable`1)">
7546         <size>7</size>
7547       </method>
7548       <method name="T Z(IList`1, Int32)">
7549         <size>8</size>
7550       </method>
7551     </type>
7552   </test>
7553   <test name="gtest-178.cs">
7554     <type name="X">
7555       <method name="Void .ctor()">
7556         <size>7</size>
7557       </method>
7558       <method name="Void Main()">
7559         <size>1</size>
7560       </method>
7561     </type>
7562   </test>
7563   <test name="gtest-179.cs">
7564     <type name="X`1[T]">
7565       <method name="Void .ctor()">
7566         <size>7</size>
7567       </method>
7568       <method name="Int32 get_i()">
7569         <size>2</size>
7570       </method>
7571       <method name="Void set_i(Int32)">
7572         <size>1</size>
7573       </method>
7574       <method name="Int32 myMain()">
7575         <size>14</size>
7576       </method>
7577     </type>
7578     <type name="Y">
7579       <method name="Void .ctor()">
7580         <size>7</size>
7581       </method>
7582       <method name="Int32 Main()">
7583         <size>6</size>
7584       </method>
7585     </type>
7586   </test>
7587   <test name="gtest-180.cs">
7588     <type name="C">
7589       <method name="Void .ctor()">
7590         <size>7</size>
7591       </method>
7592     </type>
7593     <type name="C+CC">
7594       <method name="Void .ctor()">
7595         <size>7</size>
7596       </method>
7597     </type>
7598     <type name="Program">
7599       <method name="Void .ctor()">
7600         <size>7</size>
7601       </method>
7602       <method name="Int32 Main()">
7603         <size>197</size>
7604       </method>
7605     </type>
7606     <type name="D">
7607       <method name="Void .ctor(Object, IntPtr)">
7608         <size>0</size>
7609       </method>
7610       <method name="Void Invoke()">
7611         <size>0</size>
7612       </method>
7613       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
7614         <size>0</size>
7615       </method>
7616       <method name="Void EndInvoke(IAsyncResult)">
7617         <size>0</size>
7618       </method>
7619     </type>
7620   </test>
7621   <test name="gtest-181.cs">
7622     <type name="X">
7623       <method name="Void .ctor()">
7624         <size>7</size>
7625       </method>
7626       <method name="IEnumerator get_GetIt()">
7627         <size>8</size>
7628       </method>
7629       <method name="Void set_GetIt(IEnumerator)">
7630         <size>1</size>
7631       </method>
7632       <method name="IEnumerable get_Item(Int32)">
7633         <size>30</size>
7634       </method>
7635       <method name="Void set_Item(Int32, IEnumerable)">
7636         <size>1</size>
7637       </method>
7638       <method name="Int32 Main()">
7639         <size>184</size>
7640       </method>
7641     </type>
7642     <type name="X+&lt;&gt;c__Iterator0">
7643       <method name="Void .ctor()">
7644         <size>7</size>
7645       </method>
7646       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7647         <size>7</size>
7648       </method>
7649       <method name="Boolean MoveNext()">
7650         <size>124</size>
7651       </method>
7652       <method name="Void Dispose()">
7653         <size>8</size>
7654       </method>
7655       <method name="Void Reset()">
7656         <size>6</size>
7657       </method>
7658     </type>
7659     <type name="X+&lt;&gt;c__Iterator1">
7660       <method name="Void .ctor()">
7661         <size>7</size>
7662       </method>
7663       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7664         <size>7</size>
7665       </method>
7666       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7667         <size>7</size>
7668       </method>
7669       <method name="Boolean MoveNext()">
7670         <size>143</size>
7671       </method>
7672       <method name="Void Dispose()">
7673         <size>8</size>
7674       </method>
7675       <method name="Void Reset()">
7676         <size>6</size>
7677       </method>
7678     </type>
7679     <type name="X+&lt;&gt;c__Iterator0">
7680       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7681         <size>7</size>
7682       </method>
7683     </type>
7684     <type name="X+&lt;&gt;c__Iterator1">
7685       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7686         <size>7</size>
7687       </method>
7688       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
7689         <size>40</size>
7690       </method>
7691     </type>
7692   </test>
7693   <test name="gtest-182.cs">
7694     <type name="C1">
7695       <method name="Void .ctor()">
7696         <size>7</size>
7697       </method>
7698       <method name="Int32 GetId()">
7699         <size>3</size>
7700       </method>
7701     </type>
7702     <type name="X">
7703       <method name="Void .ctor()">
7704         <size>7</size>
7705       </method>
7706       <method name="Void foo[a](a)">
7707         <size>15</size>
7708       </method>
7709       <method name="Void Main()">
7710         <size>11</size>
7711       </method>
7712     </type>
7713   </test>
7714   <test name="gtest-183.cs">
7715     <type name="test.Test`1[T]">
7716       <method name="Void .ctor()">
7717         <size>7</size>
7718       </method>
7719       <method name="IEnumerable`1 Lookup(T)">
7720         <size>30</size>
7721       </method>
7722     </type>
7723     <type name="test.Program">
7724       <method name="Void .ctor()">
7725         <size>7</size>
7726       </method>
7727       <method name="Void Main(System.String[])">
7728         <size>71</size>
7729       </method>
7730     </type>
7731     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
7732       <method name="Void .ctor()">
7733         <size>7</size>
7734       </method>
7735       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7736         <size>12</size>
7737       </method>
7738       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7739         <size>7</size>
7740       </method>
7741       <method name="Boolean MoveNext()">
7742         <size>82</size>
7743       </method>
7744       <method name="Void Dispose()">
7745         <size>8</size>
7746       </method>
7747       <method name="Void Reset()">
7748         <size>6</size>
7749       </method>
7750       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7751         <size>7</size>
7752       </method>
7753       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7754         <size>40</size>
7755       </method>
7756     </type>
7757   </test>
7758   <test name="gtest-184.cs">
7759     <type name="X">
7760       <method name="Void .ctor()">
7761         <size>7</size>
7762       </method>
7763       <method name="Void Main()">
7764         <size>68</size>
7765       </method>
7766       <method name="Boolean &lt;Main&gt;m__0(System.String)">
7767         <size>12</size>
7768       </method>
7769     </type>
7770   </test>
7771   <test name="gtest-185.cs">
7772     <type name="App">
7773       <method name="Void .ctor()">
7774         <size>7</size>
7775       </method>
7776       <method name="Void Main()">
7777         <size>47</size>
7778       </method>
7779     </type>
7780     <type name="FP">
7781       <method name="Void .ctor()">
7782         <size>7</size>
7783       </method>
7784       <method name="T[] appendArrays[T](T[][])">
7785         <size>140</size>
7786       </method>
7787     </type>
7788   </test>
7789   <test name="gtest-186.cs">
7790     <type name="Tuple`2[a,b]">
7791       <method name="Void .ctor(a, b)">
7792         <size>21</size>
7793       </method>
7794     </type>
7795     <type name="Test">
7796       <method name="Void .ctor()">
7797         <size>7</size>
7798       </method>
7799       <method name="Void Main()">
7800         <size>120</size>
7801       </method>
7802     </type>
7803     <type name="TestSimpleObject">
7804       <method name="Void .ctor()">
7805         <size>25</size>
7806       </method>
7807       <method name="Void Print()">
7808         <size>17</size>
7809       </method>
7810     </type>
7811   </test>
7812   <test name="gtest-187.cs">
7813     <type name="Foo`1[T]">
7814       <method name="Void .ctor()">
7815         <size>7</size>
7816       </method>
7817       <method name="T next()">
7818         <size>7</size>
7819       </method>
7820     </type>
7821     <type name="Goo">
7822       <method name="Void .ctor()">
7823         <size>7</size>
7824       </method>
7825     </type>
7826     <type name="Test">
7827       <method name="Void .ctor()">
7828         <size>7</size>
7829       </method>
7830       <method name="Void Main()">
7831         <size>14</size>
7832       </method>
7833     </type>
7834   </test>
7835   <test name="gtest-188.cs">
7836     <type name="Foo">
7837       <method name="Void .ctor(Object[])">
7838         <size>11</size>
7839       </method>
7840       <method name="Void .ctor(Object[], Object)">
7841         <size>201</size>
7842       </method>
7843       <method name="Void add_DoSomething(System.EventHandler)">
7844         <size>24</size>
7845       </method>
7846       <method name="Void remove_DoSomething(System.EventHandler)">
7847         <size>24</size>
7848       </method>
7849       <method name="Void Main()">
7850         <size>21</size>
7851       </method>
7852     </type>
7853     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
7854       <method name="Void .ctor()">
7855         <size>7</size>
7856       </method>
7857       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
7858         <size>46</size>
7859       </method>
7860     </type>
7861     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
7862       <method name="Void .ctor()">
7863         <size>7</size>
7864       </method>
7865     </type>
7866   </test>
7867   <test name="gtest-189.cs">
7868     <type name="Bar">
7869       <method name="Void .ctor()">
7870         <size>7</size>
7871       </method>
7872     </type>
7873     <type name="Cont`1[T]">
7874       <method name="Void .ctor(T)">
7875         <size>14</size>
7876       </method>
7877       <method name="System.String ToString()">
7878         <size>18</size>
7879       </method>
7880     </type>
7881     <type name="M">
7882       <method name="Void .ctor()">
7883         <size>7</size>
7884       </method>
7885       <method name="Void Main()">
7886         <size>18</size>
7887       </method>
7888     </type>
7889   </test>
7890   <test name="gtest-190.cs">
7891     <type name="Foo`1[T]">
7892       <method name="Void .ctor()">
7893         <size>7</size>
7894       </method>
7895       <method name="Foo`1+Node[T] GetRoot()">
7896         <size>6</size>
7897       </method>
7898       <method name="Void Test(Foo`1+Node[T])">
7899         <size>14</size>
7900       </method>
7901     </type>
7902     <type name="Foo`1+Node[T]">
7903       <method name="Void .ctor()">
7904         <size>7</size>
7905       </method>
7906     </type>
7907     <type name="Foo`1+ConcatNode[T]">
7908       <method name="Void .ctor()">
7909         <size>7</size>
7910       </method>
7911     </type>
7912     <type name="X">
7913       <method name="Void .ctor()">
7914         <size>7</size>
7915       </method>
7916       <method name="Void Main()">
7917         <size>21</size>
7918       </method>
7919     </type>
7920   </test>
7921   <test name="gtest-191.cs">
7922     <type name="Test1.Test">
7923       <method name="IEnumerable`1 Replace[T]()">
7924         <size>16</size>
7925       </method>
7926     </type>
7927     <type name="Test2.Test`1[S]">
7928       <method name="Void .ctor()">
7929         <size>7</size>
7930       </method>
7931       <method name="IEnumerable`1 Replace[T]()">
7932         <size>16</size>
7933       </method>
7934     </type>
7935     <type name="Test3.Test`1[S]">
7936       <method name="Void .ctor()">
7937         <size>7</size>
7938       </method>
7939       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
7940         <size>16</size>
7941       </method>
7942     </type>
7943     <type name="Test4.Test">
7944       <method name="Void .ctor()">
7945         <size>7</size>
7946       </method>
7947       <method name="IEnumerable`1 Replace[T]()">
7948         <size>16</size>
7949       </method>
7950     </type>
7951     <type name="Test5.Test">
7952       <method name="Void .ctor()">
7953         <size>7</size>
7954       </method>
7955       <method name="IEnumerable`1 Replace[T](T)">
7956         <size>30</size>
7957       </method>
7958     </type>
7959     <type name="Test6.Test">
7960       <method name="Void .ctor()">
7961         <size>7</size>
7962       </method>
7963       <method name="IEnumerable`1 Replace[T](T)">
7964         <size>30</size>
7965       </method>
7966     </type>
7967     <type name="Test7.Test">
7968       <method name="Void .ctor()">
7969         <size>7</size>
7970       </method>
7971       <method name="IEnumerable`1 Replace[T](T[])">
7972         <size>30</size>
7973       </method>
7974     </type>
7975     <type name="X">
7976       <method name="Void .ctor()">
7977         <size>7</size>
7978       </method>
7979       <method name="Void Main()">
7980         <size>1</size>
7981       </method>
7982     </type>
7983     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
7984       <method name="Void .ctor()">
7985         <size>7</size>
7986       </method>
7987       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7988         <size>12</size>
7989       </method>
7990       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7991         <size>7</size>
7992       </method>
7993       <method name="Boolean MoveNext()">
7994         <size>25</size>
7995       </method>
7996       <method name="Void Dispose()">
7997         <size>8</size>
7998       </method>
7999       <method name="Void Reset()">
8000         <size>6</size>
8001       </method>
8002     </type>
8003     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
8004       <method name="Void .ctor()">
8005         <size>7</size>
8006       </method>
8007       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8008         <size>12</size>
8009       </method>
8010       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8011         <size>7</size>
8012       </method>
8013       <method name="Boolean MoveNext()">
8014         <size>25</size>
8015       </method>
8016       <method name="Void Dispose()">
8017         <size>8</size>
8018       </method>
8019       <method name="Void Reset()">
8020         <size>6</size>
8021       </method>
8022     </type>
8023     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
8024       <method name="Void .ctor()">
8025         <size>7</size>
8026       </method>
8027       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8028         <size>12</size>
8029       </method>
8030       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8031         <size>7</size>
8032       </method>
8033       <method name="Boolean MoveNext()">
8034         <size>25</size>
8035       </method>
8036       <method name="Void Dispose()">
8037         <size>8</size>
8038       </method>
8039       <method name="Void Reset()">
8040         <size>6</size>
8041       </method>
8042     </type>
8043     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
8044       <method name="Void .ctor()">
8045         <size>7</size>
8046       </method>
8047       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8048         <size>12</size>
8049       </method>
8050       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8051         <size>7</size>
8052       </method>
8053       <method name="Boolean MoveNext()">
8054         <size>25</size>
8055       </method>
8056       <method name="Void Dispose()">
8057         <size>8</size>
8058       </method>
8059       <method name="Void Reset()">
8060         <size>6</size>
8061       </method>
8062     </type>
8063     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
8064       <method name="Void .ctor()">
8065         <size>7</size>
8066       </method>
8067       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8068         <size>12</size>
8069       </method>
8070       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8071         <size>7</size>
8072       </method>
8073       <method name="Boolean MoveNext()">
8074         <size>68</size>
8075       </method>
8076       <method name="Void Dispose()">
8077         <size>8</size>
8078       </method>
8079       <method name="Void Reset()">
8080         <size>6</size>
8081       </method>
8082     </type>
8083     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
8084       <method name="Void .ctor()">
8085         <size>7</size>
8086       </method>
8087       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8088         <size>12</size>
8089       </method>
8090       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8091         <size>7</size>
8092       </method>
8093       <method name="Boolean MoveNext()">
8094         <size>80</size>
8095       </method>
8096       <method name="Void Dispose()">
8097         <size>8</size>
8098       </method>
8099       <method name="Void Reset()">
8100         <size>6</size>
8101       </method>
8102     </type>
8103     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
8104       <method name="Void .ctor()">
8105         <size>7</size>
8106       </method>
8107       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8108         <size>7</size>
8109       </method>
8110       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8111         <size>7</size>
8112       </method>
8113       <method name="Boolean MoveNext()">
8114         <size>80</size>
8115       </method>
8116       <method name="Void Dispose()">
8117         <size>8</size>
8118       </method>
8119       <method name="Void Reset()">
8120         <size>6</size>
8121       </method>
8122     </type>
8123     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
8124       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8125         <size>7</size>
8126       </method>
8127       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8128         <size>26</size>
8129       </method>
8130     </type>
8131     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
8132       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8133         <size>7</size>
8134       </method>
8135       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8136         <size>26</size>
8137       </method>
8138     </type>
8139     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
8140       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
8141         <size>7</size>
8142       </method>
8143       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
8144         <size>26</size>
8145       </method>
8146     </type>
8147     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
8148       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8149         <size>7</size>
8150       </method>
8151       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8152         <size>26</size>
8153       </method>
8154     </type>
8155     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
8156       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8157         <size>7</size>
8158       </method>
8159       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8160         <size>40</size>
8161       </method>
8162     </type>
8163     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
8164       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8165         <size>7</size>
8166       </method>
8167       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8168         <size>40</size>
8169       </method>
8170     </type>
8171     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
8172       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
8173         <size>7</size>
8174       </method>
8175       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
8176         <size>40</size>
8177       </method>
8178     </type>
8179   </test>
8180   <test name="gtest-192.cs">
8181     <type name="xX">
8182       <method name="Void .ctor()">
8183         <size>7</size>
8184       </method>
8185       <method name="Void Main()">
8186         <size>1</size>
8187       </method>
8188     </type>
8189   </test>
8190   <test name="gtest-193.cs">
8191     <type name="OrderedMultiDictionary`2[T,U]">
8192       <method name="Void .ctor()">
8193         <size>7</size>
8194       </method>
8195       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8196         <size>29</size>
8197       </method>
8198     </type>
8199     <type name="RedBlackTree`1[S]">
8200       <method name="Void .ctor()">
8201         <size>7</size>
8202       </method>
8203       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
8204         <size>16</size>
8205       </method>
8206     </type>
8207     <type name="X">
8208       <method name="Void .ctor()">
8209         <size>7</size>
8210       </method>
8211       <method name="Void Main()">
8212         <size>1</size>
8213       </method>
8214     </type>
8215     <type name="RedBlackTree`1+RangeTester[S]">
8216       <method name="Void .ctor(Object, IntPtr)">
8217         <size>0</size>
8218       </method>
8219       <method name="Int32 Invoke(S)">
8220         <size>0</size>
8221       </method>
8222       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8223         <size>0</size>
8224       </method>
8225       <method name="Int32 EndInvoke(IAsyncResult)">
8226         <size>0</size>
8227       </method>
8228     </type>
8229     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
8230       <method name="Void .ctor()">
8231         <size>7</size>
8232       </method>
8233       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8234         <size>12</size>
8235       </method>
8236       <method name="Boolean MoveNext()">
8237         <size>48</size>
8238       </method>
8239       <method name="Void Dispose()">
8240         <size>8</size>
8241       </method>
8242       <method name="Void Reset()">
8243         <size>6</size>
8244       </method>
8245     </type>
8246     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
8247       <method name="Void .ctor()">
8248         <size>7</size>
8249       </method>
8250       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8251         <size>12</size>
8252       </method>
8253       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8254         <size>7</size>
8255       </method>
8256       <method name="Boolean MoveNext()">
8257         <size>25</size>
8258       </method>
8259       <method name="Void Dispose()">
8260         <size>8</size>
8261       </method>
8262       <method name="Void Reset()">
8263         <size>6</size>
8264       </method>
8265     </type>
8266     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
8267       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8268         <size>7</size>
8269       </method>
8270     </type>
8271     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
8272       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
8273         <size>7</size>
8274       </method>
8275       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
8276         <size>26</size>
8277       </method>
8278     </type>
8279   </test>
8280   <test name="gtest-194.cs">
8281     <type name="RedBlackTree`1[S]">
8282       <method name="Void .ctor()">
8283         <size>7</size>
8284       </method>
8285       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
8286         <size>16</size>
8287       </method>
8288     </type>
8289     <type name="OrderedMultiDictionary`2[T,U]">
8290       <method name="Void .ctor()">
8291         <size>7</size>
8292       </method>
8293       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8294         <size>29</size>
8295       </method>
8296     </type>
8297     <type name="X">
8298       <method name="Void .ctor()">
8299         <size>7</size>
8300       </method>
8301       <method name="Void Main()">
8302         <size>1</size>
8303       </method>
8304     </type>
8305     <type name="RedBlackTree`1+RangeTester[S]">
8306       <method name="Void .ctor(Object, IntPtr)">
8307         <size>0</size>
8308       </method>
8309       <method name="Int32 Invoke(S)">
8310         <size>0</size>
8311       </method>
8312       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8313         <size>0</size>
8314       </method>
8315       <method name="Int32 EndInvoke(IAsyncResult)">
8316         <size>0</size>
8317       </method>
8318     </type>
8319     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
8320       <method name="Void .ctor()">
8321         <size>7</size>
8322       </method>
8323       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8324         <size>12</size>
8325       </method>
8326       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8327         <size>7</size>
8328       </method>
8329       <method name="Boolean MoveNext()">
8330         <size>25</size>
8331       </method>
8332       <method name="Void Dispose()">
8333         <size>8</size>
8334       </method>
8335       <method name="Void Reset()">
8336         <size>6</size>
8337       </method>
8338     </type>
8339     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
8340       <method name="Void .ctor()">
8341         <size>7</size>
8342       </method>
8343       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8344         <size>12</size>
8345       </method>
8346       <method name="Boolean MoveNext()">
8347         <size>48</size>
8348       </method>
8349       <method name="Void Dispose()">
8350         <size>8</size>
8351       </method>
8352       <method name="Void Reset()">
8353         <size>6</size>
8354       </method>
8355     </type>
8356     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
8357       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
8358         <size>7</size>
8359       </method>
8360       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
8361         <size>26</size>
8362       </method>
8363     </type>
8364     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
8365       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8366         <size>7</size>
8367       </method>
8368     </type>
8369   </test>
8370   <test name="gtest-195.cs">
8371     <type name="OrderedMultiDictionary`2[T,U]">
8372       <method name="Void .ctor()">
8373         <size>7</size>
8374       </method>
8375       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8376         <size>13</size>
8377       </method>
8378     </type>
8379     <type name="RedBlackTree`1[S]">
8380       <method name="Void .ctor()">
8381         <size>7</size>
8382       </method>
8383       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
8384         <size>1</size>
8385       </method>
8386     </type>
8387     <type name="X">
8388       <method name="Void .ctor()">
8389         <size>7</size>
8390       </method>
8391       <method name="Void Main()">
8392         <size>1</size>
8393       </method>
8394     </type>
8395     <type name="RedBlackTree`1+RangeTester[S]">
8396       <method name="Void .ctor(Object, IntPtr)">
8397         <size>0</size>
8398       </method>
8399       <method name="Int32 Invoke(S)">
8400         <size>0</size>
8401       </method>
8402       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8403         <size>0</size>
8404       </method>
8405       <method name="Int32 EndInvoke(IAsyncResult)">
8406         <size>0</size>
8407       </method>
8408     </type>
8409   </test>
8410   <test name="gtest-196.cs">
8411     <type name="Dict">
8412       <method name="Void .ctor()">
8413         <size>7</size>
8414       </method>
8415     </type>
8416     <type name="Foo">
8417       <method name="Void .ctor()">
8418         <size>7</size>
8419       </method>
8420       <method name="Int32 Main()">
8421         <size>114</size>
8422       </method>
8423     </type>
8424   </test>
8425   <test name="gtest-197.cs">
8426     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
8427       <method name="Void .ctor()">
8428         <size>7</size>
8429       </method>
8430       <method name="Void .cctor()">
8431         <size>95</size>
8432       </method>
8433       <method name="Int32 GetHashCode(T)">
8434         <size>0</size>
8435       </method>
8436       <method name="Boolean Equals(T, T)">
8437         <size>0</size>
8438       </method>
8439       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
8440         <size>6</size>
8441       </method>
8442     </type>
8443     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
8444       <method name="Void .ctor()">
8445         <size>7</size>
8446       </method>
8447       <method name="Int32 GetHashCode(T)">
8448         <size>14</size>
8449       </method>
8450       <method name="Boolean Equals(T, T)">
8451         <size>41</size>
8452       </method>
8453     </type>
8454     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
8455       <method name="Void .ctor()">
8456         <size>7</size>
8457       </method>
8458       <method name="Int32 GetHashCode(T)">
8459         <size>14</size>
8460       </method>
8461       <method name="Boolean Equals(T, T)">
8462         <size>36</size>
8463       </method>
8464     </type>
8465     <type name="Martin.Collections.Generic.X">
8466       <method name="Void .ctor()">
8467         <size>7</size>
8468       </method>
8469       <method name="Void Main()">
8470         <size>1</size>
8471       </method>
8472     </type>
8473   </test>
8474   <test name="gtest-198.cs">
8475     <type name="ClassLibrary2.List1`1[T]">
8476       <method name="Void .ctor()">
8477         <size>7</size>
8478       </method>
8479     </type>
8480     <type name="ClassLibrary2.List2`1[T]">
8481       <method name="Void .ctor()">
8482         <size>18</size>
8483       </method>
8484       <method name="Void AddItem(T)">
8485         <size>13</size>
8486       </method>
8487     </type>
8488     <type name="ClassLibrary2.Foo">
8489       <method name="Void .ctor()">
8490         <size>7</size>
8491       </method>
8492       <method name="Void Main()">
8493         <size>1</size>
8494       </method>
8495     </type>
8496   </test>
8497   <test name="gtest-199.cs">
8498     <type name="Splay`1[T]">
8499       <method name="Void .ctor()">
8500         <size>7</size>
8501       </method>
8502     </type>
8503     <type name="Foo">
8504       <method name="Void .ctor()">
8505         <size>7</size>
8506       </method>
8507       <method name="Void Main()">
8508         <size>1</size>
8509       </method>
8510     </type>
8511   </test>
8512   <test name="gtest-200.cs">
8513     <type name="Test">
8514       <method name="Void .ctor()">
8515         <size>7</size>
8516       </method>
8517       <method name="T QueryInterface[T](System.Object)">
8518         <size>45</size>
8519       </method>
8520     </type>
8521     <type name="Driver">
8522       <method name="Void .ctor()">
8523         <size>7</size>
8524       </method>
8525       <method name="Void Main()">
8526         <size>1</size>
8527       </method>
8528     </type>
8529   </test>
8530   <test name="gtest-201.cs">
8531     <type name="HashSet`1[T]">
8532       <method name="Void .ctor(Int64)">
8533         <size>14</size>
8534       </method>
8535       <method name="Int64 Test()">
8536         <size>7</size>
8537       </method>
8538       <method name="IEnumerator`1 GetEnumerator()">
8539         <size>15</size>
8540       </method>
8541     </type>
8542     <type name="X">
8543       <method name="Void .ctor()">
8544         <size>7</size>
8545       </method>
8546       <method name="Int32 Main()">
8547         <size>83</size>
8548       </method>
8549     </type>
8550     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8551       <method name="Void .ctor()">
8552         <size>7</size>
8553       </method>
8554       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8555         <size>12</size>
8556       </method>
8557       <method name="Boolean MoveNext()">
8558         <size>73</size>
8559       </method>
8560       <method name="Void Dispose()">
8561         <size>8</size>
8562       </method>
8563       <method name="Void Reset()">
8564         <size>6</size>
8565       </method>
8566       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
8567         <size>7</size>
8568       </method>
8569     </type>
8570   </test>
8571   <test name="gtest-202.cs">
8572     <type name="Generic`1[T]">
8573       <method name="Void .ctor()">
8574         <size>20</size>
8575       </method>
8576       <method name="T get_Item(Int32, Int32)">
8577         <size>14</size>
8578       </method>
8579       <method name="Void set_Item(Int32, Int32, T)">
8580         <size>15</size>
8581       </method>
8582     </type>
8583     <type name="Fault">
8584       <method name="Void Main()">
8585         <size>51</size>
8586       </method>
8587       <method name="System.String ToString()">
8588         <size>6</size>
8589       </method>
8590     </type>
8591   </test>
8592   <test name="gtest-203.cs">
8593     <type name="C`2[X,Y]">
8594       <method name="Void .ctor()">
8595         <size>7</size>
8596       </method>
8597       <method name="Void foo[A,B]()">
8598         <size>14</size>
8599       </method>
8600       <method name="Void bar[A,B]()">
8601         <size>69</size>
8602       </method>
8603     </type>
8604     <type name="C`2+Q`2[X,Y,A,B]">
8605       <method name="Void .ctor()">
8606         <size>7</size>
8607       </method>
8608       <method name="Void apply(C`2[X,Y])">
8609         <size>7</size>
8610       </method>
8611     </type>
8612     <type name="X">
8613       <method name="Void .ctor()">
8614         <size>7</size>
8615       </method>
8616       <method name="Void Main()">
8617         <size>13</size>
8618       </method>
8619     </type>
8620   </test>
8621   <test name="gtest-204.cs">
8622     <type name="Map`1[b]">
8623       <method name="Void .ctor()">
8624         <size>7</size>
8625       </method>
8626       <method name="a Fold1[a](a)">
8627         <size>2</size>
8628       </method>
8629       <method name="c Fold[c](c)">
8630         <size>15</size>
8631       </method>
8632     </type>
8633     <type name="LocalContext">
8634       <method name="Void .ctor()">
8635         <size>18</size>
8636       </method>
8637       <method name="a Fold[a](a)">
8638         <size>13</size>
8639       </method>
8640     </type>
8641     <type name="M">
8642       <method name="Void .ctor()">
8643         <size>7</size>
8644       </method>
8645       <method name="Void Main()">
8646         <size>19</size>
8647       </method>
8648     </type>
8649   </test>
8650   <test name="gtest-205.cs">
8651     <type name="Foo`1[S]">
8652       <method name="Void .ctor()">
8653         <size>7</size>
8654       </method>
8655     </type>
8656     <type name="Test`1[U]">
8657       <method name="Void .ctor()">
8658         <size>7</size>
8659       </method>
8660       <method name="Void Func(U)">
8661         <size>12</size>
8662       </method>
8663     </type>
8664     <type name="X">
8665       <method name="Void .ctor()">
8666         <size>7</size>
8667       </method>
8668       <method name="Void Test(System.Type, System.Object)">
8669         <size>31</size>
8670       </method>
8671       <method name="Void Main()">
8672         <size>144</size>
8673       </method>
8674     </type>
8675   </test>
8676   <test name="gtest-206.cs">
8677     <type name="Continuation`2[R,A]">
8678       <method name="Void .ctor()">
8679         <size>7</size>
8680       </method>
8681       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
8682         <size>2</size>
8683       </method>
8684     </type>
8685     <type name="Driver">
8686       <method name="Void .ctor()">
8687         <size>7</size>
8688       </method>
8689       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
8690         <size>7</size>
8691       </method>
8692       <method name="Void Main()">
8693         <size>9</size>
8694       </method>
8695     </type>
8696   </test>
8697   <test name="gtest-207.cs">
8698     <type name="M">
8699       <method name="Void .ctor()">
8700         <size>7</size>
8701       </method>
8702       <method name="Void p(System.String)">
8703         <size>7</size>
8704       </method>
8705       <method name="Void Main()">
8706         <size>50</size>
8707       </method>
8708     </type>
8709   </test>
8710   <test name="gtest-208.cs">
8711     <type name="SomeClass">
8712       <method name="Void .ctor()">
8713         <size>7</size>
8714       </method>
8715     </type>
8716     <type name="Foo`1[T]">
8717       <method name="Void .ctor()">
8718         <size>7</size>
8719       </method>
8720       <method name="T Do(System.Object)">
8721         <size>12</size>
8722       </method>
8723     </type>
8724     <type name="Driver">
8725       <method name="Void .ctor()">
8726         <size>7</size>
8727       </method>
8728       <method name="Void Main()">
8729         <size>19</size>
8730       </method>
8731     </type>
8732   </test>
8733   <test name="gtest-209.cs">
8734     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
8735       <method name="Void .ctor()">
8736         <size>7</size>
8737       </method>
8738     </type>
8739     <type name="ClassLibrary3.Test">
8740       <method name="Void .ctor()">
8741         <size>7</size>
8742       </method>
8743       <method name="Void Main()">
8744         <size>23</size>
8745       </method>
8746     </type>
8747   </test>
8748   <test name="gtest-210.cs">
8749     <type name="Foo`1[T]">
8750       <method name="Void .ctor()">
8751         <size>7</size>
8752       </method>
8753       <method name="T next()">
8754         <size>7</size>
8755       </method>
8756     </type>
8757     <type name="Goo">
8758       <method name="Void .ctor()">
8759         <size>7</size>
8760       </method>
8761     </type>
8762     <type name="Test">
8763       <method name="Void .ctor()">
8764         <size>7</size>
8765       </method>
8766       <method name="Void Main()">
8767         <size>14</size>
8768       </method>
8769     </type>
8770   </test>
8771   <test name="gtest-211.cs">
8772     <type name="MyTest">
8773       <method name="Void .ctor()">
8774         <size>7</size>
8775       </method>
8776       <method name="Void f(Boolean, Boolean)">
8777         <size>59</size>
8778       </method>
8779       <method name="Void Main()">
8780         <size>448</size>
8781       </method>
8782     </type>
8783   </test>
8784   <test name="gtest-212.cs">
8785     <type name="Test">
8786       <method name="Void .ctor()">
8787         <size>7</size>
8788       </method>
8789       <method name="Void Fun[T](T)">
8790         <size>15</size>
8791       </method>
8792       <method name="Void Main()">
8793         <size>15</size>
8794       </method>
8795     </type>
8796     <type name="SomeStruct">
8797       <method name="Boolean get_Valid()">
8798         <size>2</size>
8799       </method>
8800     </type>
8801   </test>
8802   <test name="gtest-213.cs">
8803     <type name="Test">
8804       <method name="Void .ctor()">
8805         <size>7</size>
8806       </method>
8807       <method name="Void Fun[T](T)">
8808         <size>78</size>
8809       </method>
8810       <method name="Void Main()">
8811         <size>15</size>
8812       </method>
8813     </type>
8814     <type name="SomeStruct">
8815       <method name="Int32 get_Foo()">
8816         <size>7</size>
8817       </method>
8818       <method name="Void set_Foo(Int32)">
8819         <size>8</size>
8820       </method>
8821     </type>
8822   </test>
8823   <test name="gtest-214.cs">
8824     <type name="X">
8825       <method name="Void .ctor()">
8826         <size>7</size>
8827       </method>
8828       <method name="Int32 Main()">
8829         <size>83</size>
8830       </method>
8831     </type>
8832   </test>
8833   <test name="gtest-215.cs">
8834     <type name="R">
8835       <method name="Void .ctor()">
8836         <size>7</size>
8837       </method>
8838     </type>
8839     <type name="A`1[T]">
8840       <method name="Void .ctor()">
8841         <size>7</size>
8842       </method>
8843     </type>
8844     <type name="D">
8845       <method name="Void .ctor()">
8846         <size>7</size>
8847       </method>
8848     </type>
8849     <type name="MainClass">
8850       <method name="Void .ctor()">
8851         <size>7</size>
8852       </method>
8853       <method name="Void Main()">
8854         <size>1</size>
8855       </method>
8856     </type>
8857   </test>
8858   <test name="gtest-216.cs">
8859     <type name="BaseClass">
8860       <method name="Void .ctor()">
8861         <size>7</size>
8862       </method>
8863       <method name="Ret`1 Foo[T]()">
8864         <size>2</size>
8865       </method>
8866       <method name="Ret Foo()">
8867         <size>2</size>
8868       </method>
8869       <method name="Void Main()">
8870         <size>1</size>
8871       </method>
8872     </type>
8873     <type name="DerivedClass">
8874       <method name="Void .ctor()">
8875         <size>7</size>
8876       </method>
8877       <method name="Ret`1 Foo[T]()">
8878         <size>2</size>
8879       </method>
8880       <method name="Ret Foo()">
8881         <size>2</size>
8882       </method>
8883     </type>
8884   </test>
8885   <test name="gtest-217.cs">
8886     <type name="MyTest">
8887       <method name="Void .ctor()">
8888         <size>7</size>
8889       </method>
8890       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
8891         <size>44</size>
8892       </method>
8893       <method name="Void Main(System.String[])">
8894         <size>97</size>
8895       </method>
8896       <method name="IEnumerable`1 FromTo(Int32, Int32)">
8897         <size>44</size>
8898       </method>
8899     </type>
8900     <type name="Fun`2[A1,R]">
8901       <method name="Void .ctor(Object, IntPtr)">
8902         <size>0</size>
8903       </method>
8904       <method name="R Invoke(A1)">
8905         <size>0</size>
8906       </method>
8907       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
8908         <size>0</size>
8909       </method>
8910       <method name="R EndInvoke(IAsyncResult)">
8911         <size>0</size>
8912       </method>
8913     </type>
8914     <type name="MyTest">
8915       <method name="System.String &lt;Main&gt;m__0(Int32)">
8916         <size>8</size>
8917       </method>
8918     </type>
8919     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
8920       <method name="Void .ctor()">
8921         <size>7</size>
8922       </method>
8923       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8924         <size>12</size>
8925       </method>
8926       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8927         <size>7</size>
8928       </method>
8929       <method name="Boolean MoveNext()">
8930         <size>205</size>
8931       </method>
8932       <method name="Void Dispose()">
8933         <size>62</size>
8934       </method>
8935       <method name="Void Reset()">
8936         <size>6</size>
8937       </method>
8938     </type>
8939     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
8940       <method name="Void .ctor()">
8941         <size>7</size>
8942       </method>
8943       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8944         <size>12</size>
8945       </method>
8946       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8947         <size>7</size>
8948       </method>
8949       <method name="Boolean MoveNext()">
8950         <size>116</size>
8951       </method>
8952       <method name="Void Dispose()">
8953         <size>8</size>
8954       </method>
8955       <method name="Void Reset()">
8956         <size>6</size>
8957       </method>
8958     </type>
8959     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
8960       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
8961         <size>7</size>
8962       </method>
8963       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
8964         <size>52</size>
8965       </method>
8966     </type>
8967     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
8968       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
8969         <size>7</size>
8970       </method>
8971       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
8972         <size>52</size>
8973       </method>
8974     </type>
8975   </test>
8976   <test name="gtest-218.cs">
8977     <type name="Foo">
8978       <method name="Void .ctor()">
8979         <size>7</size>
8980       </method>
8981     </type>
8982     <type name="X">
8983       <method name="Void .ctor()">
8984         <size>7</size>
8985       </method>
8986       <method name="Void Main()">
8987         <size>1</size>
8988       </method>
8989     </type>
8990   </test>
8991   <test name="gtest-219.cs">
8992     <type name="Test">
8993       <method name="Void .ctor()">
8994         <size>7</size>
8995       </method>
8996       <method name="Void Foo[T]()">
8997         <size>1</size>
8998       </method>
8999       <method name="Int32 Main()">
9000         <size>75</size>
9001       </method>
9002     </type>
9003   </test>
9004   <test name="gtest-220.cs">
9005     <type name="A`1[T1]">
9006       <method name="Void .ctor()">
9007         <size>7</size>
9008       </method>
9009     </type>
9010     <type name="A`1+B`1[T1,T2]">
9011       <method name="Void .ctor()">
9012         <size>7</size>
9013       </method>
9014     </type>
9015     <type name="A`1+B`1+C`1[T1,T2,T3]">
9016       <method name="Void .ctor()">
9017         <size>7</size>
9018       </method>
9019     </type>
9020     <type name="PopQuiz">
9021       <method name="Void .ctor()">
9022         <size>7</size>
9023       </method>
9024       <method name="Int32 Main()">
9025         <size>148</size>
9026       </method>
9027     </type>
9028   </test>
9029   <test name="gtest-221.cs">
9030     <type name="C1`1[IFoo]">
9031       <method name="Void .ctor()">
9032         <size>7</size>
9033       </method>
9034     </type>
9035     <type name="C2">
9036       <method name="Void .ctor()">
9037         <size>7</size>
9038       </method>
9039       <method name="C1`1[T] Hoge[T](C1`1[T])">
9040         <size>0</size>
9041       </method>
9042     </type>
9043     <type name="C3">
9044       <method name="Void .ctor()">
9045         <size>7</size>
9046       </method>
9047       <method name="C1`1[T] Hoge[T](C1`1[T])">
9048         <size>2</size>
9049       </method>
9050     </type>
9051     <type name="X">
9052       <method name="Void .ctor()">
9053         <size>7</size>
9054       </method>
9055       <method name="Void Main()">
9056         <size>1</size>
9057       </method>
9058     </type>
9059   </test>
9060   <test name="gtest-222.cs">
9061     <type name="Mona`1[T]">
9062       <method name="Void .ctor()">
9063         <size>7</size>
9064       </method>
9065     </type>
9066     <type name="Test">
9067       <method name="Void .ctor()">
9068         <size>7</size>
9069       </method>
9070       <method name="Mona`1[K] GetMona[K]()">
9071         <size>6</size>
9072       </method>
9073       <method name="Void Main()">
9074         <size>1</size>
9075       </method>
9076     </type>
9077   </test>
9078   <test name="gtest-223.cs">
9079     <type name="Foo`1[T]">
9080       <method name="Void .ctor()">
9081         <size>7</size>
9082       </method>
9083     </type>
9084     <type name="Test">
9085       <method name="Void .ctor()">
9086         <size>7</size>
9087       </method>
9088       <method name="Foo`1[K] Hoge[K]()">
9089         <size>2</size>
9090       </method>
9091       <method name="Void Main()">
9092         <size>72</size>
9093       </method>
9094     </type>
9095   </test>
9096   <test name="gtest-224.cs">
9097     <type name="Base">
9098       <method name="Void .ctor()">
9099         <size>7</size>
9100       </method>
9101       <method name="Void Foo[T]()">
9102         <size>1</size>
9103       </method>
9104     </type>
9105     <type name="Derived">
9106       <method name="Void .ctor()">
9107         <size>7</size>
9108       </method>
9109       <method name="Void Foo[T]()">
9110         <size>1</size>
9111       </method>
9112     </type>
9113     <type name="Driver">
9114       <method name="Void .ctor()">
9115         <size>7</size>
9116       </method>
9117       <method name="Void Main()">
9118         <size>11</size>
9119       </method>
9120     </type>
9121   </test>
9122   <test name="gtest-225.cs">
9123     <type name="Set`1[Element]">
9124       <method name="Void .ctor()">
9125         <size>7</size>
9126       </method>
9127       <method name="Locator locate(Element)">
9128         <size>31</size>
9129       </method>
9130     </type>
9131     <type name="Set`1+Node[Element]">
9132       <method name="Void .ctor()">
9133         <size>7</size>
9134       </method>
9135     </type>
9136     <type name="SetTest">
9137       <method name="Void Main()">
9138         <size>1</size>
9139       </method>
9140     </type>
9141     <type name="Set`1+Locator+Replace[Element]">
9142       <method name="Void .ctor(Object, IntPtr)">
9143         <size>0</size>
9144       </method>
9145       <method name="Void Invoke(Set`1+Node[Element])">
9146         <size>0</size>
9147       </method>
9148       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
9149         <size>0</size>
9150       </method>
9151       <method name="Void EndInvoke(IAsyncResult)">
9152         <size>0</size>
9153       </method>
9154     </type>
9155     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
9156       <method name="Void .ctor()">
9157         <size>7</size>
9158       </method>
9159       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
9160         <size>15</size>
9161       </method>
9162     </type>
9163     <type name="Set`1+Locator[Element]">
9164       <method name="Void .ctor(Replace)">
9165         <size>1</size>
9166       </method>
9167     </type>
9168   </test>
9169   <test name="gtest-226.cs">
9170     <type name="A">
9171       <method name="Void .ctor()">
9172         <size>24</size>
9173       </method>
9174     </type>
9175     <type name="M">
9176       <method name="Void .ctor()">
9177         <size>7</size>
9178       </method>
9179       <method name="Int32 Main()">
9180         <size>84</size>
9181       </method>
9182     </type>
9183     <type name="Container`1[T]">
9184       <method name="Void .ctor(T)">
9185         <size>8</size>
9186       </method>
9187     </type>
9188   </test>
9189   <test name="gtest-227.cs">
9190     <type name="Foo`1[G]">
9191       <method name="Void .ctor()">
9192         <size>7</size>
9193       </method>
9194       <method name="Void Bar()">
9195         <size>26</size>
9196       </method>
9197     </type>
9198     <type name="X">
9199       <method name="Void .ctor()">
9200         <size>7</size>
9201       </method>
9202       <method name="Void Main()">
9203         <size>1</size>
9204       </method>
9205     </type>
9206   </test>
9207   <test name="gtest-228.cs">
9208     <type name="GenParAttribute">
9209       <method name="Void .ctor()">
9210         <size>7</size>
9211       </method>
9212     </type>
9213     <type name="cons`2[A,B]">
9214       <method name="Void .ctor()">
9215         <size>7</size>
9216       </method>
9217       <method name="Void abc[M]()">
9218         <size>1</size>
9219       </method>
9220     </type>
9221     <type name="Test">
9222       <method name="Void .ctor()">
9223         <size>7</size>
9224       </method>
9225       <method name="Void Main()">
9226         <size>1</size>
9227       </method>
9228     </type>
9229   </test>
9230   <test name="gtest-229.cs">
9231     <type name="B">
9232       <method name="Void .ctor()">
9233         <size>7</size>
9234       </method>
9235       <method name="Int32 CompareTo(B)">
9236         <size>2</size>
9237       </method>
9238     </type>
9239     <type name="Tester">
9240       <method name="Void .ctor()">
9241         <size>7</size>
9242       </method>
9243       <method name="Int32 Main()">
9244         <size>21</size>
9245       </method>
9246     </type>
9247   </test>
9248   <test name="gtest-231.cs">
9249     <type name="X">
9250       <method name="Void .ctor()">
9251         <size>7</size>
9252       </method>
9253       <method name="Void Main()">
9254         <size>31</size>
9255       </method>
9256     </type>
9257   </test>
9258   <test name="gtest-232.cs">
9259     <type name="M">
9260       <method name="Int32 Main()">
9261         <size>68</size>
9262       </method>
9263       <method name="Void .ctor()">
9264         <size>7</size>
9265       </method>
9266     </type>
9267   </test>
9268   <test name="gtest-233.cs">
9269     <type name="Program">
9270       <method name="Void .ctor()">
9271         <size>7</size>
9272       </method>
9273       <method name="Void Main(System.String[])">
9274         <size>25</size>
9275       </method>
9276       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
9277         <size>1</size>
9278       </method>
9279     </type>
9280   </test>
9281   <test name="gtest-234.cs">
9282     <type name="Test">
9283       <method name="Void .ctor()">
9284         <size>7</size>
9285       </method>
9286       <method name="IFoo`1 GetFooGeneric[T]()">
9287         <size>2</size>
9288       </method>
9289       <method name="IFoo GetFoo()">
9290         <size>7</size>
9291       </method>
9292       <method name="Void Main()">
9293         <size>14</size>
9294       </method>
9295     </type>
9296   </test>
9297   <test name="gtest-235.cs">
9298     <type name="GettingStarted">
9299       <method name="Void .ctor()">
9300         <size>7</size>
9301       </method>
9302       <method name="Void Main()">
9303         <size>13</size>
9304       </method>
9305     </type>
9306   </test>
9307   <test name="gtest-236.cs">
9308     <type name="Foo`1[T]">
9309       <method name="Void .ctor()">
9310         <size>7</size>
9311       </method>
9312       <method name="Int32 Test(Foo`1[T])">
9313         <size>2</size>
9314       </method>
9315       <method name="Int32 Test(Foo`1[System.Int32])">
9316         <size>2</size>
9317       </method>
9318     </type>
9319     <type name="X">
9320       <method name="Void .ctor()">
9321         <size>7</size>
9322       </method>
9323       <method name="Int32 Main()">
9324         <size>59</size>
9325       </method>
9326     </type>
9327   </test>
9328   <test name="gtest-237.cs">
9329     <type name="Foo`1[T]">
9330       <method name="Void .ctor()">
9331         <size>7</size>
9332       </method>
9333       <method name="Int32 Test(T)">
9334         <size>2</size>
9335       </method>
9336       <method name="Int32 Test(Int32)">
9337         <size>2</size>
9338       </method>
9339     </type>
9340     <type name="X">
9341       <method name="Void .ctor()">
9342         <size>7</size>
9343       </method>
9344       <method name="Int32 Main()">
9345         <size>60</size>
9346       </method>
9347     </type>
9348   </test>
9349   <test name="gtest-238.cs">
9350     <type name="X">
9351       <method name="Void .ctor()">
9352         <size>7</size>
9353       </method>
9354       <method name="Int32 Main()">
9355         <size>39</size>
9356       </method>
9357     </type>
9358   </test>
9359   <test name="gtest-239.cs">
9360     <type name="Foo`2[T,U]">
9361       <method name="Void .ctor()">
9362         <size>7</size>
9363       </method>
9364       <method name="Int32 Test(T, U)">
9365         <size>2</size>
9366       </method>
9367       <method name="Int32 Test(Int32, U)">
9368         <size>2</size>
9369       </method>
9370       <method name="Int32 Test(T, Single)">
9371         <size>2</size>
9372       </method>
9373       <method name="Int32 Test(Int32, Single)">
9374         <size>2</size>
9375       </method>
9376     </type>
9377     <type name="X">
9378       <method name="Void .ctor()">
9379         <size>7</size>
9380       </method>
9381       <method name="Int32 Main()">
9382         <size>237</size>
9383       </method>
9384     </type>
9385   </test>
9386   <test name="gtest-240.cs">
9387     <type name="MyClass">
9388       <method name="Void .ctor()">
9389         <size>7</size>
9390       </method>
9391     </type>
9392     <type name="X">
9393       <method name="Void .ctor()">
9394         <size>7</size>
9395       </method>
9396       <method name="Void Main()">
9397         <size>1</size>
9398       </method>
9399     </type>
9400     <type name="MyClass">
9401       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
9402         <size>1</size>
9403       </method>
9404       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
9405         <size>1</size>
9406       </method>
9407       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
9408         <size>1</size>
9409       </method>
9410       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
9411         <size>1</size>
9412       </method>
9413     </type>
9414   </test>
9415   <test name="gtest-241.cs">
9416     <type name="a">
9417       <method name="Void .ctor()">
9418         <size>7</size>
9419       </method>
9420       <method name="Void func[T](T ByRef)">
9421         <size>0</size>
9422       </method>
9423     </type>
9424     <type name="b">
9425       <method name="Void .ctor()">
9426         <size>7</size>
9427       </method>
9428       <method name="Void func[T](T ByRef)">
9429         <size>1</size>
9430       </method>
9431     </type>
9432     <type name="main">
9433       <method name="Void .ctor()">
9434         <size>7</size>
9435       </method>
9436       <method name="Void Main()">
9437         <size>1</size>
9438       </method>
9439     </type>
9440   </test>
9441   <test name="gtest-242.cs">
9442     <type name="Container`1[T]">
9443       <method name="Void .ctor()">
9444         <size>7</size>
9445       </method>
9446     </type>
9447     <type name="ReferenceType">
9448       <method name="Void .ctor()">
9449         <size>7</size>
9450       </method>
9451       <method name="Int32 CompareTo(ReferenceType)">
9452         <size>2</size>
9453       </method>
9454     </type>
9455     <type name="Test">
9456       <method name="Void .ctor()">
9457         <size>7</size>
9458       </method>
9459       <method name="Void Main()">
9460         <size>13</size>
9461       </method>
9462     </type>
9463     <type name="MyValueType">
9464       <method name="Int32 CompareTo(MyValueType)">
9465         <size>2</size>
9466       </method>
9467     </type>
9468   </test>
9469   <test name="gtest-243.cs">
9470     <type name="Foo`1[T]">
9471       <method name="Void .ctor()">
9472         <size>7</size>
9473       </method>
9474       <method name="Void Test(T)">
9475         <size>1</size>
9476       </method>
9477     </type>
9478     <type name="Tests">
9479       <method name="Void .ctor()">
9480         <size>7</size>
9481       </method>
9482       <method name="Void foo[T]()">
9483         <size>1</size>
9484       </method>
9485       <method name="Int32 Test()">
9486         <size>148</size>
9487       </method>
9488       <method name="Int32 Main()">
9489         <size>8</size>
9490       </method>
9491     </type>
9492   </test>
9493   <test name="gtest-244.cs">
9494     <type name="B">
9495       <method name="Void .ctor()">
9496         <size>7</size>
9497       </method>
9498       <method name="T Get[T]()">
9499         <size>10</size>
9500       </method>
9501     </type>
9502     <type name="A">
9503       <method name="Void .ctor()">
9504         <size>7</size>
9505       </method>
9506       <method name="T Get[T]()">
9507         <size>30</size>
9508       </method>
9509       <method name="Void Main()">
9510         <size>12</size>
9511       </method>
9512     </type>
9513   </test>
9514   <test name="gtest-245.cs">
9515     <type name="DerivedGenericClass`1[T]">
9516       <method name="Void .ctor()">
9517         <size>7</size>
9518       </method>
9519       <method name="Void Foo()">
9520         <size>1</size>
9521       </method>
9522       <method name="Void Baz()">
9523         <size>7</size>
9524       </method>
9525     </type>
9526     <type name="BaseClass">
9527       <method name="Void .ctor()">
9528         <size>7</size>
9529       </method>
9530       <method name="Void Foo()">
9531         <size>0</size>
9532       </method>
9533     </type>
9534     <type name="X">
9535       <method name="Void .ctor()">
9536         <size>7</size>
9537       </method>
9538       <method name="Void Main()">
9539         <size>1</size>
9540       </method>
9541     </type>
9542   </test>
9543   <test name="gtest-246.cs">
9544     <type name="TestCase.CTest">
9545       <method name="Void .ctor()">
9546         <size>7</size>
9547       </method>
9548       <method name="Void Main()">
9549         <size>1</size>
9550       </method>
9551       <method name="Void Bar()">
9552         <size>1</size>
9553       </method>
9554     </type>
9555     <type name="TestCase.CGenericTest`2[T,V]">
9556       <method name="Void .ctor()">
9557         <size>7</size>
9558       </method>
9559       <method name="V Foo()">
9560         <size>21</size>
9561       </method>
9562     </type>
9563   </test>
9564   <test name="gtest-247.cs">
9565     <type name="EnumerableBase`1[T]">
9566       <method name="Void .ctor()">
9567         <size>7</size>
9568       </method>
9569       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9570         <size>7</size>
9571       </method>
9572       <method name="IEnumerator`1 GetEnumerator()">
9573         <size>0</size>
9574       </method>
9575     </type>
9576     <type name="CollectionValueBase`1[T]">
9577       <method name="Void .ctor()">
9578         <size>7</size>
9579       </method>
9580       <method name="Void raiseItemsAdded(T, Int32)">
9581         <size>1</size>
9582       </method>
9583       <method name="IEnumerator`1 GetEnumerator()">
9584         <size>0</size>
9585       </method>
9586     </type>
9587     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
9588       <method name="Void .ctor()">
9589         <size>7</size>
9590       </method>
9591     </type>
9592     <type name="CircularQueue`1[T]">
9593       <method name="Void .ctor()">
9594         <size>7</size>
9595       </method>
9596       <method name="IEnumerator`1 GetEnumerator()">
9597         <size>8</size>
9598       </method>
9599       <method name="Void Enqueue(T)">
9600         <size>1</size>
9601       </method>
9602     </type>
9603     <type name="HashSet`1[T]">
9604       <method name="Void .ctor()">
9605         <size>7</size>
9606       </method>
9607       <method name="Void RemoveAll[U](IEnumerable`1)">
9608         <size>7</size>
9609       </method>
9610       <method name="Void AddAll[U](IEnumerable`1)">
9611         <size>63</size>
9612       </method>
9613       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
9614         <size>2</size>
9615       </method>
9616       <method name="IEnumerator`1 GetEnumerator()">
9617         <size>8</size>
9618       </method>
9619     </type>
9620     <type name="X">
9621       <method name="Void .ctor()">
9622         <size>7</size>
9623       </method>
9624       <method name="Void Main()">
9625         <size>1</size>
9626       </method>
9627     </type>
9628     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9629       <method name="Void .ctor()">
9630         <size>7</size>
9631       </method>
9632       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9633         <size>12</size>
9634       </method>
9635       <method name="Boolean MoveNext()">
9636         <size>25</size>
9637       </method>
9638       <method name="Void Dispose()">
9639         <size>8</size>
9640       </method>
9641       <method name="Void Reset()">
9642         <size>6</size>
9643       </method>
9644     </type>
9645     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
9646       <method name="Void .ctor()">
9647         <size>7</size>
9648       </method>
9649       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9650         <size>12</size>
9651       </method>
9652       <method name="Boolean MoveNext()">
9653         <size>25</size>
9654       </method>
9655       <method name="Void Dispose()">
9656         <size>8</size>
9657       </method>
9658       <method name="Void Reset()">
9659         <size>6</size>
9660       </method>
9661     </type>
9662     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9663       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9664         <size>7</size>
9665       </method>
9666     </type>
9667     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
9668       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9669         <size>7</size>
9670       </method>
9671     </type>
9672   </test>
9673   <test name="gtest-248.cs">
9674     <type name="Foo`1[T]">
9675       <method name="Void .ctor()">
9676         <size>7</size>
9677       </method>
9678     </type>
9679     <type name="X">
9680       <method name="Void .ctor()">
9681         <size>7</size>
9682       </method>
9683       <method name="Boolean Test(System.Object)">
9684         <size>19</size>
9685       </method>
9686       <method name="Void Main()">
9687         <size>1</size>
9688       </method>
9689     </type>
9690   </test>
9691   <test name="gtest-249.cs">
9692     <type name="EnumerableBase`1[T]">
9693       <method name="Void .ctor()">
9694         <size>7</size>
9695       </method>
9696       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9697         <size>7</size>
9698       </method>
9699       <method name="IEnumerator`1 GetEnumerator()">
9700         <size>0</size>
9701       </method>
9702     </type>
9703     <type name="ArrayBase`1[T]">
9704       <method name="Void .ctor()">
9705         <size>7</size>
9706       </method>
9707       <method name="IEnumerator`1 GetEnumerator()">
9708         <size>8</size>
9709       </method>
9710     </type>
9711     <type name="HashedArrayList`1[T]">
9712       <method name="Void .ctor()">
9713         <size>7</size>
9714       </method>
9715       <method name="IEnumerator`1 GetEnumerator()">
9716         <size>7</size>
9717       </method>
9718     </type>
9719     <type name="X">
9720       <method name="Void .ctor()">
9721         <size>7</size>
9722       </method>
9723       <method name="Void Main()">
9724         <size>1</size>
9725       </method>
9726     </type>
9727     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9728       <method name="Void .ctor()">
9729         <size>7</size>
9730       </method>
9731       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9732         <size>12</size>
9733       </method>
9734       <method name="Boolean MoveNext()">
9735         <size>25</size>
9736       </method>
9737       <method name="Void Dispose()">
9738         <size>8</size>
9739       </method>
9740       <method name="Void Reset()">
9741         <size>6</size>
9742       </method>
9743       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9744         <size>7</size>
9745       </method>
9746     </type>
9747   </test>
9748   <test name="gtest-250.cs">
9749     <type name="GuardedIndexedSorted`1[T]">
9750       <method name="Void .ctor()">
9751         <size>7</size>
9752       </method>
9753       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
9754         <size>13</size>
9755       </method>
9756     </type>
9757     <type name="X">
9758       <method name="Void .ctor()">
9759         <size>7</size>
9760       </method>
9761       <method name="Void Main()">
9762         <size>1</size>
9763       </method>
9764     </type>
9765     <type name="Fun`2[R,S]">
9766       <method name="Void .ctor(Object, IntPtr)">
9767         <size>0</size>
9768       </method>
9769       <method name="S Invoke(R)">
9770         <size>0</size>
9771       </method>
9772       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
9773         <size>0</size>
9774       </method>
9775       <method name="S EndInvoke(IAsyncResult)">
9776         <size>0</size>
9777       </method>
9778     </type>
9779   </test>
9780   <test name="gtest-251.cs">
9781     <type name="SortedIndexedTester`1[T]">
9782       <method name="Void .ctor()">
9783         <size>7</size>
9784       </method>
9785       <method name="Void Test(ISorted`1)">
9786         <size>24</size>
9787       </method>
9788     </type>
9789     <type name="X">
9790       <method name="Void .ctor()">
9791         <size>7</size>
9792       </method>
9793       <method name="Void Main()">
9794         <size>1</size>
9795       </method>
9796     </type>
9797     <type name="&lt;PrivateImplementationDetails&gt;">
9798       <method name="Void .ctor()">
9799         <size>7</size>
9800       </method>
9801     </type>
9802   </test>
9803   <test name="gtest-252.cs">
9804     <type name="EqualityComparer`1[T]">
9805       <method name="Void .cctor()">
9806         <size>16</size>
9807       </method>
9808       <method name="Void Test()">
9809         <size>1</size>
9810       </method>
9811     </type>
9812     <type name="SequencedEqualityComparer`2[T,W]">
9813       <method name="Void .ctor()">
9814         <size>7</size>
9815       </method>
9816     </type>
9817     <type name="X">
9818       <method name="Void .ctor()">
9819         <size>7</size>
9820       </method>
9821       <method name="Void Main()">
9822         <size>6</size>
9823       </method>
9824     </type>
9825   </test>
9826   <test name="gtest-253.cs">
9827     <type name="CollectionValueTester`2[R,S]">
9828       <method name="Void .ctor()">
9829         <size>7</size>
9830       </method>
9831     </type>
9832     <type name="ExtensibleTester`1[U]">
9833       <method name="Void .ctor(U)">
9834         <size>14</size>
9835       </method>
9836       <method name="Void Direct()">
9837         <size>24</size>
9838       </method>
9839     </type>
9840     <type name="Extensible`1[V]">
9841       <method name="Void .ctor()">
9842         <size>7</size>
9843       </method>
9844       <method name="Void AddAll[W](IEnumerable`1)">
9845         <size>1</size>
9846       </method>
9847     </type>
9848     <type name="X">
9849       <method name="Void .ctor()">
9850         <size>7</size>
9851       </method>
9852       <method name="Void Main()">
9853         <size>20</size>
9854       </method>
9855     </type>
9856   </test>
9857   <test name="gtest-254.cs">
9858     <type name="HashedLinkedList`1[T]">
9859       <method name="Void .ctor()">
9860         <size>7</size>
9861       </method>
9862       <method name="HashedLinkedList`1[T] GetList()">
9863         <size>6</size>
9864       </method>
9865       <method name="Void Test(Int32)">
9866         <size>55</size>
9867       </method>
9868       <method name="Void Test(HashedLinkedList`1[T])">
9869         <size>40</size>
9870       </method>
9871     </type>
9872     <type name="X">
9873       <method name="Void .ctor()">
9874         <size>7</size>
9875       </method>
9876       <method name="Void Main()">
9877         <size>20</size>
9878       </method>
9879     </type>
9880   </test>
9881   <test name="gtest-255.cs">
9882     <type name="A">
9883       <method name="Void .ctor()">
9884         <size>7</size>
9885       </method>
9886       <method name="T Foo[T]()">
9887         <size>0</size>
9888       </method>
9889     </type>
9890     <type name="B">
9891       <method name="Void .ctor()">
9892         <size>7</size>
9893       </method>
9894       <method name="T Foo[T]()">
9895         <size>10</size>
9896       </method>
9897     </type>
9898     <type name="C">
9899       <method name="Void .ctor()">
9900         <size>7</size>
9901       </method>
9902       <method name="Void Main()">
9903         <size>1</size>
9904       </method>
9905     </type>
9906   </test>
9907   <test name="gtest-256.cs">
9908     <type name="Test">
9909       <method name="Void .ctor()">
9910         <size>7</size>
9911       </method>
9912       <method name="IEnumerator`1 GetEnumerator()">
9913         <size>15</size>
9914       </method>
9915       <method name="Void Main()">
9916         <size>11</size>
9917       </method>
9918       <method name="Void Run()">
9919         <size>147</size>
9920       </method>
9921     </type>
9922     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
9923       <method name="Void .ctor()">
9924         <size>7</size>
9925       </method>
9926       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9927         <size>7</size>
9928       </method>
9929       <method name="Boolean MoveNext()">
9930         <size>127</size>
9931       </method>
9932       <method name="Void Dispose()">
9933         <size>8</size>
9934       </method>
9935       <method name="Void Reset()">
9936         <size>6</size>
9937       </method>
9938       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
9939         <size>7</size>
9940       </method>
9941     </type>
9942   </test>
9943   <test name="gtest-257.cs">
9944     <type name="Tests">
9945       <method name="Void .ctor()">
9946         <size>7</size>
9947       </method>
9948       <method name="Void Main()">
9949         <size>32</size>
9950       </method>
9951     </type>
9952   </test>
9953   <test name="gtest-258.cs">
9954     <type name="A">
9955       <method name="Void .ctor()">
9956         <size>7</size>
9957       </method>
9958     </type>
9959     <type name="B">
9960       <method name="Void .ctor()">
9961         <size>7</size>
9962       </method>
9963     </type>
9964     <type name="Foo`1[T]">
9965       <method name="Void .ctor()">
9966         <size>7</size>
9967       </method>
9968     </type>
9969     <type name="X">
9970       <method name="Void .ctor()">
9971         <size>7</size>
9972       </method>
9973       <method name="Void Main()">
9974         <size>7</size>
9975       </method>
9976     </type>
9977   </test>
9978   <test name="gtest-259.cs">
9979     <type name="Class1`1[T]">
9980       <method name="Void .ctor()">
9981         <size>7</size>
9982       </method>
9983       <method name="Void MethodOfClass1(T, MyType)">
9984         <size>14</size>
9985       </method>
9986     </type>
9987     <type name="MyType">
9988       <method name="Void .ctor()">
9989         <size>7</size>
9990       </method>
9991       <method name="Void MethodOfMyBaseType()">
9992         <size>1</size>
9993       </method>
9994     </type>
9995     <type name="MyBaseType">
9996       <method name="Void .ctor()">
9997         <size>7</size>
9998       </method>
9999       <method name="Void MethodOfMyBaseType()">
10000         <size>0</size>
10001       </method>
10002     </type>
10003     <type name="X">
10004       <method name="Void .ctor()">
10005         <size>7</size>
10006       </method>
10007       <method name="Void Main()">
10008         <size>1</size>
10009       </method>
10010     </type>
10011   </test>
10012   <test name="gtest-260.cs">
10013     <type name="A`1[T]">
10014       <method name="Void .ctor()">
10015         <size>7</size>
10016       </method>
10017     </type>
10018     <type name="B`1[T]">
10019       <method name="Void .ctor()">
10020         <size>7</size>
10021       </method>
10022     </type>
10023     <type name="Test">
10024       <method name="Void .ctor()">
10025         <size>7</size>
10026       </method>
10027       <method name="Void .cctor()">
10028         <size>11</size>
10029       </method>
10030       <method name="Void Main()">
10031         <size>1</size>
10032       </method>
10033     </type>
10034   </test>
10035   <test name="gtest-261.cs">
10036     <type name="Cons`2[T,U]">
10037       <method name="Void .ctor(T, U)">
10038         <size>21</size>
10039       </method>
10040       <method name="System.String ToString()">
10041         <size>68</size>
10042       </method>
10043     </type>
10044     <type name="List`1[A]">
10045       <method name="Void .ctor(A)">
10046         <size>9</size>
10047       </method>
10048       <method name="Void .ctor(A, List`1)">
10049         <size>9</size>
10050       </method>
10051       <method name="Void zip[B](List`1[B])">
10052         <size>18</size>
10053       </method>
10054     </type>
10055     <type name="Test">
10056       <method name="Void .ctor()">
10057         <size>7</size>
10058       </method>
10059       <method name="Void Main(System.String[])">
10060         <size>14</size>
10061       </method>
10062     </type>
10063   </test>
10064   <test name="gtest-262.cs">
10065     <type name="Test">
10066       <method name="Void .ctor()">
10067         <size>7</size>
10068       </method>
10069       <method name="Void f1(System.Object)">
10070         <size>1</size>
10071       </method>
10072       <method name="Void f2(System.String)">
10073         <size>1</size>
10074       </method>
10075       <method name="Void f3(Test)">
10076         <size>1</size>
10077       </method>
10078       <method name="Void f4(Int32)">
10079         <size>1</size>
10080       </method>
10081       <method name="Void f5(Int16)">
10082         <size>1</size>
10083       </method>
10084       <method name="Void Main()">
10085         <size>162</size>
10086       </method>
10087       <method name="Void f6(ParamEnum)">
10088         <size>1</size>
10089       </method>
10090     </type>
10091   </test>
10092   <test name="gtest-263.cs">
10093     <type name="Foo`1[S]">
10094       <method name="Void .ctor()">
10095         <size>7</size>
10096       </method>
10097       <method name="ICloneable Test(S)">
10098         <size>12</size>
10099       </method>
10100     </type>
10101     <type name="ConvertHelper">
10102       <method name="IEnumerator`1 Test[S,T](S)">
10103         <size>22</size>
10104       </method>
10105       <method name="Void Main()">
10106         <size>1</size>
10107       </method>
10108     </type>
10109     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
10110       <method name="Void .ctor()">
10111         <size>7</size>
10112       </method>
10113       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10114         <size>12</size>
10115       </method>
10116       <method name="Boolean MoveNext()">
10117         <size>78</size>
10118       </method>
10119       <method name="Void Dispose()">
10120         <size>8</size>
10121       </method>
10122       <method name="Void Reset()">
10123         <size>6</size>
10124       </method>
10125       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
10126         <size>7</size>
10127       </method>
10128     </type>
10129   </test>
10130   <test name="gtest-264.cs">
10131     <type name="BaseList`1[SubType]">
10132       <method name="Void .ctor()">
10133         <size>18</size>
10134       </method>
10135     </type>
10136     <type name="XXX">
10137       <method name="Void .ctor()">
10138         <size>7</size>
10139       </method>
10140     </type>
10141     <type name="Crash">
10142       <method name="Void .ctor()">
10143         <size>7</size>
10144       </method>
10145       <method name="Void Main()">
10146         <size>14</size>
10147       </method>
10148     </type>
10149   </test>
10150   <test name="gtest-265.cs">
10151     <type name="Test">
10152       <method name="Void .ctor()">
10153         <size>7</size>
10154       </method>
10155       <method name="Void Main()">
10156         <size>14</size>
10157       </method>
10158     </type>
10159   </test>
10160   <test name="gtest-266.cs">
10161     <type name="Test`1[T]">
10162       <method name="Void .ctor()">
10163         <size>7</size>
10164       </method>
10165     </type>
10166     <type name="Test`1+Inner`1[T,U]">
10167       <method name="Void .ctor()">
10168         <size>7</size>
10169       </method>
10170       <method name="Void Foo()">
10171         <size>13</size>
10172       </method>
10173     </type>
10174     <type name="Test">
10175       <method name="Void .ctor()">
10176         <size>7</size>
10177       </method>
10178       <method name="Void Main()">
10179         <size>1</size>
10180       </method>
10181     </type>
10182   </test>
10183   <test name="gtest-267.cs">
10184     <type name="T">
10185       <method name="Void .ctor()">
10186         <size>7</size>
10187       </method>
10188       <method name="Void Foo[T](Handler`1[T])">
10189         <size>34</size>
10190       </method>
10191       <method name="Void Response[T](Handler`1[T])">
10192         <size>1</size>
10193       </method>
10194       <method name="Void Main()">
10195         <size>1</size>
10196       </method>
10197     </type>
10198     <type name="Handler`1[T]">
10199       <method name="Void .ctor(Object, IntPtr)">
10200         <size>0</size>
10201       </method>
10202       <method name="Void Invoke(T)">
10203         <size>0</size>
10204       </method>
10205       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
10206         <size>0</size>
10207       </method>
10208       <method name="Void EndInvoke(IAsyncResult)">
10209         <size>0</size>
10210       </method>
10211     </type>
10212     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
10213       <method name="Void .ctor()">
10214         <size>7</size>
10215       </method>
10216       <method name="Void &lt;&gt;m__0(IAsyncResult)">
10217         <size>18</size>
10218       </method>
10219     </type>
10220   </test>
10221   <test name="gtest-268.cs">
10222     <type name="Test">
10223       <method name="Void .ctor()">
10224         <size>7</size>
10225       </method>
10226       <method name="Void Bar()">
10227         <size>7</size>
10228       </method>
10229       <method name="Void Main()">
10230         <size>1</size>
10231       </method>
10232     </type>
10233     <type name="Test+G`1[T]">
10234       <method name="Void .ctor()">
10235         <size>7</size>
10236       </method>
10237     </type>
10238   </test>
10239   <test name="gtest-269.cs">
10240     <type name="X">
10241       <method name="Void .ctor()">
10242         <size>7</size>
10243       </method>
10244       <method name="Int32 Beer(Nullable`1)">
10245         <size>54</size>
10246       </method>
10247       <method name="Int64 PubToLong(IrishPub)">
10248         <size>12</size>
10249       </method>
10250       <method name="Int32 Test(Nullable`1)">
10251         <size>53</size>
10252       </method>
10253       <method name="Int32 TestWithNull(Nullable`1)">
10254         <size>55</size>
10255       </method>
10256       <method name="Nullable`1 Foo(Boolean)">
10257         <size>24</size>
10258       </method>
10259       <method name="Int32 Test(Boolean)">
10260         <size>54</size>
10261       </method>
10262       <method name="Int32 Main()">
10263         <size>194</size>
10264       </method>
10265     </type>
10266     <type name="IrishPub">
10267       <method name="Void .ctor(IrishBeer)">
10268         <size>8</size>
10269       </method>
10270       <method name="Int64 op_Implicit(Nullable`1)">
10271         <size>36</size>
10272       </method>
10273       <method name="Nullable`1 op_Implicit(Int64)">
10274         <size>13</size>
10275       </method>
10276     </type>
10277   </test>
10278   <test name="gtest-270.cs">
10279     <type name="X">
10280       <method name="Void .ctor()">
10281         <size>7</size>
10282       </method>
10283       <method name="Int32 Test(Nullable`1)">
10284         <size>44</size>
10285       </method>
10286       <method name="Int32 Main()">
10287         <size>42</size>
10288       </method>
10289     </type>
10290   </test>
10291   <test name="gtest-271.cs">
10292     <type name="Qux`2[X,V]">
10293       <method name="Void .ctor()">
10294         <size>7</size>
10295       </method>
10296       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10297         <size>8</size>
10298       </method>
10299       <method name="IEnumerator`1 GetEnumerator()">
10300         <size>8</size>
10301       </method>
10302     </type>
10303     <type name="Foo`2[X,V]">
10304       <method name="Void .ctor()">
10305         <size>7</size>
10306       </method>
10307     </type>
10308     <type name="Test`1[T]">
10309       <method name="Void .ctor()">
10310         <size>7</size>
10311       </method>
10312       <method name="Int32 CompareTo(Test`1[T])">
10313         <size>2</size>
10314       </method>
10315     </type>
10316     <type name="X">
10317       <method name="Void .ctor()">
10318         <size>7</size>
10319       </method>
10320       <method name="Void Main()">
10321         <size>55</size>
10322       </method>
10323     </type>
10324     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
10325       <method name="Void .ctor()">
10326         <size>7</size>
10327       </method>
10328       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10329         <size>7</size>
10330       </method>
10331       <method name="Boolean MoveNext()">
10332         <size>25</size>
10333       </method>
10334       <method name="Void Dispose()">
10335         <size>8</size>
10336       </method>
10337       <method name="Void Reset()">
10338         <size>6</size>
10339       </method>
10340     </type>
10341     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
10342       <method name="Void .ctor()">
10343         <size>7</size>
10344       </method>
10345       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10346         <size>12</size>
10347       </method>
10348       <method name="Boolean MoveNext()">
10349         <size>25</size>
10350       </method>
10351       <method name="Void Dispose()">
10352         <size>8</size>
10353       </method>
10354       <method name="Void Reset()">
10355         <size>6</size>
10356       </method>
10357     </type>
10358     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
10359       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
10360         <size>7</size>
10361       </method>
10362     </type>
10363     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
10364       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
10365         <size>7</size>
10366       </method>
10367     </type>
10368   </test>
10369   <test name="gtest-272.cs">
10370     <type name="X">
10371       <method name="Void Foo[T](Handler`1[T])">
10372         <size>27</size>
10373       </method>
10374       <method name="Void Response[T](Handler`1[T])">
10375         <size>1</size>
10376       </method>
10377       <method name="Void Test[T](T)">
10378         <size>1</size>
10379       </method>
10380       <method name="Void Main()">
10381         <size>18</size>
10382       </method>
10383     </type>
10384     <type name="Handler`1[T]">
10385       <method name="Void .ctor(Object, IntPtr)">
10386         <size>0</size>
10387       </method>
10388       <method name="Void Invoke(T)">
10389         <size>0</size>
10390       </method>
10391       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
10392         <size>0</size>
10393       </method>
10394       <method name="Void EndInvoke(IAsyncResult)">
10395         <size>0</size>
10396       </method>
10397     </type>
10398     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
10399       <method name="Void .ctor()">
10400         <size>7</size>
10401       </method>
10402       <method name="Void &lt;&gt;m__0(IAsyncResult)">
10403         <size>12</size>
10404       </method>
10405     </type>
10406   </test>
10407   <test name="gtest-273.cs">
10408     <type name="ThisBaseClass`3[A,B,C]">
10409       <method name="Void .ctor()">
10410         <size>7</size>
10411       </method>
10412     </type>
10413     <type name="ThatBaseClass`3[B,A,C]">
10414       <method name="Void .ctor()">
10415         <size>7</size>
10416       </method>
10417     </type>
10418     <type name="ThisClass`3[A,B,C]">
10419       <method name="Void .ctor()">
10420         <size>7</size>
10421       </method>
10422     </type>
10423     <type name="ThatClass`3[B,A,C]">
10424       <method name="Void .ctor()">
10425         <size>7</size>
10426       </method>
10427     </type>
10428     <type name="ThisClass">
10429       <method name="Void .ctor()">
10430         <size>7</size>
10431       </method>
10432     </type>
10433     <type name="ThatClass">
10434       <method name="Void .ctor()">
10435         <size>7</size>
10436       </method>
10437     </type>
10438     <type name="Test">
10439       <method name="Void .ctor()">
10440         <size>7</size>
10441       </method>
10442       <method name="Void Main()">
10443         <size>1</size>
10444       </method>
10445     </type>
10446   </test>
10447   <test name="gtest-274.cs">
10448     <type name="X">
10449       <method name="Void .ctor()">
10450         <size>7</size>
10451       </method>
10452       <method name="Void Main()">
10453         <size>447</size>
10454       </method>
10455     </type>
10456     <type name="Foo">
10457       <method name="Void .ctor(Int64)">
10458         <size>8</size>
10459       </method>
10460       <method name="Foo op_Implicit(Int64)">
10461         <size>7</size>
10462       </method>
10463     </type>
10464     <type name="Bar">
10465       <method name="Void .ctor(Foo)">
10466         <size>8</size>
10467       </method>
10468       <method name="Bar op_Implicit(Foo)">
10469         <size>7</size>
10470       </method>
10471     </type>
10472     <type name="Baz">
10473       <method name="Void .ctor(Foo)">
10474         <size>8</size>
10475       </method>
10476       <method name="Baz op_Explicit(Foo)">
10477         <size>7</size>
10478       </method>
10479     </type>
10480   </test>
10481   <test name="gtest-275.cs">
10482     <type name="Test">
10483       <method name="Void .ctor()">
10484         <size>7</size>
10485       </method>
10486       <method name="Void Main()">
10487         <size>19</size>
10488       </method>
10489     </type>
10490     <type name="Test+C">
10491       <method name="Void .ctor()">
10492         <size>18</size>
10493       </method>
10494     </type>
10495     <type name="Test+D`2[T,U]">
10496       <method name="Void .ctor()">
10497         <size>18</size>
10498       </method>
10499     </type>
10500     <type name="Test+E`1[T]">
10501       <method name="Void .ctor()">
10502         <size>18</size>
10503       </method>
10504     </type>
10505   </test>
10506   <test name="gtest-276.cs">
10507     <type name="Tests">
10508       <method name="Void .ctor()">
10509         <size>7</size>
10510       </method>
10511       <method name="Int32 Main()">
10512         <size>30</size>
10513       </method>
10514     </type>
10515     <type name="Tests+GenericClass`1[T]">
10516       <method name="Void .ctor()">
10517         <size>7</size>
10518       </method>
10519       <method name="T Z(IList`1, Int32)">
10520         <size>8</size>
10521       </method>
10522     </type>
10523   </test>
10524   <test name="gtest-277.cs">
10525     <type name="X">
10526       <method name="Void .ctor()">
10527         <size>7</size>
10528       </method>
10529       <method name="Void Main()">
10530         <size>1</size>
10531       </method>
10532     </type>
10533   </test>
10534   <test name="gtest-278.cs">
10535     <type name="Program">
10536       <method name="Void .ctor()">
10537         <size>7</size>
10538       </method>
10539       <method name="Int32 Main()">
10540         <size>6</size>
10541       </method>
10542     </type>
10543   </test>
10544   <test name="gtest-279.cs">
10545     <type name="Foo">
10546       <method name="Void .ctor()">
10547         <size>7</size>
10548       </method>
10549       <method name="IList`1 Bar[T]()">
10550         <size>12</size>
10551       </method>
10552       <method name="Void Bar()">
10553         <size>11</size>
10554       </method>
10555     </type>
10556     <type name="BugReport">
10557       <method name="Void .ctor()">
10558         <size>7</size>
10559       </method>
10560       <method name="Void Main(System.String[])">
10561         <size>20</size>
10562       </method>
10563     </type>
10564   </test>
10565   <test name="gtest-280.cs">
10566     <type name="Test">
10567       <method name="Void .ctor()">
10568         <size>7</size>
10569       </method>
10570       <method name="Void Main(System.String[])">
10571         <size>69</size>
10572       </method>
10573     </type>
10574     <type name="Test+TestDel">
10575       <method name="Void .ctor(Object, IntPtr)">
10576         <size>0</size>
10577       </method>
10578       <method name="Int32 Invoke(Int32)">
10579         <size>0</size>
10580       </method>
10581       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
10582         <size>0</size>
10583       </method>
10584       <method name="Int32 EndInvoke(IAsyncResult)">
10585         <size>0</size>
10586       </method>
10587     </type>
10588     <type name="Test">
10589       <method name="Int32 &lt;Main&gt;m__0(Int32)">
10590         <size>2</size>
10591       </method>
10592     </type>
10593   </test>
10594   <test name="gtest-281.cs">
10595     <type name="List">
10596       <method name="Void .ctor()">
10597         <size>7</size>
10598       </method>
10599       <method name="Void AddRange[T](ICollection`1)">
10600         <size>1</size>
10601       </method>
10602     </type>
10603     <type name="Tests">
10604       <method name="Void .ctor()">
10605         <size>7</size>
10606       </method>
10607       <method name="Void Main()">
10608         <size>21</size>
10609       </method>
10610     </type>
10611   </test>
10612   <test name="gtest-282.cs">
10613     <type name="Foo">
10614       <method name="Void .ctor()">
10615         <size>7</size>
10616       </method>
10617     </type>
10618     <type name="Foo+Bar">
10619       <method name="Void .ctor()">
10620         <size>7</size>
10621       </method>
10622     </type>
10623     <type name="C`1[T]">
10624       <method name="Void .ctor()">
10625         <size>7</size>
10626       </method>
10627     </type>
10628     <type name="Test">
10629       <method name="Void .ctor()">
10630         <size>7</size>
10631       </method>
10632       <method name="Void .cctor()">
10633         <size>11</size>
10634       </method>
10635       <method name="Void Main()">
10636         <size>21</size>
10637       </method>
10638     </type>
10639   </test>
10640   <test name="gtest-283.cs">
10641     <type name="Point">
10642       <method name="Void .ctor(Int32, Int32)">
10643         <size>15</size>
10644       </method>
10645     </type>
10646     <type name="TestPoint">
10647       <method name="Void Serialize(IFoo)">
10648         <size>39</size>
10649       </method>
10650       <method name="Void Main()">
10651         <size>1</size>
10652       </method>
10653     </type>
10654   </test>
10655   <test name="gtest-284.cs">
10656     <type name="X">
10657       <method name="Void .ctor()">
10658         <size>7</size>
10659       </method>
10660     </type>
10661     <type name="CollectionTester">
10662       <method name="Int32 Test[T](IList`1)">
10663         <size>67</size>
10664       </method>
10665       <method name="Int32 Test()">
10666         <size>522</size>
10667       </method>
10668     </type>
10669     <type name="InterfaceTester">
10670       <method name="Void .cctor()">
10671         <size>136</size>
10672       </method>
10673       <method name="Int32 Test(System.Type, System.Type[])">
10674         <size>425</size>
10675       </method>
10676       <method name="Int32 Test()">
10677         <size>532</size>
10678       </method>
10679     </type>
10680     <type name="Z">
10681       <method name="Void .ctor()">
10682         <size>7</size>
10683       </method>
10684       <method name="Int32 Test()">
10685         <size>36</size>
10686       </method>
10687       <method name="Int32 Main()">
10688         <size>45</size>
10689       </method>
10690     </type>
10691   </test>
10692   <test name="gtest-285.cs">
10693     <type name="A">
10694       <method name="Void .ctor()">
10695         <size>7</size>
10696       </method>
10697     </type>
10698     <type name="B">
10699       <method name="Void .ctor()">
10700         <size>7</size>
10701       </method>
10702     </type>
10703     <type name="Tests">
10704       <method name="Void .ctor()">
10705         <size>7</size>
10706       </method>
10707       <method name="Void Main()">
10708         <size>38</size>
10709       </method>
10710     </type>
10711   </test>
10712   <test name="gtest-286.cs">
10713     <type name="TestAttribute">
10714       <method name="Void .ctor(Type)">
10715         <size>14</size>
10716       </method>
10717     </type>
10718     <type name="C`1[T]">
10719       <method name="Void .ctor()">
10720         <size>7</size>
10721       </method>
10722       <method name="Void Foo()">
10723         <size>1</size>
10724       </method>
10725     </type>
10726     <type name="C">
10727       <method name="Void .ctor()">
10728         <size>7</size>
10729       </method>
10730       <method name="Int32 Main()">
10731         <size>76</size>
10732       </method>
10733     </type>
10734   </test>
10735   <test name="gtest-287.cs">
10736     <type name="X">
10737       <method name="Void .ctor()">
10738         <size>7</size>
10739       </method>
10740       <method name="Void Main()">
10741         <size>36</size>
10742       </method>
10743       <method name="Void D()">
10744         <size>1</size>
10745       </method>
10746     </type>
10747   </test>
10748   <test name="gtest-288.cs">
10749     <type name="A">
10750       <method name="Void .ctor()">
10751         <size>7</size>
10752       </method>
10753       <method name="Boolean Test(Int32)">
10754         <size>5</size>
10755       </method>
10756     </type>
10757     <type name="B">
10758       <method name="Void .ctor()">
10759         <size>7</size>
10760       </method>
10761       <method name="Void Test()">
10762         <size>1</size>
10763       </method>
10764     </type>
10765     <type name="B+C">
10766       <method name="Void .ctor()">
10767         <size>7</size>
10768       </method>
10769       <method name="Boolean Foo(Int32)">
10770         <size>13</size>
10771       </method>
10772     </type>
10773     <type name="X">
10774       <method name="Void .ctor()">
10775         <size>7</size>
10776       </method>
10777       <method name="Void Main()">
10778         <size>1</size>
10779       </method>
10780     </type>
10781   </test>
10782   <test name="gtest-289.cs">
10783     <type name="C">
10784       <method name="Void .ctor()">
10785         <size>7</size>
10786       </method>
10787       <method name="Void add_Ev1(D)">
10788         <size>24</size>
10789       </method>
10790       <method name="Void remove_Ev1(D)">
10791         <size>24</size>
10792       </method>
10793     </type>
10794     <type name="Consts">
10795       <method name="Void .ctor()">
10796         <size>7</size>
10797       </method>
10798       <method name="Void .cctor()">
10799         <size>1</size>
10800       </method>
10801     </type>
10802     <type name="Test">
10803       <method name="Void .ctor()">
10804         <size>7</size>
10805       </method>
10806       <method name="Int32 Main()">
10807         <size>74</size>
10808       </method>
10809     </type>
10810     <type name="D">
10811       <method name="Void .ctor(Object, IntPtr)">
10812         <size>0</size>
10813       </method>
10814       <method name="Void Invoke()">
10815         <size>0</size>
10816       </method>
10817       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10818         <size>0</size>
10819       </method>
10820       <method name="Void EndInvoke(IAsyncResult)">
10821         <size>0</size>
10822       </method>
10823     </type>
10824   </test>
10825   <test name="gtest-290.cs">
10826     <type name="GenericEventNotUsedTest`1[T]">
10827       <method name="Void .ctor()">
10828         <size>7</size>
10829       </method>
10830       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
10831         <size>24</size>
10832       </method>
10833       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
10834         <size>24</size>
10835       </method>
10836       <method name="Void RaiseTestEvent(T)">
10837         <size>14</size>
10838       </method>
10839     </type>
10840     <type name="TestEntry">
10841       <method name="Void Main()">
10842         <size>1</size>
10843       </method>
10844     </type>
10845     <type name="GenericEventHandler`2[U,V]">
10846       <method name="Void .ctor(Object, IntPtr)">
10847         <size>0</size>
10848       </method>
10849       <method name="Void Invoke(U, V)">
10850         <size>0</size>
10851       </method>
10852       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
10853         <size>0</size>
10854       </method>
10855       <method name="Void EndInvoke(IAsyncResult)">
10856         <size>0</size>
10857       </method>
10858     </type>
10859   </test>
10860   <test name="gtest-291.cs">
10861     <type name="Global">
10862       <method name="Void .ctor()">
10863         <size>7</size>
10864       </method>
10865       <method name="Void Main()">
10866         <size>22</size>
10867       </method>
10868       <method name="System.String Test2(Nullable`1)">
10869         <size>6</size>
10870       </method>
10871     </type>
10872   </test>
10873   <test name="gtest-292.cs">
10874     <type name="Test.A`1[TA]">
10875       <method name="Void .ctor()">
10876         <size>7</size>
10877       </method>
10878     </type>
10879     <type name="X">
10880       <method name="Void .ctor()">
10881         <size>7</size>
10882       </method>
10883       <method name="Void Main()">
10884         <size>1</size>
10885       </method>
10886     </type>
10887     <type name="Test.Handler`1[TA]">
10888       <method name="Void .ctor(Object, IntPtr)">
10889         <size>0</size>
10890       </method>
10891       <method name="Void Invoke(TA)">
10892         <size>0</size>
10893       </method>
10894       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
10895         <size>0</size>
10896       </method>
10897       <method name="Void EndInvoke(IAsyncResult)">
10898         <size>0</size>
10899       </method>
10900     </type>
10901   </test>
10902   <test name="gtest-293.cs">
10903     <type name="Test`1[T]">
10904       <method name="Void .ctor()">
10905         <size>7</size>
10906       </method>
10907       <method name="Void Invalid(T)">
10908         <size>21</size>
10909       </method>
10910       <method name="Void Other(IEnumerable`1)">
10911         <size>1</size>
10912       </method>
10913     </type>
10914     <type name="X">
10915       <method name="Void .ctor()">
10916         <size>7</size>
10917       </method>
10918       <method name="Void Main()">
10919         <size>1</size>
10920       </method>
10921     </type>
10922   </test>
10923   <test name="gtest-294.cs">
10924     <type name="A">
10925       <method name="Void .ctor()">
10926         <size>7</size>
10927       </method>
10928     </type>
10929     <type name="B">
10930       <method name="Void .ctor()">
10931         <size>7</size>
10932       </method>
10933     </type>
10934     <type name="X">
10935       <method name="Void .ctor()">
10936         <size>7</size>
10937       </method>
10938       <method name="A Test(A, B)">
10939         <size>10</size>
10940       </method>
10941       <method name="Int32 Main()">
10942         <size>73</size>
10943       </method>
10944     </type>
10945   </test>
10946   <test name="gtest-295.cs">
10947     <type name="Test.Cache`1[T]">
10948       <method name="Void .ctor()">
10949         <size>7</size>
10950       </method>
10951     </type>
10952     <type name="Test.Base">
10953       <method name="Void .ctor()">
10954         <size>7</size>
10955       </method>
10956     </type>
10957     <type name="Test.MyType`1[T]">
10958       <method name="Void .ctor()">
10959         <size>7</size>
10960       </method>
10961     </type>
10962     <type name="Test.Foo">
10963       <method name="Void .ctor()">
10964         <size>7</size>
10965       </method>
10966       <method name="Void Main()">
10967         <size>7</size>
10968       </method>
10969     </type>
10970   </test>
10971   <test name="gtest-296.cs">
10972     <type name="MyCollection`1[T]">
10973       <method name="Void .ctor()">
10974         <size>7</size>
10975       </method>
10976       <method name="Void Foo()">
10977         <size>14</size>
10978       </method>
10979     </type>
10980     <type name="C">
10981       <method name="Void .ctor()">
10982         <size>7</size>
10983       </method>
10984       <method name="Void Main()">
10985         <size>1</size>
10986       </method>
10987     </type>
10988   </test>
10989   <test name="gtest-297.cs">
10990     <type name="Test">
10991       <method name="Void .ctor()">
10992         <size>7</size>
10993       </method>
10994       <method name="Void Main()">
10995         <size>18</size>
10996       </method>
10997     </type>
10998   </test>
10999   <test name="gtest-298.cs">
11000     <type name="A">
11001       <method name="Void .ctor(TestFunc`1)">
11002         <size>14</size>
11003       </method>
11004     </type>
11005     <type name="TestClass">
11006       <method name="Void .ctor()">
11007         <size>7</size>
11008       </method>
11009       <method name="Void .cctor()">
11010         <size>46</size>
11011       </method>
11012       <method name="Int32 Main()">
11013         <size>6</size>
11014       </method>
11015     </type>
11016     <type name="TestFunc`1[T]">
11017       <method name="Void .ctor(Object, IntPtr)">
11018         <size>0</size>
11019       </method>
11020       <method name="Void Invoke(T)">
11021         <size>0</size>
11022       </method>
11023       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11024         <size>0</size>
11025       </method>
11026       <method name="Void EndInvoke(IAsyncResult)">
11027         <size>0</size>
11028       </method>
11029     </type>
11030     <type name="TestClass">
11031       <method name="Void &lt;a&gt;m__0(Int32)">
11032         <size>7</size>
11033       </method>
11034     </type>
11035   </test>
11036   <test name="gtest-299.cs">
11037     <type name="N.A">
11038       <method name="Void .ctor()">
11039         <size>7</size>
11040       </method>
11041     </type>
11042     <type name="B`1[T]">
11043       <method name="Void .ctor()">
11044         <size>7</size>
11045       </method>
11046     </type>
11047     <type name="Test">
11048       <method name="Void .ctor()">
11049         <size>7</size>
11050       </method>
11051       <method name="Void Main()">
11052         <size>52</size>
11053       </method>
11054     </type>
11055   </test>
11056   <test name="gtest-300.cs">
11057     <type name="Test">
11058       <method name="Void .ctor()">
11059         <size>7</size>
11060       </method>
11061       <method name="Void Main()">
11062         <size>66</size>
11063       </method>
11064     </type>
11065   </test>
11066   <test name="gtest-301.cs">
11067     <type name="Test">
11068       <method name="Void .ctor()">
11069         <size>7</size>
11070       </method>
11071       <method name="Void Main(System.String[])">
11072         <size>23</size>
11073       </method>
11074     </type>
11075   </test>
11076   <test name="gtest-302.cs">
11077     <type name="Test">
11078       <method name="Void .ctor()">
11079         <size>7</size>
11080       </method>
11081       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11082         <size>6</size>
11083       </method>
11084     </type>
11085     <type name="M">
11086       <method name="Void .ctor()">
11087         <size>7</size>
11088       </method>
11089       <method name="Void Main()">
11090         <size>61</size>
11091       </method>
11092     </type>
11093     <type name="Test+GetEnumerator&gt;c__Iterator0">
11094       <method name="Void .ctor()">
11095         <size>7</size>
11096       </method>
11097       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11098         <size>12</size>
11099       </method>
11100       <method name="Boolean MoveNext()">
11101         <size>25</size>
11102       </method>
11103       <method name="Void Dispose()">
11104         <size>8</size>
11105       </method>
11106       <method name="Void Reset()">
11107         <size>6</size>
11108       </method>
11109     </type>
11110     <type name="Test">
11111       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
11112         <size>8</size>
11113       </method>
11114     </type>
11115     <type name="Test+GetEnumerator&gt;c__Iterator0">
11116       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
11117         <size>7</size>
11118       </method>
11119     </type>
11120   </test>
11121   <test name="gtest-303.cs">
11122     <type name="test.BaseClass">
11123       <method name="Void .ctor()">
11124         <size>7</size>
11125       </method>
11126       <method name="System.String get_Hello()">
11127         <size>6</size>
11128       </method>
11129     </type>
11130     <type name="test.Printer">
11131       <method name="Void .ctor()">
11132         <size>7</size>
11133       </method>
11134       <method name="Void Print[T](T)">
11135         <size>0</size>
11136       </method>
11137     </type>
11138     <type name="test.PrinterImpl">
11139       <method name="Void .ctor()">
11140         <size>7</size>
11141       </method>
11142       <method name="Void Print[T](T)">
11143         <size>19</size>
11144       </method>
11145     </type>
11146     <type name="test.Starter">
11147       <method name="Void .ctor()">
11148         <size>7</size>
11149       </method>
11150       <method name="Void Main(System.String[])">
11151         <size>20</size>
11152       </method>
11153     </type>
11154   </test>
11155   <test name="gtest-304.cs">
11156     <type name="test.BaseClass">
11157       <method name="Void .ctor()">
11158         <size>7</size>
11159       </method>
11160       <method name="System.String get_Hello()">
11161         <size>6</size>
11162       </method>
11163     </type>
11164     <type name="test.Printer">
11165       <method name="Void .ctor()">
11166         <size>7</size>
11167       </method>
11168       <method name="Void Print[T](System.Object)">
11169         <size>0</size>
11170       </method>
11171     </type>
11172     <type name="test.PrinterImpl">
11173       <method name="Void .ctor()">
11174         <size>7</size>
11175       </method>
11176       <method name="Void Print[T](System.Object)">
11177         <size>31</size>
11178       </method>
11179     </type>
11180     <type name="test.Starter">
11181       <method name="Void .ctor()">
11182         <size>7</size>
11183       </method>
11184       <method name="Void Main(System.String[])">
11185         <size>20</size>
11186       </method>
11187     </type>
11188   </test>
11189   <test name="gtest-305.cs">
11190     <type name="T">
11191       <method name="Void .ctor()">
11192         <size>82</size>
11193       </method>
11194       <method name="Int32 Main()">
11195         <size>54</size>
11196       </method>
11197     </type>
11198   </test>
11199   <test name="gtest-306.cs">
11200     <type name="FuParentClass`1[Trow]">
11201       <method name="Void .ctor()">
11202         <size>7</size>
11203       </method>
11204     </type>
11205     <type name="FuParentClass`1+FuChildClass[Trow]">
11206       <method name="Void .ctor()">
11207         <size>7</size>
11208       </method>
11209     </type>
11210     <type name="C">
11211       <method name="Void .ctor()">
11212         <size>7</size>
11213       </method>
11214       <method name="Void Main()">
11215         <size>1</size>
11216       </method>
11217     </type>
11218   </test>
11219   <test name="gtest-307.cs">
11220     <type name="Foo`1[T]">
11221       <method name="Void .ctor()">
11222         <size>7</size>
11223       </method>
11224     </type>
11225     <type name="Bar">
11226       <method name="Void .ctor()">
11227         <size>7</size>
11228       </method>
11229       <method name="Int32 g()">
11230         <size>2</size>
11231       </method>
11232       <method name="Int32 Main()">
11233         <size>20</size>
11234       </method>
11235     </type>
11236     <type name="Foo`1+F[T]">
11237       <method name="Void .ctor(Object, IntPtr)">
11238         <size>0</size>
11239       </method>
11240       <method name="Int32 Invoke()">
11241         <size>0</size>
11242       </method>
11243       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11244         <size>0</size>
11245       </method>
11246       <method name="Int32 EndInvoke(IAsyncResult)">
11247         <size>0</size>
11248       </method>
11249     </type>
11250   </test>
11251   <test name="gtest-308.cs">
11252     <type name="Test">
11253       <method name="Void .ctor()">
11254         <size>7</size>
11255       </method>
11256       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
11257         <size>26</size>
11258       </method>
11259       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
11260         <size>26</size>
11261       </method>
11262     </type>
11263     <type name="Foo">
11264       <method name="Void .ctor()">
11265         <size>7</size>
11266       </method>
11267       <method name="Int32 compare(Int32, Int32)">
11268         <size>4</size>
11269       </method>
11270       <method name="Int32 compare(System.String, System.String)">
11271         <size>8</size>
11272       </method>
11273       <method name="Void test(Int32)">
11274         <size>29</size>
11275       </method>
11276       <method name="Void Main()">
11277         <size>141</size>
11278       </method>
11279     </type>
11280     <type name="Test+MyComparison`1[V]">
11281       <method name="Void .ctor(Object, IntPtr)">
11282         <size>0</size>
11283       </method>
11284       <method name="Int32 Invoke(V, V)">
11285         <size>0</size>
11286       </method>
11287       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
11288         <size>0</size>
11289       </method>
11290       <method name="Int32 EndInvoke(IAsyncResult)">
11291         <size>0</size>
11292       </method>
11293     </type>
11294     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
11295       <method name="Void .ctor()">
11296         <size>7</size>
11297       </method>
11298       <method name="Int32 &lt;&gt;m__0(U, U)">
11299         <size>14</size>
11300       </method>
11301     </type>
11302     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
11303       <method name="Void .ctor()">
11304         <size>7</size>
11305       </method>
11306       <method name="Int32 &lt;&gt;m__1(W, W)">
11307         <size>14</size>
11308       </method>
11309     </type>
11310   </test>
11311   <test name="gtest-309.cs">
11312     <type name="Test`2[A,B]">
11313       <method name="Void .ctor()">
11314         <size>7</size>
11315       </method>
11316       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
11317         <size>1</size>
11318       </method>
11319     </type>
11320     <type name="X">
11321       <method name="Void .ctor()">
11322         <size>7</size>
11323       </method>
11324       <method name="Void Main()">
11325         <size>15</size>
11326       </method>
11327     </type>
11328   </test>
11329   <test name="gtest-310.cs">
11330     <type name="MonoBugs.IncompleteGenericInference">
11331       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
11332         <size>1</size>
11333       </method>
11334       <method name="Void Main()">
11335         <size>20</size>
11336       </method>
11337     </type>
11338   </test>
11339   <test name="gtest-312.cs">
11340     <type name="CantCastGenericListToArray">
11341       <method name="Void .ctor()">
11342         <size>7</size>
11343       </method>
11344       <method name="Void Main(System.String[])">
11345         <size>51</size>
11346       </method>
11347     </type>
11348   </test>
11349   <test name="gtest-313.cs">
11350     <type name="Foo`1[T]">
11351       <method name="Void .ctor(TestEnum)">
11352         <size>14</size>
11353       </method>
11354     </type>
11355     <type name="X">
11356       <method name="Void .ctor()">
11357         <size>7</size>
11358       </method>
11359       <method name="Void Main()">
11360         <size>28</size>
11361       </method>
11362     </type>
11363   </test>
11364   <test name="gtest-314.cs">
11365     <type name="test.App">
11366       <method name="Void .ctor()">
11367         <size>7</size>
11368       </method>
11369       <method name="Void Main()">
11370         <size>1</size>
11371       </method>
11372     </type>
11373     <type name="test.ThisClass`2[T,O]">
11374       <method name="Void .ctor()">
11375         <size>7</size>
11376       </method>
11377     </type>
11378     <type name="test.OtherClass`2[O,T]">
11379       <method name="Void .ctor()">
11380         <size>7</size>
11381       </method>
11382       <method name="Void Test(T)">
11383         <size>13</size>
11384       </method>
11385     </type>
11386   </test>
11387   <test name="gtest-315.cs">
11388     <type name="A`1[T]">
11389       <method name="Void .ctor()">
11390         <size>7</size>
11391       </method>
11392     </type>
11393     <type name="A`1+B[T]">
11394       <method name="Void .ctor()">
11395         <size>7</size>
11396       </method>
11397     </type>
11398     <type name="X">
11399       <method name="Void .ctor()">
11400         <size>7</size>
11401       </method>
11402       <method name="Void Main()">
11403         <size>18</size>
11404       </method>
11405     </type>
11406   </test>
11407   <test name="gtest-316.cs">
11408     <type name="X">
11409       <method name="Int32 Main()">
11410         <size>12</size>
11411       </method>
11412       <method name="Void .ctor()">
11413         <size>7</size>
11414       </method>
11415     </type>
11416     <type name="Foo">
11417       <method name="Void .ctor()">
11418         <size>7</size>
11419       </method>
11420     </type>
11421     <type name="Base">
11422       <method name="Void Method[R]()">
11423         <size>0</size>
11424       </method>
11425       <method name="Void .ctor()">
11426         <size>7</size>
11427       </method>
11428     </type>
11429     <type name="Derived">
11430       <method name="Void Method[S]()">
11431         <size>7</size>
11432       </method>
11433       <method name="Void Method2[T]()">
11434         <size>23</size>
11435       </method>
11436       <method name="Void .ctor()">
11437         <size>7</size>
11438       </method>
11439     </type>
11440   </test>
11441   <test name="gtest-317.cs">
11442     <type name="Foo`1[K]">
11443       <method name="Void .ctor()">
11444         <size>7</size>
11445       </method>
11446     </type>
11447     <type name="Bar`1[Q]">
11448       <method name="Void .ctor()">
11449         <size>7</size>
11450       </method>
11451     </type>
11452     <type name="Bar`1+Baz[Q]">
11453       <method name="Void .ctor()">
11454         <size>7</size>
11455       </method>
11456     </type>
11457     <type name="X">
11458       <method name="Void .ctor()">
11459         <size>7</size>
11460       </method>
11461       <method name="Void Main()">
11462         <size>13</size>
11463       </method>
11464     </type>
11465   </test>
11466   <test name="gtest-318.cs">
11467     <type name="Foo`1[K]">
11468       <method name="Void .ctor()">
11469         <size>7</size>
11470       </method>
11471     </type>
11472     <type name="Bar`1[Q]">
11473       <method name="Void .ctor()">
11474         <size>7</size>
11475       </method>
11476     </type>
11477     <type name="Bar`1+Baz[Q]">
11478       <method name="Void .ctor()">
11479         <size>7</size>
11480       </method>
11481     </type>
11482     <type name="Goo`1[Q]">
11483       <method name="Void .ctor()">
11484         <size>7</size>
11485       </method>
11486     </type>
11487     <type name="X">
11488       <method name="Void .ctor()">
11489         <size>7</size>
11490       </method>
11491       <method name="Void Main()">
11492         <size>13</size>
11493       </method>
11494     </type>
11495   </test>
11496   <test name="gtest-319.cs">
11497     <type name="Temp`1[T]">
11498       <method name="Void .ctor()">
11499         <size>7</size>
11500       </method>
11501       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11502         <size>7</size>
11503       </method>
11504       <method name="IEnumerator`1 GetEnumerator()">
11505         <size>8</size>
11506       </method>
11507     </type>
11508     <type name="Temp`1+Foo[T]">
11509       <method name="Void .ctor()">
11510         <size>7</size>
11511       </method>
11512     </type>
11513     <type name="X">
11514       <method name="Void .ctor()">
11515         <size>7</size>
11516       </method>
11517       <method name="Void Main()">
11518         <size>1</size>
11519       </method>
11520     </type>
11521     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
11522       <method name="Void .ctor()">
11523         <size>7</size>
11524       </method>
11525       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11526         <size>7</size>
11527       </method>
11528       <method name="Boolean MoveNext()">
11529         <size>67</size>
11530       </method>
11531       <method name="Void Dispose()">
11532         <size>8</size>
11533       </method>
11534       <method name="Void Reset()">
11535         <size>6</size>
11536       </method>
11537       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
11538         <size>7</size>
11539       </method>
11540     </type>
11541   </test>
11542   <test name="gtest-320.cs">
11543     <type name="Foo`1[K]">
11544       <method name="Void .ctor()">
11545         <size>7</size>
11546       </method>
11547     </type>
11548     <type name="B">
11549       <method name="Void .ctor()">
11550         <size>7</size>
11551       </method>
11552     </type>
11553     <type name="B+C">
11554       <method name="Void .ctor()">
11555         <size>7</size>
11556       </method>
11557     </type>
11558     <type name="X">
11559       <method name="Void .ctor()">
11560         <size>7</size>
11561       </method>
11562       <method name="Void Main()">
11563         <size>1</size>
11564       </method>
11565     </type>
11566   </test>
11567   <test name="gtest-321.cs">
11568     <type name="App">
11569       <method name="Void .ctor()">
11570         <size>7</size>
11571       </method>
11572       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
11573         <size>25</size>
11574       </method>
11575       <method name="Void ADelegate[T](System.String)">
11576         <size>12</size>
11577       </method>
11578       <method name="Void Main(System.String[])">
11579         <size>13</size>
11580       </method>
11581       <method name="Void Run()">
11582         <size>49</size>
11583       </method>
11584     </type>
11585     <type name="App+TGenericDelegate`1[T]">
11586       <method name="Void .ctor(Object, IntPtr)">
11587         <size>0</size>
11588       </method>
11589       <method name="Void Invoke(System.String)">
11590         <size>0</size>
11591       </method>
11592       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
11593         <size>0</size>
11594       </method>
11595       <method name="Void EndInvoke(IAsyncResult)">
11596         <size>0</size>
11597       </method>
11598     </type>
11599   </test>
11600   <test name="gtest-322.cs">
11601     <type name="MyBase`2[K,V]">
11602       <method name="Void .ctor(Callback)">
11603         <size>7</size>
11604       </method>
11605     </type>
11606     <type name="X">
11607       <method name="Void .ctor(Callback)">
11608         <size>8</size>
11609       </method>
11610       <method name="Void Main()">
11611         <size>1</size>
11612       </method>
11613     </type>
11614     <type name="MyBase`2+Callback[K,V]">
11615       <method name="Void .ctor(Object, IntPtr)">
11616         <size>0</size>
11617       </method>
11618       <method name="Void Invoke(K, V)">
11619         <size>0</size>
11620       </method>
11621       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
11622         <size>0</size>
11623       </method>
11624       <method name="Void EndInvoke(IAsyncResult)">
11625         <size>0</size>
11626       </method>
11627     </type>
11628   </test>
11629   <test name="gtest-323.cs">
11630     <type name="MyBase`2[K,V]">
11631       <method name="Void .ctor()">
11632         <size>7</size>
11633       </method>
11634       <method name="Void Hello(MyBase`2+Callback[K,V])">
11635         <size>1</size>
11636       </method>
11637     </type>
11638     <type name="MyBase`2+Callback[K,V]">
11639       <method name="Void .ctor()">
11640         <size>7</size>
11641       </method>
11642     </type>
11643     <type name="X">
11644       <method name="Void .ctor(Callback)">
11645         <size>7</size>
11646       </method>
11647       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
11648         <size>8</size>
11649       </method>
11650       <method name="Void Main()">
11651         <size>1</size>
11652       </method>
11653     </type>
11654   </test>
11655   <test name="gtest-324.cs">
11656     <type name="B">
11657       <method name="Void .ctor()">
11658         <size>19</size>
11659       </method>
11660       <method name="Void add_D(A)">
11661         <size>22</size>
11662       </method>
11663       <method name="Void remove_D(A)">
11664         <size>22</size>
11665       </method>
11666       <method name="Void C()">
11667         <size>36</size>
11668       </method>
11669       <method name="Void F(Int64)">
11670         <size>1</size>
11671       </method>
11672       <method name="Void Main()">
11673         <size>1</size>
11674       </method>
11675     </type>
11676     <type name="A">
11677       <method name="Void .ctor(Object, IntPtr)">
11678         <size>0</size>
11679       </method>
11680       <method name="Void Invoke()">
11681         <size>0</size>
11682       </method>
11683       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11684         <size>0</size>
11685       </method>
11686       <method name="Void EndInvoke(IAsyncResult)">
11687         <size>0</size>
11688       </method>
11689     </type>
11690     <type name="B+&lt;C&gt;c__AnonStorey1">
11691       <method name="Void .ctor()">
11692         <size>7</size>
11693       </method>
11694       <method name="Void &lt;&gt;m__0()">
11695         <size>39</size>
11696       </method>
11697     </type>
11698     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
11699       <method name="Void .ctor()">
11700         <size>7</size>
11701       </method>
11702       <method name="Void &lt;&gt;m__1()">
11703         <size>57</size>
11704       </method>
11705     </type>
11706   </test>
11707   <test name="gtest-325.cs">
11708     <type name="SomeClass`1[T]">
11709       <method name="Void .ctor()">
11710         <size>7</size>
11711       </method>
11712       <method name="Void Foo()">
11713         <size>37</size>
11714       </method>
11715     </type>
11716     <type name="Foo">
11717       <method name="Void .ctor()">
11718         <size>7</size>
11719       </method>
11720       <method name="Void Main()">
11721         <size>13</size>
11722       </method>
11723     </type>
11724   </test>
11725   <test name="gtest-326.cs">
11726     <type name="A">
11727       <method name="Void .ctor()">
11728         <size>7</size>
11729       </method>
11730     </type>
11731     <type name="X">
11732       <method name="Void .ctor()">
11733         <size>7</size>
11734       </method>
11735       <method name="Void Main()">
11736         <size>55</size>
11737       </method>
11738     </type>
11739   </test>
11740   <test name="gtest-327.cs">
11741     <type name="Tester`1[T]">
11742       <method name="Void .ctor()">
11743         <size>7</size>
11744       </method>
11745       <method name="Void Do()">
11746         <size>50</size>
11747       </method>
11748     </type>
11749     <type name="Reference">
11750       <method name="Void .ctor()">
11751         <size>7</size>
11752       </method>
11753       <method name="Void Test()">
11754         <size>1</size>
11755       </method>
11756     </type>
11757     <type name="C">
11758       <method name="Void .ctor()">
11759         <size>7</size>
11760       </method>
11761       <method name="Void Main()">
11762         <size>21</size>
11763       </method>
11764     </type>
11765     <type name="Value">
11766       <method name="Void Test()">
11767         <size>1</size>
11768       </method>
11769     </type>
11770   </test>
11771   <test name="gtest-328.cs">
11772     <type name="App">
11773       <method name="Void .ctor()">
11774         <size>7</size>
11775       </method>
11776       <method name="Void Main()">
11777         <size>34</size>
11778       </method>
11779       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
11780         <size>13</size>
11781       </method>
11782     </type>
11783     <type name="App+MyClass">
11784       <method name="Void .ctor()">
11785         <size>7</size>
11786       </method>
11787     </type>
11788   </test>
11789   <test name="gtest-329.cs">
11790     <type name="NullableInt">
11791       <method name="Void .ctor()">
11792         <size>7</size>
11793       </method>
11794       <method name="Void Main()">
11795         <size>53</size>
11796       </method>
11797     </type>
11798   </test>
11799   <test name="gtest-330.cs">
11800     <type name="BaseCollection`1[T]">
11801       <method name="Void .ctor()">
11802         <size>18</size>
11803       </method>
11804       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11805         <size>17</size>
11806       </method>
11807     </type>
11808     <type name="BaseIntList`1[T]">
11809       <method name="Void .ctor()">
11810         <size>7</size>
11811       </method>
11812     </type>
11813     <type name="IntList">
11814       <method name="Void .ctor()">
11815         <size>7</size>
11816       </method>
11817     </type>
11818     <type name="X">
11819       <method name="Void .ctor()">
11820         <size>7</size>
11821       </method>
11822       <method name="Void Main()">
11823         <size>61</size>
11824       </method>
11825     </type>
11826     <type name="BaseCollection`1[T]">
11827       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
11828         <size>17</size>
11829       </method>
11830     </type>
11831   </test>
11832   <test name="gtest-331.cs">
11833     <type name="Foo`1[T]">
11834       <method name="Void .ctor()">
11835         <size>7</size>
11836       </method>
11837       <method name="Void Map[S](S)">
11838         <size>14</size>
11839       </method>
11840       <method name="Void Test(T)">
11841         <size>12</size>
11842       </method>
11843     </type>
11844     <type name="X">
11845       <method name="Void .ctor()">
11846         <size>7</size>
11847       </method>
11848       <method name="Void Main()">
11849         <size>18</size>
11850       </method>
11851     </type>
11852   </test>
11853   <test name="gtest-332.cs">
11854     <type name="C`1[T]">
11855       <method name="Void .ctor()">
11856         <size>7</size>
11857       </method>
11858       <method name="System.Type Test()">
11859         <size>15</size>
11860       </method>
11861     </type>
11862     <type name="M">
11863       <method name="Void .ctor()">
11864         <size>7</size>
11865       </method>
11866       <method name="Void Main()">
11867         <size>77</size>
11868       </method>
11869     </type>
11870   </test>
11871   <test name="gtest-333.cs">
11872     <type name="Test">
11873       <method name="Void .ctor()">
11874         <size>7</size>
11875       </method>
11876       <method name="Void Main()">
11877         <size>1</size>
11878       </method>
11879       <method name="Void Foo(System.Object)">
11880         <size>20</size>
11881       </method>
11882     </type>
11883   </test>
11884   <test name="gtest-334.cs">
11885     <type name="Test">
11886       <method name="Void .ctor()">
11887         <size>7</size>
11888       </method>
11889       <method name="Int32 Main()">
11890         <size>105</size>
11891       </method>
11892       <method name="Void DelegateMethod(Boolean)">
11893         <size>1</size>
11894       </method>
11895       <method name="Int32 DelegateMethod(Int32)">
11896         <size>2</size>
11897       </method>
11898     </type>
11899     <type name="Test+DelegateA">
11900       <method name="Void .ctor(Object, IntPtr)">
11901         <size>0</size>
11902       </method>
11903       <method name="Void Invoke(Boolean)">
11904         <size>0</size>
11905       </method>
11906       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
11907         <size>0</size>
11908       </method>
11909       <method name="Void EndInvoke(IAsyncResult)">
11910         <size>0</size>
11911       </method>
11912     </type>
11913     <type name="Test+DelegateB">
11914       <method name="Void .ctor(Object, IntPtr)">
11915         <size>0</size>
11916       </method>
11917       <method name="Int32 Invoke(Int32)">
11918         <size>0</size>
11919       </method>
11920       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
11921         <size>0</size>
11922       </method>
11923       <method name="Int32 EndInvoke(IAsyncResult)">
11924         <size>0</size>
11925       </method>
11926     </type>
11927   </test>
11928   <test name="gtest-335.cs">
11929     <type name="TestClass">
11930       <method name="Boolean Test_1()">
11931         <size>43</size>
11932       </method>
11933       <method name="Boolean Test_2()">
11934         <size>48</size>
11935       </method>
11936       <method name="Boolean Test_3()">
11937         <size>46</size>
11938       </method>
11939       <method name="Boolean Test_4()">
11940         <size>29</size>
11941       </method>
11942       <method name="Int32 Main()">
11943         <size>60</size>
11944       </method>
11945       <method name="Void .ctor()">
11946         <size>7</size>
11947       </method>
11948     </type>
11949   </test>
11950   <test name="gtest-336.cs">
11951     <type name="TestAttribute">
11952       <method name="Void .ctor()">
11953         <size>7</size>
11954       </method>
11955       <method name="Void .ctor(Type)">
11956         <size>14</size>
11957       </method>
11958       <method name="System.Object get_Type()">
11959         <size>7</size>
11960       </method>
11961       <method name="Void set_Type(System.Object)">
11962         <size>8</size>
11963       </method>
11964     </type>
11965     <type name="N.C`1[T]">
11966       <method name="Void .ctor()">
11967         <size>7</size>
11968       </method>
11969       <method name="Void Bar()">
11970         <size>1</size>
11971       </method>
11972       <method name="Void Bar2()">
11973         <size>1</size>
11974       </method>
11975       <method name="Void Bar3()">
11976         <size>1</size>
11977       </method>
11978       <method name="Void Bar4()">
11979         <size>1</size>
11980       </method>
11981     </type>
11982     <type name="N.CC">
11983       <method name="Void .ctor()">
11984         <size>7</size>
11985       </method>
11986       <method name="Void Main()">
11987         <size>1</size>
11988       </method>
11989     </type>
11990   </test>
11991   <test name="gtest-337.cs">
11992     <type name="X">
11993       <method name="Void .ctor()">
11994         <size>7</size>
11995       </method>
11996       <method name="Void SetValue[T](System.Object, T)">
11997         <size>1</size>
11998       </method>
11999       <method name="Void Main()">
12000         <size>12</size>
12001       </method>
12002     </type>
12003   </test>
12004   <test name="gtest-338.cs">
12005     <type name="Test">
12006       <method name="Void .ctor()">
12007         <size>7</size>
12008       </method>
12009       <method name="Void Foo[T](IList`1)">
12010         <size>25</size>
12011       </method>
12012       <method name="Void Main()">
12013         <size>13</size>
12014       </method>
12015     </type>
12016     <type name="FooList`1[T]">
12017       <method name="Void .ctor()">
12018         <size>7</size>
12019       </method>
12020       <method name="Int32 IndexOf(T)">
12021         <size>6</size>
12022       </method>
12023       <method name="Void Insert(Int32, T)">
12024         <size>6</size>
12025       </method>
12026       <method name="Void RemoveAt(Int32)">
12027         <size>6</size>
12028       </method>
12029       <method name="T get_Item(Int32)">
12030         <size>6</size>
12031       </method>
12032       <method name="Void set_Item(Int32, T)">
12033         <size>6</size>
12034       </method>
12035       <method name="Void Add(T)">
12036         <size>6</size>
12037       </method>
12038       <method name="Void Clear()">
12039         <size>6</size>
12040       </method>
12041       <method name="Boolean Contains(T)">
12042         <size>6</size>
12043       </method>
12044       <method name="Void CopyTo(T[], Int32)">
12045         <size>6</size>
12046       </method>
12047       <method name="Boolean Remove(T)">
12048         <size>6</size>
12049       </method>
12050       <method name="Int32 get_Count()">
12051         <size>6</size>
12052       </method>
12053       <method name="Boolean get_IsReadOnly()">
12054         <size>6</size>
12055       </method>
12056       <method name="IEnumerator GetEnumerator()">
12057         <size>6</size>
12058       </method>
12059       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12060         <size>6</size>
12061       </method>
12062     </type>
12063   </test>
12064   <test name="gtest-339.cs">
12065     <type name="Program">
12066       <method name="Void .ctor()">
12067         <size>7</size>
12068       </method>
12069       <method name="Void Main()">
12070         <size>11</size>
12071       </method>
12072       <method name="Void SerializeDictionary(IDictionary)">
12073         <size>1</size>
12074       </method>
12075       <method name="Void SerializeDictionary(IDictionary`2)">
12076         <size>1</size>
12077       </method>
12078     </type>
12079     <type name="SerializerLazyDictionary">
12080       <method name="Void .ctor()">
12081         <size>7</size>
12082       </method>
12083       <method name="IEnumerator`1 GetEnumerator()">
12084         <size>2</size>
12085       </method>
12086     </type>
12087     <type name="LazyDictionary">
12088       <method name="Void .ctor()">
12089         <size>7</size>
12090       </method>
12091       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12092         <size>7</size>
12093       </method>
12094       <method name="IEnumerator`1 GetEnumerator()">
12095         <size>0</size>
12096       </method>
12097       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
12098         <size>6</size>
12099       </method>
12100       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
12101         <size>6</size>
12102       </method>
12103       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
12104         <size>6</size>
12105       </method>
12106       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
12107         <size>6</size>
12108       </method>
12109       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
12110         <size>6</size>
12111       </method>
12112       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
12113         <size>6</size>
12114       </method>
12115       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
12116         <size>6</size>
12117       </method>
12118       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
12119         <size>6</size>
12120       </method>
12121       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
12122         <size>6</size>
12123       </method>
12124       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
12125         <size>6</size>
12126       </method>
12127       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
12128         <size>6</size>
12129       </method>
12130       <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)">
12131         <size>6</size>
12132       </method>
12133       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
12134         <size>6</size>
12135       </method>
12136       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
12137         <size>6</size>
12138       </method>
12139       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
12140         <size>6</size>
12141       </method>
12142       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
12143         <size>7</size>
12144       </method>
12145     </type>
12146   </test>
12147   <test name="gtest-340.cs">
12148     <type name="Tests">
12149       <method name="Void .ctor()">
12150         <size>7</size>
12151       </method>
12152       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
12153         <size>7</size>
12154       </method>
12155       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
12156         <size>2</size>
12157       </method>
12158       <method name="System.Reflection.MemberInfo[] foo()">
12159         <size>44</size>
12160       </method>
12161       <method name="Void Main(System.String[])">
12162         <size>12</size>
12163       </method>
12164     </type>
12165   </test>
12166   <test name="gtest-341.cs">
12167     <type name="C">
12168       <method name="Void .ctor()">
12169         <size>7</size>
12170       </method>
12171       <method name="Int32 GetLength()">
12172         <size>2</size>
12173       </method>
12174     </type>
12175     <type name="Tests">
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-342.cs">
12185     <type name="Base`1[T]">
12186       <method name="Void .ctor()">
12187         <size>7</size>
12188       </method>
12189       <method name="T op_Implicit(Base`1[T])">
12190         <size>7</size>
12191       </method>
12192     </type>
12193     <type name="TestMain">
12194       <method name="Void .ctor()">
12195         <size>7</size>
12196       </method>
12197       <method name="Void Main(System.String[])">
12198         <size>1</size>
12199       </method>
12200     </type>
12201   </test>
12202   <test name="gtest-343.cs">
12203     <type name="Implementer">
12204       <method name="Void .ctor()">
12205         <size>7</size>
12206       </method>
12207       <method name="Void Combine[TOImplementer]()">
12208         <size>1</size>
12209       </method>
12210     </type>
12211     <type name="MainClass">
12212       <method name="Void .ctor()">
12213         <size>7</size>
12214       </method>
12215       <method name="Int32 Main()">
12216         <size>8</size>
12217       </method>
12218     </type>
12219   </test>
12220   <test name="gtest-344.cs">
12221     <type name="ConfigurationElement">
12222       <method name="Void .ctor()">
12223         <size>7</size>
12224       </method>
12225       <method name="Void Main()">
12226         <size>1</size>
12227       </method>
12228     </type>
12229     <type name="CustomConfigurationElement">
12230       <method name="Void .ctor()">
12231         <size>7</size>
12232       </method>
12233     </type>
12234     <type name="CustomConfigurationElementCollection">
12235       <method name="Void .ctor()">
12236         <size>7</size>
12237       </method>
12238     </type>
12239     <type name="BaseCollection`1[T]">
12240       <method name="Void .ctor()">
12241         <size>7</size>
12242       </method>
12243     </type>
12244   </test>
12245   <test name="gtest-345.cs">
12246     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
12247       <method name="Void .ctor()">
12248         <size>7</size>
12249       </method>
12250       <method name="Void Dump(System.String)">
12251         <size>6</size>
12252       </method>
12253     </type>
12254     <type name="Parser">
12255       <method name="Void .ctor()">
12256         <size>7</size>
12257       </method>
12258       <method name="Void NoCall[T](T)">
12259         <size>1</size>
12260       </method>
12261       <method name="Int32 Main()">
12262         <size>2</size>
12263       </method>
12264     </type>
12265   </test>
12266   <test name="gtest-346.cs">
12267     <type name="test">
12268       <method name="Void .ctor()">
12269         <size>7</size>
12270       </method>
12271       <method name="Void CreateSimpleCallSite[A]()">
12272         <size>1</size>
12273       </method>
12274       <method name="Void CreateSimpleCallSite[A](Int32)">
12275         <size>1</size>
12276       </method>
12277       <method name="Void CreateSimpleCallSite(Int32)">
12278         <size>1</size>
12279       </method>
12280       <method name="Void Main()">
12281         <size>1</size>
12282       </method>
12283     </type>
12284   </test>
12285   <test name="gtest-347.cs">
12286     <type name="X">
12287       <method name="Void .ctor()">
12288         <size>7</size>
12289       </method>
12290       <method name="IEnumerable`1 Enumerable[T](System.String)">
12291         <size>6</size>
12292       </method>
12293       <method name="IEnumerable Enumerable(Int32)">
12294         <size>6</size>
12295       </method>
12296       <method name="IEnumerable Enumerable(System.String)">
12297         <size>6</size>
12298       </method>
12299       <method name="Void Main()">
12300         <size>1</size>
12301       </method>
12302     </type>
12303   </test>
12304   <test name="gtest-348.cs">
12305     <type name="Bar`1[U]">
12306       <method name="Void .ctor()">
12307         <size>7</size>
12308       </method>
12309       <method name="Void OnWorldDestroyed()">
12310         <size>1</size>
12311       </method>
12312     </type>
12313     <type name="Baz`1[U]">
12314       <method name="Void .ctor()">
12315         <size>7</size>
12316       </method>
12317       <method name="Void DestroyWorld(U)">
12318         <size>14</size>
12319       </method>
12320     </type>
12321     <type name="Bling">
12322       <method name="Void .ctor()">
12323         <size>7</size>
12324       </method>
12325       <method name="Void Main()">
12326         <size>1</size>
12327       </method>
12328     </type>
12329   </test>
12330   <test name="gtest-349.cs">
12331     <type name="X">
12332       <method name="Void .ctor()">
12333         <size>7</size>
12334       </method>
12335       <method name="Int32 Main()">
12336         <size>103</size>
12337       </method>
12338       <method name="Int32 f2(IList, IList)">
12339         <size>2</size>
12340       </method>
12341       <method name="Int32 f2(IList, System.Object)">
12342         <size>2</size>
12343       </method>
12344     </type>
12345     <type name="X+Function`3[T1,T2,R]">
12346       <method name="Void .ctor(Object, IntPtr)">
12347         <size>0</size>
12348       </method>
12349       <method name="R Invoke(T1, T2)">
12350         <size>0</size>
12351       </method>
12352       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
12353         <size>0</size>
12354       </method>
12355       <method name="R EndInvoke(IAsyncResult)">
12356         <size>0</size>
12357       </method>
12358     </type>
12359   </test>
12360   <test name="gtest-350.cs">
12361     <type name="Foo`1[T]">
12362       <method name="Void .ctor()">
12363         <size>7</size>
12364       </method>
12365       <method name="Boolean Equals(T)">
12366         <size>0</size>
12367       </method>
12368     </type>
12369     <type name="C">
12370       <method name="Void .ctor()">
12371         <size>7</size>
12372       </method>
12373       <method name="Void Main()">
12374         <size>1</size>
12375       </method>
12376     </type>
12377   </test>
12378   <test name="gtest-351.cs">
12379     <type name="TestThing">
12380       <method name="Void .ctor()">
12381         <size>7</size>
12382       </method>
12383     </type>
12384     <type name="Test">
12385       <method name="Void .ctor()">
12386         <size>7</size>
12387       </method>
12388       <method name="Int32 Main(System.String[])">
12389         <size>36</size>
12390       </method>
12391     </type>
12392     <type name="TestThing">
12393       <method name="Int32 SetEnum(System.String, System.Enum)">
12394         <size>2</size>
12395       </method>
12396       <method name="Int32 SetEnum(Int32, System.Enum)">
12397         <size>2</size>
12398       </method>
12399     </type>
12400   </test>
12401   <test name="gtest-352.cs">
12402     <type name="T">
12403       <method name="Void .ctor()">
12404         <size>7</size>
12405       </method>
12406       <method name="Int32 Main()">
12407         <size>125</size>
12408       </method>
12409     </type>
12410     <type name="D">
12411       <method name="Void .ctor(Int32)">
12412         <size>8</size>
12413       </method>
12414       <method name="Void .cctor()">
12415         <size>12</size>
12416       </method>
12417     </type>
12418   </test>
12419   <test name="gtest-353.cs">
12420     <type name="Bug.RedSkyTimeCode">
12421       <method name="Void .ctor()">
12422         <size>7</size>
12423       </method>
12424       <method name="Void CopyTo(Bug.xxx*)">
12425         <size>99</size>
12426       </method>
12427       <method name="Void Main()">
12428         <size>1</size>
12429       </method>
12430       <method name="Void Convert(Bug.xxx*, UInt64*)">
12431         <size>93</size>
12432       </method>
12433     </type>
12434   </test>
12435   <test name="gtest-354.cs">
12436     <type name="M">
12437       <method name="Void .ctor()">
12438         <size>7</size>
12439       </method>
12440       <method name="Void Main()">
12441         <size>1</size>
12442       </method>
12443     </type>
12444   </test>
12445   <test name="gtest-355.cs">
12446     <type name="A">
12447       <method name="Void .ctor()">
12448         <size>7</size>
12449       </method>
12450       <method name="System.String Foo[T](System.String)">
12451         <size>6</size>
12452       </method>
12453       <method name="Boolean Foo(System.String)">
12454         <size>2</size>
12455       </method>
12456     </type>
12457     <type name="B">
12458       <method name="Void .ctor()">
12459         <size>7</size>
12460       </method>
12461       <method name="System.String Foo[T](System.String)">
12462         <size>6</size>
12463       </method>
12464       <method name="Boolean Goo(System.String)">
12465         <size>8</size>
12466       </method>
12467       <method name="Boolean Foo(System.String)">
12468         <size>2</size>
12469       </method>
12470     </type>
12471     <type name="C">
12472       <method name="Void .ctor()">
12473         <size>7</size>
12474       </method>
12475       <method name="Void Main()">
12476         <size>1</size>
12477       </method>
12478     </type>
12479   </test>
12480   <test name="gtest-356.cs">
12481     <type name="A`1[T]">
12482       <method name="Void .ctor()">
12483         <size>7</size>
12484       </method>
12485       <method name="Void Foo(B+E)">
12486         <size>1</size>
12487       </method>
12488     </type>
12489     <type name="B`1[U]">
12490       <method name="Void .ctor()">
12491         <size>7</size>
12492       </method>
12493     </type>
12494     <type name="B">
12495       <method name="Void .ctor()">
12496         <size>7</size>
12497       </method>
12498     </type>
12499     <type name="B+E">
12500       <method name="Void .ctor()">
12501         <size>7</size>
12502       </method>
12503     </type>
12504     <type name="C">
12505       <method name="Void .ctor()">
12506         <size>7</size>
12507       </method>
12508       <method name="Void Main()">
12509         <size>1</size>
12510       </method>
12511     </type>
12512   </test>
12513   <test name="gtest-357.cs">
12514     <type name="C`1[T]">
12515       <method name="Void .ctor()">
12516         <size>7</size>
12517       </method>
12518     </type>
12519     <type name="D`1[U]">
12520       <method name="Void .ctor()">
12521         <size>7</size>
12522       </method>
12523     </type>
12524     <type name="X">
12525       <method name="Void .ctor()">
12526         <size>7</size>
12527       </method>
12528       <method name="Void Main()">
12529         <size>1</size>
12530       </method>
12531     </type>
12532   </test>
12533   <test name="gtest-358.cs">
12534     <type name="Test">
12535       <method name="Void .ctor()">
12536         <size>7</size>
12537       </method>
12538     </type>
12539     <type name="Foo">
12540       <method name="Boolean op_Equality(Foo, Foo)">
12541         <size>6</size>
12542       </method>
12543       <method name="Boolean op_Inequality(Foo, Foo)">
12544         <size>6</size>
12545       </method>
12546     </type>
12547     <type name="S2">
12548       <method name="Boolean op_Equality(S2, Nullable`1)">
12549         <size>6</size>
12550       </method>
12551       <method name="Boolean op_Inequality(S2, Nullable`1)">
12552         <size>6</size>
12553       </method>
12554     </type>
12555     <type name="S3">
12556       <method name="Decimal op_Inequality(S3, System.Object)">
12557         <size>7</size>
12558       </method>
12559       <method name="Decimal op_Equality(S3, System.Object)">
12560         <size>7</size>
12561       </method>
12562     </type>
12563     <type name="Test">
12564       <method name="Int32 Main()">
12565         <size>97</size>
12566       </method>
12567     </type>
12568   </test>
12569   <test name="gtest-359.cs">
12570     <type name="BaseGeneric`1[T]">
12571       <method name="Void .ctor()">
12572         <size>7</size>
12573       </method>
12574     </type>
12575     <type name="BaseGeneric`1+InnerDerived[T]">
12576       <method name="Void .ctor(T)">
12577         <size>7</size>
12578       </method>
12579     </type>
12580     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
12581       <method name="Void .ctor(T, U)">
12582         <size>7</size>
12583       </method>
12584     </type>
12585     <type name="BaseConcrete">
12586       <method name="Void .ctor()">
12587         <size>7</size>
12588       </method>
12589     </type>
12590     <type name="Concrete_A">
12591       <method name="Void .ctor()">
12592         <size>7</size>
12593       </method>
12594     </type>
12595     <type name="Concrete_B">
12596       <method name="Void .ctor()">
12597         <size>7</size>
12598       </method>
12599     </type>
12600     <type name="BaseGeneric_2`2[T,U]">
12601       <method name="Void .ctor()">
12602         <size>7</size>
12603       </method>
12604     </type>
12605     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
12606       <method name="Void .ctor(T, U)">
12607         <size>7</size>
12608       </method>
12609     </type>
12610     <type name="BaseGeneric_1`1[T]">
12611       <method name="Void .ctor()">
12612         <size>7</size>
12613       </method>
12614     </type>
12615     <type name="Concrete_2">
12616       <method name="Void .ctor()">
12617         <size>7</size>
12618       </method>
12619     </type>
12620     <type name="Program">
12621       <method name="Void .ctor()">
12622         <size>7</size>
12623       </method>
12624       <method name="Void Main()">
12625         <size>40</size>
12626       </method>
12627     </type>
12628   </test>
12629   <test name="gtest-360.cs">
12630     <type name="C">
12631       <method name="Void .ctor()">
12632         <size>7</size>
12633       </method>
12634       <method name="Int32 Foo[T](T, System.Object[])">
12635         <size>2</size>
12636       </method>
12637       <method name="Int32 Foo(System.String, System.Object[])">
12638         <size>2</size>
12639       </method>
12640       <method name="Int32 InvokeMethod(System.String, System.Object[])">
12641         <size>8</size>
12642       </method>
12643       <method name="Int32 Main()">
12644         <size>17</size>
12645       </method>
12646     </type>
12647   </test>
12648   <test name="gtest-361.cs">
12649     <type name="Thing">
12650       <method name="Void .ctor()">
12651         <size>7</size>
12652       </method>
12653       <method name="Void Foo()">
12654         <size>1</size>
12655       </method>
12656       <method name="Int32 Main()">
12657         <size>164</size>
12658       </method>
12659       <method name="Void Method(Thing+Handler, System.String[])">
12660         <size>1</size>
12661       </method>
12662     </type>
12663     <type name="Thing+Handler">
12664       <method name="Void .ctor(Object, IntPtr)">
12665         <size>0</size>
12666       </method>
12667       <method name="Void Invoke()">
12668         <size>0</size>
12669       </method>
12670       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12671         <size>0</size>
12672       </method>
12673       <method name="Void EndInvoke(IAsyncResult)">
12674         <size>0</size>
12675       </method>
12676     </type>
12677     <type name="Thing">
12678       <method name="Void &lt;Main&gt;m__0()">
12679         <size>1</size>
12680       </method>
12681       <method name="Void &lt;Main&gt;m__1()">
12682         <size>1</size>
12683       </method>
12684     </type>
12685   </test>
12686   <test name="gtest-362.cs">
12687     <type name="C">
12688       <method name="Void .ctor()">
12689         <size>7</size>
12690       </method>
12691       <method name="Void Assert[T](T)">
12692         <size>1</size>
12693       </method>
12694       <method name="Void Assert[T](T, T)">
12695         <size>1</size>
12696       </method>
12697       <method name="Int32 Main()">
12698         <size>83</size>
12699       </method>
12700     </type>
12701   </test>
12702   <test name="gtest-363.cs">
12703     <type name="Test">
12704       <method name="Void .ctor()">
12705         <size>7</size>
12706       </method>
12707       <method name="Void InsertAt[T](T[], Int32, T[])">
12708         <size>1</size>
12709       </method>
12710       <method name="Void Main()">
12711         <size>39</size>
12712       </method>
12713     </type>
12714   </test>
12715   <test name="gtest-364.cs">
12716     <type name="BugReport.Program">
12717       <method name="Void .ctor()">
12718         <size>7</size>
12719       </method>
12720       <method name="Int32 Main()">
12721         <size>307</size>
12722       </method>
12723     </type>
12724     <type name="BugReport.A">
12725       <method name="Void .ctor()">
12726         <size>7</size>
12727       </method>
12728       <method name="Nullable`1 get_Counter()">
12729         <size>7</size>
12730       </method>
12731       <method name="Void set_Counter(Nullable`1)">
12732         <size>8</size>
12733       </method>
12734     </type>
12735   </test>
12736   <test name="gtest-365.cs">
12737     <type name="B.Program">
12738       <method name="Void .ctor()">
12739         <size>7</size>
12740       </method>
12741       <method name="Int32 Main()">
12742         <size>51</size>
12743       </method>
12744     </type>
12745   </test>
12746   <test name="gtest-366.cs">
12747     <type name="Tester">
12748       <method name="Void .ctor()">
12749         <size>7</size>
12750       </method>
12751       <method name="Void Assert[T](T, T)">
12752         <size>1</size>
12753       </method>
12754       <method name="Void Main()">
12755         <size>20</size>
12756       </method>
12757     </type>
12758     <type name="MyType">
12759       <method name="Void .ctor(Int32)">
12760         <size>8</size>
12761       </method>
12762       <method name="Int32 op_Implicit(MyType)">
12763         <size>8</size>
12764       </method>
12765     </type>
12766   </test>
12767   <test name="gtest-367.cs">
12768     <type name="Foo">
12769       <method name="Void .ctor()">
12770         <size>7</size>
12771       </method>
12772     </type>
12773     <type name="Repro">
12774       <method name="Void .ctor()">
12775         <size>7</size>
12776       </method>
12777       <method name="Void Bar[TFoo](TFoo)">
12778         <size>19</size>
12779       </method>
12780       <method name="Void Baz[T](T, System.Action`1[T])">
12781         <size>8</size>
12782       </method>
12783       <method name="Void Main()">
12784         <size>1</size>
12785       </method>
12786       <method name="Void Gazonk(Repro)">
12787         <size>1</size>
12788       </method>
12789     </type>
12790   </test>
12791   <test name="gtest-368.cs">
12792     <type name="C`1[T]">
12793       <method name="Void .ctor(D)">
12794         <size>7</size>
12795       </method>
12796       <method name="Void .ctor()">
12797         <size>7</size>
12798       </method>
12799     </type>
12800     <type name="C`1+D[T]">
12801       <method name="Void .ctor()">
12802         <size>7</size>
12803       </method>
12804     </type>
12805     <type name="M">
12806       <method name="Void .ctor()">
12807         <size>7</size>
12808       </method>
12809       <method name="Void Main()">
12810         <size>1</size>
12811       </method>
12812     </type>
12813   </test>
12814   <test name="gtest-369.cs">
12815     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
12816       <method name="Void .ctor()">
12817         <size>7</size>
12818       </method>
12819       <method name="IList`1 Query[Extent](IList`1, IList`1)">
12820         <size>2</size>
12821       </method>
12822       <method name="IList Query()">
12823         <size>2</size>
12824       </method>
12825     </type>
12826     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
12827       <method name="Void .ctor()">
12828         <size>7</size>
12829       </method>
12830     </type>
12831     <type name="Db4objects.Db4o.Internal.M">
12832       <method name="Void .ctor()">
12833         <size>7</size>
12834       </method>
12835       <method name="Void Main()">
12836         <size>1</size>
12837       </method>
12838     </type>
12839     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
12840       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
12841         <size>7</size>
12842       </method>
12843       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
12844         <size>9</size>
12845       </method>
12846     </type>
12847   </test>
12848   <test name="gtest-370.cs">
12849     <type name="N2.X`1[T]">
12850       <method name="Void .ctor()">
12851         <size>7</size>
12852       </method>
12853     </type>
12854     <type name="N2.X`1+A`1[T,T]">
12855       <method name="Void .ctor()">
12856         <size>7</size>
12857       </method>
12858     </type>
12859     <type name="N2.X`1+A`1+B`1[T,T,T]">
12860       <method name="Void .ctor()">
12861         <size>7</size>
12862       </method>
12863     </type>
12864     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
12865       <method name="Void .ctor()">
12866         <size>7</size>
12867       </method>
12868     </type>
12869     <type name="N2.C">
12870       <method name="Void .ctor()">
12871         <size>7</size>
12872       </method>
12873       <method name="Void Main()">
12874         <size>1</size>
12875       </method>
12876     </type>
12877   </test>
12878   <test name="gtest-371.cs">
12879     <type name="X">
12880       <method name="Void .ctor()">
12881         <size>7</size>
12882       </method>
12883       <method name="Void Main()">
12884         <size>86</size>
12885       </method>
12886     </type>
12887     <type name="&lt;PrivateImplementationDetails&gt;">
12888       <method name="Void .ctor()">
12889         <size>7</size>
12890       </method>
12891     </type>
12892   </test>
12893   <test name="gtest-372.cs">
12894     <type name="TestClass`1[T]">
12895       <method name="Void .ctor()">
12896         <size>7</size>
12897       </method>
12898       <method name="Boolean Check(T, T)">
12899         <size>15</size>
12900       </method>
12901     </type>
12902     <type name="C">
12903       <method name="Void .ctor()">
12904         <size>7</size>
12905       </method>
12906     </type>
12907     <type name="TestClass2`1[T]">
12908       <method name="Void .ctor()">
12909         <size>7</size>
12910       </method>
12911       <method name="Boolean Check(T, T)">
12912         <size>15</size>
12913       </method>
12914     </type>
12915     <type name="X">
12916       <method name="Void .ctor()">
12917         <size>7</size>
12918       </method>
12919       <method name="Int32 Main()">
12920         <size>28</size>
12921       </method>
12922     </type>
12923   </test>
12924   <test name="gtest-373.cs">
12925     <type name="MonoBug.MainClass">
12926       <method name="Void .ctor()">
12927         <size>7</size>
12928       </method>
12929       <method name="Void Main()">
12930         <size>29</size>
12931       </method>
12932     </type>
12933     <type name="MonoBug.GenericType`1[T]">
12934       <method name="Void .ctor(T)">
12935         <size>14</size>
12936       </method>
12937       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
12938         <size>7</size>
12939       </method>
12940     </type>
12941   </test>
12942   <test name="gtest-374.cs">
12943     <type name="aClass">
12944       <method name="Void .ctor()">
12945         <size>7</size>
12946       </method>
12947       <method name="Void Main(System.String[])">
12948         <size>14</size>
12949       </method>
12950     </type>
12951   </test>
12952   <test name="gtest-375.cs">
12953     <type name="X">
12954       <method name="Void .ctor()">
12955         <size>7</size>
12956       </method>
12957       <method name="Boolean Compute(Int32)">
12958         <size>2</size>
12959       </method>
12960       <method name="Boolean Compute2(Int32)">
12961         <size>2</size>
12962       </method>
12963       <method name="Int32 Main()">
12964         <size>28</size>
12965       </method>
12966     </type>
12967   </test>
12968   <test name="gtest-376.cs">
12969     <type name="C">
12970       <method name="Void .ctor()">
12971         <size>7</size>
12972       </method>
12973       <method name="Void Main()">
12974         <size>1</size>
12975       </method>
12976     </type>
12977     <type name="S`1[T]">
12978       <method name="System.Object Box(Nullable`1)">
12979         <size>30</size>
12980       </method>
12981     </type>
12982   </test>
12983   <test name="gtest-377.cs">
12984     <type name="D">
12985       <method name="Void .cctor()">
12986         <size>26</size>
12987       </method>
12988       <method name="Void Main()">
12989         <size>88</size>
12990       </method>
12991     </type>
12992   </test>
12993   <test name="gtest-378.cs">
12994     <type name="Test">
12995       <method name="Void .ctor()">
12996         <size>7</size>
12997       </method>
12998       <method name="System.Object FooG[T](Nullable`1)">
12999         <size>7</size>
13000       </method>
13001       <method name="System.Object Foo(Nullable`1)">
13002         <size>7</size>
13003       </method>
13004       <method name="Int32 Main()">
13005         <size>58</size>
13006       </method>
13007     </type>
13008   </test>
13009   <test name="gtest-379.cs">
13010     <type name="C">
13011       <method name="Void .ctor()">
13012         <size>7</size>
13013       </method>
13014       <method name="Int32 Print(Nullable`1)">
13015         <size>16</size>
13016       </method>
13017       <method name="Int32 Main()">
13018         <size>15</size>
13019       </method>
13020     </type>
13021     <type name="S">
13022       <method name="Boolean op_Equality(S, S)">
13023         <size>2</size>
13024       </method>
13025       <method name="Boolean op_Inequality(S, S)">
13026         <size>2</size>
13027       </method>
13028     </type>
13029   </test>
13030   <test name="gtest-380.cs">
13031     <type name="Test">
13032       <method name="Void .ctor()">
13033         <size>7</size>
13034       </method>
13035       <method name="Int32 Main()">
13036         <size>175</size>
13037       </method>
13038     </type>
13039     <type name="GTest`1[T]">
13040       <method name="Void .ctor()">
13041         <size>7</size>
13042       </method>
13043       <method name="Void .cctor()">
13044         <size>13</size>
13045       </method>
13046     </type>
13047   </test>
13048   <test name="gtest-381.cs">
13049     <type name="TestGoto">
13050       <method name="Void .ctor()">
13051         <size>7</size>
13052       </method>
13053       <method name="Void .cctor()">
13054         <size>7</size>
13055       </method>
13056       <method name="Void Main(System.String[])">
13057         <size>69</size>
13058       </method>
13059       <method name="IEnumerable`1 setX()">
13060         <size>16</size>
13061       </method>
13062       <method name="IEnumerable`1 test()">
13063         <size>16</size>
13064       </method>
13065     </type>
13066     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
13067       <method name="Void .ctor()">
13068         <size>7</size>
13069       </method>
13070       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13071         <size>12</size>
13072       </method>
13073       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13074         <size>7</size>
13075       </method>
13076       <method name="Boolean MoveNext()">
13077         <size>104</size>
13078       </method>
13079       <method name="Void Dispose()">
13080         <size>46</size>
13081       </method>
13082       <method name="Void Reset()">
13083         <size>6</size>
13084       </method>
13085     </type>
13086     <type name="TestGoto+&lt;test&gt;c__Iterator1">
13087       <method name="Void .ctor()">
13088         <size>7</size>
13089       </method>
13090       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13091         <size>12</size>
13092       </method>
13093       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13094         <size>7</size>
13095       </method>
13096       <method name="Boolean MoveNext()">
13097         <size>178</size>
13098       </method>
13099       <method name="Void Dispose()">
13100         <size>62</size>
13101       </method>
13102       <method name="Void Reset()">
13103         <size>6</size>
13104       </method>
13105     </type>
13106     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
13107       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
13108         <size>7</size>
13109       </method>
13110       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
13111         <size>26</size>
13112       </method>
13113     </type>
13114     <type name="TestGoto+&lt;test&gt;c__Iterator1">
13115       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
13116         <size>7</size>
13117       </method>
13118       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
13119         <size>26</size>
13120       </method>
13121     </type>
13122   </test>
13123   <test name="gtest-382.cs">
13124     <type name="C">
13125       <method name="Void .ctor()">
13126         <size>7</size>
13127       </method>
13128       <method name="Int32 Main()">
13129         <size>76</size>
13130       </method>
13131     </type>
13132   </test>
13133   <test name="gtest-383.cs">
13134     <type name="C">
13135       <method name="Void .ctor()">
13136         <size>7</size>
13137       </method>
13138       <method name="Int32 Main()">
13139         <size>260</size>
13140       </method>
13141     </type>
13142     <type name="MyTypeA">
13143       <method name="Void .ctor(Int16)">
13144         <size>8</size>
13145       </method>
13146       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
13147         <size>6</size>
13148       </method>
13149       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
13150         <size>2</size>
13151       </method>
13152       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
13153         <size>6</size>
13154       </method>
13155       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
13156         <size>6</size>
13157       </method>
13158       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
13159         <size>6</size>
13160       </method>
13161     </type>
13162     <type name="MyTypeB">
13163       <method name="Void .ctor(Int16)">
13164         <size>8</size>
13165       </method>
13166       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
13167         <size>2</size>
13168       </method>
13169       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
13170         <size>2</size>
13171       </method>
13172       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
13173         <size>2</size>
13174       </method>
13175       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
13176         <size>2</size>
13177       </method>
13178       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
13179         <size>2</size>
13180       </method>
13181       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
13182         <size>2</size>
13183       </method>
13184     </type>
13185   </test>
13186   <test name="gtest-384.cs">
13187     <type name="N.TestG">
13188       <method name="Void .ctor()">
13189         <size>7</size>
13190       </method>
13191       <method name="Void Foo[T]()">
13192         <size>1</size>
13193       </method>
13194     </type>
13195     <type name="NonGeneric">
13196       <method name="Void .ctor()">
13197         <size>7</size>
13198       </method>
13199     </type>
13200     <type name="Generic`1[T]">
13201       <method name="Void .ctor()">
13202         <size>7</size>
13203       </method>
13204     </type>
13205     <type name="m">
13206       <method name="Void .ctor()">
13207         <size>7</size>
13208       </method>
13209       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
13210         <size>13</size>
13211       </method>
13212       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
13213         <size>13</size>
13214       </method>
13215       <method name="Void Main()">
13216         <size>6</size>
13217       </method>
13218     </type>
13219   </test>
13220   <test name="gtest-385.cs">
13221     <type name="DocAttribute">
13222       <method name="Void .ctor()">
13223         <size>7</size>
13224       </method>
13225       <method name="Void .ctor(String)">
13226         <size>7</size>
13227       </method>
13228     </type>
13229     <type name="Test">
13230       <method name="Void .ctor()">
13231         <size>7</size>
13232       </method>
13233       <method name="Int32 Main()">
13234         <size>66</size>
13235       </method>
13236     </type>
13237     <type name="Func`2[TArg,TRet]">
13238       <method name="Void .ctor(Object, IntPtr)">
13239         <size>0</size>
13240       </method>
13241       <method name="Void Invoke()">
13242         <size>0</size>
13243       </method>
13244       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13245         <size>0</size>
13246       </method>
13247       <method name="Void EndInvoke(IAsyncResult)">
13248         <size>0</size>
13249       </method>
13250     </type>
13251   </test>
13252   <test name="gtest-386.cs">
13253     <type name="C">
13254       <method name="Void .ctor()">
13255         <size>7</size>
13256       </method>
13257       <method name="Int32 Main()">
13258         <size>222</size>
13259       </method>
13260     </type>
13261     <type name="MyType">
13262       <method name="Void .ctor(Int32)">
13263         <size>8</size>
13264       </method>
13265       <method name="MyType op_UnaryNegation(MyType)">
13266         <size>14</size>
13267       </method>
13268     </type>
13269   </test>
13270   <test name="gtest-387.cs">
13271     <type name="C">
13272       <method name="Void .ctor()">
13273         <size>7</size>
13274       </method>
13275       <method name="Int32 Main()">
13276         <size>169</size>
13277       </method>
13278     </type>
13279   </test>
13280   <test name="gtest-388.cs">
13281     <type name="Data">
13282       <method name="Void .ctor()">
13283         <size>7</size>
13284       </method>
13285     </type>
13286     <type name="Foo">
13287       <method name="Void .ctor()">
13288         <size>7</size>
13289       </method>
13290       <method name="Void f(Data)">
13291         <size>19</size>
13292       </method>
13293       <method name="Void Main()">
13294         <size>22</size>
13295       </method>
13296     </type>
13297   </test>
13298   <test name="gtest-389.cs">
13299     <type name="C">
13300       <method name="Void .ctor()">
13301         <size>7</size>
13302       </method>
13303       <method name="Int32 Main()">
13304         <size>235</size>
13305       </method>
13306     </type>
13307   </test>
13308   <test name="gtest-390.cs">
13309     <type name="Program">
13310       <method name="Void .ctor()">
13311         <size>7</size>
13312       </method>
13313       <method name="Int32 Main()">
13314         <size>4</size>
13315       </method>
13316     </type>
13317   </test>
13318   <test name="gtest-391.cs">
13319     <type name="C">
13320       <method name="Void .ctor()">
13321         <size>7</size>
13322       </method>
13323       <method name="Int32 Main()">
13324         <size>121</size>
13325       </method>
13326       <method name="Boolean Test_1()">
13327         <size>36</size>
13328       </method>
13329     </type>
13330   </test>
13331   <test name="gtest-392.cs">
13332     <type name="DieSubrangeType">
13333       <method name="Void .ctor()">
13334         <size>19</size>
13335       </method>
13336       <method name="Nullable`1 get_UpperBound()">
13337         <size>7</size>
13338       </method>
13339       <method name="Void set_UpperBound(Nullable`1)">
13340         <size>8</size>
13341       </method>
13342     </type>
13343     <type name="X">
13344       <method name="Void .ctor()">
13345         <size>7</size>
13346       </method>
13347       <method name="Int32 Main()">
13348         <size>61</size>
13349       </method>
13350     </type>
13351   </test>
13352   <test name="gtest-393.cs">
13353     <type name="B`1[T]">
13354       <method name="Void .ctor()">
13355         <size>7</size>
13356       </method>
13357     </type>
13358     <type name="A">
13359       <method name="Void .ctor(Type)">
13360         <size>34</size>
13361       </method>
13362       <method name="Void .cctor()">
13363         <size>7</size>
13364       </method>
13365       <method name="Int32 Main()">
13366         <size>23</size>
13367       </method>
13368     </type>
13369   </test>
13370   <test name="gtest-394.cs">
13371     <type name="Test">
13372       <method name="Void .ctor()">
13373         <size>7</size>
13374       </method>
13375       <method name="Void FindMembers(Test+MemberFilter)">
13376         <size>1</size>
13377       </method>
13378       <method name="Void GetMethodGroup(Test+MemberFilter)">
13379         <size>43</size>
13380       </method>
13381       <method name="Void Main()">
13382         <size>1</size>
13383       </method>
13384     </type>
13385     <type name="Test+MemberFilter">
13386       <method name="Void .ctor(Object, IntPtr)">
13387         <size>0</size>
13388       </method>
13389       <method name="Boolean Invoke()">
13390         <size>0</size>
13391       </method>
13392       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13393         <size>0</size>
13394       </method>
13395       <method name="Boolean EndInvoke(IAsyncResult)">
13396         <size>0</size>
13397       </method>
13398     </type>
13399     <type name="Test">
13400       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
13401         <size>2</size>
13402       </method>
13403     </type>
13404   </test>
13405   <test name="gtest-395.cs">
13406     <type name="RuleBuilder`1[T]">
13407       <method name="Void .ctor()">
13408         <size>7</size>
13409       </method>
13410     </type>
13411     <type name="RubyMethod">
13412       <method name="Void .ctor()">
13413         <size>7</size>
13414       </method>
13415       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
13416         <size>6</size>
13417       </method>
13418     </type>
13419     <type name="T">
13420       <method name="Void .ctor()">
13421         <size>7</size>
13422       </method>
13423       <method name="Void Main()">
13424         <size>1</size>
13425       </method>
13426     </type>
13427   </test>
13428   <test name="gtest-396.cs">
13429     <type name="Test">
13430       <method name="Void .ctor()">
13431         <size>7</size>
13432       </method>
13433       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
13434         <size>1</size>
13435       </method>
13436       <method name="System.Func`1[System.Int32] Method(System.String)">
13437         <size>2</size>
13438       </method>
13439       <method name="Void Main()">
13440         <size>24</size>
13441       </method>
13442     </type>
13443   </test>
13444   <test name="gtest-397.cs">
13445     <type name="Test">
13446       <method name="Void .ctor()">
13447         <size>7</size>
13448       </method>
13449       <method name="Foo NegateFoo(Foo)">
13450         <size>12</size>
13451       </method>
13452       <method name="Foo NegateFooNullable(Nullable`1)">
13453         <size>7</size>
13454       </method>
13455       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
13456         <size>7</size>
13457       </method>
13458       <method name="Nullable`1 NegateBar(Bar)">
13459         <size>12</size>
13460       </method>
13461       <method name="Int32 Main()">
13462         <size>139</size>
13463       </method>
13464     </type>
13465     <type name="Foo">
13466       <method name="Void .ctor(Int32)">
13467         <size>8</size>
13468       </method>
13469       <method name="Foo op_UnaryNegation(Nullable`1)">
13470         <size>42</size>
13471       </method>
13472     </type>
13473     <type name="Bar">
13474       <method name="Void .ctor(Int32)">
13475         <size>8</size>
13476       </method>
13477       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
13478         <size>41</size>
13479       </method>
13480     </type>
13481   </test>
13482   <test name="gtest-398.cs">
13483     <type name="GenericClass`1[T]">
13484       <method name="Void .ctor(T)">
13485         <size>14</size>
13486       </method>
13487       <method name="Void Method()">
13488         <size>42</size>
13489       </method>
13490       <method name="Void Test(T)">
13491         <size>1</size>
13492       </method>
13493     </type>
13494     <type name="Foo">
13495       <method name="Void .ctor()">
13496         <size>7</size>
13497       </method>
13498       <method name="Void Main(System.String[])">
13499         <size>15</size>
13500       </method>
13501     </type>
13502     <type name="ToStr">
13503       <method name="Void .ctor(Object, IntPtr)">
13504         <size>0</size>
13505       </method>
13506       <method name="System.String Invoke(System.String, IFormatProvider)">
13507         <size>0</size>
13508       </method>
13509       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
13510         <size>0</size>
13511       </method>
13512       <method name="System.String EndInvoke(IAsyncResult)">
13513         <size>0</size>
13514       </method>
13515     </type>
13516   </test>
13517   <test name="gtest-399.cs">
13518     <type name="TestIssue.Base">
13519       <method name="Void .ctor()">
13520         <size>7</size>
13521       </method>
13522     </type>
13523     <type name="TestIssue.Derived">
13524       <method name="Void .ctor()">
13525         <size>7</size>
13526       </method>
13527     </type>
13528     <type name="TestIssue.Program">
13529       <method name="Void .ctor()">
13530         <size>7</size>
13531       </method>
13532       <method name="Int32 Main()">
13533         <size>39</size>
13534       </method>
13535     </type>
13536   </test>
13537   <test name="gtest-400.cs">
13538     <type name="Gen`1[T]">
13539       <method name="Void .ctor()">
13540         <size>7</size>
13541       </method>
13542       <method name="Boolean Foo(T)">
13543         <size>15</size>
13544       </method>
13545     </type>
13546     <type name="Program">
13547       <method name="Void .ctor()">
13548         <size>7</size>
13549       </method>
13550       <method name="Boolean Foo[T]()">
13551         <size>17</size>
13552       </method>
13553       <method name="Int32 Main()">
13554         <size>66</size>
13555       </method>
13556     </type>
13557   </test>
13558   <test name="gtest-401.cs">
13559     <type name="ParserTest">
13560       <method name="Void .ctor()">
13561         <size>7</size>
13562       </method>
13563       <method name="Void Main()">
13564         <size>165</size>
13565       </method>
13566     </type>
13567   </test>
13568   <test name="gtest-402.cs">
13569     <type name="X">
13570       <method name="Void .ctor()">
13571         <size>7</size>
13572       </method>
13573       <method name="Void Main()">
13574         <size>16</size>
13575       </method>
13576     </type>
13577   </test>
13578   <test name="gtest-403.cs">
13579     <type name="T">
13580       <method name="Void .ctor()">
13581         <size>7</size>
13582       </method>
13583       <method name="Void Main()">
13584         <size>15</size>
13585       </method>
13586     </type>
13587     <type name="S`1[T]">
13588       <method name="Void Foo()">
13589         <size>1</size>
13590       </method>
13591     </type>
13592   </test>
13593   <test name="gtest-404.cs">
13594     <type name="Test.Program">
13595       <method name="Void Main()">
13596         <size>1</size>
13597       </method>
13598     </type>
13599     <type name="Test.Class1`1[T1]">
13600       <method name="Void .ctor()">
13601         <size>7</size>
13602       </method>
13603       <method name="Void add_doSomething(System.EventHandler)">
13604         <size>24</size>
13605       </method>
13606       <method name="Void remove_doSomething(System.EventHandler)">
13607         <size>24</size>
13608       </method>
13609     </type>
13610     <type name="Test.Class2`1[T]">
13611       <method name="Void .ctor()">
13612         <size>7</size>
13613       </method>
13614       <method name="Void add_DoSomething(System.EventHandler)">
13615         <size>8</size>
13616       </method>
13617       <method name="Void remove_DoSomething(System.EventHandler)">
13618         <size>8</size>
13619       </method>
13620     </type>
13621   </test>
13622   <test name="gtest-405.cs">
13623     <type name="C">
13624       <method name="Void .ctor()">
13625         <size>7</size>
13626       </method>
13627       <method name="Void Main()">
13628         <size>1</size>
13629       </method>
13630     </type>
13631   </test>
13632   <test name="gtest-406.cs">
13633     <type name="Test`1[T]">
13634       <method name="Void .ctor()">
13635         <size>7</size>
13636       </method>
13637       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
13638         <size>1</size>
13639       </method>
13640     </type>
13641     <type name="C`2[A,B]">
13642       <method name="Void .ctor(IEnumerable`1)">
13643         <size>46</size>
13644       </method>
13645       <method name="B &lt;C&gt;m__0(B)">
13646         <size>2</size>
13647       </method>
13648     </type>
13649     <type name="M">
13650       <method name="Void .ctor()">
13651         <size>7</size>
13652       </method>
13653       <method name="Void Main()">
13654         <size>1</size>
13655       </method>
13656     </type>
13657   </test>
13658   <test name="gtest-407.cs">
13659     <type name="NullableColorTests">
13660       <method name="Void .ctor()">
13661         <size>7</size>
13662       </method>
13663       <method name="Int32 Main()">
13664         <size>99</size>
13665       </method>
13666     </type>
13667     <type name="MyColor">
13668       <method name="Void .ctor(Int32)">
13669         <size>8</size>
13670       </method>
13671       <method name="Boolean op_Equality(MyColor, MyColor)">
13672         <size>17</size>
13673       </method>
13674       <method name="Boolean op_Inequality(MyColor, MyColor)">
13675         <size>20</size>
13676       </method>
13677     </type>
13678   </test>
13679   <test name="gtest-408.cs">
13680     <type name="Test">
13681       <method name="Void .ctor()">
13682         <size>7</size>
13683       </method>
13684       <method name="Int32 Main()">
13685         <size>92</size>
13686       </method>
13687     </type>
13688   </test>
13689   <test name="gtest-409.cs">
13690     <type name="ConditionalParsing">
13691       <method name="Void .ctor()">
13692         <size>7</size>
13693       </method>
13694       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
13695         <size>14</size>
13696       </method>
13697       <method name="Void Test_1(Boolean)">
13698         <size>20</size>
13699       </method>
13700       <method name="Void Test_2()">
13701         <size>31</size>
13702       </method>
13703       <method name="Void Test_4(Boolean, Boolean)">
13704         <size>39</size>
13705       </method>
13706       <method name="Void Test_5(Boolean, IDisposable)">
13707         <size>45</size>
13708       </method>
13709       <method name="Void Test_6(Boolean)">
13710         <size>47</size>
13711       </method>
13712       <method name="Void Test_7(System.Object)">
13713         <size>8</size>
13714       </method>
13715       <method name="Void Main()">
13716         <size>1</size>
13717       </method>
13718     </type>
13719     <type name="ConditionalParsing+T">
13720       <method name="Void .ctor(String, Boolean)">
13721         <size>28</size>
13722       </method>
13723       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
13724         <size>7</size>
13725       </method>
13726     </type>
13727     <type name="&lt;PrivateImplementationDetails&gt;">
13728       <method name="Void .ctor()">
13729         <size>7</size>
13730       </method>
13731     </type>
13732     <type name="ConditionalParsing+Const">
13733       <method name="Void .ctor()">
13734         <size>7</size>
13735       </method>
13736     </type>
13737     <type name="ConditionalParsing">
13738       <method name="Void Test_8(DateTime)">
13739         <size>38</size>
13740       </method>
13741       <method name="Void Test_9()">
13742         <size>43</size>
13743       </method>
13744       <method name="Void Test_10()">
13745         <size>21</size>
13746       </method>
13747     </type>
13748     <type name="A`1[T]">
13749       <method name="Void .ctor()">
13750         <size>7</size>
13751       </method>
13752     </type>
13753     <type name="ConditionalParsing">
13754       <method name="Void Test_11()">
13755         <size>7</size>
13756       </method>
13757     </type>
13758   </test>
13759   <test name="gtest-410.cs">
13760     <type name="Program">
13761       <method name="Void .ctor()">
13762         <size>7</size>
13763       </method>
13764       <method name="Void Main()">
13765         <size>7</size>
13766       </method>
13767     </type>
13768   </test>
13769   <test name="gtest-411.cs">
13770     <type name="Maybe">
13771       <method name="Maybe`1[T] C[T](T)">
13772         <size>2</size>
13773       </method>
13774     </type>
13775     <type name="Maybe`1[T]">
13776       <method name="Void .ctor(T)">
13777         <size>7</size>
13778       </method>
13779     </type>
13780     <type name="Extensions">
13781       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
13782         <size>10</size>
13783       </method>
13784     </type>
13785     <type name="Test">
13786       <method name="Void .ctor()">
13787         <size>7</size>
13788       </method>
13789       <method name="Void Main()">
13790         <size>131</size>
13791       </method>
13792       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
13793         <size>7</size>
13794       </method>
13795       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
13796         <size>7</size>
13797       </method>
13798       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
13799         <size>11</size>
13800       </method>
13801     </type>
13802   </test>
13803   <test name="gtest-412.cs">
13804     <type name="Program">
13805       <method name="Void .ctor()">
13806         <size>7</size>
13807       </method>
13808       <method name="Int32 Main()">
13809         <size>218</size>
13810       </method>
13811     </type>
13812   </test>
13813   <test name="gtest-413.cs">
13814     <type name="Test">
13815       <method name="Void .ctor()">
13816         <size>7</size>
13817       </method>
13818       <method name="Int32 Main()">
13819         <size>95</size>
13820       </method>
13821     </type>
13822     <type name="S">
13823       <method name="Int64 op_Addition(S, Int64)">
13824         <size>2</size>
13825       </method>
13826     </type>
13827   </test>
13828   <test name="gtest-414.cs">
13829     <type name="MonoTest.MainClass">
13830       <method name="Void .ctor()">
13831         <size>7</size>
13832       </method>
13833       <method name="Void Main()">
13834         <size>1</size>
13835       </method>
13836     </type>
13837     <type name="MonoTest.TestImpl">
13838       <method name="Void .ctor()">
13839         <size>7</size>
13840       </method>
13841       <method name="Void MonoTest.ITest.Get[T](System.Object)">
13842         <size>1</size>
13843       </method>
13844       <method name="Void Get[T]()">
13845         <size>1</size>
13846       </method>
13847       <method name="Void Get[T](System.Object)">
13848         <size>1</size>
13849       </method>
13850     </type>
13851     <type name="MonoTest.C">
13852       <method name="Void .ctor()">
13853         <size>7</size>
13854       </method>
13855       <method name="Void MonoTest.IG&lt;int&gt;.M()">
13856         <size>1</size>
13857       </method>
13858       <method name="Void MonoTest.IG&lt;string&gt;.M()">
13859         <size>1</size>
13860       </method>
13861     </type>
13862   </test>
13863   <test name="gtest-415.cs">
13864     <type name="S2">
13865       <method name="Void Test()">
13866         <size>39</size>
13867       </method>
13868       <method name="Void Main()">
13869         <size>16</size>
13870       </method>
13871     </type>
13872   </test>
13873   <test name="gtest-416.cs">
13874     <type name="Bug.Demo">
13875       <method name="Boolean Fixed()">
13876         <size>14</size>
13877       </method>
13878       <method name="Boolean Foo(System.Int32[])">
13879         <size>43</size>
13880       </method>
13881       <method name="Int32 Main()">
13882         <size>65</size>
13883       </method>
13884     </type>
13885   </test>
13886   <test name="gtest-417.cs">
13887     <type name="C">
13888       <method name="Void .ctor()">
13889         <size>7</size>
13890       </method>
13891       <method name="Void Goo()">
13892         <size>11</size>
13893       </method>
13894       <method name="Void Main()">
13895         <size>1</size>
13896       </method>
13897     </type>
13898   </test>
13899   <test name="gtest-418.cs">
13900     <type name="N.Nested">
13901       <method name="Void .ctor()">
13902         <size>7</size>
13903       </method>
13904     </type>
13905     <type name="N.Nested+C">
13906       <method name="Void .ctor()">
13907         <size>7</size>
13908       </method>
13909       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
13910         <size>2</size>
13911       </method>
13912     </type>
13913     <type name="N.M">
13914       <method name="Void .ctor()">
13915         <size>7</size>
13916       </method>
13917       <method name="Int32 Main()">
13918         <size>173</size>
13919       </method>
13920     </type>
13921   </test>
13922   <test name="gtest-419.cs">
13923     <type name="Program">
13924       <method name="Void .ctor()">
13925         <size>7</size>
13926       </method>
13927       <method name="Int32 Main()">
13928         <size>56</size>
13929       </method>
13930       <method name="System.Object Test(System.String)">
13931         <size>42</size>
13932       </method>
13933     </type>
13934   </test>
13935   <test name="gtest-420.cs">
13936     <type name="C">
13937       <method name="Void .ctor()">
13938         <size>7</size>
13939       </method>
13940     </type>
13941     <type name="TestClass">
13942       <method name="Void .ctor()">
13943         <size>7</size>
13944       </method>
13945       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
13946         <size>2</size>
13947       </method>
13948       <method name="Int32 Test(System.Object, System.Object[])">
13949         <size>2</size>
13950       </method>
13951       <method name="Int32 Main()">
13952         <size>43</size>
13953       </method>
13954     </type>
13955   </test>
13956   <test name="gtest-421.cs">
13957     <type name="OneOff">
13958       <method name="Void .ctor()">
13959         <size>7</size>
13960       </method>
13961       <method name="Int32 Main()">
13962         <size>50</size>
13963       </method>
13964       <method name="T[] Clone[T](T[])">
13965         <size>171</size>
13966       </method>
13967     </type>
13968     <type name="&lt;PrivateImplementationDetails&gt;">
13969       <method name="Void .ctor()">
13970         <size>7</size>
13971       </method>
13972     </type>
13973   </test>
13974   <test name="gtest-422.cs">
13975     <type name="A">
13976       <method name="Void .ctor()">
13977         <size>7</size>
13978       </method>
13979       <method name="Boolean op_GreaterThan(A, System.Object)">
13980         <size>2</size>
13981       </method>
13982       <method name="Boolean op_LessThan(A, System.Object)">
13983         <size>2</size>
13984       </method>
13985     </type>
13986     <type name="C">
13987       <method name="Void .ctor()">
13988         <size>7</size>
13989       </method>
13990       <method name="Int32 Main()">
13991         <size>23</size>
13992       </method>
13993       <method name="Nullable`1 get_Id()">
13994         <size>7</size>
13995       </method>
13996       <method name="Boolean Test()">
13997         <size>51</size>
13998       </method>
13999     </type>
14000   </test>
14001   <test name="gtest-423.cs">
14002     <type name="App">
14003       <method name="Void .ctor()">
14004         <size>7</size>
14005       </method>
14006       <method name="Void Main()">
14007         <size>33</size>
14008       </method>
14009       <method name="Void Test(System.Object, System.EventArgs)">
14010         <size>1</size>
14011       </method>
14012     </type>
14013   </test>
14014   <test name="gtest-424.cs">
14015     <type name="A">
14016       <method name="Void .ctor()">
14017         <size>7</size>
14018       </method>
14019     </type>
14020     <type name="B">
14021       <method name="Void .ctor()">
14022         <size>7</size>
14023       </method>
14024     </type>
14025     <type name="Test">
14026       <method name="Void .ctor()">
14027         <size>7</size>
14028       </method>
14029       <method name="Void Block(A[])">
14030         <size>6</size>
14031       </method>
14032       <method name="Void Block(IEnumerable`1, A[])">
14033         <size>1</size>
14034       </method>
14035       <method name="Int32 Main()">
14036         <size>29</size>
14037       </method>
14038     </type>
14039   </test>
14040   <test name="gtest-425.cs">
14041     <type name="EventClass`1[T]">
14042       <method name="Void .ctor()">
14043         <size>7</size>
14044       </method>
14045     </type>
14046     <type name="Test">
14047       <method name="Void .ctor()">
14048         <size>7</size>
14049       </method>
14050       <method name="Void Main()">
14051         <size>16</size>
14052       </method>
14053     </type>
14054     <type name="EventClass`1+HookDelegate[T]">
14055       <method name="Void .ctor(Object, IntPtr)">
14056         <size>0</size>
14057       </method>
14058       <method name="Void Invoke(T)">
14059         <size>0</size>
14060       </method>
14061       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14062         <size>0</size>
14063       </method>
14064       <method name="Void EndInvoke(IAsyncResult)">
14065         <size>0</size>
14066       </method>
14067     </type>
14068   </test>
14069   <test name="gtest-426.cs">
14070     <type name="OverloadTest.MyClass`1[T]">
14071       <method name="Void .ctor()">
14072         <size>7</size>
14073       </method>
14074       <method name="Boolean Method(MyInterface`1)">
14075         <size>20</size>
14076       </method>
14077       <method name="Boolean Method(System.Action`1[T])">
14078         <size>2</size>
14079       </method>
14080     </type>
14081     <type name="OverloadTest.C">
14082       <method name="Void .ctor()">
14083         <size>7</size>
14084       </method>
14085       <method name="Void Main()">
14086         <size>1</size>
14087       </method>
14088     </type>
14089   </test>
14090   <test name="gtest-427.cs">
14091     <type name="T">
14092       <method name="Void .ctor()">
14093         <size>7</size>
14094       </method>
14095       <method name="Void Test()">
14096         <size>19</size>
14097       </method>
14098       <method name="Void Attach(EventHandler)">
14099         <size>2</size>
14100       </method>
14101       <method name="Void Attach(EventHandler`1[System.String])">
14102         <size>1</size>
14103       </method>
14104       <method name="Void OnClick(System.String)">
14105         <size>1</size>
14106       </method>
14107       <method name="Void Main()">
14108         <size>11</size>
14109       </method>
14110     </type>
14111     <type name="EventHandler">
14112       <method name="Void .ctor(Object, IntPtr)">
14113         <size>0</size>
14114       </method>
14115       <method name="Void Invoke(System.Object)">
14116         <size>0</size>
14117       </method>
14118       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
14119         <size>0</size>
14120       </method>
14121       <method name="Void EndInvoke(IAsyncResult)">
14122         <size>0</size>
14123       </method>
14124     </type>
14125     <type name="EventHandler`1[T]">
14126       <method name="Void .ctor(Object, IntPtr)">
14127         <size>0</size>
14128       </method>
14129       <method name="Void Invoke(T)">
14130         <size>0</size>
14131       </method>
14132       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14133         <size>0</size>
14134       </method>
14135       <method name="Void EndInvoke(IAsyncResult)">
14136         <size>0</size>
14137       </method>
14138     </type>
14139   </test>
14140   <test name="gtest-428.cs">
14141     <type name="CInt">
14142       <method name="Void .ctor(Int32)">
14143         <size>8</size>
14144       </method>
14145       <method name="CInt op_Implicit(Int32)">
14146         <size>7</size>
14147       </method>
14148       <method name="Int32 op_Implicit(CInt)">
14149         <size>8</size>
14150       </method>
14151     </type>
14152     <type name="Klass">
14153       <method name="Void .ctor(Nullable`1)">
14154         <size>14</size>
14155       </method>
14156       <method name="Nullable`1 get_Value()">
14157         <size>7</size>
14158       </method>
14159     </type>
14160     <type name="MainClass">
14161       <method name="Void .ctor()">
14162         <size>7</size>
14163       </method>
14164       <method name="Int32 Main()">
14165         <size>174</size>
14166       </method>
14167     </type>
14168   </test>
14169   <test name="gtest-429.cs">
14170     <type name="CInt">
14171       <method name="Void .ctor(Int32)">
14172         <size>8</size>
14173       </method>
14174       <method name="CInt op_Implicit(Int32)">
14175         <size>7</size>
14176       </method>
14177       <method name="Int32 op_Implicit(CInt)">
14178         <size>8</size>
14179       </method>
14180     </type>
14181     <type name="Klass">
14182       <method name="Void .ctor(Nullable`1)">
14183         <size>14</size>
14184       </method>
14185     </type>
14186     <type name="MainClass">
14187       <method name="Void .ctor()">
14188         <size>7</size>
14189       </method>
14190       <method name="Int32 Main()">
14191         <size>36</size>
14192       </method>
14193     </type>
14194   </test>
14195   <test name="gtest-430.cs">
14196     <type name="Tmp">
14197       <method name="Void .ctor()">
14198         <size>7</size>
14199       </method>
14200     </type>
14201     <type name="Driver">
14202       <method name="Void .ctor()">
14203         <size>7</size>
14204       </method>
14205       <method name="Nullable`1 get_Prop()">
14206         <size>42</size>
14207       </method>
14208       <method name="Int32 Main()">
14209         <size>42</size>
14210       </method>
14211     </type>
14212   </test>
14213   <test name="gtest-431.cs">
14214     <type name="Program">
14215       <method name="Void .ctor()">
14216         <size>7</size>
14217       </method>
14218       <method name="Void Main()">
14219         <size>13</size>
14220       </method>
14221     </type>
14222   </test>
14223   <test name="gtest-432.cs">
14224     <type name="Test.Bar`2[T,U]">
14225       <method name="Void .ctor()">
14226         <size>7</size>
14227       </method>
14228       <method name="Void DoSomething[V]()">
14229         <size>1</size>
14230       </method>
14231     </type>
14232     <type name="Test.Baz">
14233       <method name="Void .ctor()">
14234         <size>7</size>
14235       </method>
14236       <method name="Void GetInTroubleHere()">
14237         <size>13</size>
14238       </method>
14239       <method name="Void Main()">
14240         <size>1</size>
14241       </method>
14242     </type>
14243   </test>
14244   <test name="gtest-433.cs">
14245     <type name="M">
14246       <method name="Void .ctor()">
14247         <size>7</size>
14248       </method>
14249       <method name="Void Main()">
14250         <size>37</size>
14251       </method>
14252     </type>
14253   </test>
14254   <test name="gtest-434.cs">
14255     <type name="testcase.Init">
14256       <method name="Void .ctor()">
14257         <size>7</size>
14258       </method>
14259       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
14260         <size>8</size>
14261       </method>
14262     </type>
14263     <type name="testcase.Program">
14264       <method name="Void .ctor()">
14265         <size>7</size>
14266       </method>
14267       <method name="Int32 Main()">
14268         <size>75</size>
14269       </method>
14270     </type>
14271   </test>
14272   <test name="gtest-435.cs">
14273     <type name="testcase.Program">
14274       <method name="Void .ctor()">
14275         <size>7</size>
14276       </method>
14277       <method name="Int32 Main()">
14278         <size>261</size>
14279       </method>
14280     </type>
14281   </test>
14282   <test name="gtest-436.cs">
14283     <type name="SomeClass">
14284       <method name="Void .ctor()">
14285         <size>7</size>
14286       </method>
14287       <method name="Int32 Main()">
14288         <size>2</size>
14289       </method>
14290     </type>
14291   </test>
14292   <test name="gtest-438.cs">
14293     <type name="Tests">
14294       <method name="Void .ctor()">
14295         <size>7</size>
14296       </method>
14297       <method name="ServiceType GetService[ServiceType](System.Object[])">
14298         <size>17</size>
14299       </method>
14300       <method name="Int32 Main()">
14301         <size>19</size>
14302       </method>
14303     </type>
14304   </test>
14305   <test name="gtest-439.cs">
14306     <type name="MonoBug.Stuff">
14307       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
14308         <size>8</size>
14309       </method>
14310     </type>
14311     <type name="MonoBug.GenericStuff`2[T1,T2]">
14312       <method name="Void .ctor(T1, T2)">
14313         <size>21</size>
14314       </method>
14315     </type>
14316     <type name="MonoBug.Program">
14317       <method name="Void Main()">
14318         <size>35</size>
14319       </method>
14320     </type>
14321   </test>
14322   <test name="gtest-440.cs">
14323     <type name="AnyObjectId">
14324       <method name="Void .ctor()">
14325         <size>7</size>
14326       </method>
14327       <method name="Int32 get_W1()">
14328         <size>7</size>
14329       </method>
14330       <method name="Void set_W1(Int32)">
14331         <size>8</size>
14332       </method>
14333     </type>
14334     <type name="ObjectId">
14335       <method name="Void .ctor()">
14336         <size>14</size>
14337       </method>
14338       <method name="Void Main()">
14339         <size>1</size>
14340       </method>
14341     </type>
14342   </test>
14343   <test name="gtest-441.cs">
14344     <type name="Name.Test">
14345       <method name="Void .ctor()">
14346         <size>7</size>
14347       </method>
14348     </type>
14349     <type name="Name.Subclass">
14350       <method name="Void .ctor()">
14351         <size>7</size>
14352       </method>
14353       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
14354         <size>7</size>
14355       </method>
14356       <method name="Void Main(System.String[])">
14357         <size>7</size>
14358       </method>
14359     </type>
14360   </test>
14361   <test name="gtest-442.cs">
14362     <type name="NonGenericBase">
14363       <method name="Void .ctor()">
14364         <size>7</size>
14365       </method>
14366       <method name="Int32 get_Item(Int32)">
14367         <size>0</size>
14368       </method>
14369     </type>
14370     <type name="GenericBase`1[T]">
14371       <method name="Void .ctor()">
14372         <size>7</size>
14373       </method>
14374       <method name="T get_Instance()">
14375         <size>7</size>
14376       </method>
14377       <method name="Void Foo()">
14378         <size>24</size>
14379       </method>
14380     </type>
14381     <type name="EntryPoint">
14382       <method name="Void .ctor()">
14383         <size>7</size>
14384       </method>
14385       <method name="Void Main()">
14386         <size>1</size>
14387       </method>
14388     </type>
14389   </test>
14390   <test name="gtest-443.cs">
14391     <type name="C">
14392       <method name="Void .ctor()">
14393         <size>7</size>
14394       </method>
14395       <method name="Void M[T]()">
14396         <size>28</size>
14397       </method>
14398       <method name="Int32 Main()">
14399         <size>7</size>
14400       </method>
14401     </type>
14402   </test>
14403   <test name="gtest-444.cs">
14404     <type name="MyClass">
14405       <method name="Void .ctor()">
14406         <size>7</size>
14407       </method>
14408       <method name="Int32 Main()">
14409         <size>114</size>
14410       </method>
14411     </type>
14412   </test>
14413   <test name="gtest-445.cs">
14414     <type name="Test">
14415       <method name="Void .ctor()">
14416         <size>7</size>
14417       </method>
14418       <method name="Void Main()">
14419         <size>1</size>
14420       </method>
14421       <method name="Void Foo[T](T ByRef)">
14422         <size>1</size>
14423       </method>
14424       <method name="Void Foo[T](T[])">
14425         <size>1</size>
14426       </method>
14427       <method name="Void Foo[T](T[,])">
14428         <size>1</size>
14429       </method>
14430       <method name="Void Foo[T](T[,,])">
14431         <size>1</size>
14432       </method>
14433       <method name="Void Bar(Int32 ByRef)">
14434         <size>1</size>
14435       </method>
14436       <method name="Void Bar(System.Int32[])">
14437         <size>1</size>
14438       </method>
14439       <method name="Void Bar(System.Int32[,])">
14440         <size>1</size>
14441       </method>
14442       <method name="Void Bar(System.Int32[,,])">
14443         <size>1</size>
14444       </method>
14445     </type>
14446   </test>
14447   <test name="gtest-446.cs">
14448     <type name="BugTest.Bug`1[T]">
14449       <method name="Void .ctor()">
14450         <size>7</size>
14451       </method>
14452       <method name="Void CreateObject(T ByRef)">
14453         <size>42</size>
14454       </method>
14455     </type>
14456     <type name="BugTest.Program">
14457       <method name="Int32 Main()">
14458         <size>16</size>
14459       </method>
14460     </type>
14461   </test>
14462   <test name="gtest-447.cs">
14463     <type name="B">
14464       <method name="Void .ctor()">
14465         <size>7</size>
14466       </method>
14467       <method name="Int32 Main()">
14468         <size>29</size>
14469       </method>
14470     </type>
14471   </test>
14472   <test name="gtest-448.cs">
14473     <type name="Impl`1[T]">
14474       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14475         <size>2</size>
14476       </method>
14477       <method name="Void Foo[U](IEnumerable`1)">
14478         <size>1</size>
14479       </method>
14480       <method name="IEnumerator`1 GetEnumerator()">
14481         <size>2</size>
14482       </method>
14483       <method name="Void .ctor()">
14484         <size>7</size>
14485       </method>
14486     </type>
14487     <type name="A`1[K]">
14488       <method name="Void .ctor()">
14489         <size>18</size>
14490       </method>
14491     </type>
14492     <type name="Test`1[TT]">
14493       <method name="Void Foo()">
14494         <size>24</size>
14495       </method>
14496       <method name="Void .ctor()">
14497         <size>7</size>
14498       </method>
14499     </type>
14500     <type name="M">
14501       <method name="Void Main()">
14502         <size>11</size>
14503       </method>
14504       <method name="Void .ctor()">
14505         <size>7</size>
14506       </method>
14507     </type>
14508   </test>
14509   <test name="gtest-449.cs">
14510     <type name="Program">
14511       <method name="Void .ctor()">
14512         <size>7</size>
14513       </method>
14514       <method name="Int32 Main()">
14515         <size>59</size>
14516       </method>
14517     </type>
14518   </test>
14519   <test name="gtest-450.cs">
14520     <type name="Program">
14521       <method name="Void .ctor()">
14522         <size>7</size>
14523       </method>
14524       <method name="Int32 Main()">
14525         <size>59</size>
14526       </method>
14527     </type>
14528   </test>
14529   <test name="gtest-451.cs">
14530     <type name="Test">
14531       <method name="Int32 Main()">
14532         <size>18</size>
14533       </method>
14534       <method name="Void .ctor()">
14535         <size>7</size>
14536       </method>
14537     </type>
14538   </test>
14539   <test name="gtest-452.cs">
14540     <type name="Test">
14541       <method name="Int32 Main()">
14542         <size>51</size>
14543       </method>
14544       <method name="Void .ctor()">
14545         <size>7</size>
14546       </method>
14547     </type>
14548     <type name="S">
14549       <method name="Single op_Implicit(S)">
14550         <size>11</size>
14551       </method>
14552       <method name="Nullable`1 op_Implicit(S)">
14553         <size>11</size>
14554       </method>
14555     </type>
14556   </test>
14557   <test name="gtest-453.cs">
14558     <type name="Test.CompilerTest">
14559       <method name="Void .ctor()">
14560         <size>7</size>
14561       </method>
14562       <method name="Int32 Main()">
14563         <size>12</size>
14564       </method>
14565       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
14566         <size>73</size>
14567       </method>
14568       <method name="Void ThisDoesNotWork()">
14569         <size>27</size>
14570       </method>
14571       <method name="Void ThisWorksFine()">
14572         <size>38</size>
14573       </method>
14574     </type>
14575   </test>
14576   <test name="gtest-454.cs">
14577     <type name="TestNS.TestCase">
14578       <method name="Void .ctor()">
14579         <size>7</size>
14580       </method>
14581       <method name="Int32 Compare[T](T[], T[])">
14582         <size>2</size>
14583       </method>
14584       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
14585         <size>30</size>
14586       </method>
14587       <method name="Int32 Main()">
14588         <size>19</size>
14589       </method>
14590     </type>
14591   </test>
14592   <test name="gtest-455.cs">
14593     <type name="ConsoleApplication1.Program">
14594       <method name="Void .ctor()">
14595         <size>7</size>
14596       </method>
14597       <method name="Void Main()">
14598         <size>14</size>
14599       </method>
14600     </type>
14601     <type name="ConsoleApplication1.Inner`1[T]">
14602       <method name="Void .ctor()">
14603         <size>7</size>
14604       </method>
14605       <method name="Void Compare(System.Object, T)">
14606         <size>13</size>
14607       </method>
14608     </type>
14609   </test>
14610   <test name="gtest-456.cs">
14611     <type name="G`1[T]">
14612       <method name="Void .ctor()">
14613         <size>7</size>
14614       </method>
14615     </type>
14616     <type name="G`1+S[T]">
14617       <method name="System.String Test()">
14618         <size>22</size>
14619       </method>
14620     </type>
14621     <type name="C">
14622       <method name="Int32 Main()">
14623         <size>36</size>
14624       </method>
14625       <method name="Void .ctor()">
14626         <size>7</size>
14627       </method>
14628     </type>
14629   </test>
14630   <test name="gtest-457.cs">
14631     <type name="Program">
14632       <method name="Void Foo[T]()">
14633         <size>1</size>
14634       </method>
14635       <method name="Int32 Main()">
14636         <size>2</size>
14637       </method>
14638       <method name="Void .ctor()">
14639         <size>7</size>
14640       </method>
14641     </type>
14642     <type name="Program+C">
14643       <method name="Void .ctor()">
14644         <size>7</size>
14645       </method>
14646     </type>
14647   </test>
14648   <test name="gtest-458.cs">
14649     <type name="MyList`1[T]">
14650       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
14651         <size>2</size>
14652       </method>
14653       <method name="Void .ctor()">
14654         <size>7</size>
14655       </method>
14656     </type>
14657     <type name="MyList`1+Helper`2[T,U,V]">
14658       <method name="Void .ctor()">
14659         <size>7</size>
14660       </method>
14661     </type>
14662     <type name="C">
14663       <method name="Int32 Main()">
14664         <size>13</size>
14665       </method>
14666       <method name="Void .ctor()">
14667         <size>7</size>
14668       </method>
14669     </type>
14670   </test>
14671   <test name="gtest-459.cs">
14672     <type name="GenericTest.OuterGeneric`1[T]">
14673       <method name="Void .ctor()">
14674         <size>7</size>
14675       </method>
14676     </type>
14677     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
14678       <method name="System.String GetTypeNames()">
14679         <size>41</size>
14680       </method>
14681       <method name="Void .ctor()">
14682         <size>7</size>
14683       </method>
14684     </type>
14685     <type name="GenericTest.Program">
14686       <method name="Int32 Main()">
14687         <size>14</size>
14688       </method>
14689       <method name="Void .ctor()">
14690         <size>7</size>
14691       </method>
14692     </type>
14693   </test>
14694   <test name="gtest-460.cs">
14695     <type name="Foo`1[T]">
14696       <method name="Void .ctor()">
14697         <size>7</size>
14698       </method>
14699     </type>
14700     <type name="Foo`1+Bar`1[T,V]">
14701       <method name="Void .ctor()">
14702         <size>7</size>
14703       </method>
14704     </type>
14705     <type name="FooImpl">
14706       <method name="Int32 Main()">
14707         <size>8</size>
14708       </method>
14709       <method name="Void .ctor()">
14710         <size>7</size>
14711       </method>
14712     </type>
14713     <type name="FooImpl+BarImpl">
14714       <method name="Void .ctor()">
14715         <size>7</size>
14716       </method>
14717     </type>
14718   </test>
14719   <test name="gtest-461.cs">
14720     <type name="Test.BaseContext">
14721       <method name="Void .ctor()">
14722         <size>7</size>
14723       </method>
14724     </type>
14725     <type name="Test.MyDataContext">
14726       <method name="Void .ctor()">
14727         <size>7</size>
14728       </method>
14729     </type>
14730     <type name="Test.Entity`1[T]">
14731       <method name="Void .ctor()">
14732         <size>7</size>
14733       </method>
14734     </type>
14735     <type name="Test.Person">
14736       <method name="Void .ctor()">
14737         <size>7</size>
14738       </method>
14739     </type>
14740     <type name="Test.TheBox`1[T]">
14741       <method name="U GetById[U](Guid)">
14742         <size>7</size>
14743       </method>
14744       <method name="Void .ctor()">
14745         <size>7</size>
14746       </method>
14747     </type>
14748     <type name="Test.Program">
14749       <method name="Void Main()">
14750         <size>19</size>
14751       </method>
14752       <method name="Void .ctor()">
14753         <size>7</size>
14754       </method>
14755     </type>
14756   </test>
14757   <test name="gtest-462.cs">
14758     <type name="Program">
14759       <method name="Int32 Main()">
14760         <size>79</size>
14761       </method>
14762       <method name="Void .ctor()">
14763         <size>7</size>
14764       </method>
14765     </type>
14766     <type name="Program+Tester`1[T]">
14767       <method name="T Get(System.Object)">
14768         <size>30</size>
14769       </method>
14770       <method name="Void .ctor()">
14771         <size>7</size>
14772       </method>
14773     </type>
14774   </test>
14775   <test name="gtest-463.cs">
14776     <type name="STuple`1[Ta]">
14777       <method name="Void .ctor(Ta)">
14778         <size>8</size>
14779       </method>
14780     </type>
14781     <type name="C">
14782       <method name="Int32 Main()">
14783         <size>10</size>
14784       </method>
14785       <method name="Void .ctor()">
14786         <size>7</size>
14787       </method>
14788     </type>
14789   </test>
14790   <test name="gtest-464.cs">
14791     <type name="Test">
14792       <method name="Int32 Main()">
14793         <size>28</size>
14794       </method>
14795       <method name="Void .ctor()">
14796         <size>7</size>
14797       </method>
14798     </type>
14799   </test>
14800   <test name="gtest-465.cs">
14801     <type name="DerivedClass">
14802       <method name="Void GenericMethod_1[T]()">
14803         <size>1</size>
14804       </method>
14805       <method name="Void GenericMethod_2[T]()">
14806         <size>1</size>
14807       </method>
14808       <method name="Void GenericMethod_3[T]()">
14809         <size>1</size>
14810       </method>
14811       <method name="Void .ctor()">
14812         <size>7</size>
14813       </method>
14814     </type>
14815     <type name="Program">
14816       <method name="Int32 Main()">
14817         <size>8</size>
14818       </method>
14819       <method name="Void .ctor()">
14820         <size>7</size>
14821       </method>
14822     </type>
14823   </test>
14824   <test name="gtest-466.cs">
14825     <type name="Program">
14826       <method name="Boolean Test[T](T)">
14827         <size>10</size>
14828       </method>
14829       <method name="Int32 Main()">
14830         <size>40</size>
14831       </method>
14832       <method name="Void .ctor()">
14833         <size>7</size>
14834       </method>
14835     </type>
14836   </test>
14837   <test name="gtest-467.cs">
14838     <type name="S">
14839       <method name="Int32 Main()">
14840         <size>79</size>
14841       </method>
14842     </type>
14843     <type name="A">
14844       <method name="A op_Implicit(S)">
14845         <size>6</size>
14846       </method>
14847       <method name="Void .ctor()">
14848         <size>7</size>
14849       </method>
14850     </type>
14851     <type name="B">
14852       <method name="Void .ctor()">
14853         <size>7</size>
14854       </method>
14855     </type>
14856   </test>
14857   <test name="gtest-468.cs">
14858     <type name="TS">
14859       <method name="Nullable`1 get_v()">
14860         <size>7</size>
14861       </method>
14862       <method name="Int32 Main()">
14863         <size>43</size>
14864       </method>
14865       <method name="Nullable`1 op_Implicit(TS)">
14866         <size>7</size>
14867       </method>
14868       <method name="TS op_Implicit(Nullable`1)">
14869         <size>2</size>
14870       </method>
14871       <method name="Void .ctor()">
14872         <size>7</size>
14873       </method>
14874     </type>
14875   </test>
14876   <test name="gtest-469.cs">
14877     <type name="Foo`2[T1,T2]">
14878       <method name="Void .ctor(T2)">
14879         <size>7</size>
14880       </method>
14881     </type>
14882     <type name="Bar">
14883       <method name="Int32 Main()">
14884         <size>13</size>
14885       </method>
14886       <method name="Void .ctor()">
14887         <size>7</size>
14888       </method>
14889     </type>
14890   </test>
14891   <test name="gtest-470.cs">
14892     <type name="C">
14893       <method name="Void Main()">
14894         <size>13</size>
14895       </method>
14896       <method name="Void .ctor()">
14897         <size>7</size>
14898       </method>
14899     </type>
14900   </test>
14901   <test name="gtest-471.cs">
14902     <type name="Q">
14903       <method name="Void bar[T](T ByRef)">
14904         <size>16</size>
14905       </method>
14906       <method name="Int32 Main()">
14907         <size>11</size>
14908       </method>
14909       <method name="Void .ctor()">
14910         <size>7</size>
14911       </method>
14912     </type>
14913   </test>
14914   <test name="gtest-472.cs">
14915     <type name="C`1[T]">
14916       <method name="Void CopyUnsafe(T[], System.Int64[])">
14917         <size>1</size>
14918       </method>
14919       <method name="Boolean CopyUnsafe(T[], Int64)">
14920         <size>2</size>
14921       </method>
14922       <method name="Void CopyUnsafe(T[])">
14923         <size>11</size>
14924       </method>
14925       <method name="Void .ctor()">
14926         <size>7</size>
14927       </method>
14928     </type>
14929     <type name="A">
14930       <method name="Void Main()">
14931         <size>1</size>
14932       </method>
14933       <method name="Void .ctor()">
14934         <size>7</size>
14935       </method>
14936     </type>
14937   </test>
14938   <test name="gtest-473.cs">
14939     <type name="A`1[X]">
14940       <method name="Void Foo[T]()">
14941         <size>1</size>
14942       </method>
14943       <method name="Void .ctor()">
14944         <size>7</size>
14945       </method>
14946     </type>
14947     <type name="B">
14948       <method name="Void Foo[T]()">
14949         <size>1</size>
14950       </method>
14951       <method name="Void .ctor()">
14952         <size>7</size>
14953       </method>
14954     </type>
14955     <type name="C">
14956       <method name="Int32 Main()">
14957         <size>8</size>
14958       </method>
14959       <method name="Void .ctor()">
14960         <size>7</size>
14961       </method>
14962     </type>
14963   </test>
14964   <test name="gtest-474.cs">
14965     <type name="A`1[X]">
14966       <method name="Void .ctor()">
14967         <size>7</size>
14968       </method>
14969     </type>
14970     <type name="B`1[T]">
14971       <method name="Void .ctor()">
14972         <size>7</size>
14973       </method>
14974     </type>
14975     <type name="C">
14976       <method name="Void Main()">
14977         <size>7</size>
14978       </method>
14979       <method name="Void .ctor()">
14980         <size>7</size>
14981       </method>
14982     </type>
14983   </test>
14984   <test name="gtest-475.cs">
14985     <type name="Value`1[T]">
14986       <method name="Void .ctor()">
14987         <size>7</size>
14988       </method>
14989       <method name="Void .cctor()">
14990         <size>1</size>
14991       </method>
14992     </type>
14993     <type name="Test`2[T,U]">
14994       <method name="Value`1[T] get_Value()">
14995         <size>2</size>
14996       </method>
14997       <method name="Void .ctor()">
14998         <size>7</size>
14999       </method>
15000     </type>
15001     <type name="Test`2+B[T,U]">
15002       <method name="Void .ctor(Value`1)">
15003         <size>7</size>
15004       </method>
15005       <method name="Void .cctor()">
15006         <size>16</size>
15007       </method>
15008     </type>
15009     <type name="C">
15010       <method name="Void Main()">
15011         <size>7</size>
15012       </method>
15013       <method name="Void .ctor()">
15014         <size>7</size>
15015       </method>
15016     </type>
15017   </test>
15018   <test name="gtest-476.cs">
15019     <type name="Test`1[T]">
15020       <method name="B First()">
15021         <size>10</size>
15022       </method>
15023       <method name="IFoo Second()">
15024         <size>15</size>
15025       </method>
15026       <method name="Void .ctor()">
15027         <size>7</size>
15028       </method>
15029     </type>
15030     <type name="C">
15031       <method name="Void Main()">
15032         <size>1</size>
15033       </method>
15034       <method name="Void .ctor()">
15035         <size>7</size>
15036       </method>
15037     </type>
15038   </test>
15039   <test name="gtest-477.cs">
15040     <type name="B`1[T]">
15041       <method name="Void .ctor()">
15042         <size>7</size>
15043       </method>
15044     </type>
15045     <type name="B`1+BNested[T]">
15046       <method name="Void .ctor()">
15047         <size>7</size>
15048       </method>
15049     </type>
15050     <type name="A`1[T]">
15051       <method name="Void .ctor()">
15052         <size>7</size>
15053       </method>
15054     </type>
15055     <type name="AA`1[T]">
15056       <method name="Void .ctor()">
15057         <size>7</size>
15058       </method>
15059     </type>
15060     <type name="AA`1+ANested[T]">
15061       <method name="Void .ctor()">
15062         <size>7</size>
15063       </method>
15064     </type>
15065     <type name="M">
15066       <method name="Void Main()">
15067         <size>1</size>
15068       </method>
15069       <method name="Void .ctor()">
15070         <size>7</size>
15071       </method>
15072     </type>
15073   </test>
15074   <test name="gtest-478.cs">
15075     <type name="M">
15076       <method name="Void Foo()">
15077         <size>1</size>
15078       </method>
15079       <method name="Void GenFoo()">
15080         <size>1</size>
15081       </method>
15082       <method name="Void Main()">
15083         <size>13</size>
15084       </method>
15085       <method name="Void .ctor()">
15086         <size>7</size>
15087       </method>
15088     </type>
15089   </test>
15090   <test name="gtest-479.cs">
15091     <type name="A">
15092       <method name="Void .ctor()">
15093         <size>7</size>
15094       </method>
15095     </type>
15096     <type name="B">
15097       <method name="Void .ctor()">
15098         <size>7</size>
15099       </method>
15100     </type>
15101     <type name="M">
15102       <method name="Void Test[T](I`1)">
15103         <size>1</size>
15104       </method>
15105       <method name="Void Main()">
15106         <size>21</size>
15107       </method>
15108       <method name="Void .ctor()">
15109         <size>7</size>
15110       </method>
15111     </type>
15112   </test>
15113   <test name="gtest-480.cs">
15114     <type name="C">
15115       <method name="Void Foo()">
15116         <size>57</size>
15117       </method>
15118       <method name="Void Main()">
15119         <size>30</size>
15120       </method>
15121       <method name="Void .ctor()">
15122         <size>7</size>
15123       </method>
15124     </type>
15125   </test>
15126   <test name="gtest-481.cs">
15127     <type name="TestClass`1[T]">
15128       <method name="Void Add(T[][] ByRef)">
15129         <size>1</size>
15130       </method>
15131       <method name="Void .ctor(Int32)">
15132         <size>18</size>
15133       </method>
15134     </type>
15135     <type name="C">
15136       <method name="Void Main()">
15137         <size>8</size>
15138       </method>
15139       <method name="Void .ctor()">
15140         <size>7</size>
15141       </method>
15142     </type>
15143   </test>
15144   <test name="gtest-482.cs">
15145     <type name="TestBug.BugClass`1[T]">
15146       <method name="Void add_Evt(System.EventHandler)">
15147         <size>1</size>
15148       </method>
15149       <method name="Void remove_Evt(System.EventHandler)">
15150         <size>1</size>
15151       </method>
15152       <method name="Void Bug()">
15153         <size>19</size>
15154       </method>
15155       <method name="Void Handler(System.Object, System.EventArgs)">
15156         <size>1</size>
15157       </method>
15158       <method name="Void .ctor()">
15159         <size>7</size>
15160       </method>
15161     </type>
15162     <type name="TestBug.MainClass">
15163       <method name="Void Main()">
15164         <size>25</size>
15165       </method>
15166       <method name="Void .ctor()">
15167         <size>7</size>
15168       </method>
15169     </type>
15170   </test>
15171   <test name="gtest-483.cs">
15172     <type name="Program">
15173       <method name="Int32 Main()">
15174         <size>86</size>
15175       </method>
15176       <method name="Void ReplaceContentsWith[T](T, T)">
15177         <size>95</size>
15178       </method>
15179       <method name="Void .ctor()">
15180         <size>7</size>
15181       </method>
15182     </type>
15183     <type name="Int32Collection">
15184       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15185         <size>17</size>
15186       </method>
15187       <method name="Int32 get_Count()">
15188         <size>12</size>
15189       </method>
15190       <method name="Int32 get_Item(Int32)">
15191         <size>13</size>
15192       </method>
15193       <method name="Void set_Item(Int32, Int32)">
15194         <size>14</size>
15195       </method>
15196       <method name="Void Add(Int32)">
15197         <size>13</size>
15198       </method>
15199       <method name="Void Clear()">
15200         <size>12</size>
15201       </method>
15202       <method name="Void .ctor()">
15203         <size>18</size>
15204       </method>
15205     </type>
15206   </test>
15207   <test name="gtest-484.cs">
15208     <type name="MainClass">
15209       <method name="Void Foo(System.Action`1[MainClass][][])">
15210         <size>1</size>
15211       </method>
15212       <method name="System.Action`1[MainClass][] Set(System.Action`1[MainClass][])">
15213         <size>2</size>
15214       </method>
15215       <method name="Void Bar(MainClass)">
15216         <size>1</size>
15217       </method>
15218       <method name="Void Main(System.String[])">
15219         <size>100</size>
15220       </method>
15221       <method name="Void .ctor()">
15222         <size>7</size>
15223       </method>
15224     </type>
15225   </test>
15226   <test name="gtest-485.cs">
15227     <type name="C">
15228       <method name="Void Main()">
15229         <size>1</size>
15230       </method>
15231       <method name="Void .ctor()">
15232         <size>7</size>
15233       </method>
15234     </type>
15235   </test>
15236   <test name="gtest-486.cs">
15237     <type name="MyCollection`1[T]">
15238       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15239         <size>2</size>
15240       </method>
15241       <method name="Void AddRange(IMyCollection`1)">
15242         <size>1</size>
15243       </method>
15244       <method name="Void AddRange(IEnumerable`1)">
15245         <size>1</size>
15246       </method>
15247       <method name="Int32 get_Count()">
15248         <size>2</size>
15249       </method>
15250       <method name="Boolean get_IsReadOnly()">
15251         <size>2</size>
15252       </method>
15253       <method name="Void Add(T)">
15254         <size>1</size>
15255       </method>
15256       <method name="Void Clear()">
15257         <size>1</size>
15258       </method>
15259       <method name="Boolean Contains(T)">
15260         <size>2</size>
15261       </method>
15262       <method name="Void CopyTo(T[], Int32)">
15263         <size>1</size>
15264       </method>
15265       <method name="Boolean Remove(T)">
15266         <size>2</size>
15267       </method>
15268       <method name="IEnumerator`1 GetEnumerator()">
15269         <size>2</size>
15270       </method>
15271       <method name="Void .ctor()">
15272         <size>7</size>
15273       </method>
15274     </type>
15275     <type name="P">
15276       <method name="MyCollection`1[System.String] get_IgnoreTokens()">
15277         <size>36</size>
15278       </method>
15279       <method name="Void Main()">
15280         <size>1</size>
15281       </method>
15282       <method name="Void .ctor()">
15283         <size>7</size>
15284       </method>
15285       <method name="Void .cctor()">
15286         <size>21</size>
15287       </method>
15288     </type>
15289   </test>
15290   <test name="gtest-487.cs">
15291     <type name="Limada.MonoTests.Generics.MultiDictionary`3[K,V,TDictionary]">
15292       <method name="Void .ctor()">
15293         <size>7</size>
15294       </method>
15295     </type>
15296     <type name="Limada.MonoTests.Generics.Test">
15297       <method name="Void Main()">
15298         <size>7</size>
15299       </method>
15300       <method name="Void .ctor()">
15301         <size>7</size>
15302       </method>
15303     </type>
15304   </test>
15305   <test name="gtest-488.cs">
15306     <type name="Ref">
15307       <method name="Void .ctor()">
15308         <size>7</size>
15309       </method>
15310     </type>
15311     <type name="Def">
15312       <method name="Void .ctor()">
15313         <size>7</size>
15314       </method>
15315     </type>
15316     <type name="FooProcessor`1[T]">
15317       <method name="Void Attach(T, Def)">
15318         <size>15</size>
15319       </method>
15320       <method name="Void .ctor()">
15321         <size>7</size>
15322       </method>
15323     </type>
15324     <type name="Program">
15325       <method name="Void Main()">
15326         <size>1</size>
15327       </method>
15328       <method name="Void .ctor()">
15329         <size>7</size>
15330       </method>
15331     </type>
15332   </test>
15333   <test name="gtest-489.cs">
15334     <type name="sample">
15335       <method name="TValue Value[TKey,TValue]()">
15336         <size>0</size>
15337       </method>
15338       <method name="Void Main()">
15339         <size>1</size>
15340       </method>
15341       <method name="Void .ctor()">
15342         <size>7</size>
15343       </method>
15344     </type>
15345     <type name="sample+nested`1[T]">
15346       <method name="TValue Value[TKey,TValue]()">
15347         <size>6</size>
15348       </method>
15349       <method name="Void .ctor()">
15350         <size>7</size>
15351       </method>
15352     </type>
15353   </test>
15354   <test name="gtest-490.cs">
15355     <type name="Foo">
15356       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
15357         <size>17</size>
15358       </method>
15359       <method name="IEnumerator GetEnumerator()">
15360         <size>17</size>
15361       </method>
15362       <method name="Void Main()">
15363         <size>1</size>
15364       </method>
15365       <method name="Void .ctor()">
15366         <size>18</size>
15367       </method>
15368     </type>
15369   </test>
15370   <test name="gtest-491.cs">
15371     <type name="ArrayEqualityComparer`1[T]">
15372       <method name="Boolean Equals(T[], T[])">
15373         <size>2</size>
15374       </method>
15375       <method name="Int32 GetHashCode(T[])">
15376         <size>2</size>
15377       </method>
15378       <method name="Void .ctor()">
15379         <size>7</size>
15380       </method>
15381     </type>
15382     <type name="Program">
15383       <method name="Int32 Main()">
15384         <size>13</size>
15385       </method>
15386       <method name="Void .ctor()">
15387         <size>7</size>
15388       </method>
15389     </type>
15390   </test>
15391   <test name="gtest-492.cs">
15392     <type name="B`1[T]">
15393       <method name="Void .ctor()">
15394         <size>7</size>
15395       </method>
15396     </type>
15397     <type name="A`1[T]">
15398       <method name="Void .ctor()">
15399         <size>7</size>
15400       </method>
15401     </type>
15402     <type name="A`1+C[T]">
15403       <method name="Void .ctor()">
15404         <size>7</size>
15405       </method>
15406     </type>
15407     <type name="M">
15408       <method name="Void Main()">
15409         <size>1</size>
15410       </method>
15411       <method name="Void .ctor()">
15412         <size>7</size>
15413       </method>
15414     </type>
15415   </test>
15416   <test name="gtest-493.cs">
15417     <type name="MonoGenericIteratorTest.MyType">
15418       <method name="Void .ctor()">
15419         <size>7</size>
15420       </method>
15421     </type>
15422     <type name="MonoGenericIteratorTest.MyCollectionBase`1[T]">
15423       <method name="IEnumerator GetEnumerator()">
15424         <size>17</size>
15425       </method>
15426       <method name="Void .ctor()">
15427         <size>7</size>
15428       </method>
15429     </type>
15430     <type name="MonoGenericIteratorTest.MyCollection">
15431       <method name="Void .ctor()">
15432         <size>7</size>
15433       </method>
15434     </type>
15435     <type name="MonoGenericIteratorTest.MainClass">
15436       <method name="Void Main(System.String[])">
15437         <size>77</size>
15438       </method>
15439       <method name="Void .ctor()">
15440         <size>7</size>
15441       </method>
15442     </type>
15443   </test>
15444   <test name="gtest-494.cs">
15445     <type name="Grid`1[CT]">
15446       <method name="Void .ctor()">
15447         <size>7</size>
15448       </method>
15449     </type>
15450     <type name="Grid`1+GPD[CT]">
15451       <method name="Void .ctor()">
15452         <size>18</size>
15453       </method>
15454     </type>
15455     <type name="Grid`1+GPD+GC[CT]">
15456       <method name="Void .ctor()">
15457         <size>7</size>
15458       </method>
15459     </type>
15460     <type name="H">
15461       <method name="Void .ctor()">
15462         <size>7</size>
15463       </method>
15464     </type>
15465     <type name="H+MyCT">
15466       <method name="Void .ctor()">
15467         <size>7</size>
15468       </method>
15469     </type>
15470     <type name="TheTest">
15471       <method name="Void Main(System.String[])">
15472         <size>7</size>
15473       </method>
15474       <method name="Void .ctor()">
15475         <size>7</size>
15476       </method>
15477     </type>
15478   </test>
15479   <test name="gtest-495.cs">
15480     <type name="Repro">
15481       <method name="Void Main()">
15482         <size>12</size>
15483       </method>
15484       <method name="Void .ctor()">
15485         <size>7</size>
15486       </method>
15487     </type>
15488     <type name="Repro+Outer">
15489       <method name="Void .ctor()">
15490         <size>7</size>
15491       </method>
15492     </type>
15493     <type name="Repro+Outer+Inner`1[T]">
15494       <method name="Void .ctor()">
15495         <size>7</size>
15496       </method>
15497     </type>
15498   </test>
15499   <test name="gtest-496.cs">
15500     <type name="Base">
15501       <method name="T EndExecute[T](System.Object, System.String)">
15502         <size>7</size>
15503       </method>
15504       <method name="Void .ctor()">
15505         <size>7</size>
15506       </method>
15507     </type>
15508     <type name="Derived">
15509       <method name="Derived EndExecute[TElement](System.Object)">
15510         <size>2</size>
15511       </method>
15512       <method name="Void .ctor()">
15513         <size>7</size>
15514       </method>
15515     </type>
15516     <type name="a">
15517       <method name="Int32 Main()">
15518         <size>14</size>
15519       </method>
15520       <method name="Void .ctor()">
15521         <size>7</size>
15522       </method>
15523     </type>
15524   </test>
15525   <test name="gtest-497.cs">
15526     <type name="Item">
15527       <method name="Void .ctor()">
15528         <size>7</size>
15529       </method>
15530     </type>
15531     <type name="ItemCollection`1[T]">
15532       <method name="Void Bind[U](ItemCollection`1[U])">
15533         <size>1</size>
15534       </method>
15535       <method name="Void .ctor()">
15536         <size>7</size>
15537       </method>
15538     </type>
15539     <type name="a">
15540       <method name="Void Main()">
15541         <size>14</size>
15542       </method>
15543       <method name="Void .ctor()">
15544         <size>7</size>
15545       </method>
15546     </type>
15547   </test>
15548   <test name="gtest-498.cs">
15549     <type name="A">
15550       <method name="Int32 Main()">
15551         <size>16</size>
15552       </method>
15553       <method name="Void .ctor()">
15554         <size>15</size>
15555       </method>
15556     </type>
15557   </test>
15558   <test name="gtest-499.cs">
15559     <type name="C">
15560       <method name="Int32 Test[T](T[])">
15561         <size>21</size>
15562       </method>
15563       <method name="Int32 TestExtra[T](T[,])">
15564         <size>22</size>
15565       </method>
15566       <method name="Int32 Main()">
15567         <size>118</size>
15568       </method>
15569       <method name="Void .ctor()">
15570         <size>7</size>
15571       </method>
15572     </type>
15573   </test>
15574   <test name="gtest-500.cs">
15575     <type name="Program">
15576       <method name="Int32 Main()">
15577         <size>85</size>
15578       </method>
15579       <method name="Void .ctor()">
15580         <size>7</size>
15581       </method>
15582     </type>
15583   </test>
15584   <test name="gtest-501.cs">
15585     <type name="UndoableDictionary`2[TKey,TValue]">
15586       <method name="Void TestFunc()">
15587         <size>1</size>
15588       </method>
15589       <method name="Void .ctor()">
15590         <size>7</size>
15591       </method>
15592     </type>
15593     <type name="UpdateableCollection`1[T]">
15594       <method name="Void AddReferences()">
15595         <size>1</size>
15596       </method>
15597       <method name="Void TestFunc()">
15598         <size>1</size>
15599       </method>
15600       <method name="Void .ctor()">
15601         <size>7</size>
15602       </method>
15603     </type>
15604     <type name="UpdateableCollection`1+X[T]">
15605       <method name="Void .ctor()">
15606         <size>7</size>
15607       </method>
15608     </type>
15609     <type name="C">
15610       <method name="Int32 Main()">
15611         <size>8</size>
15612       </method>
15613       <method name="Void .ctor()">
15614         <size>7</size>
15615       </method>
15616     </type>
15617   </test>
15618   <test name="gtest-502.cs">
15619     <type name="C`1[T]">
15620       <method name="Void .ctor()">
15621         <size>7</size>
15622       </method>
15623       <method name="Void .cctor()">
15624         <size>31</size>
15625       </method>
15626     </type>
15627     <type name="C`1+Foo`1[T,U]">
15628       <method name="Void .ctor()">
15629         <size>7</size>
15630       </method>
15631     </type>
15632     <type name="C`1+Simple[T]">
15633       <method name="Void .ctor()">
15634         <size>7</size>
15635       </method>
15636     </type>
15637     <type name="M">
15638       <method name="Void .ctor()">
15639         <size>7</size>
15640       </method>
15641     </type>
15642     <type name="A">
15643       <method name="Void .ctor()">
15644         <size>7</size>
15645       </method>
15646     </type>
15647     <type name="A+N`1[T]">
15648       <method name="Void .ctor()">
15649         <size>7</size>
15650       </method>
15651     </type>
15652     <type name="M">
15653       <method name="Int32 Main()">
15654         <size>40</size>
15655       </method>
15656     </type>
15657   </test>
15658   <test name="gtest-503.cs">
15659     <type name="TestAttribute">
15660       <method name="Void .ctor(Type)">
15661         <size>7</size>
15662       </method>
15663     </type>
15664     <type name="C`1[T]">
15665       <method name="Void .ctor()">
15666         <size>7</size>
15667       </method>
15668     </type>
15669     <type name="C`1+N`1[T,U]">
15670       <method name="Void .ctor()">
15671         <size>7</size>
15672       </method>
15673     </type>
15674     <type name="A">
15675       <method name="Int32 Main()">
15676         <size>28</size>
15677       </method>
15678       <method name="Void .ctor()">
15679         <size>7</size>
15680       </method>
15681     </type>
15682   </test>
15683   <test name="gtest-504.cs">
15684     <type name="C">
15685       <method name="Void Main()">
15686         <size>1</size>
15687       </method>
15688       <method name="Void .ctor()">
15689         <size>7</size>
15690       </method>
15691     </type>
15692   </test>
15693   <test name="gtest-505.cs">
15694     <type name="C">
15695       <method name="Int32 Test(System.Collections.Generic.List`1[System.Int32])">
15696         <size>3</size>
15697       </method>
15698       <method name="Int32 Test(System.String)">
15699         <size>3</size>
15700       </method>
15701       <method name="Int32 Test(Int32)">
15702         <size>2</size>
15703       </method>
15704       <method name="R Method[T,R](IEnumerable`1, System.Func`2[T,R])">
15705         <size>16</size>
15706       </method>
15707       <method name="R Method2[T,R](IEnumerable`1, System.Func`2[System.Collections.Generic.List`1[T],R])">
15708         <size>8</size>
15709       </method>
15710       <method name="Int32 Main()">
15711         <size>73</size>
15712       </method>
15713       <method name="Void .ctor()">
15714         <size>7</size>
15715       </method>
15716     </type>
15717   </test>
15718   <test name="gtest-506.cs">
15719     <type name="C">
15720       <method name="Void Main()">
15721         <size>9</size>
15722       </method>
15723       <method name="Void .ctor()">
15724         <size>7</size>
15725       </method>
15726     </type>
15727   </test>
15728   <test name="gtest-507.cs">
15729     <type name="A">
15730       <method name="Int32 Main()">
15731         <size>26</size>
15732       </method>
15733       <method name="Void .ctor()">
15734         <size>7</size>
15735       </method>
15736     </type>
15737     <type name="B`1[T]">
15738       <method name="Int32 get_Item(T)">
15739         <size>2</size>
15740       </method>
15741       <method name="Int32 get_Item(System.Object)">
15742         <size>2</size>
15743       </method>
15744       <method name="Void .ctor()">
15745         <size>7</size>
15746       </method>
15747     </type>
15748   </test>
15749   <test name="gtest-508.cs">
15750     <type name="B">
15751       <method name="Void Main()">
15752         <size>8</size>
15753       </method>
15754       <method name="Void .ctor(Int32)">
15755         <size>8</size>
15756       </method>
15757     </type>
15758     <type name="A`1[T]">
15759       <method name="Void .ctor(T)">
15760         <size>7</size>
15761       </method>
15762     </type>
15763   </test>
15764   <test name="gtest-509.cs">
15765     <type name="Test.Foo">
15766       <method name="Void .ctor()">
15767         <size>7</size>
15768       </method>
15769     </type>
15770     <type name="Test.TestClass">
15771       <method name="T Test.IBase.Get[T](System.Object)">
15772         <size>10</size>
15773       </method>
15774       <method name="T Get[T](System.Object)">
15775         <size>10</size>
15776       </method>
15777       <method name="Void Main(System.String[])">
15778         <size>17</size>
15779       </method>
15780       <method name="Void .ctor()">
15781         <size>7</size>
15782       </method>
15783     </type>
15784   </test>
15785   <test name="gtest-510.cs">
15786     <type name="CA`2[U,V]">
15787       <method name="Void .ctor()">
15788         <size>7</size>
15789       </method>
15790     </type>
15791     <type name="Map`2[K,T]">
15792       <method name="Void .ctor()">
15793         <size>7</size>
15794       </method>
15795     </type>
15796     <type name="S">
15797       <method name="Void Main()">
15798         <size>7</size>
15799       </method>
15800       <method name="Void .ctor()">
15801         <size>7</size>
15802       </method>
15803     </type>
15804   </test>
15805   <test name="gtest-511.cs">
15806     <type name="A`1[T]">
15807       <method name="Void .ctor()">
15808         <size>7</size>
15809       </method>
15810     </type>
15811     <type name="C">
15812       <method name="Void Foo[T](A`1[T])">
15813         <size>1</size>
15814       </method>
15815       <method name="Void .ctor()">
15816         <size>7</size>
15817       </method>
15818     </type>
15819     <type name="D">
15820       <method name="Void Foo[T](A`1[T])">
15821         <size>1</size>
15822       </method>
15823       <method name="Int32 Main()">
15824         <size>81</size>
15825       </method>
15826       <method name="Void .ctor()">
15827         <size>7</size>
15828       </method>
15829     </type>
15830   </test>
15831   <test name="gtest-512.cs">
15832     <type name="C">
15833       <method name="Void Main()">
15834         <size>5</size>
15835       </method>
15836       <method name="Void .ctor()">
15837         <size>7</size>
15838       </method>
15839     </type>
15840   </test>
15841   <test name="gtest-513.cs">
15842     <type name="S">
15843       <method name="Void System.IDisposable.Dispose()">
15844         <size>13</size>
15845       </method>
15846       <method name="Void Dispose()">
15847         <size>6</size>
15848       </method>
15849     </type>
15850     <type name="C">
15851       <method name="Void System.IDisposable.Dispose()">
15852         <size>1</size>
15853       </method>
15854       <method name="Void Dispose()">
15855         <size>6</size>
15856       </method>
15857       <method name="Void .ctor()">
15858         <size>7</size>
15859       </method>
15860     </type>
15861     <type name="Test">
15862       <method name="Int32 Main()">
15863         <size>154</size>
15864       </method>
15865       <method name="Void GenMethod[T](T)">
15866         <size>33</size>
15867       </method>
15868       <method name="Void .ctor()">
15869         <size>7</size>
15870       </method>
15871     </type>
15872   </test>
15873   <test name="gtest-514.cs">
15874     <type name="test2.Test`3[T,U,V]">
15875       <method name="Void Method()">
15876         <size>127</size>
15877       </method>
15878       <method name="Void .ctor()">
15879         <size>7</size>
15880       </method>
15881     </type>
15882     <type name="test2.MainClass">
15883       <method name="Void Dispose()">
15884         <size>1</size>
15885       </method>
15886       <method name="Void Main()">
15887         <size>11</size>
15888       </method>
15889       <method name="Void .ctor()">
15890         <size>7</size>
15891       </method>
15892     </type>
15893   </test>
15894   <test name="gtest-515.cs">
15895     <type name="A">
15896       <method name="I`1 Foo[T]()">
15897         <size>2</size>
15898       </method>
15899       <method name="Void .ctor()">
15900         <size>7</size>
15901       </method>
15902     </type>
15903     <type name="AA">
15904       <method name="I`1 Foo[V]()">
15905         <size>7</size>
15906       </method>
15907       <method name="Void .ctor()">
15908         <size>7</size>
15909       </method>
15910     </type>
15911     <type name="B">
15912       <method name="Void Dispose()">
15913         <size>1</size>
15914       </method>
15915       <method name="I`1 Foo[R]()">
15916         <size>7</size>
15917       </method>
15918       <method name="Void Main()">
15919         <size>12</size>
15920       </method>
15921       <method name="Void .ctor()">
15922         <size>7</size>
15923       </method>
15924     </type>
15925   </test>
15926   <test name="gtest-516.cs">
15927     <type name="B">
15928       <method name="Void Foo()">
15929         <size>15</size>
15930       </method>
15931       <method name="Void Main()">
15932         <size>1</size>
15933       </method>
15934       <method name="Void .ctor()">
15935         <size>7</size>
15936       </method>
15937     </type>
15938   </test>
15939   <test name="gtest-517.cs">
15940     <type name="C">
15941       <method name="Void .ctor()">
15942         <size>7</size>
15943       </method>
15944     </type>
15945     <type name="G`1[T]">
15946       <method name="Void .ctor()">
15947         <size>7</size>
15948       </method>
15949     </type>
15950     <type name="Test`1[U]">
15951       <method name="Void .ctor()">
15952         <size>7</size>
15953       </method>
15954     </type>
15955     <type name="M">
15956       <method name="Void Main()">
15957         <size>1</size>
15958       </method>
15959       <method name="Void .ctor()">
15960         <size>7</size>
15961       </method>
15962     </type>
15963   </test>
15964   <test name="gtest-518.cs">
15965     <type name="Top`1[X]">
15966       <method name="Void .ctor()">
15967         <size>7</size>
15968       </method>
15969     </type>
15970     <type name="Top`1+C[X]">
15971       <method name="Void .ctor()">
15972         <size>7</size>
15973       </method>
15974     </type>
15975     <type name="M">
15976       <method name="Int32 Main()">
15977         <size>2</size>
15978       </method>
15979       <method name="Void .ctor()">
15980         <size>7</size>
15981       </method>
15982     </type>
15983   </test>
15984   <test name="gtest-519.cs">
15985     <type name="G`1[T]">
15986       <method name="Void .ctor()">
15987         <size>7</size>
15988       </method>
15989     </type>
15990     <type name="A">
15991       <method name="Void Foo[U]()">
15992         <size>1</size>
15993       </method>
15994       <method name="Void Main()">
15995         <size>1</size>
15996       </method>
15997       <method name="Void .ctor()">
15998         <size>7</size>
15999       </method>
16000     </type>
16001   </test>
16002   <test name="gtest-520.cs">
16003     <type name="A">
16004       <method name="Void Method()">
16005         <size>1</size>
16006       </method>
16007       <method name="Void .ctor()">
16008         <size>7</size>
16009       </method>
16010     </type>
16011     <type name="C">
16012       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16013         <size>6</size>
16014       </method>
16015       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator()">
16016         <size>16</size>
16017       </method>
16018       <method name="Void .ctor()">
16019         <size>7</size>
16020       </method>
16021     </type>
16022     <type name="C+GetEnumerator">
16023       <method name="Void .ctor()">
16024         <size>7</size>
16025       </method>
16026     </type>
16027     <type name="D">
16028       <method name="Void .ctor()">
16029         <size>7</size>
16030       </method>
16031     </type>
16032     <type name="Test">
16033       <method name="Int32 Main()">
16034         <size>118</size>
16035       </method>
16036       <method name="Void .ctor()">
16037         <size>7</size>
16038       </method>
16039     </type>
16040   </test>
16041   <test name="gtest-521.cs">
16042     <type name="D">
16043       <method name="Void Invoke(System.Object)">
16044         <size>0</size>
16045       </method>
16046       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
16047         <size>0</size>
16048       </method>
16049       <method name="Void EndInvoke(IAsyncResult)">
16050         <size>0</size>
16051       </method>
16052       <method name="Void .ctor(Object, IntPtr)">
16053         <size>0</size>
16054       </method>
16055     </type>
16056     <type name="E`1[T]">
16057       <method name="Void Test()">
16058         <size>25</size>
16059       </method>
16060       <method name="Void EH(System.Object)">
16061         <size>1</size>
16062       </method>
16063       <method name="Void .ctor()">
16064         <size>7</size>
16065       </method>
16066     </type>
16067     <type name="E`1+I[T]">
16068       <method name="Void add_E(D)">
16069         <size>24</size>
16070       </method>
16071       <method name="Void remove_E(D)">
16072         <size>24</size>
16073       </method>
16074       <method name="Void .ctor()">
16075         <size>7</size>
16076       </method>
16077     </type>
16078     <type name="M">
16079       <method name="Void Main()">
16080         <size>6</size>
16081       </method>
16082       <method name="Void .ctor()">
16083         <size>7</size>
16084       </method>
16085     </type>
16086   </test>
16087   <test name="gtest-522.cs">
16088     <type name="C`1[T]">
16089       <method name="Void .ctor()">
16090         <size>7</size>
16091       </method>
16092     </type>
16093     <type name="X">
16094       <method name="Void Main()">
16095         <size>1</size>
16096       </method>
16097       <method name="Void Test[T](T)">
16098         <size>12</size>
16099       </method>
16100       <method name="Void A[U]()">
16101         <size>1</size>
16102       </method>
16103       <method name="Void .ctor()">
16104         <size>7</size>
16105       </method>
16106     </type>
16107   </test>
16108   <test name="gtest-523.cs">
16109     <type name="Test.TestClass4`1[T]">
16110       <method name="Boolean Equals(T)">
16111         <size>2</size>
16112       </method>
16113       <method name="Boolean Equals(TestClass4`1)">
16114         <size>2</size>
16115       </method>
16116       <method name="Boolean Equals(TestClass4`1, TestClass4`1)">
16117         <size>9</size>
16118       </method>
16119       <method name="Int32 GetHashCode(TestClass4`1)">
16120         <size>14</size>
16121       </method>
16122       <method name="Int32 GetHashCode()">
16123         <size>2</size>
16124       </method>
16125       <method name="Boolean Equals(System.Object)">
16126         <size>2</size>
16127       </method>
16128       <method name="Boolean op_Equality(TestClass4`1, TestClass4`1)">
16129         <size>9</size>
16130       </method>
16131       <method name="Boolean op_Equality(T, TestClass4`1)">
16132         <size>9</size>
16133       </method>
16134       <method name="Boolean op_Equality(TestClass4`1, T)">
16135         <size>9</size>
16136       </method>
16137       <method name="Boolean op_Equality(System.Object, TestClass4`1)">
16138         <size>15</size>
16139       </method>
16140       <method name="Boolean op_Equality(TestClass4`1, System.Object)">
16141         <size>15</size>
16142       </method>
16143       <method name="Boolean op_Inequality(TestClass4`1, TestClass4`1)">
16144         <size>11</size>
16145       </method>
16146       <method name="Boolean op_Inequality(T, TestClass4`1)">
16147         <size>11</size>
16148       </method>
16149       <method name="Boolean op_Inequality(TestClass4`1, T)">
16150         <size>11</size>
16151       </method>
16152       <method name="Boolean op_Inequality(System.Object, TestClass4`1)">
16153         <size>11</size>
16154       </method>
16155       <method name="Boolean op_Inequality(TestClass4`1, System.Object)">
16156         <size>11</size>
16157       </method>
16158     </type>
16159     <type name="Test.C">
16160       <method name="Void Main()">
16161         <size>9</size>
16162       </method>
16163       <method name="Void .ctor()">
16164         <size>7</size>
16165       </method>
16166     </type>
16167   </test>
16168   <test name="gtest-524.cs">
16169     <type name="C">
16170       <method name="T M[T]()">
16171         <size>16</size>
16172       </method>
16173       <method name="Int32 Main()">
16174         <size>14</size>
16175       </method>
16176       <method name="Void .ctor()">
16177         <size>7</size>
16178       </method>
16179     </type>
16180   </test>
16181   <test name="gtest-525.cs">
16182     <type name="A">
16183       <method name="Void MA[T](System.String)">
16184         <size>1</size>
16185       </method>
16186       <method name="Void F()">
16187         <size>1</size>
16188       </method>
16189       <method name="Void .ctor()">
16190         <size>7</size>
16191       </method>
16192     </type>
16193     <type name="A+C">
16194       <method name="Void Foo()">
16195         <size>16</size>
16196       </method>
16197       <method name="Void Main()">
16198         <size>11</size>
16199       </method>
16200       <method name="Void .ctor()">
16201         <size>7</size>
16202       </method>
16203     </type>
16204   </test>
16205   <test name="gtest-526.cs">
16206     <type name="A`1[U]">
16207       <method name="Void .ctor()">
16208         <size>7</size>
16209       </method>
16210     </type>
16211     <type name="B`1[T]">
16212       <method name="Void .ctor()">
16213         <size>7</size>
16214       </method>
16215     </type>
16216     <type name="B`1+N[T]">
16217       <method name="Void Test(C)">
16218         <size>8</size>
16219       </method>
16220       <method name="Void .ctor()">
16221         <size>7</size>
16222       </method>
16223     </type>
16224     <type name="C">
16225       <method name="Void Main()">
16226         <size>16</size>
16227       </method>
16228       <method name="Void .ctor()">
16229         <size>7</size>
16230       </method>
16231     </type>
16232   </test>
16233   <test name="gtest-527.cs">
16234     <type name="CoalescingWithGenericsBug">
16235       <method name="T Provide[T]()">
16236         <size>23</size>
16237       </method>
16238       <method name="T FindExisting[T]()">
16239         <size>7</size>
16240       </method>
16241       <method name="Int32 Main()">
16242         <size>12</size>
16243       </method>
16244     </type>
16245     <type name="CoalescingWithGenericsBug+Service">
16246       <method name="Void Foo()">
16247         <size>1</size>
16248       </method>
16249       <method name="Void .ctor()">
16250         <size>7</size>
16251       </method>
16252     </type>
16253   </test>
16254   <test name="gtest-528.cs">
16255     <type name="GenericType`1[U]">
16256       <method name="Void .ctor()">
16257         <size>7</size>
16258       </method>
16259     </type>
16260     <type name="Base">
16261       <method name="T Test[T](GenericType`1[T])">
16262         <size>7</size>
16263       </method>
16264       <method name="Void .ctor()">
16265         <size>7</size>
16266       </method>
16267     </type>
16268     <type name="Override">
16269       <method name="T Test[T](GenericType`1[T])">
16270         <size>8</size>
16271       </method>
16272       <method name="Int32 Main()">
16273         <size>20</size>
16274       </method>
16275       <method name="Void .ctor()">
16276         <size>7</size>
16277       </method>
16278     </type>
16279   </test>
16280   <test name="gtest-529.cs">
16281     <type name="GenericType`2[U,V]">
16282       <method name="Void .ctor()">
16283         <size>7</size>
16284       </method>
16285     </type>
16286     <type name="Base`1[V]">
16287       <method name="T Test[T](GenericType`2[T,V])">
16288         <size>7</size>
16289       </method>
16290       <method name="Void .ctor()">
16291         <size>7</size>
16292       </method>
16293     </type>
16294     <type name="Override`1[W]">
16295       <method name="T Test[T](GenericType`2[T,W])">
16296         <size>8</size>
16297       </method>
16298       <method name="Void .ctor()">
16299         <size>7</size>
16300       </method>
16301     </type>
16302     <type name="M">
16303       <method name="Int32 Main()">
16304         <size>20</size>
16305       </method>
16306       <method name="Void .ctor()">
16307         <size>7</size>
16308       </method>
16309     </type>
16310   </test>
16311   <test name="gtest-530.cs">
16312     <type name="B">
16313       <method name="Void Main()">
16314         <size>1</size>
16315       </method>
16316       <method name="Void .ctor()">
16317         <size>7</size>
16318       </method>
16319     </type>
16320     <type name="B2">
16321       <method name="Void .ctor()">
16322         <size>7</size>
16323       </method>
16324     </type>
16325     <type name="A">
16326       <method name="Void .ctor()">
16327         <size>7</size>
16328       </method>
16329     </type>
16330     <type name="G`1[T]">
16331       <method name="Void .ctor()">
16332         <size>7</size>
16333       </method>
16334     </type>
16335   </test>
16336   <test name="gtest-531.cs">
16337     <type name="ATop`1[T]">
16338       <method name="T[] IB&lt;T&gt;.ToArray(T[])">
16339         <size>2</size>
16340       </method>
16341       <method name="Void IC.ToArray()">
16342         <size>1</size>
16343       </method>
16344       <method name="Void Test()">
16345         <size>37</size>
16346       </method>
16347       <method name="Void .ctor()">
16348         <size>7</size>
16349       </method>
16350     </type>
16351     <type name="M">
16352       <method name="Int32 Main()">
16353         <size>12</size>
16354       </method>
16355       <method name="Void .ctor()">
16356         <size>7</size>
16357       </method>
16358     </type>
16359   </test>
16360   <test name="gtest-532.cs">
16361     <type name="DictionaryServicesContainer">
16362       <method name="Void Register[I,T]()">
16363         <size>6</size>
16364       </method>
16365       <method name="Void Register[I](System.Object)">
16366         <size>6</size>
16367       </method>
16368       <method name="I Resolve[I]()">
16369         <size>6</size>
16370       </method>
16371       <method name="Void Main()">
16372         <size>7</size>
16373       </method>
16374       <method name="Void .ctor()">
16375         <size>7</size>
16376       </method>
16377     </type>
16378   </test>
16379   <test name="gtest-533.cs">
16380     <type name="List`1[X]">
16381       <method name="Void .ctor()">
16382         <size>7</size>
16383       </method>
16384     </type>
16385     <type name="List`1+Comp`1[X,Y]">
16386       <method name="List`1+Comp`1[Y,X] flip(Y, X)">
16387         <size>7</size>
16388       </method>
16389       <method name="Void .ctor()">
16390         <size>7</size>
16391       </method>
16392     </type>
16393     <type name="List`1+Flip`1[X,Z]">
16394       <method name="Void .ctor(Comp`1)">
16395         <size>14</size>
16396       </method>
16397     </type>
16398     <type name="C">
16399       <method name="Int32 Main()">
16400         <size>15</size>
16401       </method>
16402       <method name="Void .ctor()">
16403         <size>7</size>
16404       </method>
16405     </type>
16406   </test>
16407   <test name="gtest-534.cs">
16408     <type name="A">
16409       <method name="Void Method(IG`1)">
16410         <size>1</size>
16411       </method>
16412       <method name="Int32 Main()">
16413         <size>13</size>
16414       </method>
16415       <method name="Void .ctor()">
16416         <size>7</size>
16417       </method>
16418     </type>
16419   </test>
16420   <test name="gtest-535.cs">
16421     <type name="G`1[T]">
16422       <method name="Void .ctor()">
16423         <size>7</size>
16424       </method>
16425     </type>
16426     <type name="A">
16427       <method name="Int32 Foo[T](T, G`1[T])">
16428         <size>2</size>
16429       </method>
16430       <method name="Int32 Foo[T](T, System.Object)">
16431         <size>2</size>
16432       </method>
16433       <method name="Int32 Main()">
16434         <size>34</size>
16435       </method>
16436       <method name="Void .ctor()">
16437         <size>7</size>
16438       </method>
16439     </type>
16440   </test>
16441   <test name="gtest-536.cs">
16442     <type name="Test">
16443       <method name="Void Main()">
16444         <size>6</size>
16445       </method>
16446       <method name="Void .ctor()">
16447         <size>7</size>
16448       </method>
16449     </type>
16450     <type name="Test+Expression`1[TDelegate]">
16451       <method name="Void .ctor()">
16452         <size>7</size>
16453       </method>
16454     </type>
16455     <type name="Test+Expression">
16456       <method name="Void Test()">
16457         <size>1</size>
16458       </method>
16459       <method name="Void .ctor()">
16460         <size>7</size>
16461       </method>
16462     </type>
16463   </test>
16464   <test name="gtest-537.cs">
16465     <type name="Test">
16466       <method name="Int32 Main()">
16467         <size>86</size>
16468       </method>
16469       <method name="Void .ctor()">
16470         <size>7</size>
16471       </method>
16472     </type>
16473     <type name="S">
16474       <method name="System.String op_BitwiseOr(S, Nullable`1)">
16475         <size>6</size>
16476       </method>
16477       <method name="Nullable`1 op_Addition(S, Nullable`1)">
16478         <size>8</size>
16479       </method>
16480     </type>
16481   </test>
16482   <test name="gtest-538.cs">
16483     <type name="S">
16484       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16485         <size>6</size>
16486       </method>
16487       <method name="IEnumerator`1 GetEnumerator()">
16488         <size>15</size>
16489       </method>
16490       <method name="Void .ctor(Int32)">
16491         <size>1</size>
16492       </method>
16493     </type>
16494     <type name="S2">
16495       <method name="IEnumerator`1 GetEnumerator()">
16496         <size>15</size>
16497       </method>
16498     </type>
16499     <type name="Enumerator`1[T]">
16500       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16501         <size>6</size>
16502       </method>
16503       <method name="T get_Current()">
16504         <size>6</size>
16505       </method>
16506       <method name="Boolean MoveNext()">
16507         <size>2</size>
16508       </method>
16509       <method name="Void Reset()">
16510         <size>6</size>
16511       </method>
16512       <method name="Void Dispose()">
16513         <size>13</size>
16514       </method>
16515     </type>
16516     <type name="MySystem">
16517       <method name="Int32 Main()">
16518         <size>182</size>
16519       </method>
16520       <method name="Void .ctor()">
16521         <size>7</size>
16522       </method>
16523     </type>
16524   </test>
16525   <test name="gtest-539.cs">
16526     <type name="S">
16527       <method name="Int32 get_ID()">
16528         <size>7</size>
16529       </method>
16530       <method name="Void set_ID(Int32)">
16531         <size>8</size>
16532       </method>
16533     </type>
16534     <type name="C">
16535       <method name="C op_Explicit(S)">
16536         <size>11</size>
16537       </method>
16538       <method name="C op_Explicit(Nullable`1)">
16539         <size>39</size>
16540       </method>
16541       <method name="Void .ctor(Int32)">
16542         <size>14</size>
16543       </method>
16544     </type>
16545     <type name="Test">
16546       <method name="Int32 Main()">
16547         <size>79</size>
16548       </method>
16549       <method name="Void .ctor()">
16550         <size>7</size>
16551       </method>
16552     </type>
16553   </test>
16554   <test name="gtest-540.cs">
16555     <type name="C">
16556       <method name="Int32 Main()">
16557         <size>809</size>
16558       </method>
16559       <method name="Void .ctor()">
16560         <size>7</size>
16561       </method>
16562     </type>
16563   </test>
16564   <test name="gtest-541.cs">
16565     <type name="Foo">
16566       <method name="Void .ctor()">
16567         <size>7</size>
16568       </method>
16569     </type>
16570     <type name="Top`1[S]">
16571       <method name="Void .ctor()">
16572         <size>7</size>
16573       </method>
16574     </type>
16575     <type name="Top`1+Base`1[S,T]">
16576       <method name="Void .ctor()">
16577         <size>7</size>
16578       </method>
16579     </type>
16580     <type name="Top`1+Base`1+Derived`1[S,T,U]">
16581       <method name="Void Test()">
16582         <size>1</size>
16583       </method>
16584       <method name="Void .ctor()">
16585         <size>7</size>
16586       </method>
16587     </type>
16588     <type name="Test">
16589       <method name="Int32 Main()">
16590         <size>14</size>
16591       </method>
16592       <method name="Void .ctor()">
16593         <size>7</size>
16594       </method>
16595     </type>
16596   </test>
16597   <test name="gtest-542.cs">
16598     <type name="A`1[T]">
16599       <method name="T getT()">
16600         <size>0</size>
16601       </method>
16602       <method name="Void .ctor()">
16603         <size>7</size>
16604       </method>
16605     </type>
16606     <type name="A`1+B[T]">
16607       <method name="A`1+B[T] getT()">
16608         <size>2</size>
16609       </method>
16610       <method name="Void .ctor()">
16611         <size>7</size>
16612       </method>
16613     </type>
16614     <type name="C">
16615       <method name="Int32 Main()">
16616         <size>22</size>
16617       </method>
16618       <method name="Void .ctor()">
16619         <size>7</size>
16620       </method>
16621     </type>
16622   </test>
16623   <test name="gtest-543.cs">
16624     <type name="Blah`1[T]">
16625       <method name="Void .ctor()">
16626         <size>7</size>
16627       </method>
16628     </type>
16629     <type name="Blah`1+WrapperWrapper`1[T,N]">
16630       <method name="Blah`1+WrapperWrapper`1[T,N] NewWrapperWrapper(Wrapper`1[N])">
16631         <size>7</size>
16632       </method>
16633       <method name="Void .ctor()">
16634         <size>12</size>
16635       </method>
16636       <method name="Void .ctor(Wrapper`1)">
16637         <size>14</size>
16638       </method>
16639     </type>
16640     <type name="Wrapper`1[U]">
16641       <method name="Void .ctor(U)">
16642         <size>7</size>
16643       </method>
16644       <method name="Void .cctor()">
16645         <size>20</size>
16646       </method>
16647     </type>
16648     <type name="C">
16649       <method name="Int32 Main()">
16650         <size>26</size>
16651       </method>
16652       <method name="Void .ctor()">
16653         <size>7</size>
16654       </method>
16655     </type>
16656   </test>
16657   <test name="gtest-544.cs">
16658     <type name="A`1[T]">
16659       <method name="G Foo[G]()">
16660         <size>0</size>
16661       </method>
16662       <method name="G Foo2[G]()">
16663         <size>10</size>
16664       </method>
16665       <method name="Void .ctor()">
16666         <size>7</size>
16667       </method>
16668     </type>
16669     <type name="B">
16670       <method name="G Foo[G]()">
16671         <size>6</size>
16672       </method>
16673       <method name="G Foo2[G]()">
16674         <size>7</size>
16675       </method>
16676       <method name="Void .ctor()">
16677         <size>7</size>
16678       </method>
16679     </type>
16680     <type name="A2`1[T]">
16681       <method name="Void Foo[U]()">
16682         <size>0</size>
16683       </method>
16684       <method name="Void .ctor()">
16685         <size>7</size>
16686       </method>
16687     </type>
16688     <type name="B2">
16689       <method name="Void Foo[Y]()">
16690         <size>1</size>
16691       </method>
16692       <method name="Void .ctor()">
16693         <size>7</size>
16694       </method>
16695     </type>
16696     <type name="Program">
16697       <method name="Int32 Main()">
16698         <size>51</size>
16699       </method>
16700       <method name="Void .ctor()">
16701         <size>7</size>
16702       </method>
16703     </type>
16704   </test>
16705   <test name="gtest-545.cs">
16706     <type name="ApplicationContext">
16707       <method name="Boolean Foo()">
16708         <size>2</size>
16709       </method>
16710       <method name="Int32 Main()">
16711         <size>104</size>
16712       </method>
16713     </type>
16714   </test>
16715   <test name="gtest-546.cs">
16716     <type name="Factory">
16717       <method name="Factory+S`2[F1,F2] Create[F1,F2](F1, F2)">
16718         <size>2</size>
16719       </method>
16720       <method name="Void .ctor()">
16721         <size>7</size>
16722       </method>
16723     </type>
16724     <type name="Factory+S`2[G1,G2]">
16725       <method name="Void .ctor()">
16726         <size>7</size>
16727       </method>
16728     </type>
16729     <type name="A">
16730       <method name="TR Test[T1,T2,TR](T1, T2, System.Func`3[T1,T2,TR])">
16731         <size>9</size>
16732       </method>
16733       <method name="Void Main()">
16734         <size>29</size>
16735       </method>
16736       <method name="Void .ctor()">
16737         <size>7</size>
16738       </method>
16739     </type>
16740   </test>
16741   <test name="gtest-anon-1.cs">
16742     <type name="X">
16743       <method name="Void .ctor()">
16744         <size>7</size>
16745       </method>
16746       <method name="Void Hello[U](U)">
16747         <size>1</size>
16748       </method>
16749       <method name="Void Test[T](T)">
16750         <size>64</size>
16751       </method>
16752       <method name="Void Main()">
16753         <size>14</size>
16754       </method>
16755     </type>
16756     <type name="Foo">
16757       <method name="Void .ctor(Object, IntPtr)">
16758         <size>0</size>
16759       </method>
16760       <method name="Void Invoke()">
16761         <size>0</size>
16762       </method>
16763       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16764         <size>0</size>
16765       </method>
16766       <method name="Void EndInvoke(IAsyncResult)">
16767         <size>0</size>
16768       </method>
16769     </type>
16770     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
16771       <method name="Void .ctor()">
16772         <size>7</size>
16773       </method>
16774       <method name="Void &lt;&gt;m__0()">
16775         <size>18</size>
16776       </method>
16777     </type>
16778   </test>
16779   <test name="gtest-anon-10.cs">
16780     <type name="X">
16781       <method name="Void .ctor()">
16782         <size>7</size>
16783       </method>
16784       <method name="IEnumerable`1 Test[T](T, T)">
16785         <size>44</size>
16786       </method>
16787       <method name="Int32 Main()">
16788         <size>97</size>
16789       </method>
16790     </type>
16791     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
16792       <method name="Void .ctor()">
16793         <size>7</size>
16794       </method>
16795       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16796         <size>12</size>
16797       </method>
16798       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16799         <size>7</size>
16800       </method>
16801       <method name="Boolean MoveNext()">
16802         <size>108</size>
16803       </method>
16804       <method name="Void Dispose()">
16805         <size>8</size>
16806       </method>
16807       <method name="Void Reset()">
16808         <size>6</size>
16809       </method>
16810       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
16811         <size>7</size>
16812       </method>
16813       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
16814         <size>52</size>
16815       </method>
16816     </type>
16817   </test>
16818   <test name="gtest-anon-11.cs">
16819     <type name="Test`1[R]">
16820       <method name="Void .ctor()">
16821         <size>7</size>
16822       </method>
16823       <method name="Void World[S,T](S, T)">
16824         <size>1</size>
16825       </method>
16826       <method name="Void Hello[U,V](U, V)">
16827         <size>47</size>
16828       </method>
16829     </type>
16830     <type name="X">
16831       <method name="Void .ctor()">
16832         <size>7</size>
16833       </method>
16834       <method name="Void Main()">
16835         <size>21</size>
16836       </method>
16837     </type>
16838     <type name="Foo">
16839       <method name="Void .ctor(Object, IntPtr)">
16840         <size>0</size>
16841       </method>
16842       <method name="Void Invoke()">
16843         <size>0</size>
16844       </method>
16845       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16846         <size>0</size>
16847       </method>
16848       <method name="Void EndInvoke(IAsyncResult)">
16849         <size>0</size>
16850       </method>
16851     </type>
16852     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
16853       <method name="Void .ctor()">
16854         <size>7</size>
16855       </method>
16856       <method name="Void &lt;&gt;m__0()">
16857         <size>24</size>
16858       </method>
16859     </type>
16860   </test>
16861   <test name="gtest-anon-12.cs">
16862     <type name="World`1[T]">
16863       <method name="Void .ctor()">
16864         <size>7</size>
16865       </method>
16866       <method name="Void Hello[U](U)">
16867         <size>1</size>
16868       </method>
16869       <method name="Void Test(T)">
16870         <size>46</size>
16871       </method>
16872     </type>
16873     <type name="X">
16874       <method name="Void .ctor()">
16875         <size>7</size>
16876       </method>
16877       <method name="Void Main()">
16878         <size>18</size>
16879       </method>
16880     </type>
16881     <type name="Foo">
16882       <method name="Void .ctor(Object, IntPtr)">
16883         <size>0</size>
16884       </method>
16885       <method name="Void Invoke()">
16886         <size>0</size>
16887       </method>
16888       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16889         <size>0</size>
16890       </method>
16891       <method name="Void EndInvoke(IAsyncResult)">
16892         <size>0</size>
16893       </method>
16894     </type>
16895     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
16896       <method name="Void .ctor()">
16897         <size>7</size>
16898       </method>
16899       <method name="Void &lt;&gt;m__0()">
16900         <size>18</size>
16901       </method>
16902     </type>
16903   </test>
16904   <test name="gtest-anon-13.cs">
16905     <type name="X">
16906       <method name="Void .ctor()">
16907         <size>7</size>
16908       </method>
16909       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
16910         <size>13</size>
16911       </method>
16912       <method name="Void Main()">
16913         <size>1</size>
16914       </method>
16915     </type>
16916     <type name="X+ModuleBinder`1[T]">
16917       <method name="Void .ctor(Object, IntPtr)">
16918         <size>0</size>
16919       </method>
16920       <method name="T Invoke(System.Object)">
16921         <size>0</size>
16922       </method>
16923       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
16924         <size>0</size>
16925       </method>
16926       <method name="T EndInvoke(IAsyncResult)">
16927         <size>0</size>
16928       </method>
16929     </type>
16930     <type name="X">
16931       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
16932         <size>7</size>
16933       </method>
16934     </type>
16935   </test>
16936   <test name="gtest-anon-14.cs">
16937     <type name="T">
16938       <method name="Void .ctor()">
16939         <size>7</size>
16940       </method>
16941       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
16942         <size>1</size>
16943       </method>
16944       <method name="Void SomeCaller()">
16945         <size>36</size>
16946       </method>
16947       <method name="Void Main()">
16948         <size>1</size>
16949       </method>
16950       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
16951         <size>2</size>
16952       </method>
16953     </type>
16954   </test>
16955   <test name="gtest-anon-15.cs">
16956     <type name="Test`1[T]">
16957       <method name="Void .ctor()">
16958         <size>7</size>
16959       </method>
16960       <method name="Void Hello[S](T, S)">
16961         <size>42</size>
16962       </method>
16963     </type>
16964     <type name="X">
16965       <method name="Void .ctor()">
16966         <size>7</size>
16967       </method>
16968       <method name="Void Main()">
16969         <size>16</size>
16970       </method>
16971     </type>
16972     <type name="Foo`1[V]">
16973       <method name="Void .ctor(Object, IntPtr)">
16974         <size>0</size>
16975       </method>
16976       <method name="Void Invoke(V)">
16977         <size>0</size>
16978       </method>
16979       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
16980         <size>0</size>
16981       </method>
16982       <method name="Void EndInvoke(IAsyncResult)">
16983         <size>0</size>
16984       </method>
16985     </type>
16986     <type name="Bar`1[W]">
16987       <method name="Void .ctor(Object, IntPtr)">
16988         <size>0</size>
16989       </method>
16990       <method name="Void Invoke(W)">
16991         <size>0</size>
16992       </method>
16993       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
16994         <size>0</size>
16995       </method>
16996       <method name="Void EndInvoke(IAsyncResult)">
16997         <size>0</size>
16998       </method>
16999     </type>
17000     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
17001       <method name="Void .ctor()">
17002         <size>7</size>
17003       </method>
17004       <method name="Void &lt;&gt;m__0(Int64)">
17005         <size>57</size>
17006       </method>
17007     </type>
17008     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
17009       <method name="Void .ctor()">
17010         <size>7</size>
17011       </method>
17012       <method name="Void &lt;&gt;m__1(T)">
17013         <size>65</size>
17014       </method>
17015     </type>
17016   </test>
17017   <test name="gtest-anon-16.cs">
17018     <type name="A">
17019       <method name="Void .ctor(TestFunc`1)">
17020         <size>7</size>
17021       </method>
17022       <method name="Void Main()">
17023         <size>1</size>
17024       </method>
17025     </type>
17026     <type name="TestClass">
17027       <method name="Void .ctor()">
17028         <size>47</size>
17029       </method>
17030       <method name="Void Func[T](TestFunc`1[T])">
17031         <size>1</size>
17032       </method>
17033     </type>
17034     <type name="TestFunc`1[T]">
17035       <method name="Void .ctor(Object, IntPtr)">
17036         <size>0</size>
17037       </method>
17038       <method name="Void Invoke(T)">
17039         <size>0</size>
17040       </method>
17041       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
17042         <size>0</size>
17043       </method>
17044       <method name="Void EndInvoke(IAsyncResult)">
17045         <size>0</size>
17046       </method>
17047     </type>
17048     <type name="TestClass">
17049       <method name="Void &lt;a&gt;m__0(Int32)">
17050         <size>1</size>
17051       </method>
17052     </type>
17053   </test>
17054   <test name="gtest-anon-17.cs">
17055     <type name="C">
17056       <method name="Void .ctor()">
17057         <size>7</size>
17058       </method>
17059       <method name="Void Test[T,U](C+Func`1[T], U)">
17060         <size>1</size>
17061       </method>
17062       <method name="Void Main()">
17063         <size>75</size>
17064       </method>
17065     </type>
17066     <type name="C+Func`1[T]">
17067       <method name="Void .ctor(Object, IntPtr)">
17068         <size>0</size>
17069       </method>
17070       <method name="T Invoke(T)">
17071         <size>0</size>
17072       </method>
17073       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
17074         <size>0</size>
17075       </method>
17076       <method name="T EndInvoke(IAsyncResult)">
17077         <size>0</size>
17078       </method>
17079     </type>
17080     <type name="C">
17081       <method name="Int32 &lt;Main&gt;m__0(Int32)">
17082         <size>2</size>
17083       </method>
17084       <method name="Int32 &lt;Main&gt;m__1(Int32)">
17085         <size>2</size>
17086       </method>
17087     </type>
17088   </test>
17089   <test name="gtest-anon-18.cs">
17090     <type name="C">
17091       <method name="Void .ctor()">
17092         <size>7</size>
17093       </method>
17094       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
17095         <size>10</size>
17096       </method>
17097       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
17098         <size>10</size>
17099       </method>
17100       <method name="Void Test2[T]()">
17101         <size>19</size>
17102       </method>
17103       <method name="Void Main()">
17104         <size>100</size>
17105       </method>
17106     </type>
17107     <type name="C+Func`2[TR,TA]">
17108       <method name="Void .ctor(Object, IntPtr)">
17109         <size>0</size>
17110       </method>
17111       <method name="TR Invoke(TA)">
17112         <size>0</size>
17113       </method>
17114       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
17115         <size>0</size>
17116       </method>
17117       <method name="TR EndInvoke(IAsyncResult)">
17118         <size>0</size>
17119       </method>
17120     </type>
17121     <type name="C">
17122       <method name="Int32 &lt;Main&gt;m__1(Int32)">
17123         <size>16</size>
17124       </method>
17125       <method name="System.String &lt;Main&gt;m__2(Int32)">
17126         <size>6</size>
17127       </method>
17128       <method name="System.String &lt;Main&gt;m__3(Int32)">
17129         <size>6</size>
17130       </method>
17131       <method name="T &lt;Test2`1&gt;m__0[T](T)">
17132         <size>2</size>
17133       </method>
17134     </type>
17135   </test>
17136   <test name="gtest-anon-19.cs">
17137     <type name="Test">
17138       <method name="Void .ctor()">
17139         <size>7</size>
17140       </method>
17141       <method name="Void TestNaturalSort()">
17142         <size>31</size>
17143       </method>
17144       <method name="Void Main()">
17145         <size>6</size>
17146       </method>
17147     </type>
17148     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
17149       <method name="Void .ctor()">
17150         <size>7</size>
17151       </method>
17152       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
17153         <size>113</size>
17154       </method>
17155     </type>
17156     <type name="Test">
17157       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
17158         <size>106</size>
17159       </method>
17160     </type>
17161     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
17162       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
17163         <size>113</size>
17164       </method>
17165     </type>
17166   </test>
17167   <test name="gtest-anon-2.cs">
17168     <type name="X">
17169       <method name="Void .ctor()">
17170         <size>7</size>
17171       </method>
17172       <method name="Void Hello[U](U)">
17173         <size>1</size>
17174       </method>
17175       <method name="Void Test[T](T)">
17176         <size>71</size>
17177       </method>
17178       <method name="Void Main()">
17179         <size>14</size>
17180       </method>
17181     </type>
17182     <type name="Simple">
17183       <method name="Void .ctor(Object, IntPtr)">
17184         <size>0</size>
17185       </method>
17186       <method name="Void Invoke()">
17187         <size>0</size>
17188       </method>
17189       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17190         <size>0</size>
17191       </method>
17192       <method name="Void EndInvoke(IAsyncResult)">
17193         <size>0</size>
17194       </method>
17195     </type>
17196     <type name="Foo">
17197       <method name="Void .ctor(Object, IntPtr)">
17198         <size>0</size>
17199       </method>
17200       <method name="Simple Invoke()">
17201         <size>0</size>
17202       </method>
17203       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17204         <size>0</size>
17205       </method>
17206       <method name="Simple EndInvoke(IAsyncResult)">
17207         <size>0</size>
17208       </method>
17209     </type>
17210     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
17211       <method name="Void .ctor()">
17212         <size>7</size>
17213       </method>
17214       <method name="Simple &lt;&gt;m__0()">
17215         <size>55</size>
17216       </method>
17217     </type>
17218     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
17219       <method name="Void .ctor()">
17220         <size>7</size>
17221       </method>
17222       <method name="Void &lt;&gt;m__1()">
17223         <size>50</size>
17224       </method>
17225     </type>
17226   </test>
17227   <test name="gtest-anon-21.cs">
17228     <type name="BaseObject">
17229       <method name="Void .ctor()">
17230         <size>7</size>
17231       </method>
17232       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
17233         <size>53</size>
17234       </method>
17235       <method name="T MakeSomething[T]()">
17236         <size>7</size>
17237       </method>
17238       <method name="Int32 Main()">
17239         <size>10</size>
17240       </method>
17241       <method name="Void Closure(EmptyDelegate)">
17242         <size>1</size>
17243       </method>
17244     </type>
17245     <type name="EmptyDelegate">
17246       <method name="Void .ctor(Object, IntPtr)">
17247         <size>0</size>
17248       </method>
17249       <method name="Void Invoke()">
17250         <size>0</size>
17251       </method>
17252       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17253         <size>0</size>
17254       </method>
17255       <method name="Void EndInvoke(IAsyncResult)">
17256         <size>0</size>
17257       </method>
17258     </type>
17259     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
17260       <method name="Void .ctor()">
17261         <size>7</size>
17262       </method>
17263       <method name="Void &lt;&gt;m__0()">
17264         <size>17</size>
17265       </method>
17266     </type>
17267   </test>
17268   <test name="gtest-anon-22.cs">
17269     <type name="C">
17270       <method name="Void .ctor()">
17271         <size>7</size>
17272       </method>
17273       <method name="Int32 Foo(D1)">
17274         <size>2</size>
17275       </method>
17276       <method name="Int32 Foo(D2)">
17277         <size>2</size>
17278       </method>
17279       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
17280         <size>2</size>
17281       </method>
17282       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
17283         <size>2</size>
17284       </method>
17285       <method name="Int32 Main()">
17286         <size>82</size>
17287       </method>
17288     </type>
17289     <type name="D1">
17290       <method name="Void .ctor(Object, IntPtr)">
17291         <size>0</size>
17292       </method>
17293       <method name="Int32 Invoke()">
17294         <size>0</size>
17295       </method>
17296       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17297         <size>0</size>
17298       </method>
17299       <method name="Int32 EndInvoke(IAsyncResult)">
17300         <size>0</size>
17301       </method>
17302     </type>
17303     <type name="D2">
17304       <method name="Void .ctor(Object, IntPtr)">
17305         <size>0</size>
17306       </method>
17307       <method name="Int64 Invoke()">
17308         <size>0</size>
17309       </method>
17310       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17311         <size>0</size>
17312       </method>
17313       <method name="Int64 EndInvoke(IAsyncResult)">
17314         <size>0</size>
17315       </method>
17316     </type>
17317     <type name="C">
17318       <method name="Int32 &lt;Main&gt;m__0()">
17319         <size>2</size>
17320       </method>
17321     </type>
17322   </test>
17323   <test name="gtest-anon-23.cs">
17324     <type name="MemberAccessData">
17325       <method name="Void .ctor()">
17326         <size>7</size>
17327       </method>
17328       <method name="Void set_MyTypeProperty(Nullable`1)">
17329         <size>8</size>
17330       </method>
17331       <method name="Nullable`1 get_MyTypeProperty()">
17332         <size>7</size>
17333       </method>
17334     </type>
17335     <type name="C">
17336       <method name="Void .ctor()">
17337         <size>7</size>
17338       </method>
17339       <method name="Void Test(C+D)">
17340         <size>1</size>
17341       </method>
17342       <method name="Void Main()">
17343         <size>212</size>
17344       </method>
17345     </type>
17346     <type name="C+D">
17347       <method name="Void .ctor(Object, IntPtr)">
17348         <size>0</size>
17349       </method>
17350       <method name="Void Invoke()">
17351         <size>0</size>
17352       </method>
17353       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17354         <size>0</size>
17355       </method>
17356       <method name="Void EndInvoke(IAsyncResult)">
17357         <size>0</size>
17358       </method>
17359     </type>
17360     <type name="C+&lt;Main&gt;c__AnonStorey0">
17361       <method name="Void .ctor()">
17362         <size>7</size>
17363       </method>
17364       <method name="Void &lt;&gt;m__1()">
17365         <size>38</size>
17366       </method>
17367     </type>
17368     <type name="C">
17369       <method name="Void &lt;Main&gt;m__3()">
17370         <size>16</size>
17371       </method>
17372       <method name="Void &lt;Main&gt;m__4()">
17373         <size>16</size>
17374       </method>
17375       <method name="Void &lt;Main&gt;m__5()">
17376         <size>61</size>
17377       </method>
17378     </type>
17379     <type name="&lt;PrivateImplementationDetails&gt;">
17380       <method name="Void .ctor()">
17381         <size>7</size>
17382       </method>
17383     </type>
17384     <type name="B">
17385       <method name="Void BaseM()">
17386         <size>1</size>
17387       </method>
17388       <method name="Void .ctor()">
17389         <size>7</size>
17390       </method>
17391     </type>
17392     <type name="C">
17393       <method name="Void InstanceTests()">
17394         <size>18</size>
17395       </method>
17396       <method name="Void &lt;InstanceTests&gt;m__0()">
17397         <size>7</size>
17398       </method>
17399       <method name="Void &lt;Main&gt;m__6()">
17400         <size>53</size>
17401       </method>
17402     </type>
17403     <type name="C+&lt;Main&gt;c__AnonStorey0">
17404       <method name="Void &lt;&gt;m__2()">
17405         <size>32</size>
17406       </method>
17407     </type>
17408     <type name="C">
17409       <method name="Void &lt;BaseM&gt;__BaseCallProxy0()">
17410         <size>7</size>
17411       </method>
17412     </type>
17413   </test>
17414   <test name="gtest-anon-24.cs">
17415     <type name="Disposable`1[T]">
17416       <method name="Void .ctor()">
17417         <size>7</size>
17418       </method>
17419       <method name="Void Dispose()">
17420         <size>1</size>
17421       </method>
17422     </type>
17423     <type name="Test">
17424       <method name="Void .ctor()">
17425         <size>7</size>
17426       </method>
17427       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
17428         <size>38</size>
17429       </method>
17430       <method name="System.Func`1[T] Throw[T](T)">
17431         <size>26</size>
17432       </method>
17433       <method name="System.Func`1[T] Do[T](T)">
17434         <size>26</size>
17435       </method>
17436       <method name="System.Func`1[T] Lock[T](T)">
17437         <size>26</size>
17438       </method>
17439       <method name="System.Func`1[T] Catch[T](T)">
17440         <size>26</size>
17441       </method>
17442       <method name="System.Func`1[T] Finally[T](T)">
17443         <size>26</size>
17444       </method>
17445       <method name="System.Func`1[T] Using[T](T)">
17446         <size>57</size>
17447       </method>
17448       <method name="System.Func`1[T] Switch[T](T)">
17449         <size>38</size>
17450       </method>
17451       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
17452         <size>26</size>
17453       </method>
17454       <method name="Int32 Main()">
17455         <size>575</size>
17456       </method>
17457     </type>
17458     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
17459       <method name="Void .ctor()">
17460         <size>7</size>
17461       </method>
17462       <method name="T[] &lt;&gt;m__0()">
17463         <size>56</size>
17464       </method>
17465     </type>
17466     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
17467       <method name="Void .ctor()">
17468         <size>7</size>
17469       </method>
17470       <method name="T &lt;&gt;m__1()">
17471         <size>23</size>
17472       </method>
17473     </type>
17474     <type name="Test">
17475       <method name="Void ArrayMutate[T](T[])">
17476         <size>27</size>
17477       </method>
17478       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
17479         <size>26</size>
17480       </method>
17481       <method name="System.Func`1[System.Type] TypeOf[T](T)">
17482         <size>38</size>
17483       </method>
17484     </type>
17485     <type name="Test+&lt;TypeOf&gt;c__AnonStorey2`1[T]">
17486       <method name="System.Type &lt;&gt;m__2()">
17487         <size>56</size>
17488       </method>
17489       <method name="Void .ctor()">
17490         <size>7</size>
17491       </method>
17492     </type>
17493     <type name="Test+&lt;Do&gt;c__AnonStorey3`1[T]">
17494       <method name="T &lt;&gt;m__3()">
17495         <size>28</size>
17496       </method>
17497       <method name="Void .ctor()">
17498         <size>7</size>
17499       </method>
17500     </type>
17501     <type name="Test+&lt;Lock&gt;c__AnonStorey4`1[T]">
17502       <method name="T &lt;&gt;m__4()">
17503         <size>72</size>
17504       </method>
17505       <method name="Void .ctor()">
17506         <size>7</size>
17507       </method>
17508     </type>
17509     <type name="Test+&lt;Catch&gt;c__AnonStorey5`1[T]">
17510       <method name="T &lt;&gt;m__5()">
17511         <size>48</size>
17512       </method>
17513       <method name="Void .ctor()">
17514         <size>7</size>
17515       </method>
17516     </type>
17517     <type name="Test+&lt;Finally&gt;c__AnonStorey6`1[T]">
17518       <method name="T &lt;&gt;m__6()">
17519         <size>50</size>
17520       </method>
17521       <method name="Void .ctor()">
17522         <size>7</size>
17523       </method>
17524     </type>
17525     <type name="Test+&lt;Using&gt;c__AnonStorey7`1[T]">
17526       <method name="T &lt;&gt;m__7()">
17527         <size>7</size>
17528       </method>
17529       <method name="Void .ctor()">
17530         <size>7</size>
17531       </method>
17532     </type>
17533     <type name="Test+&lt;Switch&gt;c__AnonStorey8`1[T]">
17534       <method name="T &lt;&gt;m__8()">
17535         <size>35</size>
17536       </method>
17537       <method name="Void .ctor()">
17538         <size>7</size>
17539       </method>
17540     </type>
17541     <type name="Test+&lt;ForForeach&gt;c__AnonStorey9`1[T]">
17542       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__9()">
17543         <size>56</size>
17544       </method>
17545       <method name="Void .ctor()">
17546         <size>7</size>
17547       </method>
17548     </type>
17549     <type name="Test+&lt;ArrayMutate&gt;c__AnonStoreyA`1[T]">
17550       <method name="Void &lt;&gt;m__A(Int32)">
17551         <size>36</size>
17552       </method>
17553       <method name="Void .ctor()">
17554         <size>7</size>
17555       </method>
17556     </type>
17557     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyB`1[T]">
17558       <method name="T[][] &lt;&gt;m__B()">
17559         <size>48</size>
17560       </method>
17561       <method name="Void .ctor()">
17562         <size>7</size>
17563       </method>
17564     </type>
17565     <type name="CA`1[T]">
17566       <method name="Void .ctor()">
17567         <size>7</size>
17568       </method>
17569     </type>
17570     <type name="Test">
17571       <method name="System.Func`1[T[]] NestedTypeMutate[T]()">
17572         <size>34</size>
17573       </method>
17574       <method name="System.Func`1[System.Int32] ArrayMultiMutate[T](T[,])">
17575         <size>26</size>
17576       </method>
17577     </type>
17578     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyC`1[T]">
17579       <method name="Int32 &lt;&gt;m__C()">
17580         <size>27</size>
17581       </method>
17582       <method name="Void .ctor()">
17583         <size>7</size>
17584       </method>
17585     </type>
17586     <type name="Test+&lt;NestedTypeMutate&gt;c__AnonStoreyD`1[T]">
17587       <method name="T[] &lt;&gt;m__D()">
17588         <size>37</size>
17589       </method>
17590       <method name="Void .ctor()">
17591         <size>7</size>
17592       </method>
17593     </type>
17594   </test>
17595   <test name="gtest-anon-25.cs">
17596     <type name="HS`1[T]">
17597       <method name="Void .ctor(IEqualityComparer`1)">
17598         <size>7</size>
17599       </method>
17600     </type>
17601     <type name="Test">
17602       <method name="Void .ctor()">
17603         <size>7</size>
17604       </method>
17605       <method name="Void Foo[T](IEqualityComparer`1)">
17606         <size>27</size>
17607       </method>
17608       <method name="Int32 Main()">
17609         <size>8</size>
17610       </method>
17611     </type>
17612     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
17613       <method name="Void .ctor()">
17614         <size>7</size>
17615       </method>
17616       <method name="HS`1[T] &lt;&gt;m__0()">
17617         <size>12</size>
17618       </method>
17619     </type>
17620   </test>
17621   <test name="gtest-anon-26.cs">
17622     <type name="MonoBugs.BrokenGenericCast">
17623       <method name="Void .ctor()">
17624         <size>7</size>
17625       </method>
17626       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
17627         <size>13</size>
17628       </method>
17629       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
17630         <size>13</size>
17631       </method>
17632       <method name="Void Main()">
17633         <size>1</size>
17634       </method>
17635       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
17636         <size>12</size>
17637       </method>
17638       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
17639         <size>12</size>
17640       </method>
17641     </type>
17642   </test>
17643   <test name="gtest-anon-27.cs">
17644     <type name="BaseDataObjectFactory">
17645       <method name="Void .ctor()">
17646         <size>7</size>
17647       </method>
17648       <method name="T GetBusinessQueryObjectFromReader[T]()">
17649         <size>8</size>
17650       </method>
17651       <method name="T[] GetQueryObjects[T](System.String)">
17652         <size>0</size>
17653       </method>
17654     </type>
17655     <type name="BusinessQueryObject">
17656       <method name="Void .ctor()">
17657         <size>7</size>
17658       </method>
17659     </type>
17660     <type name="MySqlDataObjectFactory">
17661       <method name="Void .ctor()">
17662         <size>7</size>
17663       </method>
17664       <method name="T[] GetQueryObjects[T](System.String)">
17665         <size>63</size>
17666       </method>
17667       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
17668         <size>1</size>
17669       </method>
17670     </type>
17671     <type name="C">
17672       <method name="Void .ctor()">
17673         <size>7</size>
17674       </method>
17675       <method name="Void Main()">
17676         <size>1</size>
17677       </method>
17678     </type>
17679     <type name="MySqlDataObjectFactory+PerformActionWithReader">
17680       <method name="Void .ctor(Object, IntPtr)">
17681         <size>0</size>
17682       </method>
17683       <method name="Void Invoke()">
17684         <size>0</size>
17685       </method>
17686       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17687         <size>0</size>
17688       </method>
17689       <method name="Void EndInvoke(IAsyncResult)">
17690         <size>0</size>
17691       </method>
17692     </type>
17693     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
17694       <method name="Void .ctor()">
17695         <size>7</size>
17696       </method>
17697       <method name="Void &lt;&gt;m__0()">
17698         <size>17</size>
17699       </method>
17700     </type>
17701   </test>
17702   <test name="gtest-anon-28.cs">
17703     <type name="A">
17704       <method name="Void .ctor()">
17705         <size>7</size>
17706       </method>
17707       <method name="Void Foo[T]()">
17708         <size>0</size>
17709       </method>
17710     </type>
17711     <type name="B">
17712       <method name="Void .ctor()">
17713         <size>7</size>
17714       </method>
17715       <method name="Void Foo[T]()">
17716         <size>14</size>
17717       </method>
17718       <method name="Void Main()">
17719         <size>1</size>
17720       </method>
17721     </type>
17722     <type name="B+Del">
17723       <method name="Void .ctor(Object, IntPtr)">
17724         <size>0</size>
17725       </method>
17726       <method name="Void Invoke()">
17727         <size>0</size>
17728       </method>
17729       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17730         <size>0</size>
17731       </method>
17732       <method name="Void EndInvoke(IAsyncResult)">
17733         <size>0</size>
17734       </method>
17735     </type>
17736     <type name="B">
17737       <method name="Void &lt;Foo`1&gt;m__0[T]()">
17738         <size>7</size>
17739       </method>
17740     </type>
17741   </test>
17742   <test name="gtest-anon-29.cs">
17743     <type name="Test">
17744       <method name="Void .ctor()">
17745         <size>7</size>
17746       </method>
17747       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
17748         <size>17</size>
17749       </method>
17750       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
17751         <size>32</size>
17752       </method>
17753       <method name="T Item[T](IList`1)">
17754         <size>7</size>
17755       </method>
17756       <method name="T GetSingleItem[T](IList`1)">
17757         <size>10</size>
17758       </method>
17759       <method name="Void Main()">
17760         <size>15</size>
17761       </method>
17762     </type>
17763     <type name="Test+Creator`1[T]">
17764       <method name="Void .ctor(Object, IntPtr)">
17765         <size>0</size>
17766       </method>
17767       <method name="T Invoke()">
17768         <size>0</size>
17769       </method>
17770       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17771         <size>0</size>
17772       </method>
17773       <method name="T EndInvoke(IAsyncResult)">
17774         <size>0</size>
17775       </method>
17776     </type>
17777     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
17778       <method name="Void .ctor()">
17779         <size>7</size>
17780       </method>
17781       <method name="T &lt;&gt;m__0()">
17782         <size>12</size>
17783       </method>
17784     </type>
17785   </test>
17786   <test name="gtest-anon-3.cs">
17787     <type name="X">
17788       <method name="Void .ctor()">
17789         <size>7</size>
17790       </method>
17791       <method name="Void Hello[U](U)">
17792         <size>1</size>
17793       </method>
17794       <method name="Void Test[T](T)">
17795         <size>28</size>
17796       </method>
17797       <method name="Void Main()">
17798         <size>14</size>
17799       </method>
17800     </type>
17801     <type name="Foo`1[S]">
17802       <method name="Void .ctor(Object, IntPtr)">
17803         <size>0</size>
17804       </method>
17805       <method name="Void Invoke(S)">
17806         <size>0</size>
17807       </method>
17808       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
17809         <size>0</size>
17810       </method>
17811       <method name="Void EndInvoke(IAsyncResult)">
17812         <size>0</size>
17813       </method>
17814     </type>
17815     <type name="X">
17816       <method name="Void &lt;Test`1&gt;m__0[T](T)">
17817         <size>8</size>
17818       </method>
17819     </type>
17820   </test>
17821   <test name="gtest-anon-30.cs">
17822     <type name="X">
17823       <method name="Void .ctor()">
17824         <size>7</size>
17825       </method>
17826       <method name="Void Hello[U](U)">
17827         <size>1</size>
17828       </method>
17829       <method name="Void Test[T](T)">
17830         <size>46</size>
17831       </method>
17832       <method name="Void Main()">
17833         <size>1</size>
17834       </method>
17835     </type>
17836     <type name="Simple">
17837       <method name="Void .ctor(Object, IntPtr)">
17838         <size>0</size>
17839       </method>
17840       <method name="Void Invoke()">
17841         <size>0</size>
17842       </method>
17843       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17844         <size>0</size>
17845       </method>
17846       <method name="Void EndInvoke(IAsyncResult)">
17847         <size>0</size>
17848       </method>
17849     </type>
17850     <type name="Foo">
17851       <method name="Void .ctor(Object, IntPtr)">
17852         <size>0</size>
17853       </method>
17854       <method name="Simple Invoke()">
17855         <size>0</size>
17856       </method>
17857       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17858         <size>0</size>
17859       </method>
17860       <method name="Simple EndInvoke(IAsyncResult)">
17861         <size>0</size>
17862       </method>
17863     </type>
17864     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
17865       <method name="Void .ctor()">
17866         <size>7</size>
17867       </method>
17868       <method name="Simple &lt;&gt;m__0()">
17869         <size>55</size>
17870       </method>
17871     </type>
17872     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
17873       <method name="Void .ctor()">
17874         <size>7</size>
17875       </method>
17876       <method name="Void &lt;&gt;m__1()">
17877         <size>50</size>
17878       </method>
17879     </type>
17880   </test>
17881   <test name="gtest-anon-31.cs">
17882     <type name="A">
17883       <method name="Void Fail[X]()">
17884         <size>25</size>
17885       </method>
17886       <method name="Void Main()">
17887         <size>1</size>
17888       </method>
17889     </type>
17890     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
17891       <method name="Void .ctor()">
17892         <size>7</size>
17893       </method>
17894       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
17895         <size>36</size>
17896       </method>
17897       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
17898         <size>1</size>
17899       </method>
17900     </type>
17901   </test>
17902   <test name="gtest-anon-32.cs">
17903     <type name="Program">
17904       <method name="Void .ctor()">
17905         <size>7</size>
17906       </method>
17907       <method name="Void Foo[T](IList`1)">
17908         <size>31</size>
17909       </method>
17910       <method name="Void Assert(System.Action`1[System.Int32])">
17911         <size>9</size>
17912       </method>
17913       <method name="Void Main(System.String[])">
17914         <size>7</size>
17915       </method>
17916     </type>
17917     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
17918       <method name="Void .ctor()">
17919         <size>7</size>
17920       </method>
17921       <method name="Void &lt;&gt;m__0(Int32)">
17922         <size>18</size>
17923       </method>
17924     </type>
17925   </test>
17926   <test name="gtest-anon-33.cs">
17927     <type name="IEnumerableRocks">
17928       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
17929         <size>33</size>
17930       </method>
17931       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
17932         <size>125</size>
17933       </method>
17934     </type>
17935     <type name="Test">
17936       <method name="Void .ctor()">
17937         <size>7</size>
17938       </method>
17939       <method name="Void Main()">
17940         <size>67</size>
17941       </method>
17942       <method name="System.String &lt;Main&gt;m__1(System.String)">
17943         <size>17</size>
17944       </method>
17945     </type>
17946     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
17947       <method name="Void .ctor()">
17948         <size>7</size>
17949       </method>
17950       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
17951         <size>34</size>
17952       </method>
17953     </type>
17954   </test>
17955   <test name="gtest-anon-34.cs">
17956     <type name="MyClass">
17957       <method name="Void .ctor()">
17958         <size>18</size>
17959       </method>
17960       <method name="Int32 get_Answer()">
17961         <size>7</size>
17962       </method>
17963       <method name="Void set_Answer(Int32)">
17964         <size>8</size>
17965       </method>
17966     </type>
17967     <type name="Test">
17968       <method name="Void .ctor()">
17969         <size>7</size>
17970       </method>
17971       <method name="Int32 Main()">
17972         <size>82</size>
17973       </method>
17974     </type>
17975     <type name="Test+D">
17976       <method name="Void .ctor(Object, IntPtr)">
17977         <size>0</size>
17978       </method>
17979       <method name="Void Invoke()">
17980         <size>0</size>
17981       </method>
17982       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17983         <size>0</size>
17984       </method>
17985       <method name="Void EndInvoke(IAsyncResult)">
17986         <size>0</size>
17987       </method>
17988     </type>
17989     <type name="Test+&lt;Main&gt;c__AnonStorey0">
17990       <method name="Void .ctor()">
17991         <size>7</size>
17992       </method>
17993       <method name="Void &lt;&gt;m__0()">
17994         <size>33</size>
17995       </method>
17996     </type>
17997   </test>
17998   <test name="gtest-anon-35.cs">
17999     <type name="C`1[T]">
18000       <method name="Void .ctor()">
18001         <size>7</size>
18002       </method>
18003       <method name="System.Func`1[T] XX()">
18004         <size>32</size>
18005       </method>
18006       <method name="T &lt;XX&gt;m__0()">
18007         <size>10</size>
18008       </method>
18009     </type>
18010     <type name="C2`1[T]">
18011       <method name="Void .ctor()">
18012         <size>7</size>
18013       </method>
18014       <method name="System.Func`1[C`1[T]] XX()">
18015         <size>32</size>
18016       </method>
18017       <method name="C`1[T] &lt;XX&gt;m__1()">
18018         <size>2</size>
18019       </method>
18020     </type>
18021     <type name="N1">
18022       <method name="Void .ctor()">
18023         <size>7</size>
18024       </method>
18025       <method name="System.Func`1[T] XX[T]()">
18026         <size>15</size>
18027       </method>
18028     </type>
18029     <type name="Test">
18030       <method name="Void .ctor()">
18031         <size>7</size>
18032       </method>
18033       <method name="Int32 Main()">
18034         <size>98</size>
18035       </method>
18036     </type>
18037     <type name="N1">
18038       <method name="T &lt;XX`1&gt;m__2[T]()">
18039         <size>10</size>
18040       </method>
18041     </type>
18042   </test>
18043   <test name="gtest-anon-36.cs">
18044     <type name="Foo`1[T]">
18045       <method name="Void .ctor()">
18046         <size>7</size>
18047       </method>
18048       <method name="Void add_handler(Handler`1[T])">
18049         <size>24</size>
18050       </method>
18051       <method name="Void remove_handler(Handler`1[T])">
18052         <size>24</size>
18053       </method>
18054       <method name="Void add_Handler(Handler`1[T])">
18055         <size>48</size>
18056       </method>
18057       <method name="Void remove_Handler(Handler`1[T])">
18058         <size>8</size>
18059       </method>
18060       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
18061         <size>18</size>
18062       </method>
18063     </type>
18064     <type name="Program">
18065       <method name="Void .ctor()">
18066         <size>7</size>
18067       </method>
18068       <method name="Int32 Main()">
18069         <size>15</size>
18070       </method>
18071     </type>
18072     <type name="Handler`1[T]">
18073       <method name="Void .ctor(Object, IntPtr)">
18074         <size>0</size>
18075       </method>
18076       <method name="Void Invoke(System.Object)">
18077         <size>0</size>
18078       </method>
18079       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
18080         <size>0</size>
18081       </method>
18082       <method name="Void EndInvoke(IAsyncResult)">
18083         <size>0</size>
18084       </method>
18085     </type>
18086   </test>
18087   <test name="gtest-anon-37.cs">
18088     <type name="Wrap`1[U]">
18089       <method name="Void .ctor()">
18090         <size>7</size>
18091       </method>
18092     </type>
18093     <type name="Test">
18094       <method name="Void .ctor()">
18095         <size>7</size>
18096       </method>
18097       <method name="Int32 Run[T](Wrap`1[T])">
18098         <size>56</size>
18099       </method>
18100       <method name="Int32 Main()">
18101         <size>16</size>
18102       </method>
18103     </type>
18104     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
18105       <method name="Void .ctor()">
18106         <size>7</size>
18107       </method>
18108       <method name="Void &lt;&gt;m__0()">
18109         <size>17</size>
18110       </method>
18111     </type>
18112   </test>
18113   <test name="gtest-anon-38.cs">
18114     <type name="Foo`1[T]">
18115       <method name="Void .ctor()">
18116         <size>7</size>
18117       </method>
18118       <method name="Boolean ContainsAll[U](IEnumerable`1)">
18119         <size>40</size>
18120       </method>
18121       <method name="Boolean Contains(T)">
18122         <size>2</size>
18123       </method>
18124     </type>
18125     <type name="Program">
18126       <method name="Void .ctor()">
18127         <size>7</size>
18128       </method>
18129       <method name="Int32 Main()">
18130         <size>42</size>
18131       </method>
18132     </type>
18133     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
18134       <method name="Void .ctor()">
18135         <size>7</size>
18136       </method>
18137       <method name="Boolean &lt;&gt;m__0()">
18138         <size>201</size>
18139       </method>
18140     </type>
18141     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
18142       <method name="Void .ctor()">
18143         <size>7</size>
18144       </method>
18145     </type>
18146     <type name="&lt;PrivateImplementationDetails&gt;">
18147       <method name="Void .ctor()">
18148         <size>7</size>
18149       </method>
18150     </type>
18151   </test>
18152   <test name="gtest-anon-39.cs">
18153     <type name="Test">
18154       <method name="Void .ctor()">
18155         <size>7</size>
18156       </method>
18157       <method name="Void Test_1[T](T)">
18158         <size>33</size>
18159       </method>
18160       <method name="Void Test_2[T](Nullable`1)">
18161         <size>33</size>
18162       </method>
18163       <method name="Void Main()">
18164         <size>39</size>
18165       </method>
18166     </type>
18167     <type name="Test+D">
18168       <method name="Void .ctor(Object, IntPtr)">
18169         <size>0</size>
18170       </method>
18171       <method name="Void Invoke()">
18172         <size>0</size>
18173       </method>
18174       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18175         <size>0</size>
18176       </method>
18177       <method name="Void EndInvoke(IAsyncResult)">
18178         <size>0</size>
18179       </method>
18180     </type>
18181     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
18182       <method name="Void .ctor()">
18183         <size>7</size>
18184       </method>
18185       <method name="Void &lt;&gt;m__0()">
18186         <size>24</size>
18187       </method>
18188     </type>
18189     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
18190       <method name="Void .ctor()">
18191         <size>7</size>
18192       </method>
18193       <method name="Void &lt;&gt;m__1()">
18194         <size>85</size>
18195       </method>
18196     </type>
18197     <type name="Test">
18198       <method name="T Test_3[T](System.Object)">
18199         <size>51</size>
18200       </method>
18201     </type>
18202     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
18203       <method name="Void .ctor()">
18204         <size>7</size>
18205       </method>
18206       <method name="Void &lt;&gt;m__2()">
18207         <size>23</size>
18208       </method>
18209     </type>
18210   </test>
18211   <test name="gtest-anon-4.cs">
18212     <type name="Test">
18213       <method name="Void .ctor()">
18214         <size>7</size>
18215       </method>
18216       <method name="Void Main()">
18217         <size>59</size>
18218       </method>
18219       <method name="Int32 GetItem()">
18220         <size>50</size>
18221       </method>
18222       <method name="IEnumerable`1 GetItems()">
18223         <size>16</size>
18224       </method>
18225     </type>
18226     <type name="&lt;PrivateImplementationDetails&gt;">
18227       <method name="Void .ctor()">
18228         <size>7</size>
18229       </method>
18230     </type>
18231     <type name="Test+&lt;GetItems&gt;c__Iterator0">
18232       <method name="Void .ctor()">
18233         <size>7</size>
18234       </method>
18235       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18236         <size>12</size>
18237       </method>
18238       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18239         <size>7</size>
18240       </method>
18241       <method name="Boolean MoveNext()">
18242         <size>67</size>
18243       </method>
18244       <method name="Void Dispose()">
18245         <size>8</size>
18246       </method>
18247       <method name="Void Reset()">
18248         <size>6</size>
18249       </method>
18250       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
18251         <size>7</size>
18252       </method>
18253       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
18254         <size>26</size>
18255       </method>
18256     </type>
18257   </test>
18258   <test name="gtest-anon-40.cs">
18259     <type name="RunTests">
18260       <method name="Int32 Main()">
18261         <size>7</size>
18262       </method>
18263     </type>
18264     <type name="Test1.X">
18265       <method name="Void .ctor()">
18266         <size>7</size>
18267       </method>
18268       <method name="Void Test1[R](R, Int32)">
18269         <size>150</size>
18270       </method>
18271       <method name="Void Run()">
18272         <size>13</size>
18273       </method>
18274     </type>
18275     <type name="Test1.Foo">
18276       <method name="Void .ctor(Object, IntPtr)">
18277         <size>0</size>
18278       </method>
18279       <method name="Int32 Invoke()">
18280         <size>0</size>
18281       </method>
18282       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18283         <size>0</size>
18284       </method>
18285       <method name="Int32 EndInvoke(IAsyncResult)">
18286         <size>0</size>
18287       </method>
18288     </type>
18289     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
18290       <method name="Void .ctor()">
18291         <size>7</size>
18292       </method>
18293       <method name="Int32 &lt;&gt;m__0()">
18294         <size>71</size>
18295       </method>
18296     </type>
18297     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
18298       <method name="Void .ctor()">
18299         <size>7</size>
18300       </method>
18301     </type>
18302     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
18303       <method name="Void .ctor()">
18304         <size>7</size>
18305       </method>
18306     </type>
18307   </test>
18308   <test name="gtest-anon-41.cs">
18309     <type name="C">
18310       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
18311         <size>37</size>
18312       </method>
18313       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
18314         <size>6</size>
18315       </method>
18316       <method name="Void Main()">
18317         <size>1</size>
18318       </method>
18319       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
18320         <size>8</size>
18321       </method>
18322       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
18323         <size>8</size>
18324       </method>
18325     </type>
18326   </test>
18327   <test name="gtest-anon-42.cs">
18328     <type name="Test">
18329       <method name="Void .ctor()">
18330         <size>7</size>
18331       </method>
18332       <method name="Void Test_3[T]()">
18333         <size>20</size>
18334       </method>
18335       <method name="Int32 Main()">
18336         <size>12</size>
18337       </method>
18338     </type>
18339     <type name="Test+D">
18340       <method name="Void .ctor(Object, IntPtr)">
18341         <size>0</size>
18342       </method>
18343       <method name="Void Invoke()">
18344         <size>0</size>
18345       </method>
18346       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18347         <size>0</size>
18348       </method>
18349       <method name="Void EndInvoke(IAsyncResult)">
18350         <size>0</size>
18351       </method>
18352     </type>
18353     <type name="Test">
18354       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
18355         <size>11</size>
18356       </method>
18357     </type>
18358   </test>
18359   <test name="gtest-anon-43.cs">
18360     <type name="TestC">
18361       <method name="Void .ctor()">
18362         <size>7</size>
18363       </method>
18364       <method name="System.Func`1[System.Type] Test[T]()">
18365         <size>13</size>
18366       </method>
18367       <method name="Int32 Main()">
18368         <size>76</size>
18369       </method>
18370       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
18371         <size>11</size>
18372       </method>
18373     </type>
18374   </test>
18375   <test name="gtest-anon-44.cs">
18376     <type name="UiaAtkBridgeTest.Test">
18377       <method name="Void .ctor()">
18378         <size>7</size>
18379       </method>
18380       <method name="Void Invoke(System.EventHandler)">
18381         <size>1</size>
18382       </method>
18383     </type>
18384     <type name="UiaAtkBridgeTest.GailTester">
18385       <method name="Void .ctor()">
18386         <size>7</size>
18387       </method>
18388       <method name="Void ThisCausesACrash[I]()">
18389         <size>18</size>
18390       </method>
18391       <method name="Void Main()">
18392         <size>1</size>
18393       </method>
18394       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
18395         <size>1</size>
18396       </method>
18397     </type>
18398   </test>
18399   <test name="gtest-anon-45.cs">
18400     <type name="C">
18401       <method name="Void .ctor()">
18402         <size>7</size>
18403       </method>
18404       <method name="Void AnyMethod[T]()">
18405         <size>20</size>
18406       </method>
18407       <method name="Int32 Main()">
18408         <size>12</size>
18409       </method>
18410     </type>
18411     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
18412       <method name="Void .ctor()">
18413         <size>7</size>
18414       </method>
18415       <method name="Void &lt;&gt;m__1(System.String)">
18416         <size>14</size>
18417       </method>
18418     </type>
18419     <type name="C">
18420       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
18421         <size>31</size>
18422       </method>
18423     </type>
18424   </test>
18425   <test name="gtest-anon-46.cs">
18426     <type name="TheClass">
18427       <method name="Void .ctor()">
18428         <size>7</size>
18429       </method>
18430       <method name="Void Foo[T](T, System.Func`2[T,T])">
18431         <size>41</size>
18432       </method>
18433       <method name="Void Main()">
18434         <size>8</size>
18435       </method>
18436     </type>
18437     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
18438       <method name="Void .ctor()">
18439         <size>7</size>
18440       </method>
18441       <method name="System.Func`1[T] &lt;&gt;m__0()">
18442         <size>31</size>
18443       </method>
18444       <method name="T &lt;&gt;m__1()">
18445         <size>18</size>
18446       </method>
18447     </type>
18448   </test>
18449   <test name="gtest-anon-47.cs">
18450     <type name="C">
18451       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
18452         <size>26</size>
18453       </method>
18454     </type>
18455     <type name="Test">
18456       <method name="Int32 Main()">
18457         <size>59</size>
18458       </method>
18459       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
18460         <size>23</size>
18461       </method>
18462       <method name="Void .ctor()">
18463         <size>7</size>
18464       </method>
18465     </type>
18466     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
18467       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
18468         <size>33</size>
18469       </method>
18470       <method name="Void .ctor()">
18471         <size>7</size>
18472       </method>
18473     </type>
18474     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
18475       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
18476         <size>45</size>
18477       </method>
18478       <method name="Void .ctor()">
18479         <size>7</size>
18480       </method>
18481     </type>
18482     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
18483       <method name="Void &lt;&gt;m__2(T3)">
18484         <size>35</size>
18485       </method>
18486       <method name="Void .ctor()">
18487         <size>7</size>
18488       </method>
18489     </type>
18490   </test>
18491   <test name="gtest-anon-48.cs">
18492     <type name="GeneratorEnumerable`1[T]">
18493       <method name="Void .ctor(Func`1)">
18494         <size>7</size>
18495       </method>
18496     </type>
18497     <type name="GeneratorExpression">
18498       <method name="Void .ctor()">
18499         <size>7</size>
18500       </method>
18501     </type>
18502     <type name="GeneratorInvoker">
18503       <method name="Void .ctor(GeneratorExpression)">
18504         <size>7</size>
18505       </method>
18506       <method name="Void Invoke[T](T ByRef)">
18507         <size>1</size>
18508       </method>
18509     </type>
18510     <type name="Interpreter">
18511       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
18512         <size>31</size>
18513       </method>
18514       <method name="Int32 Main()">
18515         <size>13</size>
18516       </method>
18517     </type>
18518     <type name="Func`1[TResult]">
18519       <method name="Void .ctor(Object, IntPtr)">
18520         <size>0</size>
18521       </method>
18522       <method name="TResult Invoke()">
18523         <size>0</size>
18524       </method>
18525       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18526         <size>0</size>
18527       </method>
18528       <method name="TResult EndInvoke(IAsyncResult)">
18529         <size>0</size>
18530       </method>
18531     </type>
18532     <type name="GeneratorNext`1[T]">
18533       <method name="Void .ctor(Object, IntPtr)">
18534         <size>0</size>
18535       </method>
18536       <method name="Void Invoke(T ByRef)">
18537         <size>0</size>
18538       </method>
18539       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
18540         <size>0</size>
18541       </method>
18542       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
18543         <size>0</size>
18544       </method>
18545     </type>
18546     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
18547       <method name="Void .ctor()">
18548         <size>7</size>
18549       </method>
18550       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
18551         <size>23</size>
18552       </method>
18553     </type>
18554   </test>
18555   <test name="gtest-anon-49.cs">
18556     <type name="Test">
18557       <method name="Void .ctor()">
18558         <size>7</size>
18559       </method>
18560       <method name="Void Main()">
18561         <size>1</size>
18562       </method>
18563       <method name="Void DetermineLinkedCells()">
18564         <size>74</size>
18565       </method>
18566     </type>
18567     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
18568       <method name="Void .ctor()">
18569         <size>7</size>
18570       </method>
18571     </type>
18572     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
18573       <method name="Void .ctor()">
18574         <size>7</size>
18575       </method>
18576       <method name="Boolean &lt;&gt;m__1(System.Object)">
18577         <size>13</size>
18578       </method>
18579       <method name="Boolean &lt;&gt;m__0(System.Object)">
18580         <size>18</size>
18581       </method>
18582     </type>
18583   </test>
18584   <test name="gtest-anon-5.cs">
18585     <type name="X">
18586       <method name="Void .ctor()">
18587         <size>7</size>
18588       </method>
18589       <method name="Void Main()">
18590         <size>80</size>
18591       </method>
18592     </type>
18593     <type name="Hello">
18594       <method name="Void .ctor(Object, IntPtr)">
18595         <size>0</size>
18596       </method>
18597       <method name="Void Invoke()">
18598         <size>0</size>
18599       </method>
18600       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18601         <size>0</size>
18602       </method>
18603       <method name="Void EndInvoke(IAsyncResult)">
18604         <size>0</size>
18605       </method>
18606     </type>
18607     <type name="Foo+&lt;Test&gt;c__Iterator0">
18608       <method name="Void .ctor()">
18609         <size>7</size>
18610       </method>
18611       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18612         <size>12</size>
18613       </method>
18614       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18615         <size>7</size>
18616       </method>
18617       <method name="Boolean MoveNext()">
18618         <size>96</size>
18619       </method>
18620       <method name="Void Dispose()">
18621         <size>8</size>
18622       </method>
18623       <method name="Void Reset()">
18624         <size>6</size>
18625       </method>
18626     </type>
18627     <type name="Foo">
18628       <method name="Void .ctor(Int32)">
18629         <size>8</size>
18630       </method>
18631       <method name="IEnumerable`1 Test(Foo)">
18632         <size>42</size>
18633       </method>
18634       <method name="Void Hello(Int32)">
18635         <size>19</size>
18636       </method>
18637       <method name="System.String ToString()">
18638         <size>22</size>
18639       </method>
18640     </type>
18641     <type name="Foo+&lt;Test&gt;c__Iterator0">
18642       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
18643         <size>7</size>
18644       </method>
18645       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
18646         <size>52</size>
18647       </method>
18648     </type>
18649   </test>
18650   <test name="gtest-anon-50.cs">
18651     <type name="M">
18652       <method name="Void .ctor()">
18653         <size>7</size>
18654       </method>
18655       <method name="Int32 Main()">
18656         <size>12</size>
18657       </method>
18658     </type>
18659     <type name="SomeGenericClass`1[SomeType]">
18660       <method name="Void .ctor()">
18661         <size>7</size>
18662       </method>
18663       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
18664         <size>7</size>
18665       </method>
18666       <method name="Void FailsToCompile()">
18667         <size>19</size>
18668       </method>
18669     </type>
18670     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
18671       <method name="Void .ctor(Object, IntPtr)">
18672         <size>0</size>
18673       </method>
18674       <method name="Void Invoke()">
18675         <size>0</size>
18676       </method>
18677       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18678         <size>0</size>
18679       </method>
18680       <method name="Void EndInvoke(IAsyncResult)">
18681         <size>0</size>
18682       </method>
18683     </type>
18684     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
18685       <method name="Void .ctor()">
18686         <size>7</size>
18687       </method>
18688     </type>
18689     <type name="SomeGenericClass`1[SomeType]">
18690       <method name="Void &lt;FailsToCompile&gt;m__0()">
18691         <size>44</size>
18692       </method>
18693     </type>
18694     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
18695       <method name="Void &lt;&gt;m__1()">
18696         <size>18</size>
18697       </method>
18698     </type>
18699   </test>
18700   <test name="gtest-anon-51.cs">
18701     <type name="Driver">
18702       <method name="Void .ctor()">
18703         <size>7</size>
18704       </method>
18705       <method name="Int32 Main()">
18706         <size>12</size>
18707       </method>
18708       <method name="Void P(Int32, Int32)">
18709         <size>1</size>
18710       </method>
18711       <method name="Void Repro()">
18712         <size>100</size>
18713       </method>
18714     </type>
18715     <type name="Bla">
18716       <method name="Void .ctor(Object, IntPtr)">
18717         <size>0</size>
18718       </method>
18719       <method name="Void Invoke()">
18720         <size>0</size>
18721       </method>
18722       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18723         <size>0</size>
18724       </method>
18725       <method name="Void EndInvoke(IAsyncResult)">
18726         <size>0</size>
18727       </method>
18728     </type>
18729     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
18730       <method name="Void .ctor()">
18731         <size>7</size>
18732       </method>
18733       <method name="Void &lt;&gt;m__0()">
18734         <size>35</size>
18735       </method>
18736     </type>
18737   </test>
18738   <test name="gtest-anon-52.cs">
18739     <type name="A`1[T]">
18740       <method name="Void .ctor()">
18741         <size>7</size>
18742       </method>
18743     </type>
18744     <type name="A`1+B[T]">
18745       <method name="Void .ctor()">
18746         <size>18</size>
18747       </method>
18748       <method name="Void W[R](System.String, System.Func`2[T,R])">
18749         <size>39</size>
18750       </method>
18751     </type>
18752     <type name="B">
18753       <method name="Void .ctor()">
18754         <size>7</size>
18755       </method>
18756       <method name="Void Main()">
18757         <size>1</size>
18758       </method>
18759     </type>
18760     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
18761       <method name="Void .ctor()">
18762         <size>7</size>
18763       </method>
18764       <method name="Void &lt;&gt;m__0(T[])">
18765         <size>55</size>
18766       </method>
18767     </type>
18768   </test>
18769   <test name="gtest-anon-53.cs">
18770     <type name="TestComp.Program">
18771       <method name="Void .ctor()">
18772         <size>7</size>
18773       </method>
18774       <method name="Void Main(System.String[])">
18775         <size>1</size>
18776       </method>
18777     </type>
18778     <type name="TestComp.Program+MyClass">
18779       <method name="Void .ctor()">
18780         <size>7</size>
18781       </method>
18782       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
18783         <size>1</size>
18784       </method>
18785       <method name="Void UseATemplate()">
18786         <size>36</size>
18787       </method>
18788       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
18789         <size>16</size>
18790       </method>
18791     </type>
18792     <type name="TestComp.Program+MyClass+MyDelegate">
18793       <method name="Void .ctor(Object, IntPtr)">
18794         <size>0</size>
18795       </method>
18796       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
18797         <size>0</size>
18798       </method>
18799       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
18800         <size>0</size>
18801       </method>
18802       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
18803         <size>0</size>
18804       </method>
18805     </type>
18806   </test>
18807   <test name="gtest-anon-54.cs">
18808     <type name="Class">
18809       <method name="Void .ctor()">
18810         <size>7</size>
18811       </method>
18812       <method name="System.String get_Property()">
18813         <size>6</size>
18814       </method>
18815       <method name="System.String Method()">
18816         <size>44</size>
18817       </method>
18818       <method name="Int32 Main()">
18819         <size>39</size>
18820       </method>
18821     </type>
18822     <type name="Class+&lt;Method&gt;c__AnonStorey0">
18823       <method name="Void .ctor()">
18824         <size>7</size>
18825       </method>
18826       <method name="System.String &lt;&gt;m__0()">
18827         <size>56</size>
18828       </method>
18829     </type>
18830     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
18831       <method name="Void .ctor()">
18832         <size>7</size>
18833       </method>
18834       <method name="System.String &lt;&gt;m__1(System.String)">
18835         <size>52</size>
18836       </method>
18837     </type>
18838     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
18839       <method name="Void .ctor()">
18840         <size>7</size>
18841       </method>
18842       <method name="System.String &lt;&gt;m__2()">
18843         <size>39</size>
18844       </method>
18845     </type>
18846   </test>
18847   <test name="gtest-anon-55.cs">
18848     <type name="Thing`1[TFirst]">
18849       <method name="Void .ctor(Action`1)">
18850         <size>14</size>
18851       </method>
18852       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
18853         <size>31</size>
18854       </method>
18855       <method name="Void SomeAction()">
18856         <size>18</size>
18857       </method>
18858     </type>
18859     <type name="Program">
18860       <method name="Void Main()">
18861         <size>42</size>
18862       </method>
18863       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
18864         <size>2</size>
18865       </method>
18866     </type>
18867     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
18868       <method name="Void .ctor()">
18869         <size>7</size>
18870       </method>
18871       <method name="Void &lt;&gt;m__0(TFirst)">
18872         <size>47</size>
18873       </method>
18874     </type>
18875   </test>
18876   <test name="gtest-anon-56.cs">
18877     <type name="G`1[T]">
18878       <method name="Void .ctor()">
18879         <size>7</size>
18880       </method>
18881       <method name="T def()">
18882         <size>10</size>
18883       </method>
18884     </type>
18885     <type name="C">
18886       <method name="Void .ctor()">
18887         <size>7</size>
18888       </method>
18889       <method name="Void foo(System.Object)">
18890         <size>1</size>
18891       </method>
18892       <method name="Void cf[T]()">
18893         <size>35</size>
18894       </method>
18895       <method name="Int32 Main()">
18896         <size>17</size>
18897       </method>
18898     </type>
18899     <type name="C+DF">
18900       <method name="Void .ctor(Object, IntPtr)">
18901         <size>0</size>
18902       </method>
18903       <method name="Void Invoke()">
18904         <size>0</size>
18905       </method>
18906       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18907         <size>0</size>
18908       </method>
18909       <method name="Void EndInvoke(IAsyncResult)">
18910         <size>0</size>
18911       </method>
18912     </type>
18913     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
18914       <method name="Void .ctor()">
18915         <size>7</size>
18916       </method>
18917       <method name="Void &lt;&gt;m__0()">
18918         <size>22</size>
18919       </method>
18920     </type>
18921   </test>
18922   <test name="gtest-anon-57.cs">
18923     <type name="X`1[T]">
18924       <method name="Void IFoo&lt;T&gt;.Test()">
18925         <size>37</size>
18926       </method>
18927       <method name="Void &lt;Test&gt;m__0()">
18928         <size>7</size>
18929       </method>
18930       <method name="Void .ctor()">
18931         <size>7</size>
18932       </method>
18933     </type>
18934     <type name="M">
18935       <method name="Void Main()">
18936         <size>13</size>
18937       </method>
18938       <method name="Void .ctor()">
18939         <size>7</size>
18940       </method>
18941     </type>
18942     <type name="Foo">
18943       <method name="Void Invoke()">
18944         <size>0</size>
18945       </method>
18946       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18947         <size>0</size>
18948       </method>
18949       <method name="Void EndInvoke(IAsyncResult)">
18950         <size>0</size>
18951       </method>
18952       <method name="Void .ctor(Object, IntPtr)">
18953         <size>0</size>
18954       </method>
18955     </type>
18956   </test>
18957   <test name="gtest-anon-58.cs">
18958     <type name="Test">
18959       <method name="X Foo[X](Boolean)">
18960         <size>45</size>
18961       </method>
18962       <method name="X FooNested[X](Boolean)">
18963         <size>66</size>
18964       </method>
18965       <method name="Int32 Main()">
18966         <size>36</size>
18967       </method>
18968       <method name="Void .ctor()">
18969         <size>7</size>
18970       </method>
18971     </type>
18972     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[X]">
18973       <method name="X &lt;&gt;m__0()">
18974         <size>12</size>
18975       </method>
18976       <method name="Void .ctor()">
18977         <size>7</size>
18978       </method>
18979     </type>
18980     <type name="Test+&lt;FooNested&gt;c__AnonStorey1`1[X]">
18981       <method name="Call`1[X] &lt;&gt;m__1()">
18982         <size>12</size>
18983       </method>
18984       <method name="Void .ctor()">
18985         <size>7</size>
18986       </method>
18987     </type>
18988   </test>
18989   <test name="gtest-anon-59.cs">
18990     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
18991       <method name="Void DoSend[TMessage](System.Action`1[T])">
18992         <size>83</size>
18993       </method>
18994       <method name="Void Send(System.Action`1[T])">
18995         <size>1</size>
18996       </method>
18997       <method name="Void ActionOnObject(System.Object)">
18998         <size>8</size>
18999       </method>
19000       <method name="Void Dispose()">
19001         <size>11</size>
19002       </method>
19003       <method name="Void .ctor()">
19004         <size>7</size>
19005       </method>
19006     </type>
19007     <type name="TestGenericsSubtypeMatching.C">
19008       <method name="Void Main()">
19009         <size>40</size>
19010       </method>
19011       <method name="Void &lt;Main&gt;m__1(System.String)">
19012         <size>7</size>
19013       </method>
19014       <method name="Void .ctor()">
19015         <size>7</size>
19016       </method>
19017     </type>
19018     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
19019       <method name="Void .ctor()">
19020         <size>7</size>
19021       </method>
19022     </type>
19023     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
19024       <method name="Void &lt;&gt;m__0(T)">
19025         <size>35</size>
19026       </method>
19027       <method name="Void .ctor()">
19028         <size>7</size>
19029       </method>
19030     </type>
19031   </test>
19032   <test name="gtest-anon-6.cs">
19033     <type name="X">
19034       <method name="Void .ctor()">
19035         <size>7</size>
19036       </method>
19037       <method name="Void Hello[U,V](U, V)">
19038         <size>1</size>
19039       </method>
19040       <method name="Void Test[A,B,C](A, B, C)">
19041         <size>49</size>
19042       </method>
19043       <method name="Void Main()">
19044         <size>28</size>
19045       </method>
19046     </type>
19047     <type name="Foo`2[R,S]">
19048       <method name="Void .ctor(Object, IntPtr)">
19049         <size>0</size>
19050       </method>
19051       <method name="Void Invoke(R, S)">
19052         <size>0</size>
19053       </method>
19054       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
19055         <size>0</size>
19056       </method>
19057       <method name="Void EndInvoke(IAsyncResult)">
19058         <size>0</size>
19059       </method>
19060     </type>
19061     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
19062       <method name="Void .ctor()">
19063         <size>7</size>
19064       </method>
19065       <method name="Void &lt;&gt;m__0(A, Int32)">
19066         <size>32</size>
19067       </method>
19068     </type>
19069   </test>
19070   <test name="gtest-anon-60.cs">
19071     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
19072       <method name="Void DoSend[TMessage](System.Action`1[T])">
19073         <size>83</size>
19074       </method>
19075       <method name="Void Send(System.Action`1[T])">
19076         <size>1</size>
19077       </method>
19078       <method name="Void ActionOnObject(System.Object)">
19079         <size>8</size>
19080       </method>
19081       <method name="Void Dispose()">
19082         <size>11</size>
19083       </method>
19084       <method name="Void .ctor()">
19085         <size>7</size>
19086       </method>
19087     </type>
19088     <type name="TestGenericsSubtypeMatching.C">
19089       <method name="Int32 Main()">
19090         <size>41</size>
19091       </method>
19092       <method name="Void &lt;Main&gt;m__1(Int32)">
19093         <size>7</size>
19094       </method>
19095       <method name="Void .ctor()">
19096         <size>7</size>
19097       </method>
19098     </type>
19099     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
19100       <method name="Void .ctor()">
19101         <size>7</size>
19102       </method>
19103     </type>
19104     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
19105       <method name="Void &lt;&gt;m__0(T)">
19106         <size>35</size>
19107       </method>
19108       <method name="Void .ctor()">
19109         <size>7</size>
19110       </method>
19111     </type>
19112   </test>
19113   <test name="gtest-anon-61.cs">
19114     <type name="TestCase">
19115       <method name="Void Main()">
19116         <size>32</size>
19117       </method>
19118       <method name="Void Test[T](IList`1)">
19119         <size>33</size>
19120       </method>
19121       <method name="Void .ctor()">
19122         <size>7</size>
19123       </method>
19124     </type>
19125     <type name="&lt;PrivateImplementationDetails&gt;">
19126       <method name="Void .ctor()">
19127         <size>7</size>
19128       </method>
19129     </type>
19130     <type name="TestCase+&lt;Test&gt;c__AnonStorey0`1[T]">
19131       <method name="Void &lt;&gt;m__0()">
19132         <size>46</size>
19133       </method>
19134       <method name="Int32 &lt;&gt;m__1(IList`1)">
19135         <size>2</size>
19136       </method>
19137       <method name="Void .ctor()">
19138         <size>7</size>
19139       </method>
19140     </type>
19141   </test>
19142   <test name="gtest-anon-62.cs">
19143     <type name="D">
19144       <method name="Void Invoke(System.Object)">
19145         <size>0</size>
19146       </method>
19147       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
19148         <size>0</size>
19149       </method>
19150       <method name="Void EndInvoke(IAsyncResult)">
19151         <size>0</size>
19152       </method>
19153       <method name="Void .ctor(Object, IntPtr)">
19154         <size>0</size>
19155       </method>
19156     </type>
19157     <type name="T">
19158       <method name="Void Assert(System.Object)">
19159         <size>1</size>
19160       </method>
19161       <method name="Void Execute(System.Action)">
19162         <size>1</size>
19163       </method>
19164       <method name="D GetD[T](System.Object)">
19165         <size>33</size>
19166       </method>
19167       <method name="Void Main()">
19168         <size>24</size>
19169       </method>
19170       <method name="Void .ctor()">
19171         <size>7</size>
19172       </method>
19173     </type>
19174     <type name="T+&lt;GetD&gt;c__AnonStorey2`1[T]">
19175       <method name="Void &lt;&gt;m__0(System.Object)">
19176         <size>77</size>
19177       </method>
19178       <method name="Void .ctor()">
19179         <size>7</size>
19180       </method>
19181     </type>
19182     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey0`1[T]">
19183       <method name="Void .ctor()">
19184         <size>7</size>
19185       </method>
19186     </type>
19187     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey1`1[T]">
19188       <method name="Void &lt;&gt;m__1()">
19189         <size>51</size>
19190       </method>
19191       <method name="Void .ctor()">
19192         <size>7</size>
19193       </method>
19194     </type>
19195   </test>
19196   <test name="gtest-anon-63.cs">
19197     <type name="A">
19198       <method name="Void Foo[T](T, System.String[])">
19199         <size>1</size>
19200       </method>
19201       <method name="Void .ctor()">
19202         <size>7</size>
19203       </method>
19204     </type>
19205     <type name="B">
19206       <method name="Void Test(Int32)">
19207         <size>40</size>
19208       </method>
19209       <method name="Void Test2[T](T)">
19210         <size>34</size>
19211       </method>
19212       <method name="Void &lt;Foo&gt;__BaseCallProxy0[T](T, System.String[])">
19213         <size>9</size>
19214       </method>
19215       <method name="Void .ctor()">
19216         <size>7</size>
19217       </method>
19218     </type>
19219     <type name="Test">
19220       <method name="Void Main()">
19221         <size>12</size>
19222       </method>
19223       <method name="Void .ctor()">
19224         <size>7</size>
19225       </method>
19226     </type>
19227     <type name="B+&lt;Test&gt;c__AnonStorey0">
19228       <method name="Void &lt;&gt;m__0()">
19229         <size>32</size>
19230       </method>
19231       <method name="Void .ctor()">
19232         <size>7</size>
19233       </method>
19234     </type>
19235     <type name="B+&lt;Test2&gt;c__AnonStorey1`1[T]">
19236       <method name="Void &lt;&gt;m__1()">
19237         <size>40</size>
19238       </method>
19239       <method name="Void .ctor()">
19240         <size>7</size>
19241       </method>
19242     </type>
19243   </test>
19244   <test name="gtest-anon-7.cs">
19245     <type name="MyDisposable">
19246       <method name="Void .ctor()">
19247         <size>26</size>
19248       </method>
19249       <method name="Void Dispose()">
19250         <size>1</size>
19251       </method>
19252       <method name="Int32 get_ID()">
19253         <size>7</size>
19254       </method>
19255       <method name="System.String ToString()">
19256         <size>28</size>
19257       </method>
19258     </type>
19259     <type name="X">
19260       <method name="Void .ctor()">
19261         <size>7</size>
19262       </method>
19263       <method name="IEnumerable`1 Test(Int32)">
19264         <size>30</size>
19265       </method>
19266       <method name="Void Main()">
19267         <size>60</size>
19268       </method>
19269     </type>
19270     <type name="X+&lt;Test&gt;c__Iterator0">
19271       <method name="Void .ctor()">
19272         <size>7</size>
19273       </method>
19274       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19275         <size>12</size>
19276       </method>
19277       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19278         <size>7</size>
19279       </method>
19280       <method name="Boolean MoveNext()">
19281         <size>178</size>
19282       </method>
19283       <method name="Void Dispose()">
19284         <size>66</size>
19285       </method>
19286       <method name="Void Reset()">
19287         <size>6</size>
19288       </method>
19289       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
19290         <size>7</size>
19291       </method>
19292       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
19293         <size>40</size>
19294       </method>
19295     </type>
19296   </test>
19297   <test name="gtest-anon-8.cs">
19298     <type name="X">
19299       <method name="Void .ctor()">
19300         <size>7</size>
19301       </method>
19302       <method name="Void Test[R](R, Int32)">
19303         <size>88</size>
19304       </method>
19305       <method name="Void Main()">
19306         <size>12</size>
19307       </method>
19308     </type>
19309     <type name="Foo">
19310       <method name="Void .ctor(Object, IntPtr)">
19311         <size>0</size>
19312       </method>
19313       <method name="Int32 Invoke()">
19314         <size>0</size>
19315       </method>
19316       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19317         <size>0</size>
19318       </method>
19319       <method name="Int32 EndInvoke(IAsyncResult)">
19320         <size>0</size>
19321       </method>
19322     </type>
19323     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
19324       <method name="Void .ctor()">
19325         <size>7</size>
19326       </method>
19327       <method name="Int32 &lt;&gt;m__0()">
19328         <size>34</size>
19329       </method>
19330     </type>
19331     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
19332       <method name="Void .ctor()">
19333         <size>7</size>
19334       </method>
19335     </type>
19336   </test>
19337   <test name="gtest-anon-9.cs">
19338     <type name="Test">
19339       <method name="Void .ctor()">
19340         <size>7</size>
19341       </method>
19342       <method name="IEnumerable`1 get_Foo()">
19343         <size>16</size>
19344       </method>
19345       <method name="Void set_Foo(IEnumerable`1)">
19346         <size>11</size>
19347       </method>
19348       <method name="Void Main()">
19349         <size>80</size>
19350       </method>
19351       <method name="Foo op_Implicit(Test)">
19352         <size>30</size>
19353       </method>
19354       <method name="IEnumerable`1 op_Addition(Test, Test)">
19355         <size>44</size>
19356       </method>
19357     </type>
19358     <type name="Foo">
19359       <method name="Void .ctor(Object, IntPtr)">
19360         <size>0</size>
19361       </method>
19362       <method name="Void Invoke()">
19363         <size>0</size>
19364       </method>
19365       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19366         <size>0</size>
19367       </method>
19368       <method name="Void EndInvoke(IAsyncResult)">
19369         <size>0</size>
19370       </method>
19371     </type>
19372     <type name="Test">
19373       <method name="Void &lt;op_Implicit&gt;m__0()">
19374         <size>11</size>
19375       </method>
19376     </type>
19377     <type name="Test+&lt;&gt;c__Iterator0">
19378       <method name="Void .ctor()">
19379         <size>7</size>
19380       </method>
19381       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19382         <size>12</size>
19383       </method>
19384       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19385         <size>7</size>
19386       </method>
19387       <method name="Boolean MoveNext()">
19388         <size>63</size>
19389       </method>
19390       <method name="Void Dispose()">
19391         <size>8</size>
19392       </method>
19393       <method name="Void Reset()">
19394         <size>6</size>
19395       </method>
19396     </type>
19397     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
19398       <method name="Void .ctor()">
19399         <size>7</size>
19400       </method>
19401       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19402         <size>7</size>
19403       </method>
19404       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19405         <size>7</size>
19406       </method>
19407       <method name="Boolean MoveNext()">
19408         <size>96</size>
19409       </method>
19410       <method name="Void Dispose()">
19411         <size>8</size>
19412       </method>
19413       <method name="Void Reset()">
19414         <size>6</size>
19415       </method>
19416     </type>
19417     <type name="Test+&lt;&gt;c__Iterator0">
19418       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
19419         <size>7</size>
19420       </method>
19421       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
19422         <size>26</size>
19423       </method>
19424     </type>
19425     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
19426       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
19427         <size>7</size>
19428       </method>
19429       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
19430         <size>52</size>
19431       </method>
19432     </type>
19433   </test>
19434   <test name="gtest-anon-type-12.cs">
19435     <type name="C">
19436       <method name="Int32 Main()">
19437         <size>23</size>
19438       </method>
19439       <method name="Void .ctor()">
19440         <size>7</size>
19441       </method>
19442     </type>
19443     <type name="&lt;&gt;__AnonType0`1[&lt;ToString&gt;__T]">
19444       <method name="&lt;ToString&gt;__T get_ToString()">
19445         <size>7</size>
19446       </method>
19447       <method name="Boolean Equals(System.Object)">
19448         <size>39</size>
19449       </method>
19450       <method name="Int32 GetHashCode()">
19451         <size>63</size>
19452       </method>
19453       <method name="System.String ToString()">
19454         <size>67</size>
19455       </method>
19456       <method name="Void .ctor(&lt;ToString&gt;__T)">
19457         <size>14</size>
19458       </method>
19459     </type>
19460   </test>
19461   <test name="gtest-anontype-01.cs">
19462     <type name="Test">
19463       <method name="Void .ctor()">
19464         <size>7</size>
19465       </method>
19466       <method name="Int32 Main()">
19467         <size>53</size>
19468       </method>
19469     </type>
19470     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19471       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19472         <size>21</size>
19473       </method>
19474       <method name="&lt;Foo&gt;__T get_Foo()">
19475         <size>7</size>
19476       </method>
19477       <method name="&lt;Baz&gt;__T get_Baz()">
19478         <size>7</size>
19479       </method>
19480       <method name="Boolean Equals(System.Object)">
19481         <size>69</size>
19482       </method>
19483       <method name="Int32 GetHashCode()">
19484         <size>86</size>
19485       </method>
19486       <method name="System.String ToString()">
19487         <size>142</size>
19488       </method>
19489     </type>
19490   </test>
19491   <test name="gtest-anontype-02.cs">
19492     <type name="Test">
19493       <method name="Void .ctor()">
19494         <size>7</size>
19495       </method>
19496       <method name="System.Object TestA(System.String)">
19497         <size>7</size>
19498       </method>
19499       <method name="Int32 Main()">
19500         <size>99</size>
19501       </method>
19502     </type>
19503     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
19504       <method name="Void .ctor(&lt;s&gt;__T)">
19505         <size>14</size>
19506       </method>
19507       <method name="&lt;s&gt;__T get_s()">
19508         <size>7</size>
19509       </method>
19510       <method name="Boolean Equals(System.Object)">
19511         <size>39</size>
19512       </method>
19513       <method name="Int32 GetHashCode()">
19514         <size>63</size>
19515       </method>
19516       <method name="System.String ToString()">
19517         <size>67</size>
19518       </method>
19519     </type>
19520     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19521       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19522         <size>21</size>
19523       </method>
19524       <method name="&lt;Foo&gt;__T get_Foo()">
19525         <size>7</size>
19526       </method>
19527       <method name="&lt;Baz&gt;__T get_Baz()">
19528         <size>7</size>
19529       </method>
19530       <method name="Boolean Equals(System.Object)">
19531         <size>69</size>
19532       </method>
19533       <method name="Int32 GetHashCode()">
19534         <size>86</size>
19535       </method>
19536       <method name="System.String ToString()">
19537         <size>142</size>
19538       </method>
19539     </type>
19540   </test>
19541   <test name="gtest-anontype-03.cs">
19542     <type name="MyClass">
19543       <method name="Void .ctor()">
19544         <size>18</size>
19545       </method>
19546       <method name="Int32 get_Baz()">
19547         <size>3</size>
19548       </method>
19549     </type>
19550     <type name="Test">
19551       <method name="Void .ctor()">
19552         <size>7</size>
19553       </method>
19554       <method name="Int32 Main()">
19555         <size>64</size>
19556       </method>
19557     </type>
19558     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19559       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19560         <size>21</size>
19561       </method>
19562       <method name="&lt;Foo&gt;__T get_Foo()">
19563         <size>7</size>
19564       </method>
19565       <method name="&lt;Baz&gt;__T get_Baz()">
19566         <size>7</size>
19567       </method>
19568       <method name="Boolean Equals(System.Object)">
19569         <size>69</size>
19570       </method>
19571       <method name="Int32 GetHashCode()">
19572         <size>86</size>
19573       </method>
19574       <method name="System.String ToString()">
19575         <size>142</size>
19576       </method>
19577     </type>
19578   </test>
19579   <test name="gtest-anontype-04.cs">
19580     <type name="MyClass">
19581       <method name="Void .ctor()">
19582         <size>18</size>
19583       </method>
19584       <method name="Int32 get_Baz()">
19585         <size>3</size>
19586       </method>
19587     </type>
19588     <type name="Test">
19589       <method name="Void .ctor()">
19590         <size>7</size>
19591       </method>
19592       <method name="Int32 Main()">
19593         <size>111</size>
19594       </method>
19595     </type>
19596     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
19597       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
19598         <size>36</size>
19599       </method>
19600       <method name="&lt;Foo&gt;__T get_Foo()">
19601         <size>7</size>
19602       </method>
19603       <method name="&lt;Baz&gt;__T get_Baz()">
19604         <size>7</size>
19605       </method>
19606       <method name="&lt;Hello&gt;__T get_Hello()">
19607         <size>7</size>
19608       </method>
19609       <method name="&lt;Answer&gt;__T get_Answer()">
19610         <size>7</size>
19611       </method>
19612       <method name="Boolean Equals(System.Object)">
19613         <size>123</size>
19614       </method>
19615       <method name="Int32 GetHashCode()">
19616         <size>132</size>
19617       </method>
19618       <method name="System.String ToString()">
19619         <size>258</size>
19620       </method>
19621     </type>
19622   </test>
19623   <test name="gtest-anontype-05.cs">
19624     <type name="Test">
19625       <method name="Void .ctor()">
19626         <size>7</size>
19627       </method>
19628       <method name="System.String Null()">
19629         <size>2</size>
19630       </method>
19631       <method name="Int32 Main()">
19632         <size>297</size>
19633       </method>
19634     </type>
19635     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
19636       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
19637         <size>21</size>
19638       </method>
19639       <method name="&lt;Name&gt;__T get_Name()">
19640         <size>7</size>
19641       </method>
19642       <method name="&lt;Age&gt;__T get_Age()">
19643         <size>7</size>
19644       </method>
19645       <method name="Boolean Equals(System.Object)">
19646         <size>69</size>
19647       </method>
19648       <method name="Int32 GetHashCode()">
19649         <size>86</size>
19650       </method>
19651       <method name="System.String ToString()">
19652         <size>142</size>
19653       </method>
19654     </type>
19655     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
19656       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
19657         <size>21</size>
19658       </method>
19659       <method name="&lt;Age&gt;__T get_Age()">
19660         <size>7</size>
19661       </method>
19662       <method name="&lt;Name&gt;__T get_Name()">
19663         <size>7</size>
19664       </method>
19665       <method name="Boolean Equals(System.Object)">
19666         <size>69</size>
19667       </method>
19668       <method name="Int32 GetHashCode()">
19669         <size>86</size>
19670       </method>
19671       <method name="System.String ToString()">
19672         <size>142</size>
19673       </method>
19674     </type>
19675     <type name="&lt;&gt;__AnonType2">
19676       <method name="Void .ctor()">
19677         <size>7</size>
19678       </method>
19679       <method name="Boolean Equals(System.Object)">
19680         <size>15</size>
19681       </method>
19682       <method name="Int32 GetHashCode()">
19683         <size>40</size>
19684       </method>
19685       <method name="System.String ToString()">
19686         <size>6</size>
19687       </method>
19688     </type>
19689     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
19690       <method name="Void .ctor(&lt;Foo&gt;__T)">
19691         <size>14</size>
19692       </method>
19693       <method name="&lt;Foo&gt;__T get_Foo()">
19694         <size>7</size>
19695       </method>
19696       <method name="Boolean Equals(System.Object)">
19697         <size>39</size>
19698       </method>
19699       <method name="Int32 GetHashCode()">
19700         <size>63</size>
19701       </method>
19702       <method name="System.String ToString()">
19703         <size>67</size>
19704       </method>
19705     </type>
19706   </test>
19707   <test name="gtest-anontype-06.cs">
19708     <type name="CastByExample">
19709       <method name="Void .ctor()">
19710         <size>7</size>
19711       </method>
19712       <method name="T Cast[T](System.Object, T)">
19713         <size>7</size>
19714       </method>
19715       <method name="Void Main()">
19716         <size>29</size>
19717       </method>
19718     </type>
19719     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
19720       <method name="Void .ctor(&lt;Foo&gt;__T)">
19721         <size>14</size>
19722       </method>
19723       <method name="&lt;Foo&gt;__T get_Foo()">
19724         <size>7</size>
19725       </method>
19726       <method name="Boolean Equals(System.Object)">
19727         <size>39</size>
19728       </method>
19729       <method name="Int32 GetHashCode()">
19730         <size>63</size>
19731       </method>
19732       <method name="System.String ToString()">
19733         <size>67</size>
19734       </method>
19735     </type>
19736   </test>
19737   <test name="gtest-anontype-07.cs">
19738     <type name="Test">
19739       <method name="Void .ctor()">
19740         <size>7</size>
19741       </method>
19742       <method name="Int32 Main()">
19743         <size>64</size>
19744       </method>
19745     </type>
19746     <type name="&lt;&gt;__AnonType0">
19747       <method name="Void .ctor()">
19748         <size>7</size>
19749       </method>
19750       <method name="Boolean Equals(System.Object)">
19751         <size>15</size>
19752       </method>
19753       <method name="Int32 GetHashCode()">
19754         <size>40</size>
19755       </method>
19756       <method name="System.String ToString()">
19757         <size>6</size>
19758       </method>
19759     </type>
19760   </test>
19761   <test name="gtest-anontype-08.cs">
19762     <type name="Test">
19763       <method name="Void Main()">
19764         <size>15</size>
19765       </method>
19766     </type>
19767     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
19768       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
19769         <size>21</size>
19770       </method>
19771       <method name="&lt;X&gt;__T get_X()">
19772         <size>7</size>
19773       </method>
19774       <method name="&lt;Y&gt;__T get_Y()">
19775         <size>7</size>
19776       </method>
19777       <method name="Boolean Equals(System.Object)">
19778         <size>69</size>
19779       </method>
19780       <method name="Int32 GetHashCode()">
19781         <size>86</size>
19782       </method>
19783       <method name="System.String ToString()">
19784         <size>142</size>
19785       </method>
19786     </type>
19787   </test>
19788   <test name="gtest-anontype-09.cs">
19789     <type name="My.System.Test">
19790       <method name="Int32 Main()">
19791         <size>35</size>
19792       </method>
19793     </type>
19794     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
19795       <method name="Void .ctor(&lt;X&gt;__T)">
19796         <size>14</size>
19797       </method>
19798       <method name="&lt;X&gt;__T get_X()">
19799         <size>7</size>
19800       </method>
19801       <method name="Boolean Equals(System.Object)">
19802         <size>39</size>
19803       </method>
19804       <method name="Int32 GetHashCode()">
19805         <size>63</size>
19806       </method>
19807       <method name="System.String ToString()">
19808         <size>67</size>
19809       </method>
19810     </type>
19811     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
19812       <method name="Void .ctor(&lt;Value&gt;__T)">
19813         <size>14</size>
19814       </method>
19815       <method name="&lt;Value&gt;__T get_Value()">
19816         <size>7</size>
19817       </method>
19818       <method name="Boolean Equals(System.Object)">
19819         <size>39</size>
19820       </method>
19821       <method name="Int32 GetHashCode()">
19822         <size>63</size>
19823       </method>
19824       <method name="System.String ToString()">
19825         <size>67</size>
19826       </method>
19827     </type>
19828   </test>
19829   <test name="gtest-anontype-10.cs">
19830     <type name="A">
19831       <method name="Void .ctor()">
19832         <size>7</size>
19833       </method>
19834       <method name="Int32 get_X()">
19835         <size>3</size>
19836       </method>
19837     </type>
19838     <type name="B">
19839       <method name="Void .ctor()">
19840         <size>7</size>
19841       </method>
19842       <method name="Int32 Main()">
19843         <size>11</size>
19844       </method>
19845       <method name="Int32 Test()">
19846         <size>33</size>
19847       </method>
19848     </type>
19849     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
19850       <method name="Void .ctor(&lt;X&gt;__T)">
19851         <size>14</size>
19852       </method>
19853       <method name="&lt;X&gt;__T get_X()">
19854         <size>7</size>
19855       </method>
19856       <method name="Boolean Equals(System.Object)">
19857         <size>39</size>
19858       </method>
19859       <method name="Int32 GetHashCode()">
19860         <size>63</size>
19861       </method>
19862       <method name="System.String ToString()">
19863         <size>67</size>
19864       </method>
19865     </type>
19866   </test>
19867   <test name="gtest-anontype-11.cs">
19868     <type name="Alpha">
19869       <method name="Void .ctor(String)">
19870         <size>14</size>
19871       </method>
19872       <method name="Int32 GetHashCode()">
19873         <size>18</size>
19874       </method>
19875     </type>
19876     <type name="Beta">
19877       <method name="Void .ctor(String)">
19878         <size>14</size>
19879       </method>
19880       <method name="Int32 GetHashCode()">
19881         <size>18</size>
19882       </method>
19883     </type>
19884     <type name="Program">
19885       <method name="Int32 Main()">
19886         <size>49</size>
19887       </method>
19888     </type>
19889     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
19890       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
19891         <size>21</size>
19892       </method>
19893       <method name="&lt;First&gt;__T get_First()">
19894         <size>7</size>
19895       </method>
19896       <method name="&lt;Second&gt;__T get_Second()">
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-autoproperty-01.cs">
19911     <type name="Test">
19912       <method name="Void .ctor()">
19913         <size>15</size>
19914       </method>
19915       <method name="System.String get_Foo()">
19916         <size>7</size>
19917       </method>
19918       <method name="Void set_Foo(System.String)">
19919         <size>8</size>
19920       </method>
19921       <method name="Int32 get_Answer()">
19922         <size>7</size>
19923       </method>
19924       <method name="Void set_Answer(Int32)">
19925         <size>8</size>
19926       </method>
19927       <method name="Int32 Main()">
19928         <size>97</size>
19929       </method>
19930     </type>
19931     <type name="Test+A">
19932       <method name="Void .ctor()">
19933         <size>7</size>
19934       </method>
19935       <method name="System.String get_B()">
19936         <size>7</size>
19937       </method>
19938       <method name="Void set_B(System.String)">
19939         <size>8</size>
19940       </method>
19941     </type>
19942   </test>
19943   <test name="gtest-autoproperty-02.cs">
19944     <type name="Test">
19945       <method name="Void .ctor()">
19946         <size>7</size>
19947       </method>
19948       <method name="System.String get_Foo()">
19949         <size>6</size>
19950       </method>
19951       <method name="Void set_Foo(System.String)">
19952         <size>7</size>
19953       </method>
19954       <method name="Int32 get_Answer()">
19955         <size>6</size>
19956       </method>
19957       <method name="Void set_Answer(Int32)">
19958         <size>7</size>
19959       </method>
19960       <method name="Int32 Main()">
19961         <size>114</size>
19962       </method>
19963     </type>
19964     <type name="Test+A">
19965       <method name="Void .ctor()">
19966         <size>7</size>
19967       </method>
19968       <method name="System.String get_B()">
19969         <size>6</size>
19970       </method>
19971       <method name="Void set_B(System.String)">
19972         <size>7</size>
19973       </method>
19974       <method name="System.String get_C()">
19975         <size>6</size>
19976       </method>
19977       <method name="Void set_C(System.String)">
19978         <size>7</size>
19979       </method>
19980       <method name="Void DoThings()">
19981         <size>11</size>
19982       </method>
19983     </type>
19984   </test>
19985   <test name="gtest-autoproperty-03.cs">
19986     <type name="Test">
19987       <method name="Void .ctor()">
19988         <size>7</size>
19989       </method>
19990       <method name="System.String get_Foo()">
19991         <size>7</size>
19992       </method>
19993       <method name="Void set_Foo(System.String)">
19994         <size>8</size>
19995       </method>
19996       <method name="Int32 Main()">
19997         <size>251</size>
19998       </method>
19999     </type>
20000   </test>
20001   <test name="gtest-autoproperty-04.cs">
20002     <type name="MonoTests.MainClass">
20003       <method name="Void .ctor()">
20004         <size>7</size>
20005       </method>
20006       <method name="System.String[] get_foo()">
20007         <size>7</size>
20008       </method>
20009       <method name="Void set_foo(System.String[])">
20010         <size>8</size>
20011       </method>
20012       <method name="System.String[] get_bar()">
20013         <size>0</size>
20014       </method>
20015       <method name="Void set_bar(System.String[])">
20016         <size>0</size>
20017       </method>
20018       <method name="Void Main(System.String[])">
20019         <size>11</size>
20020       </method>
20021     </type>
20022     <type name="MonoTests.ChildClass">
20023       <method name="Void .ctor()">
20024         <size>7</size>
20025       </method>
20026       <method name="System.String[] get_foo()">
20027         <size>7</size>
20028       </method>
20029       <method name="Void set_foo(System.String[])">
20030         <size>8</size>
20031       </method>
20032       <method name="System.String[] get_bar()">
20033         <size>7</size>
20034       </method>
20035       <method name="Void set_bar(System.String[])">
20036         <size>8</size>
20037       </method>
20038     </type>
20039   </test>
20040   <test name="gtest-autoproperty-05.cs">
20041     <type name="Test">
20042       <method name="Void .ctor()">
20043         <size>7</size>
20044       </method>
20045       <method name="System.String get_X()">
20046         <size>7</size>
20047       </method>
20048       <method name="Void set_X(System.String)">
20049         <size>8</size>
20050       </method>
20051     </type>
20052     <type name="M">
20053       <method name="Void .ctor()">
20054         <size>7</size>
20055       </method>
20056       <method name="Void Main()">
20057         <size>1</size>
20058       </method>
20059     </type>
20060   </test>
20061   <test name="gtest-autoproperty-06.cs">
20062     <type name="A">
20063       <method name="Void .ctor()">
20064         <size>7</size>
20065       </method>
20066     </type>
20067     <type name="B">
20068       <method name="Void .ctor()">
20069         <size>7</size>
20070       </method>
20071     </type>
20072     <type name="C">
20073       <method name="Void .ctor()">
20074         <size>7</size>
20075       </method>
20076       <method name="B I&lt;B&gt;.get_Prop()">
20077         <size>7</size>
20078       </method>
20079       <method name="Void I&lt;B&gt;.set_Prop(B)">
20080         <size>8</size>
20081       </method>
20082       <method name="A I&lt;A&gt;.get_Prop()">
20083         <size>7</size>
20084       </method>
20085       <method name="Void I&lt;A&gt;.set_Prop(A)">
20086         <size>8</size>
20087       </method>
20088     </type>
20089     <type name="Program">
20090       <method name="Void .ctor()">
20091         <size>7</size>
20092       </method>
20093       <method name="Void Main(System.String[])">
20094         <size>7</size>
20095       </method>
20096     </type>
20097   </test>
20098   <test name="gtest-collectioninit-01.cs">
20099     <type name="Test">
20100       <method name="Void .ctor()">
20101         <size>7</size>
20102       </method>
20103       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
20104         <size>83</size>
20105       </method>
20106       <method name="Int32 Main()">
20107         <size>528</size>
20108       </method>
20109     </type>
20110     <type name="Test+Wrap">
20111       <method name="Void .ctor()">
20112         <size>31</size>
20113       </method>
20114       <method name="Void .ctor(Int32)">
20115         <size>25</size>
20116       </method>
20117       <method name="System.Collections.ArrayList get_Numbers()">
20118         <size>7</size>
20119       </method>
20120     </type>
20121   </test>
20122   <test name="gtest-collectioninit-02.cs">
20123     <type name="C">
20124       <method name="Void .ctor()">
20125         <size>7</size>
20126       </method>
20127       <method name="Int32 Main()">
20128         <size>73</size>
20129       </method>
20130     </type>
20131   </test>
20132   <test name="gtest-collectioninit-03.cs">
20133     <type name="X">
20134       <method name="Void .ctor()">
20135         <size>7</size>
20136       </method>
20137       <method name="Int32 Main()">
20138         <size>34</size>
20139       </method>
20140       <method name="Void R(System.Object ByRef)">
20141         <size>28</size>
20142       </method>
20143     </type>
20144   </test>
20145   <test name="gtest-etree-01.cs">
20146     <type name="MyTypeExplicit">
20147       <method name="Void .ctor(Int32)">
20148         <size>14</size>
20149       </method>
20150       <method name="Int32 op_Explicit(MyTypeExplicit)">
20151         <size>7</size>
20152       </method>
20153     </type>
20154     <type name="MemberAccessData">
20155       <method name="Void .ctor()">
20156         <size>7</size>
20157       </method>
20158       <method name="Void .cctor()">
20159         <size>16</size>
20160       </method>
20161       <method name="Void add_EventField(System.Func`1[System.Boolean])">
20162         <size>24</size>
20163       </method>
20164       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
20165         <size>24</size>
20166       </method>
20167       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
20168         <size>33</size>
20169       </method>
20170       <method name="Void set_MyTypeProperty(MyType)">
20171         <size>8</size>
20172       </method>
20173       <method name="MyType get_MyTypeProperty()">
20174         <size>7</size>
20175       </method>
20176       <method name="System.String get_StaticProperty()">
20177         <size>6</size>
20178       </method>
20179     </type>
20180     <type name="NewTest`1[T]">
20181       <method name="Void .ctor(T)">
20182         <size>27</size>
20183       </method>
20184       <method name="Void .ctor(T[])">
20185         <size>14</size>
20186       </method>
20187       <method name="Int32 GetHashCode()">
20188         <size>7</size>
20189       </method>
20190       <method name="Boolean Equals(System.Object)">
20191         <size>91</size>
20192       </method>
20193     </type>
20194     <type name="Indexer">
20195       <method name="Void .ctor()">
20196         <size>7</size>
20197       </method>
20198       <method name="Int32 get_Item(Int32)">
20199         <size>2</size>
20200       </method>
20201       <method name="Void set_Item(Int32, Int32)">
20202         <size>1</size>
20203       </method>
20204       <method name="System.String get_Item(System.String[])">
20205         <size>7</size>
20206       </method>
20207     </type>
20208     <type name="Tester">
20209       <method name="Void .ctor()">
20210         <size>7</size>
20211       </method>
20212       <method name="Void Assert[T](T, T)">
20213         <size>9</size>
20214       </method>
20215       <method name="Void Assert[T](T, T, System.String)">
20216         <size>89</size>
20217       </method>
20218       <method name="Void Assert[T](T[], T[])">
20219         <size>220</size>
20220       </method>
20221       <method name="T GenericMethod[T](T)">
20222         <size>2</size>
20223       </method>
20224       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
20225         <size>56</size>
20226       </method>
20227       <method name="Void AddTest()">
20228         <size>99</size>
20229       </method>
20230       <method name="Void AddTest_2()">
20231         <size>118</size>
20232       </method>
20233       <method name="Void AddTest_3()">
20234         <size>129</size>
20235       </method>
20236       <method name="Void AddTest_4()">
20237         <size>191</size>
20238       </method>
20239       <method name="Void AddTest_5()">
20240         <size>133</size>
20241       </method>
20242       <method name="Void AddTest_6()">
20243         <size>158</size>
20244       </method>
20245       <method name="Void AddTest_7()">
20246         <size>142</size>
20247       </method>
20248       <method name="Void AddTest_8()">
20249         <size>248</size>
20250       </method>
20251       <method name="Void AddTest_9()">
20252         <size>142</size>
20253       </method>
20254       <method name="Void AddCheckedTest()">
20255         <size>99</size>
20256       </method>
20257       <method name="Void AddCheckedTest_2()">
20258         <size>118</size>
20259       </method>
20260       <method name="Void AddCheckedTest_3()">
20261         <size>129</size>
20262       </method>
20263       <method name="Void AddStringTest()">
20264         <size>128</size>
20265       </method>
20266       <method name="Void AddStringTest_2()">
20267         <size>173</size>
20268       </method>
20269       <method name="Void AddStringTest_3()">
20270         <size>174</size>
20271       </method>
20272       <method name="Void AddStringTest_4()">
20273         <size>174</size>
20274       </method>
20275       <method name="Void AndTest()">
20276         <size>140</size>
20277       </method>
20278       <method name="Void AndTest_2()">
20279         <size>161</size>
20280       </method>
20281       <method name="Void AndTest_3()">
20282         <size>161</size>
20283       </method>
20284       <method name="Void AndNullableTest()">
20285         <size>381</size>
20286       </method>
20287       <method name="Void AndNullableTest_2()">
20288         <size>237</size>
20289       </method>
20290       <method name="Void AndNullableTest_3()">
20291         <size>198</size>
20292       </method>
20293       <method name="Void AndAlsoTest()">
20294         <size>96</size>
20295       </method>
20296       <method name="Void AndAlsoTest_2()">
20297         <size>165</size>
20298       </method>
20299       <method name="Void AndAlsoTest_3()">
20300         <size>108</size>
20301       </method>
20302       <method name="Void ArrayIndexTest()">
20303         <size>145</size>
20304       </method>
20305       <method name="Void ArrayIndexTest_2()">
20306         <size>115</size>
20307       </method>
20308       <method name="Void ArrayIndexTest_3()">
20309         <size>199</size>
20310       </method>
20311       <method name="Void ArrayIndexTest_4()">
20312         <size>243</size>
20313       </method>
20314       <method name="Void ArrayIndexTest_5()">
20315         <size>108</size>
20316       </method>
20317       <method name="Void ArrayLengthTest()">
20318         <size>99</size>
20319       </method>
20320       <method name="Void ArrayLengthTest_2()">
20321         <size>91</size>
20322       </method>
20323       <method name="Void CallTest()">
20324         <size>126</size>
20325       </method>
20326       <method name="Void CallTest_2()">
20327         <size>107</size>
20328       </method>
20329       <method name="Void CallTest_3()">
20330         <size>195</size>
20331       </method>
20332       <method name="Void CallTest_4()">
20333         <size>109</size>
20334       </method>
20335       <method name="Void CallTest_5()">
20336         <size>99</size>
20337       </method>
20338       <method name="Void CallTest_6()">
20339         <size>70</size>
20340       </method>
20341       <method name="Void CallTest_7()">
20342         <size>124</size>
20343       </method>
20344       <method name="Void CallTest_8()">
20345         <size>227</size>
20346       </method>
20347       <method name="Void CallTest_9()">
20348         <size>88</size>
20349       </method>
20350       <method name="Void CoalesceTest()">
20351         <size>120</size>
20352       </method>
20353       <method name="Void CoalesceTest_2()">
20354         <size>171</size>
20355       </method>
20356       <method name="Void ConditionTest()">
20357         <size>170</size>
20358       </method>
20359       <method name="Void ConditionTest_2()">
20360         <size>301</size>
20361       </method>
20362       <method name="Void ConditionTest_3()">
20363         <size>179</size>
20364       </method>
20365       <method name="Void ConditionTest_4()">
20366         <size>183</size>
20367       </method>
20368       <method name="Void ConstantTest()">
20369         <size>59</size>
20370       </method>
20371       <method name="Void ConstantTest_2()">
20372         <size>62</size>
20373       </method>
20374       <method name="Void ConstantTest_3()">
20375         <size>54</size>
20376       </method>
20377       <method name="Void ConstantTest_4()">
20378         <size>44</size>
20379       </method>
20380       <method name="Void ConstantTest_5()">
20381         <size>59</size>
20382       </method>
20383       <method name="Void ConstantTest_6()">
20384         <size>67</size>
20385       </method>
20386       <method name="Void ConstantTest_7()">
20387         <size>62</size>
20388       </method>
20389       <method name="Void ConstantTest_8()">
20390         <size>72</size>
20391       </method>
20392       <method name="Void ConstantTest_9()">
20393         <size>72</size>
20394       </method>
20395       <method name="Void ConstantTest_10()">
20396         <size>72</size>
20397       </method>
20398       <method name="Void ConstantTest_11()">
20399         <size>59</size>
20400       </method>
20401       <method name="Void ConstantTest_13()">
20402         <size>59</size>
20403       </method>
20404       <method name="Void ConstantTest_14()">
20405         <size>72</size>
20406       </method>
20407       <method name="Void ConstantTest_15()">
20408         <size>62</size>
20409       </method>
20410       <method name="Void ConvertTest()">
20411         <size>82</size>
20412       </method>
20413       <method name="Void ConvertTest_2()">
20414         <size>83</size>
20415       </method>
20416       <method name="Void ConvertTest_3()">
20417         <size>93</size>
20418       </method>
20419       <method name="Void ConvertTest_4()">
20420         <size>102</size>
20421       </method>
20422       <method name="Void ConvertTest_5()">
20423         <size>109</size>
20424       </method>
20425       <method name="Void ConvertTest_6()">
20426         <size>240</size>
20427       </method>
20428       <method name="Void ConvertTest_7()">
20429         <size>122</size>
20430       </method>
20431       <method name="Void ConvertTest_8()">
20432         <size>118</size>
20433       </method>
20434       <method name="Void ConvertTest_9()">
20435         <size>97</size>
20436       </method>
20437       <method name="Void ConvertTest_10()">
20438         <size>163</size>
20439       </method>
20440       <method name="Void ConvertTest_11()">
20441         <size>101</size>
20442       </method>
20443       <method name="Void ConvertTest_12()">
20444         <size>141</size>
20445       </method>
20446       <method name="Void ConvertTest_13()">
20447         <size>86</size>
20448       </method>
20449       <method name="Void ConvertTest_14()">
20450         <size>88</size>
20451       </method>
20452       <method name="Void ConvertTest_15()">
20453         <size>132</size>
20454       </method>
20455       <method name="Void ConvertCheckedTest()">
20456         <size>82</size>
20457       </method>
20458       <method name="Void ConvertCheckedTest_2()">
20459         <size>83</size>
20460       </method>
20461       <method name="Void ConvertCheckedTest_3()">
20462         <size>93</size>
20463       </method>
20464       <method name="Void ConvertCheckedTest_4()">
20465         <size>102</size>
20466       </method>
20467       <method name="Void DivideTest()">
20468         <size>99</size>
20469       </method>
20470       <method name="Void DivideTest_2()">
20471         <size>185</size>
20472       </method>
20473       <method name="Void DivideTest_3()">
20474         <size>129</size>
20475       </method>
20476       <method name="Void DivideTest_4()">
20477         <size>192</size>
20478       </method>
20479       <method name="Void DivideTest_5()">
20480         <size>134</size>
20481       </method>
20482       <method name="Void DivideTest_6()">
20483         <size>196</size>
20484       </method>
20485       <method name="Void EqualTest()">
20486         <size>118</size>
20487       </method>
20488       <method name="Void EqualTest_2()">
20489         <size>168</size>
20490       </method>
20491       <method name="Void EqualTest_3()">
20492         <size>125</size>
20493       </method>
20494       <method name="Void EqualTest_4()">
20495         <size>210</size>
20496       </method>
20497       <method name="Void EqualTest_5()">
20498         <size>176</size>
20499       </method>
20500       <method name="Void EqualTest_6()">
20501         <size>119</size>
20502       </method>
20503       <method name="Void EqualTest_7()">
20504         <size>167</size>
20505       </method>
20506       <method name="Void EqualTest_8()">
20507         <size>116</size>
20508       </method>
20509       <method name="Void EqualTest_9()">
20510         <size>146</size>
20511       </method>
20512       <method name="Void EqualTest_10()">
20513         <size>169</size>
20514       </method>
20515       <method name="Void EqualTest_11()">
20516         <size>132</size>
20517       </method>
20518       <method name="Void EqualTest_12()">
20519         <size>127</size>
20520       </method>
20521       <method name="Void EqualTest_13()">
20522         <size>124</size>
20523       </method>
20524       <method name="Void EqualTestDelegate()">
20525         <size>113</size>
20526       </method>
20527       <method name="Void EqualTestDelegate_2()">
20528         <size>312</size>
20529       </method>
20530       <method name="Void ExclusiveOrTest()">
20531         <size>115</size>
20532       </method>
20533       <method name="Void ExclusiveOrTest_2()">
20534         <size>183</size>
20535       </method>
20536       <method name="Void ExclusiveOrTest_3()">
20537         <size>129</size>
20538       </method>
20539       <method name="Void ExclusiveOrTest_4()">
20540         <size>192</size>
20541       </method>
20542       <method name="Void ExclusiveOrTest_5()">
20543         <size>197</size>
20544       </method>
20545       <method name="Void ExclusiveOrTest_6()">
20546         <size>161</size>
20547       </method>
20548       <method name="Void ExclusiveOrTest_7()">
20549         <size>198</size>
20550       </method>
20551       <method name="Void ExclusiveOrTest_8()">
20552         <size>164</size>
20553       </method>
20554       <method name="Void GreaterThanTest()">
20555         <size>99</size>
20556       </method>
20557       <method name="Void GreaterThanTest_2()">
20558         <size>154</size>
20559       </method>
20560       <method name="Void GreaterThanTest_3()">
20561         <size>125</size>
20562       </method>
20563       <method name="Void GreaterThanTest_4()">
20564         <size>210</size>
20565       </method>
20566       <method name="Void GreaterThanTest_5()">
20567         <size>209</size>
20568       </method>
20569       <method name="Void GreaterThanTest_6()">
20570         <size>102</size>
20571       </method>
20572       <method name="Void GreaterThanTest_7()">
20573         <size>146</size>
20574       </method>
20575       <method name="Void GreaterThanTest_8()">
20576         <size>169</size>
20577       </method>
20578       <method name="Void GreaterThanOrEqualTest()">
20579         <size>99</size>
20580       </method>
20581       <method name="Void GreaterThanOrEqualTest_2()">
20582         <size>169</size>
20583       </method>
20584       <method name="Void GreaterThanOrEqualTest_3()">
20585         <size>130</size>
20586       </method>
20587       <method name="Void GreaterThanOrEqualTest_4()">
20588         <size>210</size>
20589       </method>
20590       <method name="Void GreaterThanOrEqualTest_5()">
20591         <size>209</size>
20592       </method>
20593       <method name="Void GreaterThanOrEqualTest_6()">
20594         <size>102</size>
20595       </method>
20596       <method name="Void GreaterThanOrEqualTest_7()">
20597         <size>146</size>
20598       </method>
20599       <method name="Void GreaterThanOrEqualTest_8()">
20600         <size>169</size>
20601       </method>
20602       <method name="Void InvokeTest()">
20603         <size>90</size>
20604       </method>
20605       <method name="Void InvokeTest_2()">
20606         <size>138</size>
20607       </method>
20608       <method name="Void LeftShiftTest()">
20609         <size>155</size>
20610       </method>
20611       <method name="Void LeftShiftTest_2()">
20612         <size>162</size>
20613       </method>
20614       <method name="Void LeftShiftTest_3()">
20615         <size>169</size>
20616       </method>
20617       <method name="Void LeftShiftTest_4()">
20618         <size>261</size>
20619       </method>
20620       <method name="Void LeftShiftTest_5()">
20621         <size>110</size>
20622       </method>
20623       <method name="Void LessThanTest()">
20624         <size>99</size>
20625       </method>
20626       <method name="Void LessThanTest_2()">
20627         <size>154</size>
20628       </method>
20629       <method name="Void LessThanTest_3()">
20630         <size>125</size>
20631       </method>
20632       <method name="Void LessThanTest_4()">
20633         <size>210</size>
20634       </method>
20635       <method name="Void LessThanTest_5()">
20636         <size>209</size>
20637       </method>
20638       <method name="Void LessThanTest_6()">
20639         <size>102</size>
20640       </method>
20641       <method name="Void LessThanTest_7()">
20642         <size>146</size>
20643       </method>
20644       <method name="Void LessThanTest_8()">
20645         <size>169</size>
20646       </method>
20647       <method name="Void LessThanOrEqualTest()">
20648         <size>99</size>
20649       </method>
20650       <method name="Void LessThanOrEqualTest_2()">
20651         <size>169</size>
20652       </method>
20653       <method name="Void LessThanOrEqualTest_3()">
20654         <size>125</size>
20655       </method>
20656       <method name="Void LessThanOrEqualTest_4()">
20657         <size>210</size>
20658       </method>
20659       <method name="Void LessThanOrEqualTest_5()">
20660         <size>209</size>
20661       </method>
20662       <method name="Void LessThanOrEqualTest_6()">
20663         <size>102</size>
20664       </method>
20665       <method name="Void LessThanOrEqualTest_7()">
20666         <size>146</size>
20667       </method>
20668       <method name="Void LessThanOrEqualTest_8()">
20669         <size>169</size>
20670       </method>
20671       <method name="Void ListInitTest()">
20672         <size>404</size>
20673       </method>
20674       <method name="Void ListInitTest_2()">
20675         <size>292</size>
20676       </method>
20677       <method name="Void MemberAccessTest()">
20678         <size>132</size>
20679       </method>
20680       <method name="Void MemberAccessTest_2()">
20681         <size>63</size>
20682       </method>
20683       <method name="Void MemberAccessTest_3()">
20684         <size>113</size>
20685       </method>
20686       <method name="Void MemberAccessTest_4()">
20687         <size>91</size>
20688       </method>
20689       <method name="Void MemberAccessTest_5()">
20690         <size>39</size>
20691       </method>
20692       <method name="Void MemberAccessTest_6()">
20693         <size>104</size>
20694       </method>
20695       <method name="Void MemberAccessTest_7()">
20696         <size>109</size>
20697       </method>
20698       <method name="Void MemberAccessTest_8()">
20699         <size>63</size>
20700       </method>
20701       <method name="Void MemberAccessTest_9()">
20702         <size>91</size>
20703       </method>
20704       <method name="Void MemberInitTest()">
20705         <size>302</size>
20706       </method>
20707       <method name="Void MemberInitTest_2()">
20708         <size>250</size>
20709       </method>
20710       <method name="Void MemberInitTest_3()">
20711         <size>124</size>
20712       </method>
20713       <method name="Void ModuloTest()">
20714         <size>100</size>
20715       </method>
20716       <method name="Void ModuloTest_2()">
20717         <size>185</size>
20718       </method>
20719       <method name="Void ModuloTest_3()">
20720         <size>129</size>
20721       </method>
20722       <method name="Void ModuloTest_4()">
20723         <size>192</size>
20724       </method>
20725       <method name="Void ModuloTest_5()">
20726         <size>133</size>
20727       </method>
20728       <method name="Void ModuloTest_6()">
20729         <size>200</size>
20730       </method>
20731       <method name="Void ModuloTest_7()">
20732         <size>110</size>
20733       </method>
20734       <method name="Void MultiplyTest()">
20735         <size>131</size>
20736       </method>
20737       <method name="Void MultiplyTest_2()">
20738         <size>185</size>
20739       </method>
20740       <method name="Void MultiplyTest_3()">
20741         <size>133</size>
20742       </method>
20743       <method name="Void MultiplyTest_4()">
20744         <size>195</size>
20745       </method>
20746       <method name="Void MultiplyTest_5()">
20747         <size>137</size>
20748       </method>
20749       <method name="Void MultiplyTest_6()">
20750         <size>202</size>
20751       </method>
20752       <method name="Void MultiplyTest_7()">
20753         <size>110</size>
20754       </method>
20755       <method name="Void MultiplyCheckedTest()">
20756         <size>122</size>
20757       </method>
20758       <method name="Void MultiplyCheckedTest_2()">
20759         <size>192</size>
20760       </method>
20761       <method name="Void MultiplyCheckedTest_3()">
20762         <size>133</size>
20763       </method>
20764       <method name="Void MultiplyCheckedTest_4()">
20765         <size>121</size>
20766       </method>
20767       <method name="Void MultiplyCheckedTest_5()">
20768         <size>124</size>
20769       </method>
20770       <method name="Void NegateTest()">
20771         <size>72</size>
20772       </method>
20773       <method name="Void NegateTest_2()">
20774         <size>92</size>
20775       </method>
20776       <method name="Void NegateTest_3()">
20777         <size>130</size>
20778       </method>
20779       <method name="Void NegateTest_4()">
20780         <size>97</size>
20781       </method>
20782       <method name="Void NegateTest_5()">
20783         <size>141</size>
20784       </method>
20785       <method name="Void NegateTest_6()">
20786         <size>121</size>
20787       </method>
20788       <method name="Void NegateTest_7()">
20789         <size>132</size>
20790       </method>
20791       <method name="Void NegateTest_8()">
20792         <size>97</size>
20793       </method>
20794       <method name="Void NegateTest_9()">
20795         <size>87</size>
20796       </method>
20797       <method name="Void NegateTestChecked()">
20798         <size>91</size>
20799       </method>
20800       <method name="Void NegateTestChecked_2()">
20801         <size>137</size>
20802       </method>
20803       <method name="Void NegateTestChecked_3()">
20804         <size>97</size>
20805       </method>
20806       <method name="Void NegateTestChecked_4()">
20807         <size>86</size>
20808       </method>
20809       <method name="Void NewArrayInitTest()">
20810         <size>92</size>
20811       </method>
20812       <method name="Void NewArrayInitTest_2()">
20813         <size>64</size>
20814       </method>
20815       <method name="Void NewArrayInitTest_3()">
20816         <size>136</size>
20817       </method>
20818       <method name="Void NewArrayInitTest_4()">
20819         <size>120</size>
20820       </method>
20821       <method name="Void NewArrayBoundsTest()">
20822         <size>123</size>
20823       </method>
20824       <method name="Void NewArrayBoundsTest_2()">
20825         <size>123</size>
20826       </method>
20827       <method name="Void NewTest()">
20828         <size>93</size>
20829       </method>
20830       <method name="Void NewTest_2()">
20831         <size>61</size>
20832       </method>
20833       <method name="Void NewTest_3()">
20834         <size>98</size>
20835       </method>
20836       <method name="Void NewTest_4()">
20837         <size>252</size>
20838       </method>
20839       <method name="Void NewTest_5()">
20840         <size>371</size>
20841       </method>
20842       <method name="Void NotTest()">
20843         <size>70</size>
20844       </method>
20845       <method name="Void NotTest_2()">
20846         <size>113</size>
20847       </method>
20848       <method name="Void NotTest_3()">
20849         <size>71</size>
20850       </method>
20851       <method name="Void NotTest_4()">
20852         <size>105</size>
20853       </method>
20854       <method name="Void NotTest_5()">
20855         <size>73</size>
20856       </method>
20857       <method name="Void NotTest_6()">
20858         <size>104</size>
20859       </method>
20860       <method name="Void NotNullableTest()">
20861         <size>114</size>
20862       </method>
20863       <method name="Void NotNullableTest_2()">
20864         <size>134</size>
20865       </method>
20866       <method name="Void NotNullableTest_3()">
20867         <size>130</size>
20868       </method>
20869       <method name="Void NotNullableTest_4()">
20870         <size>149</size>
20871       </method>
20872       <method name="Void NotNullableTest_5()">
20873         <size>148</size>
20874       </method>
20875       <method name="Void NotEqualTest()">
20876         <size>118</size>
20877       </method>
20878       <method name="Void NotEqualTest_2()">
20879         <size>166</size>
20880       </method>
20881       <method name="Void NotEqualTest_3()">
20882         <size>125</size>
20883       </method>
20884       <method name="Void NotEqualTest_4()">
20885         <size>210</size>
20886       </method>
20887       <method name="Void NotEqualTest_5()">
20888         <size>176</size>
20889       </method>
20890       <method name="Void NotEqualTest_6()">
20891         <size>119</size>
20892       </method>
20893       <method name="Void NotEqualTest_7()">
20894         <size>167</size>
20895       </method>
20896       <method name="Void NotEqualTest_8()">
20897         <size>116</size>
20898       </method>
20899       <method name="Void NotEqualTest_9()">
20900         <size>146</size>
20901       </method>
20902       <method name="Void NotEqualTest_10()">
20903         <size>169</size>
20904       </method>
20905       <method name="Void NotEqualTest_11()">
20906         <size>132</size>
20907       </method>
20908       <method name="Void OrTest()">
20909         <size>141</size>
20910       </method>
20911       <method name="Void OrTest_2()">
20912         <size>129</size>
20913       </method>
20914       <method name="Void OrTest_3()">
20915         <size>161</size>
20916       </method>
20917       <method name="Void OrNullableTest()">
20918         <size>382</size>
20919       </method>
20920       <method name="Void OrNullableTest_2()">
20921         <size>186</size>
20922       </method>
20923       <method name="Void OrNullableTest_3()">
20924         <size>176</size>
20925       </method>
20926       <method name="Void OrNullableTest_4()">
20927         <size>198</size>
20928       </method>
20929       <method name="Void OrElseTest()">
20930         <size>97</size>
20931       </method>
20932       <method name="Void OrElseTest_2()">
20933         <size>167</size>
20934       </method>
20935       <method name="Void ParameterTest()">
20936         <size>73</size>
20937       </method>
20938       <method name="Void ParameterTest_2()">
20939         <size>75</size>
20940       </method>
20941       <method name="Void ParameterTest_3()">
20942         <size>73</size>
20943       </method>
20944       <method name="Void ParameterTest_4()">
20945         <size>100</size>
20946       </method>
20947       <method name="Void QuoteTest()">
20948         <size>85</size>
20949       </method>
20950       <method name="Void RightShiftTest()">
20951         <size>152</size>
20952       </method>
20953       <method name="Void RightShiftTest_2()">
20954         <size>159</size>
20955       </method>
20956       <method name="Void RightShiftTest_3()">
20957         <size>169</size>
20958       </method>
20959       <method name="Void RightShiftTest_4()">
20960         <size>258</size>
20961       </method>
20962       <method name="Void SubtractTest()">
20963         <size>100</size>
20964       </method>
20965       <method name="Void SubtractTest_2()">
20966         <size>119</size>
20967       </method>
20968       <method name="Void SubtractTest_3()">
20969         <size>130</size>
20970       </method>
20971       <method name="Void SubtractTest_4()">
20972         <size>192</size>
20973       </method>
20974       <method name="Void SubtractTest_5()">
20975         <size>134</size>
20976       </method>
20977       <method name="Void SubtractTest_6()">
20978         <size>160</size>
20979       </method>
20980       <method name="Void SubtractTest_7()">
20981         <size>113</size>
20982       </method>
20983       <method name="Void SubtractTest_8()">
20984         <size>146</size>
20985       </method>
20986       <method name="Void SubtractTest_9()">
20987         <size>142</size>
20988       </method>
20989       <method name="Void SubtractTest_10()">
20990         <size>161</size>
20991       </method>
20992       <method name="Void SubtractTest_11()">
20993         <size>157</size>
20994       </method>
20995       <method name="Void SubtractCheckedTest()">
20996         <size>127</size>
20997       </method>
20998       <method name="Void SubtractCheckedTest_2()">
20999         <size>185</size>
21000       </method>
21001       <method name="Void SubtractCheckedTest_3()">
21002         <size>130</size>
21003       </method>
21004       <method name="Void SubtractCheckedTest_4()">
21005         <size>121</size>
21006       </method>
21007       <method name="Void TypeAsTest()">
21008         <size>80</size>
21009       </method>
21010       <method name="Void TypeAsTest_2()">
21011         <size>144</size>
21012       </method>
21013       <method name="Void TypeAsTest_3()">
21014         <size>85</size>
21015       </method>
21016       <method name="Void TypeIsTest()">
21017         <size>103</size>
21018       </method>
21019       <method name="Void TypeIsTest_2()">
21020         <size>103</size>
21021       </method>
21022       <method name="Void TypeIsTest_3()">
21023         <size>85</size>
21024       </method>
21025       <method name="Void TypeIsTest_5()">
21026         <size>74</size>
21027       </method>
21028       <method name="Void TypeIsTest_6()">
21029         <size>111</size>
21030       </method>
21031       <method name="Void UnaryPlusTest()">
21032         <size>67</size>
21033       </method>
21034       <method name="Void UnaryPlusTest_2()">
21035         <size>47</size>
21036       </method>
21037       <method name="Void UnaryPlusTest_3()">
21038         <size>97</size>
21039       </method>
21040       <method name="Void UnaryPlusTest_4()">
21041         <size>141</size>
21042       </method>
21043       <method name="Void UnaryPlusTest_5()">
21044         <size>140</size>
21045       </method>
21046       <method name="System.String InstanceMethod(System.String)">
21047         <size>2</size>
21048       </method>
21049       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
21050         <size>30</size>
21051       </method>
21052       <method name="Int32 TestInt()">
21053         <size>3</size>
21054       </method>
21055       <method name="Void RefMethod(Int32 ByRef)">
21056         <size>8</size>
21057       </method>
21058       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
21059         <size>87</size>
21060       </method>
21061       <method name="Int32 Main()">
21062         <size>179</size>
21063       </method>
21064     </type>
21065     <type name="Tester+EmptyDelegate">
21066       <method name="Void .ctor(Object, IntPtr)">
21067         <size>0</size>
21068       </method>
21069       <method name="Void Invoke()">
21070         <size>0</size>
21071       </method>
21072       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21073         <size>0</size>
21074       </method>
21075       <method name="Void EndInvoke(IAsyncResult)">
21076         <size>0</size>
21077       </method>
21078     </type>
21079     <type name="Tester+IntDelegate">
21080       <method name="Void .ctor(Object, IntPtr)">
21081         <size>0</size>
21082       </method>
21083       <method name="Int32 Invoke()">
21084         <size>0</size>
21085       </method>
21086       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21087         <size>0</size>
21088       </method>
21089       <method name="Int32 EndInvoke(IAsyncResult)">
21090         <size>0</size>
21091       </method>
21092     </type>
21093     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
21094       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
21095         <size>21</size>
21096       </method>
21097       <method name="&lt;A&gt;__T get_A()">
21098         <size>7</size>
21099       </method>
21100       <method name="&lt;Value&gt;__T get_Value()">
21101         <size>7</size>
21102       </method>
21103       <method name="Boolean Equals(System.Object)">
21104         <size>69</size>
21105       </method>
21106       <method name="Int32 GetHashCode()">
21107         <size>86</size>
21108       </method>
21109       <method name="System.String ToString()">
21110         <size>142</size>
21111       </method>
21112     </type>
21113     <type name="Tester">
21114       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
21115         <size>1</size>
21116       </method>
21117       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
21118         <size>1</size>
21119       </method>
21120       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
21121         <size>1</size>
21122       </method>
21123       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
21124         <size>1</size>
21125       </method>
21126       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
21127         <size>1</size>
21128       </method>
21129       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
21130         <size>12</size>
21131       </method>
21132       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
21133         <size>12</size>
21134       </method>
21135       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
21136         <size>7</size>
21137       </method>
21138       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
21139         <size>7</size>
21140       </method>
21141       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
21142         <size>5</size>
21143       </method>
21144       <method name="Void NewArrayInitTest_5()">
21145         <size>158</size>
21146       </method>
21147       <method name="Void ConditionTest_5()">
21148         <size>107</size>
21149       </method>
21150       <method name="Void AndTest_4()">
21151         <size>92</size>
21152       </method>
21153       <method name="Void MemberInitTest_4()">
21154         <size>66</size>
21155       </method>
21156       <method name="Void NewTest_6()">
21157         <size>182</size>
21158       </method>
21159     </type>
21160     <type name="InverseLogicalOperator">
21161       <method name="Void .ctor(Boolean)">
21162         <size>8</size>
21163       </method>
21164       <method name="Boolean op_True(InverseLogicalOperator)">
21165         <size>8</size>
21166       </method>
21167       <method name="Boolean op_False(InverseLogicalOperator)">
21168         <size>8</size>
21169       </method>
21170     </type>
21171     <type name="MyType">
21172       <method name="Void .ctor(Int32)">
21173         <size>8</size>
21174       </method>
21175       <method name="Int16 get_ShortProp()">
21176         <size>7</size>
21177       </method>
21178       <method name="Void set_ShortProp(Int16)">
21179         <size>8</size>
21180       </method>
21181       <method name="Int32 GetHashCode()">
21182         <size>6</size>
21183       </method>
21184       <method name="System.String ToString()">
21185         <size>12</size>
21186       </method>
21187       <method name="Int32 op_Implicit(MyType)">
21188         <size>8</size>
21189       </method>
21190       <method name="Boolean op_True(MyType)">
21191         <size>16</size>
21192       </method>
21193       <method name="Boolean op_False(MyType)">
21194         <size>19</size>
21195       </method>
21196       <method name="MyType op_Addition(MyType, MyType)">
21197         <size>21</size>
21198       </method>
21199       <method name="MyType op_Subtraction(MyType, MyType)">
21200         <size>21</size>
21201       </method>
21202       <method name="MyType op_Division(MyType, MyType)">
21203         <size>21</size>
21204       </method>
21205       <method name="MyType op_Multiply(MyType, MyType)">
21206         <size>21</size>
21207       </method>
21208       <method name="MyType op_Modulus(MyType, MyType)">
21209         <size>21</size>
21210       </method>
21211       <method name="MyType op_BitwiseAnd(MyType, MyType)">
21212         <size>21</size>
21213       </method>
21214       <method name="MyType op_BitwiseOr(MyType, MyType)">
21215         <size>21</size>
21216       </method>
21217       <method name="MyType op_ExclusiveOr(MyType, MyType)">
21218         <size>21</size>
21219       </method>
21220       <method name="Boolean op_Equality(MyType, MyType)">
21221         <size>17</size>
21222       </method>
21223       <method name="Boolean op_Inequality(MyType, MyType)">
21224         <size>20</size>
21225       </method>
21226       <method name="Boolean op_GreaterThan(MyType, MyType)">
21227         <size>17</size>
21228       </method>
21229       <method name="Boolean op_LessThan(MyType, MyType)">
21230         <size>17</size>
21231       </method>
21232       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
21233         <size>20</size>
21234       </method>
21235       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
21236         <size>20</size>
21237       </method>
21238       <method name="Boolean op_LogicalNot(MyType)">
21239         <size>11</size>
21240       </method>
21241       <method name="Int32 op_RightShift(MyType, Int32)">
21242         <size>13</size>
21243       </method>
21244       <method name="Int32 op_LeftShift(MyType, Int32)">
21245         <size>13</size>
21246       </method>
21247       <method name="MyType op_UnaryNegation(MyType)">
21248         <size>14</size>
21249       </method>
21250       <method name="MyType op_UnaryPlus(MyType)">
21251         <size>13</size>
21252       </method>
21253     </type>
21254     <type name="MyTypeImplicitOnly">
21255       <method name="Void .ctor(Int16)">
21256         <size>8</size>
21257       </method>
21258       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
21259         <size>8</size>
21260       </method>
21261     </type>
21262     <type name="Tester">
21263       <method name="Void EqualTest_14()">
21264         <size>101</size>
21265       </method>
21266     </type>
21267     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
21268       <method name="Void .ctor()">
21269         <size>7</size>
21270       </method>
21271     </type>
21272     <type name="Tester">
21273       <method name="Void NewArrayInitTest_6()">
21274         <size>103</size>
21275       </method>
21276       <method name="Void LambdaTest()">
21277         <size>89</size>
21278       </method>
21279       <method name="Void EqualTest_15()">
21280         <size>159</size>
21281       </method>
21282       <method name="Void ArrayIndexTest_6()">
21283         <size>122</size>
21284       </method>
21285       <method name="Void ArrayIndexTest_7()">
21286         <size>128</size>
21287       </method>
21288       <method name="Void NewArrayBoundsTest_3()">
21289         <size>85</size>
21290       </method>
21291       <method name="Void NewArrayBoundsTest_4()">
21292         <size>82</size>
21293       </method>
21294     </type>
21295     <type name="&lt;PrivateImplementationDetails&gt;">
21296       <method name="Void .ctor()">
21297         <size>7</size>
21298       </method>
21299     </type>
21300     <type name="Tester">
21301       <method name="Void LeftShiftTest_6()">
21302         <size>155</size>
21303       </method>
21304       <method name="Void RightShiftTest_5()">
21305         <size>152</size>
21306       </method>
21307       <method name="Void QuoteTest_2()">
21308         <size>99</size>
21309       </method>
21310     </type>
21311     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
21312       <method name="Void .ctor()">
21313         <size>7</size>
21314       </method>
21315     </type>
21316     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
21317       <method name="Void .ctor()">
21318         <size>7</size>
21319       </method>
21320     </type>
21321     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
21322       <method name="Void .ctor()">
21323         <size>7</size>
21324       </method>
21325     </type>
21326     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
21327       <method name="Void .ctor()">
21328         <size>7</size>
21329       </method>
21330     </type>
21331     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
21332       <method name="Void .ctor()">
21333         <size>7</size>
21334       </method>
21335     </type>
21336     <type name="Tester">
21337       <method name="Void NewTest_7()">
21338         <size>53</size>
21339       </method>
21340       <method name="Void ConvertTest_16()">
21341         <size>81</size>
21342       </method>
21343       <method name="Int32 ReturnNumber()">
21344         <size>2</size>
21345       </method>
21346       <method name="Void EqualTestDelegate_3()">
21347         <size>212</size>
21348       </method>
21349       <method name="Void DivideTest_7()">
21350         <size>185</size>
21351       </method>
21352       <method name="Void MultiplyTest_8()">
21353         <size>198</size>
21354       </method>
21355       <method name="Void RightShiftTest_6()">
21356         <size>145</size>
21357       </method>
21358     </type>
21359   </test>
21360   <test name="gtest-etree-02.cs">
21361     <type name="M">
21362       <method name="Void .ctor()">
21363         <size>7</size>
21364       </method>
21365       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
21366         <size>1</size>
21367       </method>
21368       <method name="System.String Param(System.String)">
21369         <size>114</size>
21370       </method>
21371       <method name="Int32 Main()">
21372         <size>157</size>
21373       </method>
21374     </type>
21375     <type name="M+&lt;Param&gt;c__AnonStorey0">
21376       <method name="Void .ctor()">
21377         <size>7</size>
21378       </method>
21379     </type>
21380   </test>
21381   <test name="gtest-etree-03.cs">
21382     <type name="C">
21383       <method name="Void .ctor()">
21384         <size>7</size>
21385       </method>
21386       <method name="Int32 Main()">
21387         <size>6</size>
21388       </method>
21389     </type>
21390     <type name="S`1[T]">
21391       <method name="Int32 Test()">
21392         <size>145</size>
21393       </method>
21394     </type>
21395   </test>
21396   <test name="gtest-etree-04.cs">
21397     <type name="C">
21398       <method name="Void .ctor()">
21399         <size>7</size>
21400       </method>
21401       <method name="Int32 Main()">
21402         <size>366</size>
21403       </method>
21404     </type>
21405     <type name="C+&lt;Main&gt;c__AnonStorey0">
21406       <method name="Void .ctor()">
21407         <size>7</size>
21408       </method>
21409     </type>
21410     <type name="Foo">
21411       <method name="Boolean op_GreaterThan(Foo, Foo)">
21412         <size>6</size>
21413       </method>
21414       <method name="Boolean op_LessThan(Foo, Foo)">
21415         <size>6</size>
21416       </method>
21417       <method name="Boolean op_Equality(Foo, Foo)">
21418         <size>6</size>
21419       </method>
21420       <method name="Boolean op_Inequality(Foo, Foo)">
21421         <size>6</size>
21422       </method>
21423     </type>
21424   </test>
21425   <test name="gtest-etree-05.cs">
21426     <type name="C">
21427       <method name="Void .ctor()">
21428         <size>7</size>
21429       </method>
21430       <method name="Void Assert[T](T, T)">
21431         <size>46</size>
21432       </method>
21433       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
21434         <size>56</size>
21435       </method>
21436       <method name="Int32 Main()">
21437         <size>350</size>
21438       </method>
21439     </type>
21440   </test>
21441   <test name="gtest-etree-06.cs">
21442     <type name="Test">
21443       <method name="Void .ctor()">
21444         <size>7</size>
21445       </method>
21446       <method name="Int32 Main()">
21447         <size>45</size>
21448       </method>
21449       <method name="Int32 Value()">
21450         <size>2</size>
21451       </method>
21452     </type>
21453   </test>
21454   <test name="gtest-etree-07.cs">
21455     <type name="C">
21456       <method name="Void .ctor()">
21457         <size>7</size>
21458       </method>
21459       <method name="Void Test()">
21460         <size>14</size>
21461       </method>
21462       <method name="Int32* Foo()">
21463         <size>3</size>
21464       </method>
21465       <method name="Int32 Main()">
21466         <size>519</size>
21467       </method>
21468     </type>
21469     <type name="EmptyDelegate">
21470       <method name="Void .ctor(Object, IntPtr)">
21471         <size>0</size>
21472       </method>
21473       <method name="Void Invoke()">
21474         <size>0</size>
21475       </method>
21476       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21477         <size>0</size>
21478       </method>
21479       <method name="Void EndInvoke(IAsyncResult)">
21480         <size>0</size>
21481       </method>
21482     </type>
21483     <type name="UnsafeDelegate">
21484       <method name="Void .ctor(Object, IntPtr)">
21485         <size>0</size>
21486       </method>
21487       <method name="Int32* Invoke()">
21488         <size>0</size>
21489       </method>
21490       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21491         <size>0</size>
21492       </method>
21493       <method name="Int32* EndInvoke(IAsyncResult)">
21494         <size>0</size>
21495       </method>
21496     </type>
21497   </test>
21498   <test name="gtest-etree-08.cs">
21499     <type name="Foo">
21500       <method name="Void .ctor()">
21501         <size>7</size>
21502       </method>
21503       <method name="Int32 ThisMethod()">
21504         <size>3</size>
21505       </method>
21506       <method name="Int32 Goo(Boolean)">
21507         <size>204</size>
21508       </method>
21509       <method name="Int32 Main()">
21510         <size>14</size>
21511       </method>
21512     </type>
21513     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
21514       <method name="Void .ctor()">
21515         <size>7</size>
21516       </method>
21517     </type>
21518   </test>
21519   <test name="gtest-etree-09.cs">
21520     <type name="Mono.C">
21521       <method name="Void .ctor()">
21522         <size>7</size>
21523       </method>
21524       <method name="Int32 Main()">
21525         <size>274</size>
21526       </method>
21527       <method name="System.Int64[] GetValues()">
21528         <size>18</size>
21529       </method>
21530     </type>
21531     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
21532       <method name="Void .ctor()">
21533         <size>7</size>
21534       </method>
21535     </type>
21536     <type name="&lt;PrivateImplementationDetails&gt;">
21537       <method name="Void .ctor()">
21538         <size>7</size>
21539       </method>
21540     </type>
21541   </test>
21542   <test name="gtest-etree-10.cs">
21543     <type name="Foo`1[T]">
21544       <method name="Void .ctor()">
21545         <size>7</size>
21546       </method>
21547       <method name="Boolean ContainsAll[U](IEnumerable`1)">
21548         <size>191</size>
21549       </method>
21550       <method name="Boolean Contains(T)">
21551         <size>2</size>
21552       </method>
21553     </type>
21554     <type name="Program">
21555       <method name="Void .ctor()">
21556         <size>7</size>
21557       </method>
21558       <method name="Int32 Main()">
21559         <size>42</size>
21560       </method>
21561     </type>
21562     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
21563       <method name="Void .ctor()">
21564         <size>7</size>
21565       </method>
21566     </type>
21567     <type name="&lt;PrivateImplementationDetails&gt;">
21568       <method name="Void .ctor()">
21569         <size>7</size>
21570       </method>
21571     </type>
21572   </test>
21573   <test name="gtest-etree-11.cs">
21574     <type name="C">
21575       <method name="Void .ctor()">
21576         <size>7</size>
21577       </method>
21578       <method name="Void Main()">
21579         <size>12</size>
21580       </method>
21581     </type>
21582     <type name="Test">
21583       <method name="Void .ctor()">
21584         <size>7</size>
21585       </method>
21586       <method name="Void Invalid(Int32)">
21587         <size>124</size>
21588       </method>
21589       <method name="Void Other(System.Int32[])">
21590         <size>1</size>
21591       </method>
21592     </type>
21593     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
21594       <method name="Void .ctor()">
21595         <size>7</size>
21596       </method>
21597     </type>
21598   </test>
21599   <test name="gtest-etree-12.cs">
21600     <type name="TestCase">
21601       <method name="Void .cctor()">
21602         <size>68</size>
21603       </method>
21604       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
21605         <size>2</size>
21606       </method>
21607       <method name="Void DummyToMakeTheStaticsInitialize()">
21608         <size>1</size>
21609       </method>
21610     </type>
21611     <type name="Program">
21612       <method name="Void .ctor()">
21613         <size>7</size>
21614       </method>
21615       <method name="Int32 Main()">
21616         <size>7</size>
21617       </method>
21618     </type>
21619   </test>
21620   <test name="gtest-etree-13.cs">
21621     <type name="Program">
21622       <method name="Void .ctor()">
21623         <size>7</size>
21624       </method>
21625       <method name="Int32 Main()">
21626         <size>55</size>
21627       </method>
21628       <method name="IEnumerable`1 Test[T](Int32)">
21629         <size>30</size>
21630       </method>
21631     </type>
21632     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
21633       <method name="Void .ctor()">
21634         <size>7</size>
21635       </method>
21636       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
21637         <size>7</size>
21638       </method>
21639       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21640         <size>12</size>
21641       </method>
21642       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21643         <size>7</size>
21644       </method>
21645       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
21646         <size>40</size>
21647       </method>
21648       <method name="Boolean MoveNext()">
21649         <size>106</size>
21650       </method>
21651       <method name="Void Dispose()">
21652         <size>8</size>
21653       </method>
21654       <method name="Void Reset()">
21655         <size>6</size>
21656       </method>
21657     </type>
21658   </test>
21659   <test name="gtest-etree-14.cs">
21660     <type name="Person">
21661       <method name="Void .ctor()">
21662         <size>7</size>
21663       </method>
21664       <method name="Int32 get_Age()">
21665         <size>7</size>
21666       </method>
21667       <method name="Void set_Age(Int32)">
21668         <size>8</size>
21669       </method>
21670     </type>
21671     <type name="Repro">
21672       <method name="Void .ctor()">
21673         <size>7</size>
21674       </method>
21675       <method name="Int32 Main()">
21676         <size>59</size>
21677       </method>
21678       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
21679         <size>44</size>
21680       </method>
21681       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
21682         <size>13</size>
21683       </method>
21684     </type>
21685     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
21686       <method name="Void .ctor()">
21687         <size>7</size>
21688       </method>
21689       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
21690         <size>7</size>
21691       </method>
21692       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21693         <size>12</size>
21694       </method>
21695       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21696         <size>7</size>
21697       </method>
21698       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
21699         <size>52</size>
21700       </method>
21701       <method name="Boolean MoveNext()">
21702         <size>293</size>
21703       </method>
21704       <method name="Void Dispose()">
21705         <size>62</size>
21706       </method>
21707       <method name="Void Reset()">
21708         <size>6</size>
21709       </method>
21710     </type>
21711   </test>
21712   <test name="gtest-etree-15.cs">
21713     <type name="Foo">
21714       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
21715         <size>2</size>
21716       </method>
21717       <method name="Void Main()">
21718         <size>190</size>
21719       </method>
21720     </type>
21721   </test>
21722   <test name="gtest-etree-16.cs">
21723     <type name="Program">
21724       <method name="Void .ctor()">
21725         <size>7</size>
21726       </method>
21727       <method name="Int32 Main()">
21728         <size>136</size>
21729       </method>
21730     </type>
21731     <type name="Foo">
21732       <method name="Void .ctor()">
21733         <size>7</size>
21734       </method>
21735     </type>
21736   </test>
21737   <test name="gtest-etree-17.cs">
21738     <type name="CompilerCrashTest.QueryCompiler">
21739       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
21740         <size>12</size>
21741       </method>
21742       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
21743         <size>6</size>
21744       </method>
21745       <method name="Void Main()">
21746         <size>1</size>
21747       </method>
21748     </type>
21749   </test>
21750   <test name="gtest-etree-18.cs">
21751     <type name="FooBase">
21752       <method name="Void .ctor()">
21753         <size>7</size>
21754       </method>
21755     </type>
21756     <type name="Foo">
21757       <method name="Void .ctor()">
21758         <size>7</size>
21759       </method>
21760     </type>
21761     <type name="Program">
21762       <method name="Void .ctor()">
21763         <size>7</size>
21764       </method>
21765       <method name="Int32 Main()">
21766         <size>140</size>
21767       </method>
21768     </type>
21769   </test>
21770   <test name="gtest-etree-19.cs">
21771     <type name="Test">
21772       <method name="Void .ctor()">
21773         <size>7</size>
21774       </method>
21775       <method name="Int32 Main()">
21776         <size>20</size>
21777       </method>
21778       <method name="T Value[T]()">
21779         <size>76</size>
21780       </method>
21781     </type>
21782   </test>
21783   <test name="gtest-etree-20.cs">
21784     <type name="S">
21785       <method name="Int32 Main()">
21786         <size>216</size>
21787       </method>
21788     </type>
21789     <type name="A">
21790       <method name="A op_Implicit(S)">
21791         <size>6</size>
21792       </method>
21793       <method name="Void .ctor()">
21794         <size>7</size>
21795       </method>
21796     </type>
21797     <type name="B">
21798       <method name="Void .ctor()">
21799         <size>7</size>
21800       </method>
21801     </type>
21802   </test>
21803   <test name="gtest-etree-22.cs">
21804     <type name="FieldInfoBug.MonoRuntime">
21805       <method name="Int32 Main()">
21806         <size>13</size>
21807       </method>
21808       <method name="Void .ctor()">
21809         <size>7</size>
21810       </method>
21811     </type>
21812     <type name="FieldInfoBug.GenericClass`1[T]">
21813       <method name="Void .ctor(String)">
21814         <size>58</size>
21815       </method>
21816     </type>
21817     <type name="FieldInfoBug.GenericClass`1+&lt;GenericClass&gt;c__AnonStorey0[T]">
21818       <method name="Void .ctor()">
21819         <size>7</size>
21820       </method>
21821     </type>
21822   </test>
21823   <test name="gtest-etree-23.cs">
21824     <type name="Test.OrderBySpecification">
21825       <method name="Void .ctor(Expression`1)">
21826         <size>7</size>
21827       </method>
21828     </type>
21829     <type name="Test.RateOrderById">
21830       <method name="Int32 Main()">
21831         <size>8</size>
21832       </method>
21833       <method name="Void .ctor()">
21834         <size>44</size>
21835       </method>
21836     </type>
21837   </test>
21838   <test name="gtest-etree-24.cs">
21839     <type name="NotifyingProperty">
21840       <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]][])">
21841         <size>1</size>
21842       </method>
21843     </type>
21844     <type name="NotifyingPropertyTest">
21845       <method name="Void CreateDependent_NotifierNull()">
21846         <size>58</size>
21847       </method>
21848       <method name="Void CreateDependent_DependentsNull()">
21849         <size>83</size>
21850       </method>
21851       <method name="Void Main()">
21852         <size>1</size>
21853       </method>
21854       <method name="System.Object &lt;CreateDependent_DependentsNull&gt;m__0()">
21855         <size>2</size>
21856       </method>
21857       <method name="Void .ctor()">
21858         <size>7</size>
21859       </method>
21860     </type>
21861     <type name="NotifyingPropertyTest+&lt;CreateDependent_NotifierNull&gt;c__AnonStorey0">
21862       <method name="Void .ctor()">
21863         <size>7</size>
21864       </method>
21865     </type>
21866     <type name="NotifyingPropertyTest+&lt;CreateDependent_DependentsNull&gt;c__AnonStorey1">
21867       <method name="Void .ctor()">
21868         <size>7</size>
21869       </method>
21870     </type>
21871   </test>
21872   <test name="gtest-exmethod-01.cs">
21873     <type name="SimpleTest">
21874       <method name="System.String Prefix(System.String, System.String)">
21875         <size>8</size>
21876       </method>
21877     </type>
21878     <type name="M">
21879       <method name="Void .ctor()">
21880         <size>7</size>
21881       </method>
21882       <method name="Int32 Main()">
21883         <size>157</size>
21884       </method>
21885     </type>
21886   </test>
21887   <test name="gtest-exmethod-02.cs">
21888     <type name="M">
21889       <method name="Void .ctor()">
21890         <size>7</size>
21891       </method>
21892       <method name="Void Main()">
21893         <size>12</size>
21894       </method>
21895     </type>
21896     <type name="N.M">
21897       <method name="Void .ctor()">
21898         <size>7</size>
21899       </method>
21900       <method name="Void Test2()">
21901         <size>12</size>
21902       </method>
21903     </type>
21904   </test>
21905   <test name="gtest-exmethod-03.cs">
21906     <type name="A.A">
21907       <method name="Int32 Foo(Int32)">
21908         <size>2</size>
21909       </method>
21910       <method name="Int32 Foo(Int32, System.String)">
21911         <size>3</size>
21912       </method>
21913     </type>
21914     <type name="B.X">
21915       <method name="Int32 Foo(Int32)">
21916         <size>2</size>
21917       </method>
21918       <method name="Int32 Foo(Int32, Boolean)">
21919         <size>3</size>
21920       </method>
21921     </type>
21922     <type name="C.F">
21923       <method name="Boolean Foo(Byte)">
21924         <size>2</size>
21925       </method>
21926     </type>
21927     <type name="C.D.F">
21928       <method name="Int32 Foo(Int32)">
21929         <size>3</size>
21930       </method>
21931       <method name="Void TestX()">
21932         <size>9</size>
21933       </method>
21934     </type>
21935     <type name="C.M">
21936       <method name="Int32 Foo(Int32)">
21937         <size>2</size>
21938       </method>
21939       <method name="Int32 Main()">
21940         <size>61</size>
21941       </method>
21942     </type>
21943   </test>
21944   <test name="gtest-exmethod-04.cs">
21945     <type name="A.Test">
21946       <method name="System.String Test_1(Boolean)">
21947         <size>6</size>
21948       </method>
21949     </type>
21950     <type name="B.M">
21951       <method name="Void .ctor()">
21952         <size>7</size>
21953       </method>
21954       <method name="Void Main()">
21955         <size>12</size>
21956       </method>
21957     </type>
21958   </test>
21959   <test name="gtest-exmethod-05.cs">
21960     <type name="A.Test_A">
21961       <method name="System.String Test_1(System.String)">
21962         <size>6</size>
21963       </method>
21964     </type>
21965     <type name="A.Test_B">
21966       <method name="System.String Test_2(System.String)">
21967         <size>6</size>
21968       </method>
21969     </type>
21970     <type name="B.M">
21971       <method name="Void .ctor()">
21972         <size>7</size>
21973       </method>
21974       <method name="Void Main()">
21975         <size>23</size>
21976       </method>
21977     </type>
21978   </test>
21979   <test name="gtest-exmethod-06.cs">
21980     <type name="Gen">
21981       <method name="T Test_1[T](T)">
21982         <size>10</size>
21983       </method>
21984       <method name="System.String Test_1[T](System.String)">
21985         <size>6</size>
21986       </method>
21987     </type>
21988     <type name="B.M">
21989       <method name="Void .ctor()">
21990         <size>7</size>
21991       </method>
21992       <method name="Void Main()">
21993         <size>30</size>
21994       </method>
21995     </type>
21996   </test>
21997   <test name="gtest-exmethod-07.cs">
21998     <type name="E">
21999       <method name="Void ToReadOnly[T](IEnumerable`1)">
22000         <size>1</size>
22001       </method>
22002       <method name="Void To(IA)">
22003         <size>1</size>
22004       </method>
22005     </type>
22006     <type name="C">
22007       <method name="Void .ctor()">
22008         <size>7</size>
22009       </method>
22010       <method name="Void Main()">
22011         <size>1</size>
22012       </method>
22013       <method name="Void Test(IEnumerable`1)">
22014         <size>15</size>
22015       </method>
22016     </type>
22017   </test>
22018   <test name="gtest-exmethod-08.cs">
22019     <type name="C">
22020       <method name="Void .ctor()">
22021         <size>7</size>
22022       </method>
22023       <method name="Void Main()">
22024         <size>21</size>
22025       </method>
22026     </type>
22027   </test>
22028   <test name="gtest-exmethod-09.cs">
22029     <type name="Test">
22030       <method name="Void Foo[T](System.String)">
22031         <size>1</size>
22032       </method>
22033     </type>
22034     <type name="C">
22035       <method name="Void .ctor()">
22036         <size>7</size>
22037       </method>
22038       <method name="Void Main()">
22039         <size>11</size>
22040       </method>
22041     </type>
22042   </test>
22043   <test name="gtest-exmethod-10.cs">
22044     <type name="AExtensions">
22045       <method name="Int32 Round(Double)">
22046         <size>8</size>
22047       </method>
22048     </type>
22049     <type name="BExtensions">
22050       <method name="T GetBy[T](T[], Double)">
22051         <size>13</size>
22052       </method>
22053     </type>
22054     <type name="C">
22055       <method name="Void .ctor()">
22056         <size>7</size>
22057       </method>
22058       <method name="Void Main()">
22059         <size>1</size>
22060       </method>
22061     </type>
22062   </test>
22063   <test name="gtest-exmethod-11.cs">
22064     <type name="Test">
22065       <method name="Void .ctor()">
22066         <size>7</size>
22067       </method>
22068       <method name="Int32 Main(System.String[])">
22069         <size>20</size>
22070       </method>
22071     </type>
22072     <type name="Lol">
22073       <method name="Boolean OneEleven(System.Object)">
22074         <size>2</size>
22075       </method>
22076     </type>
22077   </test>
22078   <test name="gtest-exmethod-12.cs">
22079     <type name="Program">
22080       <method name="Void .ctor()">
22081         <size>7</size>
22082       </method>
22083       <method name="Void Main(System.String[])">
22084         <size>63</size>
22085       </method>
22086     </type>
22087     <type name="ChatClient">
22088       <method name="Void .ctor()">
22089         <size>7</size>
22090       </method>
22091       <method name="Void Say(System.String, System.String)">
22092         <size>13</size>
22093       </method>
22094     </type>
22095     <type name="ChatExtensions">
22096       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
22097         <size>64</size>
22098       </method>
22099     </type>
22100   </test>
22101   <test name="gtest-exmethod-13.cs">
22102     <type name="Foo">
22103       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
22104         <size>2</size>
22105       </method>
22106       <method name="Void Main()">
22107         <size>23</size>
22108       </method>
22109     </type>
22110   </test>
22111   <test name="gtest-exmethod-14.cs">
22112     <type name="C">
22113       <method name="Void Bar[U](IA)">
22114         <size>7</size>
22115       </method>
22116       <method name="Void Foo[T](IA)">
22117         <size>1</size>
22118       </method>
22119       <method name="Void Foo(IA)">
22120         <size>7</size>
22121       </method>
22122       <method name="Void Main()">
22123         <size>1</size>
22124       </method>
22125     </type>
22126   </test>
22127   <test name="gtest-exmethod-15.cs">
22128     <type name="C">
22129       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
22130         <size>15</size>
22131       </method>
22132       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
22133         <size>2</size>
22134       </method>
22135       <method name="Void Main()">
22136         <size>1</size>
22137       </method>
22138     </type>
22139   </test>
22140   <test name="gtest-exmethod-16.cs">
22141     <type name="Rocks">
22142       <method name="Boolean Extension(System.String)">
22143         <size>2</size>
22144       </method>
22145       <method name="Boolean Extension(D)">
22146         <size>2</size>
22147       </method>
22148     </type>
22149     <type name="Program">
22150       <method name="Void .ctor()">
22151         <size>7</size>
22152       </method>
22153       <method name="Void add_e(D)">
22154         <size>24</size>
22155       </method>
22156       <method name="Void remove_e(D)">
22157         <size>24</size>
22158       </method>
22159       <method name="System.String get_Item(Int32)">
22160         <size>6</size>
22161       </method>
22162       <method name="System.String get_Property()">
22163         <size>6</size>
22164       </method>
22165       <method name="Void Main(System.String[])">
22166         <size>44</size>
22167       </method>
22168     </type>
22169     <type name="D">
22170       <method name="Void .ctor(Object, IntPtr)">
22171         <size>0</size>
22172       </method>
22173       <method name="System.String Invoke()">
22174         <size>0</size>
22175       </method>
22176       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22177         <size>0</size>
22178       </method>
22179       <method name="System.String EndInvoke(IAsyncResult)">
22180         <size>0</size>
22181       </method>
22182     </type>
22183   </test>
22184   <test name="gtest-exmethod-17.cs">
22185     <type name="MainClass">
22186       <method name="Void Main()">
22187         <size>45</size>
22188       </method>
22189     </type>
22190   </test>
22191   <test name="gtest-exmethod-18.cs">
22192     <type name="Foo">
22193       <method name="Void .ctor()">
22194         <size>7</size>
22195       </method>
22196       <method name="Boolean get_IsBar()">
22197         <size>2</size>
22198       </method>
22199     </type>
22200     <type name="FooExt">
22201       <method name="Boolean IsBar(Foo)">
22202         <size>7</size>
22203       </method>
22204     </type>
22205     <type name="Repro">
22206       <method name="Void .ctor()">
22207         <size>7</size>
22208       </method>
22209       <method name="Void Main()">
22210         <size>18</size>
22211       </method>
22212     </type>
22213   </test>
22214   <test name="gtest-exmethod-19.cs">
22215     <type name="Rocks">
22216       <method name="Int32 Test_2[T](IEnumerable`1)">
22217         <size>3</size>
22218       </method>
22219       <method name="System.String Test_1(System.String)">
22220         <size>12</size>
22221       </method>
22222     </type>
22223     <type name="Test">
22224       <method name="Void .ctor()">
22225         <size>7</size>
22226       </method>
22227       <method name="Int32 Main()">
22228         <size>142</size>
22229       </method>
22230     </type>
22231     <type name="Test+D">
22232       <method name="Void .ctor(Object, IntPtr)">
22233         <size>0</size>
22234       </method>
22235       <method name="System.String Invoke()">
22236         <size>0</size>
22237       </method>
22238       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22239         <size>0</size>
22240       </method>
22241       <method name="System.String EndInvoke(IAsyncResult)">
22242         <size>0</size>
22243       </method>
22244     </type>
22245   </test>
22246   <test name="gtest-exmethod-20.cs">
22247     <type name="Outer.Inner.Test">
22248       <method name="Void .ctor()">
22249         <size>7</size>
22250       </method>
22251       <method name="Void M(I)">
22252         <size>13</size>
22253       </method>
22254       <method name="Void Main()">
22255         <size>1</size>
22256       </method>
22257     </type>
22258     <type name="Outer.ExtensionMethods">
22259       <method name="Void AddRange[T](I, IEnumerable`1)">
22260         <size>1</size>
22261       </method>
22262     </type>
22263   </test>
22264   <test name="gtest-exmethod-21.cs">
22265     <type name="Outer.Inner.Test">
22266       <method name="Void .ctor()">
22267         <size>7</size>
22268       </method>
22269       <method name="Void M(I)">
22270         <size>7</size>
22271       </method>
22272       <method name="Void Main()">
22273         <size>1</size>
22274       </method>
22275     </type>
22276     <type name="External.ExtensionMethods">
22277       <method name="Void AddRange(I)">
22278         <size>1</size>
22279       </method>
22280     </type>
22281   </test>
22282   <test name="gtest-exmethod-22.cs">
22283     <type name="Program">
22284       <method name="Void .ctor()">
22285         <size>7</size>
22286       </method>
22287       <method name="Int32 Main()">
22288         <size>8</size>
22289       </method>
22290     </type>
22291   </test>
22292   <test name="gtest-exmethod-23.cs">
22293     <type name="T">
22294       <method name="Void A(System.String, Int32)">
22295         <size>1</size>
22296       </method>
22297       <method name="Void Main()">
22298         <size>1</size>
22299       </method>
22300     </type>
22301   </test>
22302   <test name="gtest-exmethod-24.cs">
22303     <type name="Bar">
22304       <method name="Void .ctor()">
22305         <size>7</size>
22306       </method>
22307       <method name="Void Main()">
22308         <size>1</size>
22309       </method>
22310     </type>
22311   </test>
22312   <test name="gtest-exmethod-25.cs">
22313     <type name="Bar">
22314       <method name="Void .ctor()">
22315         <size>7</size>
22316       </method>
22317       <method name="Void Main()">
22318         <size>11</size>
22319       </method>
22320     </type>
22321   </test>
22322   <test name="gtest-exmethod-26.cs">
22323     <type name="test.TypeExtensions">
22324       <method name="Boolean IsNullable(System.Type)">
22325         <size>2</size>
22326       </method>
22327     </type>
22328     <type name="testmono.MainClass">
22329       <method name="Void .ctor()">
22330         <size>7</size>
22331       </method>
22332       <method name="Void Main()">
22333         <size>33</size>
22334       </method>
22335     </type>
22336   </test>
22337   <test name="gtest-exmethod-27.cs">
22338     <type name="Foo.Extensions">
22339       <method name="System.String AsString(IList`1)">
22340         <size>6</size>
22341       </method>
22342     </type>
22343     <type name="Bar.Program">
22344       <method name="Void .ctor()">
22345         <size>7</size>
22346       </method>
22347       <method name="Void Main()">
22348         <size>17</size>
22349       </method>
22350       <method name="System.String Pan(System.Byte[])">
22351         <size>7</size>
22352       </method>
22353     </type>
22354   </test>
22355   <test name="gtest-exmethod-28.cs">
22356     <type name="Foo">
22357       <method name="Void .ctor()">
22358         <size>7</size>
22359       </method>
22360     </type>
22361     <type name="Extensions">
22362       <method name="Boolean IsFoo(Foo)">
22363         <size>2</size>
22364       </method>
22365       <method name="Boolean IsBar(Bar)">
22366         <size>2</size>
22367       </method>
22368     </type>
22369     <type name="Bar">
22370       <method name="Void .ctor()">
22371         <size>7</size>
22372       </method>
22373     </type>
22374     <type name="Program">
22375       <method name="Void .ctor()">
22376         <size>7</size>
22377       </method>
22378       <method name="Void Main()">
22379         <size>1</size>
22380       </method>
22381     </type>
22382   </test>
22383   <test name="gtest-exmethod-29.cs">
22384     <type name="My">
22385       <method name="Void .ctor()">
22386         <size>7</size>
22387       </method>
22388     </type>
22389     <type name="Test">
22390       <method name="Int32 Main()">
22391         <size>40</size>
22392       </method>
22393       <method name="Int32 ContentTransferEncoding[T](My)">
22394         <size>2</size>
22395       </method>
22396       <method name="Int32 ContentTransferEncoding(My)">
22397         <size>2</size>
22398       </method>
22399     </type>
22400     <type name="My">
22401       <method name="Void set_ContentTransferEncoding(Boolean)">
22402         <size>1</size>
22403       </method>
22404     </type>
22405   </test>
22406   <test name="gtest-exmethod-30.cs">
22407     <type name="Test">
22408       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22409         <size>2</size>
22410       </method>
22411       <method name="Int32 get_First()">
22412         <size>2</size>
22413       </method>
22414       <method name="IEnumerator`1 GetEnumerator()">
22415         <size>2</size>
22416       </method>
22417       <method name="Void .ctor()">
22418         <size>7</size>
22419       </method>
22420     </type>
22421     <type name="C">
22422       <method name="Void Test()">
22423         <size>14</size>
22424       </method>
22425       <method name="Void Main()">
22426         <size>1</size>
22427       </method>
22428       <method name="Void .ctor()">
22429         <size>7</size>
22430       </method>
22431     </type>
22432   </test>
22433   <test name="gtest-exmethod-31.cs">
22434     <type name="N.S">
22435       <method name="Void Map[T](Int32, System.Func`2[T,System.String])">
22436         <size>1</size>
22437       </method>
22438     </type>
22439     <type name="N2.S2">
22440       <method name="Void Map(Int32, Int32)">
22441         <size>1</size>
22442       </method>
22443     </type>
22444     <type name="M.C">
22445       <method name="Void Main()">
22446         <size>8</size>
22447       </method>
22448       <method name="Void .ctor()">
22449         <size>7</size>
22450       </method>
22451     </type>
22452   </test>
22453   <test name="gtest-exmethod-32.cs">
22454     <type name="A">
22455       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22456         <size>2</size>
22457       </method>
22458       <method name="Int32 get_Count()">
22459         <size>2</size>
22460       </method>
22461       <method name="Void .ctor()">
22462         <size>7</size>
22463       </method>
22464     </type>
22465     <type name="G`1[T]">
22466       <method name="Void Test()">
22467         <size>20</size>
22468       </method>
22469       <method name="Void .ctor()">
22470         <size>7</size>
22471       </method>
22472     </type>
22473     <type name="Extensions">
22474       <method name="Int32 Count(IEnumerable)">
22475         <size>2</size>
22476       </method>
22477       <method name="Void Main()">
22478         <size>1</size>
22479       </method>
22480     </type>
22481   </test>
22482   <test name="gtest-exmethod-33.cs">
22483     <type name="Prop">
22484       <method name="Void .ctor()">
22485         <size>7</size>
22486       </method>
22487     </type>
22488     <type name="HelperExtensions">
22489       <method name="Void Foo(I, I)">
22490         <size>1</size>
22491       </method>
22492     </type>
22493     <type name="C">
22494       <method name="I get_Prop()">
22495         <size>2</size>
22496       </method>
22497       <method name="System.Int32[] get_Loc()">
22498         <size>2</size>
22499       </method>
22500       <method name="Void Test()">
22501         <size>13</size>
22502       </method>
22503       <method name="Void Main()">
22504         <size>1</size>
22505       </method>
22506       <method name="Void .ctor()">
22507         <size>7</size>
22508       </method>
22509     </type>
22510   </test>
22511   <test name="gtest-exmethod-34.cs">
22512     <type name="Program">
22513       <method name="Void Foo(System.Object)">
22514         <size>1</size>
22515       </method>
22516       <method name="Void Main()">
22517         <size>7</size>
22518       </method>
22519     </type>
22520   </test>
22521   <test name="gtest-exmethod-35.cs">
22522     <type name="A">
22523       <method name="Void Test(Int32)">
22524         <size>1</size>
22525       </method>
22526       <method name="Void Main()">
22527         <size>1</size>
22528       </method>
22529     </type>
22530   </test>
22531   <test name="gtest-exmethod-36.cs">
22532     <type name="S">
22533       <method name="System.String get_Prop()">
22534         <size>6</size>
22535       </method>
22536       <method name="Void .ctor()">
22537         <size>7</size>
22538       </method>
22539     </type>
22540     <type name="S2">
22541       <method name="Void .ctor()">
22542         <size>7</size>
22543       </method>
22544     </type>
22545     <type name="E">
22546       <method name="Int32 Prop(S)">
22547         <size>2</size>
22548       </method>
22549       <method name="Int32 Prop(S2)">
22550         <size>3</size>
22551       </method>
22552     </type>
22553     <type name="C">
22554       <method name="Void Main()">
22555         <size>43</size>
22556       </method>
22557       <method name="Void .ctor()">
22558         <size>7</size>
22559       </method>
22560     </type>
22561   </test>
22562   <test name="gtest-exmethod-37.cs">
22563     <type name="S">
22564       <method name="Void Extension(A, System.String, Boolean)">
22565         <size>11</size>
22566       </method>
22567     </type>
22568     <type name="A">
22569       <method name="Void Extension(System.String)">
22570         <size>1</size>
22571       </method>
22572       <method name="Void .ctor()">
22573         <size>7</size>
22574       </method>
22575     </type>
22576     <type name="Test">
22577       <method name="Void TestMethod(System.Action`1[System.Boolean])">
22578         <size>1</size>
22579       </method>
22580       <method name="Int32 TestMethod(System.Action`1[System.String])">
22581         <size>13</size>
22582       </method>
22583       <method name="Int32 Main()">
22584         <size>33</size>
22585       </method>
22586       <method name="Void .ctor()">
22587         <size>7</size>
22588       </method>
22589     </type>
22590   </test>
22591   <test name="gtest-exmethod-38.cs">
22592     <type name="Repro2.Color">
22593       <method name="Void .ctor(Int32)">
22594         <size>8</size>
22595       </method>
22596       <method name="Void .cctor()">
22597         <size>38</size>
22598       </method>
22599     </type>
22600     <type name="Repro2.ExtensionMethods">
22601       <method name="Color Transparent(Color)">
22602         <size>6</size>
22603       </method>
22604     </type>
22605     <type name="Repro2.MainClass">
22606       <method name="Int32 Main()">
22607         <size>13</size>
22608       </method>
22609       <method name="Void .ctor()">
22610         <size>7</size>
22611       </method>
22612     </type>
22613   </test>
22614   <test name="gtest-friend-01.cs">
22615     <type name="Test">
22616       <method name="Void .ctor()">
22617         <size>7</size>
22618       </method>
22619       <method name="Void Main()">
22620         <size>20</size>
22621       </method>
22622     </type>
22623   </test>
22624   <test name="gtest-friend-02.cs">
22625     <type name="Test">
22626       <method name="Void .ctor()">
22627         <size>7</size>
22628       </method>
22629       <method name="Void Main()">
22630         <size>20</size>
22631       </method>
22632     </type>
22633   </test>
22634   <test name="gtest-friend-03.cs">
22635     <type name="Test">
22636       <method name="Void .ctor()">
22637         <size>7</size>
22638       </method>
22639       <method name="Void Main()">
22640         <size>20</size>
22641       </method>
22642     </type>
22643   </test>
22644   <test name="gtest-friend-04.cs">
22645     <type name="Test">
22646       <method name="Void .ctor()">
22647         <size>7</size>
22648       </method>
22649       <method name="Void Main()">
22650         <size>19</size>
22651       </method>
22652     </type>
22653   </test>
22654   <test name="gtest-friend-05.cs">
22655     <type name="Test">
22656       <method name="Void .ctor()">
22657         <size>7</size>
22658       </method>
22659       <method name="Void Main()">
22660         <size>20</size>
22661       </method>
22662     </type>
22663   </test>
22664   <test name="gtest-friend-06.cs">
22665     <type name="Test">
22666       <method name="Void .ctor()">
22667         <size>7</size>
22668       </method>
22669       <method name="Void Main()">
22670         <size>20</size>
22671       </method>
22672     </type>
22673   </test>
22674   <test name="gtest-friend-07.cs">
22675     <type name="Test">
22676       <method name="Void .ctor()">
22677         <size>7</size>
22678       </method>
22679       <method name="Void Main()">
22680         <size>20</size>
22681       </method>
22682     </type>
22683   </test>
22684   <test name="gtest-friend-08.cs">
22685     <type name="Test">
22686       <method name="Void .ctor()">
22687         <size>7</size>
22688       </method>
22689       <method name="Void Main()">
22690         <size>19</size>
22691       </method>
22692     </type>
22693   </test>
22694   <test name="gtest-friend-09.cs">
22695     <type name="Test">
22696       <method name="Void .ctor()">
22697         <size>7</size>
22698       </method>
22699       <method name="Void Main()">
22700         <size>20</size>
22701       </method>
22702     </type>
22703   </test>
22704   <test name="gtest-friend-10.cs">
22705     <type name="Test">
22706       <method name="Void .ctor()">
22707         <size>7</size>
22708       </method>
22709       <method name="Void Main()">
22710         <size>20</size>
22711       </method>
22712     </type>
22713   </test>
22714   <test name="gtest-friend-11.cs">
22715     <type name="Test">
22716       <method name="Void .ctor()">
22717         <size>7</size>
22718       </method>
22719       <method name="Void Main()">
22720         <size>20</size>
22721       </method>
22722     </type>
22723   </test>
22724   <test name="gtest-friend-12.cs">
22725     <type name="Test">
22726       <method name="Void .ctor()">
22727         <size>7</size>
22728       </method>
22729       <method name="Void Main()">
22730         <size>19</size>
22731       </method>
22732     </type>
22733   </test>
22734   <test name="gtest-friend-13.cs">
22735     <type name="B">
22736       <method name="Void .ctor()">
22737         <size>7</size>
22738       </method>
22739       <method name="Void Test()">
22740         <size>1</size>
22741       </method>
22742       <method name="Void Test_2()">
22743         <size>1</size>
22744       </method>
22745     </type>
22746     <type name="Test">
22747       <method name="Void .ctor()">
22748         <size>7</size>
22749       </method>
22750       <method name="Void Main()">
22751         <size>1</size>
22752       </method>
22753     </type>
22754   </test>
22755   <test name="gtest-friend-14.cs">
22756     <type name="Test">
22757       <method name="Int32 Main()">
22758         <size>13</size>
22759       </method>
22760       <method name="Void .ctor()">
22761         <size>7</size>
22762       </method>
22763     </type>
22764   </test>
22765   <test name="gtest-implicitarray-01.cs">
22766     <type name="Test">
22767       <method name="Void .ctor()">
22768         <size>7</size>
22769       </method>
22770       <method name="Int32 Main()">
22771         <size>296</size>
22772       </method>
22773     </type>
22774     <type name="&lt;PrivateImplementationDetails&gt;">
22775       <method name="Void .ctor()">
22776         <size>7</size>
22777       </method>
22778     </type>
22779   </test>
22780   <test name="gtest-implicitarray-02.cs">
22781     <type name="MyString">
22782       <method name="Void .ctor()">
22783         <size>7</size>
22784       </method>
22785       <method name="System.String op_Implicit(MyString)">
22786         <size>6</size>
22787       </method>
22788     </type>
22789     <type name="Test">
22790       <method name="Void .ctor()">
22791         <size>7</size>
22792       </method>
22793       <method name="Int32 Main()">
22794         <size>50</size>
22795       </method>
22796     </type>
22797   </test>
22798   <test name="gtest-initialize-01.cs">
22799     <type name="MyClass">
22800       <method name="Void .ctor()">
22801         <size>18</size>
22802       </method>
22803       <method name="Int32 get_Answer()">
22804         <size>7</size>
22805       </method>
22806       <method name="Void set_Answer(Int32)">
22807         <size>8</size>
22808       </method>
22809     </type>
22810     <type name="Test">
22811       <method name="Void .ctor()">
22812         <size>7</size>
22813       </method>
22814       <method name="Int32 Main()">
22815         <size>67</size>
22816       </method>
22817     </type>
22818   </test>
22819   <test name="gtest-initialize-02.cs">
22820     <type name="Test">
22821       <method name="Void .ctor()">
22822         <size>7</size>
22823       </method>
22824       <method name="Int32 Main()">
22825         <size>1234</size>
22826       </method>
22827     </type>
22828     <type name="Test+Point">
22829       <method name="Void .ctor()">
22830         <size>7</size>
22831       </method>
22832     </type>
22833     <type name="Test+Line">
22834       <method name="Void .ctor()">
22835         <size>29</size>
22836       </method>
22837     </type>
22838     <type name="Test+Rectangle">
22839       <method name="Void .ctor()">
22840         <size>51</size>
22841       </method>
22842     </type>
22843     <type name="Test+Library">
22844       <method name="Void .ctor()">
22845         <size>53</size>
22846       </method>
22847     </type>
22848     <type name="Test+Thing">
22849       <method name="Void .ctor()">
22850         <size>7</size>
22851       </method>
22852     </type>
22853     <type name="Test+Box">
22854       <method name="Void .ctor()">
22855         <size>7</size>
22856       </method>
22857     </type>
22858   </test>
22859   <test name="gtest-initialize-03.cs">
22860     <type name="Data">
22861       <method name="Void .ctor()">
22862         <size>7</size>
22863       </method>
22864     </type>
22865     <type name="Test">
22866       <method name="Void .ctor()">
22867         <size>7</size>
22868       </method>
22869       <method name="Void set_Prop(Data)">
22870         <size>1</size>
22871       </method>
22872       <method name="System.Object Foo()">
22873         <size>15</size>
22874       </method>
22875       <method name="Void Main()">
22876         <size>52</size>
22877       </method>
22878     </type>
22879   </test>
22880   <test name="gtest-initialize-04.cs">
22881     <type name="C">
22882       <method name="Void .ctor()">
22883         <size>7</size>
22884       </method>
22885       <method name="Void .cctor()">
22886         <size>34</size>
22887       </method>
22888       <method name="Int32 Main()">
22889         <size>30</size>
22890       </method>
22891     </type>
22892   </test>
22893   <test name="gtest-initialize-05.cs">
22894     <type name="C">
22895       <method name="Void .ctor()">
22896         <size>7</size>
22897       </method>
22898       <method name="Int32 Main()">
22899         <size>235</size>
22900       </method>
22901     </type>
22902   </test>
22903   <test name="gtest-initialize-06.cs">
22904     <type name="C">
22905       <method name="Void .ctor()">
22906         <size>7</size>
22907       </method>
22908       <method name="Int32 Main()">
22909         <size>39</size>
22910       </method>
22911       <method name="Void Foo(Point ByRef)">
22912         <size>38</size>
22913       </method>
22914     </type>
22915   </test>
22916   <test name="gtest-initialize-07.cs">
22917     <type name="A">
22918       <method name="Void .ctor()">
22919         <size>7</size>
22920       </method>
22921       <method name="System.String get_Name()">
22922         <size>7</size>
22923       </method>
22924       <method name="Void set_Name(System.String)">
22925         <size>8</size>
22926       </method>
22927       <method name="Boolean Matches(System.String)">
22928         <size>13</size>
22929       </method>
22930     </type>
22931     <type name="M">
22932       <method name="Void .ctor()">
22933         <size>7</size>
22934       </method>
22935       <method name="Int32 Main()">
22936         <size>37</size>
22937       </method>
22938     </type>
22939   </test>
22940   <test name="gtest-initialize-08.cs">
22941     <type name="T">
22942       <method name="Void .ctor()">
22943         <size>7</size>
22944       </method>
22945     </type>
22946     <type name="X">
22947       <method name="Void .ctor()">
22948         <size>7</size>
22949       </method>
22950       <method name="Z[] get_Prop()">
22951         <size>7</size>
22952       </method>
22953       <method name="Void set_Prop(Z[])">
22954         <size>8</size>
22955       </method>
22956     </type>
22957     <type name="Z">
22958       <method name="Void .ctor()">
22959         <size>7</size>
22960       </method>
22961     </type>
22962     <type name="Test">
22963       <method name="Void .ctor(String)">
22964         <size>70</size>
22965       </method>
22966       <method name="Void .ctor(Int32)">
22967         <size>70</size>
22968       </method>
22969     </type>
22970     <type name="C">
22971       <method name="Void .ctor()">
22972         <size>7</size>
22973       </method>
22974       <method name="Int32 Main()">
22975         <size>13</size>
22976       </method>
22977     </type>
22978   </test>
22979   <test name="gtest-initialize-09.cs">
22980     <type name="Test">
22981       <method name="Void .ctor()">
22982         <size>7</size>
22983       </method>
22984       <method name="Int32 Main()">
22985         <size>53</size>
22986       </method>
22987     </type>
22988     <type name="&lt;PrivateImplementationDetails&gt;">
22989       <method name="Void .ctor()">
22990         <size>7</size>
22991       </method>
22992     </type>
22993   </test>
22994   <test name="gtest-initialize-10.cs">
22995     <type name="Foo">
22996       <method name="Void .ctor()">
22997         <size>7</size>
22998       </method>
22999       <method name="Int32 get_P()">
23000         <size>7</size>
23001       </method>
23002       <method name="Void set_P(Int32)">
23003         <size>8</size>
23004       </method>
23005     </type>
23006     <type name="Y">
23007       <method name="Void .ctor()">
23008         <size>7</size>
23009       </method>
23010       <method name="Int32 Main()">
23011         <size>38</size>
23012       </method>
23013       <method name="Boolean Do(Foo)">
23014         <size>86</size>
23015       </method>
23016     </type>
23017   </test>
23018   <test name="gtest-initialize-11.cs">
23019     <type name="InlineAssignmentTest.Foo">
23020       <method name="Void .ctor()">
23021         <size>14</size>
23022       </method>
23023     </type>
23024     <type name="InlineAssignmentTest.MainClass">
23025       <method name="Int32 Main()">
23026         <size>30</size>
23027       </method>
23028       <method name="Void .ctor()">
23029         <size>7</size>
23030       </method>
23031     </type>
23032   </test>
23033   <test name="gtest-initialize-12.cs">
23034     <type name="C">
23035       <method name="Void set_Foo(Int32)">
23036         <size>1</size>
23037       </method>
23038       <method name="Void .ctor()">
23039         <size>7</size>
23040       </method>
23041     </type>
23042     <type name="B">
23043       <method name="Void set_Foo(Int32)">
23044         <size>0</size>
23045       </method>
23046       <method name="Void .ctor()">
23047         <size>7</size>
23048       </method>
23049     </type>
23050     <type name="Test">
23051       <method name="Void set_Foo(Int32)">
23052         <size>1</size>
23053       </method>
23054       <method name="Void Main()">
23055         <size>16</size>
23056       </method>
23057       <method name="Void .ctor()">
23058         <size>7</size>
23059       </method>
23060     </type>
23061   </test>
23062   <test name="gtest-iter-01.cs">
23063     <type name="C">
23064       <method name="Void .ctor()">
23065         <size>7</size>
23066       </method>
23067       <method name="Void Main()">
23068         <size>1</size>
23069       </method>
23070     </type>
23071     <type name="C+ArrayReadOnlyList`1[T]">
23072       <method name="Void .ctor()">
23073         <size>7</size>
23074       </method>
23075       <method name="T get_Item(Int32)">
23076         <size>13</size>
23077       </method>
23078       <method name="IEnumerator`1 GetEnumerator()">
23079         <size>15</size>
23080       </method>
23081     </type>
23082     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
23083       <method name="Void .ctor()">
23084         <size>7</size>
23085       </method>
23086       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23087         <size>12</size>
23088       </method>
23089       <method name="Boolean MoveNext()">
23090         <size>134</size>
23091       </method>
23092       <method name="Void Dispose()">
23093         <size>8</size>
23094       </method>
23095       <method name="Void Reset()">
23096         <size>6</size>
23097       </method>
23098       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23099         <size>7</size>
23100       </method>
23101     </type>
23102   </test>
23103   <test name="gtest-iter-02.cs">
23104     <type name="C">
23105       <method name="Void .ctor()">
23106         <size>7</size>
23107       </method>
23108       <method name="IEnumerator`1 Test()">
23109         <size>8</size>
23110       </method>
23111       <method name="Void Main()">
23112         <size>1</size>
23113       </method>
23114     </type>
23115     <type name="C+&lt;Test&gt;c__Iterator0">
23116       <method name="Void .ctor()">
23117         <size>7</size>
23118       </method>
23119       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23120         <size>12</size>
23121       </method>
23122       <method name="Boolean MoveNext()">
23123         <size>25</size>
23124       </method>
23125       <method name="Void Dispose()">
23126         <size>8</size>
23127       </method>
23128       <method name="Void Reset()">
23129         <size>6</size>
23130       </method>
23131       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
23132         <size>7</size>
23133       </method>
23134     </type>
23135   </test>
23136   <test name="gtest-iter-03.cs">
23137     <type name="Test">
23138       <method name="Void .ctor()">
23139         <size>18</size>
23140       </method>
23141       <method name="IEnumerable`1 Annotations[T]()">
23142         <size>23</size>
23143       </method>
23144       <method name="IEnumerable`1 Annotations(System.Type)">
23145         <size>37</size>
23146       </method>
23147       <method name="Void Main()">
23148         <size>14</size>
23149       </method>
23150     </type>
23151     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
23152       <method name="Void .ctor()">
23153         <size>7</size>
23154       </method>
23155       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23156         <size>12</size>
23157       </method>
23158       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23159         <size>7</size>
23160       </method>
23161       <method name="Boolean MoveNext()">
23162         <size>194</size>
23163       </method>
23164       <method name="Void Dispose()">
23165         <size>62</size>
23166       </method>
23167       <method name="Void Reset()">
23168         <size>6</size>
23169       </method>
23170     </type>
23171     <type name="Test+&lt;Annotations&gt;c__Iterator1">
23172       <method name="Void .ctor()">
23173         <size>7</size>
23174       </method>
23175       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23176         <size>7</size>
23177       </method>
23178       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23179         <size>7</size>
23180       </method>
23181       <method name="Boolean MoveNext()">
23182         <size>222</size>
23183       </method>
23184       <method name="Void Dispose()">
23185         <size>57</size>
23186       </method>
23187       <method name="Void Reset()">
23188         <size>6</size>
23189       </method>
23190     </type>
23191     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
23192       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23193         <size>7</size>
23194       </method>
23195       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23196         <size>40</size>
23197       </method>
23198     </type>
23199     <type name="Test+&lt;Annotations&gt;c__Iterator1">
23200       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23201         <size>7</size>
23202       </method>
23203       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23204         <size>52</size>
23205       </method>
23206     </type>
23207   </test>
23208   <test name="gtest-iter-04.cs">
23209     <type name="TestClass">
23210       <method name="Void .ctor()">
23211         <size>7</size>
23212       </method>
23213       <method name="Void ToString(System.Object)">
23214         <size>0</size>
23215       </method>
23216       <method name="IEnumerable`1 TestEnumerator()">
23217         <size>23</size>
23218       </method>
23219       <method name="Void Test()">
23220         <size>8</size>
23221       </method>
23222     </type>
23223     <type name="M">
23224       <method name="Void .ctor()">
23225         <size>7</size>
23226       </method>
23227       <method name="Void Main()">
23228         <size>1</size>
23229       </method>
23230     </type>
23231     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
23232       <method name="Void .ctor()">
23233         <size>7</size>
23234       </method>
23235       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23236         <size>7</size>
23237       </method>
23238       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23239         <size>7</size>
23240       </method>
23241       <method name="Boolean MoveNext()">
23242         <size>37</size>
23243       </method>
23244       <method name="Void Dispose()">
23245         <size>8</size>
23246       </method>
23247       <method name="Void Reset()">
23248         <size>6</size>
23249       </method>
23250       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23251         <size>7</size>
23252       </method>
23253       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23254         <size>40</size>
23255       </method>
23256     </type>
23257   </test>
23258   <test name="gtest-iter-05.cs">
23259     <type name="Test">
23260       <method name="Void .ctor()">
23261         <size>7</size>
23262       </method>
23263       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
23264         <size>44</size>
23265       </method>
23266       <method name="Void Main()">
23267         <size>31</size>
23268       </method>
23269     </type>
23270     <type name="Foo`1[T]">
23271       <method name="Void .ctor()">
23272         <size>7</size>
23273       </method>
23274       <method name="Void CreateItem[G]()">
23275         <size>1</size>
23276       </method>
23277     </type>
23278     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
23279       <method name="Void .ctor()">
23280         <size>7</size>
23281       </method>
23282       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23283         <size>12</size>
23284       </method>
23285       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23286         <size>7</size>
23287       </method>
23288       <method name="Boolean MoveNext()">
23289         <size>185</size>
23290       </method>
23291       <method name="Void Dispose()">
23292         <size>62</size>
23293       </method>
23294       <method name="Void Reset()">
23295         <size>6</size>
23296       </method>
23297       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23298         <size>7</size>
23299       </method>
23300       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23301         <size>52</size>
23302       </method>
23303     </type>
23304   </test>
23305   <test name="gtest-iter-06.cs">
23306     <type name="Mono.Rocks.KeyValuePair">
23307       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
23308         <size>13</size>
23309       </method>
23310     </type>
23311     <type name="Mono.Rocks.Sequence">
23312       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
23313         <size>8</size>
23314       </method>
23315       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
23316         <size>44</size>
23317       </method>
23318     </type>
23319     <type name="Mono.Rocks.Test">
23320       <method name="Void .ctor()">
23321         <size>7</size>
23322       </method>
23323       <method name="Int32 Main()">
23324         <size>118</size>
23325       </method>
23326       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
23327         <size>30</size>
23328       </method>
23329     </type>
23330     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
23331       <method name="Void .ctor()">
23332         <size>7</size>
23333       </method>
23334       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23335         <size>12</size>
23336       </method>
23337       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23338         <size>7</size>
23339       </method>
23340       <method name="Boolean MoveNext()">
23341         <size>181</size>
23342       </method>
23343       <method name="Void Dispose()">
23344         <size>8</size>
23345       </method>
23346       <method name="Void Reset()">
23347         <size>6</size>
23348       </method>
23349       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
23350         <size>7</size>
23351       </method>
23352       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
23353         <size>52</size>
23354       </method>
23355     </type>
23356   </test>
23357   <test name="gtest-iter-07.cs">
23358     <type name="Test">
23359       <method name="Void .ctor()">
23360         <size>7</size>
23361       </method>
23362       <method name="Int32 Main()">
23363         <size>8</size>
23364       </method>
23365       <method name="Void TestFunction(IEnumerable`1)">
23366         <size>35</size>
23367       </method>
23368     </type>
23369     <type name="MySystem">
23370       <method name="Void .ctor()">
23371         <size>34</size>
23372       </method>
23373       <method name="IEnumerable`1 get_Items()">
23374         <size>23</size>
23375       </method>
23376     </type>
23377     <type name="MySystem+&lt;&gt;c__Iterator0">
23378       <method name="Void .ctor()">
23379         <size>7</size>
23380       </method>
23381       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23382         <size>7</size>
23383       </method>
23384       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23385         <size>7</size>
23386       </method>
23387       <method name="Boolean MoveNext()">
23388         <size>185</size>
23389       </method>
23390       <method name="Void Dispose()">
23391         <size>57</size>
23392       </method>
23393       <method name="Void Reset()">
23394         <size>6</size>
23395       </method>
23396       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
23397         <size>7</size>
23398       </method>
23399       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
23400         <size>40</size>
23401       </method>
23402     </type>
23403   </test>
23404   <test name="gtest-iter-08.cs">
23405     <type name="App">
23406       <method name="Void .ctor()">
23407         <size>7</size>
23408       </method>
23409       <method name="IEnumerable QueryEnumerable[T]()">
23410         <size>16</size>
23411       </method>
23412       <method name="Int32 Main()">
23413         <size>123</size>
23414       </method>
23415     </type>
23416     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
23417       <method name="Void .ctor()">
23418         <size>7</size>
23419       </method>
23420       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23421         <size>7</size>
23422       </method>
23423       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23424         <size>7</size>
23425       </method>
23426       <method name="Boolean MoveNext()">
23427         <size>82</size>
23428       </method>
23429       <method name="Void Dispose()">
23430         <size>8</size>
23431       </method>
23432       <method name="Void Reset()">
23433         <size>6</size>
23434       </method>
23435     </type>
23436     <type name="App">
23437       <method name="T TestType[T]()">
23438         <size>21</size>
23439       </method>
23440       <method name="System.Object TestType(System.Type)">
23441         <size>6</size>
23442       </method>
23443     </type>
23444     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
23445       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23446         <size>7</size>
23447       </method>
23448       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23449         <size>26</size>
23450       </method>
23451     </type>
23452   </test>
23453   <test name="gtest-iter-09.cs">
23454     <type name="Test">
23455       <method name="Void .ctor()">
23456         <size>7</size>
23457       </method>
23458       <method name="IEnumerable`1 Create[T](T[,])">
23459         <size>30</size>
23460       </method>
23461       <method name="Int32 Main()">
23462         <size>80</size>
23463       </method>
23464     </type>
23465     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
23466       <method name="Void .ctor()">
23467         <size>7</size>
23468       </method>
23469       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23470         <size>12</size>
23471       </method>
23472       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23473         <size>7</size>
23474       </method>
23475       <method name="Boolean MoveNext()">
23476         <size>128</size>
23477       </method>
23478       <method name="Void Dispose()">
23479         <size>8</size>
23480       </method>
23481       <method name="Void Reset()">
23482         <size>6</size>
23483       </method>
23484       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23485         <size>7</size>
23486       </method>
23487       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23488         <size>40</size>
23489       </method>
23490     </type>
23491     <type name="&lt;PrivateImplementationDetails&gt;">
23492       <method name="Void .ctor()">
23493         <size>7</size>
23494       </method>
23495     </type>
23496   </test>
23497   <test name="gtest-iter-10.cs">
23498     <type name="Test">
23499       <method name="Void .ctor()">
23500         <size>7</size>
23501       </method>
23502       <method name="IEnumerable`1 FromTo(Int32, Int32)">
23503         <size>44</size>
23504       </method>
23505       <method name="Int32 Main()">
23506         <size>163</size>
23507       </method>
23508     </type>
23509     <type name="Test+&lt;FromTo&gt;c__Iterator0">
23510       <method name="Void .ctor()">
23511         <size>7</size>
23512       </method>
23513       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
23514         <size>7</size>
23515       </method>
23516       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23517         <size>12</size>
23518       </method>
23519       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23520         <size>7</size>
23521       </method>
23522       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
23523         <size>52</size>
23524       </method>
23525       <method name="Boolean MoveNext()">
23526         <size>101</size>
23527       </method>
23528       <method name="Void Dispose()">
23529         <size>8</size>
23530       </method>
23531       <method name="Void Reset()">
23532         <size>6</size>
23533       </method>
23534     </type>
23535   </test>
23536   <test name="gtest-iter-11.cs">
23537     <type name="Foo">
23538       <method name="Void .ctor()">
23539         <size>7</size>
23540       </method>
23541     </type>
23542     <type name="Bar">
23543       <method name="Void .ctor()">
23544         <size>7</size>
23545       </method>
23546       <method name="System.String get_Name()">
23547         <size>7</size>
23548       </method>
23549       <method name="Void set_Name(System.String)">
23550         <size>8</size>
23551       </method>
23552     </type>
23553     <type name="Collection`1[T]">
23554       <method name="Void .ctor()">
23555         <size>18</size>
23556       </method>
23557       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23558         <size>7</size>
23559       </method>
23560       <method name="Void Add(T)">
23561         <size>13</size>
23562       </method>
23563       <method name="IEnumerator`1 GetEnumerator()">
23564         <size>15</size>
23565       </method>
23566     </type>
23567     <type name="BarCollection">
23568       <method name="Void .ctor()">
23569         <size>7</size>
23570       </method>
23571     </type>
23572     <type name="Program">
23573       <method name="Void .ctor()">
23574         <size>7</size>
23575       </method>
23576       <method name="Int32 Main()">
23577         <size>143</size>
23578       </method>
23579     </type>
23580     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
23581       <method name="Void .ctor()">
23582         <size>7</size>
23583       </method>
23584       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23585         <size>7</size>
23586       </method>
23587       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23588         <size>12</size>
23589       </method>
23590       <method name="Boolean MoveNext()">
23591         <size>174</size>
23592       </method>
23593       <method name="Void Dispose()">
23594         <size>57</size>
23595       </method>
23596       <method name="Void Reset()">
23597         <size>6</size>
23598       </method>
23599     </type>
23600   </test>
23601   <test name="gtest-iter-12.cs">
23602     <type name="H">
23603       <method name="Void Main(System.String[])">
23604         <size>1</size>
23605       </method>
23606       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
23607         <size>30</size>
23608       </method>
23609       <method name="Void .ctor()">
23610         <size>7</size>
23611       </method>
23612     </type>
23613     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
23614       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23615         <size>7</size>
23616       </method>
23617       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23618         <size>12</size>
23619       </method>
23620       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23621         <size>7</size>
23622       </method>
23623       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23624         <size>40</size>
23625       </method>
23626       <method name="Boolean MoveNext()">
23627         <size>115</size>
23628       </method>
23629       <method name="Void Dispose()">
23630         <size>8</size>
23631       </method>
23632       <method name="Void Reset()">
23633         <size>6</size>
23634       </method>
23635       <method name="Void .ctor()">
23636         <size>7</size>
23637       </method>
23638     </type>
23639   </test>
23640   <test name="gtest-iter-13.cs">
23641     <type name="C`1[T]">
23642       <method name="IEnumerator GetEnumerator()">
23643         <size>12</size>
23644       </method>
23645       <method name="IEnumerable`1 Filter(System.Func`2[T,System.Boolean])">
23646         <size>37</size>
23647       </method>
23648       <method name="Void .ctor()">
23649         <size>7</size>
23650       </method>
23651     </type>
23652     <type name="M">
23653       <method name="Void Main()">
23654         <size>59</size>
23655       </method>
23656       <method name="Void .ctor()">
23657         <size>7</size>
23658       </method>
23659     </type>
23660     <type name="C`1+&lt;Filter&gt;c__Iterator0[T]">
23661       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23662         <size>7</size>
23663       </method>
23664       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23665         <size>12</size>
23666       </method>
23667       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23668         <size>7</size>
23669       </method>
23670       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23671         <size>52</size>
23672       </method>
23673       <method name="Boolean MoveNext()">
23674         <size>215</size>
23675       </method>
23676       <method name="Void Dispose()">
23677         <size>76</size>
23678       </method>
23679       <method name="Void Reset()">
23680         <size>6</size>
23681       </method>
23682       <method name="Void .ctor()">
23683         <size>7</size>
23684       </method>
23685     </type>
23686   </test>
23687   <test name="gtest-iter-14.cs">
23688     <type name="A">
23689       <method name="Int32 get_BaseM()">
23690         <size>2</size>
23691       </method>
23692       <method name="Void set_BaseM(Int32)">
23693         <size>11</size>
23694       </method>
23695       <method name="Void .ctor()">
23696         <size>7</size>
23697       </method>
23698     </type>
23699     <type name="B">
23700       <method name="Void set_BaseM(Int32)">
23701         <size>1</size>
23702       </method>
23703       <method name="Void .ctor()">
23704         <size>7</size>
23705       </method>
23706     </type>
23707     <type name="S">
23708       <method name="IEnumerable`1 GetIt()">
23709         <size>28</size>
23710       </method>
23711       <method name="Int32 &lt;GetHashCode&gt;__BaseCallProxy0()">
23712         <size>17</size>
23713       </method>
23714     </type>
23715     <type name="X">
23716       <method name="Void set_BaseM(Int32)">
23717         <size>11</size>
23718       </method>
23719       <method name="IEnumerable`1 GetIt()">
23720         <size>23</size>
23721       </method>
23722       <method name="Int32 Main()">
23723         <size>135</size>
23724       </method>
23725       <method name="Int32 &lt;get_BaseM&gt;__BaseCallProxy0()">
23726         <size>7</size>
23727       </method>
23728       <method name="Void &lt;set_BaseM&gt;__BaseCallProxy1(Int32)">
23729         <size>8</size>
23730       </method>
23731       <method name="Void .ctor()">
23732         <size>7</size>
23733       </method>
23734     </type>
23735     <type name="S+&lt;GetIt&gt;c__Iterator0">
23736       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
23737         <size>7</size>
23738       </method>
23739       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23740         <size>12</size>
23741       </method>
23742       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23743         <size>7</size>
23744       </method>
23745       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
23746         <size>40</size>
23747       </method>
23748       <method name="Boolean MoveNext()">
23749         <size>73</size>
23750       </method>
23751       <method name="Void Dispose()">
23752         <size>8</size>
23753       </method>
23754       <method name="Void Reset()">
23755         <size>6</size>
23756       </method>
23757       <method name="Void .ctor()">
23758         <size>7</size>
23759       </method>
23760     </type>
23761     <type name="X+&lt;GetIt&gt;c__Iterator1">
23762       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
23763         <size>7</size>
23764       </method>
23765       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23766         <size>12</size>
23767       </method>
23768       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23769         <size>7</size>
23770       </method>
23771       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
23772         <size>40</size>
23773       </method>
23774       <method name="Boolean MoveNext()">
23775         <size>84</size>
23776       </method>
23777       <method name="Void Dispose()">
23778         <size>8</size>
23779       </method>
23780       <method name="Void Reset()">
23781         <size>6</size>
23782       </method>
23783       <method name="Void .ctor()">
23784         <size>7</size>
23785       </method>
23786     </type>
23787   </test>
23788   <test name="gtest-iter-15.cs">
23789     <type name="C`1[TFirst]">
23790       <method name="IEnumerable`1 GetEnumerable[V](IEnumerable`1)">
23791         <size>30</size>
23792       </method>
23793       <method name="Void .ctor()">
23794         <size>7</size>
23795       </method>
23796     </type>
23797     <type name="C`1+VSlot`1[TFirst,T]">
23798       <method name="Void .ctor(T)">
23799         <size>8</size>
23800       </method>
23801     </type>
23802     <type name="C">
23803       <method name="Int32 Main()">
23804         <size>111</size>
23805       </method>
23806       <method name="Void .ctor()">
23807         <size>7</size>
23808       </method>
23809     </type>
23810     <type name="C`1+&lt;GetEnumerable&gt;c__Iterator0`1[TFirst,V]">
23811       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
23812         <size>7</size>
23813       </method>
23814       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23815         <size>12</size>
23816       </method>
23817       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23818         <size>7</size>
23819       </method>
23820       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;V&gt;.GetEnumerator()">
23821         <size>40</size>
23822       </method>
23823       <method name="Boolean MoveNext()">
23824         <size>179</size>
23825       </method>
23826       <method name="Void Dispose()">
23827         <size>62</size>
23828       </method>
23829       <method name="Void Reset()">
23830         <size>6</size>
23831       </method>
23832       <method name="Void .ctor()">
23833         <size>7</size>
23834       </method>
23835     </type>
23836   </test>
23837   <test name="gtest-iter-16.cs">
23838     <type name="Test.Base">
23839       <method name="IEnumerable`1 GetStuff(Int32)">
23840         <size>23</size>
23841       </method>
23842       <method name="Void .ctor()">
23843         <size>7</size>
23844       </method>
23845     </type>
23846     <type name="Test.Derived">
23847       <method name="IEnumerable`1 GetStuff(Int32)">
23848         <size>37</size>
23849       </method>
23850       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
23851         <size>8</size>
23852       </method>
23853       <method name="Void .ctor()">
23854         <size>7</size>
23855       </method>
23856     </type>
23857     <type name="Test.SpecialDerived">
23858       <method name="IEnumerable`1 GetStuff(Int32)">
23859         <size>37</size>
23860       </method>
23861       <method name="Void Main()">
23862         <size>61</size>
23863       </method>
23864       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
23865         <size>8</size>
23866       </method>
23867       <method name="Void .ctor()">
23868         <size>7</size>
23869       </method>
23870     </type>
23871     <type name="Test.Base+&lt;GetStuff&gt;c__Iterator0">
23872       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
23873         <size>7</size>
23874       </method>
23875       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23876         <size>7</size>
23877       </method>
23878       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23879         <size>7</size>
23880       </method>
23881       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
23882         <size>40</size>
23883       </method>
23884       <method name="Boolean MoveNext()">
23885         <size>68</size>
23886       </method>
23887       <method name="Void Dispose()">
23888         <size>8</size>
23889       </method>
23890       <method name="Void Reset()">
23891         <size>6</size>
23892       </method>
23893       <method name="Void .ctor()">
23894         <size>7</size>
23895       </method>
23896     </type>
23897     <type name="Test.Derived+&lt;GetStuff&gt;c__Iterator1">
23898       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
23899         <size>7</size>
23900       </method>
23901       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23902         <size>7</size>
23903       </method>
23904       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23905         <size>7</size>
23906       </method>
23907       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
23908         <size>52</size>
23909       </method>
23910       <method name="Boolean MoveNext()">
23911         <size>185</size>
23912       </method>
23913       <method name="Void Dispose()">
23914         <size>62</size>
23915       </method>
23916       <method name="Void Reset()">
23917         <size>6</size>
23918       </method>
23919       <method name="Void .ctor()">
23920         <size>7</size>
23921       </method>
23922     </type>
23923     <type name="Test.SpecialDerived+&lt;GetStuff&gt;c__Iterator2">
23924       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
23925         <size>7</size>
23926       </method>
23927       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23928         <size>7</size>
23929       </method>
23930       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23931         <size>7</size>
23932       </method>
23933       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
23934         <size>52</size>
23935       </method>
23936       <method name="Boolean MoveNext()">
23937         <size>185</size>
23938       </method>
23939       <method name="Void Dispose()">
23940         <size>62</size>
23941       </method>
23942       <method name="Void Reset()">
23943         <size>6</size>
23944       </method>
23945       <method name="Void .ctor()">
23946         <size>7</size>
23947       </method>
23948     </type>
23949   </test>
23950   <test name="gtest-lambda-01.cs">
23951     <type name="X">
23952       <method name="Int32 Main()">
23953         <size>300</size>
23954       </method>
23955       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23956         <size>4</size>
23957       </method>
23958       <method name="Int32 &lt;Main&gt;m__1(Int32)">
23959         <size>4</size>
23960       </method>
23961       <method name="Void &lt;Main&gt;m__3(Int32)">
23962         <size>8</size>
23963       </method>
23964       <method name="Void .ctor(Int32)">
23965         <size>13</size>
23966       </method>
23967     </type>
23968     <type name="IntFunc">
23969       <method name="Int32 Invoke(Int32)">
23970         <size>0</size>
23971       </method>
23972       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
23973         <size>0</size>
23974       </method>
23975       <method name="Int32 EndInvoke(IAsyncResult)">
23976         <size>0</size>
23977       </method>
23978       <method name="Void .ctor(Object, IntPtr)">
23979         <size>0</size>
23980       </method>
23981     </type>
23982     <type name="VoidFunc">
23983       <method name="Void Invoke(Int32)">
23984         <size>0</size>
23985       </method>
23986       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
23987         <size>0</size>
23988       </method>
23989       <method name="Void EndInvoke(IAsyncResult)">
23990         <size>0</size>
23991       </method>
23992       <method name="Void .ctor(Object, IntPtr)">
23993         <size>0</size>
23994       </method>
23995     </type>
23996     <type name="X+&lt;Main&gt;c__AnonStorey0">
23997       <method name="Void &lt;&gt;m__2(Int32)">
23998         <size>8</size>
23999       </method>
24000       <method name="Void .ctor()">
24001         <size>7</size>
24002       </method>
24003     </type>
24004   </test>
24005   <test name="gtest-lambda-02.cs">
24006     <type name="X">
24007       <method name="Void Foo(funci)">
24008         <size>16</size>
24009       </method>
24010       <method name="Void Foo(funcs)">
24011         <size>19</size>
24012       </method>
24013       <method name="Void Main()">
24014         <size>35</size>
24015       </method>
24016       <method name="System.String &lt;Main&gt;m__0(System.String)">
24017         <size>12</size>
24018       </method>
24019       <method name="Void .ctor()">
24020         <size>7</size>
24021       </method>
24022     </type>
24023     <type name="funcs">
24024       <method name="System.String Invoke(System.String)">
24025         <size>0</size>
24026       </method>
24027       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24028         <size>0</size>
24029       </method>
24030       <method name="System.String EndInvoke(IAsyncResult)">
24031         <size>0</size>
24032       </method>
24033       <method name="Void .ctor(Object, IntPtr)">
24034         <size>0</size>
24035       </method>
24036     </type>
24037     <type name="funci">
24038       <method name="Int32 Invoke(Int32)">
24039         <size>0</size>
24040       </method>
24041       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24042         <size>0</size>
24043       </method>
24044       <method name="Int32 EndInvoke(IAsyncResult)">
24045         <size>0</size>
24046       </method>
24047       <method name="Void .ctor(Object, IntPtr)">
24048         <size>0</size>
24049       </method>
24050     </type>
24051   </test>
24052   <test name="gtest-lambda-03.cs">
24053     <type name="Demo">
24054       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
24055         <size>8</size>
24056       </method>
24057       <method name="Int32 Main()">
24058         <size>54</size>
24059       </method>
24060       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
24061         <size>7</size>
24062       </method>
24063       <method name="Void .ctor()">
24064         <size>7</size>
24065       </method>
24066     </type>
24067     <type name="Func`2[TArg0,TResult]">
24068       <method name="TResult Invoke(TArg0)">
24069         <size>0</size>
24070       </method>
24071       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
24072         <size>0</size>
24073       </method>
24074       <method name="TResult EndInvoke(IAsyncResult)">
24075         <size>0</size>
24076       </method>
24077       <method name="Void .ctor(Object, IntPtr)">
24078         <size>0</size>
24079       </method>
24080     </type>
24081   </test>
24082   <test name="gtest-lambda-04.cs">
24083     <type name="Demo">
24084       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
24085         <size>14</size>
24086       </method>
24087       <method name="Int32 Main()">
24088         <size>103</size>
24089       </method>
24090       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
24091         <size>7</size>
24092       </method>
24093       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
24094         <size>8</size>
24095       </method>
24096       <method name="Void .ctor()">
24097         <size>7</size>
24098       </method>
24099     </type>
24100     <type name="Func`2[TArg0,TResult]">
24101       <method name="TResult Invoke(TArg0)">
24102         <size>0</size>
24103       </method>
24104       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
24105         <size>0</size>
24106       </method>
24107       <method name="TResult EndInvoke(IAsyncResult)">
24108         <size>0</size>
24109       </method>
24110       <method name="Void .ctor(Object, IntPtr)">
24111         <size>0</size>
24112       </method>
24113     </type>
24114   </test>
24115   <test name="gtest-lambda-05.cs">
24116     <type name="C">
24117       <method name="Boolean M(C+db)">
24118         <size>8</size>
24119       </method>
24120       <method name="System.String M(C+ds)">
24121         <size>6</size>
24122       </method>
24123       <method name="Int32 M(C+di)">
24124         <size>8</size>
24125       </method>
24126       <method name="Int32 Main()">
24127         <size>125</size>
24128       </method>
24129       <method name="System.String &lt;Main&gt;m__0(System.String)">
24130         <size>31</size>
24131       </method>
24132       <method name="Int32 &lt;Main&gt;m__1(Int32)">
24133         <size>31</size>
24134       </method>
24135       <method name="Void .ctor()">
24136         <size>7</size>
24137       </method>
24138     </type>
24139     <type name="C+di">
24140       <method name="Int32 Invoke(Int32)">
24141         <size>0</size>
24142       </method>
24143       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24144         <size>0</size>
24145       </method>
24146       <method name="Int32 EndInvoke(IAsyncResult)">
24147         <size>0</size>
24148       </method>
24149       <method name="Void .ctor(Object, IntPtr)">
24150         <size>0</size>
24151       </method>
24152     </type>
24153     <type name="C+ds">
24154       <method name="System.String Invoke(System.String)">
24155         <size>0</size>
24156       </method>
24157       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24158         <size>0</size>
24159       </method>
24160       <method name="System.String EndInvoke(IAsyncResult)">
24161         <size>0</size>
24162       </method>
24163       <method name="Void .ctor(Object, IntPtr)">
24164         <size>0</size>
24165       </method>
24166     </type>
24167     <type name="C+db">
24168       <method name="Boolean Invoke(Boolean)">
24169         <size>0</size>
24170       </method>
24171       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
24172         <size>0</size>
24173       </method>
24174       <method name="Boolean EndInvoke(IAsyncResult)">
24175         <size>0</size>
24176       </method>
24177       <method name="Void .ctor(Object, IntPtr)">
24178         <size>0</size>
24179       </method>
24180     </type>
24181     <type name="C+&lt;Main&gt;c__AnonStorey0">
24182       <method name="System.String &lt;&gt;m__2(System.String)">
24183         <size>12</size>
24184       </method>
24185       <method name="Void .ctor()">
24186         <size>7</size>
24187       </method>
24188     </type>
24189     <type name="C+&lt;Main&gt;c__AnonStorey1">
24190       <method name="Int32 &lt;&gt;m__3(Int32)">
24191         <size>11</size>
24192       </method>
24193       <method name="Void .ctor()">
24194         <size>7</size>
24195       </method>
24196     </type>
24197   </test>
24198   <test name="gtest-lambda-06.cs">
24199     <type name="TestClass">
24200       <method name="Void P(TestClass+DT)">
24201         <size>26</size>
24202       </method>
24203       <method name="Void P(TestClass+DF)">
24204         <size>26</size>
24205       </method>
24206       <method name="T And(T, T)">
24207         <size>10</size>
24208       </method>
24209       <method name="F And(T, F)">
24210         <size>10</size>
24211       </method>
24212       <method name="F And(F, T)">
24213         <size>10</size>
24214       </method>
24215       <method name="F And(F, F)">
24216         <size>10</size>
24217       </method>
24218       <method name="T Or(T, T)">
24219         <size>10</size>
24220       </method>
24221       <method name="T Or(T, F)">
24222         <size>10</size>
24223       </method>
24224       <method name="T Or(F, T)">
24225         <size>10</size>
24226       </method>
24227       <method name="F Or(F, F)">
24228         <size>10</size>
24229       </method>
24230       <method name="F Not(T)">
24231         <size>10</size>
24232       </method>
24233       <method name="T Not(F)">
24234         <size>10</size>
24235       </method>
24236       <method name="Void StopTrue(T)">
24237         <size>1</size>
24238       </method>
24239       <method name="Int32 Main()">
24240         <size>36</size>
24241       </method>
24242       <method name="Void &lt;Main&gt;m__0(F)">
24243         <size>31</size>
24244       </method>
24245       <method name="Void .ctor()">
24246         <size>7</size>
24247       </method>
24248     </type>
24249     <type name="TestClass+DT">
24250       <method name="Void Invoke(T)">
24251         <size>0</size>
24252       </method>
24253       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24254         <size>0</size>
24255       </method>
24256       <method name="Void EndInvoke(IAsyncResult)">
24257         <size>0</size>
24258       </method>
24259       <method name="Void .ctor(Object, IntPtr)">
24260         <size>0</size>
24261       </method>
24262     </type>
24263     <type name="TestClass+DF">
24264       <method name="Void Invoke(F)">
24265         <size>0</size>
24266       </method>
24267       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
24268         <size>0</size>
24269       </method>
24270       <method name="Void EndInvoke(IAsyncResult)">
24271         <size>0</size>
24272       </method>
24273       <method name="Void .ctor(Object, IntPtr)">
24274         <size>0</size>
24275       </method>
24276     </type>
24277     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
24278       <method name="Void &lt;&gt;m__1(T)">
24279         <size>38</size>
24280       </method>
24281       <method name="Void .ctor()">
24282         <size>7</size>
24283       </method>
24284     </type>
24285     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
24286       <method name="Void &lt;&gt;m__2(F)">
24287         <size>77</size>
24288       </method>
24289       <method name="Void .ctor()">
24290         <size>7</size>
24291       </method>
24292     </type>
24293   </test>
24294   <test name="gtest-lambda-07.cs">
24295     <type name="C">
24296       <method name="Void Test(D)">
24297         <size>1</size>
24298       </method>
24299       <method name="Void Test(System.Object, D)">
24300         <size>1</size>
24301       </method>
24302       <method name="Void Test(D, D)">
24303         <size>1</size>
24304       </method>
24305       <method name="Void Test2(System.Object, E)">
24306         <size>1</size>
24307       </method>
24308       <method name="Void Main()">
24309         <size>207</size>
24310       </method>
24311       <method name="Void &lt;Main&gt;m__0()">
24312         <size>1</size>
24313       </method>
24314       <method name="Void &lt;Main&gt;m__1()">
24315         <size>1</size>
24316       </method>
24317       <method name="Void &lt;Main&gt;m__2()">
24318         <size>1</size>
24319       </method>
24320       <method name="Void &lt;Main&gt;m__3()">
24321         <size>1</size>
24322       </method>
24323       <method name="Void &lt;Main&gt;m__4()">
24324         <size>1</size>
24325       </method>
24326       <method name="Void &lt;Main&gt;m__5(Boolean)">
24327         <size>1</size>
24328       </method>
24329       <method name="Void .ctor()">
24330         <size>7</size>
24331       </method>
24332     </type>
24333     <type name="D">
24334       <method name="Void Invoke()">
24335         <size>0</size>
24336       </method>
24337       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24338         <size>0</size>
24339       </method>
24340       <method name="Void EndInvoke(IAsyncResult)">
24341         <size>0</size>
24342       </method>
24343       <method name="Void .ctor(Object, IntPtr)">
24344         <size>0</size>
24345       </method>
24346     </type>
24347     <type name="E">
24348       <method name="Void Invoke(Boolean)">
24349         <size>0</size>
24350       </method>
24351       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
24352         <size>0</size>
24353       </method>
24354       <method name="Void EndInvoke(IAsyncResult)">
24355         <size>0</size>
24356       </method>
24357       <method name="Void .ctor(Object, IntPtr)">
24358         <size>0</size>
24359       </method>
24360     </type>
24361   </test>
24362   <test name="gtest-lambda-08.cs">
24363     <type name="C">
24364       <method name="Void Test[T,R](System.Func`2[T,R])">
24365         <size>1</size>
24366       </method>
24367       <method name="Int32 Main()">
24368         <size>321</size>
24369       </method>
24370       <method name="Int32 &lt;Main&gt;m__0(Int32)">
24371         <size>4</size>
24372       </method>
24373       <method name="Boolean &lt;Main&gt;m__1(Int32)">
24374         <size>5</size>
24375       </method>
24376       <method name="Int32 &lt;Main&gt;m__2(Int32)">
24377         <size>4</size>
24378       </method>
24379       <method name="Boolean &lt;Main&gt;m__3(Int32)">
24380         <size>5</size>
24381       </method>
24382       <method name="Int32 &lt;Main&gt;m__4(Int32)">
24383         <size>4</size>
24384       </method>
24385       <method name="Boolean &lt;Main&gt;m__5(Int32)">
24386         <size>5</size>
24387       </method>
24388       <method name="Int32 &lt;Main&gt;m__6(Int32)">
24389         <size>4</size>
24390       </method>
24391       <method name="Void .ctor()">
24392         <size>7</size>
24393       </method>
24394     </type>
24395   </test>
24396   <test name="gtest-lambda-09.cs">
24397     <type name="C">
24398       <method name="IEnumerable`1 Test[T](T)">
24399         <size>2</size>
24400       </method>
24401       <method name="IEnumerable`1 Test[T](Func`1[T])">
24402         <size>2</size>
24403       </method>
24404       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
24405         <size>2</size>
24406       </method>
24407       <method name="Void Main()">
24408         <size>113</size>
24409       </method>
24410       <method name="System.String &lt;Main&gt;m__0()">
24411         <size>6</size>
24412       </method>
24413       <method name="System.String &lt;Main&gt;m__1()">
24414         <size>6</size>
24415       </method>
24416       <method name="System.String &lt;Main&gt;m__2(System.String)">
24417         <size>6</size>
24418       </method>
24419       <method name="Void .ctor()">
24420         <size>7</size>
24421       </method>
24422     </type>
24423     <type name="Func`1[TD]">
24424       <method name="TD Invoke()">
24425         <size>0</size>
24426       </method>
24427       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24428         <size>0</size>
24429       </method>
24430       <method name="TD EndInvoke(IAsyncResult)">
24431         <size>0</size>
24432       </method>
24433       <method name="Void .ctor(Object, IntPtr)">
24434         <size>0</size>
24435       </method>
24436     </type>
24437     <type name="Func`2[TA,TR]">
24438       <method name="TR Invoke(TA)">
24439         <size>0</size>
24440       </method>
24441       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
24442         <size>0</size>
24443       </method>
24444       <method name="TR EndInvoke(IAsyncResult)">
24445         <size>0</size>
24446       </method>
24447       <method name="Void .ctor(Object, IntPtr)">
24448         <size>0</size>
24449       </method>
24450     </type>
24451   </test>
24452   <test name="gtest-lambda-10.cs">
24453     <type name="C">
24454       <method name="Void Foo[TSource](IEnumerable`1)">
24455         <size>1</size>
24456       </method>
24457       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
24458         <size>1</size>
24459       </method>
24460       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
24461         <size>1</size>
24462       </method>
24463       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
24464         <size>1</size>
24465       </method>
24466       <method name="Void Main()">
24467         <size>97</size>
24468       </method>
24469       <method name="Void .ctor()">
24470         <size>7</size>
24471       </method>
24472     </type>
24473     <type name="C+&lt;Main&gt;c__AnonStorey0">
24474       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
24475         <size>7</size>
24476       </method>
24477       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
24478         <size>7</size>
24479       </method>
24480       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
24481         <size>7</size>
24482       </method>
24483       <method name="Void .ctor()">
24484         <size>7</size>
24485       </method>
24486     </type>
24487   </test>
24488   <test name="gtest-lambda-11.cs">
24489     <type name="Pair`2[T1,T2]">
24490       <method name="Void .ctor()">
24491         <size>7</size>
24492       </method>
24493     </type>
24494     <type name="C">
24495       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
24496         <size>1</size>
24497       </method>
24498     </type>
24499     <type name="E`1[TI]">
24500       <method name="Void Rep1[TV](Group`2[TI,TV])">
24501         <size>37</size>
24502       </method>
24503       <method name="Void .ctor()">
24504         <size>7</size>
24505       </method>
24506     </type>
24507     <type name="M">
24508       <method name="Void Main()">
24509         <size>1</size>
24510       </method>
24511       <method name="Void .ctor()">
24512         <size>7</size>
24513       </method>
24514     </type>
24515     <type name="Group`2[T1,T2]">
24516       <method name="Pair`2[T1,T2] Invoke(T1)">
24517         <size>0</size>
24518       </method>
24519       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
24520         <size>0</size>
24521       </method>
24522       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
24523         <size>0</size>
24524       </method>
24525       <method name="Void .ctor(Object, IntPtr)">
24526         <size>0</size>
24527       </method>
24528     </type>
24529     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
24530       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
24531         <size>7</size>
24532       </method>
24533       <method name="Void .ctor()">
24534         <size>7</size>
24535       </method>
24536     </type>
24537   </test>
24538   <test name="gtest-lambda-12.cs">
24539     <type name="Demo">
24540       <method name="Void F[T](T[], T, Func`1[T])">
24541         <size>42</size>
24542       </method>
24543       <method name="Int32 Main()">
24544         <size>65</size>
24545       </method>
24546       <method name="Void .ctor()">
24547         <size>7</size>
24548       </method>
24549     </type>
24550     <type name="Func`1[TA]">
24551       <method name="Void Invoke(TA)">
24552         <size>0</size>
24553       </method>
24554       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
24555         <size>0</size>
24556       </method>
24557       <method name="Void EndInvoke(IAsyncResult)">
24558         <size>0</size>
24559       </method>
24560       <method name="Void .ctor(Object, IntPtr)">
24561         <size>0</size>
24562       </method>
24563     </type>
24564     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
24565       <method name="Void &lt;&gt;m__0(Int32)">
24566         <size>10</size>
24567       </method>
24568       <method name="Void .ctor()">
24569         <size>7</size>
24570       </method>
24571     </type>
24572   </test>
24573   <test name="gtest-lambda-13.cs">
24574     <type name="TestUnary">
24575       <method name="Void Foo(System.Action`1[System.Int32])">
24576         <size>1</size>
24577       </method>
24578       <method name="Void Bar()">
24579         <size>35</size>
24580       </method>
24581       <method name="Void &lt;Bar&gt;m__0(Int32)">
24582         <size>6</size>
24583       </method>
24584       <method name="Void .ctor()">
24585         <size>7</size>
24586       </method>
24587     </type>
24588     <type name="Program">
24589       <method name="Void Foo(System.Action`1[System.String])">
24590         <size>12</size>
24591       </method>
24592       <method name="T Foo[T](System.Func`2[System.String,T])">
24593         <size>12</size>
24594       </method>
24595       <method name="System.String Bar()">
24596         <size>35</size>
24597       </method>
24598       <method name="Void Main()">
24599         <size>76</size>
24600       </method>
24601       <method name="System.String &lt;Bar&gt;m__1(System.String)">
24602         <size>7</size>
24603       </method>
24604       <method name="System.String &lt;Main&gt;m__2(System.String)">
24605         <size>2</size>
24606       </method>
24607       <method name="Void &lt;Main&gt;m__3(System.String)">
24608         <size>7</size>
24609       </method>
24610       <method name="Void .ctor()">
24611         <size>7</size>
24612       </method>
24613     </type>
24614   </test>
24615   <test name="gtest-lambda-14.cs">
24616     <type name="Test">
24617       <method name="Void Main()">
24618         <size>1</size>
24619       </method>
24620       <method name="Void Foo[T]()">
24621         <size>14</size>
24622       </method>
24623       <method name="Void .ctor()">
24624         <size>7</size>
24625       </method>
24626       <method name="T &lt;Foo`1&gt;m__0[T](T)">
24627         <size>2</size>
24628       </method>
24629     </type>
24630   </test>
24631   <test name="gtest-lambda-15.cs">
24632     <type name="Enumerable">
24633       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
24634         <size>32</size>
24635       </method>
24636       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
24637         <size>123</size>
24638       </method>
24639     </type>
24640     <type name="Repro">
24641       <method name="Int32 Main()">
24642         <size>115</size>
24643       </method>
24644       <method name="Int32 &lt;Main&gt;m__1(System.String)">
24645         <size>7</size>
24646       </method>
24647       <method name="Void .ctor()">
24648         <size>7</size>
24649       </method>
24650     </type>
24651     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
24652       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
24653         <size>15</size>
24654       </method>
24655       <method name="Void .ctor()">
24656         <size>7</size>
24657       </method>
24658     </type>
24659   </test>
24660   <test name="gtest-lambda-16.cs">
24661     <type name="Repro">
24662       <method name="Void AssertFoo[T](IList`1)">
24663         <size>34</size>
24664       </method>
24665       <method name="Void Main()">
24666         <size>1</size>
24667       </method>
24668       <method name="Void .ctor()">
24669         <size>7</size>
24670       </method>
24671     </type>
24672     <type name="Repro+Runner`1[T]">
24673       <method name="Void .ctor(Action`1, T)">
24674         <size>7</size>
24675       </method>
24676     </type>
24677     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
24678       <method name="Void &lt;&gt;m__0(Int32)">
24679         <size>54</size>
24680       </method>
24681       <method name="Void .ctor()">
24682         <size>7</size>
24683       </method>
24684     </type>
24685   </test>
24686   <test name="gtest-lambda-17.cs">
24687     <type name="TestCase">
24688       <method name="Void Testing()">
24689         <size>75</size>
24690       </method>
24691       <method name="Void Main()">
24692         <size>11</size>
24693       </method>
24694       <method name="Void &lt;Testing&gt;m__0()">
24695         <size>8</size>
24696       </method>
24697       <method name="Void .ctor()">
24698         <size>7</size>
24699       </method>
24700     </type>
24701   </test>
24702   <test name="gtest-lambda-18.cs">
24703     <type name="Test">
24704       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
24705         <size>33</size>
24706       </method>
24707       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
24708         <size>1</size>
24709       </method>
24710       <method name="Void Main()">
24711         <size>1</size>
24712       </method>
24713     </type>
24714     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
24715       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
24716         <size>14</size>
24717       </method>
24718       <method name="Void .ctor()">
24719         <size>7</size>
24720       </method>
24721     </type>
24722   </test>
24723   <test name="gtest-lambda-19.cs">
24724     <type name="Crasher">
24725       <method name="Void Crash()">
24726         <size>36</size>
24727       </method>
24728       <method name="Void Do(System.Action)">
24729         <size>1</size>
24730       </method>
24731       <method name="Void Main()">
24732         <size>1</size>
24733       </method>
24734       <method name="Void .ctor()">
24735         <size>7</size>
24736       </method>
24737     </type>
24738     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
24739       <method name="Void &lt;&gt;m__0()">
24740         <size>27</size>
24741       </method>
24742       <method name="Void .ctor()">
24743         <size>7</size>
24744       </method>
24745     </type>
24746   </test>
24747   <test name="gtest-lambda-20.cs">
24748     <type name="Z">
24749       <method name="Void &lt;Z&gt;m__0()">
24750         <size>7</size>
24751       </method>
24752       <method name="Void .ctor()">
24753         <size>37</size>
24754       </method>
24755     </type>
24756     <type name="Test">
24757       <method name="Boolean Foo()">
24758         <size>2</size>
24759       </method>
24760       <method name="Void Main()">
24761         <size>1</size>
24762       </method>
24763       <method name="Void .ctor()">
24764         <size>7</size>
24765       </method>
24766     </type>
24767     <type name="TestMethod">
24768       <method name="Void Invoke()">
24769         <size>0</size>
24770       </method>
24771       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24772         <size>0</size>
24773       </method>
24774       <method name="Void EndInvoke(IAsyncResult)">
24775         <size>0</size>
24776       </method>
24777       <method name="Void .ctor(Object, IntPtr)">
24778         <size>0</size>
24779       </method>
24780     </type>
24781   </test>
24782   <test name="gtest-lambda-21.cs">
24783     <type name="Program">
24784       <method name="Void Foo(System.Action`1[System.String])">
24785         <size>12</size>
24786       </method>
24787       <method name="T Foo[T](System.Func`2[System.String,T])">
24788         <size>12</size>
24789       </method>
24790       <method name="System.String Bar()">
24791         <size>35</size>
24792       </method>
24793       <method name="Int32 Main()">
24794         <size>95</size>
24795       </method>
24796       <method name="System.String &lt;Bar&gt;m__0(System.String)">
24797         <size>7</size>
24798       </method>
24799       <method name="System.String &lt;Main&gt;m__1(System.String)">
24800         <size>2</size>
24801       </method>
24802       <method name="Void &lt;Main&gt;m__2(System.String)">
24803         <size>7</size>
24804       </method>
24805       <method name="Void .ctor()">
24806         <size>7</size>
24807       </method>
24808     </type>
24809   </test>
24810   <test name="gtest-lambda-22.cs">
24811     <type name="Product">
24812       <method name="Void .ctor()">
24813         <size>7</size>
24814       </method>
24815     </type>
24816     <type name="MainClass">
24817       <method name="Void Main()">
24818         <size>136</size>
24819       </method>
24820       <method name="Int32 &lt;Main&gt;m__0(Product)">
24821         <size>7</size>
24822       </method>
24823       <method name="Product &lt;Main&gt;m__1(Product)">
24824         <size>2</size>
24825       </method>
24826       <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)">
24827         <size>48</size>
24828       </method>
24829       <method name="Void .ctor()">
24830         <size>7</size>
24831       </method>
24832     </type>
24833     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
24834       <method name="&lt;g&gt;__T get_g()">
24835         <size>7</size>
24836       </method>
24837       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
24838         <size>7</size>
24839       </method>
24840       <method name="Boolean Equals(System.Object)">
24841         <size>69</size>
24842       </method>
24843       <method name="Int32 GetHashCode()">
24844         <size>86</size>
24845       </method>
24846       <method name="System.String ToString()">
24847         <size>142</size>
24848       </method>
24849       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
24850         <size>21</size>
24851       </method>
24852     </type>
24853     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
24854       <method name="Boolean &lt;&gt;m__3(Product)">
24855         <size>52</size>
24856       </method>
24857       <method name="Decimal &lt;&gt;m__4(Product)">
24858         <size>7</size>
24859       </method>
24860       <method name="Void .ctor()">
24861         <size>7</size>
24862       </method>
24863     </type>
24864   </test>
24865   <test name="gtest-lambda-23.cs">
24866     <type name="C">
24867       <method name="U Test[T,U](T[], System.Func`2[T,U])">
24868         <size>14</size>
24869       </method>
24870       <method name="Int32 Main()">
24871         <size>77</size>
24872       </method>
24873       <method name="System.String &lt;Main&gt;m__0(System.String)">
24874         <size>27</size>
24875       </method>
24876       <method name="Void .ctor()">
24877         <size>7</size>
24878       </method>
24879     </type>
24880   </test>
24881   <test name="gtest-lambda-24.cs">
24882     <type name="E">
24883       <method name="System.String Test[T](C, T, System.Func`1[T])">
24884         <size>6</size>
24885       </method>
24886     </type>
24887     <type name="C">
24888       <method name="Int32 Test[T](T, System.Func`1[System.Boolean])">
24889         <size>2</size>
24890       </method>
24891       <method name="System.String Foo[T](T, System.Action`1[T])">
24892         <size>13</size>
24893       </method>
24894       <method name="Void Main()">
24895         <size>42</size>
24896       </method>
24897       <method name="Void .ctor()">
24898         <size>7</size>
24899       </method>
24900     </type>
24901     <type name="C+&lt;Main&gt;c__AnonStorey0">
24902       <method name="Void &lt;&gt;m__0(System.String)">
24903         <size>24</size>
24904       </method>
24905       <method name="Void &lt;&gt;m__1(System.String)">
24906         <size>47</size>
24907       </method>
24908       <method name="System.String &lt;&gt;m__2()">
24909         <size>6</size>
24910       </method>
24911       <method name="Void .ctor()">
24912         <size>7</size>
24913       </method>
24914     </type>
24915   </test>
24916   <test name="gtest-lambda-25.cs">
24917     <type name="MonoBugs.Bar">
24918       <method name="Void DoStuff[T](T, System.Action`1[T])">
24919         <size>11</size>
24920       </method>
24921       <method name="Void DoStuff[T](Nullable`1, System.Action`1[T])">
24922         <size>14</size>
24923       </method>
24924     </type>
24925     <type name="MonoBugs.Program">
24926       <method name="Void Main()">
24927         <size>59</size>
24928       </method>
24929       <method name="Void &lt;Main&gt;m__0(Foo`1)">
24930         <size>13</size>
24931       </method>
24932     </type>
24933   </test>
24934   <test name="gtest-lambda-26.cs">
24935     <type name="C">
24936       <method name="Void Main()">
24937         <size>35</size>
24938       </method>
24939       <method name="Void Execute(System.Action)">
24940         <size>1</size>
24941       </method>
24942       <method name="Void &lt;Main&gt;m__0()">
24943         <size>1</size>
24944       </method>
24945       <method name="Void .ctor()">
24946         <size>7</size>
24947       </method>
24948     </type>
24949   </test>
24950   <test name="gtest-linq-01.cs">
24951     <type name="from.C">
24952       <method name="Void .ctor()">
24953         <size>7</size>
24954       </method>
24955       <method name="Void Main()">
24956         <size>2180</size>
24957       </method>
24958       <method name="Void Foo(Int32, Boolean)">
24959         <size>11</size>
24960       </method>
24961       <method name="Void Do(System.String[])">
24962         <size>16</size>
24963       </method>
24964     </type>
24965     <type name="from.D">
24966       <method name="Void .ctor()">
24967         <size>7</size>
24968       </method>
24969       <method name="Boolean check(System.Object, System.Object)">
24970         <size>26</size>
24971       </method>
24972     </type>
24973     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
24974       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
24975         <size>21</size>
24976       </method>
24977       <method name="&lt;i&gt;__T get_i()">
24978         <size>7</size>
24979       </method>
24980       <method name="&lt;j&gt;__T get_j()">
24981         <size>7</size>
24982       </method>
24983       <method name="Boolean Equals(System.Object)">
24984         <size>69</size>
24985       </method>
24986       <method name="Int32 GetHashCode()">
24987         <size>86</size>
24988       </method>
24989       <method name="System.String ToString()">
24990         <size>142</size>
24991       </method>
24992     </type>
24993     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
24994       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
24995         <size>21</size>
24996       </method>
24997       <method name="&lt;i&gt;__T get_i()">
24998         <size>7</size>
24999       </method>
25000       <method name="&lt;l&gt;__T get_l()">
25001         <size>7</size>
25002       </method>
25003       <method name="Boolean Equals(System.Object)">
25004         <size>69</size>
25005       </method>
25006       <method name="Int32 GetHashCode()">
25007         <size>86</size>
25008       </method>
25009       <method name="System.String ToString()">
25010         <size>142</size>
25011       </method>
25012     </type>
25013     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
25014       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
25015         <size>21</size>
25016       </method>
25017       <method name="&lt;i9&gt;__T get_i9()">
25018         <size>7</size>
25019       </method>
25020       <method name="&lt;i&gt;__T get_i()">
25021         <size>7</size>
25022       </method>
25023       <method name="Boolean Equals(System.Object)">
25024         <size>69</size>
25025       </method>
25026       <method name="Int32 GetHashCode()">
25027         <size>86</size>
25028       </method>
25029       <method name="System.String ToString()">
25030         <size>142</size>
25031       </method>
25032     </type>
25033     <type name="from.C">
25034       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25035         <size>2</size>
25036       </method>
25037       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25038         <size>2</size>
25039       </method>
25040       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
25041         <size>2</size>
25042       </method>
25043       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25044         <size>2</size>
25045       </method>
25046     </type>
25047     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
25048       <method name="Void .ctor()">
25049         <size>7</size>
25050       </method>
25051       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
25052         <size>7</size>
25053       </method>
25054     </type>
25055     <type name="from.C">
25056       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
25057         <size>2</size>
25058       </method>
25059       <method name="Boolean &lt;Main&gt;m__6(Int32)">
25060         <size>10</size>
25061       </method>
25062       <method name="Int32 &lt;Main&gt;m__7(Int32)">
25063         <size>2</size>
25064       </method>
25065       <method name="Int32 &lt;Main&gt;m__8(Int32)">
25066         <size>2</size>
25067       </method>
25068       <method name="Int32 &lt;Main&gt;m__9(Int32)">
25069         <size>2</size>
25070       </method>
25071       <method name="Int32 &lt;Main&gt;m__A(Int32)">
25072         <size>2</size>
25073       </method>
25074       <method name="Int32 &lt;Main&gt;m__B(Int32)">
25075         <size>2</size>
25076       </method>
25077       <method name="Int32 &lt;Main&gt;m__C(Int32)">
25078         <size>2</size>
25079       </method>
25080       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
25081         <size>2</size>
25082       </method>
25083       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
25084         <size>2</size>
25085       </method>
25086       <method name="Int32 &lt;Main&gt;m__20(Int32)">
25087         <size>2</size>
25088       </method>
25089       <method name="Int32 &lt;Main&gt;m__21(Int32)">
25090         <size>2</size>
25091       </method>
25092       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
25093         <size>10</size>
25094       </method>
25095       <method name="Int32 &lt;Main&gt;m__39(Int32)">
25096         <size>2</size>
25097       </method>
25098     </type>
25099     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent2&gt;__T,&lt;l2&gt;__T]">
25100       <method name="&lt;&lt;&gt;__TranspIdent2&gt;__T get_&lt;&gt;__TranspIdent2()">
25101         <size>7</size>
25102       </method>
25103       <method name="&lt;l2&gt;__T get_l2()">
25104         <size>7</size>
25105       </method>
25106       <method name="Boolean Equals(System.Object)">
25107         <size>69</size>
25108       </method>
25109       <method name="Int32 GetHashCode()">
25110         <size>86</size>
25111       </method>
25112       <method name="System.String ToString()">
25113         <size>142</size>
25114       </method>
25115       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent2&gt;__T, &lt;l2&gt;__T)">
25116         <size>21</size>
25117       </method>
25118     </type>
25119     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent7&gt;__T,&lt;l2&gt;__T]">
25120       <method name="&lt;&lt;&gt;__TranspIdent7&gt;__T get_&lt;&gt;__TranspIdent7()">
25121         <size>7</size>
25122       </method>
25123       <method name="&lt;l2&gt;__T get_l2()">
25124         <size>7</size>
25125       </method>
25126       <method name="Boolean Equals(System.Object)">
25127         <size>69</size>
25128       </method>
25129       <method name="Int32 GetHashCode()">
25130         <size>86</size>
25131       </method>
25132       <method name="System.String ToString()">
25133         <size>142</size>
25134       </method>
25135       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent7&gt;__T, &lt;l2&gt;__T)">
25136         <size>21</size>
25137       </method>
25138     </type>
25139     <type name="from.C">
25140       <method name="Int32 &lt;Main&gt;m__D(Int32)">
25141         <size>2</size>
25142       </method>
25143       <method name="Int32 &lt;Main&gt;m__E(Int32)">
25144         <size>2</size>
25145       </method>
25146       <method name="Int32 &lt;Main&gt;m__F(ITest)">
25147         <size>7</size>
25148       </method>
25149       <method name="Int32 &lt;Main&gt;m__10(Int32, ITest)">
25150         <size>2</size>
25151       </method>
25152       <method name="Int32 &lt;Main&gt;m__11(Int32)">
25153         <size>2</size>
25154       </method>
25155       <method name="Int32 &lt;Main&gt;m__12(ITest)">
25156         <size>7</size>
25157       </method>
25158       <method name="Int32 &lt;Main&gt;m__13(Int32, ITest)">
25159         <size>2</size>
25160       </method>
25161       <method name="Int32 &lt;Main&gt;m__14(Int32)">
25162         <size>2</size>
25163       </method>
25164       <method name="Int32 &lt;Main&gt;m__15(ITest)">
25165         <size>7</size>
25166       </method>
25167       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__16(Int32, ITest)">
25168         <size>8</size>
25169       </method>
25170       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
25171         <size>7</size>
25172       </method>
25173       <method name="Int32 &lt;Main&gt;m__18(ITest)">
25174         <size>7</size>
25175       </method>
25176       <method name="Int32 &lt;Main&gt;m__19(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
25177         <size>7</size>
25178       </method>
25179       <method name="Int32 &lt;Main&gt;m__1A(Int32)">
25180         <size>2</size>
25181       </method>
25182       <method name="Int32 &lt;Main&gt;m__1C(Int32, IEnumerable`1)">
25183         <size>2</size>
25184       </method>
25185       <method name="Int32 &lt;Main&gt;m__1D(Int32)">
25186         <size>2</size>
25187       </method>
25188       <method name="Int32 &lt;Main&gt;m__1F(Int32, IEnumerable`1)">
25189         <size>2</size>
25190       </method>
25191       <method name="Int32 &lt;Main&gt;m__22(Int32)">
25192         <size>2</size>
25193       </method>
25194       <method name="Int32 &lt;Main&gt;m__23(Int32)">
25195         <size>2</size>
25196       </method>
25197       <method name="IGrouping`2 &lt;Main&gt;m__24(IGrouping`2)">
25198         <size>2</size>
25199       </method>
25200       <method name="Int32 &lt;Main&gt;m__26(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
25201         <size>7</size>
25202       </method>
25203       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__27(Int32)">
25204         <size>10</size>
25205       </method>
25206       <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])">
25207         <size>15</size>
25208       </method>
25209       <method name="Int32 &lt;Main&gt;m__29(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
25210         <size>12</size>
25211       </method>
25212       <method name="Int32 &lt;Main&gt;m__2A(Int32)">
25213         <size>2</size>
25214       </method>
25215       <method name="Int32 &lt;Main&gt;m__2B(Int32)">
25216         <size>2</size>
25217       </method>
25218       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2D(IGrouping`2, Int32)">
25219         <size>8</size>
25220       </method>
25221       <method name="Int32 &lt;Main&gt;m__2E(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25222         <size>2</size>
25223       </method>
25224       <method name="Int32 &lt;Main&gt;m__2F(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25225         <size>7</size>
25226       </method>
25227       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__31(IGrouping`2, Int32)">
25228         <size>8</size>
25229       </method>
25230       <method name="Int32 &lt;Main&gt;m__32(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25231         <size>2</size>
25232       </method>
25233       <method name="Int32 &lt;Main&gt;m__33(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25234         <size>7</size>
25235       </method>
25236       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__35(IGrouping`2, Int32)">
25237         <size>8</size>
25238       </method>
25239       <method name="Int32 &lt;Main&gt;m__36(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25240         <size>2</size>
25241       </method>
25242       <method name="Int32 &lt;Main&gt;m__37(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25243         <size>7</size>
25244       </method>
25245       <method name="IGrouping`2 &lt;Main&gt;m__38(IGrouping`2)">
25246         <size>2</size>
25247       </method>
25248       <method name="Int32 &lt;Main&gt;m__3A(Int32)">
25249         <size>2</size>
25250       </method>
25251       <method name="Int32 &lt;Main&gt;m__3B(Int32)">
25252         <size>2</size>
25253       </method>
25254       <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]])">
25255         <size>9</size>
25256       </method>
25257       <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])">
25258         <size>2</size>
25259       </method>
25260     </type>
25261     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
25262       <method name="IEnumerable`1 &lt;&gt;m__2C(IGrouping`2)">
25263         <size>7</size>
25264       </method>
25265       <method name="IEnumerable`1 &lt;&gt;m__30(IGrouping`2)">
25266         <size>7</size>
25267       </method>
25268       <method name="IEnumerable`1 &lt;&gt;m__34(IGrouping`2)">
25269         <size>7</size>
25270       </method>
25271       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3C(Int32)">
25272         <size>47</size>
25273       </method>
25274       <method name="Int32 &lt;&gt;m__3F(Int32)">
25275         <size>2</size>
25276       </method>
25277     </type>
25278   </test>
25279   <test name="gtest-linq-02.cs">
25280     <type name="Test">
25281       <method name="Void .ctor()">
25282         <size>7</size>
25283       </method>
25284       <method name="Int32 Main()">
25285         <size>507</size>
25286       </method>
25287       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25288         <size>2</size>
25289       </method>
25290       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25291         <size>3</size>
25292       </method>
25293       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25294         <size>2</size>
25295       </method>
25296       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25297         <size>3</size>
25298       </method>
25299     </type>
25300   </test>
25301   <test name="gtest-linq-03.cs">
25302     <type name="WhereTest">
25303       <method name="Void .ctor()">
25304         <size>7</size>
25305       </method>
25306       <method name="Int32 Main()">
25307         <size>179</size>
25308       </method>
25309       <method name="Boolean &lt;Main&gt;m__0(Int32)">
25310         <size>5</size>
25311       </method>
25312       <method name="Boolean &lt;Main&gt;m__1(Int32)">
25313         <size>5</size>
25314       </method>
25315       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25316         <size>4</size>
25317       </method>
25318     </type>
25319   </test>
25320   <test name="gtest-linq-04.cs">
25321     <type name="TestGroupBy">
25322       <method name="Void .ctor()">
25323         <size>7</size>
25324       </method>
25325       <method name="Int32 Main()">
25326         <size>559</size>
25327       </method>
25328     </type>
25329     <type name="&lt;PrivateImplementationDetails&gt;">
25330       <method name="Void .ctor()">
25331         <size>7</size>
25332       </method>
25333     </type>
25334     <type name="TestGroupBy">
25335       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25336         <size>4</size>
25337       </method>
25338       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25339         <size>2</size>
25340       </method>
25341       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25342         <size>4</size>
25343       </method>
25344       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25345         <size>2</size>
25346       </method>
25347     </type>
25348   </test>
25349   <test name="gtest-linq-05.cs">
25350     <type name="OrderByTests">
25351       <method name="Void .ctor()">
25352         <size>7</size>
25353       </method>
25354       <method name="Int32 Main()">
25355         <size>1254</size>
25356       </method>
25357     </type>
25358     <type name="OrderByTests+Data">
25359       <method name="Void .ctor()">
25360         <size>7</size>
25361       </method>
25362       <method name="Int32 get_ID()">
25363         <size>7</size>
25364       </method>
25365       <method name="Void set_ID(Int32)">
25366         <size>8</size>
25367       </method>
25368       <method name="System.String get_Name()">
25369         <size>7</size>
25370       </method>
25371       <method name="Void set_Name(System.String)">
25372         <size>8</size>
25373       </method>
25374       <method name="System.String ToString()">
25375         <size>28</size>
25376       </method>
25377     </type>
25378     <type name="OrderByTests">
25379       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25380         <size>2</size>
25381       </method>
25382       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25383         <size>2</size>
25384       </method>
25385       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25386         <size>2</size>
25387       </method>
25388       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25389         <size>4</size>
25390       </method>
25391       <method name="System.String &lt;Main&gt;m__4(System.String)">
25392         <size>2</size>
25393       </method>
25394       <method name="Int32 &lt;Main&gt;m__5(System.String)">
25395         <size>7</size>
25396       </method>
25397       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
25398         <size>7</size>
25399       </method>
25400       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
25401         <size>7</size>
25402       </method>
25403       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
25404         <size>7</size>
25405       </method>
25406       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
25407         <size>7</size>
25408       </method>
25409       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
25410         <size>11</size>
25411       </method>
25412       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
25413         <size>7</size>
25414       </method>
25415       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
25416         <size>7</size>
25417       </method>
25418       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
25419         <size>11</size>
25420       </method>
25421       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
25422         <size>7</size>
25423       </method>
25424       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
25425         <size>7</size>
25426       </method>
25427       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
25428         <size>2</size>
25429       </method>
25430     </type>
25431   </test>
25432   <test name="gtest-linq-06.cs">
25433     <type name="Let">
25434       <method name="Void .ctor()">
25435         <size>7</size>
25436       </method>
25437       <method name="Int32 Main()">
25438         <size>408</size>
25439       </method>
25440     </type>
25441     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
25442       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
25443         <size>21</size>
25444       </method>
25445       <method name="&lt;i&gt;__T get_i()">
25446         <size>7</size>
25447       </method>
25448       <method name="&lt;u&gt;__T get_u()">
25449         <size>7</size>
25450       </method>
25451       <method name="Boolean Equals(System.Object)">
25452         <size>69</size>
25453       </method>
25454       <method name="Int32 GetHashCode()">
25455         <size>86</size>
25456       </method>
25457       <method name="System.String ToString()">
25458         <size>142</size>
25459       </method>
25460     </type>
25461     <type name="Let">
25462       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
25463         <size>10</size>
25464       </method>
25465       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
25466         <size>7</size>
25467       </method>
25468       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
25469         <size>10</size>
25470       </method>
25471       <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])">
25472         <size>15</size>
25473       </method>
25474       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
25475         <size>18</size>
25476       </method>
25477       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
25478         <size>7</size>
25479       </method>
25480     </type>
25481     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
25482       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
25483         <size>21</size>
25484       </method>
25485       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
25486         <size>7</size>
25487       </method>
25488       <method name="&lt;v&gt;__T get_v()">
25489         <size>7</size>
25490       </method>
25491       <method name="Boolean Equals(System.Object)">
25492         <size>69</size>
25493       </method>
25494       <method name="Int32 GetHashCode()">
25495         <size>86</size>
25496       </method>
25497       <method name="System.String ToString()">
25498         <size>142</size>
25499       </method>
25500     </type>
25501   </test>
25502   <test name="gtest-linq-07.cs">
25503     <type name="SelectMany">
25504       <method name="Void .ctor()">
25505         <size>7</size>
25506       </method>
25507       <method name="Int32 Main()">
25508         <size>748</size>
25509       </method>
25510     </type>
25511     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
25512       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
25513         <size>21</size>
25514       </method>
25515       <method name="&lt;i1&gt;__T get_i1()">
25516         <size>7</size>
25517       </method>
25518       <method name="&lt;i2&gt;__T get_i2()">
25519         <size>7</size>
25520       </method>
25521       <method name="Boolean Equals(System.Object)">
25522         <size>69</size>
25523       </method>
25524       <method name="Int32 GetHashCode()">
25525         <size>86</size>
25526       </method>
25527       <method name="System.String ToString()">
25528         <size>142</size>
25529       </method>
25530     </type>
25531     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
25532       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
25533         <size>28</size>
25534       </method>
25535       <method name="&lt;pp&gt;__T get_pp()">
25536         <size>7</size>
25537       </method>
25538       <method name="&lt;i1&gt;__T get_i1()">
25539         <size>7</size>
25540       </method>
25541       <method name="&lt;i3&gt;__T get_i3()">
25542         <size>7</size>
25543       </method>
25544       <method name="Boolean Equals(System.Object)">
25545         <size>96</size>
25546       </method>
25547       <method name="Int32 GetHashCode()">
25548         <size>109</size>
25549       </method>
25550       <method name="System.String ToString()">
25551         <size>199</size>
25552       </method>
25553     </type>
25554     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
25555       <method name="Void .ctor()">
25556         <size>7</size>
25557       </method>
25558       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
25559         <size>12</size>
25560       </method>
25561       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
25562         <size>12</size>
25563       </method>
25564       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
25565         <size>12</size>
25566       </method>
25567       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
25568         <size>7</size>
25569       </method>
25570     </type>
25571     <type name="SelectMany">
25572       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
25573         <size>8</size>
25574       </method>
25575       <method name="Boolean &lt;Main&gt;m__2(Int32)">
25576         <size>5</size>
25577       </method>
25578       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
25579         <size>8</size>
25580       </method>
25581       <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)">
25582         <size>8</size>
25583       </method>
25584       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
25585         <size>7</size>
25586       </method>
25587       <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])">
25588         <size>25</size>
25589       </method>
25590       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
25591         <size>8</size>
25592       </method>
25593     </type>
25594     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent0&gt;__T,&lt;i3&gt;__T]">
25595       <method name="&lt;&lt;&gt;__TranspIdent0&gt;__T get_&lt;&gt;__TranspIdent0()">
25596         <size>7</size>
25597       </method>
25598       <method name="&lt;i3&gt;__T get_i3()">
25599         <size>7</size>
25600       </method>
25601       <method name="Boolean Equals(System.Object)">
25602         <size>69</size>
25603       </method>
25604       <method name="Int32 GetHashCode()">
25605         <size>86</size>
25606       </method>
25607       <method name="System.String ToString()">
25608         <size>142</size>
25609       </method>
25610       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent0&gt;__T, &lt;i3&gt;__T)">
25611         <size>21</size>
25612       </method>
25613     </type>
25614   </test>
25615   <test name="gtest-linq-08.cs">
25616     <type name="TestA">
25617       <method name="Void .ctor(String)">
25618         <size>14</size>
25619       </method>
25620       <method name="System.String Select[U](System.Func`2[TestA,U])">
25621         <size>7</size>
25622       </method>
25623     </type>
25624     <type name="TestB">
25625       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
25626         <size>25</size>
25627       </method>
25628     </type>
25629     <type name="CustomQueryExpressionPattern">
25630       <method name="Void .ctor()">
25631         <size>7</size>
25632       </method>
25633       <method name="Int32 Main()">
25634         <size>153</size>
25635       </method>
25636       <method name="TestA &lt;Main&gt;m__0(TestA)">
25637         <size>2</size>
25638       </method>
25639       <method name="Boolean &lt;Main&gt;m__1(TestA)">
25640         <size>17</size>
25641       </method>
25642     </type>
25643   </test>
25644   <test name="gtest-linq-09.cs">
25645     <type name="Data">
25646       <method name="Void .ctor()">
25647         <size>7</size>
25648       </method>
25649     </type>
25650     <type name="Join">
25651       <method name="Void .ctor()">
25652         <size>7</size>
25653       </method>
25654       <method name="Int32 Main()">
25655         <size>911</size>
25656       </method>
25657     </type>
25658     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
25659       <method name="Void .ctor(&lt;Result&gt;__T)">
25660         <size>14</size>
25661       </method>
25662       <method name="&lt;Result&gt;__T get_Result()">
25663         <size>7</size>
25664       </method>
25665       <method name="Boolean Equals(System.Object)">
25666         <size>39</size>
25667       </method>
25668       <method name="Int32 GetHashCode()">
25669         <size>63</size>
25670       </method>
25671       <method name="System.String ToString()">
25672         <size>67</size>
25673       </method>
25674     </type>
25675     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
25676       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
25677         <size>21</size>
25678       </method>
25679       <method name="&lt;a&gt;__T get_a()">
25680         <size>7</size>
25681       </method>
25682       <method name="&lt;b&gt;__T get_b()">
25683         <size>7</size>
25684       </method>
25685       <method name="Boolean Equals(System.Object)">
25686         <size>69</size>
25687       </method>
25688       <method name="Int32 GetHashCode()">
25689         <size>86</size>
25690       </method>
25691       <method name="System.String ToString()">
25692         <size>142</size>
25693       </method>
25694     </type>
25695     <type name="Join">
25696       <method name="Int32 &lt;Main&gt;m__0(Data)">
25697         <size>7</size>
25698       </method>
25699       <method name="Int32 &lt;Main&gt;m__1(Data)">
25700         <size>7</size>
25701       </method>
25702       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
25703         <size>23</size>
25704       </method>
25705       <method name="Int32 &lt;Main&gt;m__3(Data)">
25706         <size>7</size>
25707       </method>
25708       <method name="Int32 &lt;Main&gt;m__4(Data)">
25709         <size>7</size>
25710       </method>
25711       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
25712         <size>8</size>
25713       </method>
25714       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
25715         <size>22</size>
25716       </method>
25717       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
25718         <size>33</size>
25719       </method>
25720       <method name="Int32 &lt;Main&gt;m__8(Data)">
25721         <size>7</size>
25722       </method>
25723       <method name="Int32 &lt;Main&gt;m__9(Data)">
25724         <size>7</size>
25725       </method>
25726       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
25727         <size>23</size>
25728       </method>
25729       <method name="Int32 &lt;Main&gt;m__B(Data)">
25730         <size>7</size>
25731       </method>
25732       <method name="Int32 &lt;Main&gt;m__C(Data)">
25733         <size>7</size>
25734       </method>
25735       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
25736         <size>8</size>
25737       </method>
25738       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
25739         <size>12</size>
25740       </method>
25741       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
25742         <size>7</size>
25743       </method>
25744     </type>
25745   </test>
25746   <test name="gtest-linq-10.cs">
25747     <type name="DataA">
25748       <method name="Void .ctor()">
25749         <size>7</size>
25750       </method>
25751     </type>
25752     <type name="DataB">
25753       <method name="Void .ctor()">
25754         <size>7</size>
25755       </method>
25756     </type>
25757     <type name="GroupJoin">
25758       <method name="Void .ctor()">
25759         <size>7</size>
25760       </method>
25761       <method name="Int32 Main()">
25762         <size>734</size>
25763       </method>
25764     </type>
25765     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
25766       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
25767         <size>21</size>
25768       </method>
25769       <method name="&lt;a&gt;__T get_a()">
25770         <size>7</size>
25771       </method>
25772       <method name="&lt;ab&gt;__T get_ab()">
25773         <size>7</size>
25774       </method>
25775       <method name="Boolean Equals(System.Object)">
25776         <size>69</size>
25777       </method>
25778       <method name="Int32 GetHashCode()">
25779         <size>86</size>
25780       </method>
25781       <method name="System.String ToString()">
25782         <size>142</size>
25783       </method>
25784     </type>
25785     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
25786       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
25787         <size>21</size>
25788       </method>
25789       <method name="&lt;a&gt;__T get_a()">
25790         <size>7</size>
25791       </method>
25792       <method name="&lt;b&gt;__T get_b()">
25793         <size>7</size>
25794       </method>
25795       <method name="Boolean Equals(System.Object)">
25796         <size>69</size>
25797       </method>
25798       <method name="Int32 GetHashCode()">
25799         <size>86</size>
25800       </method>
25801       <method name="System.String ToString()">
25802         <size>142</size>
25803       </method>
25804     </type>
25805     <type name="GroupJoin">
25806       <method name="Int32 &lt;Main&gt;m__0(DataA)">
25807         <size>7</size>
25808       </method>
25809       <method name="Int32 &lt;Main&gt;m__1(DataB)">
25810         <size>7</size>
25811       </method>
25812       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
25813         <size>8</size>
25814       </method>
25815       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
25816         <size>12</size>
25817       </method>
25818       <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)">
25819         <size>39</size>
25820       </method>
25821       <method name="Int32 &lt;Main&gt;m__5(DataA)">
25822         <size>7</size>
25823       </method>
25824       <method name="Int32 &lt;Main&gt;m__6(DataB)">
25825         <size>7</size>
25826       </method>
25827       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
25828         <size>8</size>
25829       </method>
25830       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
25831         <size>12</size>
25832       </method>
25833       <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)">
25834         <size>39</size>
25835       </method>
25836       <method name="Int32 &lt;Main&gt;m__A(DataA)">
25837         <size>7</size>
25838       </method>
25839       <method name="Int32 &lt;Main&gt;m__B(DataB)">
25840         <size>7</size>
25841       </method>
25842       <method name="DataA &lt;Main&gt;m__C(DataA, IEnumerable`1)">
25843         <size>2</size>
25844       </method>
25845     </type>
25846   </test>
25847   <test name="gtest-linq-11.cs">
25848     <type name="IntoTest">
25849       <method name="Void .ctor()">
25850         <size>7</size>
25851       </method>
25852       <method name="Int32 Main()">
25853         <size>275</size>
25854       </method>
25855       <method name="Boolean &lt;Main&gt;m__0(Int32)">
25856         <size>5</size>
25857       </method>
25858       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25859         <size>5</size>
25860       </method>
25861       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25862         <size>4</size>
25863       </method>
25864       <method name="Boolean &lt;Main&gt;m__3(Int32)">
25865         <size>5</size>
25866       </method>
25867       <method name="Int32 &lt;Main&gt;m__4(Int32)">
25868         <size>4</size>
25869       </method>
25870     </type>
25871   </test>
25872   <test name="gtest-linq-12.cs">
25873     <type name="NestedQuery">
25874       <method name="Void .ctor()">
25875         <size>7</size>
25876       </method>
25877       <method name="Void XX()">
25878         <size>108</size>
25879       </method>
25880       <method name="Int32 Main()">
25881         <size>472</size>
25882       </method>
25883     </type>
25884     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
25885       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
25886         <size>21</size>
25887       </method>
25888       <method name="&lt;values&gt;__T get_values()">
25889         <size>7</size>
25890       </method>
25891       <method name="&lt;length&gt;__T get_length()">
25892         <size>7</size>
25893       </method>
25894       <method name="Boolean Equals(System.Object)">
25895         <size>69</size>
25896       </method>
25897       <method name="Int32 GetHashCode()">
25898         <size>86</size>
25899       </method>
25900       <method name="System.String ToString()">
25901         <size>142</size>
25902       </method>
25903     </type>
25904     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
25905       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
25906         <size>21</size>
25907       </method>
25908       <method name="&lt;type&gt;__T get_type()">
25909         <size>7</size>
25910       </method>
25911       <method name="&lt;x&gt;__T get_x()">
25912         <size>7</size>
25913       </method>
25914       <method name="Boolean Equals(System.Object)">
25915         <size>69</size>
25916       </method>
25917       <method name="Int32 GetHashCode()">
25918         <size>86</size>
25919       </method>
25920       <method name="System.String ToString()">
25921         <size>142</size>
25922       </method>
25923     </type>
25924     <type name="NestedQuery">
25925       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
25926         <size>13</size>
25927       </method>
25928     </type>
25929     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
25930       <method name="Void .ctor()">
25931         <size>7</size>
25932       </method>
25933     </type>
25934     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
25935       <method name="Void .ctor()">
25936         <size>7</size>
25937       </method>
25938     </type>
25939     <type name="NestedQuery">
25940       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
25941         <size>110</size>
25942       </method>
25943       <method name="Boolean &lt;Main&gt;m__2(System.String)">
25944         <size>10</size>
25945       </method>
25946       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
25947         <size>36</size>
25948       </method>
25949       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
25950         <size>13</size>
25951       </method>
25952       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
25953         <size>110</size>
25954       </method>
25955       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
25956         <size>9</size>
25957       </method>
25958       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
25959         <size>7</size>
25960       </method>
25961       <method name="Boolean &lt;Main&gt;m__9(Char)">
25962         <size>6</size>
25963       </method>
25964       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
25965         <size>9</size>
25966       </method>
25967       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
25968         <size>7</size>
25969       </method>
25970     </type>
25971     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
25972       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
25973         <size>15</size>
25974       </method>
25975     </type>
25976     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
25977       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
25978         <size>15</size>
25979       </method>
25980     </type>
25981   </test>
25982   <test name="gtest-linq-13.cs">
25983     <type name="Program">
25984       <method name="Void .ctor()">
25985         <size>7</size>
25986       </method>
25987       <method name="Void Main()">
25988         <size>1</size>
25989       </method>
25990       <method name="Void Foo(TypeDefinition)">
25991         <size>47</size>
25992       </method>
25993       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
25994         <size>2</size>
25995       </method>
25996     </type>
25997     <type name="Extension">
25998       <method name="IEnumerable`1 Cast[T](IFoo)">
25999         <size>2</size>
26000       </method>
26001     </type>
26002     <type name="MethodDefinition">
26003       <method name="Void .ctor()">
26004         <size>7</size>
26005       </method>
26006     </type>
26007     <type name="TypeDefinition">
26008       <method name="Void .ctor()">
26009         <size>7</size>
26010       </method>
26011       <method name="MethodDefinitionCollection get_Methods()">
26012         <size>2</size>
26013       </method>
26014       <method name="Void set_Methods(MethodDefinitionCollection)">
26015         <size>1</size>
26016       </method>
26017     </type>
26018     <type name="MethodDefinitionCollection">
26019       <method name="Void .ctor()">
26020         <size>7</size>
26021       </method>
26022     </type>
26023   </test>
26024   <test name="gtest-linq-14.cs">
26025     <type name="Person">
26026       <method name="Void .ctor()">
26027         <size>7</size>
26028       </method>
26029       <method name="Style get_Style()">
26030         <size>7</size>
26031       </method>
26032       <method name="Void set_Style(Style)">
26033         <size>8</size>
26034       </method>
26035     </type>
26036     <type name="Extensions">
26037       <method name="IMarker`1 Cast[T](IObjectContainer)">
26038         <size>2</size>
26039       </method>
26040       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
26041         <size>2</size>
26042       </method>
26043     </type>
26044     <type name="Program">
26045       <method name="Void .ctor()">
26046         <size>7</size>
26047       </method>
26048       <method name="Void Main()">
26049         <size>1</size>
26050       </method>
26051       <method name="Void Assert(System.Action)">
26052         <size>1</size>
26053       </method>
26054       <method name="Void Test(IObjectContainer, Style)">
26055         <size>38</size>
26056       </method>
26057     </type>
26058     <type name="Program+&lt;Test&gt;c__AnonStorey0">
26059       <method name="Void .ctor()">
26060         <size>7</size>
26061       </method>
26062       <method name="Void &lt;&gt;m__0()">
26063         <size>117</size>
26064       </method>
26065     </type>
26066   </test>
26067   <test name="gtest-linq-15.cs">
26068     <type name="NameCollisionTest.Data">
26069       <method name="Void .ctor()">
26070         <size>7</size>
26071       </method>
26072     </type>
26073     <type name="NameCollisionTest.Ex">
26074       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
26075         <size>44</size>
26076       </method>
26077     </type>
26078     <type name="NameCollisionTest.C">
26079       <method name="Void .ctor()">
26080         <size>7</size>
26081       </method>
26082       <method name="Void Main()">
26083         <size>78</size>
26084       </method>
26085       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
26086         <size>7</size>
26087       </method>
26088       <method name="Boolean &lt;Main&gt;m__1(Int32)">
26089         <size>5</size>
26090       </method>
26091     </type>
26092     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
26093       <method name="Void .ctor()">
26094         <size>7</size>
26095       </method>
26096       <method name="System.Object System.Collections.IEnumerator.get_Current()">
26097         <size>12</size>
26098       </method>
26099       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
26100         <size>7</size>
26101       </method>
26102       <method name="Boolean MoveNext()">
26103         <size>84</size>
26104       </method>
26105       <method name="Void Dispose()">
26106         <size>8</size>
26107       </method>
26108       <method name="Void Reset()">
26109         <size>6</size>
26110       </method>
26111       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
26112         <size>7</size>
26113       </method>
26114       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
26115         <size>52</size>
26116       </method>
26117     </type>
26118   </test>
26119   <test name="gtest-linq-16.cs">
26120     <type name="C">
26121       <method name="Void .ctor()">
26122         <size>7</size>
26123       </method>
26124       <method name="Void Main()">
26125         <size>12</size>
26126       </method>
26127       <method name="Void Test_1(Int32)">
26128         <size>27</size>
26129       </method>
26130       <method name="Void Test_2()">
26131         <size>31</size>
26132       </method>
26133       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
26134         <size>26</size>
26135       </method>
26136     </type>
26137     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
26138       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
26139         <size>21</size>
26140       </method>
26141       <method name="&lt;a&gt;__T get_a()">
26142         <size>7</size>
26143       </method>
26144       <method name="&lt;b&gt;__T get_b()">
26145         <size>7</size>
26146       </method>
26147       <method name="Boolean Equals(System.Object)">
26148         <size>69</size>
26149       </method>
26150       <method name="Int32 GetHashCode()">
26151         <size>86</size>
26152       </method>
26153       <method name="System.String ToString()">
26154         <size>142</size>
26155       </method>
26156     </type>
26157     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
26158       <method name="Void .ctor()">
26159         <size>7</size>
26160       </method>
26161       <method name="IEnumerable`1 &lt;&gt;m__0()">
26162         <size>67</size>
26163       </method>
26164       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
26165         <size>8</size>
26166       </method>
26167       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26168         <size>14</size>
26169       </method>
26170     </type>
26171     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
26172       <method name="Void .ctor()">
26173         <size>7</size>
26174       </method>
26175       <method name="IEnumerable`1 &lt;&gt;m__2()">
26176         <size>67</size>
26177       </method>
26178       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
26179         <size>8</size>
26180       </method>
26181       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26182         <size>14</size>
26183       </method>
26184     </type>
26185   </test>
26186   <test name="gtest-linq-17.cs">
26187     <type name="TestGroupBy">
26188       <method name="Void .ctor()">
26189         <size>7</size>
26190       </method>
26191       <method name="Int32 Main()">
26192         <size>157</size>
26193       </method>
26194       <method name="Int32 &lt;Main&gt;m__0(Int32)">
26195         <size>2</size>
26196       </method>
26197     </type>
26198     <type name="&lt;PrivateImplementationDetails&gt;">
26199       <method name="Void .ctor()">
26200         <size>7</size>
26201       </method>
26202     </type>
26203   </test>
26204   <test name="gtest-linq-18.cs">
26205     <type name="C">
26206       <method name="Void .ctor()">
26207         <size>7</size>
26208       </method>
26209       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
26210         <size>2</size>
26211       </method>
26212       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
26213         <size>2</size>
26214       </method>
26215       <method name="Int32 Main()">
26216         <size>648</size>
26217       </method>
26218       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
26219         <size>42</size>
26220       </method>
26221       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
26222         <size>11</size>
26223       </method>
26224       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
26225         <size>31</size>
26226       </method>
26227       <method name="Boolean &lt;Main&gt;m__3(Int32)">
26228         <size>31</size>
26229       </method>
26230       <method name="Boolean &lt;Main&gt;m__4(Int32)">
26231         <size>31</size>
26232       </method>
26233       <method name="Boolean &lt;Main&gt;m__5(Int32)">
26234         <size>31</size>
26235       </method>
26236       <method name="Boolean &lt;Main&gt;m__6(Int32)">
26237         <size>31</size>
26238       </method>
26239       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
26240         <size>10</size>
26241       </method>
26242       <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])">
26243         <size>15</size>
26244       </method>
26245       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26246         <size>31</size>
26247       </method>
26248       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26249         <size>15</size>
26250       </method>
26251       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26252         <size>12</size>
26253       </method>
26254     </type>
26255     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
26256       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
26257         <size>21</size>
26258       </method>
26259       <method name="&lt;ck&gt;__T get_ck()">
26260         <size>7</size>
26261       </method>
26262       <method name="&lt;xy&gt;__T get_xy()">
26263         <size>7</size>
26264       </method>
26265       <method name="Boolean Equals(System.Object)">
26266         <size>69</size>
26267       </method>
26268       <method name="Int32 GetHashCode()">
26269         <size>86</size>
26270       </method>
26271       <method name="System.String ToString()">
26272         <size>142</size>
26273       </method>
26274     </type>
26275     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
26276       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
26277         <size>21</size>
26278       </method>
26279       <method name="&lt;i&gt;__T get_i()">
26280         <size>7</size>
26281       </method>
26282       <method name="&lt;l&gt;__T get_l()">
26283         <size>7</size>
26284       </method>
26285       <method name="Boolean Equals(System.Object)">
26286         <size>69</size>
26287       </method>
26288       <method name="Int32 GetHashCode()">
26289         <size>86</size>
26290       </method>
26291       <method name="System.String ToString()">
26292         <size>142</size>
26293       </method>
26294     </type>
26295     <type name="&lt;PrivateImplementationDetails&gt;">
26296       <method name="Void .ctor()">
26297         <size>7</size>
26298       </method>
26299     </type>
26300     <type name="C+&lt;Main&gt;c__AnonStorey0">
26301       <method name="Void .ctor()">
26302         <size>7</size>
26303       </method>
26304     </type>
26305     <type name="C+&lt;Main&gt;c__AnonStorey1">
26306       <method name="Void .ctor()">
26307         <size>7</size>
26308       </method>
26309     </type>
26310     <type name="C+&lt;Main&gt;c__AnonStorey2">
26311       <method name="Void .ctor()">
26312         <size>7</size>
26313       </method>
26314     </type>
26315     <type name="C+&lt;Main&gt;c__AnonStorey3">
26316       <method name="Void .ctor()">
26317         <size>7</size>
26318       </method>
26319     </type>
26320     <type name="C+&lt;Main&gt;c__AnonStorey4">
26321       <method name="Void .ctor()">
26322         <size>7</size>
26323       </method>
26324     </type>
26325     <type name="C+&lt;Main&gt;c__AnonStorey5">
26326       <method name="Void .ctor()">
26327         <size>7</size>
26328       </method>
26329     </type>
26330     <type name="C+&lt;Main&gt;c__AnonStorey6">
26331       <method name="Void .ctor()">
26332         <size>7</size>
26333       </method>
26334     </type>
26335     <type name="C">
26336       <method name="Boolean &lt;Main&gt;m__C(Int32)">
26337         <size>31</size>
26338       </method>
26339       <method name="Boolean &lt;Main&gt;m__D(Int32)">
26340         <size>31</size>
26341       </method>
26342       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
26343         <size>2</size>
26344       </method>
26345       <method name="Boolean &lt;Main&gt;m__F(Int32)">
26346         <size>31</size>
26347       </method>
26348       <method name="Boolean &lt;Main&gt;m__10(Int32)">
26349         <size>31</size>
26350       </method>
26351       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
26352         <size>2</size>
26353       </method>
26354     </type>
26355     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
26356       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
26357         <size>21</size>
26358       </method>
26359       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
26360         <size>7</size>
26361       </method>
26362       <method name="&lt;g&gt;__T get_g()">
26363         <size>7</size>
26364       </method>
26365       <method name="Boolean Equals(System.Object)">
26366         <size>69</size>
26367       </method>
26368       <method name="Int32 GetHashCode()">
26369         <size>86</size>
26370       </method>
26371       <method name="System.String ToString()">
26372         <size>142</size>
26373       </method>
26374     </type>
26375     <type name="C+&lt;Main&gt;c__AnonStorey0">
26376       <method name="Boolean &lt;&gt;m__12(Int32)">
26377         <size>10</size>
26378       </method>
26379     </type>
26380     <type name="C+&lt;Main&gt;c__AnonStorey1">
26381       <method name="Boolean &lt;&gt;m__13(Int32)">
26382         <size>15</size>
26383       </method>
26384     </type>
26385     <type name="C+&lt;Main&gt;c__AnonStorey2">
26386       <method name="Boolean &lt;&gt;m__14(Int32)">
26387         <size>10</size>
26388       </method>
26389     </type>
26390     <type name="C+&lt;Main&gt;c__AnonStorey3">
26391       <method name="Boolean &lt;&gt;m__15(Int32)">
26392         <size>10</size>
26393       </method>
26394     </type>
26395     <type name="C+&lt;Main&gt;c__AnonStorey4">
26396       <method name="Int32 &lt;&gt;m__16(Int32)">
26397         <size>9</size>
26398       </method>
26399     </type>
26400     <type name="C+&lt;Main&gt;c__AnonStorey5">
26401       <method name="Int32 &lt;&gt;m__17(Int32)">
26402         <size>9</size>
26403       </method>
26404     </type>
26405     <type name="C+&lt;Main&gt;c__AnonStorey6">
26406       <method name="Boolean &lt;&gt;m__18(Int32)">
26407         <size>20</size>
26408       </method>
26409     </type>
26410     <type name="C+&lt;Main&gt;c__AnonStorey7">
26411       <method name="Void .ctor()">
26412         <size>7</size>
26413       </method>
26414       <method name="Boolean &lt;&gt;m__19(Int32)">
26415         <size>10</size>
26416       </method>
26417     </type>
26418     <type name="C+&lt;Main&gt;c__AnonStorey8">
26419       <method name="Void .ctor()">
26420         <size>7</size>
26421       </method>
26422       <method name="Boolean &lt;&gt;m__1A(Int32)">
26423         <size>10</size>
26424       </method>
26425     </type>
26426     <type name="C+&lt;Main&gt;c__AnonStorey9">
26427       <method name="Void .ctor()">
26428         <size>7</size>
26429       </method>
26430       <method name="Boolean &lt;&gt;m__1B(Int32)">
26431         <size>10</size>
26432       </method>
26433     </type>
26434     <type name="C+&lt;Main&gt;c__AnonStoreyA">
26435       <method name="Void .ctor()">
26436         <size>7</size>
26437       </method>
26438       <method name="Boolean &lt;&gt;m__1C(Int32)">
26439         <size>10</size>
26440       </method>
26441     </type>
26442   </test>
26443   <test name="gtest-linq-19.cs">
26444     <type name="Test">
26445       <method name="Void .ctor()">
26446         <size>7</size>
26447       </method>
26448       <method name="Void .cctor()">
26449         <size>45</size>
26450       </method>
26451       <method name="Void Main()">
26452         <size>1</size>
26453       </method>
26454       <method name="Char &lt;E&gt;m__0(Char)">
26455         <size>2</size>
26456       </method>
26457     </type>
26458   </test>
26459   <test name="gtest-linq-20.cs">
26460     <type name="Maybe`1[T]">
26461       <method name="T get_Value()">
26462         <size>7</size>
26463       </method>
26464       <method name="Void set_Value(T)">
26465         <size>8</size>
26466       </method>
26467       <method name="Boolean get_HasValue()">
26468         <size>7</size>
26469       </method>
26470       <method name="Void set_HasValue(Boolean)">
26471         <size>8</size>
26472       </method>
26473       <method name="System.String ToString()">
26474         <size>38</size>
26475       </method>
26476       <method name="Maybe`1[U] SelectMany[U](System.Func`2[T,Maybe`1[U]])">
26477         <size>30</size>
26478       </method>
26479       <method name="Maybe`1[V] SelectMany[U,V](System.Func`2[T,Maybe`1[U]], System.Func`3[T,U,V])">
26480         <size>71</size>
26481       </method>
26482       <method name="Void .ctor()">
26483         <size>14</size>
26484       </method>
26485       <method name="Void .ctor(T)">
26486         <size>21</size>
26487       </method>
26488       <method name="Void .cctor()">
26489         <size>11</size>
26490       </method>
26491     </type>
26492     <type name="MaybeExtensions">
26493       <method name="Maybe`1[T] ToMaybe[T](T)">
26494         <size>7</size>
26495       </method>
26496     </type>
26497     <type name="Test">
26498       <method name="Void Main()">
26499         <size>138</size>
26500       </method>
26501       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__0(Int32)">
26502         <size>7</size>
26503       </method>
26504       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__1(Int32, Int32)">
26505         <size>8</size>
26506       </method>
26507       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26508         <size>7</size>
26509       </method>
26510       <method name="Int32 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[System.Int32,System.Int32], Int32)">
26511         <size>16</size>
26512       </method>
26513       <method name="Void .ctor()">
26514         <size>7</size>
26515       </method>
26516     </type>
26517     <type name="&lt;&gt;__AnonType0`2[&lt;x&gt;__T,&lt;y&gt;__T]">
26518       <method name="&lt;x&gt;__T get_x()">
26519         <size>7</size>
26520       </method>
26521       <method name="&lt;y&gt;__T get_y()">
26522         <size>7</size>
26523       </method>
26524       <method name="Boolean Equals(System.Object)">
26525         <size>69</size>
26526       </method>
26527       <method name="Int32 GetHashCode()">
26528         <size>86</size>
26529       </method>
26530       <method name="System.String ToString()">
26531         <size>142</size>
26532       </method>
26533       <method name="Void .ctor(&lt;x&gt;__T, &lt;y&gt;__T)">
26534         <size>21</size>
26535       </method>
26536     </type>
26537   </test>
26538   <test name="gtest-linq-21.cs">
26539     <type name="Program">
26540       <method name="Int32 Main()">
26541         <size>90</size>
26542       </method>
26543     </type>
26544     <type name="Program+&lt;Main&gt;c__AnonStorey0">
26545       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
26546         <size>7</size>
26547       </method>
26548       <method name="System.Action &lt;&gt;m__1(Int32, Int32)">
26549         <size>40</size>
26550       </method>
26551       <method name="Void .ctor()">
26552         <size>7</size>
26553       </method>
26554     </type>
26555     <type name="Program+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
26556       <method name="Void &lt;&gt;m__2()">
26557         <size>49</size>
26558       </method>
26559       <method name="Void .ctor()">
26560         <size>7</size>
26561       </method>
26562     </type>
26563   </test>
26564   <test name="gtest-linq-22.cs">
26565     <type name="Test.MainClass">
26566       <method name="Void Main()">
26567         <size>47</size>
26568       </method>
26569       <method name="Void .ctor()">
26570         <size>7</size>
26571       </method>
26572     </type>
26573     <type name="&lt;&gt;__AnonType0`2[&lt;item&gt;__T,&lt;parsed&gt;__T]">
26574       <method name="&lt;item&gt;__T get_item()">
26575         <size>7</size>
26576       </method>
26577       <method name="&lt;parsed&gt;__T get_parsed()">
26578         <size>7</size>
26579       </method>
26580       <method name="Boolean Equals(System.Object)">
26581         <size>69</size>
26582       </method>
26583       <method name="Int32 GetHashCode()">
26584         <size>86</size>
26585       </method>
26586       <method name="System.String ToString()">
26587         <size>142</size>
26588       </method>
26589       <method name="Void .ctor(&lt;item&gt;__T, &lt;parsed&gt;__T)">
26590         <size>21</size>
26591       </method>
26592     </type>
26593     <type name="Test.MainClass+&lt;Main&gt;c__AnonStorey0">
26594       <method name="&lt;&gt;__AnonType0`2[System.Char,System.Boolean] &lt;&gt;m__0(Char)">
26595         <size>23</size>
26596       </method>
26597       <method name="DateTime &lt;&gt;m__1(&lt;&gt;__AnonType0`2[System.Char,System.Boolean])">
26598         <size>28</size>
26599       </method>
26600       <method name="Void .ctor()">
26601         <size>7</size>
26602       </method>
26603     </type>
26604   </test>
26605   <test name="gtest-linq-23.cs">
26606     <type name="OrderByBugExample.Foo">
26607       <method name="System.String get_Name()">
26608         <size>7</size>
26609       </method>
26610       <method name="Void set_Name(System.String)">
26611         <size>8</size>
26612       </method>
26613       <method name="Int32 get_Value1()">
26614         <size>7</size>
26615       </method>
26616       <method name="Void set_Value1(Int32)">
26617         <size>8</size>
26618       </method>
26619       <method name="Int32 get_Value2()">
26620         <size>7</size>
26621       </method>
26622       <method name="Void set_Value2(Int32)">
26623         <size>8</size>
26624       </method>
26625       <method name="Void .ctor()">
26626         <size>7</size>
26627       </method>
26628     </type>
26629     <type name="OrderByBugExample.Program">
26630       <method name="Int32 Main()">
26631         <size>345</size>
26632       </method>
26633       <method name="System.String &lt;Main&gt;m__0(OrderByBugExample.Foo)">
26634         <size>7</size>
26635       </method>
26636       <method name="Int32 &lt;Main&gt;m__1(OrderByBugExample.Foo)">
26637         <size>7</size>
26638       </method>
26639       <method name="Int32 &lt;Main&gt;m__2(OrderByBugExample.Foo)">
26640         <size>7</size>
26641       </method>
26642     </type>
26643   </test>
26644   <test name="gtest-linq-24.cs">
26645     <type name="A">
26646       <method name="Void .ctor()">
26647         <size>7</size>
26648       </method>
26649     </type>
26650     <type name="C">
26651       <method name="A[] get_Prop()">
26652         <size>15</size>
26653       </method>
26654       <method name="Void Test()">
26655         <size>56</size>
26656       </method>
26657       <method name="Int32 Main()">
26658         <size>12</size>
26659       </method>
26660       <method name="Int32 &lt;Test&gt;m__0(A)">
26661         <size>7</size>
26662       </method>
26663       <method name="Void .ctor()">
26664         <size>7</size>
26665       </method>
26666     </type>
26667   </test>
26668   <test name="gtest-linq-25.cs">
26669     <type name="A">
26670       <method name="System.String get_Header()">
26671         <size>2</size>
26672       </method>
26673       <method name="Void .ctor()">
26674         <size>7</size>
26675       </method>
26676     </type>
26677     <type name="B">
26678       <method name="System.String get_Name()">
26679         <size>2</size>
26680       </method>
26681       <method name="Void .ctor()">
26682         <size>7</size>
26683       </method>
26684     </type>
26685     <type name="C">
26686       <method name="Int32 Main()">
26687         <size>36</size>
26688       </method>
26689       <method name="Void Test(System.Action)">
26690         <size>7</size>
26691       </method>
26692       <method name="Void &lt;Main&gt;m__0()">
26693         <size>159</size>
26694       </method>
26695       <method name="IEnumerable`1 &lt;Main&gt;m__1(A)">
26696         <size>7</size>
26697       </method>
26698       <method name="&lt;&gt;__AnonType0`2[A,B] &lt;Main&gt;m__2(A, B)">
26699         <size>8</size>
26700       </method>
26701       <method name="Boolean &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[A,B])">
26702         <size>67</size>
26703       </method>
26704       <method name="&lt;&gt;__AnonType1`2[A,B] &lt;Main&gt;m__4(&lt;&gt;__AnonType0`2[A,B])">
26705         <size>18</size>
26706       </method>
26707       <method name="Void .ctor()">
26708         <size>7</size>
26709       </method>
26710     </type>
26711     <type name="&lt;&gt;__AnonType0`2[&lt;c&gt;__T,&lt;p&gt;__T]">
26712       <method name="&lt;c&gt;__T get_c()">
26713         <size>7</size>
26714       </method>
26715       <method name="&lt;p&gt;__T get_p()">
26716         <size>7</size>
26717       </method>
26718       <method name="Boolean Equals(System.Object)">
26719         <size>69</size>
26720       </method>
26721       <method name="Int32 GetHashCode()">
26722         <size>86</size>
26723       </method>
26724       <method name="System.String ToString()">
26725         <size>142</size>
26726       </method>
26727       <method name="Void .ctor(&lt;c&gt;__T, &lt;p&gt;__T)">
26728         <size>21</size>
26729       </method>
26730     </type>
26731     <type name="&lt;&gt;__AnonType1`2[&lt;C&gt;__T,&lt;P&gt;__T]">
26732       <method name="&lt;C&gt;__T get_C()">
26733         <size>7</size>
26734       </method>
26735       <method name="&lt;P&gt;__T get_P()">
26736         <size>7</size>
26737       </method>
26738       <method name="Boolean Equals(System.Object)">
26739         <size>69</size>
26740       </method>
26741       <method name="Int32 GetHashCode()">
26742         <size>86</size>
26743       </method>
26744       <method name="System.String ToString()">
26745         <size>142</size>
26746       </method>
26747       <method name="Void .ctor(&lt;C&gt;__T, &lt;P&gt;__T)">
26748         <size>21</size>
26749       </method>
26750     </type>
26751   </test>
26752   <test name="gtest-named-01.cs">
26753     <type name="C">
26754       <method name="Int32 Test(Int32, Int32, System.String)">
26755         <size>6</size>
26756       </method>
26757       <method name="T Foo[T](T, Int32)">
26758         <size>2</size>
26759       </method>
26760       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
26761         <size>9</size>
26762       </method>
26763       <method name="Int32 Main()">
26764         <size>173</size>
26765       </method>
26766       <method name="Int32 &lt;Main&gt;m__0(Int32)">
26767         <size>2</size>
26768       </method>
26769     </type>
26770     <type name="C+&lt;Main&gt;c__AnonStorey0">
26771       <method name="Void .ctor()">
26772         <size>7</size>
26773       </method>
26774       <method name="Int32 &lt;&gt;m__1(Int32)">
26775         <size>7</size>
26776       </method>
26777     </type>
26778   </test>
26779   <test name="gtest-named-02.cs">
26780     <type name="D">
26781       <method name="Void Foo(Int32)">
26782         <size>1</size>
26783       </method>
26784       <method name="Void Main()">
26785         <size>1</size>
26786       </method>
26787       <method name="Void .ctor()">
26788         <size>7</size>
26789       </method>
26790     </type>
26791   </test>
26792   <test name="gtest-named-03.cs">
26793     <type name="C">
26794       <method name="Int32 Foo(Int32, Int32, Int32)">
26795         <size>2</size>
26796       </method>
26797       <method name="Int32 Main()">
26798         <size>77</size>
26799       </method>
26800       <method name="Void .ctor()">
26801         <size>7</size>
26802       </method>
26803       <method name="Void set_Item(Int32, Int32, Int32, Int32)">
26804         <size>21</size>
26805       </method>
26806       <method name="Int32 get_Item(Int32, Int32, Int32)">
26807         <size>7</size>
26808       </method>
26809     </type>
26810   </test>
26811   <test name="gtest-optional-01.cs">
26812     <type name="C">
26813       <method name="Void TestA(Int32)">
26814         <size>1</size>
26815       </method>
26816       <method name="Void TestB(Int64)">
26817         <size>1</size>
26818       </method>
26819       <method name="Void TestC(Decimal)">
26820         <size>1</size>
26821       </method>
26822       <method name="Int32 Main()">
26823         <size>325</size>
26824       </method>
26825       <method name="Void .ctor()">
26826         <size>7</size>
26827       </method>
26828     </type>
26829   </test>
26830   <test name="gtest-optional-02.cs">
26831     <type name="C">
26832       <method name="Boolean Test2(Nullable`1)">
26833         <size>11</size>
26834       </method>
26835       <method name="Int32 Test(Nullable`1)">
26836         <size>27</size>
26837       </method>
26838       <method name="Int32 Main()">
26839         <size>122</size>
26840       </method>
26841       <method name="Void .ctor()">
26842         <size>7</size>
26843       </method>
26844       <method name="Boolean Test3(Nullable`1)">
26845         <size>21</size>
26846       </method>
26847       <method name="Int64 Test4(Nullable`1)">
26848         <size>8</size>
26849       </method>
26850     </type>
26851   </test>
26852   <test name="gtest-optional-03.cs">
26853     <type name="C">
26854       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
26855         <size>2</size>
26856       </method>
26857       <method name="Int32 Main()">
26858         <size>225</size>
26859       </method>
26860       <method name="Void .ctor()">
26861         <size>7</size>
26862       </method>
26863     </type>
26864   </test>
26865   <test name="gtest-optional-04.cs">
26866     <type name="C">
26867       <method name="Void Foo[T](T, T)">
26868         <size>1</size>
26869       </method>
26870       <method name="Void TestParams(System.Int32[])">
26871         <size>6</size>
26872       </method>
26873       <method name="Void TestParams(Int32)">
26874         <size>1</size>
26875       </method>
26876       <method name="Void TestStruct(Nullable`1)">
26877         <size>24</size>
26878       </method>
26879       <method name="System.String get_Item(Int32, System.String)">
26880         <size>2</size>
26881       </method>
26882       <method name="Void set_Item(Int32, System.String, System.String)">
26883         <size>4</size>
26884       </method>
26885       <method name="Int32 Main()">
26886         <size>134</size>
26887       </method>
26888       <method name="Void .ctor()">
26889         <size>7</size>
26890       </method>
26891       <method name="Void TestStruct2(Nullable`1)">
26892         <size>1</size>
26893       </method>
26894     </type>
26895   </test>
26896   <test name="gtest-optional-05.cs">
26897     <type name="Blah">
26898       <method name="Int32 Foo(Int32, Int32)">
26899         <size>4</size>
26900       </method>
26901       <method name="Int32 Main()">
26902         <size>46</size>
26903       </method>
26904       <method name="Void .ctor()">
26905         <size>7</size>
26906       </method>
26907     </type>
26908     <type name="Blah+MyDelegate">
26909       <method name="Int32 Invoke(Int32, Int32)">
26910         <size>0</size>
26911       </method>
26912       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
26913         <size>0</size>
26914       </method>
26915       <method name="Int32 EndInvoke(IAsyncResult)">
26916         <size>0</size>
26917       </method>
26918       <method name="Void .ctor(Object, IntPtr)">
26919         <size>0</size>
26920       </method>
26921     </type>
26922   </test>
26923   <test name="gtest-optional-06.cs">
26924     <type name="C">
26925       <method name="Int32 Foo(Int32)">
26926         <size>2</size>
26927       </method>
26928       <method name="Int32 Main()">
26929         <size>38</size>
26930       </method>
26931       <method name="Void .ctor()">
26932         <size>7</size>
26933       </method>
26934     </type>
26935     <type name="D">
26936       <method name="Int32 Invoke(Int32)">
26937         <size>0</size>
26938       </method>
26939       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
26940         <size>0</size>
26941       </method>
26942       <method name="Int32 EndInvoke(IAsyncResult)">
26943         <size>0</size>
26944       </method>
26945       <method name="Void .ctor(Object, IntPtr)">
26946         <size>0</size>
26947       </method>
26948     </type>
26949   </test>
26950   <test name="gtest-optional-07.cs">
26951     <type name="Tests">
26952       <method name="Void foo(Foo)">
26953         <size>1</size>
26954       </method>
26955       <method name="Int32 Main()">
26956         <size>8</size>
26957       </method>
26958       <method name="Void .ctor()">
26959         <size>7</size>
26960       </method>
26961     </type>
26962   </test>
26963   <test name="gtest-optional-08.cs">
26964     <type name="Tests">
26965       <method name="Int32 Main()">
26966         <size>36</size>
26967       </method>
26968       <method name="Void .ctor(String)">
26969         <size>14</size>
26970       </method>
26971       <method name="Void .ctor(Int32)">
26972         <size>7</size>
26973       </method>
26974     </type>
26975   </test>
26976   <test name="gtest-optional-09.cs">
26977     <type name="Program">
26978       <method name="Int32 Test_1(Int32, SByte)">
26979         <size>2</size>
26980       </method>
26981       <method name="Int32 Test_1[T](T)">
26982         <size>2</size>
26983       </method>
26984       <method name="Int32 Test_1(Int32, Int64)">
26985         <size>2</size>
26986       </method>
26987       <method name="Int32 Test_2(Int16)">
26988         <size>2</size>
26989       </method>
26990       <method name="Int32 Test_2(Int32, SByte)">
26991         <size>2</size>
26992       </method>
26993       <method name="Int32 Test_3(System.String)">
26994         <size>2</size>
26995       </method>
26996       <method name="Int32 Test_3(System.String, SByte)">
26997         <size>2</size>
26998       </method>
26999       <method name="Int32 Test_4(System.Object)">
27000         <size>2</size>
27001       </method>
27002       <method name="Int32 Test_4(System.Object[])">
27003         <size>2</size>
27004       </method>
27005       <method name="Int32 Test_5()">
27006         <size>2</size>
27007       </method>
27008       <method name="Int32 Test_5(Int32, System.Object[])">
27009         <size>2</size>
27010       </method>
27011       <method name="Int32 Test_6(System.Object[])">
27012         <size>2</size>
27013       </method>
27014       <method name="Int32 Test_6(Int32, System.Object[])">
27015         <size>2</size>
27016       </method>
27017       <method name="Int32 Test_7(Boolean, System.Object[])">
27018         <size>2</size>
27019       </method>
27020       <method name="Int32 Test_7(Boolean, Int32, System.Object[])">
27021         <size>2</size>
27022       </method>
27023       <method name="Int32 Main()">
27024         <size>118</size>
27025       </method>
27026       <method name="Void .ctor()">
27027         <size>7</size>
27028       </method>
27029     </type>
27030   </test>
27031   <test name="gtest-optional-10.cs">
27032     <type name="Program">
27033       <method name="Void Main()">
27034         <size>8</size>
27035       </method>
27036       <method name="Void .ctor()">
27037         <size>7</size>
27038       </method>
27039     </type>
27040     <type name="Program`1[T]">
27041       <method name="Void .ctor(Generic`1)">
27042         <size>7</size>
27043       </method>
27044     </type>
27045     <type name="Generic`1[T]">
27046       <method name="Void .ctor()">
27047         <size>7</size>
27048       </method>
27049     </type>
27050   </test>
27051   <test name="gtest-optional-11.cs">
27052     <type name="C">
27053       <method name="Int32 TestA(Int32)">
27054         <size>2</size>
27055       </method>
27056       <method name="T TestB[T](T, T)">
27057         <size>2</size>
27058       </method>
27059       <method name="System.Object TestC(System.Object)">
27060         <size>2</size>
27061       </method>
27062       <method name="Int32 Main()">
27063         <size>211</size>
27064       </method>
27065       <method name="Void .ctor()">
27066         <size>7</size>
27067       </method>
27068       <method name="Int32 TestD(Int32, Int32)">
27069         <size>2</size>
27070       </method>
27071     </type>
27072   </test>
27073   <test name="gtest-optional-12.cs">
27074     <type name="C">
27075       <method name="Int32 M(System.String, Int32, System.Int32[])">
27076         <size>4</size>
27077       </method>
27078       <method name="Int32 Main()">
27079         <size>41</size>
27080       </method>
27081       <method name="Void .ctor()">
27082         <size>7</size>
27083       </method>
27084     </type>
27085     <type name="&lt;PrivateImplementationDetails&gt;">
27086       <method name="Void .ctor()">
27087         <size>7</size>
27088       </method>
27089     </type>
27090   </test>
27091   <test name="gtest-optional-13.cs">
27092     <type name="A">
27093       <method name="Int32 Foo(Int32)">
27094         <size>2</size>
27095       </method>
27096       <method name="Int32 Foo2(Int32)">
27097         <size>2</size>
27098       </method>
27099       <method name="Int32 get_Item(System.String, Int32)">
27100         <size>2</size>
27101       </method>
27102       <method name="Void .ctor()">
27103         <size>7</size>
27104       </method>
27105     </type>
27106     <type name="B">
27107       <method name="Int32 Foo(Int32)">
27108         <size>4</size>
27109       </method>
27110       <method name="Int32 Foo2(Int32)">
27111         <size>3</size>
27112       </method>
27113       <method name="Int32 get_Item(System.String, Int32)">
27114         <size>4</size>
27115       </method>
27116       <method name="Void .ctor()">
27117         <size>7</size>
27118       </method>
27119     </type>
27120     <type name="C">
27121       <method name="Int32 Main()">
27122         <size>137</size>
27123       </method>
27124       <method name="Void .ctor()">
27125         <size>7</size>
27126       </method>
27127     </type>
27128   </test>
27129   <test name="gtest-partial-01.cs">
27130     <type name="B`1[U]">
27131       <method name="Void .ctor()">
27132         <size>7</size>
27133       </method>
27134     </type>
27135     <type name="C`1[T]">
27136       <method name="Void .ctor()">
27137         <size>7</size>
27138       </method>
27139     </type>
27140     <type name="Test">
27141       <method name="Void Main()">
27142         <size>1</size>
27143       </method>
27144       <method name="Void .ctor()">
27145         <size>7</size>
27146       </method>
27147     </type>
27148   </test>
27149   <test name="gtest-partial-02.cs">
27150     <type name="A`1[T]">
27151       <method name="Void Test()">
27152         <size>13</size>
27153       </method>
27154       <method name="T get_CurrentItem()">
27155         <size>7</size>
27156       </method>
27157       <method name="Void set_CurrentItem(T)">
27158         <size>8</size>
27159       </method>
27160       <method name="Void .ctor()">
27161         <size>7</size>
27162       </method>
27163     </type>
27164     <type name="C">
27165       <method name="Void Main()">
27166         <size>1</size>
27167       </method>
27168       <method name="Void .ctor()">
27169         <size>7</size>
27170       </method>
27171     </type>
27172   </test>
27173   <test name="gtest-repl-01.cs">
27174     <type name="MyTest">
27175       <method name="Void Run(System.String, System.String)">
27176         <size>23</size>
27177       </method>
27178       <method name="Void Evaluate(System.String, System.String, System.Object)">
27179         <size>80</size>
27180       </method>
27181       <method name="Void Main()">
27182         <size>561</size>
27183       </method>
27184       <method name="Void .ctor()">
27185         <size>7</size>
27186       </method>
27187     </type>
27188   </test>
27189   <test name="gtest-var-04.cs">
27190     <type name="Test">
27191       <method name="Void .ctor()">
27192         <size>7</size>
27193       </method>
27194       <method name="Int32 Main()">
27195         <size>231</size>
27196       </method>
27197     </type>
27198   </test>
27199   <test name="gtest-variance-1.cs">
27200     <type name="Foo">
27201       <method name="System.String get_Bar()">
27202         <size>7</size>
27203       </method>
27204       <method name="Void .ctor(String)">
27205         <size>14</size>
27206       </method>
27207     </type>
27208     <type name="Test">
27209       <method name="Int32 Main()">
27210         <size>57</size>
27211       </method>
27212       <method name="Void .ctor()">
27213         <size>7</size>
27214       </method>
27215     </type>
27216   </test>
27217   <test name="gtest-variance-10.cs">
27218     <type name="Foo">
27219       <method name="Void .ctor()">
27220         <size>7</size>
27221       </method>
27222     </type>
27223     <type name="Test">
27224       <method name="Int32 I&lt;string&gt;.get_Count()">
27225         <size>2</size>
27226       </method>
27227       <method name="Int32 I&lt;Foo&gt;.get_Count()">
27228         <size>2</size>
27229       </method>
27230       <method name="Void .ctor()">
27231         <size>7</size>
27232       </method>
27233     </type>
27234     <type name="Program">
27235       <method name="Int32 Main()">
27236         <size>29</size>
27237       </method>
27238     </type>
27239   </test>
27240   <test name="gtest-variance-11.cs">
27241     <type name="D">
27242       <method name="Void .ctor()">
27243         <size>7</size>
27244       </method>
27245       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
27246         <size>41</size>
27247       </method>
27248       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
27249         <size>41</size>
27250       </method>
27251       <method name="Int32 Main()">
27252         <size>38</size>
27253       </method>
27254     </type>
27255   </test>
27256   <test name="gtest-variance-12.cs">
27257     <type name="D">
27258       <method name="Void add_field(D`1[System.String])">
27259         <size>24</size>
27260       </method>
27261       <method name="Void remove_field(D`1[System.String])">
27262         <size>24</size>
27263       </method>
27264       <method name="Int32 Main()">
27265         <size>56</size>
27266       </method>
27267       <method name="Void &lt;Main&gt;m__0()">
27268         <size>1</size>
27269       </method>
27270       <method name="Void .ctor()">
27271         <size>7</size>
27272       </method>
27273     </type>
27274     <type name="D`1[T]">
27275       <method name="Void Invoke()">
27276         <size>0</size>
27277       </method>
27278       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27279         <size>0</size>
27280       </method>
27281       <method name="Void EndInvoke(IAsyncResult)">
27282         <size>0</size>
27283       </method>
27284       <method name="Void .ctor(Object, IntPtr)">
27285         <size>0</size>
27286       </method>
27287     </type>
27288   </test>
27289   <test name="gtest-variance-13.cs">
27290     <type name="A">
27291       <method name="Void .ctor()">
27292         <size>7</size>
27293       </method>
27294       <method name="Void Foo[T](T, IList`1)">
27295         <size>1</size>
27296       </method>
27297       <method name="Void Test()">
27298         <size>17</size>
27299       </method>
27300     </type>
27301     <type name="B">
27302       <method name="Void .ctor()">
27303         <size>7</size>
27304       </method>
27305       <method name="Void Foo[T](T, I`1)">
27306         <size>1</size>
27307       </method>
27308       <method name="Void Test[U](U, I`1)">
27309         <size>8</size>
27310       </method>
27311     </type>
27312     <type name="M">
27313       <method name="Void .ctor()">
27314         <size>7</size>
27315       </method>
27316       <method name="Int32 Main()">
27317         <size>2</size>
27318       </method>
27319     </type>
27320   </test>
27321   <test name="gtest-variance-14.cs">
27322     <type name="A">
27323       <method name="Void .ctor()">
27324         <size>7</size>
27325       </method>
27326     </type>
27327     <type name="B">
27328       <method name="Void .ctor()">
27329         <size>7</size>
27330       </method>
27331     </type>
27332     <type name="C">
27333       <method name="Int32 Main()">
27334         <size>28</size>
27335       </method>
27336       <method name="Void .ctor()">
27337         <size>7</size>
27338       </method>
27339     </type>
27340     <type name="C+D`1[T]">
27341       <method name="Void Invoke(T)">
27342         <size>0</size>
27343       </method>
27344       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27345         <size>0</size>
27346       </method>
27347       <method name="Void EndInvoke(IAsyncResult)">
27348         <size>0</size>
27349       </method>
27350       <method name="Void .ctor(Object, IntPtr)">
27351         <size>0</size>
27352       </method>
27353     </type>
27354     <type name="C+D`2[T,U]">
27355       <method name="T Invoke(U)">
27356         <size>0</size>
27357       </method>
27358       <method name="IAsyncResult BeginInvoke(U, System.AsyncCallback, System.Object)">
27359         <size>0</size>
27360       </method>
27361       <method name="T EndInvoke(IAsyncResult)">
27362         <size>0</size>
27363       </method>
27364       <method name="Void .ctor(Object, IntPtr)">
27365         <size>0</size>
27366       </method>
27367     </type>
27368   </test>
27369   <test name="gtest-variance-15.cs">
27370     <type name="C">
27371       <method name="Void M[T](T ByRef, C+D`1[T])">
27372         <size>13</size>
27373       </method>
27374       <method name="Void M2[T](T, C+D`1[T])">
27375         <size>8</size>
27376       </method>
27377       <method name="Void MethodArg(System.Object)">
27378         <size>1</size>
27379       </method>
27380       <method name="Int32 Main()">
27381         <size>53</size>
27382       </method>
27383       <method name="Void &lt;Main&gt;m__0(System.Object)">
27384         <size>7</size>
27385       </method>
27386       <method name="Void .ctor()">
27387         <size>7</size>
27388       </method>
27389     </type>
27390     <type name="C+D`1[T]">
27391       <method name="Void Invoke(T)">
27392         <size>0</size>
27393       </method>
27394       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27395         <size>0</size>
27396       </method>
27397       <method name="Void EndInvoke(IAsyncResult)">
27398         <size>0</size>
27399       </method>
27400       <method name="Void .ctor(Object, IntPtr)">
27401         <size>0</size>
27402       </method>
27403     </type>
27404   </test>
27405   <test name="gtest-variance-16.cs">
27406     <type name="S">
27407       <method name="System.String op_Implicit(S)">
27408         <size>6</size>
27409       </method>
27410     </type>
27411     <type name="C">
27412       <method name="T Foo[T](T, I`1)">
27413         <size>2</size>
27414       </method>
27415       <method name="Int32 Main()">
27416         <size>45</size>
27417       </method>
27418       <method name="Void .ctor()">
27419         <size>7</size>
27420       </method>
27421     </type>
27422   </test>
27423   <test name="gtest-variance-2.cs">
27424     <type name="Foo">
27425       <method name="System.String Bar(System.Object)">
27426         <size>12</size>
27427       </method>
27428       <method name="Void .ctor()">
27429         <size>7</size>
27430       </method>
27431     </type>
27432     <type name="Test">
27433       <method name="Int32 Main()">
27434         <size>92</size>
27435       </method>
27436       <method name="Void .ctor()">
27437         <size>7</size>
27438       </method>
27439     </type>
27440   </test>
27441   <test name="gtest-variance-3.cs">
27442     <type name="Test">
27443       <method name="Int32 Main()">
27444         <size>56</size>
27445       </method>
27446       <method name="Int32 Bar(Foo`1[System.Object])">
27447         <size>12</size>
27448       </method>
27449       <method name="Void .ctor()">
27450         <size>7</size>
27451       </method>
27452     </type>
27453     <type name="Foo`1[T]">
27454       <method name="T Invoke()">
27455         <size>0</size>
27456       </method>
27457       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27458         <size>0</size>
27459       </method>
27460       <method name="T EndInvoke(IAsyncResult)">
27461         <size>0</size>
27462       </method>
27463       <method name="Void .ctor(Object, IntPtr)">
27464         <size>0</size>
27465       </method>
27466     </type>
27467     <type name="Test+&lt;Main&gt;c__AnonStorey0">
27468       <method name="System.String &lt;&gt;m__0()">
27469         <size>7</size>
27470       </method>
27471       <method name="Void .ctor()">
27472         <size>7</size>
27473       </method>
27474     </type>
27475   </test>
27476   <test name="gtest-variance-4.cs">
27477     <type name="Test">
27478       <method name="Int32 Main()">
27479         <size>58</size>
27480       </method>
27481       <method name="Int32 Bar(Foo`1[System.String], System.String)">
27482         <size>8</size>
27483       </method>
27484       <method name="Int32 &lt;Main&gt;m__0(System.Object)">
27485         <size>7</size>
27486       </method>
27487       <method name="Void .ctor()">
27488         <size>7</size>
27489       </method>
27490     </type>
27491     <type name="Foo`1[T]">
27492       <method name="Int32 Invoke(T)">
27493         <size>0</size>
27494       </method>
27495       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27496         <size>0</size>
27497       </method>
27498       <method name="Int32 EndInvoke(IAsyncResult)">
27499         <size>0</size>
27500       </method>
27501       <method name="Void .ctor(Object, IntPtr)">
27502         <size>0</size>
27503       </method>
27504     </type>
27505   </test>
27506   <test name="gtest-variance-5.cs">
27507     <type name="BothVariants`2[T1,T2]">
27508       <method name="T1 get_Foo()">
27509         <size>7</size>
27510       </method>
27511       <method name="Void set_Foo(T1)">
27512         <size>8</size>
27513       </method>
27514       <method name="Int32 Bar(T2)">
27515         <size>35</size>
27516       </method>
27517       <method name="Void .ctor(T1)">
27518         <size>14</size>
27519       </method>
27520     </type>
27521     <type name="Invariant`1[T]">
27522       <method name="T get_Foo()">
27523         <size>36</size>
27524       </method>
27525       <method name="Int32 Bar(T)">
27526         <size>14</size>
27527       </method>
27528       <method name="Void .ctor()">
27529         <size>7</size>
27530       </method>
27531     </type>
27532     <type name="A">
27533       <method name="System.String get_Fruit()">
27534         <size>6</size>
27535       </method>
27536       <method name="Void .ctor()">
27537         <size>7</size>
27538       </method>
27539     </type>
27540     <type name="B">
27541       <method name="System.String get_Fruit()">
27542         <size>6</size>
27543       </method>
27544       <method name="Void .ctor()">
27545         <size>7</size>
27546       </method>
27547     </type>
27548     <type name="C">
27549       <method name="System.String get_Fruit()">
27550         <size>6</size>
27551       </method>
27552       <method name="Void .ctor()">
27553         <size>7</size>
27554       </method>
27555     </type>
27556     <type name="Test">
27557       <method name="Int32 Main()">
27558         <size>110</size>
27559       </method>
27560       <method name="Void .ctor()">
27561         <size>7</size>
27562       </method>
27563     </type>
27564   </test>
27565   <test name="gtest-variance-6.cs">
27566     <type name="Program">
27567       <method name="Void .ctor()">
27568         <size>7</size>
27569       </method>
27570       <method name="Void Main()">
27571         <size>1</size>
27572       </method>
27573     </type>
27574     <type name="Cov1`1[U]">
27575       <method name="Void .ctor(Object, IntPtr)">
27576         <size>0</size>
27577       </method>
27578       <method name="ICovariant`1 Invoke(IContravariant`1)">
27579         <size>0</size>
27580       </method>
27581       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
27582         <size>0</size>
27583       </method>
27584       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
27585         <size>0</size>
27586       </method>
27587     </type>
27588     <type name="Cov2`1[U]">
27589       <method name="Void .ctor(Object, IntPtr)">
27590         <size>0</size>
27591       </method>
27592       <method name="ICovariant`1 Invoke(IContravariant`1)">
27593         <size>0</size>
27594       </method>
27595       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
27596         <size>0</size>
27597       </method>
27598       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
27599         <size>0</size>
27600       </method>
27601     </type>
27602     <type name="Cov3`1[U]">
27603       <method name="Void .ctor(Object, IntPtr)">
27604         <size>0</size>
27605       </method>
27606       <method name="ICovariant`1 Invoke(IContravariant`1)">
27607         <size>0</size>
27608       </method>
27609       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
27610         <size>0</size>
27611       </method>
27612       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
27613         <size>0</size>
27614       </method>
27615     </type>
27616     <type name="Cov4`1[U]">
27617       <method name="Void .ctor(Object, IntPtr)">
27618         <size>0</size>
27619       </method>
27620       <method name="ICovariant`1 Invoke()">
27621         <size>0</size>
27622       </method>
27623       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27624         <size>0</size>
27625       </method>
27626       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
27627         <size>0</size>
27628       </method>
27629     </type>
27630     <type name="Cov5`1[U]">
27631       <method name="Void .ctor(Object, IntPtr)">
27632         <size>0</size>
27633       </method>
27634       <method name="IContravariant`1 Invoke()">
27635         <size>0</size>
27636       </method>
27637       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27638         <size>0</size>
27639       </method>
27640       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
27641         <size>0</size>
27642       </method>
27643     </type>
27644     <type name="Contra5`1[U]">
27645       <method name="Void .ctor(Object, IntPtr)">
27646         <size>0</size>
27647       </method>
27648       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
27649         <size>0</size>
27650       </method>
27651       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
27652         <size>0</size>
27653       </method>
27654       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
27655         <size>0</size>
27656       </method>
27657     </type>
27658     <type name="Contra6`1[U]">
27659       <method name="Void .ctor(Object, IntPtr)">
27660         <size>0</size>
27661       </method>
27662       <method name="IContravariant`1 Invoke()">
27663         <size>0</size>
27664       </method>
27665       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27666         <size>0</size>
27667       </method>
27668       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
27669         <size>0</size>
27670       </method>
27671     </type>
27672     <type name="Contra7`1[U]">
27673       <method name="Void .ctor(Object, IntPtr)">
27674         <size>0</size>
27675       </method>
27676       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
27677         <size>0</size>
27678       </method>
27679       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
27680         <size>0</size>
27681       </method>
27682       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
27683         <size>0</size>
27684       </method>
27685     </type>
27686     <type name="Contra8`1[U]">
27687       <method name="Void .ctor(Object, IntPtr)">
27688         <size>0</size>
27689       </method>
27690       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
27691         <size>0</size>
27692       </method>
27693       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
27694         <size>0</size>
27695       </method>
27696       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
27697         <size>0</size>
27698       </method>
27699     </type>
27700   </test>
27701   <test name="gtest-variance-7.cs">
27702     <type name="C">
27703       <method name="Void .ctor()">
27704         <size>7</size>
27705       </method>
27706       <method name="Void Main()">
27707         <size>1</size>
27708       </method>
27709     </type>
27710     <type name="Covariant`1[T]">
27711       <method name="Void .ctor(Object, IntPtr)">
27712         <size>0</size>
27713       </method>
27714       <method name="T Invoke()">
27715         <size>0</size>
27716       </method>
27717       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27718         <size>0</size>
27719       </method>
27720       <method name="T EndInvoke(IAsyncResult)">
27721         <size>0</size>
27722       </method>
27723     </type>
27724     <type name="Contra`1[T]">
27725       <method name="Void .ctor(Object, IntPtr)">
27726         <size>0</size>
27727       </method>
27728       <method name="Void Invoke(T)">
27729         <size>0</size>
27730       </method>
27731       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27732         <size>0</size>
27733       </method>
27734       <method name="Void EndInvoke(IAsyncResult)">
27735         <size>0</size>
27736       </method>
27737     </type>
27738     <type name="CoContra`2[TR,T]">
27739       <method name="Void .ctor(Object, IntPtr)">
27740         <size>0</size>
27741       </method>
27742       <method name="TR Invoke(T)">
27743         <size>0</size>
27744       </method>
27745       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27746         <size>0</size>
27747       </method>
27748       <method name="TR EndInvoke(IAsyncResult)">
27749         <size>0</size>
27750       </method>
27751     </type>
27752     <type name="None`1[T]">
27753       <method name="Void .ctor(Object, IntPtr)">
27754         <size>0</size>
27755       </method>
27756       <method name="Void Invoke(T)">
27757         <size>0</size>
27758       </method>
27759       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27760         <size>0</size>
27761       </method>
27762       <method name="Void EndInvoke(IAsyncResult)">
27763         <size>0</size>
27764       </method>
27765     </type>
27766     <type name="Test`1[U]">
27767       <method name="Void .ctor(Object, IntPtr)">
27768         <size>0</size>
27769       </method>
27770       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
27771         <size>0</size>
27772       </method>
27773       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27774         <size>0</size>
27775       </method>
27776       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
27777         <size>0</size>
27778       </method>
27779     </type>
27780     <type name="Test2`1[U]">
27781       <method name="Void .ctor(Object, IntPtr)">
27782         <size>0</size>
27783       </method>
27784       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
27785         <size>0</size>
27786       </method>
27787       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27788         <size>0</size>
27789       </method>
27790       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
27791         <size>0</size>
27792       </method>
27793     </type>
27794     <type name="Test3`1[U]">
27795       <method name="Void .ctor(Object, IntPtr)">
27796         <size>0</size>
27797       </method>
27798       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
27799         <size>0</size>
27800       </method>
27801       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27802         <size>0</size>
27803       </method>
27804       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
27805         <size>0</size>
27806       </method>
27807     </type>
27808     <type name="Test4`1[U]">
27809       <method name="Void .ctor(Object, IntPtr)">
27810         <size>0</size>
27811       </method>
27812       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
27813         <size>0</size>
27814       </method>
27815       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27816         <size>0</size>
27817       </method>
27818       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
27819         <size>0</size>
27820       </method>
27821     </type>
27822     <type name="Test5`1[U]">
27823       <method name="Void .ctor(Object, IntPtr)">
27824         <size>0</size>
27825       </method>
27826       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
27827         <size>0</size>
27828       </method>
27829       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27830         <size>0</size>
27831       </method>
27832       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
27833         <size>0</size>
27834       </method>
27835     </type>
27836     <type name="Test6`1[U]">
27837       <method name="Void .ctor(Object, IntPtr)">
27838         <size>0</size>
27839       </method>
27840       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
27841         <size>0</size>
27842       </method>
27843       <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)">
27844         <size>0</size>
27845       </method>
27846       <method name="Void EndInvoke(IAsyncResult)">
27847         <size>0</size>
27848       </method>
27849     </type>
27850     <type name="Both`2[U,V]">
27851       <method name="Void .ctor(Object, IntPtr)">
27852         <size>0</size>
27853       </method>
27854       <method name="Void Invoke(CoContra`2[U,V])">
27855         <size>0</size>
27856       </method>
27857       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
27858         <size>0</size>
27859       </method>
27860       <method name="Void EndInvoke(IAsyncResult)">
27861         <size>0</size>
27862       </method>
27863     </type>
27864     <type name="Both2`2[U,V]">
27865       <method name="Void .ctor(Object, IntPtr)">
27866         <size>0</size>
27867       </method>
27868       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
27869         <size>0</size>
27870       </method>
27871       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
27872         <size>0</size>
27873       </method>
27874       <method name="Void EndInvoke(IAsyncResult)">
27875         <size>0</size>
27876       </method>
27877     </type>
27878     <type name="Both3`2[U,V]">
27879       <method name="Void .ctor(Object, IntPtr)">
27880         <size>0</size>
27881       </method>
27882       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
27883         <size>0</size>
27884       </method>
27885       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
27886         <size>0</size>
27887       </method>
27888       <method name="Void EndInvoke(IAsyncResult)">
27889         <size>0</size>
27890       </method>
27891     </type>
27892     <type name="Both4`2[U,V]">
27893       <method name="Void .ctor(Object, IntPtr)">
27894         <size>0</size>
27895       </method>
27896       <method name="Void Invoke(Both`2[V,U])">
27897         <size>0</size>
27898       </method>
27899       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
27900         <size>0</size>
27901       </method>
27902       <method name="Void EndInvoke(IAsyncResult)">
27903         <size>0</size>
27904       </method>
27905     </type>
27906     <type name="Both5`2[U,V]">
27907       <method name="Void .ctor(Object, IntPtr)">
27908         <size>0</size>
27909       </method>
27910       <method name="Void Invoke(Both`2[V,System.Int32])">
27911         <size>0</size>
27912       </method>
27913       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
27914         <size>0</size>
27915       </method>
27916       <method name="Void EndInvoke(IAsyncResult)">
27917         <size>0</size>
27918       </method>
27919     </type>
27920   </test>
27921   <test name="gtest-variance-8.cs">
27922     <type name="A`1[T]">
27923       <method name="Void .ctor()">
27924         <size>7</size>
27925       </method>
27926     </type>
27927     <type name="C">
27928       <method name="Int32 Main()">
27929         <size>144</size>
27930       </method>
27931       <method name="Void .ctor()">
27932         <size>7</size>
27933       </method>
27934     </type>
27935   </test>
27936   <test name="gtest-variance-9.cs">
27937     <type name="Test">
27938       <method name="Void .ctor()">
27939         <size>7</size>
27940       </method>
27941       <method name="Void Foo(IIn`1)">
27942         <size>1</size>
27943       </method>
27944       <method name="Int32 Main()">
27945         <size>10</size>
27946       </method>
27947     </type>
27948   </test>
27949   <test name="test-1.cs">
27950     <type name="X">
27951       <method name="Void .ctor()">
27952         <size>7</size>
27953       </method>
27954       <method name="Int32 Main(System.String[])">
27955         <size>12</size>
27956       </method>
27957     </type>
27958   </test>
27959   <test name="test-10.cs">
27960     <type name="X">
27961       <method name="Void .ctor()">
27962         <size>7</size>
27963       </method>
27964       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
27965         <size>1</size>
27966       </method>
27967       <method name="Void bsbyte()">
27968         <size>35</size>
27969       </method>
27970       <method name="Void abyte(SByte, Char)">
27971         <size>1</size>
27972       </method>
27973       <method name="Void bbyte()">
27974         <size>22</size>
27975       </method>
27976       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
27977         <size>1</size>
27978       </method>
27979       <method name="Void bshort()">
27980         <size>39</size>
27981       </method>
27982       <method name="Void aushort(SByte, Byte, Int16, Char)">
27983         <size>1</size>
27984       </method>
27985       <method name="Void bushort()">
27986         <size>29</size>
27987       </method>
27988       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
27989         <size>1</size>
27990       </method>
27991       <method name="Void bint()">
27992         <size>42</size>
27993       </method>
27994       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
27995         <size>1</size>
27996       </method>
27997       <method name="Void buint()">
27998         <size>38</size>
27999       </method>
28000       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
28001         <size>1</size>
28002       </method>
28003       <method name="Void blong()">
28004         <size>47</size>
28005       </method>
28006       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
28007         <size>1</size>
28008       </method>
28009       <method name="Void bulong()">
28010         <size>47</size>
28011       </method>
28012       <method name="Void achar(SByte, Byte, Int16)">
28013         <size>1</size>
28014       </method>
28015       <method name="Void bchar()">
28016         <size>27</size>
28017       </method>
28018       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
28019         <size>1</size>
28020       </method>
28021       <method name="Void bfloat()">
28022         <size>67</size>
28023       </method>
28024       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
28025         <size>1</size>
28026       </method>
28027       <method name="Void bdouble()">
28028         <size>75</size>
28029       </method>
28030       <method name="Void TestDecimal(Decimal)">
28031         <size>15</size>
28032       </method>
28033       <method name="Void Main()">
28034         <size>1</size>
28035       </method>
28036     </type>
28037     <type name="Test2">
28038       <method name="Void .ctor()">
28039         <size>7</size>
28040       </method>
28041       <method name="Void ExtraTst()">
28042         <size>10</size>
28043       </method>
28044     </type>
28045   </test>
28046   <test name="test-100.cs">
28047     <type name="GLib.Object">
28048       <method name="Void .ctor()">
28049         <size>7</size>
28050       </method>
28051       <method name="Int32 get_Raw()">
28052         <size>2</size>
28053       </method>
28054       <method name="Void set_Raw(Int32)">
28055         <size>8</size>
28056       </method>
28057       <method name="Void GetProperty()">
28058         <size>12</size>
28059       </method>
28060       <method name="Int32 Main()">
28061         <size>2</size>
28062       </method>
28063     </type>
28064   </test>
28065   <test name="test-101.cs">
28066     <type name="Test.MyAttribute">
28067       <method name="Void .ctor(String)">
28068         <size>20</size>
28069       </method>
28070     </type>
28071     <type name="Test.My2Attribute">
28072       <method name="Void .ctor(String, Int32)">
28073         <size>31</size>
28074       </method>
28075     </type>
28076     <type name="Test.Test">
28077       <method name="Void .ctor()">
28078         <size>7</size>
28079       </method>
28080       <method name="Int32 Main()">
28081         <size>92</size>
28082       </method>
28083     </type>
28084   </test>
28085   <test name="test-102.cs">
28086     <type name="N1.MineAttribute">
28087       <method name="Void .ctor(String)">
28088         <size>14</size>
28089       </method>
28090     </type>
28091     <type name="N1.ReturnAttribute">
28092       <method name="Void .ctor(String)">
28093         <size>14</size>
28094       </method>
28095     </type>
28096     <type name="N1.Foo">
28097       <method name="Void .ctor()">
28098         <size>7</size>
28099       </method>
28100       <method name="Int32 Main()">
28101         <size>250</size>
28102       </method>
28103     </type>
28104   </test>
28105   <test name="test-103.cs">
28106     <type name="A">
28107       <method name="Void .ctor()">
28108         <size>7</size>
28109       </method>
28110       <method name="Int32 Foo()">
28111         <size>0</size>
28112       </method>
28113     </type>
28114     <type name="B">
28115       <method name="Void .ctor()">
28116         <size>7</size>
28117       </method>
28118       <method name="Int32 Foo()">
28119         <size>2</size>
28120       </method>
28121       <method name="Int32 M()">
28122         <size>7</size>
28123       </method>
28124     </type>
28125     <type name="Test">
28126       <method name="Void .ctor()">
28127         <size>7</size>
28128       </method>
28129       <method name="Int32 Main()">
28130         <size>11</size>
28131       </method>
28132     </type>
28133   </test>
28134   <test name="test-104.cs">
28135     <type name="Test">
28136       <method name="Void .ctor()">
28137         <size>7</size>
28138       </method>
28139       <method name="Int32 Main(System.String[])">
28140         <size>12</size>
28141       </method>
28142     </type>
28143   </test>
28144   <test name="test-105.cs">
28145     <type name="Test">
28146       <method name="Void .ctor()">
28147         <size>7</size>
28148       </method>
28149       <method name="Int32 F(Int32)">
28150         <size>33</size>
28151       </method>
28152       <method name="Void async_callback(IAsyncResult)">
28153         <size>22</size>
28154       </method>
28155       <method name="Int32 Main()">
28156         <size>407</size>
28157       </method>
28158     </type>
28159     <type name="Test+SimpleDelegate">
28160       <method name="Void .ctor(Object, IntPtr)">
28161         <size>0</size>
28162       </method>
28163       <method name="Int32 Invoke(Int32)">
28164         <size>0</size>
28165       </method>
28166       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28167         <size>0</size>
28168       </method>
28169       <method name="Int32 EndInvoke(IAsyncResult)">
28170         <size>0</size>
28171       </method>
28172     </type>
28173   </test>
28174   <test name="test-107.cs">
28175     <type name="Test">
28176       <method name="Void .ctor()">
28177         <size>7</size>
28178       </method>
28179       <method name="Void .cctor()">
28180         <size>1</size>
28181       </method>
28182       <method name="Int32 F(Int32)">
28183         <size>27</size>
28184       </method>
28185       <method name="Void async_callback(IAsyncResult)">
28186         <size>100</size>
28187       </method>
28188       <method name="Int32 Main()">
28189         <size>89</size>
28190       </method>
28191     </type>
28192     <type name="Test+SimpleDelegate">
28193       <method name="Void .ctor(Object, IntPtr)">
28194         <size>0</size>
28195       </method>
28196       <method name="Int32 Invoke(Int32)">
28197         <size>0</size>
28198       </method>
28199       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28200         <size>0</size>
28201       </method>
28202       <method name="Int32 EndInvoke(IAsyncResult)">
28203         <size>0</size>
28204       </method>
28205     </type>
28206   </test>
28207   <test name="test-108.cs">
28208     <type name="X">
28209       <method name="Void .ctor()">
28210         <size>7</size>
28211       </method>
28212       <method name="Int32 Main()">
28213         <size>79</size>
28214       </method>
28215     </type>
28216   </test>
28217   <test name="test-109.cs">
28218     <type name="T">
28219       <method name="Void .ctor()">
28220         <size>7</size>
28221       </method>
28222       <method name="Int32 Main()">
28223         <size>23</size>
28224       </method>
28225     </type>
28226   </test>
28227   <test name="test-11.cs">
28228     <type name="Test">
28229       <method name="Void .ctor()">
28230         <size>7</size>
28231       </method>
28232       <method name="Int32 boxtest()">
28233         <size>12</size>
28234       </method>
28235       <method name="Int32 Main()">
28236         <size>14</size>
28237       </method>
28238     </type>
28239   </test>
28240   <test name="test-110.cs">
28241     <type name="test.test">
28242       <method name="Void .ctor()">
28243         <size>7</size>
28244       </method>
28245       <method name="Int32 test_method(Int32)">
28246         <size>13</size>
28247       </method>
28248       <method name="Int32 Main()">
28249         <size>17</size>
28250       </method>
28251     </type>
28252   </test>
28253   <test name="test-111.cs">
28254     <type name="T">
28255       <method name="Void .ctor()">
28256         <size>7</size>
28257       </method>
28258       <method name="System.Object get_obj()">
28259         <size>6</size>
28260       </method>
28261       <method name="Int32 Main()">
28262         <size>21</size>
28263       </method>
28264     </type>
28265   </test>
28266   <test name="test-112.cs">
28267     <type name="X">
28268       <method name="Void .ctor()">
28269         <size>7</size>
28270       </method>
28271       <method name="System.Int32[] g()">
28272         <size>14</size>
28273       </method>
28274       <method name="Int32 Main()">
28275         <size>18</size>
28276       </method>
28277     </type>
28278   </test>
28279   <test name="test-113.cs">
28280     <type name="X">
28281       <method name="Void .ctor()">
28282         <size>7</size>
28283       </method>
28284       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
28285         <size>4</size>
28286       </method>
28287       <method name="Void GetProperty(System.String, System.String ByRef)">
28288         <size>21</size>
28289       </method>
28290       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
28291         <size>4</size>
28292       </method>
28293       <method name="Void GetProperty(System.String, Boolean ByRef)">
28294         <size>21</size>
28295       </method>
28296       <method name="Int32 Main()">
28297         <size>2</size>
28298       </method>
28299     </type>
28300   </test>
28301   <test name="test-114.cs">
28302     <type name="MyClass">
28303       <method name="Void .ctor()">
28304         <size>7</size>
28305       </method>
28306       <method name="Int32 Main()">
28307         <size>15</size>
28308       </method>
28309     </type>
28310     <type name="MyClass+IsAnything">
28311       <method name="Void .ctor(Object, IntPtr)">
28312         <size>0</size>
28313       </method>
28314       <method name="Boolean Invoke(Char)">
28315         <size>0</size>
28316       </method>
28317       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
28318         <size>0</size>
28319       </method>
28320       <method name="Boolean EndInvoke(IAsyncResult)">
28321         <size>0</size>
28322       </method>
28323     </type>
28324   </test>
28325   <test name="test-115.cs">
28326     <type name="A">
28327       <method name="Void .ctor()">
28328         <size>7</size>
28329       </method>
28330       <method name="X op_Explicit(A)">
28331         <size>8</size>
28332       </method>
28333     </type>
28334     <type name="X">
28335       <method name="Void .ctor()">
28336         <size>7</size>
28337       </method>
28338     </type>
28339     <type name="Y">
28340       <method name="Void .ctor()">
28341         <size>7</size>
28342       </method>
28343     </type>
28344     <type name="blah">
28345       <method name="Void .ctor()">
28346         <size>7</size>
28347       </method>
28348       <method name="Int32 Main()">
28349         <size>47</size>
28350       </method>
28351     </type>
28352   </test>
28353   <test name="test-116.cs">
28354     <type name="X">
28355       <method name="Void .ctor()">
28356         <size>7</size>
28357       </method>
28358       <method name="Int32 Main()">
28359         <size>12</size>
28360       </method>
28361     </type>
28362   </test>
28363   <test name="test-117.cs">
28364     <type name="Blah">
28365       <method name="Void .ctor()">
28366         <size>18</size>
28367       </method>
28368       <method name="Int32 Main()">
28369         <size>25</size>
28370       </method>
28371     </type>
28372   </test>
28373   <test name="test-118.cs">
28374     <type name="Container">
28375       <method name="Void .ctor()">
28376         <size>7</size>
28377       </method>
28378       <method name="Int32 Main(System.String[])">
28379         <size>2</size>
28380       </method>
28381     </type>
28382   </test>
28383   <test name="test-119.cs">
28384     <type name="Value">
28385       <method name="Void .ctor()">
28386         <size>7</size>
28387       </method>
28388       <method name="Int32 op_Explicit(Value)">
28389         <size>2</size>
28390       </method>
28391       <method name="MyObject op_Explicit(Value)">
28392         <size>7</size>
28393       </method>
28394       <method name="UInt32 op_Explicit(Value)">
28395         <size>2</size>
28396       </method>
28397     </type>
28398     <type name="MyObject">
28399       <method name="Void .ctor(Int32)">
28400         <size>7</size>
28401       </method>
28402     </type>
28403     <type name="Derived">
28404       <method name="Void .ctor(Int32)">
28405         <size>8</size>
28406       </method>
28407       <method name="Derived Blah()">
28408         <size>18</size>
28409       </method>
28410     </type>
28411     <type name="Test">
28412       <method name="Void .ctor()">
28413         <size>7</size>
28414       </method>
28415       <method name="Int32 Main()">
28416         <size>33</size>
28417       </method>
28418     </type>
28419   </test>
28420   <test name="test-12.cs">
28421     <type name="X">
28422       <method name="Void .ctor()">
28423         <size>7</size>
28424       </method>
28425       <method name="Int32 Main(System.String[])">
28426         <size>270</size>
28427       </method>
28428       <method name="System.String s(System.String, Int32)">
28429         <size>13</size>
28430       </method>
28431       <method name="System.String x(System.String, System.Object)">
28432         <size>8</size>
28433       </method>
28434     </type>
28435   </test>
28436   <test name="test-120.cs">
28437     <type name="test">
28438       <method name="Void .ctor()">
28439         <size>7</size>
28440       </method>
28441       <method name="Int32 Main()">
28442         <size>140</size>
28443       </method>
28444     </type>
28445   </test>
28446   <test name="test-121.cs">
28447     <type name="X">
28448       <method name="Void .ctor()">
28449         <size>7</size>
28450       </method>
28451       <method name="Int32 g()">
28452         <size>14</size>
28453       </method>
28454       <method name="Int32 Main()">
28455         <size>81</size>
28456       </method>
28457     </type>
28458   </test>
28459   <test name="test-122.cs">
28460     <type name="A">
28461       <method name="Void .ctor()">
28462         <size>7</size>
28463       </method>
28464       <method name="Void .cctor()">
28465         <size>1</size>
28466       </method>
28467       <method name="Int32 Main()">
28468         <size>2</size>
28469       </method>
28470     </type>
28471     <type name="A+B">
28472       <method name="Void .ctor()">
28473         <size>7</size>
28474       </method>
28475       <method name="Void Foo()">
28476         <size>13</size>
28477       </method>
28478     </type>
28479   </test>
28480   <test name="test-123.cs">
28481     <type name="X">
28482       <method name="Void .ctor()">
28483         <size>7</size>
28484       </method>
28485       <method name="System.Object get_non_null()">
28486         <size>6</size>
28487       </method>
28488       <method name="System.Object get_null()">
28489         <size>2</size>
28490       </method>
28491       <method name="Int32 Main()">
28492         <size>95</size>
28493       </method>
28494     </type>
28495   </test>
28496   <test name="test-124.cs">
28497     <type name="t">
28498       <method name="Void .ctor()">
28499         <size>7</size>
28500       </method>
28501       <method name="Void a()">
28502         <size>16</size>
28503       </method>
28504       <method name="Void b()">
28505         <size>16</size>
28506       </method>
28507       <method name="Void c()">
28508         <size>24</size>
28509       </method>
28510       <method name="Void d()">
28511         <size>28</size>
28512       </method>
28513       <method name="Void Main()">
28514         <size>1</size>
28515       </method>
28516     </type>
28517   </test>
28518   <test name="test-125.cs">
28519     <type name="Fraction">
28520       <method name="Void .ctor(Int32, Int32)">
28521         <size>31</size>
28522       </method>
28523       <method name="Void .ctor(Int32)">
28524         <size>31</size>
28525       </method>
28526       <method name="Boolean Equals(System.Object)">
28527         <size>36</size>
28528       </method>
28529       <method name="System.String ToString()">
28530         <size>35</size>
28531       </method>
28532       <method name="Fraction op_Implicit(Int32)">
28533         <size>17</size>
28534       </method>
28535       <method name="Int32 op_Explicit(Fraction)">
28536         <size>24</size>
28537       </method>
28538       <method name="Boolean op_Equality(Fraction, Fraction)">
28539         <size>48</size>
28540       </method>
28541       <method name="Boolean op_Inequality(Fraction, Fraction)">
28542         <size>21</size>
28543       </method>
28544       <method name="Fraction op_Addition(Fraction, Fraction)">
28545         <size>102</size>
28546       </method>
28547     </type>
28548     <type name="Tester">
28549       <method name="Void .ctor()">
28550         <size>7</size>
28551       </method>
28552       <method name="Int32 Main()">
28553         <size>148</size>
28554       </method>
28555     </type>
28556   </test>
28557   <test name="test-126.cs">
28558     <type name="X">
28559       <method name="Void .ctor()">
28560         <size>7</size>
28561       </method>
28562       <method name="Void Iface.Method()">
28563         <size>1</size>
28564       </method>
28565       <method name="Int32 Main()">
28566         <size>33</size>
28567       </method>
28568     </type>
28569   </test>
28570   <test name="test-127.cs">
28571     <type name="X">
28572       <method name="Void .ctor()">
28573         <size>7</size>
28574       </method>
28575       <method name="Int32 Main()">
28576         <size>32</size>
28577       </method>
28578     </type>
28579   </test>
28580   <test name="test-128.cs">
28581     <type name="SimpleAttribute">
28582       <method name="Void .ctor(String)">
28583         <size>14</size>
28584       </method>
28585     </type>
28586     <type name="MineAttribute">
28587       <method name="Void .ctor(Type[])">
28588         <size>14</size>
28589       </method>
28590     </type>
28591     <type name="Foo">
28592       <method name="Void .ctor()">
28593         <size>7</size>
28594       </method>
28595       <method name="Int32 MM()">
28596         <size>168</size>
28597       </method>
28598     </type>
28599     <type name="Blah">
28600       <method name="Void .ctor()">
28601         <size>7</size>
28602       </method>
28603       <method name="Int32 get_Value()">
28604         <size>7</size>
28605       </method>
28606       <method name="Void set_Value(Int32)">
28607         <size>8</size>
28608       </method>
28609       <method name="Int32 Another()">
28610         <size>2</size>
28611       </method>
28612       <method name="Int32 Main()">
28613         <size>6</size>
28614       </method>
28615     </type>
28616   </test>
28617   <test name="test-129.cs">
28618     <type name="X">
28619       <method name="Void .ctor()">
28620         <size>7</size>
28621       </method>
28622       <method name="Int32 Main()">
28623         <size>27</size>
28624       </method>
28625     </type>
28626   </test>
28627   <test name="test-13.cs">
28628     <type name="Foo">
28629       <method name="Void .ctor()">
28630         <size>7</size>
28631       </method>
28632       <method name="Boolean MyMethod()">
28633         <size>12</size>
28634       </method>
28635     </type>
28636     <type name="Blah">
28637       <method name="Void .ctor()">
28638         <size>7</size>
28639       </method>
28640       <method name="Int32 Main()">
28641         <size>23</size>
28642       </method>
28643     </type>
28644   </test>
28645   <test name="test-130.cs">
28646     <type name="X">
28647       <method name="Void .ctor()">
28648         <size>20</size>
28649       </method>
28650       <method name="Int32 Main()">
28651         <size>2</size>
28652       </method>
28653     </type>
28654   </test>
28655   <test name="test-131.cs">
28656     <type name="SimpleAttribute">
28657       <method name="Void .ctor(String)">
28658         <size>14</size>
28659       </method>
28660     </type>
28661     <type name="Blah">
28662       <method name="Void .ctor()">
28663         <size>7</size>
28664       </method>
28665       <method name="Int32 Main()">
28666         <size>2</size>
28667       </method>
28668     </type>
28669   </test>
28670   <test name="test-132.cs">
28671     <type name="T">
28672       <method name="Void .ctor()">
28673         <size>7</size>
28674       </method>
28675       <method name="Int32 Main()">
28676         <size>57</size>
28677       </method>
28678     </type>
28679   </test>
28680   <test name="test-133.cs">
28681     <type name="T">
28682       <method name="Void .ctor()">
28683         <size>7</size>
28684       </method>
28685       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
28686         <size>21</size>
28687       </method>
28688       <method name="Void get_struct(S ByRef)">
28689         <size>24</size>
28690       </method>
28691       <method name="Int32 Main()">
28692         <size>75</size>
28693       </method>
28694     </type>
28695   </test>
28696   <test name="test-134.cs">
28697     <type name="AA">
28698       <method name="Void .ctor()">
28699         <size>7</size>
28700       </method>
28701       <method name="Void A()">
28702         <size>8</size>
28703       </method>
28704       <method name="Void B()">
28705         <size>8</size>
28706       </method>
28707       <method name="Void C()">
28708         <size>8</size>
28709       </method>
28710       <method name="Boolean get_OK()">
28711         <size>32</size>
28712       </method>
28713     </type>
28714     <type name="BB">
28715       <method name="Void .ctor()">
28716         <size>7</size>
28717       </method>
28718       <method name="Void A()">
28719         <size>18</size>
28720       </method>
28721       <method name="Void B()">
28722         <size>8</size>
28723       </method>
28724       <method name="Void C()">
28725         <size>8</size>
28726       </method>
28727       <method name="Boolean get_OK()">
28728         <size>32</size>
28729       </method>
28730     </type>
28731     <type name="T">
28732       <method name="Void .ctor()">
28733         <size>7</size>
28734       </method>
28735       <method name="Void A()">
28736         <size>1</size>
28737       </method>
28738       <method name="Void B()">
28739         <size>1</size>
28740       </method>
28741       <method name="Int32 Main()">
28742         <size>76</size>
28743       </method>
28744     </type>
28745   </test>
28746   <test name="test-135.cs">
28747     <type name="A">
28748       <method name="Void .ctor()">
28749         <size>7</size>
28750       </method>
28751       <method name="Void doh()">
28752         <size>1</size>
28753       </method>
28754     </type>
28755     <type name="T">
28756       <method name="Void .ctor()">
28757         <size>7</size>
28758       </method>
28759       <method name="A get_Prop()">
28760         <size>6</size>
28761       </method>
28762       <method name="Int32 Main()">
28763         <size>37</size>
28764       </method>
28765       <method name="IA IB.get_Prop()">
28766         <size>6</size>
28767       </method>
28768     </type>
28769   </test>
28770   <test name="test-136.cs">
28771     <type name="MyCar">
28772       <method name="Void .ctor()">
28773         <size>7</size>
28774       </method>
28775       <method name="Void IDiagnostic.Stop()">
28776         <size>8</size>
28777       </method>
28778       <method name="Void IAutomobile.Stop()">
28779         <size>8</size>
28780       </method>
28781       <method name="Void Stop()">
28782         <size>16</size>
28783       </method>
28784     </type>
28785     <type name="TestConflict">
28786       <method name="Void .ctor()">
28787         <size>7</size>
28788       </method>
28789       <method name="Int32 Main()">
28790         <size>74</size>
28791       </method>
28792     </type>
28793   </test>
28794   <test name="test-137.cs">
28795     <type name="C">
28796       <method name="Void .ctor()">
28797         <size>7</size>
28798       </method>
28799       <method name="Void X()">
28800         <size>15</size>
28801       </method>
28802       <method name="Int32 Main()">
28803         <size>95</size>
28804       </method>
28805     </type>
28806   </test>
28807   <test name="test-138.cs">
28808     <type name="T">
28809       <method name="Void .ctor()">
28810         <size>7</size>
28811       </method>
28812       <method name="Int32 Main()">
28813         <size>14</size>
28814       </method>
28815     </type>
28816   </test>
28817   <test name="test-139.cs">
28818     <type name="T">
28819       <method name="Void one()">
28820         <size>13</size>
28821       </method>
28822       <method name="Void two(T)">
28823         <size>8</size>
28824       </method>
28825       <method name="Void three(T ByRef)">
28826         <size>13</size>
28827       </method>
28828       <method name="Int32 GetHashCode()">
28829         <size>12</size>
28830       </method>
28831       <method name="Int32 Main()">
28832         <size>31</size>
28833       </method>
28834     </type>
28835   </test>
28836   <test name="test-14.cs">
28837     <type name="Obj.A">
28838       <method name="Void .ctor()">
28839         <size>7</size>
28840       </method>
28841       <method name="Int32 F()">
28842         <size>2</size>
28843       </method>
28844       <method name="Int32 G()">
28845         <size>2</size>
28846       </method>
28847       <method name="Int32 H()">
28848         <size>3</size>
28849       </method>
28850     </type>
28851     <type name="Obj.B">
28852       <method name="Void .ctor()">
28853         <size>7</size>
28854       </method>
28855       <method name="Int32 F()">
28856         <size>2</size>
28857       </method>
28858       <method name="Int32 G()">
28859         <size>2</size>
28860       </method>
28861       <method name="Int32 H()">
28862         <size>3</size>
28863       </method>
28864     </type>
28865     <type name="Obj.Test">
28866       <method name="Void .ctor()">
28867         <size>7</size>
28868       </method>
28869       <method name="Int32 Main()">
28870         <size>182</size>
28871       </method>
28872     </type>
28873   </test>
28874   <test name="test-140.cs">
28875     <type name="BreakTest">
28876       <method name="Void .ctor()">
28877         <size>7</size>
28878       </method>
28879       <method name="Void .cctor()">
28880         <size>1</size>
28881       </method>
28882       <method name="Void B()">
28883         <size>47</size>
28884       </method>
28885       <method name="Int32 Main()">
28886         <size>20</size>
28887       </method>
28888     </type>
28889   </test>
28890   <test name="test-141.cs">
28891     <type name="X">
28892       <method name="Void .ctor()">
28893         <size>7</size>
28894       </method>
28895       <method name="Int32 Main()">
28896         <size>38</size>
28897       </method>
28898       <method name="Boolean Test1()">
28899         <size>41</size>
28900       </method>
28901       <method name="Boolean Test2()">
28902         <size>42</size>
28903       </method>
28904       <method name="Boolean Test3()">
28905         <size>37</size>
28906       </method>
28907     </type>
28908   </test>
28909   <test name="test-142.cs">
28910     <type name="TestClass">
28911       <method name="Void .ctor(EventHandler)">
28912         <size>14</size>
28913       </method>
28914       <method name="Int32 Main()">
28915         <size>2</size>
28916       </method>
28917     </type>
28918     <type name="TestBaseClass">
28919       <method name="Void .ctor()">
28920         <size>7</size>
28921       </method>
28922       <method name="Void add_Blah(System.EventHandler)">
28923         <size>24</size>
28924       </method>
28925       <method name="Void remove_Blah(System.EventHandler)">
28926         <size>24</size>
28927       </method>
28928     </type>
28929   </test>
28930   <test name="test-143.cs">
28931     <type name="MonoEnumInfo">
28932       <method name="Void stuff()">
28933         <size>8</size>
28934       </method>
28935       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
28936         <size>20</size>
28937       </method>
28938       <method name="Int32 Main()">
28939         <size>32</size>
28940       </method>
28941     </type>
28942   </test>
28943   <test name="test-144.cs">
28944     <type name="Test">
28945       <method name="Void .ctor()">
28946         <size>7</size>
28947       </method>
28948       <method name="Void Main()">
28949         <size>1</size>
28950       </method>
28951     </type>
28952   </test>
28953   <test name="test-145.cs">
28954     <type name="JagArrayTest">
28955       <method name="Void .ctor()">
28956         <size>7</size>
28957       </method>
28958       <method name="Void .cctor()">
28959         <size>25</size>
28960       </method>
28961       <method name="Void Main()">
28962         <size>15</size>
28963       </method>
28964     </type>
28965   </test>
28966   <test name="test-146.cs">
28967     <type name="Test">
28968       <method name="Void .ctor()">
28969         <size>7</size>
28970       </method>
28971       <method name="Int32 Main()">
28972         <size>335</size>
28973       </method>
28974     </type>
28975   </test>
28976   <test name="test-147.cs">
28977     <type name="X">
28978       <method name="Void .ctor()">
28979         <size>15</size>
28980       </method>
28981       <method name="Void .cctor()">
28982         <size>8</size>
28983       </method>
28984       <method name="X Foo()">
28985         <size>6</size>
28986       </method>
28987       <method name="X Bar()">
28988         <size>6</size>
28989       </method>
28990       <method name="X Baz()">
28991         <size>6</size>
28992       </method>
28993       <method name="UInt32 get_Property()">
28994         <size>2</size>
28995       </method>
28996       <method name="UInt32 get_StaticProperty()">
28997         <size>3</size>
28998       </method>
28999       <method name="Int32 get_Item(Int32)">
29000         <size>2</size>
29001       </method>
29002     </type>
29003     <type name="Y">
29004       <method name="Void .ctor()">
29005         <size>15</size>
29006       </method>
29007       <method name="Void .cctor()">
29008         <size>9</size>
29009       </method>
29010       <method name="Y Foo()">
29011         <size>6</size>
29012       </method>
29013       <method name="Y Bar()">
29014         <size>6</size>
29015       </method>
29016       <method name="Y Baz()">
29017         <size>6</size>
29018       </method>
29019       <method name="UInt32 get_Property()">
29020         <size>2</size>
29021       </method>
29022       <method name="UInt32 get_StaticProperty()">
29023         <size>3</size>
29024       </method>
29025       <method name="Int32 get_Item(Int32)">
29026         <size>2</size>
29027       </method>
29028     </type>
29029     <type name="Z">
29030       <method name="Void .ctor()">
29031         <size>7</size>
29032       </method>
29033       <method name="Int32 Test()">
29034         <size>94</size>
29035       </method>
29036     </type>
29037     <type name="Test">
29038       <method name="Void .ctor()">
29039         <size>7</size>
29040       </method>
29041       <method name="Int32 Main()">
29042         <size>252</size>
29043       </method>
29044     </type>
29045   </test>
29046   <test name="test-148.cs">
29047     <type name="Y">
29048       <method name="Void .ctor()">
29049         <size>7</size>
29050       </method>
29051       <method name="Int32 get_Bar(Int32)">
29052         <size>2</size>
29053       </method>
29054       <method name="Int64 get_Bar(Double)">
29055         <size>3</size>
29056       </method>
29057     </type>
29058     <type name="Z">
29059       <method name="Void .ctor()">
29060         <size>7</size>
29061       </method>
29062       <method name="Int64 get_Whatever(Double)">
29063         <size>3</size>
29064       </method>
29065       <method name="Single get_Whatever(Int64, Int32)">
29066         <size>6</size>
29067       </method>
29068       <method name="Int32 InstanceTest()">
29069         <size>54</size>
29070       </method>
29071       <method name="Int32 Test()">
29072         <size>356</size>
29073       </method>
29074       <method name="Int32 Main()">
29075         <size>94</size>
29076       </method>
29077     </type>
29078     <type name="Z+MyArray">
29079       <method name="Void .ctor()">
29080         <size>7</size>
29081       </method>
29082       <method name="System.Object get_Item(Int32)">
29083         <size>8</size>
29084       </method>
29085       <method name="Void set_Item(Int32, System.Object)">
29086         <size>9</size>
29087       </method>
29088     </type>
29089     <type name="A">
29090       <method name="Void .ctor()">
29091         <size>7</size>
29092       </method>
29093       <method name="Int32 get_Monkey(Int32)">
29094         <size>4</size>
29095       </method>
29096     </type>
29097     <type name="B">
29098       <method name="Void .ctor()">
29099         <size>7</size>
29100       </method>
29101       <method name="Int64 get_Item(Int64, Int32)">
29102         <size>5</size>
29103       </method>
29104     </type>
29105     <type name="C">
29106       <method name="Void .ctor()">
29107         <size>7</size>
29108       </method>
29109       <method name="Int32 get_Item(Int32)">
29110         <size>4</size>
29111       </method>
29112     </type>
29113     <type name="D">
29114       <method name="Void .ctor()">
29115         <size>7</size>
29116       </method>
29117       <method name="Int64 get_Item(Int64, Int32)">
29118         <size>5</size>
29119       </method>
29120     </type>
29121     <type name="E">
29122       <method name="Void .ctor()">
29123         <size>7</size>
29124       </method>
29125       <method name="System.String get_g()">
29126         <size>6</size>
29127       </method>
29128       <method name="Void set_g(System.String)">
29129         <size>1</size>
29130       </method>
29131     </type>
29132     <type name="F">
29133       <method name="Void .ctor()">
29134         <size>7</size>
29135       </method>
29136       <method name="System.String get_g()">
29137         <size>6</size>
29138       </method>
29139     </type>
29140     <type name="DisposableNotifyList">
29141       <method name="Void .ctor()">
29142         <size>7</size>
29143       </method>
29144     </type>
29145     <type name="ChildList">
29146       <method name="Void .ctor()">
29147         <size>7</size>
29148       </method>
29149       <method name="Void Test()">
29150         <size>14</size>
29151       </method>
29152     </type>
29153     <type name="Y">
29154       <method name="Int32 X.get_Foo(Int32)">
29155         <size>2</size>
29156       </method>
29157     </type>
29158   </test>
29159   <test name="test-149.cs">
29160     <type name="Y">
29161       <method name="Void .ctor()">
29162         <size>7</size>
29163       </method>
29164       <method name="Void .cctor()">
29165         <size>1</size>
29166       </method>
29167       <method name="Void add_Foo(System.EventHandler)">
29168         <size>24</size>
29169       </method>
29170       <method name="Void remove_Foo(System.EventHandler)">
29171         <size>24</size>
29172       </method>
29173       <method name="Void add_TestEvent(MyDelegate)">
29174         <size>24</size>
29175       </method>
29176       <method name="Void remove_TestEvent(MyDelegate)">
29177         <size>24</size>
29178       </method>
29179       <method name="Int32 Test()">
29180         <size>134</size>
29181       </method>
29182       <method name="Void callback1(System.Object, System.EventArgs)">
29183         <size>7</size>
29184       </method>
29185       <method name="Int64 callback2(Int32)">
29186         <size>19</size>
29187       </method>
29188       <method name="Void callback3(System.Object, System.EventArgs)">
29189         <size>7</size>
29190       </method>
29191     </type>
29192     <type name="Z">
29193       <method name="Void .ctor()">
29194         <size>7</size>
29195       </method>
29196       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
29197         <size>22</size>
29198       </method>
29199       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
29200         <size>22</size>
29201       </method>
29202       <method name="Int32 a()">
29203         <size>2</size>
29204       </method>
29205       <method name="Int32 Main()">
29206         <size>80</size>
29207       </method>
29208     </type>
29209     <type name="Static">
29210       <method name="Void .ctor()">
29211         <size>7</size>
29212       </method>
29213       <method name="Void add_Test(System.EventHandler)">
29214         <size>22</size>
29215       </method>
29216       <method name="Void remove_Test(System.EventHandler)">
29217         <size>22</size>
29218       </method>
29219       <method name="Void Fire()">
29220         <size>23</size>
29221       </method>
29222     </type>
29223     <type name="Z+SomeEventHandler">
29224       <method name="Void .ctor(Object, IntPtr)">
29225         <size>0</size>
29226       </method>
29227       <method name="Int32 Invoke()">
29228         <size>0</size>
29229       </method>
29230       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29231         <size>0</size>
29232       </method>
29233       <method name="Int32 EndInvoke(IAsyncResult)">
29234         <size>0</size>
29235       </method>
29236     </type>
29237     <type name="MyDelegate">
29238       <method name="Void .ctor(Object, IntPtr)">
29239         <size>0</size>
29240       </method>
29241       <method name="Int64 Invoke(Int32)">
29242         <size>0</size>
29243       </method>
29244       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29245         <size>0</size>
29246       </method>
29247       <method name="Int64 EndInvoke(IAsyncResult)">
29248         <size>0</size>
29249       </method>
29250     </type>
29251     <type name="Y">
29252       <method name="Void X.add_Foo(System.EventHandler)">
29253         <size>1</size>
29254       </method>
29255       <method name="Void X.remove_Foo(System.EventHandler)">
29256         <size>1</size>
29257       </method>
29258     </type>
29259   </test>
29260   <test name="test-15.cs">
29261     <type name="Implementor">
29262       <method name="Void .ctor()">
29263         <size>7</size>
29264       </method>
29265       <method name="Int32 A()">
29266         <size>2</size>
29267       </method>
29268     </type>
29269     <type name="Run">
29270       <method name="Void .ctor()">
29271         <size>7</size>
29272       </method>
29273       <method name="Int32 Main()">
29274         <size>53</size>
29275       </method>
29276     </type>
29277     <type name="StructImplementor">
29278       <method name="Int32 A()">
29279         <size>2</size>
29280       </method>
29281     </type>
29282   </test>
29283   <test name="test-150.cs">
29284     <type name="T">
29285       <method name="Void .ctor()">
29286         <size>18</size>
29287       </method>
29288       <method name="Int32 Main()">
29289         <size>2</size>
29290       </method>
29291     </type>
29292   </test>
29293   <test name="test-151.cs">
29294     <type name="A.Iface">
29295       <method name="Void .ctor()">
29296         <size>7</size>
29297       </method>
29298       <method name="Void bah()">
29299         <size>1</size>
29300       </method>
29301     </type>
29302     <type name="A.my">
29303       <method name="Void .ctor()">
29304         <size>7</size>
29305       </method>
29306       <method name="Void doit(System.Object)">
29307         <size>13</size>
29308       </method>
29309       <method name="Int32 Main()">
29310         <size>2</size>
29311       </method>
29312     </type>
29313   </test>
29314   <test name="test-152.cs">
29315     <type name="X">
29316       <method name="Void .ctor()">
29317         <size>7</size>
29318       </method>
29319       <method name="Int32 Main()">
29320         <size>101</size>
29321       </method>
29322     </type>
29323   </test>
29324   <test name="test-153.cs">
29325     <type name="Z">
29326       <method name="Void .ctor()">
29327         <size>7</size>
29328       </method>
29329       <method name="Void Test2(System.String, System.Object[])">
29330         <size>1</size>
29331       </method>
29332       <method name="Void Test(System.String, System.Object[])">
29333         <size>8</size>
29334       </method>
29335       <method name="Int32 Main()">
29336         <size>86</size>
29337       </method>
29338     </type>
29339   </test>
29340   <test name="test-154.cs">
29341     <type name="X">
29342       <method name="Void .ctor()">
29343         <size>7</size>
29344       </method>
29345       <method name="Int32 Main()">
29346         <size>2</size>
29347       </method>
29348       <method name="Void test1(Single ByRef)">
29349         <size>6</size>
29350       </method>
29351       <method name="Void test2(Int32, Single ByRef)">
29352         <size>38</size>
29353       </method>
29354       <method name="Void test3(System.Int64[], Int32)">
29355         <size>21</size>
29356       </method>
29357       <method name="Int32 test4(Int32, Single ByRef)">
29358         <size>33</size>
29359       </method>
29360       <method name="Int32 test5(Single ByRef, Int64)">
29361         <size>73</size>
29362       </method>
29363       <method name="Int32 test6(Single ByRef)">
29364         <size>10</size>
29365       </method>
29366       <method name="Int64 test7(System.Int32[], Int32)">
29367         <size>64</size>
29368       </method>
29369       <method name="Int64 test8(Int32)">
29370         <size>34</size>
29371       </method>
29372       <method name="Int64 test9(Int32)">
29373         <size>28</size>
29374       </method>
29375       <method name="Void test10(Int32, Single ByRef)">
29376         <size>23</size>
29377       </method>
29378       <method name="Int64 test11(Int32)">
29379         <size>44</size>
29380       </method>
29381       <method name="Void test12(Single ByRef)">
29382         <size>25</size>
29383       </method>
29384       <method name="Void test13(Int32, Single ByRef)">
29385         <size>23</size>
29386       </method>
29387       <method name="Int64 test14(Int32, Single ByRef)">
29388         <size>66</size>
29389       </method>
29390       <method name="Int32 test15(Int32, Single ByRef)">
29391         <size>33</size>
29392       </method>
29393       <method name="Void test16()">
29394         <size>54</size>
29395       </method>
29396       <method name="Void test17()">
29397         <size>62</size>
29398       </method>
29399       <method name="Void test18(Int32, Int32 ByRef)">
29400         <size>35</size>
29401       </method>
29402       <method name="Int32 test19()">
29403         <size>49</size>
29404       </method>
29405       <method name="Int32 test20()">
29406         <size>22</size>
29407       </method>
29408       <method name="Int32 test21()">
29409         <size>28</size>
29410       </method>
29411       <method name="Int32 test22()">
29412         <size>27</size>
29413       </method>
29414       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
29415         <size>29</size>
29416       </method>
29417       <method name="Int64 test24(Int32)">
29418         <size>67</size>
29419       </method>
29420       <method name="Int64 test25(Int32)">
29421         <size>44</size>
29422       </method>
29423       <method name="Void test26()">
29424         <size>22</size>
29425       </method>
29426       <method name="Int32 test27()">
29427         <size>12</size>
29428       </method>
29429       <method name="Void test28(System.Object ByRef)">
29430         <size>23</size>
29431       </method>
29432       <method name="Boolean test29(Int32 ByRef)">
29433         <size>33</size>
29434       </method>
29435       <method name="System.String test30(System.String ByRef)">
29436         <size>36</size>
29437       </method>
29438       <method name="System.String test31(Int32)">
29439         <size>78</size>
29440       </method>
29441       <method name="Void test32()">
29442         <size>11</size>
29443       </method>
29444       <method name="Int32 test33()">
29445         <size>4</size>
29446       </method>
29447       <method name="Void test34()">
29448         <size>20</size>
29449       </method>
29450       <method name="Void test35(Int32, Boolean)">
29451         <size>28</size>
29452       </method>
29453       <method name="Void test36()">
29454         <size>41</size>
29455       </method>
29456       <method name="Void test37()">
29457         <size>42</size>
29458       </method>
29459       <method name="Int32 test38()">
29460         <size>2</size>
29461       </method>
29462       <method name="Int32 test40(Int32)">
29463         <size>18</size>
29464       </method>
29465     </type>
29466   </test>
29467   <test name="test-155.cs">
29468     <type name="Test">
29469       <method name="Void .ctor()">
29470         <size>7</size>
29471       </method>
29472       <method name="Int32 Main()">
29473         <size>44</size>
29474       </method>
29475     </type>
29476     <type name="Test+TestClass">
29477       <method name="Void .ctor()">
29478         <size>7</size>
29479       </method>
29480       <method name="System.String test(System.String)">
29481         <size>22</size>
29482       </method>
29483     </type>
29484   </test>
29485   <test name="test-156.cs">
29486     <type name="Internal">
29487       <method name="Void .ctor()">
29488         <size>7</size>
29489       </method>
29490     </type>
29491     <type name="Public">
29492       <method name="Void .ctor()">
29493         <size>7</size>
29494       </method>
29495     </type>
29496     <type name="X">
29497       <method name="Void .ctor()">
29498         <size>7</size>
29499       </method>
29500       <method name="Void Main()">
29501         <size>1</size>
29502       </method>
29503     </type>
29504     <type name="X+NestedPublic">
29505       <method name="Void .ctor()">
29506         <size>7</size>
29507       </method>
29508     </type>
29509     <type name="X+NestedAssembly">
29510       <method name="Void .ctor()">
29511         <size>7</size>
29512       </method>
29513     </type>
29514     <type name="X+NestedFamilyAndAssembly">
29515       <method name="Void .ctor()">
29516         <size>7</size>
29517       </method>
29518     </type>
29519     <type name="X+NestedFamily">
29520       <method name="Void .ctor()">
29521         <size>7</size>
29522       </method>
29523     </type>
29524     <type name="X+NestedPrivate">
29525       <method name="Void .ctor()">
29526         <size>7</size>
29527       </method>
29528     </type>
29529     <type name="A">
29530       <method name="Void .ctor()">
29531         <size>7</size>
29532       </method>
29533     </type>
29534     <type name="B">
29535       <method name="Void .ctor()">
29536         <size>7</size>
29537       </method>
29538     </type>
29539     <type name="C">
29540       <method name="Void .ctor()">
29541         <size>7</size>
29542       </method>
29543     </type>
29544     <type name="D">
29545       <method name="Void .ctor()">
29546         <size>7</size>
29547       </method>
29548     </type>
29549     <type name="E">
29550       <method name="Void .ctor()">
29551         <size>7</size>
29552       </method>
29553     </type>
29554     <type name="F">
29555       <method name="Void .ctor()">
29556         <size>7</size>
29557       </method>
29558     </type>
29559     <type name="Y">
29560       <method name="Void .ctor()">
29561         <size>7</size>
29562       </method>
29563       <method name="Void Test(YI)">
29564         <size>1</size>
29565       </method>
29566     </type>
29567     <type name="Y+YA">
29568       <method name="Void .ctor()">
29569         <size>7</size>
29570       </method>
29571     </type>
29572     <type name="Y+YB">
29573       <method name="Void .ctor()">
29574         <size>7</size>
29575       </method>
29576     </type>
29577     <type name="Y+YC">
29578       <method name="Void .ctor()">
29579         <size>7</size>
29580       </method>
29581     </type>
29582     <type name="Y+YD">
29583       <method name="Void .ctor()">
29584         <size>7</size>
29585       </method>
29586     </type>
29587     <type name="Y+YE">
29588       <method name="Void .ctor()">
29589         <size>7</size>
29590       </method>
29591     </type>
29592     <type name="Y+YF">
29593       <method name="Void .ctor()">
29594         <size>7</size>
29595       </method>
29596     </type>
29597     <type name="Y+YG">
29598       <method name="Void .ctor()">
29599         <size>7</size>
29600       </method>
29601     </type>
29602     <type name="Y+YH">
29603       <method name="Void .ctor()">
29604         <size>7</size>
29605       </method>
29606     </type>
29607     <type name="Z">
29608       <method name="Void .ctor()">
29609         <size>7</size>
29610       </method>
29611     </type>
29612     <type name="Z+P">
29613       <method name="Void .ctor()">
29614         <size>7</size>
29615       </method>
29616     </type>
29617     <type name="W">
29618       <method name="Void .ctor()">
29619         <size>7</size>
29620       </method>
29621     </type>
29622     <type name="W+WA">
29623       <method name="Void .ctor()">
29624         <size>7</size>
29625       </method>
29626     </type>
29627     <type name="W+WB">
29628       <method name="Void .ctor()">
29629         <size>7</size>
29630       </method>
29631     </type>
29632     <type name="W+WC">
29633       <method name="Void .ctor()">
29634         <size>7</size>
29635       </method>
29636     </type>
29637     <type name="W+WD">
29638       <method name="Void .ctor()">
29639         <size>7</size>
29640       </method>
29641     </type>
29642     <type name="W+WE">
29643       <method name="Void .ctor()">
29644         <size>7</size>
29645       </method>
29646     </type>
29647     <type name="W+WCA">
29648       <method name="Void .ctor()">
29649         <size>7</size>
29650       </method>
29651     </type>
29652     <type name="W+WCB">
29653       <method name="Void .ctor()">
29654         <size>7</size>
29655       </method>
29656     </type>
29657     <type name="W+WCB+WCD">
29658       <method name="Void .ctor()">
29659         <size>7</size>
29660       </method>
29661     </type>
29662     <type name="W+WCB+WCD+WCE">
29663       <method name="Void .ctor()">
29664         <size>7</size>
29665       </method>
29666     </type>
29667     <type name="G">
29668       <method name="Void .ctor()">
29669         <size>7</size>
29670       </method>
29671       <method name="Void Test(X)">
29672         <size>1</size>
29673       </method>
29674     </type>
29675     <type name="G+I">
29676       <method name="Void .ctor()">
29677         <size>7</size>
29678       </method>
29679     </type>
29680     <type name="G+I+J">
29681       <method name="Void .ctor()">
29682         <size>7</size>
29683       </method>
29684       <method name="Void Test(Foo)">
29685         <size>1</size>
29686       </method>
29687     </type>
29688     <type name="H">
29689       <method name="Void .ctor()">
29690         <size>7</size>
29691       </method>
29692       <method name="Void Test(System.Int32[])">
29693         <size>1</size>
29694       </method>
29695     </type>
29696     <type name="M">
29697       <method name="Void .ctor()">
29698         <size>7</size>
29699       </method>
29700       <method name="Void Hello(System.String)">
29701         <size>1</size>
29702       </method>
29703     </type>
29704   </test>
29705   <test name="test-157.cs">
29706     <type name="Test.MyAttribute">
29707       <method name="Void .ctor(String)">
29708         <size>20</size>
29709       </method>
29710     </type>
29711     <type name="Test.Test">
29712       <method name="Void .ctor()">
29713         <size>7</size>
29714       </method>
29715       <method name="Int32 Main()">
29716         <size>197</size>
29717       </method>
29718     </type>
29719   </test>
29720   <test name="test-158.cs">
29721     <type name="My">
29722       <method name="Void .ctor(Object)">
29723         <size>14</size>
29724       </method>
29725     </type>
29726     <type name="My+Test">
29727       <method name="Void .ctor()">
29728         <size>7</size>
29729       </method>
29730       <method name="Int32 Main()">
29731         <size>87</size>
29732       </method>
29733     </type>
29734   </test>
29735   <test name="test-159.cs">
29736     <type name="A.Iface">
29737       <method name="Void .ctor()">
29738         <size>7</size>
29739       </method>
29740       <method name="Void bah()">
29741         <size>1</size>
29742       </method>
29743     </type>
29744     <type name="A.my">
29745       <method name="Void .ctor()">
29746         <size>7</size>
29747       </method>
29748       <method name="Void doit(System.Object)">
29749         <size>13</size>
29750       </method>
29751       <method name="Int32 Main()">
29752         <size>2</size>
29753       </method>
29754     </type>
29755   </test>
29756   <test name="test-16.cs">
29757     <type name="Mine.Blah">
29758       <method name="Void .ctor()">
29759         <size>7</size>
29760       </method>
29761       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
29762         <size>12</size>
29763       </method>
29764       <method name="Int32 op_Implicit(Mine.Blah)">
29765         <size>12</size>
29766       </method>
29767       <method name="Byte op_Implicit(Mine.Blah)">
29768         <size>12</size>
29769       </method>
29770       <method name="Int16 op_Implicit(Mine.Blah)">
29771         <size>12</size>
29772       </method>
29773     </type>
29774     <type name="Mine.Foo">
29775       <method name="Void .ctor()">
29776         <size>7</size>
29777       </method>
29778       <method name="Int32 Main()">
29779         <size>118</size>
29780       </method>
29781     </type>
29782   </test>
29783   <test name="test-160.cs">
29784     <type name="B">
29785       <method name="Void .ctor()">
29786         <size>7</size>
29787       </method>
29788     </type>
29789     <type name="S">
29790       <method name="Void .ctor()">
29791         <size>7</size>
29792       </method>
29793     </type>
29794     <type name="T">
29795       <method name="Void .ctor()">
29796         <size>7</size>
29797       </method>
29798       <method name="Int32 blah(System.Object)">
29799         <size>62</size>
29800       </method>
29801       <method name="Int32 Main()">
29802         <size>2</size>
29803       </method>
29804     </type>
29805   </test>
29806   <test name="test-161.cs">
29807     <type name="ZipEntry">
29808       <method name="Void .ctor(String)">
29809         <size>18</size>
29810       </method>
29811       <method name="Void .ctor(ZipEntry)">
29812         <size>18</size>
29813       </method>
29814       <method name="DateTime get_DateTime()">
29815         <size>7</size>
29816       </method>
29817       <method name="Int32 Main()">
29818         <size>2</size>
29819       </method>
29820     </type>
29821   </test>
29822   <test name="test-162.cs">
29823     <type name="X">
29824       <method name="Void .ctor()">
29825         <size>7</size>
29826       </method>
29827       <method name="Void test_output(A)">
29828         <size>1</size>
29829       </method>
29830       <method name="Void test_output(B)">
29831         <size>1</size>
29832       </method>
29833       <method name="Void test_output(E)">
29834         <size>1</size>
29835       </method>
29836       <method name="Void test_output(F)">
29837         <size>1</size>
29838       </method>
29839       <method name="Void test1()">
29840         <size>21</size>
29841       </method>
29842       <method name="Void test2()">
29843         <size>32</size>
29844       </method>
29845       <method name="Void test3()">
29846         <size>21</size>
29847       </method>
29848       <method name="Void test4(A)">
29849         <size>9</size>
29850       </method>
29851       <method name="Void test5(A ByRef)">
29852         <size>9</size>
29853       </method>
29854       <method name="Void test6(B ByRef)">
29855         <size>8</size>
29856       </method>
29857       <method name="Void test7()">
29858         <size>28</size>
29859       </method>
29860       <method name="Void test8()">
29861         <size>50</size>
29862       </method>
29863       <method name="Void test9()">
29864         <size>26</size>
29865       </method>
29866       <method name="Void test10()">
29867         <size>82</size>
29868       </method>
29869       <method name="Int32 Main()">
29870         <size>2</size>
29871       </method>
29872     </type>
29873     <type name="A">
29874       <method name="Void .ctor(Int32)">
29875         <size>27</size>
29876       </method>
29877     </type>
29878     <type name="C">
29879       <method name="Void .ctor(Int64)">
29880         <size>8</size>
29881       </method>
29882       <method name="Void .ctor(String)">
29883         <size>13</size>
29884       </method>
29885     </type>
29886     <type name="E">
29887       <method name="Void .ctor(Int32)">
29888         <size>21</size>
29889       </method>
29890     </type>
29891   </test>
29892   <test name="test-163.cs">
29893     <type name="Blah">
29894       <method name="Void .ctor()">
29895         <size>7</size>
29896       </method>
29897       <method name="Int32 Foo(System.String)">
29898         <size>2</size>
29899       </method>
29900       <method name="Int32 Foo(System.Object)">
29901         <size>2</size>
29902       </method>
29903       <method name="Int32 Main()">
29904         <size>28</size>
29905       </method>
29906     </type>
29907   </test>
29908   <test name="test-164.cs">
29909     <type name="X">
29910       <method name="Void .ctor()">
29911         <size>26</size>
29912       </method>
29913       <method name="Int32 Foo()">
29914         <size>2</size>
29915       </method>
29916     </type>
29917     <type name="Y">
29918       <method name="Void .ctor()">
29919         <size>7</size>
29920       </method>
29921       <method name="Int32 Foo()">
29922         <size>2</size>
29923       </method>
29924       <method name="Int32 Hello()">
29925         <size>12</size>
29926       </method>
29927       <method name="Void Main()">
29928         <size>46</size>
29929       </method>
29930     </type>
29931     <type name="X+FooDelegate">
29932       <method name="Void .ctor(Object, IntPtr)">
29933         <size>0</size>
29934       </method>
29935       <method name="Int32 Invoke()">
29936         <size>0</size>
29937       </method>
29938       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29939         <size>0</size>
29940       </method>
29941       <method name="Int32 EndInvoke(IAsyncResult)">
29942         <size>0</size>
29943       </method>
29944     </type>
29945   </test>
29946   <test name="test-165.cs">
29947     <type name="Testing">
29948       <method name="Void .ctor()">
29949         <size>7</size>
29950       </method>
29951       <method name="Int32 TestEnumInit(Fruit)">
29952         <size>21</size>
29953       </method>
29954       <method name="Int32 Main()">
29955         <size>62</size>
29956       </method>
29957     </type>
29958   </test>
29959   <test name="test-166.cs">
29960     <type name="Test">
29961       <method name="Void .ctor()">
29962         <size>7</size>
29963       </method>
29964       <method name="Int32 get_Item(Int32)">
29965         <size>2</size>
29966       </method>
29967     </type>
29968     <type name="D">
29969       <method name="Void .ctor()">
29970         <size>7</size>
29971       </method>
29972       <method name="Int32 get_TargetIntegerSize()">
29973         <size>2</size>
29974       </method>
29975       <method name="Int32 Hello(IInferior)">
29976         <size>7</size>
29977       </method>
29978       <method name="Int32 Main()">
29979         <size>61</size>
29980       </method>
29981     </type>
29982     <type name="Test">
29983       <method name="Int32 ITest.get_Item(Int32)">
29984         <size>2</size>
29985       </method>
29986     </type>
29987   </test>
29988   <test name="test-167.cs">
29989     <type name="X">
29990       <method name="Void .ctor()">
29991         <size>7</size>
29992       </method>
29993       <method name="Int32 Test(X+Foo[])">
29994         <size>23</size>
29995       </method>
29996       <method name="Int32 Main()">
29997         <size>44</size>
29998       </method>
29999     </type>
30000   </test>
30001   <test name="test-168.cs">
30002     <type name="Test">
30003       <method name="Void .ctor()">
30004         <size>7</size>
30005       </method>
30006       <method name="Int32 Main()">
30007         <size>21</size>
30008       </method>
30009     </type>
30010     <type name="X">
30011       <method name="System.String op_Implicit(X)">
30012         <size>6</size>
30013       </method>
30014     </type>
30015   </test>
30016   <test name="test-169.cs">
30017     <type name="basec">
30018       <method name="Void .ctor()">
30019         <size>7</size>
30020       </method>
30021       <method name="System.String get_Message()">
30022         <size>6</size>
30023       </method>
30024     </type>
30025     <type name="der">
30026       <method name="Void .ctor()">
30027         <size>7</size>
30028       </method>
30029       <method name="System.String get_Message()">
30030         <size>6</size>
30031       </method>
30032     </type>
30033     <type name="Base">
30034       <method name="Void .ctor()">
30035         <size>7</size>
30036       </method>
30037       <method name="Int32 get_Thingy()">
30038         <size>7</size>
30039       </method>
30040       <method name="Void set_Thingy(Int32)">
30041         <size>8</size>
30042       </method>
30043     </type>
30044     <type name="Derived">
30045       <method name="Void .ctor()">
30046         <size>7</size>
30047       </method>
30048       <method name="Int32 get_BaseThingy()">
30049         <size>7</size>
30050       </method>
30051       <method name="Void set_Thingy(Int32)">
30052         <size>1</size>
30053       </method>
30054     </type>
30055     <type name="D">
30056       <method name="Void .ctor()">
30057         <size>7</size>
30058       </method>
30059       <method name="Int32 Main()">
30060         <size>97</size>
30061       </method>
30062     </type>
30063   </test>
30064   <test name="test-17.cs">
30065     <type name="Blah">
30066       <method name="Void .ctor()">
30067         <size>7</size>
30068       </method>
30069       <method name="Int32 Main()">
30070         <size>39</size>
30071       </method>
30072       <method name="Byte op_Implicit(Blah)">
30073         <size>12</size>
30074       </method>
30075       <method name="Int16 op_Implicit(Blah)">
30076         <size>12</size>
30077       </method>
30078       <method name="Int32 op_Implicit(Blah)">
30079         <size>12</size>
30080       </method>
30081     </type>
30082   </test>
30083   <test name="test-170.cs">
30084     <type name="X">
30085       <method name="Void .ctor()">
30086         <size>7</size>
30087       </method>
30088       <method name="Int32 get_prop()">
30089         <size>7</size>
30090       </method>
30091       <method name="Void set_prop(Int32)">
30092         <size>8</size>
30093       </method>
30094       <method name="Void set_AAA(Int32)">
30095         <size>1</size>
30096       </method>
30097     </type>
30098     <type name="Y">
30099       <method name="Void .ctor()">
30100         <size>14</size>
30101       </method>
30102       <method name="Int32 get_prop()">
30103         <size>7</size>
30104       </method>
30105       <method name="Void set_prop(Int32)">
30106         <size>8</size>
30107       </method>
30108       <method name="Int32 A()">
30109         <size>38</size>
30110       </method>
30111       <method name="Int32 Main()">
30112         <size>13</size>
30113       </method>
30114     </type>
30115   </test>
30116   <test name="test-171.cs">
30117     <type name="IntPtr_Conv.Class1">
30118       <method name="Void .ctor()">
30119         <size>7</size>
30120       </method>
30121       <method name="Int32 Main(System.String[])">
30122         <size>15</size>
30123       </method>
30124     </type>
30125   </test>
30126   <test name="test-172.cs">
30127     <type name="X">
30128       <method name="Void .ctor()">
30129         <size>7</size>
30130       </method>
30131       <method name="Void .cctor()">
30132         <size>31</size>
30133       </method>
30134       <method name="Boolean ff()">
30135         <size>14</size>
30136       </method>
30137       <method name="Boolean tt()">
30138         <size>14</size>
30139       </method>
30140       <method name="Int32 test_if()">
30141         <size>599</size>
30142       </method>
30143       <method name="Int32 test_while()">
30144         <size>437</size>
30145       </method>
30146       <method name="Int32 test_inline()">
30147         <size>29</size>
30148       </method>
30149       <method name="Int32 Main()">
30150         <size>109</size>
30151       </method>
30152     </type>
30153   </test>
30154   <test name="test-173.cs">
30155     <type name="Base">
30156       <method name="Void .ctor(Int32)">
30157         <size>14</size>
30158       </method>
30159       <method name="Int32 get_Value()">
30160         <size>7</size>
30161       </method>
30162     </type>
30163     <type name="A">
30164       <method name="Void .ctor(Int32)">
30165         <size>18</size>
30166       </method>
30167       <method name="Void .ctor(UInt32)">
30168         <size>18</size>
30169       </method>
30170     </type>
30171     <type name="B">
30172       <method name="Void .ctor(Int64)">
30173         <size>18</size>
30174       </method>
30175       <method name="Void .ctor(UInt64)">
30176         <size>18</size>
30177       </method>
30178     </type>
30179     <type name="C">
30180       <method name="Void .ctor(Int16)">
30181         <size>18</size>
30182       </method>
30183       <method name="Void .ctor(UInt16)">
30184         <size>18</size>
30185       </method>
30186     </type>
30187     <type name="D">
30188       <method name="Void .ctor(SByte)">
30189         <size>18</size>
30190       </method>
30191       <method name="Void .ctor(Byte)">
30192         <size>18</size>
30193       </method>
30194     </type>
30195     <type name="E">
30196       <method name="Void .ctor(Int64)">
30197         <size>19</size>
30198       </method>
30199       <method name="Void .ctor(E)">
30200         <size>19</size>
30201       </method>
30202       <method name="E op_Implicit(Int64)">
30203         <size>7</size>
30204       </method>
30205     </type>
30206     <type name="F">
30207       <method name="Void .ctor(Int32)">
30208         <size>19</size>
30209       </method>
30210       <method name="Void .ctor(F)">
30211         <size>19</size>
30212       </method>
30213       <method name="F op_Implicit(Int32)">
30214         <size>7</size>
30215       </method>
30216     </type>
30217     <type name="X">
30218       <method name="Void .ctor()">
30219         <size>7</size>
30220       </method>
30221       <method name="Int32 Test()">
30222         <size>231</size>
30223       </method>
30224       <method name="Int32 Main()">
30225         <size>24</size>
30226       </method>
30227     </type>
30228   </test>
30229   <test name="test-174.cs">
30230     <type name="ProtectedAccessToPropertyOnChild">
30231       <method name="Void .ctor()">
30232         <size>14</size>
30233       </method>
30234       <method name="Int32 Main()">
30235         <size>21</size>
30236       </method>
30237     </type>
30238     <type name="TestAccessToPrivateMemberInParentClass">
30239       <method name="Void .ctor()">
30240         <size>7</size>
30241       </method>
30242       <method name="System.Double[][] get_Array()">
30243         <size>7</size>
30244       </method>
30245     </type>
30246     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
30247       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
30248         <size>37</size>
30249       </method>
30250     </type>
30251     <type name="TestAccessToProtectedOnChildInstanceFromParent">
30252       <method name="Void .ctor()">
30253         <size>29</size>
30254       </method>
30255       <method name="Int32 Test()">
30256         <size>27</size>
30257       </method>
30258     </type>
30259     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
30260       <method name="Void .ctor()">
30261         <size>26</size>
30262       </method>
30263       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
30264         <size>15</size>
30265       </method>
30266     </type>
30267     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
30268       <method name="Void .ctor()">
30269         <size>7</size>
30270       </method>
30271     </type>
30272   </test>
30273   <test name="test-175.cs">
30274     <type name="X">
30275       <method name="Void .ctor()">
30276         <size>7</size>
30277       </method>
30278       <method name="Int32 Main()">
30279         <size>59</size>
30280       </method>
30281     </type>
30282     <type name="RVA">
30283       <method name="Void .ctor(UInt32)">
30284         <size>8</size>
30285       </method>
30286       <method name="RVA op_Implicit(UInt32)">
30287         <size>7</size>
30288       </method>
30289       <method name="UInt32 op_Implicit(RVA)">
30290         <size>8</size>
30291       </method>
30292     </type>
30293   </test>
30294   <test name="test-176.cs">
30295     <type name="X">
30296       <method name="Void .ctor()">
30297         <size>7</size>
30298       </method>
30299       <method name="Int32 Main()">
30300         <size>34</size>
30301       </method>
30302     </type>
30303   </test>
30304   <test name="test-177.cs">
30305     <type name="MethodAttribute">
30306       <method name="Void .ctor()">
30307         <size>7</size>
30308       </method>
30309     </type>
30310     <type name="ReturnAttribute">
30311       <method name="Void .ctor()">
30312         <size>7</size>
30313       </method>
30314     </type>
30315     <type name="Test">
30316       <method name="Void .ctor()">
30317         <size>7</size>
30318       </method>
30319       <method name="Void Method()">
30320         <size>1</size>
30321       </method>
30322       <method name="Int32 Main()">
30323         <size>40</size>
30324       </method>
30325     </type>
30326   </test>
30327   <test name="test-178.cs">
30328     <type name="BrowsableClass">
30329       <method name="Void .ctor()">
30330         <size>7</size>
30331       </method>
30332       <method name="Int32 Main()">
30333         <size>54</size>
30334       </method>
30335       <method name="BrowsableClass op_Increment(BrowsableClass)">
30336         <size>2</size>
30337       </method>
30338     </type>
30339   </test>
30340   <test name="test-179.cs">
30341     <type name="A">
30342       <method name="Void .ctor()">
30343         <size>7</size>
30344       </method>
30345       <method name="Void set_Item(Double, Double)">
30346         <size>15</size>
30347       </method>
30348       <method name="Double get_Item(Double)">
30349         <size>29</size>
30350       </method>
30351     </type>
30352     <type name="B">
30353       <method name="Void .ctor()">
30354         <size>7</size>
30355       </method>
30356       <method name="Void set_Item(Double, Double)">
30357         <size>15</size>
30358       </method>
30359       <method name="Double get_Item(Double)">
30360         <size>29</size>
30361       </method>
30362     </type>
30363     <type name="C">
30364       <method name="Void .ctor()">
30365         <size>7</size>
30366       </method>
30367       <method name="Void set_Item(System.String, System.String)">
30368         <size>15</size>
30369       </method>
30370       <method name="System.String get_Item(System.String)">
30371         <size>30</size>
30372       </method>
30373       <method name="Void set_Item(Int32, Int32)">
30374         <size>15</size>
30375       </method>
30376       <method name="Int32 get_Item(Int32)">
30377         <size>21</size>
30378       </method>
30379     </type>
30380     <type name="EntryPoint">
30381       <method name="Int32 Main(System.String[])">
30382         <size>150</size>
30383       </method>
30384     </type>
30385   </test>
30386   <test name="test-18.cs">
30387     <type name="X">
30388       <method name="Void .ctor()">
30389         <size>7</size>
30390       </method>
30391       <method name="Void m()">
30392         <size>60</size>
30393       </method>
30394       <method name="Int32 ret(Int32)">
30395         <size>40</size>
30396       </method>
30397       <method name="Int32 Main()">
30398         <size>62</size>
30399       </method>
30400     </type>
30401   </test>
30402   <test name="test-180.cs">
30403     <type name="Testing">
30404       <method name="Void .ctor()">
30405         <size>7</size>
30406       </method>
30407       <method name="Void Main()">
30408         <size>17</size>
30409       </method>
30410     </type>
30411   </test>
30412   <test name="test-181.cs">
30413     <type name="Test">
30414       <method name="Void .ctor()">
30415         <size>7</size>
30416       </method>
30417       <method name="Void test()">
30418         <size>1</size>
30419       </method>
30420       <method name="Int32 Main()">
30421         <size>43</size>
30422       </method>
30423     </type>
30424   </test>
30425   <test name="test-182.cs">
30426     <type name="T">
30427       <method name="Void .ctor()">
30428         <size>7</size>
30429       </method>
30430       <method name="Int32 Main()">
30431         <size>26</size>
30432       </method>
30433     </type>
30434     <type name="TS">
30435       <method name="Int64 get_Ticks()">
30436         <size>19</size>
30437       </method>
30438     </type>
30439     <type name="DT">
30440       <method name="Int64 get_Ticks()">
30441         <size>12</size>
30442       </method>
30443     </type>
30444   </test>
30445   <test name="test-183.cs">
30446     <type name="Test">
30447       <method name="Void .ctor()">
30448         <size>7</size>
30449       </method>
30450       <method name="Int32 M(Int32, Int32 ByRef)">
30451         <size>12</size>
30452       </method>
30453       <method name="Int32 Main()">
30454         <size>67</size>
30455       </method>
30456     </type>
30457     <type name="Test+D">
30458       <method name="Void .ctor(Object, IntPtr)">
30459         <size>0</size>
30460       </method>
30461       <method name="Int32 Invoke(Int32, Int32 ByRef)">
30462         <size>0</size>
30463       </method>
30464       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
30465         <size>0</size>
30466       </method>
30467       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
30468         <size>0</size>
30469       </method>
30470     </type>
30471   </test>
30472   <test name="test-184.cs">
30473     <type name="User">
30474       <method name="Void .ctor(Interface)">
30475         <size>7</size>
30476       </method>
30477     </type>
30478     <type name="Test">
30479       <method name="Void .ctor()">
30480         <size>55</size>
30481       </method>
30482       <method name="Int32 Main()">
30483         <size>8</size>
30484       </method>
30485     </type>
30486     <type name="Struct">
30487       <method name="Void .ctor(Int32)">
30488         <size>1</size>
30489       </method>
30490       <method name="Int32 get_X()">
30491         <size>2</size>
30492       </method>
30493     </type>
30494   </test>
30495   <test name="test-185.cs">
30496     <type name="X">
30497       <method name="Void .ctor()">
30498         <size>7</size>
30499       </method>
30500       <method name="Int32 Test(Int32)">
30501         <size>36</size>
30502       </method>
30503       <method name="Int32 Main()">
30504         <size>29</size>
30505       </method>
30506     </type>
30507   </test>
30508   <test name="test-186.cs">
30509     <type name="TestBUG.myAttribute">
30510       <method name="Void .ctor(String, String, String, Int32)">
30511         <size>7</size>
30512       </method>
30513     </type>
30514     <type name="TestBUG.Test">
30515       <method name="Void .ctor()">
30516         <size>7</size>
30517       </method>
30518       <method name="Int32 Main()">
30519         <size>2</size>
30520       </method>
30521     </type>
30522   </test>
30523   <test name="test-187.cs">
30524     <type name="MyClass">
30525       <method name="Void .ctor()">
30526         <size>7</size>
30527       </method>
30528       <method name="Container get_Item(System.String)">
30529         <size>2</size>
30530       </method>
30531       <method name="Void set_Item(System.String, Container)">
30532         <size>1</size>
30533       </method>
30534     </type>
30535     <type name="Container">
30536       <method name="Void .ctor()">
30537         <size>7</size>
30538       </method>
30539       <method name="Container op_Addition(Container, System.Object)">
30540         <size>2</size>
30541       </method>
30542     </type>
30543     <type name="D">
30544       <method name="Void .ctor()">
30545         <size>7</size>
30546       </method>
30547       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
30548         <size>69</size>
30549       </method>
30550       <method name="Int32 Main()">
30551         <size>2</size>
30552       </method>
30553     </type>
30554   </test>
30555   <test name="test-188.cs">
30556     <type name="Enumerator">
30557       <method name="Void .ctor()">
30558         <size>14</size>
30559       </method>
30560       <method name="Boolean MoveNext()">
30561         <size>21</size>
30562       </method>
30563       <method name="Char get_Current()">
30564         <size>3</size>
30565       </method>
30566     </type>
30567     <type name="RealEnumerator">
30568       <method name="Void .ctor(Coll)">
30569         <size>14</size>
30570       </method>
30571       <method name="Void Dispose()">
30572         <size>13</size>
30573       </method>
30574     </type>
30575     <type name="Coll">
30576       <method name="Void .ctor()">
30577         <size>7</size>
30578       </method>
30579       <method name="Enumerator GetEnumerator()">
30580         <size>7</size>
30581       </method>
30582     </type>
30583     <type name="Test">
30584       <method name="Void .ctor()">
30585         <size>7</size>
30586       </method>
30587       <method name="Int32 Main(System.String[])">
30588         <size>80</size>
30589       </method>
30590     </type>
30591   </test>
30592   <test name="test-189.cs">
30593     <type name="MyTest">
30594       <method name="Void .ctor()">
30595         <size>7</size>
30596       </method>
30597       <method name="Int32 Main(System.String[])">
30598         <size>63</size>
30599       </method>
30600       <method name="Int32 m(Int32, Double)">
30601         <size>2</size>
30602       </method>
30603       <method name="Int32 m(Int32, System.Int32[])">
30604         <size>2</size>
30605       </method>
30606     </type>
30607     <type name="MonoTest">
30608       <method name="Void .ctor()">
30609         <size>7</size>
30610       </method>
30611       <method name="Int32 method1(System.String, System.Object[])">
30612         <size>2</size>
30613       </method>
30614       <method name="Void testmethod()">
30615         <size>27</size>
30616       </method>
30617     </type>
30618     <type name="MonoTest2">
30619       <method name="Void .ctor()">
30620         <size>7</size>
30621       </method>
30622       <method name="Int32 method1(System.String, System.Object[])">
30623         <size>2</size>
30624       </method>
30625       <method name="Void testmethod2()">
30626         <size>27</size>
30627       </method>
30628     </type>
30629   </test>
30630   <test name="test-19.cs">
30631     <type name="I">
30632       <method name="Void .ctor()">
30633         <size>7</size>
30634       </method>
30635       <method name="Void .cctor()">
30636         <size>18</size>
30637       </method>
30638       <method name="System.String fn(System.String)">
30639         <size>17</size>
30640       </method>
30641     </type>
30642     <type name="X">
30643       <method name="Void .ctor()">
30644         <size>7</size>
30645       </method>
30646       <method name="Void Thread_func()">
30647         <size>11</size>
30648       </method>
30649       <method name="Int32 Func(Int32, Int32)">
30650         <size>4</size>
30651       </method>
30652       <method name="Void Bar()">
30653         <size>44</size>
30654       </method>
30655       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
30656         <size>18</size>
30657       </method>
30658       <method name="Int32 Main()">
30659         <size>303</size>
30660       </method>
30661       <method name="Int32 multiply_by_three(Int32)">
30662         <size>4</size>
30663       </method>
30664     </type>
30665     <type name="TestNamespace.TestClass">
30666       <method name="Void .ctor()">
30667         <size>7</size>
30668       </method>
30669     </type>
30670     <type name="I+GetTextFn">
30671       <method name="Void .ctor(Object, IntPtr)">
30672         <size>0</size>
30673       </method>
30674       <method name="System.String Invoke(System.String)">
30675         <size>0</size>
30676       </method>
30677       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
30678         <size>0</size>
30679       </method>
30680       <method name="System.String EndInvoke(IAsyncResult)">
30681         <size>0</size>
30682       </method>
30683     </type>
30684     <type name="X+Foo">
30685       <method name="Void .ctor(Object, IntPtr)">
30686         <size>0</size>
30687       </method>
30688       <method name="Int32 Invoke(Int32, Int32)">
30689         <size>0</size>
30690       </method>
30691       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
30692         <size>0</size>
30693       </method>
30694       <method name="Int32 EndInvoke(IAsyncResult)">
30695         <size>0</size>
30696       </method>
30697     </type>
30698     <type name="TestNamespace.TestClass+NotWorkingDelegate">
30699       <method name="Void .ctor(Object, IntPtr)">
30700         <size>0</size>
30701       </method>
30702       <method name="Single Invoke(Single, System.Object[])">
30703         <size>0</size>
30704       </method>
30705       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
30706         <size>0</size>
30707       </method>
30708       <method name="Single EndInvoke(IAsyncResult)">
30709         <size>0</size>
30710       </method>
30711     </type>
30712     <type name="NameSpace.TestDelegate">
30713       <method name="Void .ctor(Object, IntPtr)">
30714         <size>0</size>
30715       </method>
30716       <method name="Int32 Invoke(Int32)">
30717         <size>0</size>
30718       </method>
30719       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30720         <size>0</size>
30721       </method>
30722       <method name="Int32 EndInvoke(IAsyncResult)">
30723         <size>0</size>
30724       </method>
30725     </type>
30726   </test>
30727   <test name="test-190.cs">
30728     <type name="A">
30729       <method name="Void .ctor()">
30730         <size>7</size>
30731       </method>
30732       <method name="Void Main()">
30733         <size>1</size>
30734       </method>
30735     </type>
30736     <type name="A+B">
30737       <method name="Void .ctor()">
30738         <size>7</size>
30739       </method>
30740       <method name="Void Test()">
30741         <size>8</size>
30742       </method>
30743     </type>
30744     <type name="A+C">
30745       <method name="Void .ctor()">
30746         <size>7</size>
30747       </method>
30748       <method name="Void Test(A)">
30749         <size>8</size>
30750       </method>
30751     </type>
30752   </test>
30753   <test name="test-191.cs">
30754     <type name="X">
30755       <method name="Void .ctor()">
30756         <size>7</size>
30757       </method>
30758     </type>
30759     <type name="X+E">
30760       <method name="Void .ctor()">
30761         <size>7</size>
30762       </method>
30763     </type>
30764     <type name="X+D">
30765       <method name="Void .ctor()">
30766         <size>7</size>
30767       </method>
30768     </type>
30769     <type name="X+D+P">
30770       <method name="Void .ctor()">
30771         <size>7</size>
30772       </method>
30773     </type>
30774     <type name="Y">
30775       <method name="Void .ctor()">
30776         <size>7</size>
30777       </method>
30778     </type>
30779     <type name="Y+Op">
30780       <method name="Void .ctor()">
30781         <size>7</size>
30782       </method>
30783     </type>
30784     <type name="R">
30785       <method name="Void .ctor()">
30786         <size>7</size>
30787       </method>
30788       <method name="Void Main()">
30789         <size>1</size>
30790       </method>
30791     </type>
30792   </test>
30793   <test name="test-192.cs">
30794     <type name="X">
30795       <method name="Void .ctor()">
30796         <size>7</size>
30797       </method>
30798       <method name="Void Main()">
30799         <size>1</size>
30800       </method>
30801     </type>
30802   </test>
30803   <test name="test-193.cs">
30804     <type name="A">
30805       <method name="Void .ctor()">
30806         <size>7</size>
30807       </method>
30808       <method name="Int32 Test(Int32)">
30809         <size>88</size>
30810       </method>
30811       <method name="Int32 Main()">
30812         <size>7</size>
30813       </method>
30814     </type>
30815   </test>
30816   <test name="test-194.cs">
30817     <type name="TestParams">
30818       <method name="Void .ctor()">
30819         <size>7</size>
30820       </method>
30821       <method name="Int32 Main(System.String[])">
30822         <size>38</size>
30823       </method>
30824       <method name="Int32 Params(System.Object[])">
30825         <size>10</size>
30826       </method>
30827     </type>
30828   </test>
30829   <test name="test-195.cs">
30830     <type name="Y">
30831       <method name="Void .ctor()">
30832         <size>7</size>
30833       </method>
30834       <method name="Void .cctor()">
30835         <size>1</size>
30836       </method>
30837       <method name="Int32 C()">
30838         <size>36</size>
30839       </method>
30840     </type>
30841     <type name="X">
30842       <method name="Void .ctor()">
30843         <size>8</size>
30844       </method>
30845       <method name="Void .ctor(Int32)">
30846         <size>18</size>
30847       </method>
30848       <method name="Void Main()">
30849         <size>7</size>
30850       </method>
30851     </type>
30852   </test>
30853   <test name="test-196.cs">
30854     <type name="X">
30855       <method name="Void .ctor()">
30856         <size>7</size>
30857       </method>
30858       <method name="Void Bug1()">
30859         <size>15</size>
30860       </method>
30861       <method name="Void Bug2()">
30862         <size>15</size>
30863       </method>
30864       <method name="Int32 Main()">
30865         <size>2</size>
30866       </method>
30867     </type>
30868   </test>
30869   <test name="test-197.cs">
30870     <type name="X">
30871       <method name="Void .ctor()">
30872         <size>7</size>
30873       </method>
30874       <method name="Void Foo()">
30875         <size>0</size>
30876       </method>
30877     </type>
30878     <type name="Y">
30879       <method name="Void .ctor()">
30880         <size>7</size>
30881       </method>
30882     </type>
30883     <type name="Z">
30884       <method name="Void .ctor()">
30885         <size>7</size>
30886       </method>
30887       <method name="Void Foo()">
30888         <size>11</size>
30889       </method>
30890     </type>
30891     <type name="Test">
30892       <method name="Void .ctor()">
30893         <size>7</size>
30894       </method>
30895       <method name="Int32 Main()">
30896         <size>16</size>
30897       </method>
30898     </type>
30899   </test>
30900   <test name="test-198.cs">
30901     <type name="N1.N3.N4.Bar">
30902       <method name="Void .ctor()">
30903         <size>7</size>
30904       </method>
30905     </type>
30906     <type name="N1.N2.Foo">
30907       <method name="Void .ctor()">
30908         <size>7</size>
30909       </method>
30910     </type>
30911     <type name="N5.N6.Foo">
30912       <method name="Void .ctor()">
30913         <size>7</size>
30914       </method>
30915     </type>
30916     <type name="N5.N7.N8.Bar">
30917       <method name="Void .ctor()">
30918         <size>7</size>
30919       </method>
30920     </type>
30921     <type name="FirstOuter.FirstInner.First">
30922       <method name="Void .ctor()">
30923         <size>7</size>
30924       </method>
30925       <method name="System.String get_MyIdentity()">
30926         <size>12</size>
30927       </method>
30928     </type>
30929     <type name="FirstOuter.Second">
30930       <method name="Void .ctor()">
30931         <size>7</size>
30932       </method>
30933     </type>
30934     <type name="FirstOuter.SecondInner.Third">
30935       <method name="Void .ctor()">
30936         <size>7</size>
30937       </method>
30938     </type>
30939     <type name="FirstOuter.FirstInner.Fourth">
30940       <method name="Void .ctor()">
30941         <size>7</size>
30942       </method>
30943     </type>
30944     <type name="Fifth">
30945       <method name="Void .ctor()">
30946         <size>7</size>
30947       </method>
30948     </type>
30949     <type name="M1.M2.M3.Foo">
30950       <method name="Void .ctor()">
30951         <size>7</size>
30952       </method>
30953     </type>
30954     <type name="P1.P2.Bar">
30955       <method name="Void .ctor()">
30956         <size>7</size>
30957       </method>
30958     </type>
30959     <type name="X">
30960       <method name="Void .ctor()">
30961         <size>7</size>
30962       </method>
30963       <method name="Int32 Main()">
30964         <size>2</size>
30965       </method>
30966     </type>
30967   </test>
30968   <test name="test-199.cs">
30969     <type name="Test">
30970       <method name="Void .ctor()">
30971         <size>7</size>
30972       </method>
30973       <method name="Int32 Main()">
30974         <size>22</size>
30975       </method>
30976     </type>
30977     <type name="N1.Foo">
30978       <method name="Void .ctor()">
30979         <size>7</size>
30980       </method>
30981     </type>
30982     <type name="N1.Foo+Foo2">
30983       <method name="Void .ctor()">
30984         <size>7</size>
30985       </method>
30986     </type>
30987     <type name="N1.Bar2">
30988       <method name="Void .ctor()">
30989         <size>7</size>
30990       </method>
30991       <method name="Int32 Talk()">
30992         <size>2</size>
30993       </method>
30994     </type>
30995     <type name="N2.Bar">
30996       <method name="Void .ctor()">
30997         <size>7</size>
30998       </method>
30999     </type>
31000     <type name="N2.Bar+Bar2">
31001       <method name="Void .ctor()">
31002         <size>7</size>
31003       </method>
31004       <method name="Int32 Talk()">
31005         <size>2</size>
31006       </method>
31007     </type>
31008   </test>
31009   <test name="test-2.cs">
31010     <type name="X">
31011       <method name="Void .ctor()">
31012         <size>7</size>
31013       </method>
31014       <method name="Int32 Main(System.String[])">
31015         <size>12</size>
31016       </method>
31017     </type>
31018   </test>
31019   <test name="test-20.cs">
31020     <type name="A">
31021       <method name="Void .ctor()">
31022         <size>7</size>
31023       </method>
31024       <method name="Void X()">
31025         <size>8</size>
31026       </method>
31027     </type>
31028     <type name="B">
31029       <method name="Void .ctor()">
31030         <size>7</size>
31031       </method>
31032       <method name="Void X()">
31033         <size>8</size>
31034       </method>
31035       <method name="Void TestB()">
31036         <size>7</size>
31037       </method>
31038     </type>
31039     <type name="Ax">
31040       <method name="Void .ctor()">
31041         <size>7</size>
31042       </method>
31043       <method name="Void A()">
31044         <size>8</size>
31045       </method>
31046       <method name="Void B()">
31047         <size>8</size>
31048       </method>
31049     </type>
31050     <type name="Bx">
31051       <method name="Void .ctor()">
31052         <size>7</size>
31053       </method>
31054       <method name="Void A()">
31055         <size>8</size>
31056       </method>
31057       <method name="Void B()">
31058         <size>8</size>
31059       </method>
31060     </type>
31061     <type name="Test">
31062       <method name="Void .ctor()">
31063         <size>7</size>
31064       </method>
31065       <method name="Int32 Main()">
31066         <size>100</size>
31067       </method>
31068     </type>
31069   </test>
31070   <test name="test-200.cs">
31071     <type name="X">
31072       <method name="Void .ctor()">
31073         <size>7</size>
31074       </method>
31075       <method name="Int32 Main()">
31076         <size>104</size>
31077       </method>
31078     </type>
31079   </test>
31080   <test name="test-201.cs">
31081     <type name="Parent">
31082       <method name="Void .ctor()">
31083         <size>7</size>
31084       </method>
31085     </type>
31086     <type name="Child">
31087       <method name="Void .ctor()">
31088         <size>7</size>
31089       </method>
31090     </type>
31091     <type name="Child+Nested">
31092       <method name="Void .ctor()">
31093         <size>18</size>
31094       </method>
31095     </type>
31096     <type name="Collide">
31097       <method name="Void .ctor(Int32)">
31098         <size>14</size>
31099       </method>
31100       <method name="Void .cctor()">
31101         <size>12</size>
31102       </method>
31103       <method name="Int32 Main()">
31104         <size>27</size>
31105       </method>
31106     </type>
31107   </test>
31108   <test name="test-202.cs">
31109     <type name="X.X">
31110       <method name="Void .ctor()">
31111         <size>7</size>
31112       </method>
31113     </type>
31114     <type name="A.B.C.D">
31115       <method name="Void .ctor()">
31116         <size>7</size>
31117       </method>
31118     </type>
31119     <type name="Test">
31120       <method name="Void .ctor()">
31121         <size>7</size>
31122       </method>
31123       <method name="Int32 Main()">
31124         <size>14</size>
31125       </method>
31126     </type>
31127   </test>
31128   <test name="test-203.cs">
31129     <type name="Foo">
31130       <method name="Void .ctor()">
31131         <size>7</size>
31132       </method>
31133       <method name="Modifiers get_Modifiers()">
31134         <size>2</size>
31135       </method>
31136     </type>
31137     <type name="Bar">
31138       <method name="Void .ctor()">
31139         <size>7</size>
31140       </method>
31141       <method name="Int32 Main()">
31142         <size>13</size>
31143       </method>
31144     </type>
31145   </test>
31146   <test name="test-204.cs">
31147     <type name="X">
31148       <method name="Void .ctor(Int32)">
31149         <size>14</size>
31150       </method>
31151       <method name="System.String ToString()">
31152         <size>22</size>
31153       </method>
31154       <method name="Int32 Test()">
31155         <size>153</size>
31156       </method>
31157       <method name="Int32 Main()">
31158         <size>24</size>
31159       </method>
31160       <method name="X op_BitwiseAnd(X, X)">
31161         <size>19</size>
31162       </method>
31163       <method name="X op_BitwiseOr(X, X)">
31164         <size>19</size>
31165       </method>
31166       <method name="Boolean op_True(X)">
31167         <size>15</size>
31168       </method>
31169       <method name="Boolean op_False(X)">
31170         <size>12</size>
31171       </method>
31172     </type>
31173   </test>
31174   <test name="test-205.cs">
31175     <type name="A">
31176       <method name="Void .ctor(Object)">
31177         <size>7</size>
31178       </method>
31179     </type>
31180     <type name="Test">
31181       <method name="Void .ctor()">
31182         <size>7</size>
31183       </method>
31184       <method name="Void Main()">
31185         <size>1</size>
31186       </method>
31187     </type>
31188   </test>
31189   <test name="test-206.cs">
31190     <type name="X">
31191       <method name="Void .ctor()">
31192         <size>7</size>
31193       </method>
31194       <method name="Int32 get_Item(Int32)">
31195         <size>2</size>
31196       </method>
31197       <method name="System.Int32[] get_Item(System.Int32[])">
31198         <size>39</size>
31199       </method>
31200       <method name="Void Main()">
31201         <size>91</size>
31202       </method>
31203     </type>
31204     <type name="&lt;PrivateImplementationDetails&gt;">
31205       <method name="Void .ctor()">
31206         <size>7</size>
31207       </method>
31208     </type>
31209   </test>
31210   <test name="test-207.cs">
31211     <type name="X">
31212       <method name="Void .ctor()">
31213         <size>7</size>
31214       </method>
31215       <method name="Void .cctor()">
31216         <size>1</size>
31217       </method>
31218       <method name="Void hello(Int32)">
31219         <size>13</size>
31220       </method>
31221       <method name="Void world(Int32)">
31222         <size>16</size>
31223       </method>
31224       <method name="Int32 Main()">
31225         <size>138</size>
31226       </method>
31227     </type>
31228     <type name="Test">
31229       <method name="Void .ctor(Object, IntPtr)">
31230         <size>0</size>
31231       </method>
31232       <method name="Void Invoke(Int32)">
31233         <size>0</size>
31234       </method>
31235       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31236         <size>0</size>
31237       </method>
31238       <method name="Void EndInvoke(IAsyncResult)">
31239         <size>0</size>
31240       </method>
31241     </type>
31242   </test>
31243   <test name="test-208.cs">
31244     <type name="X">
31245       <method name="Void .ctor()">
31246         <size>7</size>
31247       </method>
31248       <method name="System.String get_Item(System.String)">
31249         <size>2</size>
31250       </method>
31251       <method name="Void Test()">
31252         <size>1</size>
31253       </method>
31254     </type>
31255     <type name="Y">
31256       <method name="Void .ctor()">
31257         <size>7</size>
31258       </method>
31259       <method name="Void Main()">
31260         <size>19</size>
31261       </method>
31262     </type>
31263   </test>
31264   <test name="test-209.cs">
31265     <type name="X">
31266       <method name="Void .ctor(Int32)">
31267         <size>14</size>
31268       </method>
31269       <method name="Int32 get_Foo()">
31270         <size>9</size>
31271       </method>
31272       <method name="Void set_Foo(Int32)">
31273         <size>8</size>
31274       </method>
31275       <method name="Int32 get_Item(Int32)">
31276         <size>7</size>
31277       </method>
31278       <method name="Void set_Item(Int32, Int32)">
31279         <size>8</size>
31280       </method>
31281       <method name="Void set_Item(System.String, System.String)">
31282         <size>7</size>
31283       </method>
31284       <method name="Void set_Bar(System.String)">
31285         <size>7</size>
31286       </method>
31287       <method name="A get_A()">
31288         <size>7</size>
31289       </method>
31290       <method name="Void set_A(A)">
31291         <size>12</size>
31292       </method>
31293       <method name="Int32 Main()">
31294         <size>75</size>
31295       </method>
31296     </type>
31297     <type name="A">
31298       <method name="Void .ctor(Int32)">
31299         <size>8</size>
31300       </method>
31301     </type>
31302   </test>
31303   <test name="test-21.cs">
31304     <type name="Blah">
31305       <method name="Void .ctor()">
31306         <size>7</size>
31307       </method>
31308       <method name="Int32 Main()">
31309         <size>47</size>
31310       </method>
31311     </type>
31312     <type name="Blah+Foo">
31313       <method name="Void .ctor()">
31314         <size>17</size>
31315       </method>
31316       <method name="Int32 Bar(Int32, Int32)">
31317         <size>14</size>
31318       </method>
31319     </type>
31320   </test>
31321   <test name="test-210.cs">
31322     <type name="X">
31323       <method name="Void .ctor()">
31324         <size>7</size>
31325       </method>
31326       <method name="Void foo()">
31327         <size>1</size>
31328       </method>
31329       <method name="Void Main()">
31330         <size>25</size>
31331       </method>
31332     </type>
31333     <type name="FooHandler">
31334       <method name="Void .ctor(Object, IntPtr)">
31335         <size>0</size>
31336       </method>
31337       <method name="Void Invoke()">
31338         <size>0</size>
31339       </method>
31340       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31341         <size>0</size>
31342       </method>
31343       <method name="Void EndInvoke(IAsyncResult)">
31344         <size>0</size>
31345       </method>
31346     </type>
31347   </test>
31348   <test name="test-211.cs">
31349     <type name="X">
31350       <method name="Void .ctor(Int32)">
31351         <size>14</size>
31352       </method>
31353       <method name="X op_Implicit(Int32)">
31354         <size>7</size>
31355       </method>
31356     </type>
31357     <type name="Y">
31358       <method name="Void .ctor(X)">
31359         <size>14</size>
31360       </method>
31361       <method name="Y op_Implicit(X)">
31362         <size>7</size>
31363       </method>
31364     </type>
31365     <type name="Z">
31366       <method name="Void .ctor(Y)">
31367         <size>14</size>
31368       </method>
31369       <method name="Int32 Main()">
31370         <size>27</size>
31371       </method>
31372       <method name="Z op_Implicit(Y)">
31373         <size>7</size>
31374       </method>
31375     </type>
31376   </test>
31377   <test name="test-212.cs">
31378     <type name="Problem">
31379       <method name="Void .ctor(String)">
31380         <size>14</size>
31381       </method>
31382       <method name="Int32 Multi(Int32, Problem[])">
31383         <size>4</size>
31384       </method>
31385       <method name="Int32 Main(System.String[])">
31386         <size>76</size>
31387       </method>
31388       <method name="Problem op_Implicit(Int32)">
31389         <size>22</size>
31390       </method>
31391     </type>
31392   </test>
31393   <test name="test-213.cs">
31394     <type name="MyTest">
31395       <method name="Void .ctor()">
31396         <size>7</size>
31397       </method>
31398       <method name="Void Main(System.String[])">
31399         <size>31</size>
31400       </method>
31401     </type>
31402     <type name="S">
31403       <method name="Void .ctor(Int32)">
31404         <size>8</size>
31405       </method>
31406       <method name="Void Print()">
31407         <size>12</size>
31408       </method>
31409     </type>
31410   </test>
31411   <test name="test-214.cs">
31412     <type name="N2.Test">
31413       <method name="Void .ctor()">
31414         <size>7</size>
31415       </method>
31416       <method name="Int32 Main()">
31417         <size>7</size>
31418       </method>
31419     </type>
31420     <type name="N1.C1">
31421       <method name="Void .ctor()">
31422         <size>7</size>
31423       </method>
31424       <method name="Void Foo()">
31425         <size>1</size>
31426       </method>
31427     </type>
31428   </test>
31429   <test name="test-215.cs">
31430     <type name="Test">
31431       <method name="Void .ctor()">
31432         <size>7</size>
31433       </method>
31434       <method name="Void .cctor()">
31435         <size>1</size>
31436       </method>
31437       <method name="N1.C1 get_C1()">
31438         <size>6</size>
31439       </method>
31440       <method name="Int32 Main()">
31441         <size>8</size>
31442       </method>
31443     </type>
31444     <type name="N1.C1">
31445       <method name="Void .ctor()">
31446         <size>7</size>
31447       </method>
31448     </type>
31449   </test>
31450   <test name="test-216.cs">
31451     <type name="cls">
31452       <method name="Void .ctor()">
31453         <size>7</size>
31454       </method>
31455       <method name="Void add_OnWhatever(OnWhateverDelegate)">
31456         <size>24</size>
31457       </method>
31458       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
31459         <size>24</size>
31460       </method>
31461       <method name="Void CallMyDel(System.String)">
31462         <size>13</size>
31463       </method>
31464     </type>
31465     <type name="cls+nestedcls">
31466       <method name="Void .ctor()">
31467         <size>7</size>
31468       </method>
31469       <method name="Void CallParentDel(cls, System.String)">
31470         <size>13</size>
31471       </method>
31472     </type>
31473     <type name="MonoEmbed">
31474       <method name="Void .ctor()">
31475         <size>7</size>
31476       </method>
31477       <method name="Void Main()">
31478         <size>36</size>
31479       </method>
31480       <method name="Void Whatever(System.String)">
31481         <size>7</size>
31482       </method>
31483     </type>
31484     <type name="OnWhateverDelegate">
31485       <method name="Void .ctor(Object, IntPtr)">
31486         <size>0</size>
31487       </method>
31488       <method name="Void Invoke(System.String)">
31489         <size>0</size>
31490       </method>
31491       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
31492         <size>0</size>
31493       </method>
31494       <method name="Void EndInvoke(IAsyncResult)">
31495         <size>0</size>
31496       </method>
31497     </type>
31498   </test>
31499   <test name="test-217.cs">
31500     <type name="Test">
31501       <method name="Void .ctor()">
31502         <size>7</size>
31503       </method>
31504       <method name="Int32 Main()">
31505         <size>174</size>
31506       </method>
31507       <method name="System.Object compare_gte(Int32, Int32)">
31508         <size>13</size>
31509       </method>
31510       <method name="System.Object compare_lte(Int32, Int32)">
31511         <size>13</size>
31512       </method>
31513     </type>
31514   </test>
31515   <test name="test-218.cs">
31516     <type name="T">
31517       <method name="Void .ctor()">
31518         <size>7</size>
31519       </method>
31520       <method name="Void .cctor()">
31521         <size>27</size>
31522       </method>
31523       <method name="Void Main()">
31524         <size>1</size>
31525       </method>
31526       <method name="Void compareQueryQuery1(System.Object)">
31527         <size>1</size>
31528       </method>
31529     </type>
31530     <type name="T+foo">
31531       <method name="Void .ctor(Object, IntPtr)">
31532         <size>0</size>
31533       </method>
31534       <method name="Void Invoke(System.Object)">
31535         <size>0</size>
31536       </method>
31537       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
31538         <size>0</size>
31539       </method>
31540       <method name="Void EndInvoke(IAsyncResult)">
31541         <size>0</size>
31542       </method>
31543     </type>
31544   </test>
31545   <test name="test-219.cs">
31546     <type name="TestAttribute">
31547       <method name="Void .ctor(Type)">
31548         <size>14</size>
31549       </method>
31550       <method name="System.Type get_Type()">
31551         <size>7</size>
31552       </method>
31553     </type>
31554     <type name="Test">
31555       <method name="Void .ctor()">
31556         <size>7</size>
31557       </method>
31558       <method name="Void Main()">
31559         <size>75</size>
31560       </method>
31561     </type>
31562   </test>
31563   <test name="test-22.cs">
31564     <type name="M">
31565       <method name="Void .ctor()">
31566         <size>7</size>
31567       </method>
31568       <method name="Int32 Main()">
31569         <size>63</size>
31570       </method>
31571     </type>
31572     <type name="S">
31573       <method name="T GetT()">
31574         <size>7</size>
31575       </method>
31576       <method name="Void Init()">
31577         <size>25</size>
31578       </method>
31579     </type>
31580   </test>
31581   <test name="test-220.cs">
31582     <type name="MonoBUG.Bug">
31583       <method name="Void .ctor()">
31584         <size>7</size>
31585       </method>
31586       <method name="Int32 Main(System.String[])">
31587         <size>136</size>
31588       </method>
31589     </type>
31590     <type name="MonoBUG.Foo">
31591       <method name="Void .ctor(String)">
31592         <size>14</size>
31593       </method>
31594       <method name="System.String get_Name()">
31595         <size>7</size>
31596       </method>
31597     </type>
31598     <type name="MonoBUG.FooList">
31599       <method name="Void .ctor()">
31600         <size>7</size>
31601       </method>
31602       <method name="Void .cctor()">
31603         <size>1</size>
31604       </method>
31605       <method name="Void Add(MonoBUG.Foo)">
31606         <size>19</size>
31607       </method>
31608       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
31609         <size>7</size>
31610       </method>
31611     </type>
31612     <type name="MonoBUG.FooList+FooEnumerator">
31613       <method name="Void .ctor(FooList)">
31614         <size>31</size>
31615       </method>
31616       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
31617         <size>12</size>
31618       </method>
31619       <method name="Void System.Collections.IEnumerator.Reset()">
31620         <size>12</size>
31621       </method>
31622       <method name="MonoBUG.Foo get_Current()">
31623         <size>46</size>
31624       </method>
31625       <method name="Boolean MoveNext()">
31626         <size>12</size>
31627       </method>
31628       <method name="Void Reset()">
31629         <size>12</size>
31630       </method>
31631       <method name="System.Object System.Collections.IEnumerator.get_Current()">
31632         <size>28</size>
31633       </method>
31634     </type>
31635   </test>
31636   <test name="test-221.cs">
31637     <type name="A">
31638       <method name="Void .ctor()">
31639         <size>7</size>
31640       </method>
31641       <method name="Int32 get_Blah()">
31642         <size>2</size>
31643       </method>
31644       <method name="Void set_Blah(Int32)">
31645         <size>1</size>
31646       </method>
31647     </type>
31648     <type name="B">
31649       <method name="Void .ctor()">
31650         <size>7</size>
31651       </method>
31652       <method name="Int32 get_Blah()">
31653         <size>2</size>
31654       </method>
31655       <method name="Boolean Test()">
31656         <size>54</size>
31657       </method>
31658     </type>
31659     <type name="C">
31660       <method name="Void .ctor()">
31661         <size>7</size>
31662       </method>
31663       <method name="Int32 get_Blah()">
31664         <size>0</size>
31665       </method>
31666       <method name="Void set_Blah(Int32)">
31667         <size>0</size>
31668       </method>
31669     </type>
31670     <type name="D">
31671       <method name="Void .ctor()">
31672         <size>7</size>
31673       </method>
31674       <method name="Int32 get_Blah()">
31675         <size>2</size>
31676       </method>
31677       <method name="Void set_Blah(Int32)">
31678         <size>1</size>
31679       </method>
31680     </type>
31681     <type name="E">
31682       <method name="Void .ctor()">
31683         <size>7</size>
31684       </method>
31685       <method name="Int32 get_Blah()">
31686         <size>7</size>
31687       </method>
31688       <method name="Boolean Test()">
31689         <size>54</size>
31690       </method>
31691     </type>
31692     <type name="F">
31693       <method name="Void .ctor()">
31694         <size>7</size>
31695       </method>
31696       <method name="Int32 get_Item(Int32)">
31697         <size>2</size>
31698       </method>
31699       <method name="Void set_Item(Int32, Int32)">
31700         <size>1</size>
31701       </method>
31702       <method name="Int32 get_Blah()">
31703         <size>2</size>
31704       </method>
31705       <method name="Void set_Blah(Int32)">
31706         <size>1</size>
31707       </method>
31708       <method name="Boolean Test()">
31709         <size>108</size>
31710       </method>
31711     </type>
31712     <type name="Driver">
31713       <method name="Void .ctor()">
31714         <size>7</size>
31715       </method>
31716       <method name="Int32 Main()">
31717         <size>38</size>
31718       </method>
31719     </type>
31720     <type name="F">
31721       <method name="Int32 IBlah.get_Item(Int32)">
31722         <size>2</size>
31723       </method>
31724       <method name="Void IBlah.set_Item(Int32, Int32)">
31725         <size>1</size>
31726       </method>
31727       <method name="Int32 IBlah.get_Blah()">
31728         <size>2</size>
31729       </method>
31730       <method name="Void IBlah.set_Blah(Int32)">
31731         <size>1</size>
31732       </method>
31733     </type>
31734   </test>
31735   <test name="test-222.cs">
31736     <type name="Class_1">
31737       <method name="Void .ctor()">
31738         <size>7</size>
31739       </method>
31740       <method name="UIntPtr Valid()">
31741         <size>7</size>
31742       </method>
31743     </type>
31744     <type name="MainClass">
31745       <method name="Void .ctor()">
31746         <size>7</size>
31747       </method>
31748       <method name="Int32 Main()">
31749         <size>2</size>
31750       </method>
31751     </type>
31752   </test>
31753   <test name="test-223.cs">
31754     <type name="T">
31755       <method name="Void .ctor()">
31756         <size>7</size>
31757       </method>
31758       <method name="Int32 Main()">
31759         <size>65</size>
31760       </method>
31761     </type>
31762   </test>
31763   <test name="test-224.cs">
31764     <type name="XmlMemberArrayAttribute">
31765       <method name="Void .ctor(String)">
31766         <size>38</size>
31767       </method>
31768       <method name="System.Char[] get_Separator()">
31769         <size>7</size>
31770       </method>
31771       <method name="Void set_Separator(System.Char[])">
31772         <size>8</size>
31773       </method>
31774       <method name="System.String get_Name()">
31775         <size>7</size>
31776       </method>
31777       <method name="Void set_Name(System.String)">
31778         <size>8</size>
31779       </method>
31780       <method name="Boolean get_IsRequired()">
31781         <size>7</size>
31782       </method>
31783       <method name="Void set_IsRequired(Boolean)">
31784         <size>8</size>
31785       </method>
31786     </type>
31787     <type name="t">
31788       <method name="Void .ctor()">
31789         <size>7</size>
31790       </method>
31791       <method name="Void Main()">
31792         <size>1</size>
31793       </method>
31794     </type>
31795   </test>
31796   <test name="test-225.cs">
31797     <type name="A">
31798       <method name="Void .ctor()">
31799         <size>14</size>
31800       </method>
31801     </type>
31802     <type name="B">
31803       <method name="Void .ctor()">
31804         <size>7</size>
31805       </method>
31806       <method name="Int32 foo()">
31807         <size>2</size>
31808       </method>
31809       <method name="Void Main()">
31810         <size>18</size>
31811       </method>
31812     </type>
31813   </test>
31814   <test name="test-226.cs">
31815     <type name="Test226">
31816       <method name="Void .ctor()">
31817         <size>7</size>
31818       </method>
31819       <method name="Void Test()">
31820         <size>35</size>
31821       </method>
31822       <method name="Int32 Main()">
31823         <size>23</size>
31824       </method>
31825     </type>
31826   </test>
31827   <test name="test-227.cs">
31828     <type name="A.T">
31829       <method name="Void .ctor()">
31830         <size>7</size>
31831       </method>
31832       <method name="Void Main()">
31833         <size>3</size>
31834       </method>
31835     </type>
31836   </test>
31837   <test name="test-228.cs">
31838     <type name="BadRefTest.CtorInc">
31839       <method name="Void .ctor()">
31840         <size>30</size>
31841       </method>
31842       <method name="Int32 IncByRef(Int32 ByRef)">
31843         <size>10</size>
31844       </method>
31845       <method name="Boolean Results(Int32)">
31846         <size>98</size>
31847       </method>
31848     </type>
31849     <type name="BadRefTest.Runner">
31850       <method name="Void .ctor()">
31851         <size>7</size>
31852       </method>
31853       <method name="Int32 Main()">
31854         <size>43</size>
31855       </method>
31856     </type>
31857   </test>
31858   <test name="test-229.cs">
31859     <type name="List">
31860       <method name="Void .ctor(Int32)">
31861         <size>19</size>
31862       </method>
31863       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
31864         <size>12</size>
31865       </method>
31866       <method name="Void Add(Int32)">
31867         <size>26</size>
31868       </method>
31869       <method name="MyEnumerator GetEnumerator()">
31870         <size>7</size>
31871       </method>
31872     </type>
31873     <type name="UberList">
31874       <method name="Void .ctor(Int32)">
31875         <size>8</size>
31876       </method>
31877       <method name="Int32 Main(System.String[])">
31878         <size>38</size>
31879       </method>
31880       <method name="Boolean One()">
31881         <size>62</size>
31882       </method>
31883       <method name="Boolean Two()">
31884         <size>62</size>
31885       </method>
31886       <method name="Boolean Three()">
31887         <size>62</size>
31888       </method>
31889     </type>
31890     <type name="List+MyEnumerator">
31891       <method name="Void .ctor(List)">
31892         <size>15</size>
31893       </method>
31894       <method name="System.Object get_Current()">
31895         <size>24</size>
31896       </method>
31897       <method name="Boolean MoveNext()">
31898         <size>31</size>
31899       </method>
31900       <method name="Void Reset()">
31901         <size>8</size>
31902       </method>
31903     </type>
31904   </test>
31905   <test name="test-23.cs">
31906     <type name="X">
31907       <method name="Void .ctor()">
31908         <size>7</size>
31909       </method>
31910       <method name="Void .cctor()">
31911         <size>8</size>
31912       </method>
31913       <method name="Int32 get_Value()">
31914         <size>6</size>
31915       </method>
31916       <method name="Void set_Value(Int32)">
31917         <size>7</size>
31918       </method>
31919       <method name="Int32 Main()">
31920         <size>170</size>
31921       </method>
31922     </type>
31923     <type name="Y">
31924       <method name="Void .ctor(String)">
31925         <size>14</size>
31926       </method>
31927       <method name="System.String get_Value()">
31928         <size>7</size>
31929       </method>
31930       <method name="Void set_Value(System.String)">
31931         <size>8</size>
31932       </method>
31933     </type>
31934     <type name="Z">
31935       <method name="Void .cctor()">
31936         <size>7</size>
31937       </method>
31938       <method name="Int32 get_IVal()">
31939         <size>6</size>
31940       </method>
31941       <method name="Void set_IVal(Int32)">
31942         <size>7</size>
31943       </method>
31944       <method name="Int32 get_XVal()">
31945         <size>7</size>
31946       </method>
31947       <method name="Void set_XVal(Int32)">
31948         <size>8</size>
31949       </method>
31950     </type>
31951   </test>
31952   <test name="test-230.cs">
31953     <type name="TestClass">
31954       <method name="Void .ctor()">
31955         <size>7</size>
31956       </method>
31957       <method name="Int32 Main()">
31958         <size>56</size>
31959       </method>
31960     </type>
31961   </test>
31962   <test name="test-231.cs">
31963     <type name="T">
31964       <method name="Void .ctor()">
31965         <size>7</size>
31966       </method>
31967       <method name="Void .cctor()">
31968         <size>1</size>
31969       </method>
31970       <method name="Int32 Main()">
31971         <size>44</size>
31972       </method>
31973       <method name="Void Foo()">
31974         <size>23</size>
31975       </method>
31976     </type>
31977   </test>
31978   <test name="test-232.cs">
31979     <type name="CtorInfoTest">
31980       <method name="Void .ctor()">
31981         <size>7</size>
31982       </method>
31983       <method name="Void Main(System.String[])">
31984         <size>977</size>
31985       </method>
31986       <method name="Void Assert(System.Object, System.Object)">
31987         <size>38</size>
31988       </method>
31989     </type>
31990     <type name="&lt;PrivateImplementationDetails&gt;">
31991       <method name="Void .ctor()">
31992         <size>7</size>
31993       </method>
31994     </type>
31995   </test>
31996   <test name="test-233.cs">
31997     <type name="Tests">
31998       <method name="Void .ctor()">
31999         <size>7</size>
32000       </method>
32001       <method name="Int32 Main()">
32002         <size>16</size>
32003       </method>
32004       <method name="Int32 test_0_beq()">
32005         <size>29</size>
32006       </method>
32007       <method name="Int32 test_0_bne_un()">
32008         <size>29</size>
32009       </method>
32010       <method name="Int32 test_0_conv_r8()">
32011         <size>29</size>
32012       </method>
32013       <method name="Int32 test_0_conv_i()">
32014         <size>76</size>
32015       </method>
32016       <method name="Int32 test_5_conv_r4()">
32017         <size>8</size>
32018       </method>
32019       <method name="Int32 test_5_double_conv_r4()">
32020         <size>16</size>
32021       </method>
32022       <method name="Int32 test_5_float_conv_r8()">
32023         <size>12</size>
32024       </method>
32025       <method name="Int32 test_5_conv_r8()">
32026         <size>8</size>
32027       </method>
32028       <method name="Int32 test_5_add()">
32029         <size>25</size>
32030       </method>
32031       <method name="Int32 test_5_sub()">
32032         <size>25</size>
32033       </method>
32034       <method name="Int32 test_24_mul()">
32035         <size>25</size>
32036       </method>
32037       <method name="Int32 test_4_div()">
32038         <size>25</size>
32039       </method>
32040       <method name="Int32 test_2_rem()">
32041         <size>25</size>
32042       </method>
32043       <method name="Int32 test_2_neg()">
32044         <size>14</size>
32045       </method>
32046       <method name="Int32 test_46_float_add_spill()">
32047         <size>129</size>
32048       </method>
32049       <method name="Int32 test_362880_float_mul_spill()">
32050         <size>129</size>
32051       </method>
32052       <method name="Int32 test_4_long_cast()">
32053         <size>29</size>
32054       </method>
32055       <method name="Int32 test_16_float_cmp()">
32056         <size>317</size>
32057       </method>
32058       <method name="Int32 test_15_float_cmp_un()">
32059         <size>297</size>
32060       </method>
32061       <method name="Int32 test_15_float_branch()">
32062         <size>219</size>
32063       </method>
32064       <method name="Int32 test_15_float_branch_un()">
32065         <size>219</size>
32066       </method>
32067     </type>
32068     <type name="TestDriver">
32069       <method name="Void .ctor()">
32070         <size>7</size>
32071       </method>
32072       <method name="Int32 RunTests(System.Type, System.String[])">
32073         <size>571</size>
32074       </method>
32075       <method name="Int32 RunTests(System.Type)">
32076         <size>8</size>
32077       </method>
32078     </type>
32079   </test>
32080   <test name="test-234.cs">
32081     <type name="T">
32082       <method name="Void .ctor()">
32083         <size>7</size>
32084       </method>
32085       <method name="Void Main()">
32086         <size>701</size>
32087       </method>
32088     </type>
32089   </test>
32090   <test name="test-235.cs">
32091     <type name="T">
32092       <method name="Void .ctor()">
32093         <size>7</size>
32094       </method>
32095       <method name="Void Foo(T, T)">
32096         <size>1</size>
32097       </method>
32098       <method name="Void Foo(System.Object[])">
32099         <size>1</size>
32100       </method>
32101       <method name="Int32 Main()">
32102         <size>13</size>
32103       </method>
32104     </type>
32105   </test>
32106   <test name="test-236.cs">
32107     <type name="Tests.Test">
32108       <method name="Void .ctor()">
32109         <size>7</size>
32110       </method>
32111       <method name="Void Main()">
32112         <size>42</size>
32113       </method>
32114       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
32115         <size>9</size>
32116       </method>
32117       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
32118         <size>10</size>
32119       </method>
32120     </type>
32121   </test>
32122   <test name="test-237.cs">
32123     <type name="Params">
32124       <method name="Void .ctor()">
32125         <size>7</size>
32126       </method>
32127       <method name="Void .cctor()">
32128         <size>96</size>
32129       </method>
32130       <method name="Void foo(System.String, System.Object[])">
32131         <size>132</size>
32132       </method>
32133       <method name="Void Main()">
32134         <size>45</size>
32135       </method>
32136     </type>
32137     <type name="Params+FOO">
32138       <method name="Void .ctor(Object, IntPtr)">
32139         <size>0</size>
32140       </method>
32141       <method name="Void Invoke(System.String, System.Object[])">
32142         <size>0</size>
32143       </method>
32144       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
32145         <size>0</size>
32146       </method>
32147       <method name="Void EndInvoke(IAsyncResult)">
32148         <size>0</size>
32149       </method>
32150     </type>
32151   </test>
32152   <test name="test-238.cs">
32153     <type name="TestClass">
32154       <method name="Void .ctor()">
32155         <size>7</size>
32156       </method>
32157       <method name="Void ConditionalMethod()">
32158         <size>7</size>
32159       </method>
32160       <method name="Int32 Main()">
32161         <size>12</size>
32162       </method>
32163     </type>
32164   </test>
32165   <test name="test-239.cs">
32166     <type name="BaseClass">
32167       <method name="Void .ctor()">
32168         <size>7</size>
32169       </method>
32170       <method name="Void ConditionalMethod()">
32171         <size>7</size>
32172       </method>
32173     </type>
32174     <type name="TestClass">
32175       <method name="Void .ctor()">
32176         <size>7</size>
32177       </method>
32178       <method name="Void ConditionalMethod()">
32179         <size>1</size>
32180       </method>
32181     </type>
32182     <type name="MainClass">
32183       <method name="Void .ctor()">
32184         <size>7</size>
32185       </method>
32186       <method name="Int32 Main()">
32187         <size>18</size>
32188       </method>
32189     </type>
32190   </test>
32191   <test name="test-24.cs">
32192     <type name="X">
32193       <method name="Void .ctor()">
32194         <size>7</size>
32195       </method>
32196       <method name="System.String get_S()">
32197         <size>6</size>
32198       </method>
32199       <method name="Void set_S(System.String)">
32200         <size>7</size>
32201       </method>
32202       <method name="Int32 Main()">
32203         <size>92</size>
32204       </method>
32205     </type>
32206   </test>
32207   <test name="test-240.cs">
32208     <type name="TestClass">
32209       <method name="Void .ctor()">
32210         <size>7</size>
32211       </method>
32212       <method name="Void .cctor()">
32213         <size>7</size>
32214       </method>
32215       <method name="Void ConditionalMethod()">
32216         <size>17</size>
32217       </method>
32218       <method name="Int32 Main()">
32219         <size>11</size>
32220       </method>
32221     </type>
32222   </test>
32223   <test name="test-241.cs">
32224     <type name="Foo">
32225       <method name="Void .ctor()">
32226         <size>7</size>
32227       </method>
32228       <method name="Int32 get_SomeProperty()">
32229         <size>3</size>
32230       </method>
32231       <method name="Int32 M()">
32232         <size>3</size>
32233       </method>
32234       <method name="Void Main()">
32235         <size>1</size>
32236       </method>
32237     </type>
32238     <type name="Foo+FooPrivate">
32239       <method name="Void .ctor(Foo)">
32240         <size>14</size>
32241       </method>
32242       <method name="Int32 get_SomeProperty()">
32243         <size>24</size>
32244       </method>
32245     </type>
32246   </test>
32247   <test name="test-242.cs">
32248     <type name="BaseClass">
32249       <method name="Void .ctor()">
32250         <size>14</size>
32251       </method>
32252     </type>
32253     <type name="Derived">
32254       <method name="Void .ctor()">
32255         <size>7</size>
32256       </method>
32257       <method name="Int32 get_Location()">
32258         <size>3</size>
32259       </method>
32260       <method name="Void Main()">
32261         <size>1</size>
32262       </method>
32263     </type>
32264   </test>
32265   <test name="test-243.cs">
32266     <type name="X">
32267       <method name="Void .ctor()">
32268         <size>7</size>
32269       </method>
32270       <method name="Boolean Resolve(System.String)">
32271         <size>2</size>
32272       </method>
32273       <method name="System.String Test()">
32274         <size>2</size>
32275       </method>
32276       <method name="Void Main()">
32277         <size>8</size>
32278       </method>
32279     </type>
32280   </test>
32281   <test name="test-244.cs">
32282     <type name="Foo">
32283       <method name="Void .ctor()">
32284         <size>7</size>
32285       </method>
32286       <method name="Void .cctor()">
32287         <size>1</size>
32288       </method>
32289       <method name="Int32 Main()">
32290         <size>136</size>
32291       </method>
32292       <method name="MyBool get_t()">
32293         <size>29</size>
32294       </method>
32295       <method name="MyBool get_f()">
32296         <size>29</size>
32297       </method>
32298     </type>
32299     <type name="MyBool">
32300       <method name="Void .ctor(Boolean)">
32301         <size>8</size>
32302       </method>
32303       <method name="System.String ToString()">
32304         <size>12</size>
32305       </method>
32306       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
32307         <size>21</size>
32308       </method>
32309       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
32310         <size>21</size>
32311       </method>
32312       <method name="Boolean op_True(MyBool)">
32313         <size>8</size>
32314       </method>
32315       <method name="Boolean op_False(MyBool)">
32316         <size>11</size>
32317       </method>
32318     </type>
32319   </test>
32320   <test name="test-245.cs">
32321     <type name="Class2">
32322       <method name="Void .ctor()">
32323         <size>7</size>
32324       </method>
32325       <method name="System.String get_def_kind()">
32326         <size>12</size>
32327       </method>
32328       <method name="Void Main()">
32329         <size>1</size>
32330       </method>
32331     </type>
32332   </test>
32333   <test name="test-246.cs">
32334     <type name="B">
32335       <method name="Void .ctor()">
32336         <size>7</size>
32337       </method>
32338       <method name="Void Main()">
32339         <size>38</size>
32340       </method>
32341     </type>
32342     <type name="Blah">
32343       <method name="Void Dispose()">
32344         <size>11</size>
32345       </method>
32346     </type>
32347   </test>
32348   <test name="test-247.cs">
32349     <type name="B">
32350       <method name="Void .ctor()">
32351         <size>7</size>
32352       </method>
32353       <method name="Void Main()">
32354         <size>71</size>
32355       </method>
32356     </type>
32357     <type name="Blah">
32358       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
32359         <size>11</size>
32360       </method>
32361     </type>
32362   </test>
32363   <test name="test-248.cs">
32364     <type name="T">
32365       <method name="Void .ctor()">
32366         <size>7</size>
32367       </method>
32368       <method name="Foo GetFoo()">
32369         <size>10</size>
32370       </method>
32371       <method name="Void Main()">
32372         <size>26</size>
32373       </method>
32374     </type>
32375   </test>
32376   <test name="test-249.cs">
32377     <type name="X">
32378       <method name="Void .ctor()">
32379         <size>7</size>
32380       </method>
32381       <method name="Void Main()">
32382         <size>1</size>
32383       </method>
32384     </type>
32385   </test>
32386   <test name="test-25.cs">
32387     <type name="X">
32388       <method name="Void .ctor()">
32389         <size>7</size>
32390       </method>
32391       <method name="Int32 Main()">
32392         <size>214</size>
32393       </method>
32394     </type>
32395   </test>
32396   <test name="test-250.cs">
32397     <type name="Test.foo3">
32398       <method name="Void .ctor()">
32399         <size>7</size>
32400       </method>
32401     </type>
32402     <type name="Test.Tests">
32403       <method name="Void .ctor()">
32404         <size>7</size>
32405       </method>
32406       <method name="Void Main()">
32407         <size>1</size>
32408       </method>
32409     </type>
32410   </test>
32411   <test name="test-251.cs">
32412     <type name="X">
32413       <method name="Void .ctor()">
32414         <size>7</size>
32415       </method>
32416       <method name="Void Main()">
32417         <size>1</size>
32418       </method>
32419     </type>
32420   </test>
32421   <test name="test-252.cs">
32422     <type name="A">
32423       <method name="Void .ctor()">
32424         <size>7</size>
32425       </method>
32426       <method name="Void add_Bar(Foo)">
32427         <size>24</size>
32428       </method>
32429       <method name="Void remove_Bar(Foo)">
32430         <size>24</size>
32431       </method>
32432       <method name="Void m1()">
32433         <size>1</size>
32434       </method>
32435       <method name="Int32 Main()">
32436         <size>61</size>
32437       </method>
32438     </type>
32439     <type name="Foo">
32440       <method name="Void .ctor(Object, IntPtr)">
32441         <size>0</size>
32442       </method>
32443       <method name="Void Invoke()">
32444         <size>0</size>
32445       </method>
32446       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32447         <size>0</size>
32448       </method>
32449       <method name="Void EndInvoke(IAsyncResult)">
32450         <size>0</size>
32451       </method>
32452     </type>
32453   </test>
32454   <test name="test-253.cs">
32455     <type name="AccessibleAttribute">
32456       <method name="Void .ctor()">
32457         <size>7</size>
32458       </method>
32459     </type>
32460     <type name="MyClass">
32461       <method name="Void .ctor()">
32462         <size>7</size>
32463       </method>
32464     </type>
32465     <type name="Test">
32466       <method name="Void .ctor()">
32467         <size>7</size>
32468       </method>
32469       <method name="Int32 Main()">
32470         <size>66</size>
32471       </method>
32472     </type>
32473   </test>
32474   <test name="test-254.cs">
32475     <type name="TestAttribute">
32476       <method name="Void .ctor()">
32477         <size>7</size>
32478       </method>
32479     </type>
32480     <type name="Test_1">
32481       <method name="Void .ctor()">
32482         <size>7</size>
32483       </method>
32484       <method name="Void Test(Int32)">
32485         <size>1</size>
32486       </method>
32487     </type>
32488     <type name="Test_2">
32489       <method name="Void .ctor()">
32490         <size>7</size>
32491       </method>
32492       <method name="Int32 get_Test()">
32493         <size>2</size>
32494       </method>
32495       <method name="Void set_Test(Int32)">
32496         <size>1</size>
32497       </method>
32498       <method name="Void set_Test2(Boolean)">
32499         <size>1</size>
32500       </method>
32501     </type>
32502     <type name="Test_3">
32503       <method name="Void .ctor()">
32504         <size>7</size>
32505       </method>
32506       <method name="Void add_e_1(test_delegate)">
32507         <size>24</size>
32508       </method>
32509       <method name="Void remove_e_1(test_delegate)">
32510         <size>24</size>
32511       </method>
32512       <method name="Void add_e_2(test_delegate)">
32513         <size>24</size>
32514       </method>
32515       <method name="Void remove_e_2(test_delegate)">
32516         <size>24</size>
32517       </method>
32518     </type>
32519     <type name="Test_4">
32520       <method name="Void .ctor()">
32521         <size>7</size>
32522       </method>
32523       <method name="Void add_e_1(test_delegate)">
32524         <size>1</size>
32525       </method>
32526       <method name="Void remove_e_1(test_delegate)">
32527         <size>1</size>
32528       </method>
32529       <method name="Void add_e_2(test_delegate)">
32530         <size>1</size>
32531       </method>
32532       <method name="Void remove_e_2(test_delegate)">
32533         <size>1</size>
32534       </method>
32535       <method name="Void add_e_3(test_delegate)">
32536         <size>1</size>
32537       </method>
32538       <method name="Void remove_e_3(test_delegate)">
32539         <size>1</size>
32540       </method>
32541     </type>
32542     <type name="ClassMain">
32543       <method name="Void .ctor()">
32544         <size>7</size>
32545       </method>
32546       <method name="Void .cctor()">
32547         <size>1</size>
32548       </method>
32549       <method name="Void Assert(System.Object[], Boolean, Int32)">
32550         <size>65</size>
32551       </method>
32552       <method name="Int32 Main()">
32553         <size>1159</size>
32554       </method>
32555     </type>
32556     <type name="test_delegate">
32557       <method name="Void .ctor(Object, IntPtr)">
32558         <size>0</size>
32559       </method>
32560       <method name="System.Delegate Invoke(Int32)">
32561         <size>0</size>
32562       </method>
32563       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32564         <size>0</size>
32565       </method>
32566       <method name="System.Delegate EndInvoke(IAsyncResult)">
32567         <size>0</size>
32568       </method>
32569     </type>
32570   </test>
32571   <test name="test-255.cs">
32572     <type name="TestAttribute">
32573       <method name="Void .ctor()">
32574         <size>7</size>
32575       </method>
32576     </type>
32577     <type name="C">
32578       <method name="Void .ctor()">
32579         <size>7</size>
32580       </method>
32581       <method name="Void Method()">
32582         <size>1</size>
32583       </method>
32584       <method name="Void Main()">
32585         <size>1</size>
32586       </method>
32587     </type>
32588   </test>
32589   <test name="test-256.cs">
32590     <type name="TableColumn">
32591       <method name="Void .ctor()">
32592         <size>7</size>
32593       </method>
32594       <method name="System.Object get_MagicValue()">
32595         <size>2</size>
32596       </method>
32597       <method name="Void set_MagicValue(System.Object)">
32598         <size>1</size>
32599       </method>
32600     </type>
32601     <type name="Bug">
32602       <method name="Void .ctor()">
32603         <size>7</size>
32604       </method>
32605       <method name="Int32 get_TInt()">
32606         <size>2</size>
32607       </method>
32608       <method name="Void Main()">
32609         <size>1</size>
32610       </method>
32611     </type>
32612   </test>
32613   <test name="test-257.cs">
32614     <type name="X">
32615       <method name="Void Main()">
32616         <size>8</size>
32617       </method>
32618       <method name="Void call(Int32 ByRef)">
32619         <size>25</size>
32620       </method>
32621       <method name="Void .ctor()">
32622         <size>7</size>
32623       </method>
32624     </type>
32625   </test>
32626   <test name="test-258.cs">
32627     <type name="MyTest.Test">
32628       <method name="Void .ctor()">
32629         <size>7</size>
32630       </method>
32631     </type>
32632     <type name="MyTest.Test2">
32633       <method name="Void .ctor()">
32634         <size>7</size>
32635       </method>
32636       <method name="Void MyTest.Test.Inner.Foo()">
32637         <size>1</size>
32638       </method>
32639       <method name="Void Main()">
32640         <size>1</size>
32641       </method>
32642     </type>
32643   </test>
32644   <test name="test-259.cs">
32645     <type name="Testing">
32646       <method name="Void .ctor()">
32647         <size>7</size>
32648       </method>
32649       <method name="Void Main()">
32650         <size>1</size>
32651       </method>
32652     </type>
32653   </test>
32654   <test name="test-26.cs">
32655     <type name="Blah">
32656       <method name="Void .ctor()">
32657         <size>7</size>
32658       </method>
32659       <method name="Int32 Foo(Int32, Int32)">
32660         <size>4</size>
32661       </method>
32662       <method name="Int32 Test1()">
32663         <size>114</size>
32664       </method>
32665       <method name="Int32 Adder(System.Int32[])">
32666         <size>34</size>
32667       </method>
32668       <method name="Int32 Test2()">
32669         <size>46</size>
32670       </method>
32671       <method name="Int32 Main()">
32672         <size>40</size>
32673       </method>
32674     </type>
32675     <type name="Blah+MyDelegate">
32676       <method name="Void .ctor(Object, IntPtr)">
32677         <size>0</size>
32678       </method>
32679       <method name="Int32 Invoke(Int32, Int32)">
32680         <size>0</size>
32681       </method>
32682       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
32683         <size>0</size>
32684       </method>
32685       <method name="Int32 EndInvoke(IAsyncResult)">
32686         <size>0</size>
32687       </method>
32688     </type>
32689     <type name="Blah+List">
32690       <method name="Void .ctor(Object, IntPtr)">
32691         <size>0</size>
32692       </method>
32693       <method name="Int32 Invoke(System.Int32[])">
32694         <size>0</size>
32695       </method>
32696       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
32697         <size>0</size>
32698       </method>
32699       <method name="Int32 EndInvoke(IAsyncResult)">
32700         <size>0</size>
32701       </method>
32702     </type>
32703     <type name="&lt;PrivateImplementationDetails&gt;">
32704       <method name="Void .ctor()">
32705         <size>7</size>
32706       </method>
32707     </type>
32708   </test>
32709   <test name="test-260.cs">
32710     <type name="x.Test">
32711       <method name="Void .ctor()">
32712         <size>7</size>
32713       </method>
32714     </type>
32715     <type name="y.Test">
32716       <method name="Void .ctor()">
32717         <size>7</size>
32718       </method>
32719     </type>
32720     <type name="b.a">
32721       <method name="Void .ctor()">
32722         <size>7</size>
32723       </method>
32724       <method name="Void Main()">
32725         <size>7</size>
32726       </method>
32727     </type>
32728   </test>
32729   <test name="test-261.cs">
32730     <type name="T">
32731       <method name="Void .ctor()">
32732         <size>7</size>
32733       </method>
32734       <method name="T get_Me()">
32735         <size>16</size>
32736       </method>
32737       <method name="T GetMe()">
32738         <size>16</size>
32739       </method>
32740       <method name="Int32 Test(T)">
32741         <size>106</size>
32742       </method>
32743       <method name="Int32 Main()">
32744         <size>31</size>
32745       </method>
32746     </type>
32747   </test>
32748   <test name="test-262.cs">
32749     <type name="n1.Attribute">
32750       <method name="Void .ctor()">
32751         <size>7</size>
32752       </method>
32753     </type>
32754     <type name="n3.A">
32755       <method name="Void .ctor()">
32756         <size>7</size>
32757       </method>
32758       <method name="Void Attribute()">
32759         <size>1</size>
32760       </method>
32761       <method name="Void X()">
32762         <size>7</size>
32763       </method>
32764       <method name="Void Main()">
32765         <size>11</size>
32766       </method>
32767     </type>
32768   </test>
32769   <test name="test-263.cs">
32770     <type name="Test">
32771       <method name="Void .ctor()">
32772         <size>7</size>
32773       </method>
32774       <method name="System.String GetString(System.Byte[])">
32775         <size>19</size>
32776       </method>
32777       <method name="Void Main()">
32778         <size>1</size>
32779       </method>
32780     </type>
32781   </test>
32782   <test name="test-264.cs">
32783     <type name="Proef">
32784       <method name="Void .ctor()">
32785         <size>7</size>
32786       </method>
32787       <method name="Void add_OnDoSomething(System.EventHandler)">
32788         <size>24</size>
32789       </method>
32790       <method name="Void remove_OnDoSomething(System.EventHandler)">
32791         <size>24</size>
32792       </method>
32793       <method name="Void Temp(System.Object, System.EventArgs)">
32794         <size>1</size>
32795       </method>
32796       <method name="Void Main()">
32797         <size>25</size>
32798       </method>
32799     </type>
32800   </test>
32801   <test name="test-265.cs">
32802     <type name="ClassFormatError">
32803       <method name="Void .ctor(String, Object[])">
32804         <size>7</size>
32805       </method>
32806       <method name="Void Main()">
32807         <size>1</size>
32808       </method>
32809     </type>
32810     <type name="UnsupportedClassVersionError">
32811       <method name="Void .ctor(String)">
32812         <size>14</size>
32813       </method>
32814     </type>
32815   </test>
32816   <test name="test-266.cs">
32817     <type name="T">
32818       <method name="Void .ctor()">
32819         <size>7</size>
32820       </method>
32821       <method name="Int32 Main()">
32822         <size>25</size>
32823       </method>
32824     </type>
32825   </test>
32826   <test name="test-267.cs">
32827     <type name="X">
32828       <method name="Void .ctor()">
32829         <size>7</size>
32830       </method>
32831       <method name="System.String Text()">
32832         <size>6</size>
32833       </method>
32834       <method name="Int32 Main()">
32835         <size>12</size>
32836       </method>
32837     </type>
32838   </test>
32839   <test name="test-268.cs">
32840     <type name="X">
32841       <method name="Void .ctor()">
32842         <size>7</size>
32843       </method>
32844       <method name="Int32 Main()">
32845         <size>26</size>
32846       </method>
32847     </type>
32848     <type name="X+Nested">
32849       <method name="Void .ctor()">
32850         <size>7</size>
32851       </method>
32852       <method name="MyEnum D()">
32853         <size>2</size>
32854       </method>
32855     </type>
32856   </test>
32857   <test name="test-269.cs">
32858     <type name="Class1">
32859       <method name="Void .ctor()">
32860         <size>7</size>
32861       </method>
32862       <method name="Int32 Main(System.String[])">
32863         <size>361</size>
32864       </method>
32865       <method name="Int32 AddABunchOfInts(...)">
32866         <size>63</size>
32867       </method>
32868       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
32869         <size>63</size>
32870       </method>
32871       <method name="Result VtAddABunchOfInts(...)">
32872         <size>68</size>
32873       </method>
32874       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
32875         <size>68</size>
32876       </method>
32877       <method name="Int32 InstAddABunchOfInts(...)">
32878         <size>63</size>
32879       </method>
32880       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
32881         <size>63</size>
32882       </method>
32883       <method name="Result InstVtAddABunchOfInts(...)">
32884         <size>68</size>
32885       </method>
32886       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
32887         <size>68</size>
32888       </method>
32889     </type>
32890     <type name="Result">
32891       <method name="Void .ctor(Int32)">
32892         <size>24</size>
32893       </method>
32894     </type>
32895   </test>
32896   <test name="test-27.cs">
32897     <type name="Foo">
32898       <method name="Void .ctor()">
32899         <size>7</size>
32900       </method>
32901       <method name="Boolean MyMethod(Int32)">
32902         <size>12</size>
32903       </method>
32904       <method name="Int32 AnotherMethod(Int32)">
32905         <size>5</size>
32906       </method>
32907     </type>
32908     <type name="Blah">
32909       <method name="Void .ctor()">
32910         <size>7</size>
32911       </method>
32912       <method name="Void Bar(Int32, Int32)">
32913         <size>9</size>
32914       </method>
32915       <method name="Int32 Main()">
32916         <size>139</size>
32917       </method>
32918     </type>
32919     <type name="Blah+MyDelegate">
32920       <method name="Void .ctor(Object, IntPtr)">
32921         <size>0</size>
32922       </method>
32923       <method name="Void Invoke(Int32, Int32)">
32924         <size>0</size>
32925       </method>
32926       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
32927         <size>0</size>
32928       </method>
32929       <method name="Void EndInvoke(IAsyncResult)">
32930         <size>0</size>
32931       </method>
32932     </type>
32933   </test>
32934   <test name="test-270.cs">
32935     <type name="X">
32936       <method name="Void .ctor()">
32937         <size>7</size>
32938       </method>
32939       <method name="Int32 Test(System.String, System.Object[])">
32940         <size>2</size>
32941       </method>
32942       <method name="Int32 Main()">
32943         <size>75</size>
32944       </method>
32945       <method name="Int32 Test(System.String, ...)">
32946         <size>2</size>
32947       </method>
32948     </type>
32949   </test>
32950   <test name="test-271.cs">
32951     <type name="T">
32952       <method name="Void .ctor()">
32953         <size>7</size>
32954       </method>
32955       <method name="C X()">
32956         <size>10</size>
32957       </method>
32958       <method name="Void Main()">
32959         <size>63</size>
32960       </method>
32961     </type>
32962     <type name="T+C">
32963       <method name="IEnumerator GetEnumerator()">
32964         <size>11</size>
32965       </method>
32966     </type>
32967   </test>
32968   <test name="test-272.cs">
32969     <type name="BazAttribute">
32970       <method name="Void .ctor()">
32971         <size>7</size>
32972       </method>
32973       <method name="Void .ctor(Foo)">
32974         <size>7</size>
32975       </method>
32976       <method name="Void set_foo3(Foo)">
32977         <size>1</size>
32978       </method>
32979       <method name="Foo get_foo3()">
32980         <size>2</size>
32981       </method>
32982     </type>
32983     <type name="Test">
32984       <method name="Void .ctor()">
32985         <size>7</size>
32986       </method>
32987       <method name="Void f0()">
32988         <size>1</size>
32989       </method>
32990       <method name="Void f1()">
32991         <size>1</size>
32992       </method>
32993       <method name="Void f2()">
32994         <size>1</size>
32995       </method>
32996       <method name="Void f3()">
32997         <size>1</size>
32998       </method>
32999       <method name="Void Main()">
33000         <size>1</size>
33001       </method>
33002     </type>
33003   </test>
33004   <test name="test-273.cs">
33005     <type name="FooAttribute">
33006       <method name="Void .ctor()">
33007         <size>7</size>
33008       </method>
33009     </type>
33010     <type name="Tests">
33011       <method name="Void .ctor()">
33012         <size>7</size>
33013       </method>
33014       <method name="Void Main()">
33015         <size>36</size>
33016       </method>
33017     </type>
33018   </test>
33019   <test name="test-274.cs">
33020     <type name="MyClass">
33021       <method name="Void .ctor(String[])">
33022         <size>7</size>
33023       </method>
33024     </type>
33025     <type name="ChildClass">
33026       <method name="Void .ctor()">
33027         <size>13</size>
33028       </method>
33029     </type>
33030     <type name="M">
33031       <method name="Void .ctor()">
33032         <size>7</size>
33033       </method>
33034       <method name="Void Main()">
33035         <size>1</size>
33036       </method>
33037     </type>
33038   </test>
33039   <test name="test-275.cs">
33040     <type name="Test">
33041       <method name="Void .ctor()">
33042         <size>7</size>
33043       </method>
33044       <method name="Void add_MyEvent(DelType)">
33045         <size>24</size>
33046       </method>
33047       <method name="Void remove_MyEvent(DelType)">
33048         <size>24</size>
33049       </method>
33050       <method name="Int32 Main()">
33051         <size>176</size>
33052       </method>
33053     </type>
33054     <type name="DelType">
33055       <method name="Void .ctor(Object, IntPtr)">
33056         <size>0</size>
33057       </method>
33058       <method name="Void Invoke()">
33059         <size>0</size>
33060       </method>
33061       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33062         <size>0</size>
33063       </method>
33064       <method name="Void EndInvoke(IAsyncResult)">
33065         <size>0</size>
33066       </method>
33067     </type>
33068     <type name="S">
33069       <method name="Void add_MyEvent(DelType)">
33070         <size>24</size>
33071       </method>
33072       <method name="Void remove_MyEvent(DelType)">
33073         <size>24</size>
33074       </method>
33075     </type>
33076   </test>
33077   <test name="test-276.cs">
33078     <type name="EventTestClass">
33079       <method name="Void .ctor()">
33080         <size>7</size>
33081       </method>
33082       <method name="Void add_Elapsed(System.EventHandler)">
33083         <size>24</size>
33084       </method>
33085       <method name="Void remove_Elapsed(System.EventHandler)">
33086         <size>24</size>
33087       </method>
33088     </type>
33089     <type name="EntryPoint">
33090       <method name="Void .ctor()">
33091         <size>7</size>
33092       </method>
33093       <method name="Boolean test(System.Type)">
33094         <size>17</size>
33095       </method>
33096       <method name="Int32 Main()">
33097         <size>48</size>
33098       </method>
33099     </type>
33100   </test>
33101   <test name="test-277.cs">
33102     <type name="T">
33103       <method name="Void .ctor()">
33104         <size>7</size>
33105       </method>
33106       <method name="Int32 Main()">
33107         <size>7</size>
33108       </method>
33109       <method name="Int32 X(Byte)">
33110         <size>2</size>
33111       </method>
33112       <method name="Int32 X(Int16)">
33113         <size>2</size>
33114       </method>
33115     </type>
33116   </test>
33117   <test name="test-278.cs">
33118     <type name="X">
33119       <method name="Void .ctor()">
33120         <size>7</size>
33121       </method>
33122       <method name="Int32 Main()">
33123         <size>73</size>
33124       </method>
33125     </type>
33126     <type name="Rect">
33127       <method name="Int32 get_X()">
33128         <size>7</size>
33129       </method>
33130       <method name="Void set_X(Int32)">
33131         <size>8</size>
33132       </method>
33133     </type>
33134   </test>
33135   <test name="test-279.cs">
33136     <type name="FlagsAttributeDemo">
33137       <method name="Void .ctor()">
33138         <size>7</size>
33139       </method>
33140       <method name="Int32 Main()">
33141         <size>38</size>
33142       </method>
33143     </type>
33144   </test>
33145   <test name="test-28.cs">
33146     <type name="A">
33147       <method name="Void .ctor()">
33148         <size>7</size>
33149       </method>
33150       <method name="Int32 get_Item(Int32)">
33151         <size>0</size>
33152       </method>
33153       <method name="Int32 EmulateIndexer(Int32)">
33154         <size>8</size>
33155       </method>
33156     </type>
33157     <type name="B">
33158       <method name="Void .ctor()">
33159         <size>7</size>
33160       </method>
33161       <method name="Int32 get_Item(Int32)">
33162         <size>2</size>
33163       </method>
33164       <method name="Int32 M()">
33165         <size>8</size>
33166       </method>
33167     </type>
33168     <type name="X">
33169       <method name="Void .ctor()">
33170         <size>7</size>
33171       </method>
33172       <method name="Int32 get_Item(Int32)">
33173         <size>20</size>
33174       </method>
33175       <method name="Void set_Item(Int32, Int32)">
33176         <size>26</size>
33177       </method>
33178       <method name="Int32 Main()">
33179         <size>122</size>
33180       </method>
33181     </type>
33182   </test>
33183   <test name="test-280.cs">
33184     <type name="AppFramework.Util.Logic">
33185       <method name="Void .ctor()">
33186         <size>7</size>
33187       </method>
33188       <method name="Void Main()">
33189         <size>1</size>
33190       </method>
33191       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
33192         <size>37</size>
33193       </method>
33194     </type>
33195   </test>
33196   <test name="test-281.cs">
33197     <type name="Foo.Hello">
33198       <method name="Void .ctor()">
33199         <size>7</size>
33200       </method>
33201       <method name="Void .cctor()">
33202         <size>7</size>
33203       </method>
33204     </type>
33205     <type name="Bar.Hello">
33206       <method name="Void .ctor()">
33207         <size>7</size>
33208       </method>
33209       <method name="Void .cctor()">
33210         <size>8</size>
33211       </method>
33212     </type>
33213     <type name="Test.Test1">
33214       <method name="Void .ctor()">
33215         <size>7</size>
33216       </method>
33217       <method name="Int32 World()">
33218         <size>6</size>
33219       </method>
33220     </type>
33221     <type name="Test.Test2">
33222       <method name="Void .ctor()">
33223         <size>7</size>
33224       </method>
33225       <method name="Int32 World()">
33226         <size>6</size>
33227       </method>
33228     </type>
33229     <type name="X">
33230       <method name="Void .ctor()">
33231         <size>7</size>
33232       </method>
33233       <method name="Int32 Main()">
33234         <size>29</size>
33235       </method>
33236     </type>
33237   </test>
33238   <test name="test-282.cs">
33239     <type name="X">
33240       <method name="Void .ctor()">
33241         <size>7</size>
33242       </method>
33243       <method name="System.Object Add(integer, System.Object)">
33244         <size>70</size>
33245       </method>
33246       <method name="Int32 Main()">
33247         <size>68</size>
33248       </method>
33249     </type>
33250     <type name="integer">
33251       <method name="Void .ctor(Int32)">
33252         <size>8</size>
33253       </method>
33254       <method name="integer op_Implicit(Int32)">
33255         <size>7</size>
33256       </method>
33257       <method name="Double op_Implicit(integer)">
33258         <size>13</size>
33259       </method>
33260       <method name="integer op_Addition(integer, integer)">
33261         <size>21</size>
33262       </method>
33263     </type>
33264   </test>
33265   <test name="test-283.cs">
33266     <type name="X">
33267       <method name="Void .ctor()">
33268         <size>7</size>
33269       </method>
33270       <method name="Int32 Foo()">
33271         <size>2</size>
33272       </method>
33273     </type>
33274     <type name="Y">
33275       <method name="Void .ctor()">
33276         <size>7</size>
33277       </method>
33278       <method name="Y+D GetIt()">
33279         <size>13</size>
33280       </method>
33281       <method name="Y+D GetIt2()">
33282         <size>13</size>
33283       </method>
33284       <method name="Int32 Foo()">
33285         <size>2</size>
33286       </method>
33287       <method name="Int32 Main()">
33288         <size>56</size>
33289       </method>
33290     </type>
33291     <type name="Y+D">
33292       <method name="Void .ctor(Object, IntPtr)">
33293         <size>0</size>
33294       </method>
33295       <method name="Int32 Invoke()">
33296         <size>0</size>
33297       </method>
33298       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33299         <size>0</size>
33300       </method>
33301       <method name="Int32 EndInvoke(IAsyncResult)">
33302         <size>0</size>
33303       </method>
33304     </type>
33305   </test>
33306   <test name="test-284.cs">
33307     <type name="App">
33308       <method name="Void .ctor()">
33309         <size>7</size>
33310       </method>
33311       <method name="Void Main()">
33312         <size>12</size>
33313       </method>
33314     </type>
33315   </test>
33316   <test name="test-285.cs">
33317     <type name="T">
33318       <method name="Void .ctor()">
33319         <size>7</size>
33320       </method>
33321       <method name="Int32 Main()">
33322         <size>2</size>
33323       </method>
33324     </type>
33325   </test>
33326   <test name="test-286.cs">
33327     <type name="MethodWrapper">
33328       <method name="Void .ctor()">
33329         <size>7</size>
33330       </method>
33331       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
33332         <size>57</size>
33333       </method>
33334     </type>
33335     <type name="MapXml.Throws">
33336       <method name="Void .ctor()">
33337         <size>7</size>
33338       </method>
33339       <method name="Void Main()">
33340         <size>1</size>
33341       </method>
33342     </type>
33343   </test>
33344   <test name="test-287.cs">
33345     <type name="StaticClass">
33346       <method name="System.String Name()">
33347         <size>6</size>
33348       </method>
33349     </type>
33350     <type name="MainClass">
33351       <method name="Void .ctor()">
33352         <size>7</size>
33353       </method>
33354       <method name="Int32 Main()">
33355         <size>83</size>
33356       </method>
33357     </type>
33358     <type name="StaticClass+D">
33359       <method name="Void .ctor(Object, IntPtr)">
33360         <size>0</size>
33361       </method>
33362       <method name="System.Object Invoke()">
33363         <size>0</size>
33364       </method>
33365       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33366         <size>0</size>
33367       </method>
33368       <method name="System.Object EndInvoke(IAsyncResult)">
33369         <size>0</size>
33370       </method>
33371     </type>
33372   </test>
33373   <test name="test-288.cs">
33374     <type name="Test.BookAboutMovie">
33375       <method name="Void .ctor(String)">
33376         <size>25</size>
33377       </method>
33378       <method name="System.String GetItem(Int32)">
33379         <size>7</size>
33380       </method>
33381       <method name="System.String get_Item(Int32)">
33382         <size>7</size>
33383       </method>
33384       <method name="Int32 Main(System.String[])">
33385         <size>57</size>
33386       </method>
33387     </type>
33388   </test>
33389   <test name="test-289.cs">
33390     <type name="Test">
33391       <method name="Void .ctor()">
33392         <size>7</size>
33393       </method>
33394       <method name="Void Main()">
33395         <size>1</size>
33396       </method>
33397       <method name="Void set_Value(System.String)">
33398         <size>1</size>
33399       </method>
33400       <method name="Void set_Value()">
33401         <size>1</size>
33402       </method>
33403       <method name="Void set_Item(Int32, Int32, Boolean)">
33404         <size>1</size>
33405       </method>
33406       <method name="Void set_Item(Int32, Int32)">
33407         <size>1</size>
33408       </method>
33409       <method name="Boolean get_Item(Boolean)">
33410         <size>2</size>
33411       </method>
33412     </type>
33413   </test>
33414   <test name="test-29.cs">
33415     <type name="Base">
33416       <method name="Void .ctor()">
33417         <size>7</size>
33418       </method>
33419       <method name="Void Add(Int32)">
33420         <size>18</size>
33421       </method>
33422     </type>
33423     <type name="Derived">
33424       <method name="Void .ctor()">
33425         <size>7</size>
33426       </method>
33427       <method name="Void Add(Double)">
33428         <size>18</size>
33429       </method>
33430     </type>
33431     <type name="Demo">
33432       <method name="Void .ctor()">
33433         <size>7</size>
33434       </method>
33435       <method name="Int32 Main()">
33436         <size>51</size>
33437       </method>
33438     </type>
33439   </test>
33440   <test name="test-290.cs">
33441     <type name="EntryPoint">
33442       <method name="Void .ctor()">
33443         <size>7</size>
33444       </method>
33445       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
33446         <size>22</size>
33447       </method>
33448       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
33449         <size>22</size>
33450       </method>
33451       <method name="Void bar_f(System.Object)">
33452         <size>1</size>
33453       </method>
33454       <method name="Void Main()">
33455         <size>35</size>
33456       </method>
33457     </type>
33458     <type name="EntryPoint+EventHandler">
33459       <method name="Void .ctor(Object, IntPtr)">
33460         <size>0</size>
33461       </method>
33462       <method name="Void Invoke(System.Object)">
33463         <size>0</size>
33464       </method>
33465       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
33466         <size>0</size>
33467       </method>
33468       <method name="Void EndInvoke(IAsyncResult)">
33469         <size>0</size>
33470       </method>
33471     </type>
33472   </test>
33473   <test name="test-291.cs">
33474     <type name="Test">
33475       <method name="Void .ctor()">
33476         <size>7</size>
33477       </method>
33478       <method name="Void Method()">
33479         <size>1</size>
33480       </method>
33481       <method name="Void Main()">
33482         <size>13</size>
33483       </method>
33484     </type>
33485   </test>
33486   <test name="test-292.cs">
33487     <type name="X">
33488       <method name="Void .ctor()">
33489         <size>7</size>
33490       </method>
33491       <method name="Void .cctor()">
33492         <size>1</size>
33493       </method>
33494       <method name="Void Main()">
33495         <size>19</size>
33496       </method>
33497     </type>
33498   </test>
33499   <test name="test-293.cs">
33500     <type name="A">
33501       <method name="Void .ctor()">
33502         <size>7</size>
33503       </method>
33504       <method name="System.String get_Warning()">
33505         <size>6</size>
33506       </method>
33507     </type>
33508     <type name="B">
33509       <method name="Void .ctor()">
33510         <size>7</size>
33511       </method>
33512       <method name="System.String get_Warning()">
33513         <size>6</size>
33514       </method>
33515       <method name="Void Main()">
33516         <size>1</size>
33517       </method>
33518     </type>
33519   </test>
33520   <test name="test-294.cs">
33521     <type name="ObsoleteClass">
33522       <method name="Void .ctor()">
33523         <size>7</size>
33524       </method>
33525     </type>
33526     <type name="Test">
33527       <method name="Void .ctor()">
33528         <size>13</size>
33529       </method>
33530       <method name="Void .ctor(String, Boolean)">
33531         <size>14</size>
33532       </method>
33533       <method name="System.String get_Name()">
33534         <size>7</size>
33535       </method>
33536       <method name="Void set_Name(System.String)">
33537         <size>8</size>
33538       </method>
33539     </type>
33540     <type name="DerivedTest">
33541       <method name="Void .ctor(String)">
33542         <size>16</size>
33543       </method>
33544       <method name="System.String Method()">
33545         <size>7</size>
33546       </method>
33547       <method name="Void T2()">
33548         <size>1</size>
33549       </method>
33550       <method name="Void Main()">
33551         <size>1</size>
33552       </method>
33553     </type>
33554     <type name="ObsoleteClass2">
33555       <method name="Void .ctor()">
33556         <size>7</size>
33557       </method>
33558     </type>
33559     <type name="ObsoleteClass3">
33560       <method name="Void .ctor()">
33561         <size>18</size>
33562       </method>
33563       <method name="Void .cctor()">
33564         <size>25</size>
33565       </method>
33566     </type>
33567     <type name="ObsoleteClass4">
33568       <method name="Void .ctor()">
33569         <size>7</size>
33570       </method>
33571       <method name="Void T()">
33572         <size>73</size>
33573       </method>
33574     </type>
33575   </test>
33576   <test name="test-295.cs">
33577     <type name="MyAttribute">
33578       <method name="Void .ctor(Object)">
33579         <size>14</size>
33580       </method>
33581       <method name="System.Object get_my()">
33582         <size>7</size>
33583       </method>
33584     </type>
33585     <type name="MyConstructorBuilder">
33586       <method name="Void .ctor()">
33587         <size>7</size>
33588       </method>
33589       <method name="Int32 Main()">
33590         <size>116</size>
33591       </method>
33592       <method name="System.Type MyCreateCallee(System.AppDomain)">
33593         <size>329</size>
33594       </method>
33595     </type>
33596   </test>
33597   <test name="test-296.cs">
33598     <type name="GetElementTypeTest">
33599       <method name="Void .ctor()">
33600         <size>7</size>
33601       </method>
33602       <method name="Int32 Main(System.String[])">
33603         <size>36</size>
33604       </method>
33605     </type>
33606   </test>
33607   <test name="test-297.cs">
33608     <type name="T">
33609       <method name="Void .ctor()">
33610         <size>7</size>
33611       </method>
33612       <method name="Int32 Main()">
33613         <size>326</size>
33614       </method>
33615       <method name="Void Login(System.String)">
33616         <size>1</size>
33617       </method>
33618     </type>
33619     <type name="My">
33620       <method name="Void .ctor(Object)">
33621         <size>14</size>
33622       </method>
33623     </type>
33624   </test>
33625   <test name="test-298.cs">
33626     <type name="A">
33627       <method name="Int32 op_Addition(Int16, A)">
33628         <size>2</size>
33629       </method>
33630       <method name="Int32 op_UnaryNegation(A)">
33631         <size>2</size>
33632       </method>
33633       <method name="Void .ctor()">
33634         <size>7</size>
33635       </method>
33636     </type>
33637     <type name="B">
33638       <method name="Int32 op_Addition(Int32, B)">
33639         <size>2</size>
33640       </method>
33641       <method name="Int32 op_UnaryNegation(B)">
33642         <size>2</size>
33643       </method>
33644       <method name="Void .ctor()">
33645         <size>7</size>
33646       </method>
33647     </type>
33648     <type name="C">
33649       <method name="Void .ctor()">
33650         <size>7</size>
33651       </method>
33652     </type>
33653     <type name="Test">
33654       <method name="Int32 Main()">
33655         <size>47</size>
33656       </method>
33657       <method name="Void .ctor()">
33658         <size>7</size>
33659       </method>
33660     </type>
33661   </test>
33662   <test name="test-299.cs">
33663     <type name="SampleClass">
33664       <method name="Void .ctor()">
33665         <size>7</size>
33666       </method>
33667       <method name="SuperClass op_Increment(SampleClass)">
33668         <size>6</size>
33669       </method>
33670     </type>
33671     <type name="SuperClass">
33672       <method name="Void .ctor()">
33673         <size>7</size>
33674       </method>
33675       <method name="Int32 Main()">
33676         <size>2</size>
33677       </method>
33678     </type>
33679   </test>
33680   <test name="test-3.cs">
33681     <type name="TestIntOps">
33682       <method name="Void .ctor()">
33683         <size>7</size>
33684       </method>
33685       <method name="SByte sbyte_add(SByte, SByte)">
33686         <size>7</size>
33687       </method>
33688       <method name="Int16 short_add(Int16, Int16)">
33689         <size>5</size>
33690       </method>
33691       <method name="Double double_add(Double, Double)">
33692         <size>4</size>
33693       </method>
33694       <method name="Int32 int_add(Int32, Int32)">
33695         <size>4</size>
33696       </method>
33697       <method name="Int32 int_sub(Int32, Int32)">
33698         <size>4</size>
33699       </method>
33700       <method name="Int32 int_mul(Int32, Int32)">
33701         <size>4</size>
33702       </method>
33703       <method name="Int32 Main()">
33704         <size>215</size>
33705       </method>
33706     </type>
33707   </test>
33708   <test name="test-30.cs">
33709     <type name="X">
33710       <method name="Void .ctor()">
33711         <size>7</size>
33712       </method>
33713       <method name="Void IA.Draw()">
33714         <size>8</size>
33715       </method>
33716       <method name="Void IB.Draw()">
33717         <size>8</size>
33718       </method>
33719     </type>
33720     <type name="test">
33721       <method name="Void .ctor()">
33722         <size>7</size>
33723       </method>
33724       <method name="Int32 Main()">
33725         <size>192</size>
33726       </method>
33727     </type>
33728   </test>
33729   <test name="test-300.cs">
33730     <type name="A">
33731       <method name="Void .ctor()">
33732         <size>7</size>
33733       </method>
33734       <method name="Void Main()">
33735         <size>7</size>
33736       </method>
33737     </type>
33738     <type name="A+C">
33739       <method name="Void .ctor()">
33740         <size>7</size>
33741       </method>
33742     </type>
33743     <type name="A+B">
33744       <method name="Void .ctor()">
33745         <size>499</size>
33746       </method>
33747     </type>
33748     <type name="A+B+C">
33749       <method name="Void .ctor()">
33750         <size>7</size>
33751       </method>
33752     </type>
33753   </test>
33754   <test name="test-301.cs">
33755     <type name="A">
33756       <method name="Void .ctor()">
33757         <size>7</size>
33758       </method>
33759       <method name="Void Main()">
33760         <size>7</size>
33761       </method>
33762     </type>
33763     <type name="A+B">
33764       <method name="Void .ctor()">
33765         <size>226</size>
33766       </method>
33767     </type>
33768   </test>
33769   <test name="test-302.cs">
33770     <type name="A">
33771       <method name="Void .ctor()">
33772         <size>7</size>
33773       </method>
33774       <method name="Void Main()">
33775         <size>7</size>
33776       </method>
33777     </type>
33778     <type name="A+C">
33779       <method name="Void .ctor()">
33780         <size>7</size>
33781       </method>
33782     </type>
33783     <type name="A+B">
33784       <method name="Void .ctor()">
33785         <size>24</size>
33786       </method>
33787     </type>
33788     <type name="A+B+C">
33789       <method name="Void .ctor()">
33790         <size>7</size>
33791       </method>
33792     </type>
33793   </test>
33794   <test name="test-303.cs">
33795     <type name="A">
33796       <method name="Void .ctor()">
33797         <size>7</size>
33798       </method>
33799       <method name="Void Main()">
33800         <size>7</size>
33801       </method>
33802     </type>
33803     <type name="A+C">
33804       <method name="Void .ctor()">
33805         <size>7</size>
33806       </method>
33807       <method name="Void System.IDisposable.Dispose()">
33808         <size>11</size>
33809       </method>
33810     </type>
33811     <type name="A+B">
33812       <method name="Void .ctor()">
33813         <size>31</size>
33814       </method>
33815     </type>
33816     <type name="A+B+C">
33817       <method name="Void .ctor()">
33818         <size>7</size>
33819       </method>
33820       <method name="Void System.IDisposable.Dispose()">
33821         <size>1</size>
33822       </method>
33823     </type>
33824   </test>
33825   <test name="test-304.cs">
33826     <type name="A">
33827       <method name="Void .ctor()">
33828         <size>7</size>
33829       </method>
33830       <method name="Void Main()">
33831         <size>7</size>
33832       </method>
33833     </type>
33834     <type name="A+D">
33835       <method name="Void .ctor()">
33836         <size>7</size>
33837       </method>
33838     </type>
33839     <type name="A+B">
33840       <method name="Void .ctor()">
33841         <size>499</size>
33842       </method>
33843     </type>
33844     <type name="A+B+C">
33845       <method name="Void .ctor()">
33846         <size>7</size>
33847       </method>
33848     </type>
33849   </test>
33850   <test name="test-305.cs">
33851     <type name="A">
33852       <method name="Void .ctor()">
33853         <size>7</size>
33854       </method>
33855       <method name="Void Main()">
33856         <size>7</size>
33857       </method>
33858     </type>
33859     <type name="A+B">
33860       <method name="Void .ctor()">
33861         <size>226</size>
33862       </method>
33863     </type>
33864   </test>
33865   <test name="test-306.cs">
33866     <type name="A">
33867       <method name="Void .ctor()">
33868         <size>7</size>
33869       </method>
33870       <method name="Void Main()">
33871         <size>7</size>
33872       </method>
33873     </type>
33874     <type name="A+D">
33875       <method name="Void .ctor()">
33876         <size>7</size>
33877       </method>
33878     </type>
33879     <type name="A+B">
33880       <method name="Void .ctor()">
33881         <size>24</size>
33882       </method>
33883     </type>
33884     <type name="A+B+C">
33885       <method name="Void .ctor()">
33886         <size>7</size>
33887       </method>
33888     </type>
33889   </test>
33890   <test name="test-307.cs">
33891     <type name="A">
33892       <method name="Void .ctor()">
33893         <size>7</size>
33894       </method>
33895       <method name="Void Main()">
33896         <size>7</size>
33897       </method>
33898     </type>
33899     <type name="A+D">
33900       <method name="Void .ctor()">
33901         <size>7</size>
33902       </method>
33903       <method name="Void System.IDisposable.Dispose()">
33904         <size>11</size>
33905       </method>
33906     </type>
33907     <type name="A+B">
33908       <method name="Void .ctor()">
33909         <size>31</size>
33910       </method>
33911     </type>
33912     <type name="A+B+C">
33913       <method name="Void .ctor()">
33914         <size>7</size>
33915       </method>
33916       <method name="Void System.IDisposable.Dispose()">
33917         <size>1</size>
33918       </method>
33919     </type>
33920   </test>
33921   <test name="test-308.cs">
33922     <type name="Program">
33923       <method name="Void .ctor()">
33924         <size>7</size>
33925       </method>
33926       <method name="Void Main(System.String[])">
33927         <size>40</size>
33928       </method>
33929     </type>
33930   </test>
33931   <test name="test-309.cs">
33932     <type name="MonoBASIC.Parser">
33933       <method name="Void .ctor()">
33934         <size>7</size>
33935       </method>
33936       <method name="Void Main()">
33937         <size>1</size>
33938       </method>
33939     </type>
33940     <type name="MonoBASIC.Parser+StateMachine">
33941       <method name="Void .ctor()">
33942         <size>7</size>
33943       </method>
33944       <method name="Void HandleToken(Token)">
33945         <size>1</size>
33946       </method>
33947     </type>
33948   </test>
33949   <test name="test-31.cs">
33950     <type name="Base">
33951       <method name="Void .ctor()">
33952         <size>7</size>
33953       </method>
33954       <method name="Void A()">
33955         <size>8</size>
33956       </method>
33957     </type>
33958     <type name="Derived">
33959       <method name="Void .ctor()">
33960         <size>7</size>
33961       </method>
33962       <method name="Void A()">
33963         <size>8</size>
33964       </method>
33965     </type>
33966     <type name="Test">
33967       <method name="Void .ctor()">
33968         <size>7</size>
33969       </method>
33970       <method name="Int32 Main()">
33971         <size>38</size>
33972       </method>
33973     </type>
33974   </test>
33975   <test name="test-310.cs">
33976     <type name="test.Impl">
33977       <method name="Void .ctor()">
33978         <size>7</size>
33979       </method>
33980       <method name="System.String GetType(Int32)">
33981         <size>6</size>
33982       </method>
33983       <method name="Boolean IsDone()">
33984         <size>2</size>
33985       </method>
33986     </type>
33987     <type name="test.myclass">
33988       <method name="Void .ctor()">
33989         <size>7</size>
33990       </method>
33991       <method name="Void Main(System.String[])">
33992         <size>28</size>
33993       </method>
33994     </type>
33995   </test>
33996   <test name="test-311.cs">
33997     <type name="Program">
33998       <method name="Void .ctor()">
33999         <size>38</size>
34000       </method>
34001       <method name="Void .cctor()">
34002         <size>11</size>
34003       </method>
34004       <method name="System.String get_Message()">
34005         <size>6</size>
34006       </method>
34007       <method name="Void set_Message(System.String)">
34008         <size>7</size>
34009       </method>
34010       <method name="Boolean DenyMethod()">
34011         <size>2</size>
34012       </method>
34013       <method name="Void Test2()">
34014         <size>1</size>
34015       </method>
34016       <method name="Void Test3()">
34017         <size>1</size>
34018       </method>
34019       <method name="Void Test4()">
34020         <size>1</size>
34021       </method>
34022       <method name="Int32 Main(System.String[])">
34023         <size>175</size>
34024       </method>
34025     </type>
34026     <type name="Test2">
34027       <method name="Void .ctor()">
34028         <size>7</size>
34029       </method>
34030     </type>
34031   </test>
34032   <test name="test-312.cs">
34033     <type name="X">
34034       <method name="Void .ctor()">
34035         <size>7</size>
34036       </method>
34037       <method name="Void .cctor()">
34038         <size>1</size>
34039       </method>
34040       <method name="Boolean Method(PointF)">
34041         <size>72</size>
34042       </method>
34043       <method name="Boolean Call_constructor_and_implicit()">
34044         <size>29</size>
34045       </method>
34046       <method name="Boolean Init_with_implicit_conv()">
34047         <size>52</size>
34048       </method>
34049       <method name="Boolean Init_ValueType()">
34050         <size>26</size>
34051       </method>
34052       <method name="Boolean InstanceAssignTest()">
34053         <size>75</size>
34054       </method>
34055       <method name="Int32 T()">
34056         <size>54</size>
34057       </method>
34058       <method name="Int32 Main()">
34059         <size>45</size>
34060       </method>
34061     </type>
34062     <type name="PointF">
34063       <method name="Void .ctor(Single, Single)">
34064         <size>47</size>
34065       </method>
34066     </type>
34067     <type name="Point">
34068       <method name="Void .ctor(Int32, Int32)">
34069         <size>37</size>
34070       </method>
34071       <method name="PointF op_Implicit(Point)">
34072         <size>22</size>
34073       </method>
34074     </type>
34075   </test>
34076   <test name="test-313.cs">
34077     <type name="D">
34078       <method name="Void .ctor()">
34079         <size>7</size>
34080       </method>
34081       <method name="Void A.B.METHOD()">
34082         <size>1</size>
34083       </method>
34084       <method name="Int32 Main()">
34085         <size>138</size>
34086       </method>
34087     </type>
34088   </test>
34089   <test name="test-314.cs">
34090     <type name="X">
34091       <method name="Void .ctor()">
34092         <size>28</size>
34093       </method>
34094       <method name="Void .ctor(Int32)">
34095         <size>28</size>
34096       </method>
34097       <method name="Void .cctor()">
34098         <size>11</size>
34099       </method>
34100       <method name="Int32 Main()">
34101         <size>57</size>
34102       </method>
34103     </type>
34104   </test>
34105   <test name="test-315.cs">
34106     <type name="GuardedCollectionValue">
34107       <method name="Void .ctor()">
34108         <size>7</size>
34109       </method>
34110       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
34111         <size>2</size>
34112       </method>
34113       <method name="IDirectedCollectionValue Backwards()">
34114         <size>2</size>
34115       </method>
34116     </type>
34117     <type name="GuardedSequenced">
34118       <method name="Void .ctor()">
34119         <size>7</size>
34120       </method>
34121       <method name="IDirectedCollectionValue Test()">
34122         <size>12</size>
34123       </method>
34124     </type>
34125     <type name="X">
34126       <method name="Void .ctor()">
34127         <size>7</size>
34128       </method>
34129       <method name="Void Main()">
34130         <size>1</size>
34131       </method>
34132     </type>
34133   </test>
34134   <test name="test-316.cs">
34135     <type name="D">
34136       <method name="Void .ctor()">
34137         <size>7</size>
34138       </method>
34139       <method name="Int32 IA.Add(Int32)">
34140         <size>2</size>
34141       </method>
34142       <method name="Int32 IB.Add(Int32)">
34143         <size>2</size>
34144       </method>
34145     </type>
34146     <type name="E">
34147       <method name="Void .ctor()">
34148         <size>7</size>
34149       </method>
34150       <method name="Int32 IA.Add(Int32)">
34151         <size>2</size>
34152       </method>
34153       <method name="Int32 IB.Add(Int32)">
34154         <size>2</size>
34155       </method>
34156       <method name="Void doom()">
34157         <size>1</size>
34158       </method>
34159       <method name="System.Object Clone()">
34160         <size>2</size>
34161       </method>
34162       <method name="Void Dispose()">
34163         <size>1</size>
34164       </method>
34165     </type>
34166     <type name="C">
34167       <method name="Void .ctor()">
34168         <size>7</size>
34169       </method>
34170       <method name="Int32 Test(IC)">
34171         <size>49</size>
34172       </method>
34173       <method name="Void Test2(IE)">
34174         <size>20</size>
34175       </method>
34176       <method name="Int32 Main()">
34177         <size>32</size>
34178       </method>
34179     </type>
34180   </test>
34181   <test name="test-317.cs">
34182     <type name="X">
34183       <method name="Void .ctor()">
34184         <size>7</size>
34185       </method>
34186       <method name="Void Main()">
34187         <size>1</size>
34188       </method>
34189     </type>
34190   </test>
34191   <test name="test-318.cs">
34192     <type name="Ev">
34193       <method name="Void .ctor()">
34194         <size>29</size>
34195       </method>
34196       <method name="Void add_Disposed(System.EventHandler)">
34197         <size>19</size>
34198       </method>
34199       <method name="Void remove_Disposed(System.EventHandler)">
34200         <size>19</size>
34201       </method>
34202       <method name="Void OnClick(System.EventArgs)">
34203         <size>38</size>
34204       </method>
34205     </type>
34206     <type name="Foo">
34207       <method name="Void .ctor()">
34208         <size>7</size>
34209       </method>
34210     </type>
34211     <type name="C">
34212       <method name="Void .ctor()">
34213         <size>7</size>
34214       </method>
34215       <method name="Void my_from_fixed(Int32 ByRef)">
34216         <size>4</size>
34217       </method>
34218       <method name="Void month_from_fixed(Int32)">
34219         <size>8</size>
34220       </method>
34221       <method name="Int32 CreateFromString(Int32)">
34222         <size>10</size>
34223       </method>
34224       <method name="Void Main()">
34225         <size>1</size>
34226       </method>
34227     </type>
34228     <type name="Foo">
34229       <method name="Void EventInterface.add_Event(System.EventHandler)">
34230         <size>1</size>
34231       </method>
34232       <method name="Void EventInterface.remove_Event(System.EventHandler)">
34233         <size>1</size>
34234       </method>
34235     </type>
34236     <type name="C">
34237       <method name="Double* GetValue(Double)">
34238         <size>5</size>
34239       </method>
34240     </type>
34241   </test>
34242   <test name="test-319.cs">
34243     <type name="ConstFields">
34244       <method name="Void .ctor()">
34245         <size>7</size>
34246       </method>
34247       <method name="Void .cctor()">
34248         <size>137</size>
34249       </method>
34250       <method name="Int32 Main()">
34251         <size>324</size>
34252       </method>
34253     </type>
34254   </test>
34255   <test name="test-32.cs">
34256     <type name="Blah">
34257       <method name="Void .ctor()">
34258         <size>7</size>
34259       </method>
34260       <method name="Int32 Main()">
34261         <size>50</size>
34262       </method>
34263     </type>
34264   </test>
34265   <test name="test-320.cs">
34266     <type name="X">
34267       <method name="Void .ctor(SByte*, Int32, Int32)">
34268         <size>7</size>
34269       </method>
34270       <method name="Void Main()">
34271         <size>12</size>
34272       </method>
34273     </type>
34274   </test>
34275   <test name="test-321.cs">
34276     <type name="X">
34277       <method name="Void Dispose()">
34278         <size>1</size>
34279       </method>
34280       <method name="Void Main()">
34281         <size>30</size>
34282       </method>
34283     </type>
34284   </test>
34285   <test name="test-322.cs">
34286     <type name="Y">
34287       <method name="Void .ctor(Byte)">
34288         <size>14</size>
34289       </method>
34290       <method name="Int32 op_Implicit(Y)">
34291         <size>7</size>
34292       </method>
34293     </type>
34294     <type name="X">
34295       <method name="Void .ctor()">
34296         <size>7</size>
34297       </method>
34298       <method name="Void Main()">
34299         <size>50</size>
34300       </method>
34301     </type>
34302   </test>
34303   <test name="test-323.cs">
34304     <type name="X">
34305       <method name="Void .ctor()">
34306         <size>7</size>
34307       </method>
34308       <method name="Void Main()">
34309         <size>1</size>
34310       </method>
34311     </type>
34312   </test>
34313   <test name="test-324.cs">
34314     <type name="A">
34315       <method name="Void .ctor()">
34316         <size>7</size>
34317       </method>
34318       <method name="Void DoStuff()">
34319         <size>11</size>
34320       </method>
34321     </type>
34322     <type name="T">
34323       <method name="Void .ctor()">
34324         <size>7</size>
34325       </method>
34326       <method name="Void .cctor()">
34327         <size>11</size>
34328       </method>
34329     </type>
34330     <type name="Driver">
34331       <method name="Void .ctor()">
34332         <size>7</size>
34333       </method>
34334       <method name="Void Main()">
34335         <size>22</size>
34336       </method>
34337     </type>
34338     <type name="B">
34339       <method name="Boolean get_Val()">
34340         <size>2</size>
34341       </method>
34342     </type>
34343   </test>
34344   <test name="test-325.cs">
34345     <type name="RequestAttribute">
34346       <method name="Void .ctor(String, String, String[])">
34347         <size>7</size>
34348       </method>
34349     </type>
34350     <type name="MyClass">
34351       <method name="Void .ctor()">
34352         <size>7</size>
34353       </method>
34354       <method name="Int32 SomeRequest()">
34355         <size>2</size>
34356       </method>
34357       <method name="Void Main()">
34358         <size>7</size>
34359       </method>
34360     </type>
34361   </test>
34362   <test name="test-326.cs">
34363     <type name="X">
34364       <method name="Void .ctor()">
34365         <size>7</size>
34366       </method>
34367       <method name="Int32 Main()">
34368         <size>55</size>
34369       </method>
34370     </type>
34371     <type name="Mapper">
34372       <method name="Void .ctor(Object, IntPtr)">
34373         <size>0</size>
34374       </method>
34375       <method name="Double Invoke(Int32)">
34376         <size>0</size>
34377       </method>
34378       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34379         <size>0</size>
34380       </method>
34381       <method name="Double EndInvoke(IAsyncResult)">
34382         <size>0</size>
34383       </method>
34384     </type>
34385     <type name="X">
34386       <method name="Double &lt;Main&gt;m__0(Int32)">
34387         <size>6</size>
34388       </method>
34389     </type>
34390   </test>
34391   <test name="test-327.cs">
34392     <type name="X2">
34393       <method name="Void .ctor()">
34394         <size>7</size>
34395       </method>
34396     </type>
34397     <type name="A.B.Tester">
34398       <method name="Void .ctor()">
34399         <size>7</size>
34400       </method>
34401       <method name="Void .cctor()">
34402         <size>1</size>
34403       </method>
34404       <method name="Void Main()">
34405         <size>1</size>
34406       </method>
34407     </type>
34408   </test>
34409   <test name="test-328.cs">
34410     <type name="A.B.Tester">
34411       <method name="Void .ctor()">
34412         <size>7</size>
34413       </method>
34414       <method name="Void .cctor()">
34415         <size>1</size>
34416       </method>
34417       <method name="Void Main()">
34418         <size>1</size>
34419       </method>
34420     </type>
34421   </test>
34422   <test name="test-329.cs">
34423     <type name="X">
34424       <method name="Void .ctor()">
34425         <size>7</size>
34426       </method>
34427       <method name="Void .ctor(Object)">
34428         <size>21</size>
34429       </method>
34430       <method name="Int32 Main()">
34431         <size>74</size>
34432       </method>
34433     </type>
34434   </test>
34435   <test name="test-33.cs">
34436     <type name="FirstOuter.FirstInner.First">
34437       <method name="Void .ctor()">
34438         <size>7</size>
34439       </method>
34440       <method name="System.String get_MyIdentity()">
34441         <size>12</size>
34442       </method>
34443     </type>
34444     <type name="FirstOuter.Second">
34445       <method name="Void .ctor()">
34446         <size>7</size>
34447       </method>
34448     </type>
34449     <type name="FirstOuter.SecondInner.Third">
34450       <method name="Void .ctor()">
34451         <size>7</size>
34452       </method>
34453     </type>
34454     <type name="FirstOuter.FirstInner.Fourth">
34455       <method name="Void .ctor()">
34456         <size>7</size>
34457       </method>
34458     </type>
34459     <type name="Fifth">
34460       <method name="Void .ctor()">
34461         <size>7</size>
34462       </method>
34463     </type>
34464     <type name="Application">
34465       <method name="Void .ctor()">
34466         <size>7</size>
34467       </method>
34468       <method name="Int32 Main(System.String[])">
34469         <size>139</size>
34470       </method>
34471     </type>
34472   </test>
34473   <test name="test-330.cs">
34474     <type name="X">
34475       <method name="Void .ctor()">
34476         <size>7</size>
34477       </method>
34478       <method name="Void Main()">
34479         <size>8</size>
34480       </method>
34481     </type>
34482   </test>
34483   <test name="test-331.cs">
34484     <type name="T">
34485       <method name="Void .ctor()">
34486         <size>7</size>
34487       </method>
34488       <method name="Void Main()">
34489         <size>1</size>
34490       </method>
34491       <method name="Byte* get_Ptr()">
34492         <size>7</size>
34493       </method>
34494       <method name="Void set_Ptr(Byte*)">
34495         <size>8</size>
34496       </method>
34497     </type>
34498   </test>
34499   <test name="test-332.cs">
34500     <type name="C">
34501       <method name="Void .ctor()">
34502         <size>7</size>
34503       </method>
34504       <method name="Void Main()">
34505         <size>1</size>
34506       </method>
34507     </type>
34508   </test>
34509   <test name="test-333.cs">
34510     <type name="Foo">
34511       <method name="Void .ctor()">
34512         <size>7</size>
34513       </method>
34514       <method name="Void Something()">
34515         <size>1</size>
34516       </method>
34517     </type>
34518     <type name="Bar">
34519       <method name="Void .ctor()">
34520         <size>7</size>
34521       </method>
34522       <method name="Void Something()">
34523         <size>1</size>
34524       </method>
34525       <method name="Void Main()">
34526         <size>1</size>
34527       </method>
34528     </type>
34529   </test>
34530   <test name="test-334.cs">
34531     <type name="Test.Foo.Index.CompoundFileReader">
34532       <method name="Void .ctor()">
34533         <size>7</size>
34534       </method>
34535       <method name="Void Main()">
34536         <size>1</size>
34537       </method>
34538     </type>
34539     <type name="Test.Foo.Store.Directory">
34540       <method name="Void .ctor()">
34541         <size>7</size>
34542       </method>
34543     </type>
34544   </test>
34545   <test name="test-335.cs">
34546     <type name="X">
34547       <method name="Void .ctor()">
34548         <size>7</size>
34549       </method>
34550       <method name="Void A(Int32, Int32)">
34551         <size>1</size>
34552       </method>
34553       <method name="Void C(Int32 ByRef)">
34554         <size>4</size>
34555       </method>
34556       <method name="Void Main()">
34557         <size>70</size>
34558       </method>
34559     </type>
34560     <type name="X+B">
34561       <method name="Void .ctor(Object, IntPtr)">
34562         <size>0</size>
34563       </method>
34564       <method name="Void Invoke(Int32, Int32)">
34565         <size>0</size>
34566       </method>
34567       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
34568         <size>0</size>
34569       </method>
34570       <method name="Void EndInvoke(IAsyncResult)">
34571         <size>0</size>
34572       </method>
34573     </type>
34574     <type name="X+D">
34575       <method name="Void .ctor(Object, IntPtr)">
34576         <size>0</size>
34577       </method>
34578       <method name="Void Invoke(Int32 ByRef)">
34579         <size>0</size>
34580       </method>
34581       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
34582         <size>0</size>
34583       </method>
34584       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
34585         <size>0</size>
34586       </method>
34587     </type>
34588   </test>
34589   <test name="test-336.cs">
34590     <type name="X">
34591       <method name="Void .ctor(Foo)">
34592         <size>7</size>
34593       </method>
34594       <method name="Void .ctor(Bar)">
34595         <size>7</size>
34596       </method>
34597       <method name="Void Test()">
34598         <size>1</size>
34599       </method>
34600       <method name="Void Main()">
34601         <size>19</size>
34602       </method>
34603     </type>
34604     <type name="Foo">
34605       <method name="Void .ctor(Object, IntPtr)">
34606         <size>0</size>
34607       </method>
34608       <method name="Void Invoke()">
34609         <size>0</size>
34610       </method>
34611       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34612         <size>0</size>
34613       </method>
34614       <method name="Void EndInvoke(IAsyncResult)">
34615         <size>0</size>
34616       </method>
34617     </type>
34618     <type name="Bar">
34619       <method name="Void .ctor(Object, IntPtr)">
34620         <size>0</size>
34621       </method>
34622       <method name="Void Invoke(Int32)">
34623         <size>0</size>
34624       </method>
34625       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34626         <size>0</size>
34627       </method>
34628       <method name="Void EndInvoke(IAsyncResult)">
34629         <size>0</size>
34630       </method>
34631     </type>
34632   </test>
34633   <test name="test-337.cs">
34634     <type name="Test">
34635       <method name="Void .ctor()">
34636         <size>7</size>
34637       </method>
34638       <method name="Void Main()">
34639         <size>16</size>
34640       </method>
34641     </type>
34642   </test>
34643   <test name="test-338.cs">
34644     <type name="X">
34645       <method name="Void .ctor()">
34646         <size>7</size>
34647       </method>
34648       <method name="Void .cctor()">
34649         <size>11</size>
34650       </method>
34651       <method name="Void Main()">
34652         <size>1</size>
34653       </method>
34654       <method name="Y+Z fz()">
34655         <size>6</size>
34656       </method>
34657     </type>
34658     <type name="Y">
34659       <method name="Void .ctor()">
34660         <size>7</size>
34661       </method>
34662     </type>
34663     <type name="Y+Z">
34664       <method name="Void .ctor()">
34665         <size>7</size>
34666       </method>
34667       <method name="Void .cctor()">
34668         <size>11</size>
34669       </method>
34670     </type>
34671   </test>
34672   <test name="test-339.cs">
34673     <type name="C">
34674       <method name="Void .ctor()">
34675         <size>7</size>
34676       </method>
34677       <method name="Void .cctor()">
34678         <size>17</size>
34679       </method>
34680       <method name="Int32 Main()">
34681         <size>86</size>
34682       </method>
34683     </type>
34684   </test>
34685   <test name="test-34.cs">
34686     <type name="Blah">
34687       <method name="Void .ctor()">
34688         <size>7</size>
34689       </method>
34690       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
34691         <size>7</size>
34692       </method>
34693       <method name="Int32 Bar(Int32, System.Int32[])">
34694         <size>61</size>
34695       </method>
34696       <method name="Void Foo(Int32, Int32)">
34697         <size>7</size>
34698       </method>
34699       <method name="Void In(Int32 ByRef)">
34700         <size>7</size>
34701       </method>
34702       <method name="Void Out(Int32 ByRef)">
34703         <size>7</size>
34704       </method>
34705       <method name="Int32 AddArray(System.Int32[])">
34706         <size>30</size>
34707       </method>
34708       <method name="Int32 AddFancy(FancyInt[])">
34709         <size>39</size>
34710       </method>
34711       <method name="Int32 Main()">
34712         <size>269</size>
34713       </method>
34714     </type>
34715     <type name="&lt;PrivateImplementationDetails&gt;">
34716       <method name="Void .ctor()">
34717         <size>7</size>
34718       </method>
34719     </type>
34720     <type name="FancyInt">
34721       <method name="Void .ctor(Int32)">
34722         <size>8</size>
34723       </method>
34724     </type>
34725   </test>
34726   <test name="test-340.cs">
34727     <type name="FLMID.Bugs.BoolOne.A">
34728       <method name="Void .ctor()">
34729         <size>7</size>
34730       </method>
34731       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
34732         <size>8</size>
34733       </method>
34734     </type>
34735     <type name="FLMID.Bugs.BoolOne.B">
34736       <method name="Void .ctor()">
34737         <size>7</size>
34738       </method>
34739     </type>
34740     <type name="FLMID.Bugs.BoolOne.Test">
34741       <method name="Void .ctor()">
34742         <size>7</size>
34743       </method>
34744       <method name="Int32 Main(System.String[])">
34745         <size>34</size>
34746       </method>
34747     </type>
34748     <type name="FLMID.Bugs.BoolOne.B">
34749       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
34750         <size>12</size>
34751       </method>
34752     </type>
34753   </test>
34754   <test name="test-341.cs">
34755     <type name="Test">
34756       <method name="Void .ctor()">
34757         <size>7</size>
34758       </method>
34759       <method name="Void Main()">
34760         <size>1</size>
34761       </method>
34762     </type>
34763     <type name="Libs">
34764       <method name="Void .ctor()">
34765         <size>7</size>
34766       </method>
34767     </type>
34768     <type name="Bar">
34769       <method name="Void .ctor()">
34770         <size>7</size>
34771       </method>
34772     </type>
34773     <type name="Foo">
34774       <method name="Void .ctor()">
34775         <size>7</size>
34776       </method>
34777     </type>
34778   </test>
34779   <test name="test-342.cs">
34780     <type name="A">
34781       <method name="Void .ctor()">
34782         <size>7</size>
34783       </method>
34784       <method name="Void Foo(Int32)">
34785         <size>1</size>
34786       </method>
34787       <method name="Void Foo(Double)">
34788         <size>11</size>
34789       </method>
34790     </type>
34791     <type name="B">
34792       <method name="Void .ctor()">
34793         <size>7</size>
34794       </method>
34795       <method name="Void Foo(Double)">
34796         <size>11</size>
34797       </method>
34798       <method name="Void Main()">
34799         <size>24</size>
34800       </method>
34801     </type>
34802     <type name="A">
34803       <method name="Boolean get_Item(Int32)">
34804         <size>2</size>
34805       </method>
34806       <method name="Boolean get_Item(Double)">
34807         <size>11</size>
34808       </method>
34809     </type>
34810     <type name="B">
34811       <method name="Boolean get_Item(Double)">
34812         <size>11</size>
34813       </method>
34814     </type>
34815   </test>
34816   <test name="test-343.cs">
34817     <type name="X">
34818       <method name="Void .ctor()">
34819         <size>7</size>
34820       </method>
34821       <method name="Void Concat(System.String, System.String, System.String)">
34822         <size>1</size>
34823       </method>
34824       <method name="Void Concat(System.String[])">
34825         <size>11</size>
34826       </method>
34827       <method name="Void Main()">
34828         <size>21</size>
34829       </method>
34830     </type>
34831   </test>
34832   <test name="test-344.cs">
34833     <type name="X">
34834       <method name="Void .ctor()">
34835         <size>7</size>
34836       </method>
34837       <method name="Void add_y(Y)">
34838         <size>24</size>
34839       </method>
34840       <method name="Void remove_y(Y)">
34841         <size>24</size>
34842       </method>
34843       <method name="Void Main(System.String[])">
34844         <size>13</size>
34845       </method>
34846       <method name="Void Foo()">
34847         <size>50</size>
34848       </method>
34849     </type>
34850     <type name="Y">
34851       <method name="Void .ctor(Object, IntPtr)">
34852         <size>0</size>
34853       </method>
34854       <method name="Void Invoke()">
34855         <size>0</size>
34856       </method>
34857       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34858         <size>0</size>
34859       </method>
34860       <method name="Void EndInvoke(IAsyncResult)">
34861         <size>0</size>
34862       </method>
34863     </type>
34864     <type name="X+&lt;Foo&gt;c__AnonStorey0">
34865       <method name="Void .ctor()">
34866         <size>7</size>
34867       </method>
34868       <method name="Void &lt;&gt;m__0()">
34869         <size>28</size>
34870       </method>
34871     </type>
34872   </test>
34873   <test name="test-345.cs">
34874     <type name="EntryPoint">
34875       <method name="Void .ctor()">
34876         <size>7</size>
34877       </method>
34878       <method name="Void Main()">
34879         <size>1</size>
34880       </method>
34881     </type>
34882   </test>
34883   <test name="test-346.cs">
34884     <type name="TestMethods.Class1">
34885       <method name="Void .ctor()">
34886         <size>7</size>
34887       </method>
34888       <method name="Int32 Main()">
34889         <size>91</size>
34890       </method>
34891     </type>
34892     <type name="TestMethods.ParamClass">
34893       <method name="Void .ctor()">
34894         <size>7</size>
34895       </method>
34896     </type>
34897     <type name="TestMethods.TestParam">
34898       <method name="Void .ctor()">
34899         <size>7</size>
34900       </method>
34901     </type>
34902     <type name="TestMethods.BaseClass">
34903       <method name="Void .ctor()">
34904         <size>7</size>
34905       </method>
34906       <method name="Int32 AddItem(TestMethods.ParamClass)">
34907         <size>0</size>
34908       </method>
34909     </type>
34910     <type name="TestMethods.TestClass">
34911       <method name="Void .ctor()">
34912         <size>7</size>
34913       </method>
34914       <method name="Int32 AddItem(System.Object)">
34915         <size>2</size>
34916       </method>
34917       <method name="Int32 AddItem(TestMethods.ParamClass)">
34918         <size>2</size>
34919       </method>
34920     </type>
34921   </test>
34922   <test name="test-347.cs">
34923     <type name="Whatever.Core.Project">
34924       <method name="Void .ctor()">
34925         <size>7</size>
34926       </method>
34927     </type>
34928     <type name="Whatever.Core.A">
34929       <method name="Void .ctor()">
34930         <size>7</size>
34931       </method>
34932       <method name="Whatever.Core.Project get_Project()">
34933         <size>6</size>
34934       </method>
34935     </type>
34936     <type name="SomethingElse.Core.Project">
34937       <method name="Void .ctor()">
34938         <size>7</size>
34939       </method>
34940     </type>
34941     <type name="Whatever.App.B">
34942       <method name="Void .ctor()">
34943         <size>7</size>
34944       </method>
34945       <method name="System.String Execute()">
34946         <size>12</size>
34947       </method>
34948       <method name="Void Main()">
34949         <size>12</size>
34950       </method>
34951     </type>
34952   </test>
34953   <test name="test-348.cs">
34954     <type name="BoundAttribute">
34955       <method name="Void .ctor(Double, Int32)">
34956         <size>7</size>
34957       </method>
34958     </type>
34959     <type name="C">
34960       <method name="Void .ctor()">
34961         <size>7</size>
34962       </method>
34963       <method name="Void Main()">
34964         <size>1</size>
34965       </method>
34966     </type>
34967   </test>
34968   <test name="test-349.cs">
34969     <type name="C">
34970       <method name="Void .ctor()">
34971         <size>7</size>
34972       </method>
34973       <method name="Void add_Ev1(D)">
34974         <size>24</size>
34975       </method>
34976       <method name="Void remove_Ev1(D)">
34977         <size>24</size>
34978       </method>
34979     </type>
34980     <type name="X">
34981       <method name="Void .ctor()">
34982         <size>7</size>
34983       </method>
34984       <method name="Void .cctor()">
34985         <size>1</size>
34986       </method>
34987       <method name="Void add_Ev1(D)">
34988         <size>22</size>
34989       </method>
34990       <method name="Void remove_Ev1(D)">
34991         <size>22</size>
34992       </method>
34993       <method name="Void add_Ev2(D)">
34994         <size>22</size>
34995       </method>
34996       <method name="Void remove_Ev2(D)">
34997         <size>22</size>
34998       </method>
34999     </type>
35000     <type name="X2">
35001       <method name="Void .ctor()">
35002         <size>7</size>
35003       </method>
35004       <method name="Void .cctor()">
35005         <size>7</size>
35006       </method>
35007     </type>
35008     <type name="Test">
35009       <method name="Void .ctor()">
35010         <size>7</size>
35011       </method>
35012       <method name="Void .cctor()">
35013         <size>19</size>
35014       </method>
35015       <method name="Int32 Main()">
35016         <size>63</size>
35017       </method>
35018     </type>
35019     <type name="D">
35020       <method name="Void .ctor(Object, IntPtr)">
35021         <size>0</size>
35022       </method>
35023       <method name="Void Invoke()">
35024         <size>0</size>
35025       </method>
35026       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35027         <size>0</size>
35028       </method>
35029       <method name="Void EndInvoke(IAsyncResult)">
35030         <size>0</size>
35031       </method>
35032     </type>
35033   </test>
35034   <test name="test-35.cs">
35035     <type name="X">
35036       <method name="Void .ctor()">
35037         <size>7</size>
35038       </method>
35039       <method name="Void .cctor()">
35040         <size>7</size>
35041       </method>
35042       <method name="Void a()">
35043         <size>17</size>
35044       </method>
35045       <method name="Void w(Int32)">
35046         <size>22</size>
35047       </method>
35048       <method name="Int32 Main()">
35049         <size>298</size>
35050       </method>
35051     </type>
35052   </test>
35053   <test name="test-350.cs">
35054     <type name="A">
35055       <method name="Void .ctor()">
35056         <size>7</size>
35057       </method>
35058     </type>
35059     <type name="A+BAttribute">
35060       <method name="Void .ctor()">
35061         <size>7</size>
35062       </method>
35063     </type>
35064     <type name="C">
35065       <method name="Void .ctor()">
35066         <size>7</size>
35067       </method>
35068       <method name="Void Main()">
35069         <size>1</size>
35070       </method>
35071     </type>
35072   </test>
35073   <test name="test-351.cs">
35074     <type name="Test.Testee">
35075       <method name="Void .ctor()">
35076         <size>7</size>
35077       </method>
35078       <method name="Void Bar(System.String, System.Object[])">
35079         <size>1</size>
35080       </method>
35081       <method name="Void Main()">
35082         <size>242</size>
35083       </method>
35084     </type>
35085     <type name="Test.Foo">
35086       <method name="Void .ctor(Object, IntPtr)">
35087         <size>0</size>
35088       </method>
35089       <method name="Void Invoke(System.String, System.Object[])">
35090         <size>0</size>
35091       </method>
35092       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
35093         <size>0</size>
35094       </method>
35095       <method name="Void EndInvoke(IAsyncResult)">
35096         <size>0</size>
35097       </method>
35098     </type>
35099   </test>
35100   <test name="test-352.cs">
35101     <type name="C">
35102       <method name="Void .ctor()">
35103         <size>7</size>
35104       </method>
35105       <method name="Void Main()">
35106         <size>1</size>
35107       </method>
35108     </type>
35109   </test>
35110   <test name="test-353.cs">
35111     <type name="Three">
35112       <method name="Void .ctor()">
35113         <size>7</size>
35114       </method>
35115       <method name="Void Main()">
35116         <size>7</size>
35117       </method>
35118     </type>
35119     <type name="One">
35120       <method name="Void .ctor()">
35121         <size>7</size>
35122       </method>
35123     </type>
35124     <type name="Two">
35125       <method name="Void .ctor()">
35126         <size>7</size>
35127       </method>
35128     </type>
35129   </test>
35130   <test name="test-354.cs">
35131     <type name="MYAttr">
35132       <method name="Void .ctor()">
35133         <size>7</size>
35134       </method>
35135     </type>
35136     <type name="A">
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   </test>
35145   <test name="test-355.cs">
35146     <type name="Level1.Level1.Level2.MainClass">
35147       <method name="Void .ctor()">
35148         <size>7</size>
35149       </method>
35150       <method name="Void Main()">
35151         <size>1</size>
35152       </method>
35153     </type>
35154   </test>
35155   <test name="test-356.cs">
35156     <type name="MainClass">
35157       <method name="Void .ctor()">
35158         <size>7</size>
35159       </method>
35160       <method name="Void Main()">
35161         <size>1</size>
35162       </method>
35163     </type>
35164   </test>
35165   <test name="test-357.cs">
35166     <type name="SD.Sd">
35167       <method name="Void .ctor()">
35168         <size>7</size>
35169       </method>
35170       <method name="Void F(Boolean)">
35171         <size>1</size>
35172       </method>
35173     </type>
35174     <type name="Foo.Bar">
35175       <method name="Void .ctor()">
35176         <size>25</size>
35177       </method>
35178       <method name="Void Main()">
35179         <size>27</size>
35180       </method>
35181     </type>
35182     <type name="Foo.Bar+f_t">
35183       <method name="Void .ctor(Object, IntPtr)">
35184         <size>0</size>
35185       </method>
35186       <method name="Void Invoke(Boolean)">
35187         <size>0</size>
35188       </method>
35189       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
35190         <size>0</size>
35191       </method>
35192       <method name="Void EndInvoke(IAsyncResult)">
35193         <size>0</size>
35194       </method>
35195     </type>
35196   </test>
35197   <test name="test-358.cs">
35198     <type name="Test">
35199       <method name="Void .ctor()">
35200         <size>7</size>
35201       </method>
35202       <method name="Void Main()">
35203         <size>50</size>
35204       </method>
35205     </type>
35206   </test>
35207   <test name="test-359.cs">
35208     <type name="Test">
35209       <method name="Void .ctor()">
35210         <size>7</size>
35211       </method>
35212       <method name="Void Main()">
35213         <size>1</size>
35214       </method>
35215     </type>
35216   </test>
35217   <test name="test-36.cs">
35218     <type name="Y">
35219       <method name="Void .ctor()">
35220         <size>7</size>
35221       </method>
35222       <method name="Int32 Main()">
35223         <size>276</size>
35224       </method>
35225     </type>
35226     <type name="X">
35227       <method name="IEnumerator GetEnumerator()">
35228         <size>35</size>
35229       </method>
35230     </type>
35231     <type name="&lt;PrivateImplementationDetails&gt;">
35232       <method name="Void .ctor()">
35233         <size>7</size>
35234       </method>
35235     </type>
35236   </test>
35237   <test name="test-360.cs">
35238     <type name="Application">
35239       <method name="Void .ctor()">
35240         <size>7</size>
35241       </method>
35242       <method name="Void Main(System.String[])">
35243         <size>13</size>
35244       </method>
35245     </type>
35246   </test>
35247   <test name="test-361.cs">
35248     <type name="X">
35249       <method name="Void .ctor()">
35250         <size>7</size>
35251       </method>
35252     </type>
35253     <type name="Test">
35254       <method name="Void .ctor()">
35255         <size>7</size>
35256       </method>
35257       <method name="Void Main()">
35258         <size>1</size>
35259       </method>
35260     </type>
35261   </test>
35262   <test name="test-362.cs">
35263     <type name="C">
35264       <method name="Void .ctor()">
35265         <size>7</size>
35266       </method>
35267       <method name="Void Main()">
35268         <size>17</size>
35269       </method>
35270       <method name="Void Test()">
35271         <size>26</size>
35272       </method>
35273     </type>
35274   </test>
35275   <test name="test-363.cs">
35276     <type name="Location">
35277       <method name="Void .ctor()">
35278         <size>7</size>
35279       </method>
35280       <method name="Void .cctor()">
35281         <size>11</size>
35282       </method>
35283     </type>
35284     <type name="Element">
35285       <method name="Void .ctor()">
35286         <size>18</size>
35287       </method>
35288       <method name="Location get_Location()">
35289         <size>7</size>
35290       </method>
35291       <method name="Void set_Location(Location)">
35292         <size>8</size>
35293       </method>
35294     </type>
35295     <type name="T">
35296       <method name="Void .ctor()">
35297         <size>7</size>
35298       </method>
35299       <method name="Void Main()">
35300         <size>1</size>
35301       </method>
35302     </type>
35303   </test>
35304   <test name="test-364.cs">
35305     <type name="X">
35306       <method name="Void .ctor()">
35307         <size>7</size>
35308       </method>
35309       <method name="Int32 Main()">
35310         <size>34</size>
35311       </method>
35312       <method name="Int32 t1(Int32)">
35313         <size>33</size>
35314       </method>
35315       <method name="Int32 t2(Int32)">
35316         <size>47</size>
35317       </method>
35318       <method name="Void Main2(System.String[])">
35319         <size>72</size>
35320       </method>
35321     </type>
35322     <type name="Delegable">
35323       <method name="Void .ctor()">
35324         <size>7</size>
35325       </method>
35326       <method name="Void add_MyDelegate(System.EventHandler)">
35327         <size>24</size>
35328       </method>
35329       <method name="Void remove_MyDelegate(System.EventHandler)">
35330         <size>24</size>
35331       </method>
35332     </type>
35333     <type name="X+Foo">
35334       <method name="Void .ctor(Object, IntPtr)">
35335         <size>0</size>
35336       </method>
35337       <method name="Int32 Invoke()">
35338         <size>0</size>
35339       </method>
35340       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35341         <size>0</size>
35342       </method>
35343       <method name="Int32 EndInvoke(IAsyncResult)">
35344         <size>0</size>
35345       </method>
35346     </type>
35347     <type name="X+&lt;t1&gt;c__AnonStorey0">
35348       <method name="Void .ctor()">
35349         <size>7</size>
35350       </method>
35351       <method name="Int32 &lt;&gt;m__0()">
35352         <size>7</size>
35353       </method>
35354     </type>
35355     <type name="X+&lt;t2&gt;c__AnonStorey1">
35356       <method name="Void .ctor()">
35357         <size>7</size>
35358       </method>
35359       <method name="Int32 &lt;&gt;m__1()">
35360         <size>7</size>
35361       </method>
35362     </type>
35363     <type name="X+&lt;Main2&gt;c__AnonStorey2">
35364       <method name="Void .ctor()">
35365         <size>7</size>
35366       </method>
35367       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
35368         <size>33</size>
35369       </method>
35370     </type>
35371   </test>
35372   <test name="test-365.cs">
35373     <type name="C">
35374       <method name="Void .ctor()">
35375         <size>19</size>
35376       </method>
35377       <method name="Void set_LiteralType(LiteralType)">
35378         <size>1</size>
35379       </method>
35380       <method name="Void Main()">
35381         <size>1</size>
35382       </method>
35383     </type>
35384   </test>
35385   <test name="test-366.cs">
35386     <type name="C">
35387       <method name="Void .ctor()">
35388         <size>7</size>
35389       </method>
35390       <method name="Int32 Main()">
35391         <size>20</size>
35392       </method>
35393     </type>
35394   </test>
35395   <test name="test-367.cs">
35396     <type name="X">
35397       <method name="Void .ctor()">
35398         <size>7</size>
35399       </method>
35400       <method name="Int32 Main()">
35401         <size>20</size>
35402       </method>
35403     </type>
35404   </test>
35405   <test name="test-368.cs">
35406     <type name="X">
35407       <method name="Void .ctor()">
35408         <size>7</size>
35409       </method>
35410       <method name="Void Main()">
35411         <size>27</size>
35412       </method>
35413     </type>
35414   </test>
35415   <test name="test-369.cs">
35416     <type name="Test">
35417       <method name="Void .ctor()">
35418         <size>7</size>
35419       </method>
35420       <method name="Boolean Equals(System.Object)">
35421         <size>2</size>
35422       </method>
35423       <method name="Int32 GetHashCode()">
35424         <size>2</size>
35425       </method>
35426       <method name="Void Main()">
35427         <size>47</size>
35428       </method>
35429       <method name="Boolean op_Equality(Test, Test)">
35430         <size>14</size>
35431       </method>
35432       <method name="Boolean op_Inequality(Test, Test)">
35433         <size>2</size>
35434       </method>
35435     </type>
35436   </test>
35437   <test name="test-37.cs">
35438     <type name="X">
35439       <method name="Void .ctor()">
35440         <size>7</size>
35441       </method>
35442       <method name="Void m(System.Int32[])">
35443         <size>9</size>
35444       </method>
35445       <method name="Int32 test_int_single_dim()">
35446         <size>88</size>
35447       </method>
35448       <method name="Int32 simple_test_double_dim()">
35449         <size>78</size>
35450       </method>
35451       <method name="Int32 Main()">
35452         <size>12</size>
35453       </method>
35454     </type>
35455   </test>
35456   <test name="test-370.cs">
35457     <type name="Test.Application">
35458       <method name="Void .ctor()">
35459         <size>7</size>
35460       </method>
35461       <method name="Int32 ParseType(System.String)">
35462         <size>168</size>
35463       </method>
35464       <method name="Int32 Main()">
35465         <size>54</size>
35466       </method>
35467     </type>
35468   </test>
35469   <test name="test-371.cs">
35470     <type name="X">
35471       <method name="Void .ctor(Boolean&amp;)">
35472         <size>10</size>
35473       </method>
35474       <method name="Void Main()">
35475         <size>1</size>
35476       </method>
35477     </type>
35478     <type name="Y">
35479       <method name="Void .ctor(Boolean&amp;)">
35480         <size>8</size>
35481       </method>
35482     </type>
35483   </test>
35484   <test name="test-372.cs">
35485     <type name="GenericNode">
35486       <method name="Void .ctor()">
35487         <size>7</size>
35488       </method>
35489       <method name="Int32 GetStat()">
35490         <size>2</size>
35491       </method>
35492     </type>
35493     <type name="GenericFileNode">
35494       <method name="Void .ctor()">
35495         <size>7</size>
35496       </method>
35497       <method name="Int32 NotUsed()">
35498         <size>2</size>
35499       </method>
35500     </type>
35501     <type name="WorkingTest">
35502       <method name="Void .ctor()">
35503         <size>7</size>
35504       </method>
35505       <method name="Int32 GetStat()">
35506         <size>3</size>
35507       </method>
35508     </type>
35509     <type name="FailingTest">
35510       <method name="Void .ctor()">
35511         <size>7</size>
35512       </method>
35513       <method name="Int32 GetStat()">
35514         <size>3</size>
35515       </method>
35516     </type>
35517     <type name="TestWrapper">
35518       <method name="Void .ctor()">
35519         <size>7</size>
35520       </method>
35521       <method name="Boolean Test(Node, System.String)">
35522         <size>39</size>
35523       </method>
35524       <method name="Int32 Main()">
35525         <size>44</size>
35526       </method>
35527     </type>
35528   </test>
35529   <test name="test-373.cs">
35530     <type name="Test">
35531       <method name="Void .ctor()">
35532         <size>7</size>
35533       </method>
35534       <method name="Void Main(System.String[])">
35535         <size>50</size>
35536       </method>
35537     </type>
35538   </test>
35539   <test name="test-374.cs">
35540     <type name="Test">
35541       <method name="Void .ctor()">
35542         <size>7</size>
35543       </method>
35544     </type>
35545     <type name="Rest">
35546       <method name="Void .ctor()">
35547         <size>7</size>
35548       </method>
35549       <method name="Void Main()">
35550         <size>1</size>
35551       </method>
35552     </type>
35553   </test>
35554   <test name="test-375.cs">
35555     <type name="a">
35556       <method name="Void .ctor()">
35557         <size>7</size>
35558       </method>
35559     </type>
35560     <type name="a+b">
35561       <method name="Void .ctor()">
35562         <size>7</size>
35563       </method>
35564     </type>
35565     <type name="c">
35566       <method name="Void .ctor()">
35567         <size>7</size>
35568       </method>
35569       <method name="Void Main()">
35570         <size>1</size>
35571       </method>
35572     </type>
35573     <type name="c+d">
35574       <method name="Void .ctor()">
35575         <size>7</size>
35576       </method>
35577     </type>
35578   </test>
35579   <test name="test-376.cs">
35580     <type name="C">
35581       <method name="Void .ctor()">
35582         <size>7</size>
35583       </method>
35584       <method name="Int32 Main()">
35585         <size>72</size>
35586       </method>
35587     </type>
35588   </test>
35589   <test name="test-377.cs">
35590     <type name="Tests">
35591       <method name="Void .ctor()">
35592         <size>7</size>
35593       </method>
35594       <method name="Void test()">
35595         <size>10</size>
35596       </method>
35597       <method name="Void Main()">
35598         <size>1</size>
35599       </method>
35600     </type>
35601   </test>
35602   <test name="test-378.cs">
35603     <type name="C">
35604       <method name="Void .ctor()">
35605         <size>7</size>
35606       </method>
35607       <method name="Void Main()">
35608         <size>1</size>
35609       </method>
35610     </type>
35611   </test>
35612   <test name="test-379.cs">
35613     <type name="DeadCode">
35614       <method name="Void .ctor()">
35615         <size>7</size>
35616       </method>
35617       <method name="Void Main()">
35618         <size>12</size>
35619       </method>
35620       <method name="System.String SomeFunc(System.String)">
35621         <size>2</size>
35622       </method>
35623     </type>
35624   </test>
35625   <test name="test-38.cs">
35626     <type name="X">
35627       <method name="Void .ctor()">
35628         <size>7</size>
35629       </method>
35630       <method name="Int32 get_Item(Int32)">
35631         <size>20</size>
35632       </method>
35633       <method name="Void set_Item(Int32, Int32)">
35634         <size>26</size>
35635       </method>
35636       <method name="Int32 Foo()">
35637         <size>2</size>
35638       </method>
35639       <method name="Int32 get_Bar()">
35640         <size>7</size>
35641       </method>
35642       <method name="Void set_Bar(Int32)">
35643         <size>8</size>
35644       </method>
35645     </type>
35646     <type name="Y">
35647       <method name="Void .ctor()">
35648         <size>7</size>
35649       </method>
35650       <method name="UInt32 get_Item(UInt32)">
35651         <size>20</size>
35652       </method>
35653       <method name="Void set_Item(UInt32, UInt32)">
35654         <size>26</size>
35655       </method>
35656       <method name="UInt32 Foo()">
35657         <size>2</size>
35658       </method>
35659       <method name="UInt32 get_Bar()">
35660         <size>7</size>
35661       </method>
35662       <method name="Void set_Bar(UInt32)">
35663         <size>8</size>
35664       </method>
35665     </type>
35666     <type name="Test">
35667       <method name="Void .ctor()">
35668         <size>7</size>
35669       </method>
35670       <method name="Int32 Main()">
35671         <size>268</size>
35672       </method>
35673     </type>
35674   </test>
35675   <test name="test-380.cs">
35676     <type name="T">
35677       <method name="Void .ctor()">
35678         <size>7</size>
35679       </method>
35680       <method name="Int32 Main()">
35681         <size>17</size>
35682       </method>
35683     </type>
35684   </test>
35685   <test name="test-381.cs">
35686     <type name="Application">
35687       <method name="Void .ctor()">
35688         <size>7</size>
35689       </method>
35690       <method name="Void Main(System.String[])">
35691         <size>13</size>
35692       </method>
35693     </type>
35694   </test>
35695   <test name="test-382.cs">
35696     <type name="Dec">
35697       <method name="Void .ctor()">
35698         <size>7</size>
35699       </method>
35700       <method name="Void .cctor()">
35701         <size>16</size>
35702       </method>
35703       <method name="Void Main()">
35704         <size>108</size>
35705       </method>
35706     </type>
35707   </test>
35708   <test name="test-383.cs">
35709     <type name="X">
35710       <method name="Void .ctor()">
35711         <size>37</size>
35712       </method>
35713       <method name="X testme(Int32 ByRef)">
35714         <size>5</size>
35715       </method>
35716       <method name="Void Main()">
35717         <size>7</size>
35718       </method>
35719     </type>
35720   </test>
35721   <test name="test-384.cs">
35722     <type name="X">
35723       <method name="Void .ctor()">
35724         <size>7</size>
35725       </method>
35726       <method name="Void .cctor()">
35727         <size>8</size>
35728       </method>
35729       <method name="Void Test()">
35730         <size>40</size>
35731       </method>
35732       <method name="Int32 Main()">
35733         <size>21</size>
35734       </method>
35735     </type>
35736   </test>
35737   <test name="test-385.cs">
35738     <type name="Test">
35739       <method name="Void .ctor()">
35740         <size>7</size>
35741       </method>
35742       <method name="Int32 Main()">
35743         <size>40</size>
35744       </method>
35745     </type>
35746   </test>
35747   <test name="test-386.cs">
35748     <type name="SuperDecimal">
35749       <method name="Void .ctor(Decimal)">
35750         <size>14</size>
35751       </method>
35752       <method name="Void Main()">
35753         <size>15</size>
35754       </method>
35755       <method name="SuperDecimal op_Implicit(Decimal)">
35756         <size>7</size>
35757       </method>
35758     </type>
35759   </test>
35760   <test name="test-387.cs">
35761     <type name="ObjectID">
35762       <method name="Void .ctor(Int64)">
35763         <size>8</size>
35764       </method>
35765       <method name="Void Main()">
35766         <size>22</size>
35767       </method>
35768       <method name="Int64 op_Implicit(ObjectID)">
35769         <size>8</size>
35770       </method>
35771       <method name="ObjectID op_Implicit(Int64)">
35772         <size>7</size>
35773       </method>
35774     </type>
35775   </test>
35776   <test name="test-388.cs">
35777     <type name="Schemas.basefieldtype">
35778       <method name="Void .ctor()">
35779         <size>7</size>
35780       </method>
35781       <method name="System.Object Instantiate()">
35782         <size>2</size>
35783       </method>
35784     </type>
35785     <type name="Schemas.fieldtype">
35786       <method name="Void .ctor()">
35787         <size>7</size>
35788       </method>
35789       <method name="System.Object Instantiate()">
35790         <size>18</size>
35791       </method>
35792     </type>
35793     <type name="Schemas.compoundfield">
35794       <method name="Void .ctor()">
35795         <size>7</size>
35796       </method>
35797       <method name="System.Object Instantiate()">
35798         <size>18</size>
35799       </method>
35800     </type>
35801     <type name="Schemas.field">
35802       <method name="Void .ctor()">
35803         <size>7</size>
35804       </method>
35805       <method name="System.Object Instantiate()">
35806         <size>18</size>
35807       </method>
35808     </type>
35809     <type name="Schemas.formdata">
35810       <method name="Void .ctor()">
35811         <size>7</size>
35812       </method>
35813       <method name="System.Object Instantiate()">
35814         <size>12</size>
35815       </method>
35816     </type>
35817     <type name="Schemas.M">
35818       <method name="Void .ctor()">
35819         <size>7</size>
35820       </method>
35821       <method name="Void Main()">
35822         <size>1</size>
35823       </method>
35824     </type>
35825   </test>
35826   <test name="test-389.cs">
35827     <type name="Schemas.basefieldtype">
35828       <method name="Void .ctor()">
35829         <size>7</size>
35830       </method>
35831       <method name="System.Object Instantiate()">
35832         <size>2</size>
35833       </method>
35834     </type>
35835     <type name="Schemas.fieldtype">
35836       <method name="Void .ctor()">
35837         <size>7</size>
35838       </method>
35839       <method name="System.Object Instantiate()">
35840         <size>18</size>
35841       </method>
35842     </type>
35843     <type name="Schemas.compoundfield">
35844       <method name="Void .ctor()">
35845         <size>7</size>
35846       </method>
35847       <method name="System.Object Instantiate()">
35848         <size>18</size>
35849       </method>
35850     </type>
35851     <type name="Schemas.field">
35852       <method name="Void .ctor()">
35853         <size>7</size>
35854       </method>
35855       <method name="System.Object Instantiate()">
35856         <size>18</size>
35857       </method>
35858     </type>
35859     <type name="Schemas.formdata">
35860       <method name="Void .ctor()">
35861         <size>7</size>
35862       </method>
35863       <method name="System.Object Instantiate()">
35864         <size>12</size>
35865       </method>
35866     </type>
35867     <type name="Schemas.M">
35868       <method name="Void .ctor()">
35869         <size>7</size>
35870       </method>
35871       <method name="Void Main()">
35872         <size>1</size>
35873       </method>
35874     </type>
35875   </test>
35876   <test name="test-39.cs">
35877     <type name="SimpleAttribute">
35878       <method name="Void .ctor(String)">
35879         <size>14</size>
35880       </method>
35881       <method name="System.String get_AnotherArg()">
35882         <size>7</size>
35883       </method>
35884       <method name="Void set_AnotherArg(System.String)">
35885         <size>8</size>
35886       </method>
35887       <method name="Int64 get_LongValue()">
35888         <size>3</size>
35889       </method>
35890       <method name="Void set_LongValue(Int64)">
35891         <size>1</size>
35892       </method>
35893       <method name="System.Int64[] get_ArrayValue()">
35894         <size>7</size>
35895       </method>
35896       <method name="Void set_ArrayValue(System.Int64[])">
35897         <size>1</size>
35898       </method>
35899     </type>
35900     <type name="Blah2">
35901       <method name="Void .ctor()">
35902         <size>7</size>
35903       </method>
35904     </type>
35905     <type name="Blah3">
35906       <method name="Void .ctor()">
35907         <size>7</size>
35908       </method>
35909     </type>
35910     <type name="Blah">
35911       <method name="Void .ctor()">
35912         <size>7</size>
35913       </method>
35914       <method name="Int32 Main()">
35915         <size>181</size>
35916       </method>
35917     </type>
35918   </test>
35919   <test name="test-390.cs">
35920     <type name="C">
35921       <method name="Void .ctor()">
35922         <size>7</size>
35923       </method>
35924       <method name="Void Main()">
35925         <size>1</size>
35926       </method>
35927     </type>
35928     <type name="C+O">
35929       <method name="Void .ctor()">
35930         <size>7</size>
35931       </method>
35932       <method name="Void Foo()">
35933         <size>1</size>
35934       </method>
35935     </type>
35936     <type name="C+N">
35937       <method name="Void .ctor()">
35938         <size>7</size>
35939       </method>
35940       <method name="Void Foo()">
35941         <size>1</size>
35942       </method>
35943     </type>
35944     <type name="C+M">
35945       <method name="Void .ctor()">
35946         <size>7</size>
35947       </method>
35948     </type>
35949   </test>
35950   <test name="test-391.cs">
35951     <type name="C">
35952       <method name="Void .ctor()">
35953         <size>7</size>
35954       </method>
35955       <method name="Void Foo(Int32)">
35956         <size>1</size>
35957       </method>
35958       <method name="Void Foo(Int32 ByRef)">
35959         <size>1</size>
35960       </method>
35961       <method name="Void Bar(Boolean ByRef)">
35962         <size>4</size>
35963       </method>
35964       <method name="Void Bar(Boolean)">
35965         <size>1</size>
35966       </method>
35967       <method name="Void Main()">
35968         <size>1</size>
35969       </method>
35970     </type>
35971   </test>
35972   <test name="test-392.cs">
35973     <type name="C">
35974       <method name="Int32 Test()">
35975         <size>80</size>
35976       </method>
35977       <method name="Int32 Main()">
35978         <size>16</size>
35979       </method>
35980     </type>
35981     <type name="C+S">
35982       <method name="Void .ctor(Int32)">
35983         <size>8</size>
35984       </method>
35985     </type>
35986   </test>
35987   <test name="test-393.cs">
35988     <type name="A">
35989       <method name="Void .ctor(String)">
35990         <size>24</size>
35991       </method>
35992       <method name="Void .ctor()">
35993         <size>7</size>
35994       </method>
35995       <method name="System.String get_Name()">
35996         <size>7</size>
35997       </method>
35998     </type>
35999     <type name="B">
36000       <method name="Void .ctor(String)">
36001         <size>24</size>
36002       </method>
36003       <method name="Void .ctor()">
36004         <size>7</size>
36005       </method>
36006     </type>
36007     <type name="C">
36008       <method name="Void .ctor(String)">
36009         <size>24</size>
36010       </method>
36011     </type>
36012     <type name="Tester">
36013       <method name="Void .ctor()">
36014         <size>7</size>
36015       </method>
36016       <method name="A MethodSampleA(System.String)">
36017         <size>7</size>
36018       </method>
36019       <method name="B MethodSampleB(System.String)">
36020         <size>7</size>
36021       </method>
36022       <method name="C MethodSampleC(System.String)">
36023         <size>7</size>
36024       </method>
36025       <method name="Void Main()">
36026         <size>113</size>
36027       </method>
36028     </type>
36029     <type name="Tester+MethodHandler">
36030       <method name="Void .ctor(Object, IntPtr)">
36031         <size>0</size>
36032       </method>
36033       <method name="A Invoke(System.String)">
36034         <size>0</size>
36035       </method>
36036       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
36037         <size>0</size>
36038       </method>
36039       <method name="A EndInvoke(IAsyncResult)">
36040         <size>0</size>
36041       </method>
36042     </type>
36043   </test>
36044   <test name="test-394.cs">
36045     <type name="A">
36046       <method name="Void .ctor(String)">
36047         <size>24</size>
36048       </method>
36049       <method name="Void .ctor()">
36050         <size>7</size>
36051       </method>
36052       <method name="System.String get_Name()">
36053         <size>7</size>
36054       </method>
36055     </type>
36056     <type name="B">
36057       <method name="Void .ctor(String)">
36058         <size>24</size>
36059       </method>
36060       <method name="Void .ctor()">
36061         <size>7</size>
36062       </method>
36063     </type>
36064     <type name="C">
36065       <method name="Void .ctor(String, String)">
36066         <size>31</size>
36067       </method>
36068       <method name="System.String get_Value()">
36069         <size>7</size>
36070       </method>
36071     </type>
36072     <type name="Tester">
36073       <method name="Void .ctor()">
36074         <size>7</size>
36075       </method>
36076       <method name="System.String MethodSampleA(A)">
36077         <size>7</size>
36078       </method>
36079       <method name="System.String MethodSampleB(B)">
36080         <size>7</size>
36081       </method>
36082       <method name="System.String MethodSampleC(C)">
36083         <size>23</size>
36084       </method>
36085       <method name="Void Main()">
36086         <size>128</size>
36087       </method>
36088     </type>
36089     <type name="Tester+MethodHandler">
36090       <method name="Void .ctor(Object, IntPtr)">
36091         <size>0</size>
36092       </method>
36093       <method name="System.String Invoke(C)">
36094         <size>0</size>
36095       </method>
36096       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
36097         <size>0</size>
36098       </method>
36099       <method name="System.String EndInvoke(IAsyncResult)">
36100         <size>0</size>
36101       </method>
36102     </type>
36103   </test>
36104   <test name="test-395.cs">
36105     <type name="A">
36106       <method name="Void .ctor(String)">
36107         <size>24</size>
36108       </method>
36109       <method name="Void .ctor()">
36110         <size>7</size>
36111       </method>
36112       <method name="System.String get_Name()">
36113         <size>7</size>
36114       </method>
36115     </type>
36116     <type name="B">
36117       <method name="Void .ctor(String)">
36118         <size>24</size>
36119       </method>
36120       <method name="Void .ctor()">
36121         <size>7</size>
36122       </method>
36123     </type>
36124     <type name="C">
36125       <method name="Void .ctor(String, String)">
36126         <size>31</size>
36127       </method>
36128       <method name="System.String get_Value()">
36129         <size>7</size>
36130       </method>
36131     </type>
36132     <type name="Tester">
36133       <method name="Void .ctor()">
36134         <size>7</size>
36135       </method>
36136       <method name="Void MethodSample(B, A, C)">
36137         <size>55</size>
36138       </method>
36139       <method name="Void Main()">
36140         <size>71</size>
36141       </method>
36142     </type>
36143     <type name="Tester+MethodHandler">
36144       <method name="Void .ctor(Object, IntPtr)">
36145         <size>0</size>
36146       </method>
36147       <method name="Void Invoke(C, C, C)">
36148         <size>0</size>
36149       </method>
36150       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
36151         <size>0</size>
36152       </method>
36153       <method name="Void EndInvoke(IAsyncResult)">
36154         <size>0</size>
36155       </method>
36156     </type>
36157   </test>
36158   <test name="test-396.cs">
36159     <type name="MainClass">
36160       <method name="Void .ctor()">
36161         <size>7</size>
36162       </method>
36163       <method name="Int32 Main()">
36164         <size>22</size>
36165       </method>
36166     </type>
36167   </test>
36168   <test name="test-397.cs">
36169     <type name="TypeCheckAttribute">
36170       <method name="Void .ctor()">
36171         <size>7</size>
36172       </method>
36173     </type>
36174     <type name="PropertyCheckAttribute">
36175       <method name="Void .ctor()">
36176         <size>7</size>
36177       </method>
36178     </type>
36179     <type name="AccessorCheckAttribute">
36180       <method name="Void .ctor(MethodAttributes)">
36181         <size>14</size>
36182       </method>
36183       <method name="MethodAttributes get_Attributes()">
36184         <size>7</size>
36185       </method>
36186     </type>
36187     <type name="Test">
36188       <method name="Void .ctor()">
36189         <size>7</size>
36190       </method>
36191       <method name="Int32 Main(System.String[])">
36192         <size>132</size>
36193       </method>
36194       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
36195         <size>153</size>
36196       </method>
36197     </type>
36198     <type name="A">
36199       <method name="Void .ctor()">
36200         <size>7</size>
36201       </method>
36202       <method name="Int32 get_Value1()">
36203         <size>2</size>
36204       </method>
36205       <method name="Void set_Value1(Int32)">
36206         <size>1</size>
36207       </method>
36208       <method name="Int32 get_Value2()">
36209         <size>2</size>
36210       </method>
36211       <method name="Void set_Value2(Int32)">
36212         <size>1</size>
36213       </method>
36214       <method name="Int32 get_Value3()">
36215         <size>2</size>
36216       </method>
36217       <method name="Void set_Value3(Int32)">
36218         <size>1</size>
36219       </method>
36220       <method name="Int32 get_Value4()">
36221         <size>2</size>
36222       </method>
36223       <method name="Void set_Value4(Int32)">
36224         <size>1</size>
36225       </method>
36226       <method name="Int32 get_Value5()">
36227         <size>2</size>
36228       </method>
36229       <method name="Void set_Value5(Int32)">
36230         <size>1</size>
36231       </method>
36232     </type>
36233   </test>
36234   <test name="test-398.cs">
36235     <type name="Tester">
36236       <method name="Void .ctor()">
36237         <size>7</size>
36238       </method>
36239       <method name="Void Main()">
36240         <size>118</size>
36241       </method>
36242     </type>
36243     <type name="A">
36244       <method name="Void .ctor(Int32)">
36245         <size>14</size>
36246       </method>
36247       <method name="Int32 get_Count()">
36248         <size>7</size>
36249       </method>
36250       <method name="Void set_Count(Int32)">
36251         <size>8</size>
36252       </method>
36253       <method name="Int32 get_Item(Int32)">
36254         <size>2</size>
36255       </method>
36256       <method name="System.String get_Message()">
36257         <size>6</size>
36258       </method>
36259     </type>
36260     <type name="B">
36261       <method name="Void .ctor(Int32)">
36262         <size>8</size>
36263       </method>
36264       <method name="Void set_Count(Int32)">
36265         <size>1</size>
36266       </method>
36267       <method name="Void SetCount(Int32)">
36268         <size>8</size>
36269       </method>
36270       <method name="Int32 get_Item(Int32)">
36271         <size>8</size>
36272       </method>
36273       <method name="System.String get_Message()">
36274         <size>6</size>
36275       </method>
36276       <method name="Void set_Message(System.String)">
36277         <size>1</size>
36278       </method>
36279     </type>
36280   </test>
36281   <test name="test-399.cs">
36282     <type name="TestVararg">
36283       <method name="Void .ctor()">
36284         <size>7</size>
36285       </method>
36286       <method name="Int32 Main()">
36287         <size>345</size>
36288       </method>
36289       <method name="Void F(RuntimeArgumentHandle)">
36290         <size>1</size>
36291       </method>
36292       <method name="Void G(...)">
36293         <size>22</size>
36294       </method>
36295     </type>
36296   </test>
36297   <test name="test-4.cs">
36298     <type name="X">
36299       <method name="Void .ctor()">
36300         <size>7</size>
36301       </method>
36302       <method name="Void test(SByte)">
36303         <size>8</size>
36304       </method>
36305       <method name="Void test(Int32)">
36306         <size>8</size>
36307       </method>
36308       <method name="Int32 Main()">
36309         <size>102</size>
36310       </method>
36311     </type>
36312   </test>
36313   <test name="test-40.cs">
36314     <type name="Blah">
36315       <method name="Void .ctor()">
36316         <size>7</size>
36317       </method>
36318       <method name="Int32 Main()">
36319         <size>203</size>
36320       </method>
36321     </type>
36322   </test>
36323   <test name="test-400.cs">
36324     <type name="X">
36325       <method name="Void .ctor()">
36326         <size>7</size>
36327       </method>
36328       <method name="Void .cctor()">
36329         <size>52</size>
36330       </method>
36331       <method name="Int32 TestDereference()">
36332         <size>89</size>
36333       </method>
36334       <method name="Int32 TestPtrAdd()">
36335         <size>86</size>
36336       </method>
36337       <method name="Int32 TestPtrAssign()">
36338         <size>198</size>
36339       </method>
36340       <method name="Int32 TestPtrArithmetic()">
36341         <size>226</size>
36342       </method>
36343       <method name="Int32 TestMultiple()">
36344         <size>93</size>
36345       </method>
36346       <method name="Int32 Main()">
36347         <size>82</size>
36348       </method>
36349     </type>
36350   </test>
36351   <test name="test-401.cs">
36352     <type name="X">
36353       <method name="Void .ctor()">
36354         <size>7</size>
36355       </method>
36356       <method name="Int32 Main()">
36357         <size>170</size>
36358       </method>
36359     </type>
36360   </test>
36361   <test name="test-402.cs">
36362     <type name="X">
36363       <method name="Void .ctor()">
36364         <size>7</size>
36365       </method>
36366       <method name="Int32 Main()">
36367         <size>18</size>
36368       </method>
36369     </type>
36370   </test>
36371   <test name="test-403.cs">
36372     <type name="Foo">
36373       <method name="Void .ctor()">
36374         <size>7</size>
36375       </method>
36376       <method name="Int32 Main()">
36377         <size>91</size>
36378       </method>
36379     </type>
36380   </test>
36381   <test name="test-404.cs">
36382     <type name="X">
36383       <method name="Void .ctor()">
36384         <size>7</size>
36385       </method>
36386       <method name="Int32 Main()">
36387         <size>48</size>
36388       </method>
36389       <method name="Int32* get_v()">
36390         <size>20</size>
36391       </method>
36392     </type>
36393   </test>
36394   <test name="test-405.cs">
36395     <type name="testapp.LibTestAPI">
36396       <method name="Void .ctor()">
36397         <size>7</size>
36398       </method>
36399       <method name="Void Create()">
36400         <size>17</size>
36401       </method>
36402     </type>
36403     <type name="testapp.TestApp">
36404       <method name="Void .ctor()">
36405         <size>7</size>
36406       </method>
36407       <method name="Void Main(System.String[])">
36408         <size>13</size>
36409       </method>
36410     </type>
36411   </test>
36412   <test name="test-406.cs">
36413     <type name="TestCase.Test">
36414       <method name="Void .ctor()">
36415         <size>7</size>
36416       </method>
36417       <method name="Int32 Main(System.String[])">
36418         <size>180</size>
36419       </method>
36420       <method name="UInt32 DoOp(UInt32*)">
36421         <size>11</size>
36422       </method>
36423       <method name="UInt32 DoOp2(UInt32*)">
36424         <size>10</size>
36425       </method>
36426     </type>
36427   </test>
36428   <test name="test-407.cs">
36429     <type name="MainClass">
36430       <method name="Void .ctor()">
36431         <size>7</size>
36432       </method>
36433       <method name="Void Main()">
36434         <size>12</size>
36435       </method>
36436     </type>
36437   </test>
36438   <test name="test-408.cs">
36439     <type name="T">
36440       <method name="Void .ctor()">
36441         <size>7</size>
36442       </method>
36443       <method name="Int32 Main()">
36444         <size>44</size>
36445       </method>
36446     </type>
36447   </test>
36448   <test name="test-409.cs">
36449     <type name="X">
36450       <method name="Int32 Main()">
36451         <size>27</size>
36452       </method>
36453     </type>
36454   </test>
36455   <test name="test-41.cs">
36456     <type name="X">
36457       <method name="Void .ctor()">
36458         <size>7</size>
36459       </method>
36460       <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)">
36461         <size>188</size>
36462       </method>
36463       <method name="Int32 Main()">
36464         <size>228</size>
36465       </method>
36466     </type>
36467   </test>
36468   <test name="test-410.cs">
36469     <type name="B">
36470       <method name="Void .ctor()">
36471         <size>7</size>
36472       </method>
36473       <method name="Int32 Main()">
36474         <size>28</size>
36475       </method>
36476     </type>
36477   </test>
36478   <test name="test-411.cs">
36479     <type name="QtSamples.QtClass">
36480       <method name="Void .ctor()">
36481         <size>24</size>
36482       </method>
36483       <method name="Void pressEvent()">
36484         <size>1</size>
36485       </method>
36486     </type>
36487     <type name="QtSamples.Testing">
36488       <method name="Void .ctor()">
36489         <size>7</size>
36490       </method>
36491       <method name="Int32 Main()">
36492         <size>8</size>
36493       </method>
36494     </type>
36495   </test>
36496   <test name="test-412.cs">
36497     <type name="Foo.Baz">
36498       <method name="Void .ctor()">
36499         <size>7</size>
36500       </method>
36501       <method name="Void Main()">
36502         <size>1</size>
36503       </method>
36504     </type>
36505   </test>
36506   <test name="test-413.cs">
36507     <type name="Driver">
36508       <method name="Void .ctor()">
36509         <size>7</size>
36510       </method>
36511       <method name="Void Main()">
36512         <size>6</size>
36513       </method>
36514     </type>
36515   </test>
36516   <test name="test-414.cs">
36517     <type name="BB">
36518       <method name="Void .ctor()">
36519         <size>7</size>
36520       </method>
36521       <method name="System.String get_Data()">
36522         <size>2</size>
36523       </method>
36524       <method name="Void Main()">
36525         <size>1</size>
36526       </method>
36527     </type>
36528   </test>
36529   <test name="test-415.cs">
36530     <type name="MyTestExtended">
36531       <method name="Void .ctor()">
36532         <size>7</size>
36533       </method>
36534       <method name="System.String GetName()">
36535         <size>6</size>
36536       </method>
36537       <method name="Void Main(System.String[])">
36538         <size>33</size>
36539       </method>
36540     </type>
36541   </test>
36542   <test name="test-417.cs">
36543     <type name="blah2.MyClass">
36544       <method name="Void .ctor()">
36545         <size>7</size>
36546       </method>
36547       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
36548         <size>24</size>
36549       </method>
36550       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
36551         <size>24</size>
36552       </method>
36553       <method name="Void DoSomethingFunny()">
36554         <size>46</size>
36555       </method>
36556       <method name="Void Main(System.String[])">
36557         <size>13</size>
36558       </method>
36559     </type>
36560   </test>
36561   <test name="test-419.cs">
36562     <type name="Test">
36563       <method name="Void .ctor()">
36564         <size>7</size>
36565       </method>
36566       <method name="Void Main()">
36567         <size>7</size>
36568       </method>
36569     </type>
36570   </test>
36571   <test name="test-42.cs">
36572     <type name="X">
36573       <method name="Void .ctor()">
36574         <size>7</size>
36575       </method>
36576       <method name="Int32 get_Item(Int32)">
36577         <size>14</size>
36578       </method>
36579       <method name="Void set_Item(Int32, Int32)">
36580         <size>15</size>
36581       </method>
36582       <method name="Int32 get_P()">
36583         <size>7</size>
36584       </method>
36585       <method name="Void set_P(Int32)">
36586         <size>8</size>
36587       </method>
36588     </type>
36589     <type name="Z">
36590       <method name="Void .ctor()">
36591         <size>7</size>
36592       </method>
36593       <method name="Z get_P()">
36594         <size>2</size>
36595       </method>
36596       <method name="Void set_P(Z)">
36597         <size>1</size>
36598       </method>
36599       <method name="Z op_Increment(Z)">
36600         <size>16</size>
36601       </method>
36602     </type>
36603     <type name="Y">
36604       <method name="Void .ctor()">
36605         <size>7</size>
36606       </method>
36607       <method name="Int32 p_pre_increment(X)">
36608         <size>18</size>
36609       </method>
36610       <method name="Int32 p_post_increment(X)">
36611         <size>18</size>
36612       </method>
36613       <method name="Int32 i_pre_increment(X)">
36614         <size>26</size>
36615       </method>
36616       <method name="Int32 i_post_increment(X)">
36617         <size>26</size>
36618       </method>
36619       <method name="Z overload_increment(Z)">
36620         <size>10</size>
36621       </method>
36622       <method name="Z overload_pre_increment(Z)">
36623         <size>10</size>
36624       </method>
36625       <method name="Z ugly(Z)">
36626         <size>21</size>
36627       </method>
36628       <method name="Int32 simple(Int32)">
36629         <size>62</size>
36630       </method>
36631       <method name="Int32 arrays()">
36632         <size>234</size>
36633       </method>
36634       <method name="Int32 Main()">
36635         <size>161</size>
36636       </method>
36637     </type>
36638   </test>
36639   <test name="test-420.cs">
36640     <type name="Test">
36641       <method name="Void .ctor()">
36642         <size>7</size>
36643       </method>
36644       <method name="Void Main()">
36645         <size>7</size>
36646       </method>
36647     </type>
36648   </test>
36649   <test name="test-421.cs">
36650     <type name="A">
36651       <method name="Void .ctor()">
36652         <size>7</size>
36653       </method>
36654       <method name="Void SetObject(System.String)">
36655         <size>12</size>
36656       </method>
36657     </type>
36658     <type name="B">
36659       <method name="Void .ctor()">
36660         <size>7</size>
36661       </method>
36662     </type>
36663     <type name="C">
36664       <method name="Void .ctor()">
36665         <size>7</size>
36666       </method>
36667       <method name="Void .cctor()">
36668         <size>1</size>
36669       </method>
36670       <method name="Void SetObject(System.String)">
36671         <size>18</size>
36672       </method>
36673     </type>
36674     <type name="X">
36675       <method name="Void .ctor()">
36676         <size>7</size>
36677       </method>
36678       <method name="Int32 Main(System.String[])">
36679         <size>31</size>
36680       </method>
36681     </type>
36682   </test>
36683   <test name="test-422.cs">
36684     <type name="HelloWorld.MainClass">
36685       <method name="Void .ctor()">
36686         <size>7</size>
36687       </method>
36688       <method name="Void .cctor()">
36689         <size>17</size>
36690       </method>
36691       <method name="Void Main(System.String[])">
36692         <size>1</size>
36693       </method>
36694       <method name="Boolean CheckTrueThat()">
36695         <size>2</size>
36696       </method>
36697     </type>
36698   </test>
36699   <test name="test-423.cs">
36700     <type name="Test">
36701       <method name="Void .ctor()">
36702         <size>7</size>
36703       </method>
36704       <method name="Void Func(Int32 ByRef)">
36705         <size>12</size>
36706       </method>
36707       <method name="Void Main()">
36708         <size>10</size>
36709       </method>
36710       <method name="Void lowLevelCall(Int32*)">
36711         <size>1</size>
36712       </method>
36713     </type>
36714   </test>
36715   <test name="test-424.cs">
36716     <type name="C">
36717       <method name="Int32 Main()">
36718         <size>35</size>
36719       </method>
36720       <method name="Void .ctor()">
36721         <size>7</size>
36722       </method>
36723     </type>
36724   </test>
36725   <test name="test-425.cs">
36726     <type name="A">
36727       <method name="Void .ctor()">
36728         <size>7</size>
36729       </method>
36730       <method name="Void Main()">
36731         <size>1</size>
36732       </method>
36733     </type>
36734     <type name="AAttribute">
36735       <method name="Void .ctor()">
36736         <size>7</size>
36737       </method>
36738     </type>
36739   </test>
36740   <test name="test-426.cs">
36741     <type name="X">
36742       <method name="Void .ctor()">
36743         <size>7</size>
36744       </method>
36745       <method name="Void Main()">
36746         <size>11</size>
36747       </method>
36748     </type>
36749   </test>
36750   <test name="test-427.cs">
36751     <type name="X">
36752       <method name="Void .ctor()">
36753         <size>7</size>
36754       </method>
36755       <method name="Void Main()">
36756         <size>11</size>
36757       </method>
36758     </type>
36759   </test>
36760   <test name="test-428.cs">
36761     <type name="A">
36762       <method name="Void .ctor()">
36763         <size>7</size>
36764       </method>
36765     </type>
36766     <type name="X">
36767       <method name="Void .ctor()">
36768         <size>7</size>
36769       </method>
36770       <method name="Void Main()">
36771         <size>18</size>
36772       </method>
36773     </type>
36774     <type name="X+A">
36775       <method name="Void .ctor()">
36776         <size>7</size>
36777       </method>
36778     </type>
36779   </test>
36780   <test name="test-429.cs">
36781     <type name="Foo.A">
36782       <method name="Void .ctor()">
36783         <size>7</size>
36784       </method>
36785     </type>
36786     <type name="A">
36787       <method name="Void .ctor()">
36788         <size>7</size>
36789       </method>
36790     </type>
36791     <type name="X">
36792       <method name="Void .ctor()">
36793         <size>7</size>
36794       </method>
36795       <method name="Void Main()">
36796         <size>18</size>
36797       </method>
36798     </type>
36799   </test>
36800   <test name="test-43.cs">
36801     <type name="X">
36802       <method name="Void .ctor()">
36803         <size>7</size>
36804       </method>
36805       <method name="Int32 test_single(System.Int32[])">
36806         <size>34</size>
36807       </method>
36808       <method name="Int32 test_continue(System.Int32[])">
36809         <size>54</size>
36810       </method>
36811       <method name="Boolean test_double(System.Double[])">
36812         <size>58</size>
36813       </method>
36814       <method name="Int32 test_break(System.Int32[])">
36815         <size>54</size>
36816       </method>
36817       <method name="Boolean test_multi(System.Int32[,])">
36818         <size>87</size>
36819       </method>
36820       <method name="Int32 Main()">
36821         <size>284</size>
36822       </method>
36823     </type>
36824     <type name="&lt;PrivateImplementationDetails&gt;">
36825       <method name="Void .ctor()">
36826         <size>7</size>
36827       </method>
36828     </type>
36829   </test>
36830   <test name="test-430.cs">
36831     <type name="A">
36832       <method name="Void .ctor()">
36833         <size>7</size>
36834       </method>
36835     </type>
36836     <type name="X">
36837       <method name="Void .ctor()">
36838         <size>7</size>
36839       </method>
36840       <method name="Void Main()">
36841         <size>18</size>
36842       </method>
36843     </type>
36844     <type name="X+A">
36845       <method name="Void .ctor()">
36846         <size>7</size>
36847       </method>
36848     </type>
36849   </test>
36850   <test name="test-431.cs">
36851     <type name="Foo.A">
36852       <method name="Void .ctor()">
36853         <size>7</size>
36854       </method>
36855     </type>
36856     <type name="X">
36857       <method name="Void .ctor()">
36858         <size>7</size>
36859       </method>
36860       <method name="Void Main()">
36861         <size>18</size>
36862       </method>
36863     </type>
36864   </test>
36865   <test name="test-432.cs">
36866     <type name="Foo.A">
36867       <method name="Void .ctor()">
36868         <size>7</size>
36869       </method>
36870     </type>
36871     <type name="X">
36872       <method name="Void .ctor()">
36873         <size>7</size>
36874       </method>
36875       <method name="Void Main()">
36876         <size>18</size>
36877       </method>
36878     </type>
36879   </test>
36880   <test name="test-433.cs">
36881     <type name="Foo.A">
36882       <method name="Void .ctor()">
36883         <size>7</size>
36884       </method>
36885     </type>
36886     <type name="X">
36887       <method name="Void .ctor()">
36888         <size>7</size>
36889       </method>
36890       <method name="Void .cctor()">
36891         <size>11</size>
36892       </method>
36893       <method name="Void Main()">
36894         <size>16</size>
36895       </method>
36896     </type>
36897   </test>
36898   <test name="test-434.cs">
36899     <type name="Foo.A">
36900       <method name="Void .ctor()">
36901         <size>7</size>
36902       </method>
36903     </type>
36904     <type name="X">
36905       <method name="Void .ctor()">
36906         <size>7</size>
36907       </method>
36908       <method name="Void .cctor()">
36909         <size>11</size>
36910       </method>
36911       <method name="Void Main()">
36912         <size>16</size>
36913       </method>
36914     </type>
36915   </test>
36916   <test name="test-435.cs">
36917     <type name="X">
36918       <method name="Void .ctor()">
36919         <size>7</size>
36920       </method>
36921       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
36922         <size>2</size>
36923       </method>
36924       <method name="Void Main()">
36925         <size>7</size>
36926       </method>
36927     </type>
36928   </test>
36929   <test name="test-436.cs">
36930     <type name="X">
36931       <method name="Void .ctor()">
36932         <size>7</size>
36933       </method>
36934       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
36935         <size>2</size>
36936       </method>
36937       <method name="Void Main()">
36938         <size>7</size>
36939       </method>
36940     </type>
36941   </test>
36942   <test name="test-437.cs">
36943     <type name="T2">
36944       <method name="Void .ctor()">
36945         <size>7</size>
36946       </method>
36947     </type>
36948     <type name="Test">
36949       <method name="Void .ctor()">
36950         <size>7</size>
36951       </method>
36952       <method name="Void Main()">
36953         <size>65</size>
36954       </method>
36955     </type>
36956   </test>
36957   <test name="test-438.cs">
36958     <type name="Program">
36959       <method name="Void .ctor()">
36960         <size>7</size>
36961       </method>
36962       <method name="Void Main(System.String[])">
36963         <size>40</size>
36964       </method>
36965     </type>
36966   </test>
36967   <test name="test-439.cs">
36968     <type name="Test">
36969       <method name="Void .ctor()">
36970         <size>7</size>
36971       </method>
36972       <method name="Void Main()">
36973         <size>45</size>
36974       </method>
36975     </type>
36976     <type name="LayerMask">
36977       <method name="Int32 op_Implicit(LayerMask)">
36978         <size>8</size>
36979       </method>
36980       <method name="LayerMask op_Implicit(Int32)">
36981         <size>11</size>
36982       </method>
36983     </type>
36984   </test>
36985   <test name="test-44.cs">
36986     <type name="X">
36987       <method name="Void .ctor()">
36988         <size>7</size>
36989       </method>
36990       <method name="Int32 dob(System.Int32[,])">
36991         <size>83</size>
36992       </method>
36993       <method name="Int32 count(System.Object)">
36994         <size>39</size>
36995       </method>
36996       <method name="Int32 Main()">
36997         <size>133</size>
36998       </method>
36999     </type>
37000   </test>
37001   <test name="test-440.cs">
37002     <type name="A">
37003       <method name="Void .ctor()">
37004         <size>7</size>
37005       </method>
37006       <method name="Void Main()">
37007         <size>26</size>
37008       </method>
37009       <method name="Double op_Implicit(A)">
37010         <size>10</size>
37011       </method>
37012       <method name="Int32 op_Implicit(A)">
37013         <size>2</size>
37014       </method>
37015     </type>
37016   </test>
37017   <test name="test-441.cs">
37018     <type name="Test">
37019       <method name="Void .ctor()">
37020         <size>7</size>
37021       </method>
37022       <method name="Void .cctor()">
37023         <size>1</size>
37024       </method>
37025       <method name="Void Main()">
37026         <size>25</size>
37027       </method>
37028     </type>
37029   </test>
37030   <test name="test-442.cs">
37031     <type name="ConsoleApplication1.Program">
37032       <method name="Void .ctor()">
37033         <size>7</size>
37034       </method>
37035       <method name="Void Main(System.String[])">
37036         <size>70</size>
37037       </method>
37038     </type>
37039   </test>
37040   <test name="test-443.cs">
37041     <type name="C">
37042       <method name="Void .ctor(ITopic)">
37043         <size>31</size>
37044       </method>
37045       <method name="Void Main()">
37046         <size>1</size>
37047       </method>
37048     </type>
37049   </test>
37050   <test name="test-444.cs">
37051     <type name="쯠쯡쯢">
37052       <method name="Void .ctor()">
37053         <size>7</size>
37054       </method>
37055       <method name="Void Main()">
37056         <size>1</size>
37057       </method>
37058     </type>
37059   </test>
37060   <test name="test-445.cs">
37061     <type name="ConvFromInt">
37062       <method name="Void .ctor()">
37063         <size>14</size>
37064       </method>
37065       <method name="Void .ctor(Int32)">
37066         <size>16</size>
37067       </method>
37068       <method name="ConvFromInt op_Implicit(Int32)">
37069         <size>7</size>
37070       </method>
37071     </type>
37072     <type name="Foo">
37073       <method name="Void .ctor()">
37074         <size>7</size>
37075       </method>
37076       <method name="Void .cctor()">
37077         <size>45</size>
37078       </method>
37079       <method name="Void Main()">
37080         <size>111</size>
37081       </method>
37082     </type>
37083   </test>
37084   <test name="test-446.cs">
37085     <type name="FooTest">
37086       <method name="Void .ctor()">
37087         <size>7</size>
37088       </method>
37089       <method name="Void Main()">
37090         <size>8</size>
37091       </method>
37092       <method name="Void Foo(UInt64)">
37093         <size>1</size>
37094       </method>
37095     </type>
37096   </test>
37097   <test name="test-447.cs">
37098     <type name="System.MonoTODOAttribute">
37099       <method name="Void .ctor()">
37100         <size>7</size>
37101       </method>
37102     </type>
37103     <type name="System.Web.HttpBrowserCapabilities">
37104       <method name="Void .ctor()">
37105         <size>7</size>
37106       </method>
37107       <method name="System.Version get_A()">
37108         <size>6</size>
37109       </method>
37110     </type>
37111     <type name="Test">
37112       <method name="Void .ctor()">
37113         <size>7</size>
37114       </method>
37115       <method name="Void Main()">
37116         <size>1</size>
37117       </method>
37118     </type>
37119   </test>
37120   <test name="test-448.cs">
37121     <type name="MonoDivideProblem">
37122       <method name="Void .ctor()">
37123         <size>7</size>
37124       </method>
37125       <method name="Void .cctor()">
37126         <size>17</size>
37127       </method>
37128       <method name="Void Main(System.String[])">
37129         <size>27</size>
37130       </method>
37131     </type>
37132   </test>
37133   <test name="test-449.cs">
37134     <type name="X">
37135       <method name="Void .ctor()">
37136         <size>7</size>
37137       </method>
37138       <method name="Void Main()">
37139         <size>1</size>
37140       </method>
37141       <method name="Void Z()">
37142         <size>19</size>
37143       </method>
37144       <method name="Void &lt;Z&gt;m__0(System.Object)">
37145         <size>25</size>
37146       </method>
37147       <method name="Void &lt;Z&gt;m__1(System.Object)">
37148         <size>7</size>
37149       </method>
37150     </type>
37151   </test>
37152   <test name="test-45.cs">
37153     <type name="Blah">
37154       <method name="Void .ctor()">
37155         <size>7</size>
37156       </method>
37157       <method name="Void .cctor()">
37158         <size>97</size>
37159       </method>
37160       <method name="Int32 Main()">
37161         <size>755</size>
37162       </method>
37163     </type>
37164     <type name="&lt;PrivateImplementationDetails&gt;">
37165       <method name="Void .ctor()">
37166         <size>7</size>
37167       </method>
37168     </type>
37169   </test>
37170   <test name="test-450.cs">
37171     <type name="A">
37172       <method name="Int32 Main()">
37173         <size>53</size>
37174       </method>
37175       <method name="Byte op_Implicit(A)">
37176         <size>2</size>
37177       </method>
37178       <method name="A op_Implicit(Int32)">
37179         <size>7</size>
37180       </method>
37181       <method name="Void .ctor(Int32)">
37182         <size>14</size>
37183       </method>
37184     </type>
37185   </test>
37186   <test name="test-451.cs">
37187     <type name="Test">
37188       <method name="Void .ctor()">
37189         <size>7</size>
37190       </method>
37191       <method name="Void Main()">
37192         <size>22</size>
37193       </method>
37194     </type>
37195   </test>
37196   <test name="test-452.cs">
37197     <type name="Foo">
37198       <method name="Void .ctor()">
37199         <size>7</size>
37200       </method>
37201     </type>
37202     <type name="Test">
37203       <method name="Void .ctor()">
37204         <size>7</size>
37205       </method>
37206       <method name="Void Main()">
37207         <size>7</size>
37208       </method>
37209     </type>
37210   </test>
37211   <test name="test-453.cs">
37212     <type name="C">
37213       <method name="Void .ctor()">
37214         <size>7</size>
37215       </method>
37216       <method name="Void Main()">
37217         <size>33</size>
37218       </method>
37219     </type>
37220   </test>
37221   <test name="test-455.cs">
37222     <type name="Test">
37223       <method name="Void .ctor()">
37224         <size>7</size>
37225       </method>
37226       <method name="Void Main()">
37227         <size>27</size>
37228       </method>
37229     </type>
37230     <type name="Foo">
37231       <method name="Int32 GetHashCode()">
37232         <size>17</size>
37233       </method>
37234     </type>
37235   </test>
37236   <test name="test-456.cs">
37237     <type name="Test">
37238       <method name="Void .ctor()">
37239         <size>7</size>
37240       </method>
37241       <method name="Void Main()">
37242         <size>16</size>
37243       </method>
37244     </type>
37245     <type name="Foo">
37246       <method name="Void foo()">
37247         <size>11</size>
37248       </method>
37249     </type>
37250   </test>
37251   <test name="test-457.cs">
37252     <type name="Number">
37253       <method name="Void .ctor()">
37254         <size>7</size>
37255       </method>
37256       <method name="Void IDouble.Add(Double)">
37257         <size>11</size>
37258       </method>
37259       <method name="Void IInteger.Add(Int32)">
37260         <size>11</size>
37261       </method>
37262       <method name="Int32 Main()">
37263         <size>52</size>
37264       </method>
37265     </type>
37266   </test>
37267   <test name="test-458.cs">
37268     <type name="MyAttr">
37269       <method name="Void .ctor()">
37270         <size>7</size>
37271       </method>
37272       <method name="Void .ctor(Type)">
37273         <size>7</size>
37274       </method>
37275       <method name="Void .ctor(String)">
37276         <size>7</size>
37277       </method>
37278       <method name="Void .ctor(Int32)">
37279         <size>7</size>
37280       </method>
37281     </type>
37282     <type name="ClassA">
37283       <method name="Void .ctor()">
37284         <size>7</size>
37285       </method>
37286     </type>
37287     <type name="ClassB">
37288       <method name="Void .ctor()">
37289         <size>7</size>
37290       </method>
37291     </type>
37292     <type name="ClassC">
37293       <method name="Void .ctor()">
37294         <size>7</size>
37295       </method>
37296     </type>
37297     <type name="ClassD">
37298       <method name="Void .ctor()">
37299         <size>7</size>
37300       </method>
37301     </type>
37302     <type name="Top">
37303       <method name="Void .ctor()">
37304         <size>7</size>
37305       </method>
37306       <method name="Int32 Main()">
37307         <size>28</size>
37308       </method>
37309     </type>
37310   </test>
37311   <test name="test-459.cs">
37312     <type name="CC">
37313       <method name="Void .ctor()">
37314         <size>7</size>
37315       </method>
37316       <method name="Int32 Main()">
37317         <size>13</size>
37318       </method>
37319     </type>
37320     <type name="CC+IfElseStateMachine">
37321       <method name="Void .ctor()">
37322         <size>7</size>
37323       </method>
37324       <method name="Void HandleToken(Token)">
37325         <size>15</size>
37326       </method>
37327     </type>
37328   </test>
37329   <test name="test-46.cs">
37330     <type name="X">
37331       <method name="Void .ctor()">
37332         <size>7</size>
37333       </method>
37334       <method name="Int32 cast_int(System.Object)">
37335         <size>7</size>
37336       </method>
37337       <method name="UInt32 cast_uint(System.Object)">
37338         <size>7</size>
37339       </method>
37340       <method name="Int16 cast_short(System.Object)">
37341         <size>7</size>
37342       </method>
37343       <method name="Char cast_char(System.Object)">
37344         <size>7</size>
37345       </method>
37346       <method name="UInt16 cast_ushort(System.Object)">
37347         <size>7</size>
37348       </method>
37349       <method name="Byte cast_byte(System.Object)">
37350         <size>7</size>
37351       </method>
37352       <method name="SByte cast_sbyte(System.Object)">
37353         <size>7</size>
37354       </method>
37355       <method name="Int64 cast_long(System.Object)">
37356         <size>7</size>
37357       </method>
37358       <method name="UInt64 cast_ulong(System.Object)">
37359         <size>7</size>
37360       </method>
37361       <method name="Single cast_float(System.Object)">
37362         <size>7</size>
37363       </method>
37364       <method name="Double cast_double(System.Object)">
37365         <size>7</size>
37366       </method>
37367       <method name="Boolean cast_bool(System.Object)">
37368         <size>7</size>
37369       </method>
37370       <method name="Int32 Main()">
37371         <size>1126</size>
37372       </method>
37373     </type>
37374   </test>
37375   <test name="test-460.cs">
37376     <type name="MainClass">
37377       <method name="Void .ctor()">
37378         <size>7</size>
37379       </method>
37380       <method name="Void .cctor()">
37381         <size>18</size>
37382       </method>
37383       <method name="Void Main()">
37384         <size>1</size>
37385       </method>
37386     </type>
37387   </test>
37388   <test name="test-461.cs">
37389     <type name="Valtest">
37390       <method name="Void .ctor()">
37391         <size>7</size>
37392       </method>
37393       <method name="Int32 Main()">
37394         <size>50</size>
37395       </method>
37396     </type>
37397     <type name="Value">
37398       <method name="Void .ctor(Object)">
37399         <size>1</size>
37400       </method>
37401       <method name="System.Object get_Val()">
37402         <size>7</size>
37403       </method>
37404       <method name="System.Enum get_Val2()">
37405         <size>7</size>
37406       </method>
37407     </type>
37408   </test>
37409   <test name="test-462.cs">
37410     <type name="X">
37411       <method name="Void .ctor()">
37412         <size>7</size>
37413       </method>
37414       <method name="Void Method(X)">
37415         <size>1</size>
37416       </method>
37417       <method name="Void Method(System.String)">
37418         <size>8</size>
37419       </method>
37420       <method name="Int32 Main()">
37421         <size>28</size>
37422       </method>
37423     </type>
37424   </test>
37425   <test name="test-463.cs">
37426     <type name="PropertySorter">
37427       <method name="Void .ctor()">
37428         <size>7</size>
37429       </method>
37430     </type>
37431     <type name="PathItemBase">
37432       <method name="Void .ctor()">
37433         <size>7</size>
37434       </method>
37435     </type>
37436     <type name="PathItemBase+TypeConverter">
37437       <method name="Void .ctor()">
37438         <size>7</size>
37439       </method>
37440     </type>
37441     <type name="X">
37442       <method name="Void .ctor()">
37443         <size>7</size>
37444       </method>
37445       <method name="Void Main()">
37446         <size>1</size>
37447       </method>
37448     </type>
37449   </test>
37450   <test name="test-464.cs">
37451     <type name="C">
37452       <method name="Void .ctor()">
37453         <size>7</size>
37454       </method>
37455       <method name="Int32 Main()">
37456         <size>85</size>
37457       </method>
37458     </type>
37459   </test>
37460   <test name="test-465.cs">
37461     <type name="C">
37462       <method name="Void .ctor()">
37463         <size>7</size>
37464       </method>
37465       <method name="Int32 Main()">
37466         <size>85</size>
37467       </method>
37468     </type>
37469   </test>
37470   <test name="test-466.cs">
37471     <type name="A.X.Test">
37472       <method name="Void Main()">
37473         <size>13</size>
37474       </method>
37475       <method name="Void .ctor()">
37476         <size>7</size>
37477       </method>
37478     </type>
37479   </test>
37480   <test name="test-467.cs">
37481     <type name="A">
37482       <method name="Void .ctor()">
37483         <size>7</size>
37484       </method>
37485     </type>
37486     <type name="A+D">
37487       <method name="Int32 Invoke()">
37488         <size>0</size>
37489       </method>
37490       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37491         <size>0</size>
37492       </method>
37493       <method name="Int32 EndInvoke(IAsyncResult)">
37494         <size>0</size>
37495       </method>
37496       <method name="Void .ctor(Object, IntPtr)">
37497         <size>0</size>
37498       </method>
37499     </type>
37500     <type name="B">
37501       <method name="Void .ctor()">
37502         <size>7</size>
37503       </method>
37504     </type>
37505     <type name="B+D">
37506       <method name="Void Invoke()">
37507         <size>0</size>
37508       </method>
37509       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37510         <size>0</size>
37511       </method>
37512       <method name="Void EndInvoke(IAsyncResult)">
37513         <size>0</size>
37514       </method>
37515       <method name="Void .ctor(Object, IntPtr)">
37516         <size>0</size>
37517       </method>
37518     </type>
37519     <type name="C">
37520       <method name="Int32 Foo()">
37521         <size>2</size>
37522       </method>
37523       <method name="Int32 Main()">
37524         <size>29</size>
37525       </method>
37526       <method name="Void .ctor()">
37527         <size>7</size>
37528       </method>
37529     </type>
37530   </test>
37531   <test name="test-468.cs">
37532     <type name="CorMetaDataDispenserExClass">
37533       <method name="Void .ctor()">
37534         <size>0</size>
37535       </method>
37536     </type>
37537     <type name="Test">
37538       <method name="Void .ctor()">
37539         <size>7</size>
37540       </method>
37541       <method name="Void XXX()">
37542         <size>12</size>
37543       </method>
37544       <method name="Void Main()">
37545         <size>1</size>
37546       </method>
37547     </type>
37548   </test>
37549   <test name="test-469.cs">
37550     <type name="Lambda">
37551       <method name="Void .ctor()">
37552         <size>7</size>
37553       </method>
37554       <method name="Void f(Int32)">
37555         <size>7</size>
37556       </method>
37557       <method name="Del[] Make2(Int32)">
37558         <size>50</size>
37559       </method>
37560       <method name="Int32 Main()">
37561         <size>68</size>
37562       </method>
37563     </type>
37564     <type name="Del">
37565       <method name="Void .ctor(Object, IntPtr)">
37566         <size>0</size>
37567       </method>
37568       <method name="Void Invoke(Int32)">
37569         <size>0</size>
37570       </method>
37571       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37572         <size>0</size>
37573       </method>
37574       <method name="Void EndInvoke(IAsyncResult)">
37575         <size>0</size>
37576       </method>
37577     </type>
37578     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
37579       <method name="Void .ctor()">
37580         <size>7</size>
37581       </method>
37582       <method name="Void &lt;&gt;m__0(Int32)">
37583         <size>23</size>
37584       </method>
37585       <method name="Void &lt;&gt;m__1(Int32)">
37586         <size>23</size>
37587       </method>
37588     </type>
37589   </test>
37590   <test name="test-47.cs">
37591     <type name="X">
37592       <method name="Void .ctor()">
37593         <size>7</size>
37594       </method>
37595       <method name="Void .cctor()">
37596         <size>1</size>
37597       </method>
37598       <method name="Boolean f()">
37599         <size>24</size>
37600       </method>
37601       <method name="Boolean t()">
37602         <size>24</size>
37603       </method>
37604       <method name="Int32 Main()">
37605         <size>404</size>
37606       </method>
37607     </type>
37608   </test>
37609   <test name="test-470.cs">
37610     <type name="X">
37611       <method name="Void .ctor()">
37612         <size>7</size>
37613       </method>
37614       <method name="System.String get_ASTNodeTypeName()">
37615         <size>16</size>
37616       </method>
37617     </type>
37618     <type name="Demo">
37619       <method name="Void .ctor()">
37620         <size>7</size>
37621       </method>
37622       <method name="Void Main()">
37623         <size>1</size>
37624       </method>
37625     </type>
37626   </test>
37627   <test name="test-472.cs">
37628     <type name="Test">
37629       <method name="Void .ctor()">
37630         <size>7</size>
37631       </method>
37632       <method name="Int32 get_Prop()">
37633         <size>7</size>
37634       </method>
37635       <method name="Void set_Prop(Int32)">
37636         <size>8</size>
37637       </method>
37638       <method name="Int32 Main()">
37639         <size>79</size>
37640       </method>
37641     </type>
37642   </test>
37643   <test name="test-473.cs">
37644     <type name="UnixMarshal">
37645       <method name="Void .ctor()">
37646         <size>7</size>
37647       </method>
37648       <method name="Void .cctor()">
37649         <size>24</size>
37650       </method>
37651       <method name="Void Default(Int32)">
37652         <size>1</size>
37653       </method>
37654       <method name="System.String GetDescription(Error)">
37655         <size>2</size>
37656       </method>
37657     </type>
37658     <type name="UnixMarshal2">
37659       <method name="Void .ctor()">
37660         <size>7</size>
37661       </method>
37662       <method name="System.String GetDescription(Error)">
37663         <size>2</size>
37664       </method>
37665     </type>
37666     <type name="Stdlib">
37667       <method name="Void .ctor()">
37668         <size>7</size>
37669       </method>
37670     </type>
37671     <type name="TestConst">
37672       <method name="Void .ctor()">
37673         <size>7</size>
37674       </method>
37675     </type>
37676     <type name="XX">
37677       <method name="Void .ctor()">
37678         <size>7</size>
37679       </method>
37680     </type>
37681     <type name="Syscall">
37682       <method name="Void .ctor()">
37683         <size>7</size>
37684       </method>
37685       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
37686         <size>2</size>
37687       </method>
37688     </type>
37689     <type name="EnumWrapper">
37690       <method name="Void .ctor(Int32)">
37691         <size>7</size>
37692       </method>
37693     </type>
37694     <type name="Test">
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     <type name="SignalHandler">
37703       <method name="Void .ctor(Object, IntPtr)">
37704         <size>0</size>
37705       </method>
37706       <method name="Void Invoke(Int32)">
37707         <size>0</size>
37708       </method>
37709       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37710         <size>0</size>
37711       </method>
37712       <method name="Void EndInvoke(IAsyncResult)">
37713         <size>0</size>
37714       </method>
37715     </type>
37716     <type name="PS">
37717       <method name="Void GetDescription(Error)">
37718         <size>1</size>
37719       </method>
37720     </type>
37721     <type name="Value">
37722       <method name="EnumWrapper op_Explicit(Value)">
37723         <size>11</size>
37724       </method>
37725     </type>
37726   </test>
37727   <test name="test-474.cs">
37728     <type name="Z">
37729       <method name="Void .ctor()">
37730         <size>7</size>
37731       </method>
37732       <method name="Void Main()">
37733         <size>13</size>
37734       </method>
37735       <method name="Void TestPreinc(Int32)">
37736         <size>57</size>
37737       </method>
37738       <method name="Void TestPostinc(Int32)">
37739         <size>57</size>
37740       </method>
37741       <method name="Void Assert(Int32, Int32)">
37742         <size>67</size>
37743       </method>
37744     </type>
37745     <type name="Z+X">
37746       <method name="Void .ctor(Object, IntPtr)">
37747         <size>0</size>
37748       </method>
37749       <method name="Void Invoke()">
37750         <size>0</size>
37751       </method>
37752       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37753         <size>0</size>
37754       </method>
37755       <method name="Void EndInvoke(IAsyncResult)">
37756         <size>0</size>
37757       </method>
37758     </type>
37759     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
37760       <method name="Void .ctor()">
37761         <size>7</size>
37762       </method>
37763       <method name="Void &lt;&gt;m__0()">
37764         <size>38</size>
37765       </method>
37766     </type>
37767     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
37768       <method name="Void .ctor()">
37769         <size>7</size>
37770       </method>
37771       <method name="Void &lt;&gt;m__1()">
37772         <size>38</size>
37773       </method>
37774     </type>
37775   </test>
37776   <test name="test-475.cs">
37777     <type name="X">
37778       <method name="Void .ctor()">
37779         <size>7</size>
37780       </method>
37781       <method name="Void .cctor()">
37782         <size>24</size>
37783       </method>
37784       <method name="Void add_e(MyDelegate)">
37785         <size>22</size>
37786       </method>
37787       <method name="Void remove_e(MyDelegate)">
37788         <size>22</size>
37789       </method>
37790       <method name="Void Test(Int32)">
37791         <size>17</size>
37792       </method>
37793       <method name="Int32 Main()">
37794         <size>28</size>
37795       </method>
37796     </type>
37797     <type name="MyDelegate">
37798       <method name="Void .ctor(Object, IntPtr)">
37799         <size>0</size>
37800       </method>
37801       <method name="Void Invoke(Int32)">
37802         <size>0</size>
37803       </method>
37804       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37805         <size>0</size>
37806       </method>
37807       <method name="Void EndInvoke(IAsyncResult)">
37808         <size>0</size>
37809       </method>
37810     </type>
37811   </test>
37812   <test name="test-476.cs">
37813     <type name="Test">
37814       <method name="Void .ctor()">
37815         <size>7</size>
37816       </method>
37817       <method name="Void Main()">
37818         <size>1</size>
37819       </method>
37820     </type>
37821   </test>
37822   <test name="test-477.cs">
37823     <type name="C">
37824       <method name="Void .ctor()">
37825         <size>7</size>
37826       </method>
37827       <method name="Void Test(Int32 ByRef)">
37828         <size>1</size>
37829       </method>
37830       <method name="Void Main()">
37831         <size>1</size>
37832       </method>
37833     </type>
37834   </test>
37835   <test name="test-478.cs">
37836     <type name="Test.MainClass">
37837       <method name="Void .ctor()">
37838         <size>7</size>
37839       </method>
37840       <method name="Void Main()">
37841         <size>1</size>
37842       </method>
37843     </type>
37844     <type name="Test.TestAttribute">
37845       <method name="Void .ctor(TestEnum2)">
37846         <size>7</size>
37847       </method>
37848     </type>
37849     <type name="Test.Test2Attribute">
37850       <method name="Void .ctor()">
37851         <size>7</size>
37852       </method>
37853     </type>
37854   </test>
37855   <test name="test-479.cs">
37856     <type name="Test.Test">
37857       <method name="Void .ctor()">
37858         <size>7</size>
37859       </method>
37860       <method name="Boolean Equals(System.Object)">
37861         <size>2</size>
37862       </method>
37863       <method name="Int32 GetHashCode()">
37864         <size>2</size>
37865       </method>
37866       <method name="Void Main()">
37867         <size>1</size>
37868       </method>
37869     </type>
37870   </test>
37871   <test name="test-48.cs">
37872     <type name="Blah">
37873       <method name="Void .ctor()">
37874         <size>7</size>
37875       </method>
37876       <method name="Int32 Main()">
37877         <size>55</size>
37878       </method>
37879       <method name="Void Test_1()">
37880         <size>1</size>
37881       </method>
37882     </type>
37883   </test>
37884   <test name="test-480.cs">
37885     <type name="A">
37886       <method name="Void Dispose()">
37887         <size>1</size>
37888       </method>
37889       <method name="Void .ctor(Int32)">
37890         <size>7</size>
37891       </method>
37892     </type>
37893     <type name="C">
37894       <method name="Void Test(System.Object)">
37895         <size>271</size>
37896       </method>
37897       <method name="Int32 Main()">
37898         <size>13</size>
37899       </method>
37900       <method name="Void &lt;Test&gt;m__0(Int32)">
37901         <size>1</size>
37902       </method>
37903       <method name="Void .ctor()">
37904         <size>7</size>
37905       </method>
37906     </type>
37907     <type name="C+D">
37908       <method name="Void Invoke(Int32)">
37909         <size>0</size>
37910       </method>
37911       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37912         <size>0</size>
37913       </method>
37914       <method name="Void EndInvoke(IAsyncResult)">
37915         <size>0</size>
37916       </method>
37917       <method name="Void .ctor(Object, IntPtr)">
37918         <size>0</size>
37919       </method>
37920     </type>
37921   </test>
37922   <test name="test-481.cs">
37923     <type name="TestClass">
37924       <method name="Int32 Main()">
37925         <size>42</size>
37926       </method>
37927     </type>
37928     <type name="TestDelegate">
37929       <method name="Void .ctor(Object, IntPtr)">
37930         <size>0</size>
37931       </method>
37932       <method name="Void Invoke(Int32 ByRef)">
37933         <size>0</size>
37934       </method>
37935       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
37936         <size>0</size>
37937       </method>
37938       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
37939         <size>0</size>
37940       </method>
37941     </type>
37942     <type name="TestClass">
37943       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
37944         <size>4</size>
37945       </method>
37946     </type>
37947   </test>
37948   <test name="test-482.cs">
37949     <type name="X">
37950       <method name="Void .ctor()">
37951         <size>7</size>
37952       </method>
37953       <method name="Void M4(Int32)">
37954         <size>1</size>
37955       </method>
37956       <method name="Void Main()">
37957         <size>1</size>
37958       </method>
37959       <method name="Void M4(Int32, ...)">
37960         <size>1</size>
37961       </method>
37962     </type>
37963   </test>
37964   <test name="test-483.cs">
37965     <type name="Tests">
37966       <method name="Void .ctor()">
37967         <size>7</size>
37968       </method>
37969       <method name="Void Main()">
37970         <size>21</size>
37971       </method>
37972     </type>
37973   </test>
37974   <test name="test-484.cs">
37975     <type name="Test.TestBit">
37976       <method name="Void .ctor()">
37977         <size>7</size>
37978       </method>
37979       <method name="Void Main()">
37980         <size>1</size>
37981       </method>
37982     </type>
37983   </test>
37984   <test name="test-485.cs">
37985     <type name="MonoBUG">
37986       <method name="Void .ctor()">
37987         <size>7</size>
37988       </method>
37989       <method name="Void Main(System.String[])">
37990         <size>44</size>
37991       </method>
37992     </type>
37993   </test>
37994   <test name="test-486.cs">
37995     <type name="Test">
37996       <method name="Void .ctor()">
37997         <size>7</size>
37998       </method>
37999       <method name="Void Main()">
38000         <size>119</size>
38001       </method>
38002     </type>
38003   </test>
38004   <test name="test-487.cs">
38005     <type name="X">
38006       <method name="Void .ctor(Object)">
38007         <size>72</size>
38008       </method>
38009       <method name="Void .cctor()">
38010         <size>1</size>
38011       </method>
38012       <method name="Int32 Main()">
38013         <size>25</size>
38014       </method>
38015     </type>
38016   </test>
38017   <test name="test-488.cs">
38018     <type name="P">
38019       <method name="Void .ctor()">
38020         <size>7</size>
38021       </method>
38022     </type>
38023     <type name="Test">
38024       <method name="Void .ctor()">
38025         <size>7</size>
38026       </method>
38027       <method name="IEnumerable foo()">
38028         <size>2</size>
38029       </method>
38030       <method name="Void Main()">
38031         <size>166</size>
38032       </method>
38033     </type>
38034     <type name="Q">
38035       <method name="Void .ctor(P)">
38036         <size>8</size>
38037       </method>
38038     </type>
38039   </test>
38040   <test name="test-489.cs">
38041     <type name="test">
38042       <method name="Void .ctor()">
38043         <size>7</size>
38044       </method>
38045       <method name="Void Main()">
38046         <size>1</size>
38047       </method>
38048     </type>
38049   </test>
38050   <test name="test-49.cs">
38051     <type name="X">
38052       <method name="Void .ctor()">
38053         <size>7</size>
38054       </method>
38055       <method name="Int32 s(Byte)">
38056         <size>2182</size>
38057       </method>
38058       <method name="Int32 test(Int32)">
38059         <size>70</size>
38060       </method>
38061       <method name="Int32 tests(System.String)">
38062         <size>152</size>
38063       </method>
38064       <method name="Int32 testn(System.String)">
38065         <size>76</size>
38066       </method>
38067       <method name="Int32 testm(System.String)">
38068         <size>77</size>
38069       </method>
38070       <method name="Int32 testo(System.String)">
38071         <size>79</size>
38072       </method>
38073       <method name="Int32 testp(System.String)">
38074         <size>109</size>
38075       </method>
38076       <method name="Int32 test_def(System.String)">
38077         <size>119</size>
38078       </method>
38079       <method name="Int32 test_coverage(Int32)">
38080         <size>18</size>
38081       </method>
38082       <method name="Int32 test_goto(Int32)">
38083         <size>39</size>
38084       </method>
38085       <method name="Int32 test_memberaccess(System.String)">
38086         <size>76</size>
38087       </method>
38088       <method name="Int32 test_string_multiple_targets(System.String)">
38089         <size>128</size>
38090       </method>
38091       <method name="Int32 test_casts(Int32)">
38092         <size>17</size>
38093       </method>
38094       <method name="Int32 testSwitchEnumLong(TestEnum)">
38095         <size>56</size>
38096       </method>
38097       <method name="Int32 test_long_enum_switch()">
38098         <size>66</size>
38099       </method>
38100       <method name="Int32 tests_default(System.String)">
38101         <size>107</size>
38102       </method>
38103       <method name="Int32 tests_default_2(System.String)">
38104         <size>124</size>
38105       </method>
38106       <method name="Void test_76590(System.String)">
38107         <size>107</size>
38108       </method>
38109       <method name="Void test_77964()">
38110         <size>37</size>
38111       </method>
38112       <method name="Boolean bug_78860()">
38113         <size>114</size>
38114       </method>
38115       <method name="Int32 Main()">
38116         <size>1037</size>
38117       </method>
38118     </type>
38119   </test>
38120   <test name="test-490.cs">
38121     <type name="T">
38122       <method name="Void .ctor()">
38123         <size>7</size>
38124       </method>
38125       <method name="Void .cctor()">
38126         <size>39</size>
38127       </method>
38128       <method name="Void Main()">
38129         <size>1</size>
38130       </method>
38131     </type>
38132   </test>
38133   <test name="test-491.cs">
38134     <type name="M">
38135       <method name="Void .ctor()">
38136         <size>7</size>
38137       </method>
38138       <method name="Void Main()">
38139         <size>1</size>
38140       </method>
38141     </type>
38142     <type name="AttrA">
38143       <method name="Void .ctor()">
38144         <size>7</size>
38145       </method>
38146     </type>
38147     <type name="AttrB">
38148       <method name="Void .ctor()">
38149         <size>7</size>
38150       </method>
38151     </type>
38152   </test>
38153   <test name="test-492.cs">
38154     <type name="Test.My1Attribute">
38155       <method name="Void .ctor(Object)">
38156         <size>19</size>
38157       </method>
38158     </type>
38159     <type name="Test.My2Attribute">
38160       <method name="Void .ctor(String[])">
38161         <size>21</size>
38162       </method>
38163     </type>
38164     <type name="Test.My3Attribute">
38165       <method name="Void .ctor(Byte)">
38166         <size>24</size>
38167       </method>
38168     </type>
38169     <type name="Test.Test">
38170       <method name="Void .ctor()">
38171         <size>7</size>
38172       </method>
38173       <method name="Int32 Main()">
38174         <size>60</size>
38175       </method>
38176     </type>
38177   </test>
38178   <test name="test-493.cs">
38179     <type name="A">
38180       <method name="Void .ctor()">
38181         <size>7</size>
38182       </method>
38183       <method name="Int32 get_f()">
38184         <size>2</size>
38185       </method>
38186     </type>
38187     <type name="B">
38188       <method name="Void .ctor()">
38189         <size>7</size>
38190       </method>
38191       <method name="Int32 bar()">
38192         <size>11</size>
38193       </method>
38194     </type>
38195     <type name="C">
38196       <method name="Void .ctor()">
38197         <size>7</size>
38198       </method>
38199       <method name="Void Main()">
38200         <size>1</size>
38201       </method>
38202     </type>
38203   </test>
38204   <test name="test-494.cs">
38205     <type name="Agresso.Foundation.Function">
38206       <method name="Void .ctor()">
38207         <size>7</size>
38208       </method>
38209       <method name="Void Main()">
38210         <size>1</size>
38211       </method>
38212     </type>
38213     <type name="Agresso.Foundation.Translate">
38214       <method name="Void .ctor(Object, IntPtr)">
38215         <size>0</size>
38216       </method>
38217       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
38218         <size>0</size>
38219       </method>
38220       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
38221         <size>0</size>
38222       </method>
38223       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
38224         <size>0</size>
38225       </method>
38226     </type>
38227   </test>
38228   <test name="test-495.cs">
38229     <type name="plj.aClass">
38230       <method name="Void .ctor()">
38231         <size>7</size>
38232       </method>
38233       <method name="plj.aClass op_Implicit(plj.fromClass)">
38234         <size>2</size>
38235       </method>
38236     </type>
38237     <type name="plj.realClass1">
38238       <method name="Void .ctor()">
38239         <size>7</size>
38240       </method>
38241       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
38242         <size>2</size>
38243       </method>
38244     </type>
38245     <type name="plj.fromClass">
38246       <method name="Void .ctor()">
38247         <size>7</size>
38248       </method>
38249       <method name="Void Main()">
38250         <size>1</size>
38251       </method>
38252     </type>
38253   </test>
38254   <test name="test-496.cs">
38255     <type name="Baz">
38256       <method name="Void Main()">
38257         <size>1</size>
38258       </method>
38259       <method name="Void .ctor()">
38260         <size>7</size>
38261       </method>
38262     </type>
38263   </test>
38264   <test name="test-497.cs">
38265     <type name="PlotMenuItem">
38266       <method name="Void .ctor()">
38267         <size>7</size>
38268       </method>
38269       <method name="Void .ctor(EventHandler)">
38270         <size>54</size>
38271       </method>
38272       <method name="Int32 Main()">
38273         <size>50</size>
38274       </method>
38275       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
38276         <size>11</size>
38277       </method>
38278       <method name="System.EventHandler get_Callback()">
38279         <size>7</size>
38280       </method>
38281       <method name="Void set_Callback(System.EventHandler)">
38282         <size>8</size>
38283       </method>
38284     </type>
38285   </test>
38286   <test name="test-498.cs">
38287     <type name="C">
38288       <method name="Int32 Main()">
38289         <size>81</size>
38290       </method>
38291     </type>
38292     <type name="A">
38293       <method name="Void .ctor(Single)">
38294         <size>0</size>
38295       </method>
38296       <method name="Int32 get_Foo()">
38297         <size>0</size>
38298       </method>
38299     </type>
38300   </test>
38301   <test name="test-499.cs">
38302     <type name="X">
38303       <method name="Void .ctor()">
38304         <size>7</size>
38305       </method>
38306       <method name="Void Main()">
38307         <size>24</size>
38308       </method>
38309     </type>
38310   </test>
38311   <test name="test-5.cs">
38312     <type name="X">
38313       <method name="Void .ctor()">
38314         <size>7</size>
38315       </method>
38316       <method name="Int32 Main()">
38317         <size>37</size>
38318       </method>
38319     </type>
38320   </test>
38321   <test name="test-500.cs">
38322     <type name="SomeCustomAttribute">
38323       <method name="Void .ctor()">
38324         <size>7</size>
38325       </method>
38326     </type>
38327     <type name="MainClass">
38328       <method name="Void .ctor()">
38329         <size>7</size>
38330       </method>
38331       <method name="Int32 Main()">
38332         <size>115</size>
38333       </method>
38334     </type>
38335   </test>
38336   <test name="test-501.cs">
38337     <type name="Tests">
38338       <method name="Void .ctor()">
38339         <size>7</size>
38340       </method>
38341       <method name="Void DumpException(Tests+FilterStackFrame)">
38342         <size>1</size>
38343       </method>
38344       <method name="Void foo(Boolean ByRef)">
38345         <size>49</size>
38346       </method>
38347       <method name="Void Main(System.String[])">
38348         <size>8</size>
38349       </method>
38350     </type>
38351     <type name="Tests+FilterStackFrame">
38352       <method name="Void .ctor(Object, IntPtr)">
38353         <size>0</size>
38354       </method>
38355       <method name="Boolean Invoke(System.Object)">
38356         <size>0</size>
38357       </method>
38358       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
38359         <size>0</size>
38360       </method>
38361       <method name="Boolean EndInvoke(IAsyncResult)">
38362         <size>0</size>
38363       </method>
38364     </type>
38365     <type name="Tests">
38366       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
38367         <size>2</size>
38368       </method>
38369     </type>
38370   </test>
38371   <test name="test-502.cs">
38372     <type name="Base">
38373       <method name="Void .ctor()">
38374         <size>7</size>
38375       </method>
38376       <method name="Int32 get_Property()">
38377         <size>3</size>
38378       </method>
38379       <method name="Void Main()">
38380         <size>1</size>
38381       </method>
38382     </type>
38383     <type name="Derived">
38384       <method name="Void .ctor()">
38385         <size>7</size>
38386       </method>
38387       <method name="Int32 get_Property()">
38388         <size>3</size>
38389       </method>
38390     </type>
38391     <type name="BaseClass">
38392       <method name="Void .ctor()">
38393         <size>7</size>
38394       </method>
38395       <method name="Int32 get_Value()">
38396         <size>2</size>
38397       </method>
38398       <method name="Void set_Value(Int32)">
38399         <size>1</size>
38400       </method>
38401     </type>
38402     <type name="DerivedClass">
38403       <method name="Void .ctor()">
38404         <size>7</size>
38405       </method>
38406       <method name="Int32 get_Value()">
38407         <size>2</size>
38408       </method>
38409     </type>
38410     <type name="ErrorClass">
38411       <method name="Void .ctor()">
38412         <size>7</size>
38413       </method>
38414       <method name="Int32 get_Value()">
38415         <size>2</size>
38416       </method>
38417       <method name="Void set_Value(Int32)">
38418         <size>1</size>
38419       </method>
38420     </type>
38421   </test>
38422   <test name="test-503.cs">
38423     <type name="Foo">
38424       <method name="Void .ctor()">
38425         <size>7</size>
38426       </method>
38427       <method name="Int32 Main()">
38428         <size>33</size>
38429       </method>
38430     </type>
38431   </test>
38432   <test name="test-504.cs">
38433     <type name="Foo">
38434       <method name="Void .ctor()">
38435         <size>7</size>
38436       </method>
38437       <method name="Void .cctor()">
38438         <size>7</size>
38439       </method>
38440       <method name="Int32 f()">
38441         <size>2</size>
38442       </method>
38443       <method name="Int32 Main()">
38444         <size>32</size>
38445       </method>
38446     </type>
38447   </test>
38448   <test name="test-505.cs">
38449     <type name="T">
38450       <method name="Void .ctor()">
38451         <size>7</size>
38452       </method>
38453       <method name="Int32 f()">
38454         <size>19</size>
38455       </method>
38456       <method name="Void Main()">
38457         <size>38</size>
38458       </method>
38459     </type>
38460   </test>
38461   <test name="test-506.cs">
38462     <type name="ProtectedSetter.BaseClass">
38463       <method name="Void .ctor()">
38464         <size>7</size>
38465       </method>
38466       <method name="System.String get_Name()">
38467         <size>0</size>
38468       </method>
38469       <method name="Void set_Name(System.String)">
38470         <size>0</size>
38471       </method>
38472     </type>
38473     <type name="ProtectedSetter.DerivedClass">
38474       <method name="Void .ctor()">
38475         <size>7</size>
38476       </method>
38477       <method name="System.String get_Name()">
38478         <size>2</size>
38479       </method>
38480       <method name="Void set_Name(System.String)">
38481         <size>1</size>
38482       </method>
38483       <method name="Void Main()">
38484         <size>1</size>
38485       </method>
38486     </type>
38487   </test>
38488   <test name="test-507.cs">
38489     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
38490       <method name="Void .ctor()">
38491         <size>7</size>
38492       </method>
38493       <method name="Void SomeMethod()">
38494         <size>1</size>
38495       </method>
38496       <method name="Void SomeMethod2()">
38497         <size>1</size>
38498       </method>
38499     </type>
38500     <type name="NewslotVirtualFinal.C">
38501       <method name="Void .ctor()">
38502         <size>7</size>
38503       </method>
38504       <method name="Int32 Main()">
38505         <size>83</size>
38506       </method>
38507     </type>
38508   </test>
38509   <test name="test-508.cs">
38510     <type name="OutputParam">
38511       <method name="Void .ctor()">
38512         <size>7</size>
38513       </method>
38514       <method name="Void Main(System.String[])">
38515         <size>14</size>
38516       </method>
38517       <method name="Void Method(Int32 ByRef)">
38518         <size>17</size>
38519       </method>
38520     </type>
38521   </test>
38522   <test name="test-509.cs">
38523     <type name="BaseClass">
38524       <method name="Void .ctor()">
38525         <size>7</size>
38526       </method>
38527       <method name="Void add_OnEvent(DelegateHandler)">
38528         <size>24</size>
38529       </method>
38530       <method name="Void remove_OnEvent(DelegateHandler)">
38531         <size>24</size>
38532       </method>
38533     </type>
38534     <type name="ExtendingClass">
38535       <method name="Void .ctor()">
38536         <size>7</size>
38537       </method>
38538       <method name="Void Main()">
38539         <size>1</size>
38540       </method>
38541       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
38542         <size>8</size>
38543       </method>
38544       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
38545         <size>8</size>
38546       </method>
38547     </type>
38548     <type name="DelegateHandler">
38549       <method name="Void .ctor(Object, IntPtr)">
38550         <size>0</size>
38551       </method>
38552       <method name="Void Invoke()">
38553         <size>0</size>
38554       </method>
38555       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38556         <size>0</size>
38557       </method>
38558       <method name="Void EndInvoke(IAsyncResult)">
38559         <size>0</size>
38560       </method>
38561     </type>
38562   </test>
38563   <test name="test-51.cs">
38564     <type name="Base">
38565       <method name="Void .ctor()">
38566         <size>25</size>
38567       </method>
38568       <method name="Int32 get_b_int_property()">
38569         <size>7</size>
38570       </method>
38571       <method name="Void set_b_int_property(Int32)">
38572         <size>8</size>
38573       </method>
38574       <method name="System.String b_get_id()">
38575         <size>6</size>
38576       </method>
38577     </type>
38578     <type name="Derived">
38579       <method name="Void .ctor()">
38580         <size>26</size>
38581       </method>
38582       <method name="Int32 get_b_int_property()">
38583         <size>7</size>
38584       </method>
38585       <method name="Void set_b_int_property(Int32)">
38586         <size>8</size>
38587       </method>
38588       <method name="Int32 Test()">
38589         <size>138</size>
38590       </method>
38591     </type>
38592     <type name="boot">
38593       <method name="Void .ctor()">
38594         <size>7</size>
38595       </method>
38596       <method name="Int32 Main()">
38597         <size>13</size>
38598       </method>
38599     </type>
38600   </test>
38601   <test name="test-510.cs">
38602     <type name="Foo">
38603       <method name="Void .ctor()">
38604         <size>7</size>
38605       </method>
38606       <method name="Void test39(Int32 ByRef)">
38607         <size>36</size>
38608       </method>
38609       <method name="Void Main()">
38610         <size>28</size>
38611       </method>
38612     </type>
38613   </test>
38614   <test name="test-511.cs">
38615     <type name="Foo">
38616       <method name="Void .ctor()">
38617         <size>7</size>
38618       </method>
38619       <method name="Void Main(System.String[])">
38620         <size>17</size>
38621       </method>
38622       <method name="Void f()">
38623         <size>7</size>
38624       </method>
38625     </type>
38626   </test>
38627   <test name="test-512.cs">
38628     <type name="Foo">
38629       <method name="Void .ctor()">
38630         <size>7</size>
38631       </method>
38632       <method name="Void Main(System.String[])">
38633         <size>17</size>
38634       </method>
38635       <method name="Void f()">
38636         <size>7</size>
38637       </method>
38638     </type>
38639   </test>
38640   <test name="test-513.cs">
38641     <type name="Test">
38642       <method name="Void .ctor()">
38643         <size>7</size>
38644       </method>
38645       <method name="Int32 Main()">
38646         <size>246</size>
38647       </method>
38648     </type>
38649   </test>
38650   <test name="test-514.cs">
38651     <type name="X">
38652       <method name="Void .ctor()">
38653         <size>7</size>
38654       </method>
38655       <method name="Void HandleConflict(Int32)">
38656         <size>31</size>
38657       </method>
38658       <method name="Int32 Main()">
38659         <size>40</size>
38660       </method>
38661     </type>
38662   </test>
38663   <test name="test-515.cs">
38664     <type name="X">
38665       <method name="Void .ctor()">
38666         <size>7</size>
38667       </method>
38668       <method name="Void Main()">
38669         <size>35</size>
38670       </method>
38671     </type>
38672   </test>
38673   <test name="test-516.cs">
38674     <type name="X">
38675       <method name="Void .ctor()">
38676         <size>7</size>
38677       </method>
38678       <method name="Void Main()">
38679         <size>35</size>
38680       </method>
38681     </type>
38682   </test>
38683   <test name="test-517.cs">
38684     <type name="Test">
38685       <method name="Void .ctor()">
38686         <size>7</size>
38687       </method>
38688       <method name="Int32 Main()">
38689         <size>11</size>
38690       </method>
38691     </type>
38692   </test>
38693   <test name="test-518.cs">
38694     <type name="Foo">
38695       <method name="Void .ctor()">
38696         <size>7</size>
38697       </method>
38698       <method name="Int32 Main()">
38699         <size>19</size>
38700       </method>
38701     </type>
38702   </test>
38703   <test name="test-519.cs">
38704     <type name="Foo">
38705       <method name="Void .ctor()">
38706         <size>7</size>
38707       </method>
38708       <method name="Int32 Main()">
38709         <size>32</size>
38710       </method>
38711       <method name="Void f()">
38712         <size>29</size>
38713       </method>
38714     </type>
38715   </test>
38716   <test name="test-52.cs">
38717     <type name="Y">
38718       <method name="Void .ctor()">
38719         <size>7</size>
38720       </method>
38721       <method name="Boolean MoveNext()">
38722         <size>28</size>
38723       </method>
38724       <method name="System.Object get_Current()">
38725         <size>12</size>
38726       </method>
38727     </type>
38728     <type name="X">
38729       <method name="Void .ctor()">
38730         <size>7</size>
38731       </method>
38732       <method name="Void .cctor()">
38733         <size>36</size>
38734       </method>
38735       <method name="Y GetEnumerator()">
38736         <size>6</size>
38737       </method>
38738       <method name="Int32 Main()">
38739         <size>501</size>
38740       </method>
38741     </type>
38742   </test>
38743   <test name="test-520.cs">
38744     <type name="FakeInt">
38745       <method name="Void .ctor(Int64)">
38746         <size>14</size>
38747       </method>
38748       <method name="Int64 op_Implicit(FakeInt)">
38749         <size>7</size>
38750       </method>
38751     </type>
38752     <type name="MainClass">
38753       <method name="Void .ctor()">
38754         <size>7</size>
38755       </method>
38756       <method name="Void Main()">
38757         <size>28</size>
38758       </method>
38759     </type>
38760   </test>
38761   <test name="test-521.cs">
38762     <type name="Tests">
38763       <method name="Void .ctor()">
38764         <size>7</size>
38765       </method>
38766       <method name="Void CallWithContextN(System.Object, System.Object[])">
38767         <size>1</size>
38768       </method>
38769       <method name="Void Main()">
38770         <size>14</size>
38771       </method>
38772     </type>
38773     <type name="Tests+CallTargetWithContextN">
38774       <method name="Void .ctor(Object, IntPtr)">
38775         <size>0</size>
38776       </method>
38777       <method name="Void Invoke(System.Object, System.Object[])">
38778         <size>0</size>
38779       </method>
38780       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
38781         <size>0</size>
38782       </method>
38783       <method name="Void EndInvoke(IAsyncResult)">
38784         <size>0</size>
38785       </method>
38786     </type>
38787   </test>
38788   <test name="test-522.cs">
38789     <type name="Const">
38790       <method name="Void .ctor()">
38791         <size>7</size>
38792       </method>
38793       <method name="Void Main()">
38794         <size>1</size>
38795       </method>
38796     </type>
38797   </test>
38798   <test name="test-523.cs">
38799     <type name="T">
38800       <method name="Void .ctor()">
38801         <size>7</size>
38802       </method>
38803       <method name="Int32 stuff()">
38804         <size>20</size>
38805       </method>
38806       <method name="Int32 stuff2()">
38807         <size>44</size>
38808       </method>
38809       <method name="Int32 stuff3()">
38810         <size>44</size>
38811       </method>
38812       <method name="Void stuff4()">
38813         <size>20</size>
38814       </method>
38815       <method name="Void stuff_finally()">
38816         <size>1</size>
38817       </method>
38818       <method name="Void Main()">
38819         <size>1</size>
38820       </method>
38821     </type>
38822   </test>
38823   <test name="test-524.cs">
38824     <type name="Foo">
38825       <method name="Void .ctor()">
38826         <size>7</size>
38827       </method>
38828       <method name="Int32 Main()">
38829         <size>110</size>
38830       </method>
38831     </type>
38832   </test>
38833   <test name="test-525.cs">
38834     <type name="X">
38835       <method name="Void .ctor()">
38836         <size>7</size>
38837       </method>
38838       <method name="Void Finalize()">
38839         <size>36</size>
38840       </method>
38841       <method name="Int32 Test1()">
38842         <size>33</size>
38843       </method>
38844       <method name="Void Test2()">
38845         <size>66</size>
38846       </method>
38847       <method name="Void Main()">
38848         <size>39</size>
38849       </method>
38850     </type>
38851     <type name="&lt;PrivateImplementationDetails&gt;">
38852       <method name="Void .ctor()">
38853         <size>7</size>
38854       </method>
38855     </type>
38856   </test>
38857   <test name="test-526.cs">
38858     <type name="Test">
38859       <method name="Void .ctor()">
38860         <size>7</size>
38861       </method>
38862       <method name="Void Main()">
38863         <size>1</size>
38864       </method>
38865       <method name="Void Foo(IListCounter)">
38866         <size>8</size>
38867       </method>
38868       <method name="Void Foo2(IC)">
38869         <size>8</size>
38870       </method>
38871       <method name="Void Foo3(ICC)">
38872         <size>8</size>
38873       </method>
38874       <method name="Void Foo4(IM2)">
38875         <size>8</size>
38876       </method>
38877     </type>
38878   </test>
38879   <test name="test-527.cs">
38880     <type name="Repro">
38881       <method name="Void .ctor()">
38882         <size>19</size>
38883       </method>
38884       <method name="Int32 Main()">
38885         <size>48</size>
38886       </method>
38887       <method name="Void foo()">
38888         <size>61</size>
38889       </method>
38890       <method name="Int32 bar()">
38891         <size>3</size>
38892       </method>
38893     </type>
38894   </test>
38895   <test name="test-528.cs">
38896     <type name="MicroFocus.MONO.Bugs.Odd">
38897       <method name="Void .ctor()">
38898         <size>7</size>
38899       </method>
38900       <method name="Void .cctor()">
38901         <size>25</size>
38902       </method>
38903       <method name="Void Main()">
38904         <size>1</size>
38905       </method>
38906     </type>
38907   </test>
38908   <test name="test-529.cs">
38909     <type name="C">
38910       <method name="Void .ctor()">
38911         <size>7</size>
38912       </method>
38913       <method name="Void Main()">
38914         <size>8</size>
38915       </method>
38916     </type>
38917   </test>
38918   <test name="test-53.cs">
38919     <type name="MyDispose">
38920       <method name="Void .ctor()">
38921         <size>7</size>
38922       </method>
38923       <method name="Void Dispose()">
38924         <size>8</size>
38925       </method>
38926     </type>
38927     <type name="X">
38928       <method name="Void .ctor()">
38929         <size>7</size>
38930       </method>
38931       <method name="Int32 Main()">
38932         <size>257</size>
38933       </method>
38934     </type>
38935   </test>
38936   <test name="test-530.cs">
38937     <type name="X">
38938       <method name="Void .ctor()">
38939         <size>7</size>
38940       </method>
38941       <method name="Void e(System.Object[])">
38942         <size>1</size>
38943       </method>
38944       <method name="Void Main()">
38945         <size>1</size>
38946       </method>
38947     </type>
38948   </test>
38949   <test name="test-531.cs">
38950     <type name="Test">
38951       <method name="Void .ctor()">
38952         <size>7</size>
38953       </method>
38954       <method name="Void Main()">
38955         <size>11</size>
38956       </method>
38957     </type>
38958   </test>
38959   <test name="test-532.cs">
38960     <type name="X">
38961       <method name="Void .ctor()">
38962         <size>47</size>
38963       </method>
38964       <method name="Void Main()">
38965         <size>1</size>
38966       </method>
38967     </type>
38968   </test>
38969   <test name="test-533.cs">
38970     <type name="Test">
38971       <method name="Void .ctor()">
38972         <size>7</size>
38973       </method>
38974       <method name="Void True(Boolean)">
38975         <size>10</size>
38976       </method>
38977       <method name="Void False(Boolean)">
38978         <size>13</size>
38979       </method>
38980       <method name="Void Main()">
38981         <size>61</size>
38982       </method>
38983     </type>
38984   </test>
38985   <test name="test-535.cs">
38986     <type name="X">
38987       <method name="Void .ctor()">
38988         <size>7</size>
38989       </method>
38990       <method name="Void Main()">
38991         <size>77</size>
38992       </method>
38993       <method name="Void Compile()">
38994         <size>19</size>
38995       </method>
38996       <method name="Void M(Int64)">
38997         <size>1</size>
38998       </method>
38999       <method name="Void M(UInt64)">
39000         <size>1</size>
39001       </method>
39002       <method name="Void M(System.Object)">
39003         <size>1</size>
39004       </method>
39005     </type>
39006   </test>
39007   <test name="test-536.cs">
39008     <type name="Test">
39009       <method name="Void add_Foo(FooHandler)">
39010         <size>22</size>
39011       </method>
39012       <method name="Void remove_Foo(FooHandler)">
39013         <size>22</size>
39014       </method>
39015       <method name="Void OnFooTest()">
39016         <size>1</size>
39017       </method>
39018       <method name="Void Main()">
39019         <size>31</size>
39020       </method>
39021     </type>
39022     <type name="FooHandler">
39023       <method name="Void .ctor(Object, IntPtr)">
39024         <size>0</size>
39025       </method>
39026       <method name="Void Invoke()">
39027         <size>0</size>
39028       </method>
39029       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39030         <size>0</size>
39031       </method>
39032       <method name="Void EndInvoke(IAsyncResult)">
39033         <size>0</size>
39034       </method>
39035     </type>
39036     <type name="Test">
39037       <method name="Void &lt;Main&gt;m__0()">
39038         <size>18</size>
39039       </method>
39040     </type>
39041   </test>
39042   <test name="test-537.cs">
39043     <type name="Base">
39044       <method name="Void .ctor()">
39045         <size>7</size>
39046       </method>
39047       <method name="System.String get_H()">
39048         <size>6</size>
39049       </method>
39050     </type>
39051     <type name="X">
39052       <method name="Void .ctor()">
39053         <size>7</size>
39054       </method>
39055     </type>
39056     <type name="X+Derived">
39057       <method name="Void .ctor()">
39058         <size>7</size>
39059       </method>
39060     </type>
39061     <type name="X+Derived+Nested">
39062       <method name="Void .ctor()">
39063         <size>7</size>
39064       </method>
39065       <method name="Void G()">
39066         <size>21</size>
39067       </method>
39068     </type>
39069     <type name="Derived">
39070       <method name="Void .ctor()">
39071         <size>7</size>
39072       </method>
39073     </type>
39074     <type name="Derived+Nested">
39075       <method name="Void .ctor()">
39076         <size>7</size>
39077       </method>
39078       <method name="Void G()">
39079         <size>18</size>
39080       </method>
39081     </type>
39082     <type name="Test">
39083       <method name="Void .ctor()">
39084         <size>7</size>
39085       </method>
39086       <method name="Void Main()">
39087         <size>1</size>
39088       </method>
39089     </type>
39090   </test>
39091   <test name="test-538.cs">
39092     <type name="concrete">
39093       <method name="Void .ctor()">
39094         <size>7</size>
39095       </method>
39096     </type>
39097     <type name="Program">
39098       <method name="Void .ctor()">
39099         <size>7</size>
39100       </method>
39101       <method name="concrete getConcrete(IInterface)">
39102         <size>6</size>
39103       </method>
39104       <method name="Void Main(System.String[])">
39105         <size>20</size>
39106       </method>
39107     </type>
39108     <type name="testDelegate">
39109       <method name="Void .ctor(Object, IntPtr)">
39110         <size>0</size>
39111       </method>
39112       <method name="IInterface Invoke(concrete)">
39113         <size>0</size>
39114       </method>
39115       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
39116         <size>0</size>
39117       </method>
39118       <method name="IInterface EndInvoke(IAsyncResult)">
39119         <size>0</size>
39120       </method>
39121     </type>
39122   </test>
39123   <test name="test-539.cs">
39124     <type name="Test">
39125       <method name="Int32 Main()">
39126         <size>84</size>
39127       </method>
39128       <method name="Void .ctor()">
39129         <size>7</size>
39130       </method>
39131     </type>
39132     <type name="&lt;PrivateImplementationDetails&gt;">
39133       <method name="Void .ctor()">
39134         <size>7</size>
39135       </method>
39136     </type>
39137   </test>
39138   <test name="test-54.cs">
39139     <type name="X">
39140       <method name="Void .ctor()">
39141         <size>7</size>
39142       </method>
39143       <method name="Boolean v()">
39144         <size>26</size>
39145       </method>
39146       <method name="Int32 Main()">
39147         <size>2</size>
39148       </method>
39149     </type>
39150   </test>
39151   <test name="test-540.cs">
39152     <type name="A">
39153       <method name="Void .ctor()">
39154         <size>7</size>
39155       </method>
39156       <method name="Byte op_Implicit(A)">
39157         <size>3</size>
39158       </method>
39159     </type>
39160     <type name="Constraint">
39161       <method name="Void .ctor()">
39162         <size>7</size>
39163       </method>
39164       <method name="Void Foo(System.Object)">
39165         <size>1</size>
39166       </method>
39167       <method name="Int32 Main()">
39168         <size>89</size>
39169       </method>
39170       <method name="Constraint op_LogicalNot(Constraint)">
39171         <size>2</size>
39172       </method>
39173       <method name="Constraint op_UnaryPlus(Constraint)">
39174         <size>2</size>
39175       </method>
39176       <method name="Constraint op_OnesComplement(Constraint)">
39177         <size>2</size>
39178       </method>
39179       <method name="Constraint op_UnaryNegation(Constraint)">
39180         <size>2</size>
39181       </method>
39182     </type>
39183   </test>
39184   <test name="test-541.cs">
39185     <type name="ClassMain">
39186       <method name="Void Main()">
39187         <size>31</size>
39188       </method>
39189       <method name="Void set_test(Boolean)">
39190         <size>1</size>
39191       </method>
39192       <method name="Void &lt;Main&gt;m__0(Int32)">
39193         <size>1</size>
39194       </method>
39195       <method name="Void .ctor()">
39196         <size>7</size>
39197       </method>
39198     </type>
39199     <type name="ClassMain+D">
39200       <method name="Void Invoke(Int32)">
39201         <size>0</size>
39202       </method>
39203       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39204         <size>0</size>
39205       </method>
39206       <method name="Void EndInvoke(IAsyncResult)">
39207         <size>0</size>
39208       </method>
39209       <method name="Void .ctor(Object, IntPtr)">
39210         <size>0</size>
39211       </method>
39212     </type>
39213   </test>
39214   <test name="test-542.cs">
39215     <type name="X">
39216       <method name="Void .ctor()">
39217         <size>7</size>
39218       </method>
39219       <method name="Void Main()">
39220         <size>1</size>
39221       </method>
39222     </type>
39223     <type name="ARec">
39224       <method name="Void .ctor(Decimal)">
39225         <size>14</size>
39226       </method>
39227       <method name="Decimal Round(Int32)">
39228         <size>13</size>
39229       </method>
39230       <method name="Decimal Round(Decimal, Int32)">
39231         <size>7</size>
39232       </method>
39233     </type>
39234   </test>
39235   <test name="test-543.cs">
39236     <type name="BetterMethod">
39237       <method name="Void .ctor()">
39238         <size>7</size>
39239       </method>
39240       <method name="Int32 get_Item(System.Boolean[])">
39241         <size>2</size>
39242       </method>
39243       <method name="System.String get_Item(Boolean, System.Object)">
39244         <size>6</size>
39245       </method>
39246     </type>
39247     <type name="MainClass">
39248       <method name="Void .ctor()">
39249         <size>7</size>
39250       </method>
39251       <method name="Int32 get_Item(Int32, System.String[])">
39252         <size>2</size>
39253       </method>
39254       <method name="Void set_Item(Int32, System.String[], Int32)">
39255         <size>40</size>
39256       </method>
39257       <method name="System.Object get_Item(Int32, System.Object[])">
39258         <size>2</size>
39259       </method>
39260       <method name="Void set_Item(Int32, System.Object[], System.Object)">
39261         <size>40</size>
39262       </method>
39263       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
39264         <size>2</size>
39265       </method>
39266       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
39267         <size>40</size>
39268       </method>
39269       <method name="Void Main(System.String[])">
39270         <size>258</size>
39271       </method>
39272     </type>
39273   </test>
39274   <test name="test-544.cs">
39275     <type name="X">
39276       <method name="Void .ctor()">
39277         <size>7</size>
39278       </method>
39279       <method name="Void Main()">
39280         <size>32</size>
39281       </method>
39282     </type>
39283   </test>
39284   <test name="test-545.cs">
39285     <type name="X">
39286       <method name="Void .ctor()">
39287         <size>7</size>
39288       </method>
39289       <method name="Void Main()">
39290         <size>1</size>
39291       </method>
39292     </type>
39293     <type name="Dingus">
39294       <method name="Void .ctor(Int32)">
39295         <size>1</size>
39296       </method>
39297     </type>
39298   </test>
39299   <test name="test-546.cs">
39300     <type name="NameSpace.C">
39301       <method name="Void .ctor()">
39302         <size>7</size>
39303       </method>
39304       <method name="Void Main()">
39305         <size>1</size>
39306       </method>
39307     </type>
39308   </test>
39309   <test name="test-547.cs">
39310     <type name="C">
39311       <method name="Void .ctor()">
39312         <size>7</size>
39313       </method>
39314       <method name="Void Main()">
39315         <size>1</size>
39316       </method>
39317     </type>
39318   </test>
39319   <test name="test-548.cs">
39320     <type name="Bugs.Bug0">
39321       <method name="Void .ctor()">
39322         <size>7</size>
39323       </method>
39324       <method name="Int32 Main()">
39325         <size>23</size>
39326       </method>
39327     </type>
39328     <type name="Bugs.Bug0+MyBoolean">
39329       <method name="Void .ctor(Boolean)">
39330         <size>8</size>
39331       </method>
39332       <method name="MyBoolean op_Implicit(Boolean)">
39333         <size>7</size>
39334       </method>
39335       <method name="Boolean op_Implicit(MyBoolean)">
39336         <size>8</size>
39337       </method>
39338     </type>
39339   </test>
39340   <test name="test-549.cs">
39341     <type name="Do">
39342       <method name="Void .ctor()">
39343         <size>7</size>
39344       </method>
39345       <method name="Void Register(Get)">
39346         <size>1</size>
39347       </method>
39348       <method name="Void Register(System.Object)">
39349         <size>1</size>
39350       </method>
39351       <method name="System.Object MyGet(Do)">
39352         <size>2</size>
39353       </method>
39354       <method name="Void X()">
39355         <size>19</size>
39356       </method>
39357     </type>
39358     <type name="User">
39359       <method name="Void .ctor()">
39360         <size>7</size>
39361       </method>
39362       <method name="Void Main()">
39363         <size>1</size>
39364       </method>
39365     </type>
39366     <type name="Get">
39367       <method name="Void .ctor(Object, IntPtr)">
39368         <size>0</size>
39369       </method>
39370       <method name="System.Object Invoke(Do)">
39371         <size>0</size>
39372       </method>
39373       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
39374         <size>0</size>
39375       </method>
39376       <method name="System.Object EndInvoke(IAsyncResult)">
39377         <size>0</size>
39378       </method>
39379     </type>
39380   </test>
39381   <test name="test-55.cs">
39382     <type name="A.B.C">
39383       <method name="Void .ctor()">
39384         <size>7</size>
39385       </method>
39386       <method name="Void Hola()">
39387         <size>11</size>
39388       </method>
39389     </type>
39390     <type name="X.Y.Z.W">
39391       <method name="Void .ctor()">
39392         <size>7</size>
39393       </method>
39394       <method name="Void Ahoj()">
39395         <size>11</size>
39396       </method>
39397     </type>
39398     <type name="Foo.System">
39399       <method name="Void .ctor()">
39400         <size>7</size>
39401       </method>
39402       <method name="Void X()">
39403         <size>11</size>
39404       </method>
39405     </type>
39406     <type name="App">
39407       <method name="Void .ctor()">
39408         <size>7</size>
39409       </method>
39410       <method name="Int32 Main()">
39411         <size>12</size>
39412       </method>
39413     </type>
39414   </test>
39415   <test name="test-550.cs">
39416     <type name="Bla.Blub.Fo‿o">
39417       <method name="Void .ctor()">
39418         <size>7</size>
39419       </method>
39420       <method name="Void Main(System.String[])">
39421         <size>11</size>
39422       </method>
39423     </type>
39424   </test>
39425   <test name="test-551.cs">
39426     <type name="System.Int32">
39427       <method name="Void Main()">
39428         <size>1</size>
39429       </method>
39430     </type>
39431   </test>
39432   <test name="test-552.cs">
39433     <type name="C">
39434       <method name="Void .ctor()">
39435         <size>7</size>
39436       </method>
39437       <method name="Void Test(C)">
39438         <size>1</size>
39439       </method>
39440       <method name="Void Main()">
39441         <size>14</size>
39442       </method>
39443     </type>
39444   </test>
39445   <test name="test-553.cs">
39446     <type name="A">
39447       <method name="Void .ctor()">
39448         <size>7</size>
39449       </method>
39450       <method name="Void Add(System.Object)">
39451         <size>1</size>
39452       </method>
39453     </type>
39454     <type name="B">
39455       <method name="Void .ctor()">
39456         <size>7</size>
39457       </method>
39458       <method name="Boolean Add(System.Object)">
39459         <size>2</size>
39460       </method>
39461       <method name="Void Main()">
39462         <size>1</size>
39463       </method>
39464     </type>
39465   </test>
39466   <test name="test-554.cs">
39467     <type name="C">
39468       <method name="Void .ctor()">
39469         <size>7</size>
39470       </method>
39471       <method name="Int32 Main()">
39472         <size>145</size>
39473       </method>
39474     </type>
39475     <type name="&lt;PrivateImplementationDetails&gt;">
39476       <method name="Void .ctor()">
39477         <size>7</size>
39478       </method>
39479     </type>
39480   </test>
39481   <test name="test-555.cs">
39482     <type name="Test">
39483       <method name="Void .ctor()">
39484         <size>7</size>
39485       </method>
39486       <method name="Int32 Main()">
39487         <size>351</size>
39488       </method>
39489     </type>
39490   </test>
39491   <test name="test-556.cs">
39492     <type name="S">
39493       <method name="Void .ctor()">
39494         <size>7</size>
39495       </method>
39496       <method name="Void Frobnikator()">
39497         <size>1</size>
39498       </method>
39499       <method name="Void CharToX()">
39500         <size>1</size>
39501       </method>
39502       <method name="Int32 Main()">
39503         <size>35</size>
39504       </method>
39505     </type>
39506   </test>
39507   <test name="test-557.cs">
39508     <type name="Test">
39509       <method name="Void .ctor()">
39510         <size>7</size>
39511       </method>
39512       <method name="Void Main(System.String[])">
39513         <size>1</size>
39514       </method>
39515     </type>
39516   </test>
39517   <test name="test-558.cs">
39518     <type name="TestClass">
39519       <method name="Void .ctor()">
39520         <size>7</size>
39521       </method>
39522       <method name="Void Main()">
39523         <size>21</size>
39524       </method>
39525       <method name="Void TestMethod(Int32)">
39526         <size>1</size>
39527       </method>
39528     </type>
39529     <type name="TestClass+OneDelegate">
39530       <method name="Void .ctor(Object, IntPtr)">
39531         <size>0</size>
39532       </method>
39533       <method name="Void Invoke(Int32)">
39534         <size>0</size>
39535       </method>
39536       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39537         <size>0</size>
39538       </method>
39539       <method name="Void EndInvoke(IAsyncResult)">
39540         <size>0</size>
39541       </method>
39542     </type>
39543   </test>
39544   <test name="test-559.cs">
39545     <type name="C">
39546       <method name="Void .ctor()">
39547         <size>7</size>
39548       </method>
39549       <method name="Void add_TestEvent(B+TestDelegate)">
39550         <size>24</size>
39551       </method>
39552       <method name="Void remove_TestEvent(B+TestDelegate)">
39553         <size>24</size>
39554       </method>
39555       <method name="Void Main()">
39556         <size>1</size>
39557       </method>
39558     </type>
39559   </test>
39560   <test name="test-56.cs">
39561     <type name="A">
39562       <method name="Void .ctor()">
39563         <size>7</size>
39564       </method>
39565       <method name="Int32 get_P()">
39566         <size>7</size>
39567       </method>
39568       <method name="Void set_P(Int32)">
39569         <size>8</size>
39570       </method>
39571       <method name="Int32 get_Q()">
39572         <size>0</size>
39573       </method>
39574       <method name="Void set_Q(Int32)">
39575         <size>0</size>
39576       </method>
39577       <method name="Int32 get_R()">
39578         <size>7</size>
39579       </method>
39580       <method name="Void set_R(Int32)">
39581         <size>8</size>
39582       </method>
39583     </type>
39584     <type name="B">
39585       <method name="Void .ctor()">
39586         <size>7</size>
39587       </method>
39588       <method name="Int32 get_P()">
39589         <size>7</size>
39590       </method>
39591       <method name="Void set_P(Int32)">
39592         <size>8</size>
39593       </method>
39594       <method name="Int32 get_Q()">
39595         <size>7</size>
39596       </method>
39597       <method name="Void set_Q(Int32)">
39598         <size>8</size>
39599       </method>
39600     </type>
39601     <type name="C">
39602       <method name="Void .ctor()">
39603         <size>7</size>
39604       </method>
39605       <method name="Int32 get_Q()">
39606         <size>7</size>
39607       </method>
39608       <method name="Void set_Q(Int32)">
39609         <size>8</size>
39610       </method>
39611       <method name="Int32 get_R()">
39612         <size>7</size>
39613       </method>
39614       <method name="Void set_R(Int32)">
39615         <size>8</size>
39616       </method>
39617     </type>
39618     <type name="M">
39619       <method name="Void .ctor()">
39620         <size>7</size>
39621       </method>
39622       <method name="Int32 Main()">
39623         <size>221</size>
39624       </method>
39625     </type>
39626   </test>
39627   <test name="test-560.cs">
39628     <type name="Bugs.Bug2">
39629       <method name="Void .ctor()">
39630         <size>7</size>
39631       </method>
39632       <method name="Void Main(System.String[])">
39633         <size>81</size>
39634       </method>
39635     </type>
39636     <type name="Bugs.Bug2+MyByte">
39637       <method name="Void .ctor(Byte)">
39638         <size>8</size>
39639       </method>
39640       <method name="MyByte op_Implicit(Byte)">
39641         <size>7</size>
39642       </method>
39643       <method name="Byte op_Implicit(MyByte)">
39644         <size>8</size>
39645       </method>
39646     </type>
39647     <type name="Bugs.Bug2+MyInt">
39648       <method name="Void .ctor(Int32)">
39649         <size>8</size>
39650       </method>
39651       <method name="MyInt op_Implicit(Int32)">
39652         <size>7</size>
39653       </method>
39654       <method name="Int32 op_Implicit(MyInt)">
39655         <size>8</size>
39656       </method>
39657     </type>
39658   </test>
39659   <test name="test-561.cs">
39660     <type name="A">
39661       <method name="Void .ctor()">
39662         <size>7</size>
39663       </method>
39664       <method name="Void I.M()">
39665         <size>1</size>
39666       </method>
39667       <method name="Void M()">
39668         <size>0</size>
39669       </method>
39670     </type>
39671     <type name="C">
39672       <method name="Void .ctor()">
39673         <size>7</size>
39674       </method>
39675       <method name="Void M()">
39676         <size>1</size>
39677       </method>
39678       <method name="Void Main()">
39679         <size>1</size>
39680       </method>
39681     </type>
39682   </test>
39683   <test name="test-562.cs">
39684     <type name="Program">
39685       <method name="Void .ctor()">
39686         <size>7</size>
39687       </method>
39688       <method name="Int32 Main()">
39689         <size>45</size>
39690       </method>
39691     </type>
39692   </test>
39693   <test name="test-563.cs">
39694     <type name="Test">
39695       <method name="Void .ctor()">
39696         <size>7</size>
39697       </method>
39698       <method name="System.Object TestMethod(TestCollection)">
39699         <size>66</size>
39700       </method>
39701       <method name="Void Main()">
39702         <size>1</size>
39703       </method>
39704     </type>
39705   </test>
39706   <test name="test-564.cs">
39707     <type name="A">
39708       <method name="Void .ctor()">
39709         <size>7</size>
39710       </method>
39711       <method name="Void Main()">
39712         <size>1</size>
39713       </method>
39714     </type>
39715   </test>
39716   <test name="test-565.cs">
39717     <type name="T">
39718       <method name="Void .ctor()">
39719         <size>7</size>
39720       </method>
39721       <method name="Boolean Equals(System.Object)">
39722         <size>2</size>
39723       </method>
39724       <method name="Void Main()">
39725         <size>1</size>
39726       </method>
39727     </type>
39728   </test>
39729   <test name="test-566.cs">
39730     <type name="Test">
39731       <method name="Void .ctor()">
39732         <size>7</size>
39733       </method>
39734       <method name="System.String get_Spec()">
39735         <size>12</size>
39736       </method>
39737       <method name="Void Foo(C)">
39738         <size>7</size>
39739       </method>
39740       <method name="Void Foo2(CC)">
39741         <size>12</size>
39742       </method>
39743       <method name="Void Main()">
39744         <size>1</size>
39745       </method>
39746     </type>
39747     <type name="CA">
39748       <method name="Void .ctor()">
39749         <size>7</size>
39750       </method>
39751       <method name="Void set_Spec(System.String)">
39752         <size>1</size>
39753       </method>
39754     </type>
39755     <type name="CB">
39756       <method name="Void .ctor()">
39757         <size>7</size>
39758       </method>
39759       <method name="Void set_Spec(System.String)">
39760         <size>1</size>
39761       </method>
39762     </type>
39763     <type name="CC">
39764       <method name="Void .ctor()">
39765         <size>7</size>
39766       </method>
39767     </type>
39768   </test>
39769   <test name="test-567.cs">
39770     <type name="preservesig_test.Class1">
39771       <method name="Void .ctor()">
39772         <size>7</size>
39773       </method>
39774       <method name="Int32 Main(System.String[])">
39775         <size>143</size>
39776       </method>
39777     </type>
39778     <type name="preservesig_test.TestClass">
39779       <method name="Void .ctor()">
39780         <size>7</size>
39781       </method>
39782       <method name="Void add_e(preservesig_test.TestClass+D)">
39783         <size>24</size>
39784       </method>
39785       <method name="Void remove_e(preservesig_test.TestClass+D)">
39786         <size>24</size>
39787       </method>
39788       <method name="Int32 DoFoo()">
39789         <size>2</size>
39790       </method>
39791       <method name="Int32 get_Foo()">
39792         <size>2</size>
39793       </method>
39794     </type>
39795     <type name="preservesig_test.TestClass+D">
39796       <method name="Void .ctor(Object, IntPtr)">
39797         <size>0</size>
39798       </method>
39799       <method name="Void Invoke()">
39800         <size>0</size>
39801       </method>
39802       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39803         <size>0</size>
39804       </method>
39805       <method name="Void EndInvoke(IAsyncResult)">
39806         <size>0</size>
39807       </method>
39808     </type>
39809   </test>
39810   <test name="test-568.cs">
39811     <type name="B">
39812       <method name="Void .ctor()">
39813         <size>7</size>
39814       </method>
39815       <method name="Void Main()">
39816         <size>1</size>
39817       </method>
39818     </type>
39819   </test>
39820   <test name="test-569.cs">
39821     <type name="MyAttribute">
39822       <method name="Void .ctor()">
39823         <size>7</size>
39824       </method>
39825     </type>
39826     <type name="SubAttribute">
39827       <method name="Void .ctor()">
39828         <size>7</size>
39829       </method>
39830     </type>
39831     <type name="test">
39832       <method name="Void .ctor()">
39833         <size>7</size>
39834       </method>
39835       <method name="Void method()">
39836         <size>1</size>
39837       </method>
39838       <method name="Void Main()">
39839         <size>1</size>
39840       </method>
39841     </type>
39842   </test>
39843   <test name="test-57.cs">
39844     <type name="Button">
39845       <method name="Void .ctor()">
39846         <size>7</size>
39847       </method>
39848       <method name="Void add_Click(EventHandler)">
39849         <size>24</size>
39850       </method>
39851       <method name="Void remove_Click(EventHandler)">
39852         <size>24</size>
39853       </method>
39854       <method name="Void OnClick(Int32, Int32)">
39855         <size>36</size>
39856       </method>
39857       <method name="Void Reset()">
39858         <size>8</size>
39859       </method>
39860     </type>
39861     <type name="Blah">
39862       <method name="Void .ctor()">
39863         <size>18</size>
39864       </method>
39865       <method name="Void Connect()">
39866         <size>59</size>
39867       </method>
39868       <method name="Void Button1_Click(Int32, Int32)">
39869         <size>34</size>
39870       </method>
39871       <method name="Void Foo_Click(Int32, Int32)">
39872         <size>34</size>
39873       </method>
39874       <method name="Void Disconnect()">
39875         <size>34</size>
39876       </method>
39877       <method name="Int32 Main()">
39878         <size>66</size>
39879       </method>
39880     </type>
39881     <type name="EventHandler">
39882       <method name="Void .ctor(Object, IntPtr)">
39883         <size>0</size>
39884       </method>
39885       <method name="Void Invoke(Int32, Int32)">
39886         <size>0</size>
39887       </method>
39888       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
39889         <size>0</size>
39890       </method>
39891       <method name="Void EndInvoke(IAsyncResult)">
39892         <size>0</size>
39893       </method>
39894     </type>
39895   </test>
39896   <test name="test-570.cs">
39897     <type name="Bar">
39898       <method name="Void .ctor()">
39899         <size>7</size>
39900       </method>
39901     </type>
39902     <type name="Program">
39903       <method name="Void .ctor()">
39904         <size>7</size>
39905       </method>
39906       <method name="Void Main()">
39907         <size>47</size>
39908       </method>
39909     </type>
39910   </test>
39911   <test name="test-571.cs">
39912     <type name="Test">
39913       <method name="Void .ctor()">
39914         <size>7</size>
39915       </method>
39916       <method name="Void Main()">
39917         <size>1</size>
39918       </method>
39919     </type>
39920   </test>
39921   <test name="test-572.cs">
39922     <type name="C">
39923       <method name="Void .ctor()">
39924         <size>7</size>
39925       </method>
39926       <method name="Color get_Color()">
39927         <size>10</size>
39928       </method>
39929       <method name="Void ResetCustomColors()">
39930         <size>16</size>
39931       </method>
39932       <method name="Void Main()">
39933         <size>1</size>
39934       </method>
39935     </type>
39936     <type name="Color">
39937       <method name="Color From(Int32)">
39938         <size>10</size>
39939       </method>
39940       <method name="Int32 ToArgb()">
39941         <size>2</size>
39942       </method>
39943     </type>
39944   </test>
39945   <test name="test-573.cs">
39946     <type name="C">
39947       <method name="Void .ctor()">
39948         <size>7</size>
39949       </method>
39950       <method name="Void .cctor()">
39951         <size>11</size>
39952       </method>
39953       <method name="Void Main()">
39954         <size>25</size>
39955       </method>
39956     </type>
39957   </test>
39958   <test name="test-574.cs">
39959     <type name="X">
39960       <method name="Void .ctor()">
39961         <size>7</size>
39962       </method>
39963       <method name="Int32 Main()">
39964         <size>31</size>
39965       </method>
39966     </type>
39967   </test>
39968   <test name="test-575.cs">
39969     <type name="Program">
39970       <method name="Void .ctor()">
39971         <size>7</size>
39972       </method>
39973       <method name="Void Main(System.String[])">
39974         <size>25</size>
39975       </method>
39976     </type>
39977   </test>
39978   <test name="test-576.cs">
39979     <type name="Foo">
39980       <method name="Void .ctor()">
39981         <size>7</size>
39982       </method>
39983       <method name="Void Main()">
39984         <size>24</size>
39985       </method>
39986     </type>
39987   </test>
39988   <test name="test-577.cs">
39989     <type name="C">
39990       <method name="Void IA.add_e_a(System.EventHandler)">
39991         <size>1</size>
39992       </method>
39993       <method name="Void IA.remove_e_a(System.EventHandler)">
39994         <size>1</size>
39995       </method>
39996       <method name="Void IA.add_e_b(System.EventHandler)">
39997         <size>1</size>
39998       </method>
39999       <method name="Void IA.remove_e_b(System.EventHandler)">
40000         <size>1</size>
40001       </method>
40002       <method name="Void Main()">
40003         <size>1</size>
40004       </method>
40005       <method name="Void .ctor()">
40006         <size>7</size>
40007       </method>
40008     </type>
40009   </test>
40010   <test name="test-578.cs">
40011     <type name="Test1.TestItem1">
40012       <method name="Void .ctor()">
40013         <size>7</size>
40014       </method>
40015       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
40016         <size>34</size>
40017       </method>
40018       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
40019         <size>34</size>
40020       </method>
40021       <method name="Int32 Test()">
40022         <size>12</size>
40023       </method>
40024     </type>
40025     <type name="Test1.TestItem2">
40026       <method name="Void .ctor()">
40027         <size>7</size>
40028       </method>
40029       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
40030         <size>18</size>
40031       </method>
40032       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
40033         <size>18</size>
40034       </method>
40035     </type>
40036     <type name="Test1.CC">
40037       <method name="Void .ctor()">
40038         <size>7</size>
40039       </method>
40040       <method name="Int32 Main()">
40041         <size>57</size>
40042       </method>
40043     </type>
40044     <type name="Test1.TestDelegate1">
40045       <method name="Void .ctor(Object, IntPtr)">
40046         <size>0</size>
40047       </method>
40048       <method name="Int32 Invoke()">
40049         <size>0</size>
40050       </method>
40051       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40052         <size>0</size>
40053       </method>
40054       <method name="Int32 EndInvoke(IAsyncResult)">
40055         <size>0</size>
40056       </method>
40057     </type>
40058     <type name="Test1.CC">
40059       <method name="Int32 &lt;Main&gt;m__0()">
40060         <size>2</size>
40061       </method>
40062     </type>
40063   </test>
40064   <test name="test-579.cs">
40065     <type name="TestCase">
40066       <method name="Int32 Main()">
40067         <size>32</size>
40068       </method>
40069       <method name="Void .ctor()">
40070         <size>7</size>
40071       </method>
40072     </type>
40073   </test>
40074   <test name="test-58.cs">
40075     <type name="Blah">
40076       <method name="Void .ctor()">
40077         <size>7</size>
40078       </method>
40079       <method name="Int32 Main()">
40080         <size>27</size>
40081       </method>
40082     </type>
40083   </test>
40084   <test name="test-580.cs">
40085     <type name="Bla">
40086       <method name="Void .ctor()">
40087         <size>7</size>
40088       </method>
40089       <method name="Void BuildNode(System.String ByRef)">
40090         <size>43</size>
40091       </method>
40092       <method name="Void BuildNode(System.String[] ByRef)">
40093         <size>58</size>
40094       </method>
40095       <method name="Void BuildNode_B(System.Object ByRef)">
40096         <size>18</size>
40097       </method>
40098       <method name="System.String BuildNode_C(System.String ByRef)">
40099         <size>80</size>
40100       </method>
40101       <method name="System.String BuildNode_D()">
40102         <size>160</size>
40103       </method>
40104       <method name="Void BuildNode_E(System.String[,] ByRef)">
40105         <size>83</size>
40106       </method>
40107       <method name="Int32 Main()">
40108         <size>290</size>
40109       </method>
40110       <method name="Boolean Test_Object()">
40111         <size>160</size>
40112       </method>
40113       <method name="Boolean Test_Decimal()">
40114         <size>128</size>
40115       </method>
40116     </type>
40117   </test>
40118   <test name="test-581.cs">
40119     <type name="TestParams">
40120       <method name="Void .ctor()">
40121         <size>7</size>
40122       </method>
40123       <method name="System.Object get_Item(System.String[])">
40124         <size>4</size>
40125       </method>
40126       <method name="Void set_Item(System.String[], System.Object)">
40127         <size>40</size>
40128       </method>
40129       <method name="Void TestMethod()">
40130         <size>179</size>
40131       </method>
40132     </type>
40133     <type name="TestNonParams">
40134       <method name="Void .ctor()">
40135         <size>7</size>
40136       </method>
40137       <method name="System.Object get_Item(System.String)">
40138         <size>2</size>
40139       </method>
40140       <method name="Void set_Item(System.String, System.Object)">
40141         <size>40</size>
40142       </method>
40143       <method name="Void TestMethod()">
40144         <size>73</size>
40145       </method>
40146     </type>
40147     <type name="M">
40148       <method name="Void .ctor()">
40149         <size>7</size>
40150       </method>
40151       <method name="Int32 Main()">
40152         <size>22</size>
40153       </method>
40154     </type>
40155   </test>
40156   <test name="test-582.cs">
40157     <type name="TrueClass">
40158       <method name="Void Main()">
40159         <size>1</size>
40160       </method>
40161     </type>
40162   </test>
40163   <test name="test-583.cs">
40164     <type name="Program">
40165       <method name="Void .ctor()">
40166         <size>7</size>
40167       </method>
40168       <method name="Int32 Main()">
40169         <size>19</size>
40170       </method>
40171     </type>
40172     <type name="ObjectContainerBase">
40173       <method name="Void .ctor()">
40174         <size>7</size>
40175       </method>
40176     </type>
40177   </test>
40178   <test name="test-584.cs">
40179     <type name="Style">
40180       <method name="Void .ctor()">
40181         <size>7</size>
40182       </method>
40183       <method name="Style get_CurrentStyle()">
40184         <size>2</size>
40185       </method>
40186       <method name="Void set_CurrentStyle(Style)">
40187         <size>1</size>
40188       </method>
40189       <method name="Boolean LoadCurrentStyle()">
40190         <size>20</size>
40191       </method>
40192       <method name="Style Load()">
40193         <size>2</size>
40194       </method>
40195       <method name="Int32 Main()">
40196         <size>18</size>
40197       </method>
40198     </type>
40199   </test>
40200   <test name="test-585.cs">
40201     <type name="A">
40202       <method name="Void .ctor()">
40203         <size>7</size>
40204       </method>
40205     </type>
40206     <type name="B">
40207       <method name="Void .ctor()">
40208         <size>7</size>
40209       </method>
40210     </type>
40211     <type name="X">
40212       <method name="Void .ctor()">
40213         <size>7</size>
40214       </method>
40215     </type>
40216     <type name="Program">
40217       <method name="Void .ctor()">
40218         <size>7</size>
40219       </method>
40220       <method name="Void Main()">
40221         <size>52</size>
40222       </method>
40223     </type>
40224   </test>
40225   <test name="test-586.cs">
40226     <type name="Program">
40227       <method name="Void .ctor()">
40228         <size>7</size>
40229       </method>
40230       <method name="Int32 Main()">
40231         <size>99</size>
40232       </method>
40233     </type>
40234     <type name="Program+MyColor">
40235       <method name="Void .ctor(Single)">
40236         <size>8</size>
40237       </method>
40238       <method name="Single get_Value()">
40239         <size>7</size>
40240       </method>
40241       <method name="MyColor op_Addition(MyColor, MyColor)">
40242         <size>21</size>
40243       </method>
40244     </type>
40245   </test>
40246   <test name="test-587.cs">
40247     <type name="Program">
40248       <method name="Void .ctor()">
40249         <size>7</size>
40250       </method>
40251       <method name="Int32 Main()">
40252         <size>17</size>
40253       </method>
40254     </type>
40255   </test>
40256   <test name="test-588.cs">
40257     <type name="TestNamespace.TestClass">
40258       <method name="Void .ctor()">
40259         <size>7</size>
40260       </method>
40261       <method name="Void HelloWorld()">
40262         <size>1</size>
40263       </method>
40264     </type>
40265     <type name="SuperClass">
40266       <method name="Void .ctor()">
40267         <size>7</size>
40268       </method>
40269       <method name="TestNamespace.TestClass get_TestClass()">
40270         <size>7</size>
40271       </method>
40272     </type>
40273     <type name="SubClass">
40274       <method name="Void .ctor()">
40275         <size>12</size>
40276       </method>
40277     </type>
40278     <type name="App">
40279       <method name="Void .ctor()">
40280         <size>7</size>
40281       </method>
40282       <method name="Void Main()">
40283         <size>7</size>
40284       </method>
40285     </type>
40286   </test>
40287   <test name="test-589.cs">
40288     <type name="TestNamespace.TestClass">
40289       <method name="Void .ctor()">
40290         <size>7</size>
40291       </method>
40292       <method name="Void HelloWorld()">
40293         <size>1</size>
40294       </method>
40295     </type>
40296     <type name="SuperClass">
40297       <method name="Void .ctor()">
40298         <size>7</size>
40299       </method>
40300       <method name="TestNamespace.TestClass get_TestClass()">
40301         <size>7</size>
40302       </method>
40303       <method name="Void set_TestClass(TestNamespace.TestClass)">
40304         <size>1</size>
40305       </method>
40306     </type>
40307     <type name="SubClass">
40308       <method name="Void .ctor()">
40309         <size>12</size>
40310       </method>
40311     </type>
40312     <type name="App">
40313       <method name="Void .ctor()">
40314         <size>7</size>
40315       </method>
40316       <method name="Void Main()">
40317         <size>7</size>
40318       </method>
40319     </type>
40320   </test>
40321   <test name="test-59.cs">
40322     <type name="X">
40323       <method name="Void .ctor()">
40324         <size>7</size>
40325       </method>
40326       <method name="Int32 test_explicit()">
40327         <size>224</size>
40328       </method>
40329       <method name="Int32 test_implicit()">
40330         <size>102</size>
40331       </method>
40332       <method name="Int32 Main()">
40333         <size>57</size>
40334       </method>
40335     </type>
40336   </test>
40337   <test name="test-590.cs">
40338     <type name="X">
40339       <method name="Void .ctor()">
40340         <size>18</size>
40341       </method>
40342       <method name="Int32 Main()">
40343         <size>28</size>
40344       </method>
40345       <method name="System.String Foo()">
40346         <size>6</size>
40347       </method>
40348       <method name="System.String get_Prop()">
40349         <size>7</size>
40350       </method>
40351       <method name="Void set_Prop(System.String)">
40352         <size>8</size>
40353       </method>
40354       <method name="System.String get_Item(Int32)">
40355         <size>7</size>
40356       </method>
40357       <method name="Void set_Item(Int32, System.String)">
40358         <size>8</size>
40359       </method>
40360       <method name="Int32 Do(System.String, System.String, System.String)">
40361         <size>332</size>
40362       </method>
40363     </type>
40364   </test>
40365   <test name="test-591.cs">
40366     <type name="C1">
40367       <method name="Void .ctor()">
40368         <size>7</size>
40369       </method>
40370       <method name="Void Foo(System.String)">
40371         <size>49</size>
40372       </method>
40373     </type>
40374     <type name="C2">
40375       <method name="Void .ctor()">
40376         <size>7</size>
40377       </method>
40378       <method name="Void Main()">
40379         <size>1</size>
40380       </method>
40381     </type>
40382   </test>
40383   <test name="test-592.cs">
40384     <type name="T">
40385       <method name="Void .ctor()">
40386         <size>7</size>
40387       </method>
40388       <method name="Int32 fib(Int32)">
40389         <size>53</size>
40390       </method>
40391       <method name="Int32 xx(Int32)">
40392         <size>33</size>
40393       </method>
40394       <method name="Void foo(Int32)">
40395         <size>38</size>
40396       </method>
40397       <method name="Void XXXA()">
40398         <size>6</size>
40399       </method>
40400       <method name="Void Main()">
40401         <size>1</size>
40402       </method>
40403     </type>
40404   </test>
40405   <test name="test-593.cs">
40406     <type name="MainClass">
40407       <method name="Void .ctor()">
40408         <size>7</size>
40409       </method>
40410       <method name="Void Foo(I)">
40411         <size>7</size>
40412       </method>
40413       <method name="Void Main()">
40414         <size>1</size>
40415       </method>
40416     </type>
40417   </test>
40418   <test name="test-594.cs">
40419     <type name="Test">
40420       <method name="Void .ctor()">
40421         <size>7</size>
40422       </method>
40423       <method name="Void Main()">
40424         <size>1</size>
40425       </method>
40426     </type>
40427   </test>
40428   <test name="test-595.cs">
40429     <type name="AttributesCollection">
40430       <method name="Void .ctor()">
40431         <size>7</size>
40432       </method>
40433       <method name="System.Object get_Item(SymbolId)">
40434         <size>2</size>
40435       </method>
40436       <method name="Void set_Item(SymbolId, System.Object)">
40437         <size>1</size>
40438       </method>
40439     </type>
40440     <type name="Program">
40441       <method name="Void .ctor()">
40442         <size>7</size>
40443       </method>
40444       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
40445         <size>18</size>
40446       </method>
40447       <method name="Void Main()">
40448         <size>23</size>
40449       </method>
40450     </type>
40451   </test>
40452   <test name="test-596.cs">
40453     <type name="C">
40454       <method name="Void .ctor()">
40455         <size>7</size>
40456       </method>
40457       <method name="Void Main()">
40458         <size>17</size>
40459       </method>
40460     </type>
40461   </test>
40462   <test name="test-597.cs">
40463     <type name="TestNS.Foo">
40464       <method name="Void .ctor()">
40465         <size>7</size>
40466       </method>
40467     </type>
40468     <type name="TestNS.XElement">
40469       <method name="Void .ctor()">
40470         <size>7</size>
40471       </method>
40472       <method name="TestNS.Bar get_Document()">
40473         <size>2</size>
40474       </method>
40475       <method name="System.Object get_CrashHere()">
40476         <size>29</size>
40477       </method>
40478     </type>
40479     <type name="TestNS.Element">
40480       <method name="Void .ctor()">
40481         <size>7</size>
40482       </method>
40483       <method name="TestNS.Foo get_Document()">
40484         <size>2</size>
40485       </method>
40486     </type>
40487     <type name="TestNS.Bar">
40488       <method name="Void .ctor()">
40489         <size>7</size>
40490       </method>
40491       <method name="IHoge get_Root()">
40492         <size>2</size>
40493       </method>
40494     </type>
40495     <type name="TestNS.C">
40496       <method name="Void .ctor()">
40497         <size>7</size>
40498       </method>
40499       <method name="Void Main()">
40500         <size>1</size>
40501       </method>
40502     </type>
40503   </test>
40504   <test name="test-598.cs">
40505     <type name="Test">
40506       <method name="Void .ctor()">
40507         <size>35</size>
40508       </method>
40509       <method name="V get_v()">
40510         <size>7</size>
40511       </method>
40512       <method name="Void Main()">
40513         <size>1</size>
40514       </method>
40515     </type>
40516     <type name="V">
40517       <method name="Void set_Item(Int32, Int32)">
40518         <size>1</size>
40519       </method>
40520     </type>
40521   </test>
40522   <test name="test-599.cs">
40523     <type name="Test.String">
40524       <method name="Void .ctor(String)">
40525         <size>14</size>
40526       </method>
40527       <method name="Test.String op_Implicit(System.String)">
40528         <size>15</size>
40529       </method>
40530       <method name="System.String op_Implicit(Test.String)">
40531         <size>15</size>
40532       </method>
40533     </type>
40534     <type name="TestCompiler.MainClass">
40535       <method name="Void .ctor()">
40536         <size>7</size>
40537       </method>
40538       <method name="Int32 Main()">
40539         <size>80</size>
40540       </method>
40541     </type>
40542   </test>
40543   <test name="test-6.cs">
40544     <type name="X">
40545       <method name="Void .ctor()">
40546         <size>7</size>
40547       </method>
40548       <method name="Int32 Main()">
40549         <size>37</size>
40550       </method>
40551     </type>
40552   </test>
40553   <test name="test-60.cs">
40554     <type name="ns5.Y">
40555       <method name="Void .ctor()">
40556         <size>7</size>
40557       </method>
40558       <method name="Void Run()">
40559         <size>1</size>
40560       </method>
40561     </type>
40562     <type name="X">
40563       <method name="Void .ctor()">
40564         <size>7</size>
40565       </method>
40566       <method name="Int32 Main()">
40567         <size>14</size>
40568       </method>
40569     </type>
40570   </test>
40571   <test name="test-600.cs">
40572     <type name="Test.Regression">
40573       <method name="Void .ctor()">
40574         <size>7</size>
40575       </method>
40576       <method name="Int32 Main()">
40577         <size>90</size>
40578       </method>
40579     </type>
40580   </test>
40581   <test name="test-601.cs">
40582     <type name="C">
40583       <method name="Void .ctor()">
40584         <size>7</size>
40585       </method>
40586       <method name="Void Main()">
40587         <size>1</size>
40588       </method>
40589     </type>
40590     <type name="C+MarkerUpdatedVMDelegate">
40591       <method name="Void .ctor(Object, IntPtr)">
40592         <size>0</size>
40593       </method>
40594       <method name="Void Invoke(IntPtr, IntPtr)">
40595         <size>0</size>
40596       </method>
40597       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
40598         <size>0</size>
40599       </method>
40600       <method name="Void EndInvoke(IAsyncResult)">
40601         <size>0</size>
40602       </method>
40603     </type>
40604   </test>
40605   <test name="test-602.cs">
40606     <type name="C">
40607       <method name="Void .ctor()">
40608         <size>7</size>
40609       </method>
40610       <method name="Int32 Main()">
40611         <size>95</size>
40612       </method>
40613       <method name="Int32 Error(System.String, System.Object[])">
40614         <size>8</size>
40615       </method>
40616       <method name="Int32 Format(System.String, System.Object)">
40617         <size>2</size>
40618       </method>
40619       <method name="Int32 Format(System.String, System.Object[])">
40620         <size>2</size>
40621       </method>
40622       <method name="Int32 Format(System.String, System.Object, System.Object[])">
40623         <size>2</size>
40624       </method>
40625       <method name="Int32 Test_A(System.String)">
40626         <size>2</size>
40627       </method>
40628       <method name="Int32 Test_A(System.String, System.Object[])">
40629         <size>2</size>
40630       </method>
40631       <method name="Int32 Test_C(System.Type, System.Int32[])">
40632         <size>2</size>
40633       </method>
40634       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
40635         <size>2</size>
40636       </method>
40637     </type>
40638   </test>
40639   <test name="test-603.cs">
40640     <type name="ConsoleApplication1.Program">
40641       <method name="Void .ctor()">
40642         <size>7</size>
40643       </method>
40644       <method name="Void .cctor()">
40645         <size>1</size>
40646       </method>
40647       <method name="Int32 Main()">
40648         <size>52</size>
40649       </method>
40650     </type>
40651   </test>
40652   <test name="test-604.cs">
40653     <type name="Program">
40654       <method name="Void .ctor()">
40655         <size>7</size>
40656       </method>
40657       <method name="Int32 Main()">
40658         <size>83</size>
40659       </method>
40660     </type>
40661     <type name="Program+ImplementingExplicitInterfacesMembers">
40662       <method name="Void .ctor()">
40663         <size>7</size>
40664       </method>
40665       <method name="Void Program.Iface1.IfaceMethod1()">
40666         <size>1</size>
40667       </method>
40668       <method name="Void Program.Iface2.IfaceMethod2()">
40669         <size>1</size>
40670       </method>
40671     </type>
40672   </test>
40673   <test name="test-605.cs">
40674     <type name="TestA">
40675       <method name="Void .ctor()">
40676         <size>7</size>
40677       </method>
40678       <method name="System.String get_Method()">
40679         <size>2</size>
40680       </method>
40681     </type>
40682     <type name="TestB">
40683       <method name="Void .ctor()">
40684         <size>7</size>
40685       </method>
40686       <method name="System.String get_Method()">
40687         <size>2</size>
40688       </method>
40689       <method name="Void Main()">
40690         <size>1</size>
40691       </method>
40692     </type>
40693   </test>
40694   <test name="test-606.cs">
40695     <type name="Program">
40696       <method name="Void .ctor()">
40697         <size>7</size>
40698       </method>
40699       <method name="Int32 Main()">
40700         <size>157</size>
40701       </method>
40702     </type>
40703     <type name="Info">
40704       <method name="Void .ctor()">
40705         <size>7</size>
40706       </method>
40707       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
40708         <size>2</size>
40709       </method>
40710       <method name="Void System.Collections.IEnumerator.Reset()">
40711         <size>1</size>
40712       </method>
40713       <method name="System.Object System.Collections.IEnumerator.get_Current()">
40714         <size>2</size>
40715       </method>
40716       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
40717         <size>2</size>
40718       </method>
40719       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
40720         <size>1</size>
40721       </method>
40722     </type>
40723   </test>
40724   <test name="test-607.cs">
40725     <type name="Program">
40726       <method name="Void .ctor()">
40727         <size>7</size>
40728       </method>
40729       <method name="Int32 Main()">
40730         <size>120</size>
40731       </method>
40732     </type>
40733   </test>
40734   <test name="test-608.cs">
40735     <type name="X">
40736       <method name="Void .ctor()">
40737         <size>7</size>
40738       </method>
40739       <method name="Void Main()">
40740         <size>60</size>
40741       </method>
40742     </type>
40743   </test>
40744   <test name="test-609.cs">
40745     <type name="Test">
40746       <method name="Void .ctor()">
40747         <size>7</size>
40748       </method>
40749       <method name="Int32 Main()">
40750         <size>36</size>
40751       </method>
40752     </type>
40753   </test>
40754   <test name="test-61.cs">
40755     <type name="X">
40756       <method name="Void .ctor()">
40757         <size>7</size>
40758       </method>
40759       <method name="Void add_XX(X+MyEvent)">
40760         <size>3</size>
40761       </method>
40762       <method name="Void remove_XX(X+MyEvent)">
40763         <size>3</size>
40764       </method>
40765       <method name="Int32 get_Property()">
40766         <size>4</size>
40767       </method>
40768       <method name="Void set_Property(Int32)">
40769         <size>3</size>
40770       </method>
40771       <method name="Int32 get_P2()">
40772         <size>2</size>
40773       </method>
40774       <method name="Void set_P3(Int32)">
40775         <size>1</size>
40776       </method>
40777       <method name="Int32 Main()">
40778         <size>2</size>
40779       </method>
40780     </type>
40781     <type name="X+MyEvent">
40782       <method name="Void .ctor(Object, IntPtr)">
40783         <size>0</size>
40784       </method>
40785       <method name="Void Invoke()">
40786         <size>0</size>
40787       </method>
40788       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40789         <size>0</size>
40790       </method>
40791       <method name="Void EndInvoke(IAsyncResult)">
40792         <size>0</size>
40793       </method>
40794     </type>
40795   </test>
40796   <test name="test-610.cs">
40797     <type name="A">
40798       <method name="Void .ctor()">
40799         <size>7</size>
40800       </method>
40801       <method name="Void Main()">
40802         <size>1</size>
40803       </method>
40804     </type>
40805     <type name="A+C">
40806       <method name="Void .ctor()">
40807         <size>7</size>
40808       </method>
40809     </type>
40810     <type name="A+C+D">
40811       <method name="Void .ctor()">
40812         <size>7</size>
40813       </method>
40814     </type>
40815     <type name="N.B">
40816       <method name="Void .ctor()">
40817         <size>7</size>
40818       </method>
40819     </type>
40820     <type name="N.B+C">
40821       <method name="Void .ctor()">
40822         <size>7</size>
40823       </method>
40824     </type>
40825     <type name="N.B+C+E">
40826       <method name="Void .ctor()">
40827         <size>7</size>
40828       </method>
40829     </type>
40830     <type name="N.B+A">
40831       <method name="Void .ctor()">
40832         <size>7</size>
40833       </method>
40834     </type>
40835     <type name="N.B+A+D">
40836       <method name="Void .ctor()">
40837         <size>7</size>
40838       </method>
40839     </type>
40840   </test>
40841   <test name="test-611.cs">
40842     <type name="T">
40843       <method name="Void .ctor()">
40844         <size>7</size>
40845       </method>
40846     </type>
40847     <type name="T+Protected">
40848       <method name="Void .ctor()">
40849         <size>7</size>
40850       </method>
40851     </type>
40852     <type name="D">
40853       <method name="Void .ctor()">
40854         <size>7</size>
40855       </method>
40856     </type>
40857     <type name="D+Private">
40858       <method name="Void .ctor()">
40859         <size>7</size>
40860       </method>
40861       <method name="Void Stuff(T+Protected)">
40862         <size>1</size>
40863       </method>
40864     </type>
40865     <type name="D2">
40866       <method name="Void .ctor()">
40867         <size>7</size>
40868       </method>
40869     </type>
40870     <type name="D2+P">
40871       <method name="Void .ctor()">
40872         <size>7</size>
40873       </method>
40874     </type>
40875     <type name="D2+P+Private">
40876       <method name="Void .ctor()">
40877         <size>7</size>
40878       </method>
40879       <method name="Void Stuff(T+Protected)">
40880         <size>1</size>
40881       </method>
40882     </type>
40883     <type name="Z">
40884       <method name="Void .ctor()">
40885         <size>7</size>
40886       </method>
40887       <method name="Void Main()">
40888         <size>1</size>
40889       </method>
40890     </type>
40891   </test>
40892   <test name="test-612.cs">
40893     <type name="Abcdefghijklmnopqrstuvwxyz">
40894       <method name="Void .ctor()">
40895         <size>7</size>
40896       </method>
40897       <method name="Void .cctor()">
40898         <size>7</size>
40899       </method>
40900     </type>
40901     <type name="OO">
40902       <method name="Void .ctor()">
40903         <size>7</size>
40904       </method>
40905       <method name="Void D()">
40906         <size>5293</size>
40907       </method>
40908     </type>
40909     <type name="Zyxwvutsrqp">
40910       <method name="Void .ctor()">
40911         <size>7</size>
40912       </method>
40913       <method name="Void .cctor()">
40914         <size>7</size>
40915       </method>
40916     </type>
40917     <type name="XXX">
40918       <method name="Void .ctor()">
40919         <size>7</size>
40920       </method>
40921       <method name="Boolean IsAltered()">
40922         <size>859</size>
40923       </method>
40924       <method name="Void Main()">
40925         <size>1</size>
40926       </method>
40927     </type>
40928   </test>
40929   <test name="test-613.cs">
40930     <type name="M">
40931       <method name="Void .ctor()">
40932         <size>7</size>
40933       </method>
40934       <method name="Boolean g()">
40935         <size>8</size>
40936       </method>
40937       <method name="Int32 Main()">
40938         <size>62</size>
40939       </method>
40940     </type>
40941   </test>
40942   <test name="test-614.cs">
40943     <type name="C">
40944       <method name="Void .ctor()">
40945         <size>7</size>
40946       </method>
40947       <method name="Void And()">
40948         <size>73</size>
40949       </method>
40950       <method name="Void Or()">
40951         <size>129</size>
40952       </method>
40953       <method name="Int32 Main()">
40954         <size>70</size>
40955       </method>
40956     </type>
40957   </test>
40958   <test name="test-615.cs">
40959     <type name="C">
40960       <method name="Void .ctor()">
40961         <size>7</size>
40962       </method>
40963       <method name="Void Main()">
40964         <size>16</size>
40965       </method>
40966     </type>
40967   </test>
40968   <test name="test-617.cs">
40969     <type name="Y">
40970       <method name="Void .ctor()">
40971         <size>7</size>
40972       </method>
40973       <method name="Void X.add_Foo(MyDelegate)">
40974         <size>1</size>
40975       </method>
40976       <method name="Void X.remove_Foo(MyDelegate)">
40977         <size>1</size>
40978       </method>
40979       <method name="Void add_Foo(MyDelegate)">
40980         <size>24</size>
40981       </method>
40982       <method name="Void remove_Foo(MyDelegate)">
40983         <size>24</size>
40984       </method>
40985       <method name="Int32 X.get_Prop()">
40986         <size>2</size>
40987       </method>
40988       <method name="Int32 Main()">
40989         <size>86</size>
40990       </method>
40991     </type>
40992     <type name="MyDelegate">
40993       <method name="Void .ctor(Object, IntPtr)">
40994         <size>0</size>
40995       </method>
40996       <method name="Int64 Invoke()">
40997         <size>0</size>
40998       </method>
40999       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41000         <size>0</size>
41001       </method>
41002       <method name="Int64 EndInvoke(IAsyncResult)">
41003         <size>0</size>
41004       </method>
41005     </type>
41006   </test>
41007   <test name="test-618.cs">
41008     <type name="C">
41009       <method name="Void .ctor()">
41010         <size>7</size>
41011       </method>
41012       <method name="Void ZeroBasedReductions()">
41013         <size>17</size>
41014       </method>
41015       <method name="Void Main()">
41016         <size>11</size>
41017       </method>
41018       <method name="Void ZeroBasedReductionsWithConversion()">
41019         <size>15</size>
41020       </method>
41021     </type>
41022   </test>
41023   <test name="test-619.cs">
41024     <type name="X">
41025       <method name="Void .ctor()">
41026         <size>7</size>
41027       </method>
41028       <method name="Void Main()">
41029         <size>11</size>
41030       </method>
41031     </type>
41032   </test>
41033   <test name="test-62.cs">
41034     <type name="X">
41035       <method name="Void .ctor()">
41036         <size>7</size>
41037       </method>
41038       <method name="X[] GetX()">
41039         <size>2</size>
41040       </method>
41041       <method name="System.Int32[] getInt()">
41042         <size>2</size>
41043       </method>
41044       <method name="System.Int32[,,] getMoreInt()">
41045         <size>2</size>
41046       </method>
41047       <method name="Int32 Main()">
41048         <size>2</size>
41049       </method>
41050     </type>
41051   </test>
41052   <test name="test-620.cs">
41053     <type name="X">
41054       <method name="Void .ctor()">
41055         <size>7</size>
41056       </method>
41057       <method name="Void A(Int32 ByRef)">
41058         <size>7</size>
41059       </method>
41060       <method name="Void B(Int32 ByRef)">
41061         <size>7</size>
41062       </method>
41063       <method name="Int32 Main()">
41064         <size>22</size>
41065       </method>
41066     </type>
41067   </test>
41068   <test name="test-621.cs">
41069     <type name="X">
41070       <method name="Void .ctor()">
41071         <size>7</size>
41072       </method>
41073       <method name="Void Main()">
41074         <size>129</size>
41075       </method>
41076     </type>
41077   </test>
41078   <test name="test-622.cs">
41079     <type name="A">
41080       <method name="Void .ctor(Int32)">
41081         <size>1</size>
41082       </method>
41083     </type>
41084     <type name="B">
41085       <method name="Void .ctor(Int32)">
41086         <size>7</size>
41087       </method>
41088     </type>
41089     <type name="X">
41090       <method name="Void .ctor()">
41091         <size>7</size>
41092       </method>
41093       <method name="Void Foo(A ByRef)">
41094         <size>8</size>
41095       </method>
41096       <method name="Void Foo(System.Object ByRef)">
41097         <size>9</size>
41098       </method>
41099       <method name="Int32 Main()">
41100         <size>16</size>
41101       </method>
41102     </type>
41103   </test>
41104   <test name="test-623.cs">
41105     <type name="X">
41106       <method name="Void .ctor()">
41107         <size>7</size>
41108       </method>
41109       <method name="Void a()">
41110         <size>0</size>
41111       </method>
41112     </type>
41113     <type name="Y">
41114       <method name="Void .ctor()">
41115         <size>7</size>
41116       </method>
41117       <method name="Void a()">
41118         <size>11</size>
41119       </method>
41120       <method name="Void Main()">
41121         <size>13</size>
41122       </method>
41123     </type>
41124   </test>
41125   <test name="test-624.cs">
41126     <type name="X">
41127       <method name="Void .ctor()">
41128         <size>7</size>
41129       </method>
41130       <method name="Int32 get_Type()">
41131         <size>2</size>
41132       </method>
41133       <method name="Void Main()">
41134         <size>3</size>
41135       </method>
41136     </type>
41137   </test>
41138   <test name="test-625.cs">
41139     <type name="Location">
41140       <method name="Void .ctor()">
41141         <size>7</size>
41142       </method>
41143       <method name="Int32 get_Null()">
41144         <size>2</size>
41145       </method>
41146     </type>
41147     <type name="X">
41148       <method name="Void .ctor()">
41149         <size>13</size>
41150       </method>
41151       <method name="Void Main()">
41152         <size>1</size>
41153       </method>
41154     </type>
41155   </test>
41156   <test name="test-626.cs">
41157     <type name="X">
41158       <method name="Void .ctor()">
41159         <size>7</size>
41160       </method>
41161       <method name="Void A()">
41162         <size>1</size>
41163       </method>
41164       <method name="Void Main()">
41165         <size>37</size>
41166       </method>
41167     </type>
41168   </test>
41169   <test name="test-627.cs">
41170     <type name="B">
41171       <method name="Void .ctor()">
41172         <size>7</size>
41173       </method>
41174       <method name="Void X.B()">
41175         <size>1</size>
41176       </method>
41177       <method name="Void A.B()">
41178         <size>1</size>
41179       </method>
41180     </type>
41181     <type name="M">
41182       <method name="Void .ctor()">
41183         <size>7</size>
41184       </method>
41185       <method name="Void N(System.Object)">
41186         <size>8</size>
41187       </method>
41188       <method name="Void Main()">
41189         <size>1</size>
41190       </method>
41191     </type>
41192   </test>
41193   <test name="test-628.cs">
41194     <type name="N1.B">
41195       <method name="Void .ctor()">
41196         <size>7</size>
41197       </method>
41198     </type>
41199     <type name="X">
41200       <method name="Void .ctor()">
41201         <size>7</size>
41202       </method>
41203     </type>
41204     <type name="X2">
41205       <method name="Void .ctor()">
41206         <size>7</size>
41207       </method>
41208     </type>
41209     <type name="Y2">
41210       <method name="Void .ctor()">
41211         <size>7</size>
41212       </method>
41213     </type>
41214     <type name="Y">
41215       <method name="Void .ctor()">
41216         <size>7</size>
41217       </method>
41218       <method name="Void Main()">
41219         <size>1</size>
41220       </method>
41221     </type>
41222   </test>
41223   <test name="test-629.cs">
41224     <type name="Foo">
41225       <method name="Void Main()">
41226         <size>1</size>
41227       </method>
41228       <method name="Void .ctor()">
41229         <size>7</size>
41230       </method>
41231     </type>
41232     <type name="Foo+Nested">
41233       <method name="Int32 get_Bar()">
41234         <size>2</size>
41235       </method>
41236     </type>
41237   </test>
41238   <test name="test-63.cs">
41239     <type name="X">
41240       <method name="Void .ctor()">
41241         <size>7</size>
41242       </method>
41243       <method name="Int32 Main()">
41244         <size>96</size>
41245       </method>
41246     </type>
41247   </test>
41248   <test name="test-630.cs">
41249     <type name="MyEx">
41250       <method name="Void .ctor()">
41251         <size>7</size>
41252       </method>
41253     </type>
41254     <type name="Ex">
41255       <method name="Void .ctor()">
41256         <size>7</size>
41257       </method>
41258       <method name="Int32 test(Int32)">
41259         <size>37</size>
41260       </method>
41261       <method name="Int32 Main()">
41262         <size>70</size>
41263       </method>
41264     </type>
41265   </test>
41266   <test name="test-631.cs">
41267     <type name="A">
41268       <method name="Void .ctor()">
41269         <size>7</size>
41270       </method>
41271       <method name="SByte op_Implicit(A)">
41272         <size>2</size>
41273       </method>
41274       <method name="Byte op_Implicit(A)">
41275         <size>2</size>
41276       </method>
41277       <method name="Int16 op_Implicit(A)">
41278         <size>2</size>
41279       </method>
41280       <method name="UInt16 op_Implicit(A)">
41281         <size>2</size>
41282       </method>
41283       <method name="Int32 op_Implicit(A)">
41284         <size>2</size>
41285       </method>
41286       <method name="UInt32 op_Implicit(A)">
41287         <size>2</size>
41288       </method>
41289       <method name="Int64 op_Implicit(A)">
41290         <size>3</size>
41291       </method>
41292       <method name="UInt64 op_Implicit(A)">
41293         <size>3</size>
41294       </method>
41295     </type>
41296     <type name="A2">
41297       <method name="Void .ctor()">
41298         <size>7</size>
41299       </method>
41300       <method name="SByte op_Implicit(A2)">
41301         <size>2</size>
41302       </method>
41303       <method name="Byte op_Implicit(A2)">
41304         <size>2</size>
41305       </method>
41306       <method name="Int16 op_Implicit(A2)">
41307         <size>2</size>
41308       </method>
41309       <method name="UInt32 op_Implicit(A2)">
41310         <size>2</size>
41311       </method>
41312       <method name="Int64 op_Implicit(A2)">
41313         <size>3</size>
41314       </method>
41315       <method name="UInt64 op_Implicit(A2)">
41316         <size>3</size>
41317       </method>
41318     </type>
41319     <type name="A3">
41320       <method name="Void .ctor()">
41321         <size>7</size>
41322       </method>
41323       <method name="SByte op_Implicit(A3)">
41324         <size>2</size>
41325       </method>
41326       <method name="UInt32 op_Implicit(A3)">
41327         <size>2</size>
41328       </method>
41329       <method name="Int64 op_Implicit(A3)">
41330         <size>3</size>
41331       </method>
41332       <method name="UInt64 op_Implicit(A3)">
41333         <size>3</size>
41334       </method>
41335     </type>
41336     <type name="A4">
41337       <method name="Void .ctor()">
41338         <size>7</size>
41339       </method>
41340       <method name="UInt32 op_Implicit(A4)">
41341         <size>2</size>
41342       </method>
41343       <method name="Int64 op_Implicit(A4)">
41344         <size>3</size>
41345       </method>
41346       <method name="UInt64 op_Implicit(A4)">
41347         <size>3</size>
41348       </method>
41349     </type>
41350     <type name="A5">
41351       <method name="Void .ctor()">
41352         <size>7</size>
41353       </method>
41354       <method name="UInt32 op_Implicit(A5)">
41355         <size>2</size>
41356       </method>
41357       <method name="Int32 op_Implicit(A5)">
41358         <size>2</size>
41359       </method>
41360     </type>
41361     <type name="A6">
41362       <method name="Void .ctor()">
41363         <size>7</size>
41364       </method>
41365       <method name="Byte op_Implicit(A6)">
41366         <size>2</size>
41367       </method>
41368     </type>
41369     <type name="MyDecimal">
41370       <method name="Void .ctor()">
41371         <size>7</size>
41372       </method>
41373       <method name="Decimal op_Implicit(MyDecimal)">
41374         <size>8</size>
41375       </method>
41376     </type>
41377     <type name="Constraint">
41378       <method name="Void .ctor()">
41379         <size>7</size>
41380       </method>
41381       <method name="Int32 Main()">
41382         <size>293</size>
41383       </method>
41384     </type>
41385   </test>
41386   <test name="test-632.cs">
41387     <type name="Bug379822">
41388       <method name="Void .ctor()">
41389         <size>7</size>
41390       </method>
41391       <method name="Void Assert(Boolean, Boolean)">
41392         <size>19</size>
41393       </method>
41394       <method name="Void TestAnd(Boolean)">
41395         <size>79</size>
41396       </method>
41397       <method name="Void TestOr(Boolean)">
41398         <size>88</size>
41399       </method>
41400       <method name="Void Test(Boolean)">
41401         <size>13</size>
41402       </method>
41403       <method name="Void Main()">
41404         <size>13</size>
41405       </method>
41406     </type>
41407   </test>
41408   <test name="test-633.cs">
41409     <type name="Test.C">
41410       <method name="Void .ctor()">
41411         <size>7</size>
41412       </method>
41413       <method name="Void Main()">
41414         <size>1</size>
41415       </method>
41416     </type>
41417   </test>
41418   <test name="test-634.cs">
41419     <type name="Test">
41420       <method name="Void .ctor()">
41421         <size>7</size>
41422       </method>
41423       <method name="Void TestFunc()">
41424         <size>2</size>
41425       </method>
41426       <method name="Void Main(System.String[])">
41427         <size>6</size>
41428       </method>
41429     </type>
41430     <type name="Test+D">
41431       <method name="Void .ctor(Object, IntPtr)">
41432         <size>0</size>
41433       </method>
41434       <method name="Void Invoke()">
41435         <size>0</size>
41436       </method>
41437       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41438         <size>0</size>
41439       </method>
41440       <method name="Void EndInvoke(IAsyncResult)">
41441         <size>0</size>
41442       </method>
41443     </type>
41444   </test>
41445   <test name="test-635.cs">
41446     <type name="ShortCircuitFold">
41447       <method name="Void .ctor()">
41448         <size>7</size>
41449       </method>
41450       <method name="Boolean get_False()">
41451         <size>14</size>
41452       </method>
41453       <method name="Boolean get_True()">
41454         <size>14</size>
41455       </method>
41456       <method name="Void a(Boolean, Boolean)">
41457         <size>19</size>
41458       </method>
41459       <method name="Void c(Int32)">
41460         <size>67</size>
41461       </method>
41462       <method name="Boolean f()">
41463         <size>11</size>
41464       </method>
41465       <method name="Void Main()">
41466         <size>167</size>
41467       </method>
41468     </type>
41469   </test>
41470   <test name="test-636.cs">
41471     <type name="Foo">
41472       <method name="Void .ctor()">
41473         <size>7</size>
41474       </method>
41475       <method name="Boolean get_False()">
41476         <size>14</size>
41477       </method>
41478       <method name="Void ping()">
41479         <size>13</size>
41480       </method>
41481       <method name="Int32 test_while(Int32)">
41482         <size>53</size>
41483       </method>
41484       <method name="Int32 test_do_while(Int32)">
41485         <size>53</size>
41486       </method>
41487       <method name="Int32 test_for(Int32)">
41488         <size>64</size>
41489       </method>
41490       <method name="Void test_for_empty()">
41491         <size>35</size>
41492       </method>
41493       <method name="Void Main()">
41494         <size>30</size>
41495       </method>
41496     </type>
41497   </test>
41498   <test name="test-637.cs">
41499     <type name="A">
41500       <method name="System.Type get_Value()">
41501         <size>7</size>
41502       </method>
41503       <method name="Void set_Value(System.Type)">
41504         <size>8</size>
41505       </method>
41506       <method name="Void .ctor()">
41507         <size>7</size>
41508       </method>
41509       <method name="Void .ctor(Object)">
41510         <size>19</size>
41511       </method>
41512     </type>
41513     <type name="TestProp">
41514       <method name="Void .ctor()">
41515         <size>7</size>
41516       </method>
41517     </type>
41518     <type name="Test">
41519       <method name="Int32 Main()">
41520         <size>106</size>
41521       </method>
41522       <method name="Void .ctor()">
41523         <size>7</size>
41524       </method>
41525     </type>
41526   </test>
41527   <test name="test-638.cs">
41528     <type name="Fail">
41529       <method name="Void .ctor()">
41530         <size>7</size>
41531       </method>
41532       <method name="Void Main()">
41533         <size>110</size>
41534       </method>
41535     </type>
41536     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
41537       <method name="Void .ctor()">
41538         <size>7</size>
41539       </method>
41540       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
41541         <size>28</size>
41542       </method>
41543     </type>
41544   </test>
41545   <test name="test-639.cs">
41546     <type name="Foo">
41547       <method name="Void .ctor()">
41548         <size>7</size>
41549       </method>
41550       <method name="System.String get_s()">
41551         <size>13</size>
41552       </method>
41553       <method name="Void set_s(System.String)">
41554         <size>34</size>
41555       </method>
41556       <method name="Void Main()">
41557         <size>67</size>
41558       </method>
41559     </type>
41560   </test>
41561   <test name="test-64.cs">
41562     <type name="Operator">
41563       <method name="Void .ctor()">
41564         <size>7</size>
41565       </method>
41566     </type>
41567     <type name="Blah">
41568       <method name="Void .ctor(Operator)">
41569         <size>7</size>
41570       </method>
41571     </type>
41572     <type name="T">
41573       <method name="Void .ctor()">
41574         <size>7</size>
41575       </method>
41576       <method name="Int32 Main()">
41577         <size>9</size>
41578       </method>
41579     </type>
41580   </test>
41581   <test name="test-640.cs">
41582     <type name="C">
41583       <method name="Void .ctor()">
41584         <size>7</size>
41585       </method>
41586       <method name="Int32 Main()">
41587         <size>100</size>
41588       </method>
41589     </type>
41590   </test>
41591   <test name="test-641.cs">
41592     <type name="Identifier">
41593       <method name="Void .ctor()">
41594         <size>7</size>
41595       </method>
41596       <method name="Int32 Main()">
41597         <size>55</size>
41598       </method>
41599       <method name="Boolean op_Equality(Identifier, Identifier)">
41600         <size>2</size>
41601       </method>
41602       <method name="Boolean op_Inequality(Identifier, Identifier)">
41603         <size>2</size>
41604       </method>
41605       <method name="Identifier op_Implicit(System.String)">
41606         <size>2</size>
41607       </method>
41608       <method name="System.String op_Implicit(Identifier)">
41609         <size>2</size>
41610       </method>
41611       <method name="Decimal op_Implicit(Identifier)">
41612         <size>7</size>
41613       </method>
41614     </type>
41615   </test>
41616   <test name="test-642.cs">
41617     <type name="C">
41618       <method name="Void .ctor()">
41619         <size>7</size>
41620       </method>
41621       <method name="Int32 Main()">
41622         <size>40</size>
41623       </method>
41624     </type>
41625   </test>
41626   <test name="test-643.cs">
41627     <type name="PointerArithmeticTest">
41628       <method name="Void .ctor()">
41629         <size>7</size>
41630       </method>
41631       <method name="Int32 Main()">
41632         <size>130</size>
41633       </method>
41634       <method name="Int32* Conversions(Int64)">
41635         <size>3</size>
41636       </method>
41637       <method name="Int32 CheckAdd(Byte*, Int32)">
41638         <size>14</size>
41639       </method>
41640       <method name="Int32 CheckSub(Int16*, Int32)">
41641         <size>16</size>
41642       </method>
41643       <method name="Int32 CheckSub2(Int16*, Int32)">
41644         <size>23</size>
41645       </method>
41646     </type>
41647   </test>
41648   <test name="test-644.cs">
41649     <type name="Program">
41650       <method name="Void .ctor()">
41651         <size>7</size>
41652       </method>
41653       <method name="System.Object M(Int32)">
41654         <size>2</size>
41655       </method>
41656       <method name="Void Test_1()">
41657         <size>59</size>
41658       </method>
41659       <method name="Boolean Test_2()">
41660         <size>24</size>
41661       </method>
41662       <method name="Boolean Test_3()">
41663         <size>24</size>
41664       </method>
41665       <method name="Boolean Test_4(Program+D)">
41666         <size>13</size>
41667       </method>
41668       <method name="Int32 Main()">
41669         <size>75</size>
41670       </method>
41671     </type>
41672     <type name="Program+D">
41673       <method name="Void .ctor(Object, IntPtr)">
41674         <size>0</size>
41675       </method>
41676       <method name="System.Object Invoke(Int32)">
41677         <size>0</size>
41678       </method>
41679       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
41680         <size>0</size>
41681       </method>
41682       <method name="System.Object EndInvoke(IAsyncResult)">
41683         <size>0</size>
41684       </method>
41685     </type>
41686   </test>
41687   <test name="test-646.cs">
41688     <type name="Program">
41689       <method name="Void .ctor()">
41690         <size>7</size>
41691       </method>
41692       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
41693         <size>7</size>
41694       </method>
41695       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
41696         <size>7</size>
41697       </method>
41698       <method name="Int32 Main()">
41699         <size>113</size>
41700       </method>
41701     </type>
41702   </test>
41703   <test name="test-647.cs">
41704     <type name="Foo">
41705       <method name="Void .ctor()">
41706         <size>7</size>
41707       </method>
41708       <method name="Void Main()">
41709         <size>28</size>
41710       </method>
41711     </type>
41712   </test>
41713   <test name="test-648.cs">
41714     <type name="ParamMismatch.TestCase">
41715       <method name="Void .ctor()">
41716         <size>7</size>
41717       </method>
41718       <method name="Void add_Culprit(System.EventHandler)">
41719         <size>1</size>
41720       </method>
41721       <method name="Void remove_Culprit(System.EventHandler)">
41722         <size>1</size>
41723       </method>
41724       <method name="Void Main()">
41725         <size>1</size>
41726       </method>
41727       <method name="Void Finalize()">
41728         <size>13</size>
41729       </method>
41730     </type>
41731   </test>
41732   <test name="test-649.cs">
41733     <type name="MainClass">
41734       <method name="Void .ctor()">
41735         <size>7</size>
41736       </method>
41737       <method name="Void Main(System.String[])">
41738         <size>609</size>
41739       </method>
41740     </type>
41741     <type name="MainClass+Decimal2">
41742       <method name="Void .ctor(Double)">
41743         <size>13</size>
41744       </method>
41745       <method name="Void .ctor(Decimal)">
41746         <size>8</size>
41747       </method>
41748       <method name="Decimal2 op_Explicit(Decimal)">
41749         <size>7</size>
41750       </method>
41751       <method name="Decimal2 op_Explicit(Double)">
41752         <size>7</size>
41753       </method>
41754       <method name="Decimal op_Implicit(Decimal2)">
41755         <size>8</size>
41756       </method>
41757     </type>
41758   </test>
41759   <test name="test-65.cs">
41760     <type name="X">
41761       <method name="Void .ctor()">
41762         <size>7</size>
41763       </method>
41764       <method name="Void receiver(S)">
41765         <size>7</size>
41766       </method>
41767       <method name="System.Object BoxS()">
41768         <size>21</size>
41769       </method>
41770       <method name="S Plain()">
41771         <size>16</size>
41772       </method>
41773       <method name="Int32 Main()">
41774         <size>98</size>
41775       </method>
41776     </type>
41777   </test>
41778   <test name="test-650.cs">
41779     <type name="App">
41780       <method name="Void .ctor()">
41781         <size>7</size>
41782       </method>
41783       <method name="Void Main()">
41784         <size>1</size>
41785       </method>
41786     </type>
41787   </test>
41788   <test name="test-651.cs">
41789     <type name="Foo">
41790       <method name="Void .ctor()">
41791         <size>7</size>
41792       </method>
41793       <method name="Void Open(IList)">
41794         <size>1</size>
41795       </method>
41796       <method name="Void Open(System.Collections.ArrayList ByRef)">
41797         <size>20</size>
41798       </method>
41799       <method name="Void Main()">
41800         <size>1</size>
41801       </method>
41802     </type>
41803   </test>
41804   <test name="test-652.cs">
41805     <type name="C">
41806       <method name="Void .ctor()">
41807         <size>7</size>
41808       </method>
41809       <method name="Int32 Main()">
41810         <size>6</size>
41811       </method>
41812       <method name="Int32 Test()">
41813         <size>27</size>
41814       </method>
41815     </type>
41816   </test>
41817   <test name="test-653.cs">
41818     <type name="C">
41819       <method name="Void .ctor()">
41820         <size>7</size>
41821       </method>
41822       <method name="Int32 Test()">
41823         <size>50</size>
41824       </method>
41825       <method name="Void Test2()">
41826         <size>32</size>
41827       </method>
41828       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
41829         <size>39</size>
41830       </method>
41831       <method name="Int32 Main()">
41832         <size>41</size>
41833       </method>
41834     </type>
41835   </test>
41836   <test name="test-654.cs">
41837     <type name="Program">
41838       <method name="Void .ctor()">
41839         <size>7</size>
41840       </method>
41841       <method name="Int32 Main()">
41842         <size>8</size>
41843       </method>
41844       <method name="Int32 Test(SByte*)">
41845         <size>33</size>
41846       </method>
41847     </type>
41848   </test>
41849   <test name="test-655.cs">
41850     <type name="D">
41851       <method name="Void .ctor()">
41852         <size>7</size>
41853       </method>
41854       <method name="Byte get_Item(Int32)">
41855         <size>7</size>
41856       </method>
41857       <method name="Void set_Item(Int32, Byte)">
41858         <size>8</size>
41859       </method>
41860       <method name="Int32 Main()">
41861         <size>69</size>
41862       </method>
41863     </type>
41864   </test>
41865   <test name="test-656.cs">
41866     <type name="Goo">
41867       <method name="Void .ctor()">
41868         <size>7</size>
41869       </method>
41870       <method name="Void Main()">
41871         <size>26</size>
41872       </method>
41873     </type>
41874   </test>
41875   <test name="test-657.cs">
41876     <type name="TestDebug.C">
41877       <method name="Void .ctor()">
41878         <size>7</size>
41879       </method>
41880       <method name="Void Method()">
41881         <size>1</size>
41882       </method>
41883     </type>
41884     <type name="TestDebug.Program">
41885       <method name="Void .ctor()">
41886         <size>7</size>
41887       </method>
41888       <method name="Void Excluded()">
41889         <size>11</size>
41890       </method>
41891       <method name="Int32 Main()">
41892         <size>7</size>
41893       </method>
41894     </type>
41895   </test>
41896   <test name="test-658.cs">
41897     <type name="A">
41898       <method name="Void .ctor()">
41899         <size>7</size>
41900       </method>
41901       <method name="Int32 get_Thread()">
41902         <size>2</size>
41903       </method>
41904     </type>
41905     <type name="Thread">
41906       <method name="Void .ctor()">
41907         <size>7</size>
41908       </method>
41909       <method name="Void Foo()">
41910         <size>1</size>
41911       </method>
41912     </type>
41913     <type name="B">
41914       <method name="Void .ctor()">
41915         <size>7</size>
41916       </method>
41917       <method name="Void Main()">
41918         <size>6</size>
41919       </method>
41920     </type>
41921   </test>
41922   <test name="test-659.cs">
41923     <type name="MySubClass">
41924       <method name="Void .ctor()">
41925         <size>7</size>
41926       </method>
41927       <method name="Int32 Main()">
41928         <size>30</size>
41929       </method>
41930       <method name="Void set_BB(Int32, Boolean)">
41931         <size>1</size>
41932       </method>
41933       <method name="Void Iface.set_AA(Int32, Boolean)">
41934         <size>9</size>
41935       </method>
41936     </type>
41937   </test>
41938   <test name="test-66.cs">
41939     <type name="Y">
41940       <method name="Void .ctor()">
41941         <size>7</size>
41942       </method>
41943     </type>
41944     <type name="X">
41945       <method name="Void .ctor()">
41946         <size>7</size>
41947       </method>
41948       <method name="Void .cctor()">
41949         <size>53</size>
41950       </method>
41951       <method name="Void FillOne()">
41952         <size>18</size>
41953       </method>
41954       <method name="Void FillSingle()">
41955         <size>39</size>
41956       </method>
41957       <method name="Void FillDouble()">
41958         <size>59</size>
41959       </method>
41960       <method name="Void FillObject()">
41961         <size>52</size>
41962       </method>
41963       <method name="Void FillDoubleObject()">
41964         <size>81</size>
41965       </method>
41966       <method name="Int32 TestSingle()">
41967         <size>47</size>
41968       </method>
41969       <method name="Int32 TestDouble()">
41970         <size>67</size>
41971       </method>
41972       <method name="Int32 TestObjectSingle()">
41973         <size>48</size>
41974       </method>
41975       <method name="Int32 TestObjectDouble()">
41976         <size>72</size>
41977       </method>
41978       <method name="Int32 Main()">
41979         <size>80</size>
41980       </method>
41981     </type>
41982   </test>
41983   <test name="test-660.cs">
41984     <type name="Test">
41985       <method name="Void .ctor()">
41986         <size>7</size>
41987       </method>
41988       <method name="Void Main()">
41989         <size>25</size>
41990       </method>
41991     </type>
41992     <type name="Status">
41993       <method name="Void .ctor(Code)">
41994         <size>8</size>
41995       </method>
41996       <method name="Status op_Implicit(Code)">
41997         <size>7</size>
41998       </method>
41999       <method name="Code op_Implicit(Status)">
42000         <size>8</size>
42001       </method>
42002     </type>
42003   </test>
42004   <test name="test-661.cs">
42005     <type name="Test">
42006       <method name="Void .ctor()">
42007         <size>7</size>
42008       </method>
42009       <method name="Void Main()">
42010         <size>1</size>
42011       </method>
42012       <method name="Void TestMethod()">
42013         <size>15</size>
42014       </method>
42015       <method name="SummaryInfo GetSummary()">
42016         <size>2</size>
42017       </method>
42018     </type>
42019   </test>
42020   <test name="test-662.cs">
42021     <type name="C">
42022       <method name="Void .ctor()">
42023         <size>7</size>
42024       </method>
42025       <method name="Void Main()">
42026         <size>1</size>
42027       </method>
42028     </type>
42029   </test>
42030   <test name="test-663.cs">
42031     <type name="A">
42032       <method name="Void .ctor()">
42033         <size>7</size>
42034       </method>
42035       <method name="Int32 op_Implicit(A)">
42036         <size>2</size>
42037       </method>
42038       <method name="Boolean op_Implicit(A)">
42039         <size>2</size>
42040       </method>
42041     </type>
42042     <type name="C">
42043       <method name="Void .ctor()">
42044         <size>7</size>
42045       </method>
42046       <method name="Void Main()">
42047         <size>17</size>
42048       </method>
42049     </type>
42050   </test>
42051   <test name="test-664.cs">
42052     <type name="C">
42053       <method name="Void .ctor()">
42054         <size>7</size>
42055       </method>
42056       <method name="Boolean Test(System.String)">
42057         <size>148</size>
42058       </method>
42059       <method name="Int32 Main()">
42060         <size>49</size>
42061       </method>
42062     </type>
42063   </test>
42064   <test name="test-665.cs">
42065     <type name="Test">
42066       <method name="Void .ctor()">
42067         <size>7</size>
42068       </method>
42069       <method name="Int32 Main()">
42070         <size>14</size>
42071       </method>
42072       <method name="Int32 Method(System.Object)">
42073         <size>2</size>
42074       </method>
42075     </type>
42076   </test>
42077   <test name="test-666.cs">
42078     <type name="C">
42079       <method name="Void .ctor()">
42080         <size>7</size>
42081       </method>
42082       <method name="Void Main()">
42083         <size>1</size>
42084       </method>
42085     </type>
42086   </test>
42087   <test name="test-667.cs">
42088     <type name="CA">
42089       <method name="Void .ctor()">
42090         <size>7</size>
42091       </method>
42092       <method name="Void IA.M()">
42093         <size>1</size>
42094       </method>
42095     </type>
42096     <type name="CC">
42097       <method name="Void .ctor()">
42098         <size>7</size>
42099       </method>
42100       <method name="Void Main()">
42101         <size>1</size>
42102       </method>
42103     </type>
42104   </test>
42105   <test name="test-668.cs">
42106     <type name="Bar">
42107       <method name="Void .ctor()">
42108         <size>7</size>
42109       </method>
42110     </type>
42111     <type name="Test">
42112       <method name="Void .ctor()">
42113         <size>7</size>
42114       </method>
42115       <method name="Void Main()">
42116         <size>7</size>
42117       </method>
42118     </type>
42119   </test>
42120   <test name="test-669.cs">
42121     <type name="Test">
42122       <method name="Void .ctor()">
42123         <size>7</size>
42124       </method>
42125       <method name="Void Main()">
42126         <size>3</size>
42127       </method>
42128     </type>
42129   </test>
42130   <test name="test-670.cs">
42131     <type name="C">
42132       <method name="Void .ctor()">
42133         <size>7</size>
42134       </method>
42135       <method name="Void Main()">
42136         <size>14</size>
42137       </method>
42138     </type>
42139   </test>
42140   <test name="test-671.cs">
42141     <type name="C">
42142       <method name="Void .ctor()">
42143         <size>7</size>
42144       </method>
42145       <method name="Int32 Main()">
42146         <size>19</size>
42147       </method>
42148       <method name="Boolean Bar(System.Object)">
42149         <size>2</size>
42150       </method>
42151     </type>
42152   </test>
42153   <test name="test-672.cs">
42154     <type name="X">
42155       <method name="Void .ctor()">
42156         <size>7</size>
42157       </method>
42158       <method name="S* get_Foo2()">
42159         <size>3</size>
42160       </method>
42161       <method name="Void Main()">
42162         <size>1</size>
42163       </method>
42164       <method name="Int32* get_Foo()">
42165         <size>3</size>
42166       </method>
42167     </type>
42168   </test>
42169   <test name="test-673.cs">
42170     <type name="Test">
42171       <method name="Void .ctor()">
42172         <size>7</size>
42173       </method>
42174       <method name="Void Foo()">
42175         <size>1</size>
42176       </method>
42177       <method name="Int32 Main()">
42178         <size>85</size>
42179       </method>
42180     </type>
42181   </test>
42182   <test name="test-674.cs">
42183     <type name="Test">
42184       <method name="Void .ctor()">
42185         <size>7</size>
42186       </method>
42187       <method name="Int32 Main()">
42188         <size>56</size>
42189       </method>
42190       <method name="Int32 &lt;Main&gt;m__0(Int32)">
42191         <size>2</size>
42192       </method>
42193     </type>
42194     <type name="Test+D">
42195       <method name="Void .ctor(Object, IntPtr)">
42196         <size>0</size>
42197       </method>
42198       <method name="Int32 Invoke(Int32)">
42199         <size>0</size>
42200       </method>
42201       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42202         <size>0</size>
42203       </method>
42204       <method name="Int32 EndInvoke(IAsyncResult)">
42205         <size>0</size>
42206       </method>
42207     </type>
42208   </test>
42209   <test name="test-675.cs">
42210     <type name="B">
42211       <method name="Void .ctor()">
42212         <size>7</size>
42213       </method>
42214       <method name="Int32 GetHashCode()">
42215         <size>2</size>
42216       </method>
42217       <method name="Boolean Equals(System.Object)">
42218         <size>2</size>
42219       </method>
42220       <method name="Boolean op_Equality(B, B)">
42221         <size>2</size>
42222       </method>
42223       <method name="Boolean op_Inequality(B, B)">
42224         <size>2</size>
42225       </method>
42226     </type>
42227     <type name="Test">
42228       <method name="Void .ctor()">
42229         <size>7</size>
42230       </method>
42231       <method name="Int32 Main()">
42232         <size>2</size>
42233       </method>
42234     </type>
42235   </test>
42236   <test name="test-676.cs">
42237     <type name="N.Item">
42238       <method name="Void .ctor()">
42239         <size>7</size>
42240       </method>
42241     </type>
42242     <type name="N.Test">
42243       <method name="Void .ctor()">
42244         <size>7</size>
42245       </method>
42246       <method name="N.Item get_Item(N.Test)">
42247         <size>2</size>
42248       </method>
42249       <method name="Void Foo(ItemSlot)">
42250         <size>27</size>
42251       </method>
42252       <method name="Int32 Main()">
42253         <size>2</size>
42254       </method>
42255     </type>
42256   </test>
42257   <test name="test-677.cs">
42258     <type name="InvokeWindow">
42259       <method name="Void .ctor()">
42260         <size>7</size>
42261       </method>
42262       <method name="Void add_E(D)">
42263         <size>24</size>
42264       </method>
42265       <method name="Void remove_E(D)">
42266         <size>24</size>
42267       </method>
42268       <method name="Void Run()">
42269         <size>12</size>
42270       </method>
42271     </type>
42272     <type name="Test">
42273       <method name="Void .ctor()">
42274         <size>7</size>
42275       </method>
42276       <method name="Int32 Main()">
42277         <size>32</size>
42278       </method>
42279       <method name="Void OnDeleteEvent()">
42280         <size>1</size>
42281       </method>
42282       <method name="Void OnDeleteEvent(Int32)">
42283         <size>1</size>
42284       </method>
42285     </type>
42286     <type name="D">
42287       <method name="Void .ctor(Object, IntPtr)">
42288         <size>0</size>
42289       </method>
42290       <method name="Void Invoke()">
42291         <size>0</size>
42292       </method>
42293       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42294         <size>0</size>
42295       </method>
42296       <method name="Void EndInvoke(IAsyncResult)">
42297         <size>0</size>
42298       </method>
42299     </type>
42300   </test>
42301   <test name="test-678.cs">
42302     <type name="NaNTest">
42303       <method name="Void .ctor(Double, Double)">
42304         <size>171</size>
42305       </method>
42306       <method name="Int32 Main()">
42307         <size>26</size>
42308       </method>
42309     </type>
42310   </test>
42311   <test name="test-679.cs">
42312     <type name="Program">
42313       <method name="Void .ctor()">
42314         <size>7</size>
42315       </method>
42316       <method name="Int32 Main()">
42317         <size>12</size>
42318       </method>
42319     </type>
42320   </test>
42321   <test name="test-68.cs">
42322     <type name="Y">
42323       <method name="Void .ctor()">
42324         <size>14</size>
42325       </method>
42326     </type>
42327     <type name="X">
42328       <method name="Void .ctor()">
42329         <size>7</size>
42330       </method>
42331       <method name="Int32 Main()">
42332         <size>147</size>
42333       </method>
42334     </type>
42335   </test>
42336   <test name="test-680.cs">
42337     <type name="AsStringProblem.MainClass">
42338       <method name="Void .ctor()">
42339         <size>7</size>
42340       </method>
42341       <method name="Void Main()">
42342         <size>94</size>
42343       </method>
42344     </type>
42345   </test>
42346   <test name="test-681.cs">
42347     <type name="Bug">
42348       <method name="Void .ctor()">
42349         <size>20</size>
42350       </method>
42351       <method name="Void Main()">
42352         <size>1</size>
42353       </method>
42354     </type>
42355     <type name="BugClass">
42356       <method name="Void .cctor()">
42357         <size>18</size>
42358       </method>
42359       <method name="Void FooImplementation(System.Void*)">
42360         <size>1</size>
42361       </method>
42362     </type>
42363     <type name="BugClass+Foo">
42364       <method name="Void .ctor(Object, IntPtr)">
42365         <size>0</size>
42366       </method>
42367       <method name="Void Invoke(System.Void*)">
42368         <size>0</size>
42369       </method>
42370       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
42371         <size>0</size>
42372       </method>
42373       <method name="Void EndInvoke(IAsyncResult)">
42374         <size>0</size>
42375       </method>
42376     </type>
42377   </test>
42378   <test name="test-683.cs">
42379     <type name="broken_cast">
42380       <method name="Void .ctor()">
42381         <size>7</size>
42382       </method>
42383       <method name="Int32 Main()">
42384         <size>32</size>
42385       </method>
42386     </type>
42387   </test>
42388   <test name="test-684.cs">
42389     <type name="mono_bug.Program">
42390       <method name="Void .ctor()">
42391         <size>7</size>
42392       </method>
42393       <method name="Void Main()">
42394         <size>71</size>
42395       </method>
42396       <method name="System.Double[][,] ReturnArray()">
42397         <size>62</size>
42398       </method>
42399     </type>
42400   </test>
42401   <test name="test-685.cs">
42402     <type name="C">
42403       <method name="Void .ctor()">
42404         <size>7</size>
42405       </method>
42406       <method name="Void Main()">
42407         <size>28</size>
42408       </method>
42409     </type>
42410   </test>
42411   <test name="test-686.cs">
42412     <type name="Test">
42413       <method name="Void .ctor()">
42414         <size>7</size>
42415       </method>
42416       <method name="Void Main()">
42417         <size>51</size>
42418       </method>
42419       <method name="Void Foo()">
42420         <size>148</size>
42421       </method>
42422     </type>
42423   </test>
42424   <test name="test-687.cs">
42425     <type name="XUnit">
42426       <method name="Void .ctor(Double)">
42427         <size>8</size>
42428       </method>
42429       <method name="XUnit op_Implicit(Double)">
42430         <size>10</size>
42431       </method>
42432       <method name="Double op_Implicit(XUnit)">
42433         <size>8</size>
42434       </method>
42435     </type>
42436     <type name="Unit">
42437       <method name="Void .ctor(Double)">
42438         <size>8</size>
42439       </method>
42440       <method name="Unit op_Implicit(Double)">
42441         <size>10</size>
42442       </method>
42443       <method name="Double op_Implicit(Unit)">
42444         <size>8</size>
42445       </method>
42446     </type>
42447     <type name="Test">
42448       <method name="Void .ctor()">
42449         <size>7</size>
42450       </method>
42451       <method name="Int32 Main()">
42452         <size>56</size>
42453       </method>
42454     </type>
42455   </test>
42456   <test name="test-688.cs">
42457     <type name="Test">
42458       <method name="Void .ctor()">
42459         <size>7</size>
42460       </method>
42461       <method name="Int32 Main()">
42462         <size>46</size>
42463       </method>
42464       <method name="Byte* GetFoo()">
42465         <size>7</size>
42466       </method>
42467       <method name="Byte* GetFoo2()">
42468         <size>7</size>
42469       </method>
42470     </type>
42471   </test>
42472   <test name="test-689.cs">
42473     <type name="Sample">
42474       <method name="Void Main()">
42475         <size>3</size>
42476       </method>
42477       <method name="Void Foo(Byte*, Byte*)">
42478         <size>42</size>
42479       </method>
42480     </type>
42481   </test>
42482   <test name="test-69.cs">
42483     <type name="Blah">
42484       <method name="Void .ctor()">
42485         <size>7</size>
42486       </method>
42487       <method name="Void Start_internal(IntPtr)">
42488         <size>0</size>
42489       </method>
42490       <method name="Int32 Main()">
42491         <size>2</size>
42492       </method>
42493     </type>
42494   </test>
42495   <test name="test-690.cs">
42496     <type name="Test.Test">
42497       <method name="Void .ctor()">
42498         <size>7</size>
42499       </method>
42500       <method name="Void Main()">
42501         <size>1</size>
42502       </method>
42503     </type>
42504   </test>
42505   <test name="test-691.cs">
42506     <type name="ConsoleApplication6.Program">
42507       <method name="Void .ctor()">
42508         <size>7</size>
42509       </method>
42510       <method name="Void .cctor()">
42511         <size>23</size>
42512       </method>
42513       <method name="Void Main()">
42514         <size>128</size>
42515       </method>
42516     </type>
42517   </test>
42518   <test name="test-692.cs">
42519     <type name="Test">
42520       <method name="Void .ctor()">
42521         <size>7</size>
42522       </method>
42523       <method name="Void test1(DateTime ByRef)">
42524         <size>10</size>
42525       </method>
42526       <method name="Void test2(DateTime ByRef)">
42527         <size>13</size>
42528       </method>
42529       <method name="Int32 Main()">
42530         <size>141</size>
42531       </method>
42532     </type>
42533   </test>
42534   <test name="test-693.cs">
42535     <type name="ConstTest">
42536       <method name="Void .ctor()">
42537         <size>7</size>
42538       </method>
42539       <method name="Int32 Main()">
42540         <size>32</size>
42541       </method>
42542     </type>
42543   </test>
42544   <test name="test-694.cs">
42545     <type name="Test">
42546       <method name="Void .ctor()">
42547         <size>7</size>
42548       </method>
42549       <method name="Int32 Main()">
42550         <size>2</size>
42551       </method>
42552     </type>
42553   </test>
42554   <test name="test-695.cs">
42555     <type name="Program">
42556       <method name="Int32 Main()">
42557         <size>680</size>
42558       </method>
42559       <method name="System.String get_BaseDirectory()">
42560         <size>28</size>
42561       </method>
42562       <method name="Void .ctor()">
42563         <size>7</size>
42564       </method>
42565       <method name="Void .cctor()">
42566         <size>53</size>
42567       </method>
42568     </type>
42569     <type name="&lt;PrivateImplementationDetails&gt;">
42570       <method name="Void .ctor()">
42571         <size>7</size>
42572       </method>
42573     </type>
42574   </test>
42575   <test name="test-696.cs">
42576     <type name="S">
42577       <method name="Void f(S)">
42578         <size>1</size>
42579       </method>
42580       <method name="S op_Implicit(C)">
42581         <size>2</size>
42582       </method>
42583     </type>
42584     <type name="C">
42585       <method name="Void .ctor()">
42586         <size>7</size>
42587       </method>
42588       <method name="Void Main()">
42589         <size>12</size>
42590       </method>
42591     </type>
42592   </test>
42593   <test name="test-697.cs">
42594     <type name="C">
42595       <method name="Void .ctor()">
42596         <size>7</size>
42597       </method>
42598       <method name="Void Main()">
42599         <size>1</size>
42600       </method>
42601     </type>
42602   </test>
42603   <test name="test-698.cs">
42604     <type name="test">
42605       <method name="Void .ctor()">
42606         <size>7</size>
42607       </method>
42608       <method name="Void Main()">
42609         <size>12</size>
42610       </method>
42611     </type>
42612   </test>
42613   <test name="test-699.cs">
42614     <type name="D">
42615       <method name="Void .ctor(String)">
42616         <size>25</size>
42617       </method>
42618       <method name="System.String get_message()">
42619         <size>7</size>
42620       </method>
42621       <method name="Void Main()">
42622         <size>1</size>
42623       </method>
42624     </type>
42625   </test>
42626   <test name="test-7.cs">
42627     <type name="Mine.MyBoolean">
42628       <method name="Void .ctor()">
42629         <size>7</size>
42630       </method>
42631       <method name="Boolean op_Implicit(Mine.MyBoolean)">
42632         <size>2</size>
42633       </method>
42634     </type>
42635     <type name="Mine.MyTrueFalse">
42636       <method name="Void .ctor()">
42637         <size>7</size>
42638       </method>
42639       <method name="Boolean op_True(Mine.MyTrueFalse)">
42640         <size>2</size>
42641       </method>
42642       <method name="Boolean op_False(Mine.MyTrueFalse)">
42643         <size>2</size>
42644       </method>
42645     </type>
42646     <type name="Mine.Blah">
42647       <method name="Void .ctor(Int32)">
42648         <size>14</size>
42649       </method>
42650       <method name="Int32 Main()">
42651         <size>408</size>
42652       </method>
42653       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
42654         <size>31</size>
42655       </method>
42656       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
42657         <size>22</size>
42658       </method>
42659       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
42660         <size>23</size>
42661       </method>
42662       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
42663         <size>31</size>
42664       </method>
42665       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
42666         <size>24</size>
42667       </method>
42668       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
42669         <size>24</size>
42670       </method>
42671       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
42672         <size>24</size>
42673       </method>
42674       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
42675         <size>23</size>
42676       </method>
42677       <method name="Boolean op_LogicalNot(Mine.Blah)">
42678         <size>20</size>
42679       </method>
42680       <method name="Mine.Blah op_Increment(Mine.Blah)">
42681         <size>26</size>
42682       </method>
42683       <method name="Mine.Blah op_Decrement(Mine.Blah)">
42684         <size>26</size>
42685       </method>
42686       <method name="Boolean op_True(Mine.Blah)">
42687         <size>20</size>
42688       </method>
42689       <method name="Boolean op_False(Mine.Blah)">
42690         <size>23</size>
42691       </method>
42692       <method name="Int32 op_Implicit(Mine.Blah)">
42693         <size>17</size>
42694       </method>
42695       <method name="Double op_Explicit(Mine.Blah)">
42696         <size>18</size>
42697       </method>
42698     </type>
42699   </test>
42700   <test name="test-70.cs">
42701     <type name="X">
42702       <method name="Void .ctor()">
42703         <size>7</size>
42704       </method>
42705       <method name="Int32 get_A()">
42706         <size>2</size>
42707       </method>
42708       <method name="Int32 B()">
42709         <size>2</size>
42710       </method>
42711     </type>
42712     <type name="Y">
42713       <method name="Void .ctor()">
42714         <size>7</size>
42715       </method>
42716       <method name="Int32 get_A()">
42717         <size>9</size>
42718       </method>
42719       <method name="Int32 B()">
42720         <size>9</size>
42721       </method>
42722     </type>
42723     <type name="Z">
42724       <method name="Void .ctor()">
42725         <size>7</size>
42726       </method>
42727       <method name="Int32 Main()">
42728         <size>70</size>
42729       </method>
42730     </type>
42731   </test>
42732   <test name="test-700.cs">
42733     <type name="FooAttribute">
42734       <method name="Void .ctor(String)">
42735         <size>7</size>
42736       </method>
42737     </type>
42738     <type name="Test">
42739       <method name="Void .ctor()">
42740         <size>7</size>
42741       </method>
42742     </type>
42743     <type name="Program">
42744       <method name="Void .ctor()">
42745         <size>7</size>
42746       </method>
42747       <method name="Void Main()">
42748         <size>1</size>
42749       </method>
42750     </type>
42751   </test>
42752   <test name="test-701.cs">
42753     <type name="Foo">
42754       <method name="Void .ctor()">
42755         <size>7</size>
42756       </method>
42757       <method name="UInt16 ToUint16()">
42758         <size>6</size>
42759       </method>
42760       <method name="Void Main()">
42761         <size>1</size>
42762       </method>
42763     </type>
42764   </test>
42765   <test name="test-703.cs">
42766     <type name="A">
42767       <method name="Void .ctor()">
42768         <size>7</size>
42769       </method>
42770       <method name="Void add_Finished(System.EventHandler)">
42771         <size>0</size>
42772       </method>
42773       <method name="Void remove_Finished(System.EventHandler)">
42774         <size>0</size>
42775       </method>
42776       <method name="Void test(A)">
42777         <size>19</size>
42778       </method>
42779       <method name="Void TestA(System.Object, System.EventArgs)">
42780         <size>25</size>
42781       </method>
42782     </type>
42783     <type name="B">
42784       <method name="Void .ctor()">
42785         <size>49</size>
42786       </method>
42787       <method name="Void add_Finished(System.EventHandler)">
42788         <size>24</size>
42789       </method>
42790       <method name="Void remove_Finished(System.EventHandler)">
42791         <size>24</size>
42792       </method>
42793       <method name="Void TestB(System.Object, System.EventArgs)">
42794         <size>25</size>
42795       </method>
42796       <method name="Int32 Main()">
42797         <size>14</size>
42798       </method>
42799     </type>
42800   </test>
42801   <test name="test-705.cs">
42802     <type name="Test">
42803       <method name="Void .ctor()">
42804         <size>7</size>
42805       </method>
42806       <method name="Void .cctor()">
42807         <size>1</size>
42808       </method>
42809       <method name="Nested GetEnumerator()">
42810         <size>10</size>
42811       </method>
42812     </type>
42813     <type name="Test+Nested">
42814       <method name="Void System.IDisposable.Dispose()">
42815         <size>13</size>
42816       </method>
42817       <method name="Int32 get_Current()">
42818         <size>2</size>
42819       </method>
42820       <method name="Boolean MoveNext()">
42821         <size>2</size>
42822       </method>
42823       <method name="Void Reset()">
42824         <size>1</size>
42825       </method>
42826       <method name="Void Dispose()">
42827         <size>11</size>
42828       </method>
42829     </type>
42830     <type name="Program">
42831       <method name="Int32 Main()">
42832         <size>72</size>
42833       </method>
42834     </type>
42835   </test>
42836   <test name="test-706.cs">
42837     <type name="Test.CustomParentAttribute">
42838       <method name="Void .ctor()">
42839         <size>7</size>
42840       </method>
42841       <method name="Void DoSomething()">
42842         <size>0</size>
42843       </method>
42844     </type>
42845     <type name="Test.MyClass">
42846       <method name="Void .ctor()">
42847         <size>7</size>
42848       </method>
42849       <method name="Void Main()">
42850         <size>1</size>
42851       </method>
42852     </type>
42853     <type name="Test.MyClass+CustomChildAttribute">
42854       <method name="Void .ctor()">
42855         <size>7</size>
42856       </method>
42857       <method name="Void DoSomething()">
42858         <size>1</size>
42859       </method>
42860     </type>
42861   </test>
42862   <test name="test-707.cs">
42863     <type name="Tzap">
42864       <method name="Void .ctor()">
42865         <size>7</size>
42866       </method>
42867     </type>
42868     <type name="Tzap+Baz">
42869       <method name="Void .ctor()">
42870         <size>7</size>
42871       </method>
42872       <method name="Void Gazonk()">
42873         <size>7</size>
42874       </method>
42875       <method name="Void Main()">
42876         <size>1</size>
42877       </method>
42878     </type>
42879     <type name="Tzap+Bar">
42880       <method name="Void .ctor()">
42881         <size>7</size>
42882       </method>
42883       <method name="Void Foo()">
42884         <size>1</size>
42885       </method>
42886     </type>
42887   </test>
42888   <test name="test-708.cs">
42889     <type name="A">
42890       <method name="Void .ctor()">
42891         <size>7</size>
42892       </method>
42893       <method name="A+ADelegate Delegate2(Boolean)">
42894         <size>25</size>
42895       </method>
42896       <method name="Void Main()">
42897         <size>1</size>
42898       </method>
42899     </type>
42900     <type name="A+ADelegate">
42901       <method name="Void .ctor(Object, IntPtr)">
42902         <size>0</size>
42903       </method>
42904       <method name="A+ADelegate Invoke(Boolean)">
42905         <size>0</size>
42906       </method>
42907       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
42908         <size>0</size>
42909       </method>
42910       <method name="A+ADelegate EndInvoke(IAsyncResult)">
42911         <size>0</size>
42912       </method>
42913     </type>
42914   </test>
42915   <test name="test-709.cs">
42916     <type name="C">
42917       <method name="Void .ctor()">
42918         <size>7</size>
42919       </method>
42920       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
42921         <size>68</size>
42922       </method>
42923       <method name="Void CharCopy(Char*, Char*, Int32)">
42924         <size>33</size>
42925       </method>
42926       <method name="Int32 Main()">
42927         <size>58</size>
42928       </method>
42929     </type>
42930   </test>
42931   <test name="test-71.cs">
42932     <type name="X">
42933       <method name="Void .ctor()">
42934         <size>7</size>
42935       </method>
42936       <method name="Void Main()">
42937         <size>37</size>
42938       </method>
42939     </type>
42940     <type name="MethodSignature">
42941       <method name="Void .ctor(String, Type, Type[])">
42942         <size>22</size>
42943       </method>
42944     </type>
42945   </test>
42946   <test name="test-710.cs">
42947     <type name="Z">
42948       <method name="Void .ctor()">
42949         <size>7</size>
42950       </method>
42951     </type>
42952     <type name="C">
42953       <method name="Void .ctor()">
42954         <size>7</size>
42955       </method>
42956       <method name="Void Main()">
42957         <size>7</size>
42958       </method>
42959     </type>
42960   </test>
42961   <test name="test-711.cs">
42962     <type name="N.Test">
42963       <method name="Void .ctor()">
42964         <size>7</size>
42965       </method>
42966       <method name="Void .ctor(Int32)">
42967         <size>7</size>
42968       </method>
42969       <method name="Void Main()">
42970         <size>1</size>
42971       </method>
42972     </type>
42973   </test>
42974   <test name="test-712.cs">
42975     <type name="Hello">
42976       <method name="Void .ctor()">
42977         <size>7</size>
42978       </method>
42979       <method name="Void Main()">
42980         <size>22</size>
42981       </method>
42982     </type>
42983   </test>
42984   <test name="test-713.cs">
42985     <type name="DispBar">
42986       <method name="Void .ctor()">
42987         <size>7</size>
42988       </method>
42989       <method name="Void Dispose()">
42990         <size>11</size>
42991       </method>
42992     </type>
42993     <type name="Foo">
42994       <method name="Void .ctor()">
42995         <size>7</size>
42996       </method>
42997       <method name="IDisposable GetBar()">
42998         <size>6</size>
42999       </method>
43000     </type>
43001     <type name="Test">
43002       <method name="Void .ctor()">
43003         <size>7</size>
43004       </method>
43005       <method name="Void .cctor()">
43006         <size>11</size>
43007       </method>
43008       <method name="Boolean TryThing()">
43009         <size>46</size>
43010       </method>
43011       <method name="Void Main()">
43012         <size>7</size>
43013       </method>
43014     </type>
43015   </test>
43016   <test name="test-714.cs">
43017     <type name="Hello">
43018       <method name="Void .ctor()">
43019         <size>7</size>
43020       </method>
43021       <method name="Void IBar.Test()">
43022         <size>1</size>
43023       </method>
43024       <method name="Void Main()">
43025         <size>1</size>
43026       </method>
43027     </type>
43028   </test>
43029   <test name="test-716.cs">
43030     <type name="SS">
43031       <method name="Void .cctor()">
43032         <size>8</size>
43033       </method>
43034     </type>
43035     <type name="SSS">
43036       <method name="Void .cctor()">
43037         <size>15</size>
43038       </method>
43039     </type>
43040     <type name="C">
43041       <method name="Void .ctor()">
43042         <size>7</size>
43043       </method>
43044     </type>
43045     <type name="CC">
43046       <method name="Void .ctor()">
43047         <size>7</size>
43048       </method>
43049       <method name="Void .cctor()">
43050         <size>8</size>
43051       </method>
43052     </type>
43053     <type name="CCC">
43054       <method name="Void .ctor()">
43055         <size>7</size>
43056       </method>
43057       <method name="Void .cctor()">
43058         <size>11</size>
43059       </method>
43060     </type>
43061     <type name="X">
43062       <method name="Void .ctor()">
43063         <size>7</size>
43064       </method>
43065       <method name="Int32 Main()">
43066         <size>192</size>
43067       </method>
43068     </type>
43069   </test>
43070   <test name="test-717.cs">
43071     <type name="AA">
43072       <method name="Void .ctor()">
43073         <size>7</size>
43074       </method>
43075       <method name="Int32 Foo(Int32)">
43076         <size>2</size>
43077       </method>
43078     </type>
43079     <type name="A">
43080       <method name="Void .ctor()">
43081         <size>7</size>
43082       </method>
43083       <method name="Int32 Foo(Byte)">
43084         <size>2</size>
43085       </method>
43086       <method name="Int32 Foo(Int32)">
43087         <size>2</size>
43088       </method>
43089     </type>
43090     <type name="B">
43091       <method name="Void .ctor()">
43092         <size>7</size>
43093       </method>
43094       <method name="Int32 Foo(Int32)">
43095         <size>2</size>
43096       </method>
43097       <method name="Void Foo(System.String)">
43098         <size>1</size>
43099       </method>
43100     </type>
43101     <type name="S">
43102       <method name="System.String ToString()">
43103         <size>6</size>
43104       </method>
43105     </type>
43106     <type name="MyClass">
43107       <method name="Void .ctor()">
43108         <size>7</size>
43109       </method>
43110       <method name="Int32 Main()">
43111         <size>67</size>
43112       </method>
43113     </type>
43114   </test>
43115   <test name="test-718.cs">
43116     <type name="A">
43117       <method name="Void .ctor()">
43118         <size>7</size>
43119       </method>
43120       <method name="Void Foo(Int32, Int32)">
43121         <size>1</size>
43122       </method>
43123     </type>
43124     <type name="B">
43125       <method name="Void .ctor()">
43126         <size>7</size>
43127       </method>
43128       <method name="Void Main()">
43129         <size>8</size>
43130       </method>
43131       <method name="Void Foo(Int32)">
43132         <size>1</size>
43133       </method>
43134     </type>
43135   </test>
43136   <test name="test-719.cs">
43137     <type name="C">
43138       <method name="Void .ctor()">
43139         <size>7</size>
43140       </method>
43141       <method name="Void Main()">
43142         <size>1</size>
43143       </method>
43144     </type>
43145   </test>
43146   <test name="test-72.cs">
43147     <type name="outer">
43148       <method name="Void .ctor()">
43149         <size>7</size>
43150       </method>
43151       <method name="Int32 Main()">
43152         <size>2</size>
43153       </method>
43154     </type>
43155     <type name="outer+inner">
43156       <method name="Void .ctor()">
43157         <size>7</size>
43158       </method>
43159       <method name="Void meth(System.Object)">
43160         <size>8</size>
43161       </method>
43162     </type>
43163   </test>
43164   <test name="test-720.cs">
43165     <type name="N.Program">
43166       <method name="Void .ctor()">
43167         <size>7</size>
43168       </method>
43169       <method name="Void Main()">
43170         <size>18</size>
43171       </method>
43172     </type>
43173     <type name="N.Parent">
43174       <method name="Void .ctor()">
43175         <size>7</size>
43176       </method>
43177       <method name="Void add_Example(N.Parent+ExampleHandler)">
43178         <size>0</size>
43179       </method>
43180       <method name="Void remove_Example(N.Parent+ExampleHandler)">
43181         <size>0</size>
43182       </method>
43183     </type>
43184     <type name="N.Child">
43185       <method name="Void .ctor()">
43186         <size>7</size>
43187       </method>
43188       <method name="Void add_Example(N.Parent+ExampleHandler)">
43189         <size>24</size>
43190       </method>
43191       <method name="Void remove_Example(N.Parent+ExampleHandler)">
43192         <size>24</size>
43193       </method>
43194       <method name="Void OnExample()">
43195         <size>23</size>
43196       </method>
43197     </type>
43198     <type name="N.Parent+ExampleHandler">
43199       <method name="Void .ctor(Object, IntPtr)">
43200         <size>0</size>
43201       </method>
43202       <method name="Void Invoke()">
43203         <size>0</size>
43204       </method>
43205       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43206         <size>0</size>
43207       </method>
43208       <method name="Void EndInvoke(IAsyncResult)">
43209         <size>0</size>
43210       </method>
43211     </type>
43212   </test>
43213   <test name="test-721.cs">
43214     <type name="Program">
43215       <method name="Void .ctor()">
43216         <size>7</size>
43217       </method>
43218       <method name="Int32 Main()">
43219         <size>55</size>
43220       </method>
43221     </type>
43222     <type name="Control">
43223       <method name="Void .ctor()">
43224         <size>7</size>
43225       </method>
43226       <method name="Void set_Foo(Int32)">
43227         <size>1</size>
43228       </method>
43229     </type>
43230   </test>
43231   <test name="test-723.cs">
43232     <type name="Test">
43233       <method name="Void .ctor()">
43234         <size>7</size>
43235       </method>
43236       <method name="Int32 get_Count()">
43237         <size>2</size>
43238       </method>
43239     </type>
43240     <type name="Maine">
43241       <method name="Int32 Main()">
43242         <size>21</size>
43243       </method>
43244     </type>
43245   </test>
43246   <test name="test-724.cs">
43247     <type name="Test">
43248       <method name="Void .ctor()">
43249         <size>7</size>
43250       </method>
43251       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
43252         <size>29</size>
43253       </method>
43254       <method name="Int32 Main()">
43255         <size>110</size>
43256       </method>
43257     </type>
43258     <type name="Concrete">
43259       <method name="Void .ctor()">
43260         <size>7</size>
43261       </method>
43262       <method name="System.String A.get_Spec()">
43263         <size>6</size>
43264       </method>
43265       <method name="System.String B.get_Spec()">
43266         <size>6</size>
43267       </method>
43268       <method name="System.String get_Spec()">
43269         <size>6</size>
43270       </method>
43271     </type>
43272   </test>
43273   <test name="test-726.cs">
43274     <type name="CS0102">
43275       <method name="System.Object IFoo.Clone()">
43276         <size>2</size>
43277       </method>
43278       <method name="Void Main()">
43279         <size>1</size>
43280       </method>
43281       <method name="Void .ctor()">
43282         <size>7</size>
43283       </method>
43284     </type>
43285     <type name="CS0102+Clone">
43286       <method name="Void .ctor()">
43287         <size>7</size>
43288       </method>
43289     </type>
43290   </test>
43291   <test name="test-727.cs">
43292     <type name="IDisposableTest.MainClass">
43293       <method name="Int32 Main()">
43294         <size>113</size>
43295       </method>
43296       <method name="Void .ctor()">
43297         <size>7</size>
43298       </method>
43299     </type>
43300     <type name="IDisposableTest.Foo">
43301       <method name="Void Dispose()">
43302         <size>32</size>
43303       </method>
43304       <method name="Void .ctor()">
43305         <size>57</size>
43306       </method>
43307       <method name="Void .cctor()">
43308         <size>1</size>
43309       </method>
43310     </type>
43311   </test>
43312   <test name="test-728.cs">
43313     <type name="Tests">
43314       <method name="Int32 Main()">
43315         <size>25</size>
43316       </method>
43317       <method name="Void .ctor()">
43318         <size>7</size>
43319       </method>
43320     </type>
43321   </test>
43322   <test name="test-729.cs">
43323     <type name="Primes.MainClass">
43324       <method name="Int32 Main()">
43325         <size>136</size>
43326       </method>
43327       <method name="Void .ctor()">
43328         <size>7</size>
43329       </method>
43330     </type>
43331   </test>
43332   <test name="test-73.cs">
43333     <type name="Abstract">
43334       <method name="Void .ctor()">
43335         <size>7</size>
43336       </method>
43337       <method name="Int32 A()">
43338         <size>0</size>
43339       </method>
43340     </type>
43341     <type name="Concrete">
43342       <method name="Void .ctor()">
43343         <size>7</size>
43344       </method>
43345       <method name="Int32 A()">
43346         <size>2</size>
43347       </method>
43348     </type>
43349     <type name="Test">
43350       <method name="Void .ctor()">
43351         <size>7</size>
43352       </method>
43353       <method name="Int32 Main()">
43354         <size>22</size>
43355       </method>
43356     </type>
43357   </test>
43358   <test name="test-730.cs">
43359     <type name="Demo">
43360       <method name="Void Test(System.Object)">
43361         <size>1</size>
43362       </method>
43363       <method name="Int32 Test(Int32)">
43364         <size>2</size>
43365       </method>
43366       <method name="Int32 GetPhones()">
43367         <size>22</size>
43368       </method>
43369       <method name="Int32 Main()">
43370         <size>23</size>
43371       </method>
43372       <method name="Void .ctor()">
43373         <size>7</size>
43374       </method>
43375     </type>
43376     <type name="Demo+D">
43377       <method name="Int32 Invoke(Int32)">
43378         <size>0</size>
43379       </method>
43380       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
43381         <size>0</size>
43382       </method>
43383       <method name="Int32 EndInvoke(IAsyncResult)">
43384         <size>0</size>
43385       </method>
43386       <method name="Void .ctor(Object, IntPtr)">
43387         <size>0</size>
43388       </method>
43389     </type>
43390   </test>
43391   <test name="test-731.cs">
43392     <type name="C">
43393       <method name="Int32 Main()">
43394         <size>34</size>
43395       </method>
43396       <method name="Void .ctor()">
43397         <size>7</size>
43398       </method>
43399     </type>
43400     <type name="&lt;PrivateImplementationDetails&gt;">
43401       <method name="Void .ctor()">
43402         <size>7</size>
43403       </method>
43404     </type>
43405   </test>
43406   <test name="test-733.cs">
43407     <type name="Test">
43408       <method name="Int32 Main()">
43409         <size>88</size>
43410       </method>
43411       <method name="Void .ctor()">
43412         <size>7</size>
43413       </method>
43414     </type>
43415   </test>
43416   <test name="test-734.cs">
43417     <type name="M">
43418       <method name="Void Run()">
43419         <size>23</size>
43420       </method>
43421       <method name="Int32 Main()">
43422         <size>72</size>
43423       </method>
43424       <method name="Void .ctor()">
43425         <size>7</size>
43426       </method>
43427     </type>
43428   </test>
43429   <test name="test-735.cs">
43430     <type name="B">
43431       <method name="Void .ctor()">
43432         <size>7</size>
43433       </method>
43434     </type>
43435     <type name="B+C">
43436       <method name="Void Main()">
43437         <size>1</size>
43438       </method>
43439       <method name="Void .ctor()">
43440         <size>7</size>
43441       </method>
43442     </type>
43443     <type name="B+C+X">
43444       <method name="Void .ctor()">
43445         <size>7</size>
43446       </method>
43447     </type>
43448     <type name="B+D">
43449       <method name="Void .ctor()">
43450         <size>7</size>
43451       </method>
43452     </type>
43453   </test>
43454   <test name="test-736.cs">
43455     <type name="TestGeneric`1[T]">
43456       <method name="Void add_Event(System.EventHandler)">
43457         <size>24</size>
43458       </method>
43459       <method name="Void remove_Event(System.EventHandler)">
43460         <size>24</size>
43461       </method>
43462       <method name="Void Raise()">
43463         <size>18</size>
43464       </method>
43465       <method name="Void .ctor()">
43466         <size>7</size>
43467       </method>
43468     </type>
43469     <type name="TestGeneric2`1[T]">
43470       <method name="Void add_Event(TestGeneric2`1+GenericHandler[T])">
43471         <size>24</size>
43472       </method>
43473       <method name="Void remove_Event(TestGeneric2`1+GenericHandler[T])">
43474         <size>24</size>
43475       </method>
43476       <method name="Void Raise()">
43477         <size>21</size>
43478       </method>
43479       <method name="Void .ctor()">
43480         <size>7</size>
43481       </method>
43482     </type>
43483     <type name="Test">
43484       <method name="Void add_Event(System.EventHandler)">
43485         <size>24</size>
43486       </method>
43487       <method name="Void remove_Event(System.EventHandler)">
43488         <size>24</size>
43489       </method>
43490       <method name="Void Raise()">
43491         <size>18</size>
43492       </method>
43493       <method name="Void Main()">
43494         <size>1</size>
43495       </method>
43496       <method name="Void .ctor()">
43497         <size>7</size>
43498       </method>
43499     </type>
43500     <type name="TestGeneric2`1+GenericHandler[T]">
43501       <method name="Void Invoke(T)">
43502         <size>0</size>
43503       </method>
43504       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
43505         <size>0</size>
43506       </method>
43507       <method name="Void EndInvoke(IAsyncResult)">
43508         <size>0</size>
43509       </method>
43510       <method name="Void .ctor(Object, IntPtr)">
43511         <size>0</size>
43512       </method>
43513     </type>
43514   </test>
43515   <test name="test-737.cs">
43516     <type name="Breaks">
43517       <method name="Double get_Item(Int32, Int32)">
43518         <size>7</size>
43519       </method>
43520       <method name="Void set_Item(Int32, Int32, Double)">
43521         <size>8</size>
43522       </method>
43523       <method name="Void .ctor(Double)">
43524         <size>8</size>
43525       </method>
43526     </type>
43527     <type name="Tester">
43528       <method name="Int32 Main()">
43529         <size>74</size>
43530       </method>
43531       <method name="Void .ctor()">
43532         <size>7</size>
43533       </method>
43534     </type>
43535   </test>
43536   <test name="test-738.cs">
43537     <type name="TestNamespace.ResumableInputStream">
43538       <method name="Void Main()">
43539         <size>1</size>
43540       </method>
43541       <method name="Void .ctor()">
43542         <size>18</size>
43543       </method>
43544     </type>
43545   </test>
43546   <test name="test-739.cs">
43547     <type name="X">
43548       <method name="Void Finalize()">
43549         <size>19</size>
43550       </method>
43551       <method name="Void Foo()">
43552         <size>1</size>
43553       </method>
43554       <method name="Int32 Main()">
43555         <size>89</size>
43556       </method>
43557       <method name="Void .ctor()">
43558         <size>7</size>
43559       </method>
43560     </type>
43561   </test>
43562   <test name="test-74.cs">
43563     <type name="X">
43564       <method name="Void .ctor()">
43565         <size>7</size>
43566       </method>
43567       <method name="Int32 Main()">
43568         <size>168</size>
43569       </method>
43570     </type>
43571   </test>
43572   <test name="test-740.cs">
43573     <type name="FixedTest">
43574       <method name="Int32 Main()">
43575         <size>336</size>
43576       </method>
43577       <method name="Void .ctor()">
43578         <size>7</size>
43579       </method>
43580     </type>
43581     <type name="FixedTest+TValue">
43582       <method name="System.String ToString()">
43583         <size>17</size>
43584       </method>
43585       <method name="Void .ctor(Int64)">
43586         <size>28</size>
43587       </method>
43588     </type>
43589   </test>
43590   <test name="test-741.cs">
43591     <type name="Test">
43592       <method name="Void test()">
43593         <size>18</size>
43594       </method>
43595       <method name="Void Main()">
43596         <size>1</size>
43597       </method>
43598       <method name="Void .ctor()">
43599         <size>7</size>
43600       </method>
43601     </type>
43602   </test>
43603   <test name="test-742.cs">
43604     <type name="Test">
43605       <method name="Test Set(C)">
43606         <size>20</size>
43607       </method>
43608     </type>
43609     <type name="C">
43610       <method name="Void .ctor()">
43611         <size>7</size>
43612       </method>
43613     </type>
43614     <type name="Driver">
43615       <method name="Int32 Main()">
43616         <size>41</size>
43617       </method>
43618       <method name="Void .ctor()">
43619         <size>7</size>
43620       </method>
43621     </type>
43622   </test>
43623   <test name="test-743.cs">
43624     <type name="C">
43625       <method name="Void Main()">
43626         <size>11</size>
43627       </method>
43628       <method name="Void Test()">
43629         <size>30</size>
43630       </method>
43631       <method name="Void .ctor()">
43632         <size>7</size>
43633       </method>
43634     </type>
43635   </test>
43636   <test name="test-744.cs">
43637     <type name="M">
43638       <method name="Void Main()">
43639         <size>7</size>
43640       </method>
43641       <method name="Void .ctor()">
43642         <size>7</size>
43643       </method>
43644     </type>
43645     <type name="M+Nested">
43646       <method name="Void Extra()">
43647         <size>1</size>
43648       </method>
43649       <method name="Void .ctor()">
43650         <size>7</size>
43651       </method>
43652     </type>
43653     <type name="A">
43654       <method name="Void AMethod()">
43655         <size>0</size>
43656       </method>
43657       <method name="Void .ctor()">
43658         <size>7</size>
43659       </method>
43660     </type>
43661     <type name="B">
43662       <method name="Void BMethod()">
43663         <size>0</size>
43664       </method>
43665       <method name="Void .ctor()">
43666         <size>7</size>
43667       </method>
43668     </type>
43669     <type name="C">
43670       <method name="Void AMethod()">
43671         <size>1</size>
43672       </method>
43673       <method name="Void BMethod()">
43674         <size>1</size>
43675       </method>
43676       <method name="Void Extra()">
43677         <size>0</size>
43678       </method>
43679       <method name="Void .ctor()">
43680         <size>7</size>
43681       </method>
43682     </type>
43683   </test>
43684   <test name="test-745.cs">
43685     <type name="C">
43686       <method name="Void Main()">
43687         <size>28</size>
43688       </method>
43689       <method name="Void .ctor()">
43690         <size>7</size>
43691       </method>
43692     </type>
43693   </test>
43694   <test name="test-746.cs">
43695     <type name="Test">
43696       <method name="Void Foo(IListCounter)">
43697         <size>8</size>
43698       </method>
43699       <method name="Void Main()">
43700         <size>1</size>
43701       </method>
43702       <method name="Void .ctor()">
43703         <size>7</size>
43704       </method>
43705     </type>
43706   </test>
43707   <test name="test-747.cs">
43708     <type name="B">
43709       <method name="Void .ctor()">
43710         <size>7</size>
43711       </method>
43712     </type>
43713     <type name="B+BNested">
43714       <method name="Void .ctor()">
43715         <size>7</size>
43716       </method>
43717     </type>
43718     <type name="A">
43719       <method name="Void .ctor()">
43720         <size>7</size>
43721       </method>
43722     </type>
43723     <type name="AA">
43724       <method name="Void .ctor()">
43725         <size>7</size>
43726       </method>
43727     </type>
43728     <type name="AA+ANested">
43729       <method name="Void .ctor()">
43730         <size>7</size>
43731       </method>
43732     </type>
43733     <type name="M">
43734       <method name="Void Main()">
43735         <size>1</size>
43736       </method>
43737       <method name="Void .ctor()">
43738         <size>7</size>
43739       </method>
43740     </type>
43741   </test>
43742   <test name="test-748.cs">
43743     <type name="M">
43744       <method name="RealTest.Foo Test()">
43745         <size>6</size>
43746       </method>
43747       <method name="Void Main()">
43748         <size>1</size>
43749       </method>
43750       <method name="Void .ctor()">
43751         <size>7</size>
43752       </method>
43753     </type>
43754     <type name="Test.Local.M">
43755       <method name="RealTest.Foo Test()">
43756         <size>6</size>
43757       </method>
43758       <method name="Void .ctor()">
43759         <size>7</size>
43760       </method>
43761     </type>
43762     <type name="RealTest.Foo">
43763       <method name="Void .ctor()">
43764         <size>7</size>
43765       </method>
43766     </type>
43767   </test>
43768   <test name="test-749.cs">
43769     <type name="M">
43770       <method name="Void Main()">
43771         <size>14</size>
43772       </method>
43773       <method name="Void .ctor()">
43774         <size>7</size>
43775       </method>
43776     </type>
43777   </test>
43778   <test name="test-75.cs">
43779     <type name="X">
43780       <method name="Void .ctor()">
43781         <size>7</size>
43782       </method>
43783       <method name="Void .cctor()">
43784         <size>1</size>
43785       </method>
43786       <method name="X op_Addition(X, X)">
43787         <size>8</size>
43788       </method>
43789     </type>
43790     <type name="Y">
43791       <method name="Void .ctor()">
43792         <size>7</size>
43793       </method>
43794     </type>
43795     <type name="Z">
43796       <method name="Void .ctor()">
43797         <size>7</size>
43798       </method>
43799     </type>
43800     <type name="driver">
43801       <method name="Void .ctor()">
43802         <size>7</size>
43803       </method>
43804       <method name="Int32 Main()">
43805         <size>34</size>
43806       </method>
43807     </type>
43808   </test>
43809   <test name="test-750.cs">
43810     <type name="M">
43811       <method name="Void Main()">
43812         <size>1</size>
43813       </method>
43814       <method name="Void .ctor()">
43815         <size>7</size>
43816       </method>
43817     </type>
43818   </test>
43819   <test name="test-751.cs">
43820     <type name="LocalNS.Compiler">
43821       <method name="Void .ctor()">
43822         <size>7</size>
43823       </method>
43824     </type>
43825     <type name="System.Local.M">
43826       <method name="Void Main()">
43827         <size>7</size>
43828       </method>
43829       <method name="Void .ctor()">
43830         <size>7</size>
43831       </method>
43832     </type>
43833   </test>
43834   <test name="test-752.cs">
43835     <type name="M">
43836       <method name="Void Main()">
43837         <size>1</size>
43838       </method>
43839       <method name="Void .ctor()">
43840         <size>7</size>
43841       </method>
43842     </type>
43843   </test>
43844   <test name="test-753.cs">
43845     <type name="AI2">
43846       <method name="System.String IA.get_val()">
43847         <size>6</size>
43848       </method>
43849       <method name="Void IA.set_val(System.String)">
43850         <size>1</size>
43851       </method>
43852       <method name="Int32 get_val()">
43853         <size>3</size>
43854       </method>
43855       <method name="Void set_val(Int32)">
43856         <size>1</size>
43857       </method>
43858       <method name="Void stuff(IAI2)">
43859         <size>13</size>
43860       </method>
43861       <method name="Void Main()">
43862         <size>1</size>
43863       </method>
43864       <method name="Void .ctor()">
43865         <size>7</size>
43866       </method>
43867     </type>
43868   </test>
43869   <test name="test-754.cs">
43870     <type name="Bug.D">
43871       <method name="Void Invoke()">
43872         <size>0</size>
43873       </method>
43874       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43875         <size>0</size>
43876       </method>
43877       <method name="Void EndInvoke(IAsyncResult)">
43878         <size>0</size>
43879       </method>
43880       <method name="Void .ctor(Object, IntPtr)">
43881         <size>0</size>
43882       </method>
43883     </type>
43884     <type name="Bug.A">
43885       <method name="Void add_E(Bug.D)">
43886         <size>0</size>
43887       </method>
43888       <method name="Void remove_E(Bug.D)">
43889         <size>0</size>
43890       </method>
43891       <method name="Void .ctor()">
43892         <size>7</size>
43893       </method>
43894     </type>
43895     <type name="Bug.B">
43896       <method name="Void add_E(Bug.D)">
43897         <size>1</size>
43898       </method>
43899       <method name="Void remove_E(Bug.D)">
43900         <size>1</size>
43901       </method>
43902       <method name="Void .ctor()">
43903         <size>7</size>
43904       </method>
43905     </type>
43906     <type name="Bug.M">
43907       <method name="Void Main()">
43908         <size>1</size>
43909       </method>
43910       <method name="Void .ctor()">
43911         <size>7</size>
43912       </method>
43913     </type>
43914   </test>
43915   <test name="test-755.cs">
43916     <type name="Item">
43917       <method name="Void .ctor()">
43918         <size>7</size>
43919       </method>
43920       <method name="Void .cctor()">
43921         <size>8</size>
43922       </method>
43923     </type>
43924     <type name="Item+Builder">
43925       <method name="Int32 get_Foo()">
43926         <size>6</size>
43927       </method>
43928       <method name="System.Object get_Item(Int32)">
43929         <size>2</size>
43930       </method>
43931       <method name="System.Object get_Item(Int32, Int32)">
43932         <size>2</size>
43933       </method>
43934       <method name="Void .ctor()">
43935         <size>7</size>
43936       </method>
43937     </type>
43938     <type name="Program">
43939       <method name="Void Main()">
43940         <size>1</size>
43941       </method>
43942       <method name="Void .ctor()">
43943         <size>7</size>
43944       </method>
43945     </type>
43946   </test>
43947   <test name="test-756.cs">
43948     <type name="UnsafeTest">
43949       <method name="Void Main()">
43950         <size>12</size>
43951       </method>
43952       <method name="Void .ctor()">
43953         <size>7</size>
43954       </method>
43955     </type>
43956   </test>
43957   <test name="test-757.cs">
43958     <type name="TestClass1">
43959       <method name="Void Test()">
43960         <size>34</size>
43961       </method>
43962       <method name="Int32 Main()">
43963         <size>20</size>
43964       </method>
43965       <method name="Void .ctor()">
43966         <size>7</size>
43967       </method>
43968     </type>
43969     <type name="&lt;PrivateImplementationDetails&gt;">
43970       <method name="Void .ctor()">
43971         <size>7</size>
43972       </method>
43973     </type>
43974   </test>
43975   <test name="test-758.cs">
43976     <type name="C">
43977       <method name="Void Main()">
43978         <size>1</size>
43979       </method>
43980       <method name="Void .ctor()">
43981         <size>7</size>
43982       </method>
43983     </type>
43984     <type name="D">
43985       <method name="Void Finalize()">
43986         <size>13</size>
43987       </method>
43988       <method name="Void .ctor()">
43989         <size>7</size>
43990       </method>
43991     </type>
43992   </test>
43993   <test name="test-76.cs">
43994     <type name="foo">
43995       <method name="Void .ctor()">
43996         <size>7</size>
43997       </method>
43998       <method name="System.String strcat(System.String[])">
43999         <size>47</size>
44000       </method>
44001       <method name="Int32 Main()">
44002         <size>142</size>
44003       </method>
44004     </type>
44005   </test>
44006   <test name="test-760.cs">
44007     <type name="A">
44008       <method name="Void .ctor()">
44009         <size>7</size>
44010       </method>
44011     </type>
44012     <type name="Test">
44013       <method name="Void Main()">
44014         <size>7</size>
44015       </method>
44016       <method name="Void .ctor()">
44017         <size>7</size>
44018       </method>
44019     </type>
44020   </test>
44021   <test name="test-761.cs">
44022     <type name="C">
44023       <method name="Int32 get_I()">
44024         <size>7</size>
44025       </method>
44026       <method name="Void set_I(Int32)">
44027         <size>8</size>
44028       </method>
44029       <method name="Void Main()">
44030         <size>1</size>
44031       </method>
44032       <method name="Void .ctor()">
44033         <size>7</size>
44034       </method>
44035     </type>
44036   </test>
44037   <test name="test-762.cs">
44038     <type name="N1.Derived.Dummy">
44039       <method name="Void .ctor()">
44040         <size>7</size>
44041       </method>
44042     </type>
44043     <type name="N2.Derived.Dummy">
44044       <method name="Void .ctor()">
44045         <size>7</size>
44046       </method>
44047     </type>
44048     <type name="DerivedAttribute">
44049       <method name="Void .ctor()">
44050         <size>7</size>
44051       </method>
44052     </type>
44053     <type name="T">
44054       <method name="Void Main()">
44055         <size>1</size>
44056       </method>
44057       <method name="Void .ctor()">
44058         <size>7</size>
44059       </method>
44060     </type>
44061   </test>
44062   <test name="test-763.cs">
44063     <type name="StaticDelegateWithSameNameAsInstance">
44064       <method name="Void set_MyProvider(StaticDelegateWithSameNameAsInstance+Provider)">
44065         <size>35</size>
44066       </method>
44067       <method name="Void StaticCallback()">
44068         <size>31</size>
44069       </method>
44070       <method name="Void StaticCallback(System.String)">
44071         <size>35</size>
44072       </method>
44073       <method name="Int32 Main()">
44074         <size>36</size>
44075       </method>
44076       <method name="Void .ctor()">
44077         <size>7</size>
44078       </method>
44079       <method name="Void .cctor()">
44080         <size>7</size>
44081       </method>
44082     </type>
44083     <type name="StaticDelegateWithSameNameAsInstance+Provider">
44084       <method name="Void Invoke(System.String)">
44085         <size>0</size>
44086       </method>
44087       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
44088         <size>0</size>
44089       </method>
44090       <method name="Void EndInvoke(IAsyncResult)">
44091         <size>0</size>
44092       </method>
44093       <method name="Void .ctor(Object, IntPtr)">
44094         <size>0</size>
44095       </method>
44096     </type>
44097   </test>
44098   <test name="test-764.cs">
44099     <type name="Item">
44100       <method name="Void .ctor()">
44101         <size>7</size>
44102       </method>
44103       <method name="Void .cctor()">
44104         <size>11</size>
44105       </method>
44106     </type>
44107     <type name="Caller">
44108       <method name="System.String get_Item(System.String)">
44109         <size>2</size>
44110       </method>
44111       <method name="Int32 get_Item(Int32)">
44112         <size>2</size>
44113       </method>
44114       <method name="Void Foo()">
44115         <size>12</size>
44116       </method>
44117       <method name="Void Main()">
44118         <size>1</size>
44119       </method>
44120       <method name="Void .ctor()">
44121         <size>7</size>
44122       </method>
44123     </type>
44124   </test>
44125   <test name="test-765.cs">
44126     <type name="B">
44127       <method name="Void Foo(Int32)">
44128         <size>1</size>
44129       </method>
44130       <method name="Void .ctor()">
44131         <size>7</size>
44132       </method>
44133     </type>
44134     <type name="A">
44135       <method name="Void Foo(System.String)">
44136         <size>1</size>
44137       </method>
44138       <method name="Void .ctor()">
44139         <size>7</size>
44140       </method>
44141     </type>
44142     <type name="Test">
44143       <method name="Void Main()">
44144         <size>11</size>
44145       </method>
44146     </type>
44147   </test>
44148   <test name="test-766.cs">
44149     <type name="A.Color">
44150       <method name="Color get_Base()">
44151         <size>6</size>
44152       </method>
44153       <method name="Color get_NewBase()">
44154         <size>7</size>
44155       </method>
44156       <method name="Void Main()">
44157         <size>1</size>
44158       </method>
44159       <method name="Void .ctor()">
44160         <size>7</size>
44161       </method>
44162     </type>
44163     <type name="B.Color">
44164       <method name="Color From(Int32)">
44165         <size>10</size>
44166       </method>
44167       <method name="Void .cctor()">
44168         <size>15</size>
44169       </method>
44170     </type>
44171   </test>
44172   <test name="test-767.cs">
44173     <type name="Test">
44174       <method name="Int32 Foo()">
44175         <size>2</size>
44176       </method>
44177       <method name="Void Main()">
44178         <size>1</size>
44179       </method>
44180       <method name="Void .ctor()">
44181         <size>7</size>
44182       </method>
44183     </type>
44184     <type name="S">
44185       <method name="Test get_Test()">
44186         <size>6</size>
44187       </method>
44188       <method name="Void .cctor()">
44189         <size>11</size>
44190       </method>
44191     </type>
44192   </test>
44193   <test name="test-768.cs">
44194     <type name="A.N.Wrong">
44195       <method name="Void .ctor()">
44196         <size>7</size>
44197       </method>
44198     </type>
44199     <type name="N.C">
44200       <method name="Void .ctor()">
44201         <size>7</size>
44202       </method>
44203     </type>
44204     <type name="X.TestClass">
44205       <method name="Void Main()">
44206         <size>7</size>
44207       </method>
44208       <method name="Void .ctor()">
44209         <size>7</size>
44210       </method>
44211     </type>
44212   </test>
44213   <test name="test-769.cs">
44214     <type name="C">
44215       <method name="Void I.Clear()">
44216         <size>1</size>
44217       </method>
44218       <method name="Void Clear()">
44219         <size>1</size>
44220       </method>
44221       <method name="Int32 Main()">
44222         <size>114</size>
44223       </method>
44224       <method name="Void .ctor()">
44225         <size>7</size>
44226       </method>
44227     </type>
44228   </test>
44229   <test name="test-77.cs">
44230     <type name="XX">
44231       <method name="Void .ctor()">
44232         <size>7</size>
44233       </method>
44234       <method name="Int32 Main()">
44235         <size>220</size>
44236       </method>
44237     </type>
44238   </test>
44239   <test name="test-770.cs">
44240     <type name="MyClass">
44241       <method name="Void Main()">
44242         <size>13</size>
44243       </method>
44244       <method name="Void .ctor()">
44245         <size>7</size>
44246       </method>
44247     </type>
44248     <type name="MyClass+A">
44249       <method name="Void add_MouseClick(System.EventHandler)">
44250         <size>24</size>
44251       </method>
44252       <method name="Void remove_MouseClick(System.EventHandler)">
44253         <size>24</size>
44254       </method>
44255       <method name="Void .ctor()">
44256         <size>7</size>
44257       </method>
44258     </type>
44259     <type name="MyClass+B">
44260       <method name="Void add_MouseClick(System.EventHandler)">
44261         <size>24</size>
44262       </method>
44263       <method name="Void remove_MouseClick(System.EventHandler)">
44264         <size>24</size>
44265       </method>
44266       <method name="Void .ctor()">
44267         <size>7</size>
44268       </method>
44269     </type>
44270     <type name="MyClass+C">
44271       <method name="Void MouseClick()">
44272         <size>11</size>
44273       </method>
44274       <method name="Void .ctor()">
44275         <size>7</size>
44276       </method>
44277     </type>
44278   </test>
44279   <test name="test-771.cs">
44280     <type name="InternalAccess.Base">
44281       <method name="System.String get_Prop()">
44282         <size>6</size>
44283       </method>
44284       <method name="Void .ctor()">
44285         <size>7</size>
44286       </method>
44287     </type>
44288     <type name="InternalAccess.DerivedInternalExample">
44289       <method name="System.String get_Prop()">
44290         <size>6</size>
44291       </method>
44292       <method name="Void .ctor()">
44293         <size>7</size>
44294       </method>
44295     </type>
44296     <type name="InternalAccess.DerivedProtectedExample">
44297       <method name="System.String get_Prop()">
44298         <size>6</size>
44299       </method>
44300       <method name="Void .ctor()">
44301         <size>7</size>
44302       </method>
44303     </type>
44304     <type name="InternalAccess.MainClass">
44305       <method name="Int32 Main()">
44306         <size>60</size>
44307       </method>
44308       <method name="Void .ctor()">
44309         <size>7</size>
44310       </method>
44311     </type>
44312   </test>
44313   <test name="test-772.cs">
44314     <type name="Test">
44315       <method name="Void Main()">
44316         <size>14</size>
44317       </method>
44318       <method name="Void .ctor()">
44319         <size>7</size>
44320       </method>
44321     </type>
44322     <type name="Foo">
44323       <method name="Void .ctor(Object)">
44324         <size>17</size>
44325       </method>
44326       <method name="Void .ctor(String, Object[])">
44327         <size>7</size>
44328       </method>
44329     </type>
44330   </test>
44331   <test name="test-773.cs">
44332     <type name="Foo">
44333       <method name="Int32 get_Item(Int32)">
44334         <size>3</size>
44335       </method>
44336       <method name="Int32 IFoo.get_Bar(Int32)">
44337         <size>8</size>
44338       </method>
44339       <method name="Void .ctor()">
44340         <size>7</size>
44341       </method>
44342     </type>
44343     <type name="Bar">
44344       <method name="Int32 get_Baz(Int32)">
44345         <size>0</size>
44346       </method>
44347       <method name="Void .ctor()">
44348         <size>7</size>
44349       </method>
44350     </type>
44351     <type name="Babar">
44352       <method name="Int32 get_Baz(Int32)">
44353         <size>3</size>
44354       </method>
44355       <method name="Void .ctor()">
44356         <size>7</size>
44357       </method>
44358     </type>
44359     <type name="Test">
44360       <method name="Int32 Main()">
44361         <size>68</size>
44362       </method>
44363       <method name="Void .ctor()">
44364         <size>7</size>
44365       </method>
44366     </type>
44367   </test>
44368   <test name="test-774.cs">
44369     <type name="C">
44370       <method name="Int32 I.get_Item(Int32)">
44371         <size>2</size>
44372       </method>
44373       <method name="Void I.set_Item(Int32, Int32)">
44374         <size>1</size>
44375       </method>
44376       <method name="Int32 get_Item(Int32)">
44377         <size>2</size>
44378       </method>
44379       <method name="Void set_Item(Int32, Int32)">
44380         <size>1</size>
44381       </method>
44382       <method name="Void Main()">
44383         <size>1</size>
44384       </method>
44385       <method name="Void .ctor()">
44386         <size>7</size>
44387       </method>
44388     </type>
44389   </test>
44390   <test name="test-775.cs">
44391     <type name="C">
44392       <method name="Void A.add_Member(System.EventHandler)">
44393         <size>34</size>
44394       </method>
44395       <method name="Void A.remove_Member(System.EventHandler)">
44396         <size>24</size>
44397       </method>
44398       <method name="Void add_Member(System.EventHandler)">
44399         <size>34</size>
44400       </method>
44401       <method name="Void remove_Member(System.EventHandler)">
44402         <size>24</size>
44403       </method>
44404       <method name="Void .ctor()">
44405         <size>7</size>
44406       </method>
44407     </type>
44408     <type name="Test">
44409       <method name="Int32 Main()">
44410         <size>11</size>
44411       </method>
44412       <method name="Int32 TestMe()">
44413         <size>155</size>
44414       </method>
44415       <method name="Void f(System.Object, System.EventArgs)">
44416         <size>1</size>
44417       </method>
44418       <method name="Void .ctor()">
44419         <size>7</size>
44420       </method>
44421     </type>
44422   </test>
44423   <test name="test-776.cs">
44424     <type name="First">
44425       <method name="System.Object get_Item(System.String)">
44426         <size>6</size>
44427       </method>
44428       <method name="Void set_Item(System.String, System.Object)">
44429         <size>1</size>
44430       </method>
44431       <method name="Void .ctor()">
44432         <size>7</size>
44433       </method>
44434     </type>
44435     <type name="Second">
44436       <method name="System.Object get_Item(System.String)">
44437         <size>6</size>
44438       </method>
44439       <method name="Void set_Item(System.String, System.Object)">
44440         <size>1</size>
44441       </method>
44442       <method name="Void .ctor()">
44443         <size>7</size>
44444       </method>
44445     </type>
44446     <type name="Third">
44447       <method name="System.Object get_Item(System.String)">
44448         <size>8</size>
44449       </method>
44450       <method name="Void set_Item(System.String, System.Object)">
44451         <size>1</size>
44452       </method>
44453       <method name="Void .ctor()">
44454         <size>7</size>
44455       </method>
44456     </type>
44457     <type name="a">
44458       <method name="Int32 Main(System.String[])">
44459         <size>31</size>
44460       </method>
44461       <method name="Void .ctor()">
44462         <size>7</size>
44463       </method>
44464     </type>
44465   </test>
44466   <test name="test-777.cs">
44467     <type name="MediaStore">
44468       <method name="Void Main()">
44469         <size>1</size>
44470       </method>
44471       <method name="Void .ctor()">
44472         <size>7</size>
44473       </method>
44474     </type>
44475     <type name="MediaStore+Thing">
44476       <method name="Void .ctor()">
44477         <size>7</size>
44478       </method>
44479     </type>
44480   </test>
44481   <test name="test-778.cs">
44482     <type name="A">
44483       <method name="Int32 Test()">
44484         <size>6</size>
44485       </method>
44486       <method name="Void .ctor()">
44487         <size>7</size>
44488       </method>
44489     </type>
44490     <type name="B">
44491       <method name="Int32 Test()">
44492         <size>12</size>
44493       </method>
44494       <method name="Void Test(System.Object[])">
44495         <size>1</size>
44496       </method>
44497       <method name="Void Test(System.Object[], System.String)">
44498         <size>1</size>
44499       </method>
44500       <method name="Void .ctor()">
44501         <size>7</size>
44502       </method>
44503     </type>
44504     <type name="C">
44505       <method name="Void Test(System.Object[], System.String)">
44506         <size>1</size>
44507       </method>
44508       <method name="Void .ctor()">
44509         <size>7</size>
44510       </method>
44511     </type>
44512     <type name="D">
44513       <method name="Int32 Test()">
44514         <size>7</size>
44515       </method>
44516       <method name="Void .ctor()">
44517         <size>7</size>
44518       </method>
44519     </type>
44520     <type name="T">
44521       <method name="Int32 Main()">
44522         <size>22</size>
44523       </method>
44524       <method name="Void .ctor()">
44525         <size>7</size>
44526       </method>
44527     </type>
44528   </test>
44529   <test name="test-779.cs">
44530     <type name="Test">
44531       <method name="Int32 Main()">
44532         <size>20</size>
44533       </method>
44534       <method name="Boolean test1(Int64, Int64)">
44535         <size>14</size>
44536       </method>
44537     </type>
44538   </test>
44539   <test name="test-78.cs">
44540     <type name="N1.B">
44541       <method name="Void .ctor()">
44542         <size>7</size>
44543       </method>
44544       <method name="Boolean ShortCasting()">
44545         <size>19</size>
44546       </method>
44547       <method name="Boolean IntCasting()">
44548         <size>18</size>
44549       </method>
44550       <method name="Int32 Main()">
44551         <size>26</size>
44552       </method>
44553     </type>
44554   </test>
44555   <test name="test-780.cs">
44556     <type name="MonoVirtuals.X">
44557       <method name="Void .ctor()">
44558         <size>7</size>
44559       </method>
44560     </type>
44561     <type name="MonoVirtuals.Y">
44562       <method name="Void .ctor()">
44563         <size>7</size>
44564       </method>
44565     </type>
44566     <type name="MonoVirtuals.A">
44567       <method name="Int32 f(MonoVirtuals.X)">
44568         <size>12</size>
44569       </method>
44570       <method name="Int32 f(MonoVirtuals.Y)">
44571         <size>13</size>
44572       </method>
44573       <method name="Int32 get_Item(MonoVirtuals.X)">
44574         <size>12</size>
44575       </method>
44576       <method name="Int32 get_Item(MonoVirtuals.Y)">
44577         <size>13</size>
44578       </method>
44579       <method name="Void .ctor()">
44580         <size>7</size>
44581       </method>
44582     </type>
44583     <type name="MonoVirtuals.B">
44584       <method name="Int32 f(MonoVirtuals.X)">
44585         <size>19</size>
44586       </method>
44587       <method name="Int32 get_Item(MonoVirtuals.X)">
44588         <size>19</size>
44589       </method>
44590       <method name="Void .ctor()">
44591         <size>7</size>
44592       </method>
44593     </type>
44594     <type name="MonoVirtuals.C">
44595       <method name="Int32 f(MonoVirtuals.X)">
44596         <size>18</size>
44597       </method>
44598       <method name="Int32 f(MonoVirtuals.Y)">
44599         <size>18</size>
44600       </method>
44601       <method name="Int32 get_Item(MonoVirtuals.X)">
44602         <size>18</size>
44603       </method>
44604       <method name="Int32 get_Item(MonoVirtuals.Y)">
44605         <size>18</size>
44606       </method>
44607       <method name="Void .ctor()">
44608         <size>7</size>
44609       </method>
44610     </type>
44611     <type name="MonoVirtuals.MainClass">
44612       <method name="Int32 Main()">
44613         <size>46</size>
44614       </method>
44615       <method name="Void .ctor()">
44616         <size>7</size>
44617       </method>
44618     </type>
44619   </test>
44620   <test name="test-781.cs">
44621     <type name="D">
44622       <method name="Void Invoke()">
44623         <size>0</size>
44624       </method>
44625       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44626         <size>0</size>
44627       </method>
44628       <method name="Void EndInvoke(IAsyncResult)">
44629         <size>0</size>
44630       </method>
44631       <method name="Void .ctor(Object, IntPtr)">
44632         <size>0</size>
44633       </method>
44634     </type>
44635     <type name="E">
44636       <method name="Void add_temp(D)">
44637         <size>24</size>
44638       </method>
44639       <method name="Void remove_temp(D)">
44640         <size>24</size>
44641       </method>
44642       <method name="Void .ctor()">
44643         <size>7</size>
44644       </method>
44645     </type>
44646     <type name="A">
44647       <method name="E get_Prop()">
44648         <size>6</size>
44649       </method>
44650       <method name="Void Test()">
44651         <size>41</size>
44652       </method>
44653       <method name="Void Main()">
44654         <size>13</size>
44655       </method>
44656       <method name="Void &lt;Test&gt;m__0()">
44657         <size>1</size>
44658       </method>
44659       <method name="Void .ctor()">
44660         <size>7</size>
44661       </method>
44662     </type>
44663   </test>
44664   <test name="test-782.cs">
44665     <type name="Test">
44666       <method name="Void Main()">
44667         <size>1</size>
44668       </method>
44669       <method name="Void .ctor()">
44670         <size>7</size>
44671       </method>
44672     </type>
44673   </test>
44674   <test name="test-783.cs">
44675     <type name="C">
44676       <method name="Void Main()">
44677         <size>25</size>
44678       </method>
44679       <method name="Void M(E)">
44680         <size>1</size>
44681       </method>
44682       <method name="Void .ctor()">
44683         <size>7</size>
44684       </method>
44685     </type>
44686   </test>
44687   <test name="test-784.cs">
44688     <type name="A">
44689       <method name="Int32 get_Item(Int32)">
44690         <size>6</size>
44691       </method>
44692       <method name="Void set_Item(Int32, Int32)">
44693         <size>8</size>
44694       </method>
44695       <method name="Void .ctor()">
44696         <size>15</size>
44697       </method>
44698     </type>
44699     <type name="B">
44700       <method name="Int32 get_Item(Int32)">
44701         <size>7</size>
44702       </method>
44703       <method name="Void .ctor()">
44704         <size>7</size>
44705       </method>
44706     </type>
44707     <type name="C">
44708       <method name="Int32 get_Item(Int32)">
44709         <size>8</size>
44710       </method>
44711       <method name="Void set_Item(Int32, Int32)">
44712         <size>9</size>
44713       </method>
44714       <method name="Int32 Main()">
44715         <size>52</size>
44716       </method>
44717       <method name="Void .ctor()">
44718         <size>7</size>
44719       </method>
44720     </type>
44721   </test>
44722   <test name="test-785.cs">
44723     <type name="Base">
44724       <method name="Int32 get_Prop()">
44725         <size>0</size>
44726       </method>
44727       <method name="Void set_Prop(Int32)">
44728         <size>0</size>
44729       </method>
44730       <method name="Int32 get_Item(Int32)">
44731         <size>0</size>
44732       </method>
44733       <method name="Void TestVoid()">
44734         <size>0</size>
44735       </method>
44736       <method name="Void TestInt(Int32)">
44737         <size>0</size>
44738       </method>
44739       <method name="Void .ctor()">
44740         <size>7</size>
44741       </method>
44742     </type>
44743     <type name="DeriveVTable">
44744       <method name="Int32 get_Prop()">
44745         <size>2</size>
44746       </method>
44747       <method name="Int32 get_Item(Int32)">
44748         <size>2</size>
44749       </method>
44750       <method name="Void TestVoid()">
44751         <size>1</size>
44752       </method>
44753       <method name="Void TestInt(Int32)">
44754         <size>1</size>
44755       </method>
44756       <method name="Void .ctor()">
44757         <size>7</size>
44758       </method>
44759     </type>
44760     <type name="NewVTable">
44761       <method name="Int32 get_Prop()">
44762         <size>0</size>
44763       </method>
44764       <method name="Int32 get_Item(Int32)">
44765         <size>2</size>
44766       </method>
44767       <method name="Void TestVoid()">
44768         <size>1</size>
44769       </method>
44770       <method name="Void TestInt(Int32)">
44771         <size>1</size>
44772       </method>
44773       <method name="Void Overload()">
44774         <size>1</size>
44775       </method>
44776       <method name="Void Overload(Int32)">
44777         <size>1</size>
44778       </method>
44779       <method name="Void Main()">
44780         <size>1</size>
44781       </method>
44782       <method name="Void .ctor()">
44783         <size>7</size>
44784       </method>
44785     </type>
44786   </test>
44787   <test name="test-786.cs">
44788     <type name="A">
44789       <method name="System.String op_Implicit(A)">
44790         <size>18</size>
44791       </method>
44792       <method name="System.Delegate op_Implicit(A)">
44793         <size>2</size>
44794       </method>
44795       <method name="Void .ctor()">
44796         <size>7</size>
44797       </method>
44798     </type>
44799     <type name="B">
44800       <method name="System.String op_Implicit(B)">
44801         <size>18</size>
44802       </method>
44803     </type>
44804     <type name="D">
44805       <method name="System.Delegate op_Implicit(D)">
44806         <size>14</size>
44807       </method>
44808     </type>
44809     <type name="E">
44810       <method name="Boolean op_Implicit(E)">
44811         <size>14</size>
44812       </method>
44813     </type>
44814     <type name="Program">
44815       <method name="Int32 Main()">
44816         <size>372</size>
44817       </method>
44818       <method name="Void .ctor()">
44819         <size>7</size>
44820       </method>
44821     </type>
44822   </test>
44823   <test name="test-787.cs">
44824     <type name="A">
44825       <method name="Void set_Prop(System.String)">
44826         <size>1</size>
44827       </method>
44828       <method name="System.String get_Prop()">
44829         <size>2</size>
44830       </method>
44831       <method name="Int32 Field()">
44832         <size>2</size>
44833       </method>
44834       <method name="Void .ctor()">
44835         <size>7</size>
44836       </method>
44837     </type>
44838     <type name="B">
44839       <method name="Void set_Prop(System.String)">
44840         <size>1</size>
44841       </method>
44842       <method name="System.String get_Prop()">
44843         <size>6</size>
44844       </method>
44845       <method name="Void .ctor()">
44846         <size>7</size>
44847       </method>
44848     </type>
44849     <type name="Test">
44850       <method name="Void Main()">
44851         <size>1</size>
44852       </method>
44853       <method name="Void .ctor()">
44854         <size>7</size>
44855       </method>
44856     </type>
44857   </test>
44858   <test name="test-788.cs">
44859     <type name="Program">
44860       <method name="Int32 Main()">
44861         <size>31</size>
44862       </method>
44863       <method name="Void .ctor()">
44864         <size>7</size>
44865       </method>
44866     </type>
44867     <type name="A">
44868       <method name="System.String get_Message()">
44869         <size>6</size>
44870       </method>
44871       <method name="Void .ctor()">
44872         <size>7</size>
44873       </method>
44874     </type>
44875     <type name="B">
44876       <method name="System.String get_Message()">
44877         <size>6</size>
44878       </method>
44879       <method name="Void .ctor()">
44880         <size>7</size>
44881       </method>
44882     </type>
44883   </test>
44884   <test name="test-789.cs">
44885     <type name="Program">
44886       <method name="Void Main()">
44887         <size>76</size>
44888       </method>
44889       <method name="Void &lt;Main&gt;m__0()">
44890         <size>7</size>
44891       </method>
44892       <method name="Void .ctor()">
44893         <size>7</size>
44894       </method>
44895     </type>
44896   </test>
44897   <test name="test-79.cs">
44898     <type name="X">
44899       <method name="Void .ctor()">
44900         <size>7</size>
44901       </method>
44902       <method name="Int32 Main()">
44903         <size>40</size>
44904       </method>
44905     </type>
44906   </test>
44907   <test name="test-790.cs">
44908     <type name="S">
44909       <method name="Void .ctor(Double)">
44910         <size>1</size>
44911       </method>
44912     </type>
44913     <type name="Test">
44914       <method name="Void Verify_1(Test ByRef, Test ByRef)">
44915         <size>20</size>
44916       </method>
44917       <method name="Void Verify_2(S ByRef, S ByRef)">
44918         <size>28</size>
44919       </method>
44920       <method name="Void Verify_3(E ByRef, E ByRef)">
44921         <size>9</size>
44922       </method>
44923       <method name="Int32 Main()">
44924         <size>29</size>
44925       </method>
44926     </type>
44927   </test>
44928   <test name="test-791.cs">
44929     <type name="testApp.TestApp">
44930       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44931         <size>12</size>
44932       </method>
44933       <method name="Int32 Main()">
44934         <size>68</size>
44935       </method>
44936       <method name="Boolean GetEnumerator()">
44937         <size>6</size>
44938       </method>
44939       <method name="Void .ctor()">
44940         <size>7</size>
44941       </method>
44942     </type>
44943   </test>
44944   <test name="test-792.cs">
44945     <type name="Program">
44946       <method name="Void Test()">
44947         <size>24</size>
44948       </method>
44949       <method name="Void Test2(IMemberDelayed)">
44950         <size>8</size>
44951       </method>
44952       <method name="Void Main()">
44953         <size>1</size>
44954       </method>
44955       <method name="Void .ctor()">
44956         <size>7</size>
44957       </method>
44958     </type>
44959   </test>
44960   <test name="test-793.cs">
44961     <type name="MonoPointerBugTest.Program">
44962       <method name="Int32 Main()">
44963         <size>43</size>
44964       </method>
44965       <method name="Void .ctor()">
44966         <size>7</size>
44967       </method>
44968     </type>
44969   </test>
44970   <test name="test-794.cs">
44971     <type name="C">
44972       <method name="Void Main()">
44973         <size>11</size>
44974       </method>
44975       <method name="Void TestCallOnly()">
44976         <size>65</size>
44977       </method>
44978       <method name="Void SomeMethod()">
44979         <size>1</size>
44980       </method>
44981       <method name="Void .ctor()">
44982         <size>7</size>
44983       </method>
44984     </type>
44985   </test>
44986   <test name="test-795.cs">
44987     <type name="Test">
44988       <method name="Int32 Main()">
44989         <size>112</size>
44990       </method>
44991       <method name="Void .ctor()">
44992         <size>25</size>
44993       </method>
44994     </type>
44995   </test>
44996   <test name="test-796.cs">
44997     <type name="Program">
44998       <method name="Void Main()">
44999         <size>1</size>
45000       </method>
45001       <method name="Void .ctor()">
45002         <size>7</size>
45003       </method>
45004     </type>
45005     <type name="FooAttribute">
45006       <method name="Void .ctor()">
45007         <size>7</size>
45008       </method>
45009     </type>
45010   </test>
45011   <test name="test-797.cs">
45012     <type name="C">
45013       <method name="Void Main()">
45014         <size>1</size>
45015       </method>
45016       <method name="Void .ctor()">
45017         <size>7</size>
45018       </method>
45019     </type>
45020   </test>
45021   <test name="test-798.cs">
45022     <type name="A">
45023       <method name="Void Foo(Int32 ByRef)">
45024         <size>5</size>
45025       </method>
45026       <method name="Void .ctor()">
45027         <size>7</size>
45028       </method>
45029     </type>
45030     <type name="B">
45031       <method name="Void Foo(Int32 ByRef)">
45032         <size>11</size>
45033       </method>
45034       <method name="Void .ctor()">
45035         <size>7</size>
45036       </method>
45037     </type>
45038     <type name="C">
45039       <method name="Int32 Main()">
45040         <size>24</size>
45041       </method>
45042       <method name="Void .ctor()">
45043         <size>7</size>
45044       </method>
45045     </type>
45046   </test>
45047   <test name="test-799.cs">
45048     <type name="Test2">
45049       <method name="Int32 Main()">
45050         <size>13</size>
45051       </method>
45052       <method name="Void .ctor()">
45053         <size>7</size>
45054       </method>
45055     </type>
45056     <type name="Test2+Foo">
45057       <method name="Void .ctor()">
45058         <size>7</size>
45059       </method>
45060     </type>
45061     <type name="Test2+Bar">
45062       <method name="Void .ctor(Foo)">
45063         <size>7</size>
45064       </method>
45065     </type>
45066   </test>
45067   <test name="test-8.cs">
45068     <type name="X">
45069       <method name="Void .ctor()">
45070         <size>7</size>
45071       </method>
45072       <method name="Int32 Main(System.String[])">
45073         <size>115</size>
45074       </method>
45075     </type>
45076   </test>
45077   <test name="test-80.cs">
45078     <type name="X">
45079       <method name="Void .ctor()">
45080         <size>7</size>
45081       </method>
45082       <method name="Int32 Add(Int32, Int32)">
45083         <size>4</size>
45084       </method>
45085     </type>
45086     <type name="Y">
45087       <method name="Void .ctor()">
45088         <size>7</size>
45089       </method>
45090       <method name="Int32 Main()">
45091         <size>34</size>
45092       </method>
45093       <method name="Int32 A.Add(Int32, Int32)">
45094         <size>9</size>
45095       </method>
45096     </type>
45097   </test>
45098   <test name="test-800.cs">
45099     <type name="C">
45100       <method name="Void Main()">
45101         <size>5</size>
45102       </method>
45103       <method name="Void .ctor()">
45104         <size>7</size>
45105       </method>
45106     </type>
45107   </test>
45108   <test name="test-801.cs">
45109     <type name="C">
45110       <method name="Int32 Main()">
45111         <size>154</size>
45112       </method>
45113       <method name="E op_Implicit(C)">
45114         <size>3</size>
45115       </method>
45116       <method name="Int32 op_Implicit(C)">
45117         <size>2</size>
45118       </method>
45119       <method name="Void .ctor()">
45120         <size>7</size>
45121       </method>
45122     </type>
45123   </test>
45124   <test name="test-81.cs">
45125     <type name="N1.A">
45126       <method name="Void .ctor()">
45127         <size>7</size>
45128       </method>
45129       <method name="Void Bar()">
45130         <size>44</size>
45131       </method>
45132       <method name="Int32 Main()">
45133         <size>71</size>
45134       </method>
45135     </type>
45136   </test>
45137   <test name="test-82.cs">
45138     <type name="N1.N2.B">
45139       <method name="Void .ctor()">
45140         <size>7</size>
45141       </method>
45142       <method name="Void Method(A ByRef)">
45143         <size>1</size>
45144       </method>
45145       <method name="Int32 Main()">
45146         <size>2</size>
45147       </method>
45148     </type>
45149     <type name="N1.N3.B">
45150       <method name="Void .ctor()">
45151         <size>7</size>
45152       </method>
45153       <method name="Void Method(A ByRef)">
45154         <size>1</size>
45155       </method>
45156     </type>
45157   </test>
45158   <test name="test-83.cs">
45159     <type name="PersonArrivedArgs">
45160       <method name="Void .ctor(String)">
45161         <size>14</size>
45162       </method>
45163     </type>
45164     <type name="Greeter">
45165       <method name="Void .ctor(String)">
45166         <size>14</size>
45167       </method>
45168       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
45169         <size>18</size>
45170       </method>
45171     </type>
45172     <type name="Room">
45173       <method name="Void .ctor()">
45174         <size>14</size>
45175       </method>
45176       <method name="Void add_PersonArrived(PersonArrivedHandler)">
45177         <size>24</size>
45178       </method>
45179       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
45180         <size>24</size>
45181       </method>
45182       <method name="Void AddPerson(System.String)">
45183         <size>14</size>
45184       </method>
45185     </type>
45186     <type name="DelegateTest">
45187       <method name="Void .ctor()">
45188         <size>7</size>
45189       </method>
45190       <method name="Int32 Main()">
45191         <size>2</size>
45192       </method>
45193     </type>
45194     <type name="PersonArrivedHandler">
45195       <method name="Void .ctor(Object, IntPtr)">
45196         <size>0</size>
45197       </method>
45198       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
45199         <size>0</size>
45200       </method>
45201       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
45202         <size>0</size>
45203       </method>
45204       <method name="Void EndInvoke(IAsyncResult)">
45205         <size>0</size>
45206       </method>
45207     </type>
45208   </test>
45209   <test name="test-84.cs">
45210     <type name="Ghost">
45211       <method name="Void .ctor()">
45212         <size>7</size>
45213       </method>
45214       <method name="Int32 Main()">
45215         <size>6</size>
45216       </method>
45217     </type>
45218   </test>
45219   <test name="test-85.cs">
45220     <type name="X">
45221       <method name="Void .ctor()">
45222         <size>7</size>
45223       </method>
45224       <method name="Int32 Main()">
45225         <size>20</size>
45226       </method>
45227     </type>
45228   </test>
45229   <test name="test-86.cs">
45230     <type name="T.T">
45231       <method name="Void .ctor()">
45232         <size>7</size>
45233       </method>
45234       <method name="Int32 method1(System.Type, Int32)">
45235         <size>23</size>
45236       </method>
45237       <method name="Int32 method1(System.Type, System.Type[])">
45238         <size>12</size>
45239       </method>
45240       <method name="Int32 method2(System.Type, Int32)">
45241         <size>23</size>
45242       </method>
45243       <method name="Int32 method2(System.Type, System.Type[])">
45244         <size>12</size>
45245       </method>
45246       <method name="Int32 Main()">
45247         <size>36</size>
45248       </method>
45249     </type>
45250   </test>
45251   <test name="test-87.cs">
45252     <type name="Top">
45253       <method name="Void .ctor()">
45254         <size>7</size>
45255       </method>
45256       <method name="Int32 Main()">
45257         <size>58</size>
45258       </method>
45259     </type>
45260     <type name="Top+X">
45261       <method name="Void .ctor()">
45262         <size>7</size>
45263       </method>
45264     </type>
45265     <type name="Top+Y">
45266       <method name="Void .ctor()">
45267         <size>7</size>
45268       </method>
45269     </type>
45270     <type name="Top+XA">
45271       <method name="Void .ctor()">
45272         <size>7</size>
45273       </method>
45274       <method name="Int32 get_one()">
45275         <size>2</size>
45276       </method>
45277     </type>
45278     <type name="Top+XB">
45279       <method name="Void .ctor()">
45280         <size>7</size>
45281       </method>
45282       <method name="Int32 get_one()">
45283         <size>2</size>
45284       </method>
45285       <method name="Int32 get_two()">
45286         <size>2</size>
45287       </method>
45288     </type>
45289     <type name="Other">
45290       <method name="Void .ctor()">
45291         <size>7</size>
45292       </method>
45293       <method name="Void X()">
45294         <size>5</size>
45295       </method>
45296     </type>
45297   </test>
45298   <test name="test-88.cs">
45299     <type name="X">
45300       <method name="Void .ctor()">
45301         <size>7</size>
45302       </method>
45303       <method name="Void f(System.String)">
45304         <size>19</size>
45305       </method>
45306       <method name="Int32 Main()">
45307         <size>63</size>
45308       </method>
45309     </type>
45310     <type name="&lt;PrivateImplementationDetails&gt;">
45311       <method name="Void .ctor()">
45312         <size>7</size>
45313       </method>
45314     </type>
45315   </test>
45316   <test name="test-89.cs">
45317     <type name="X">
45318       <method name="Void .ctor(Int32)">
45319         <size>8</size>
45320       </method>
45321       <method name="X F(Int32)">
45322         <size>7</size>
45323       </method>
45324       <method name="Int32 Main()">
45325         <size>99</size>
45326       </method>
45327     </type>
45328   </test>
45329   <test name="test-9.cs">
45330     <type name="X">
45331       <method name="Void .ctor()">
45332         <size>7</size>
45333       </method>
45334       <method name="Int32 Main(System.String[])">
45335         <size>104</size>
45336       </method>
45337     </type>
45338   </test>
45339   <test name="test-90.cs">
45340     <type name="N1.Blah">
45341       <method name="Void .ctor()">
45342         <size>7</size>
45343       </method>
45344       <method name="Int32 Main()">
45345         <size>2</size>
45346       </method>
45347     </type>
45348   </test>
45349   <test name="test-91.cs">
45350     <type name="Abstract">
45351       <method name="Void .ctor()">
45352         <size>7</size>
45353       </method>
45354     </type>
45355     <type name="Plain">
45356       <method name="Void .ctor()">
45357         <size>7</size>
45358       </method>
45359     </type>
45360     <type name="Test">
45361       <method name="Void .ctor()">
45362         <size>7</size>
45363       </method>
45364       <method name="Void MyProtectedInternal()">
45365         <size>1</size>
45366       </method>
45367       <method name="Void MyInternal()">
45368         <size>1</size>
45369       </method>
45370       <method name="Void MyPublic()">
45371         <size>1</size>
45372       </method>
45373       <method name="Void MyPrivate()">
45374         <size>1</size>
45375       </method>
45376       <method name="Int32 Main()">
45377         <size>242</size>
45378       </method>
45379     </type>
45380   </test>
45381   <test name="test-92.cs">
45382     <type name="Outer">
45383       <method name="Void .ctor()">
45384         <size>7</size>
45385       </method>
45386     </type>
45387     <type name="Outer+Inner">
45388       <method name="Void .ctor()">
45389         <size>7</size>
45390       </method>
45391     </type>
45392     <type name="InnerBase">
45393       <method name="Void .ctor()">
45394         <size>7</size>
45395       </method>
45396     </type>
45397     <type name="MainClass">
45398       <method name="Void .ctor()">
45399         <size>7</size>
45400       </method>
45401       <method name="Int32 Main()">
45402         <size>2</size>
45403       </method>
45404     </type>
45405   </test>
45406   <test name="test-93.cs">
45407     <type name="N1.C">
45408       <method name="Void .ctor()">
45409         <size>7</size>
45410       </method>
45411       <method name="Void method(B ByRef)">
45412         <size>15</size>
45413       </method>
45414     </type>
45415     <type name="Test">
45416       <method name="Void .ctor()">
45417         <size>7</size>
45418       </method>
45419       <method name="Int32 Main()">
45420         <size>15</size>
45421       </method>
45422     </type>
45423   </test>
45424   <test name="test-94.cs">
45425     <type name="Base">
45426       <method name="Void .ctor()">
45427         <size>7</size>
45428       </method>
45429       <method name="Int32 IVehicle.Start()">
45430         <size>2</size>
45431       </method>
45432       <method name="Int32 Stop()">
45433         <size>2</size>
45434       </method>
45435       <method name="Int32 Turn()">
45436         <size>2</size>
45437       </method>
45438     </type>
45439     <type name="Derived1">
45440       <method name="Void .ctor()">
45441         <size>7</size>
45442       </method>
45443       <method name="Int32 Turn()">
45444         <size>2</size>
45445       </method>
45446     </type>
45447     <type name="Derived2">
45448       <method name="Void .ctor()">
45449         <size>7</size>
45450       </method>
45451       <method name="Int32 IVehicle.Start()">
45452         <size>2</size>
45453       </method>
45454       <method name="Int32 IVehicle.Turn()">
45455         <size>2</size>
45456       </method>
45457       <method name="Int32 Stop()">
45458         <size>2</size>
45459       </method>
45460       <method name="Int32 Turn()">
45461         <size>2</size>
45462       </method>
45463     </type>
45464     <type name="Test">
45465       <method name="Void .ctor()">
45466         <size>7</size>
45467       </method>
45468       <method name="Int32 Main()">
45469         <size>88</size>
45470       </method>
45471     </type>
45472   </test>
45473   <test name="test-95.cs">
45474     <type name="X">
45475       <method name="Void .ctor()">
45476         <size>7</size>
45477       </method>
45478       <method name="Int32 Main()">
45479         <size>30</size>
45480       </method>
45481     </type>
45482   </test>
45483   <test name="test-96.cs">
45484     <type name="N1.A">
45485       <method name="Void .ctor()">
45486         <size>7</size>
45487       </method>
45488       <method name="Int32 Main()">
45489         <size>2</size>
45490       </method>
45491     </type>
45492     <type name="N1.C">
45493       <method name="Void .ctor(Object, IntPtr)">
45494         <size>0</size>
45495       </method>
45496       <method name="Void Invoke(System.Object, N1.A)">
45497         <size>0</size>
45498       </method>
45499       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
45500         <size>0</size>
45501       </method>
45502       <method name="Void EndInvoke(IAsyncResult)">
45503         <size>0</size>
45504       </method>
45505     </type>
45506   </test>
45507   <test name="test-97.cs">
45508     <type name="X">
45509       <method name="Void .ctor()">
45510         <size>7</size>
45511       </method>
45512       <method name="Int32 Main()">
45513         <size>2</size>
45514       </method>
45515     </type>
45516   </test>
45517   <test name="test-98.cs">
45518     <type name="X">
45519       <method name="Void .ctor()">
45520         <size>7</size>
45521       </method>
45522       <method name="Void b()">
45523         <size>19</size>
45524       </method>
45525     </type>
45526     <type name="Y">
45527       <method name="Void .ctor()">
45528         <size>7</size>
45529       </method>
45530       <method name="Int32 Main()">
45531         <size>2</size>
45532       </method>
45533     </type>
45534   </test>
45535   <test name="test-99.cs">
45536     <type name="X">
45537       <method name="Void .ctor()">
45538         <size>7</size>
45539       </method>
45540       <method name="Int32 Main()">
45541         <size>104</size>
45542       </method>
45543     </type>
45544   </test>
45545   <test name="test-anon-01.cs">
45546     <type name="X">
45547       <method name="Void .ctor()">
45548         <size>7</size>
45549       </method>
45550       <method name="Int32 Main()">
45551         <size>21</size>
45552       </method>
45553     </type>
45554     <type name="S">
45555       <method name="Void .ctor(Object, IntPtr)">
45556         <size>0</size>
45557       </method>
45558       <method name="Void Invoke()">
45559         <size>0</size>
45560       </method>
45561       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45562         <size>0</size>
45563       </method>
45564       <method name="Void EndInvoke(IAsyncResult)">
45565         <size>0</size>
45566       </method>
45567     </type>
45568     <type name="X+&lt;Main&gt;c__AnonStorey0">
45569       <method name="Void .ctor()">
45570         <size>7</size>
45571       </method>
45572       <method name="Void &lt;&gt;m__0()">
45573         <size>8</size>
45574       </method>
45575     </type>
45576   </test>
45577   <test name="test-anon-02.cs">
45578     <type name="X">
45579       <method name="Void .ctor()">
45580         <size>7</size>
45581       </method>
45582       <method name="Int32 Main()">
45583         <size>151</size>
45584       </method>
45585     </type>
45586     <type name="S">
45587       <method name="Void .ctor(Object, IntPtr)">
45588         <size>0</size>
45589       </method>
45590       <method name="Void Invoke()">
45591         <size>0</size>
45592       </method>
45593       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45594         <size>0</size>
45595       </method>
45596       <method name="Void EndInvoke(IAsyncResult)">
45597         <size>0</size>
45598       </method>
45599     </type>
45600     <type name="X+&lt;Main&gt;c__AnonStorey0">
45601       <method name="Void .ctor()">
45602         <size>7</size>
45603       </method>
45604       <method name="Void &lt;&gt;m__0()">
45605         <size>113</size>
45606       </method>
45607     </type>
45608   </test>
45609   <test name="test-anon-03.cs">
45610     <type name="X">
45611       <method name="Void .ctor()">
45612         <size>7</size>
45613       </method>
45614       <method name="Void Main()">
45615         <size>59</size>
45616       </method>
45617     </type>
45618     <type name="S">
45619       <method name="Void .ctor(Object, IntPtr)">
45620         <size>0</size>
45621       </method>
45622       <method name="Void Invoke()">
45623         <size>0</size>
45624       </method>
45625       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45626         <size>0</size>
45627       </method>
45628       <method name="Void EndInvoke(IAsyncResult)">
45629         <size>0</size>
45630       </method>
45631     </type>
45632     <type name="X+&lt;Main&gt;c__AnonStorey0">
45633       <method name="Void .ctor()">
45634         <size>7</size>
45635       </method>
45636       <method name="Void &lt;&gt;m__0()">
45637         <size>8</size>
45638       </method>
45639     </type>
45640   </test>
45641   <test name="test-anon-04.cs">
45642     <type name="X">
45643       <method name="Void .ctor()">
45644         <size>7</size>
45645       </method>
45646       <method name="Void Main()">
45647         <size>59</size>
45648       </method>
45649     </type>
45650     <type name="S">
45651       <method name="Void .ctor(Object, IntPtr)">
45652         <size>0</size>
45653       </method>
45654       <method name="Void Invoke()">
45655         <size>0</size>
45656       </method>
45657       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45658         <size>0</size>
45659       </method>
45660       <method name="Void EndInvoke(IAsyncResult)">
45661         <size>0</size>
45662       </method>
45663     </type>
45664     <type name="X+&lt;Main&gt;c__AnonStorey0">
45665       <method name="Void .ctor()">
45666         <size>7</size>
45667       </method>
45668       <method name="Void &lt;&gt;m__0()">
45669         <size>30</size>
45670       </method>
45671     </type>
45672   </test>
45673   <test name="test-anon-05.cs">
45674     <type name="X">
45675       <method name="Void .ctor()">
45676         <size>7</size>
45677       </method>
45678       <method name="Int32 Main()">
45679         <size>207</size>
45680       </method>
45681       <method name="Boolean t(Int32, Int32)">
45682         <size>5</size>
45683       </method>
45684     </type>
45685     <type name="S">
45686       <method name="Void .ctor(Object, IntPtr)">
45687         <size>0</size>
45688       </method>
45689       <method name="Void Invoke()">
45690         <size>0</size>
45691       </method>
45692       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45693         <size>0</size>
45694       </method>
45695       <method name="Void EndInvoke(IAsyncResult)">
45696         <size>0</size>
45697       </method>
45698     </type>
45699     <type name="X+&lt;Main&gt;c__AnonStorey1">
45700       <method name="Void .ctor()">
45701         <size>7</size>
45702       </method>
45703       <method name="Void &lt;&gt;m__0()">
45704         <size>76</size>
45705       </method>
45706     </type>
45707     <type name="X+&lt;Main&gt;c__AnonStorey0">
45708       <method name="Void .ctor()">
45709         <size>7</size>
45710       </method>
45711     </type>
45712   </test>
45713   <test name="test-anon-06.cs">
45714     <type name="X">
45715       <method name="Void .ctor()">
45716         <size>7</size>
45717       </method>
45718       <method name="Int32 Main()">
45719         <size>112</size>
45720       </method>
45721     </type>
45722     <type name="S">
45723       <method name="Void .ctor(Object, IntPtr)">
45724         <size>0</size>
45725       </method>
45726       <method name="Void Invoke()">
45727         <size>0</size>
45728       </method>
45729       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45730         <size>0</size>
45731       </method>
45732       <method name="Void EndInvoke(IAsyncResult)">
45733         <size>0</size>
45734       </method>
45735     </type>
45736     <type name="X+&lt;Main&gt;c__AnonStorey0">
45737       <method name="Void .ctor()">
45738         <size>7</size>
45739       </method>
45740       <method name="Void &lt;&gt;m__0()">
45741         <size>18</size>
45742       </method>
45743     </type>
45744   </test>
45745   <test name="test-anon-07.cs">
45746     <type name="X">
45747       <method name="Void .ctor()">
45748         <size>7</size>
45749       </method>
45750       <method name="Int32 Main()">
45751         <size>120</size>
45752       </method>
45753       <method name="Boolean t(Int32, Int32)">
45754         <size>5</size>
45755       </method>
45756     </type>
45757     <type name="D">
45758       <method name="Void .ctor(Object, IntPtr)">
45759         <size>0</size>
45760       </method>
45761       <method name="Void Invoke()">
45762         <size>0</size>
45763       </method>
45764       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45765         <size>0</size>
45766       </method>
45767       <method name="Void EndInvoke(IAsyncResult)">
45768         <size>0</size>
45769       </method>
45770     </type>
45771     <type name="X+&lt;Main&gt;c__AnonStorey0">
45772       <method name="Void .ctor()">
45773         <size>7</size>
45774       </method>
45775       <method name="Void &lt;&gt;m__0()">
45776         <size>18</size>
45777       </method>
45778       <method name="Void &lt;&gt;m__1()">
45779         <size>18</size>
45780       </method>
45781     </type>
45782   </test>
45783   <test name="test-anon-08.cs">
45784     <type name="X">
45785       <method name="Void .ctor()">
45786         <size>7</size>
45787       </method>
45788       <method name="Int32 Main()">
45789         <size>35</size>
45790       </method>
45791     </type>
45792     <type name="S">
45793       <method name="Void .ctor(Object, IntPtr)">
45794         <size>0</size>
45795       </method>
45796       <method name="Void Invoke()">
45797         <size>0</size>
45798       </method>
45799       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45800         <size>0</size>
45801       </method>
45802       <method name="Void EndInvoke(IAsyncResult)">
45803         <size>0</size>
45804       </method>
45805     </type>
45806     <type name="X+&lt;Main&gt;c__AnonStorey0">
45807       <method name="Void .ctor()">
45808         <size>7</size>
45809       </method>
45810       <method name="Void &lt;&gt;m__0()">
45811         <size>13</size>
45812       </method>
45813     </type>
45814   </test>
45815   <test name="test-anon-09.cs">
45816     <type name="X">
45817       <method name="Void .ctor()">
45818         <size>7</size>
45819       </method>
45820       <method name="Int32 Main()">
45821         <size>59</size>
45822       </method>
45823     </type>
45824     <type name="X+D">
45825       <method name="Void .ctor(Object, IntPtr)">
45826         <size>0</size>
45827       </method>
45828       <method name="Void Invoke()">
45829         <size>0</size>
45830       </method>
45831       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45832         <size>0</size>
45833       </method>
45834       <method name="Void EndInvoke(IAsyncResult)">
45835         <size>0</size>
45836       </method>
45837     </type>
45838     <type name="X+&lt;Main&gt;c__AnonStorey0">
45839       <method name="Void .ctor()">
45840         <size>7</size>
45841       </method>
45842       <method name="Void &lt;&gt;m__0()">
45843         <size>49</size>
45844       </method>
45845     </type>
45846   </test>
45847   <test name="test-anon-10.cs">
45848     <type name="S">
45849       <method name="Void .ctor()">
45850         <size>7</size>
45851       </method>
45852       <method name="Void Test()">
45853         <size>105</size>
45854       </method>
45855       <method name="Int32 Main()">
45856         <size>66</size>
45857       </method>
45858     </type>
45859     <type name="S+T">
45860       <method name="Void .ctor(Object, IntPtr)">
45861         <size>0</size>
45862       </method>
45863       <method name="Void Invoke()">
45864         <size>0</size>
45865       </method>
45866       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45867         <size>0</size>
45868       </method>
45869       <method name="Void EndInvoke(IAsyncResult)">
45870         <size>0</size>
45871       </method>
45872     </type>
45873     <type name="S+&lt;Test&gt;c__AnonStorey1">
45874       <method name="Void .ctor()">
45875         <size>7</size>
45876       </method>
45877     </type>
45878     <type name="S+&lt;Test&gt;c__AnonStorey0">
45879       <method name="Void .ctor()">
45880         <size>7</size>
45881       </method>
45882     </type>
45883     <type name="S+&lt;Test&gt;c__AnonStorey1">
45884       <method name="Void &lt;&gt;m__0()">
45885         <size>76</size>
45886       </method>
45887     </type>
45888   </test>
45889   <test name="test-anon-11.cs">
45890     <type name="X">
45891       <method name="Void .ctor()">
45892         <size>7</size>
45893       </method>
45894       <method name="Int32 Main()">
45895         <size>122</size>
45896       </method>
45897     </type>
45898     <type name="D">
45899       <method name="Void .ctor(Object, IntPtr)">
45900         <size>0</size>
45901       </method>
45902       <method name="Void Invoke(Int32)">
45903         <size>0</size>
45904       </method>
45905       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
45906         <size>0</size>
45907       </method>
45908       <method name="Void EndInvoke(IAsyncResult)">
45909         <size>0</size>
45910       </method>
45911     </type>
45912     <type name="E">
45913       <method name="Void .ctor(Object, IntPtr)">
45914         <size>0</size>
45915       </method>
45916       <method name="Void Invoke(Int32 ByRef)">
45917         <size>0</size>
45918       </method>
45919       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
45920         <size>0</size>
45921       </method>
45922       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
45923         <size>0</size>
45924       </method>
45925     </type>
45926     <type name="F">
45927       <method name="Void .ctor(Object, IntPtr)">
45928         <size>0</size>
45929       </method>
45930       <method name="Void Invoke(System.Int32[])">
45931         <size>0</size>
45932       </method>
45933       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
45934         <size>0</size>
45935       </method>
45936       <method name="Void EndInvoke(IAsyncResult)">
45937         <size>0</size>
45938       </method>
45939     </type>
45940     <type name="X">
45941       <method name="Void &lt;Main&gt;m__0(Int32)">
45942         <size>1</size>
45943       </method>
45944       <method name="Void &lt;Main&gt;m__1(Int32)">
45945         <size>1</size>
45946       </method>
45947       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
45948         <size>1</size>
45949       </method>
45950       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
45951         <size>1</size>
45952       </method>
45953     </type>
45954   </test>
45955   <test name="test-anon-12.cs">
45956     <type name="X">
45957       <method name="Void .ctor()">
45958         <size>7</size>
45959       </method>
45960       <method name="Int32 Main()">
45961         <size>256</size>
45962       </method>
45963       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
45964         <size>83</size>
45965       </method>
45966     </type>
45967     <type name="predicate">
45968       <method name="Void .ctor(Object, IntPtr)">
45969         <size>0</size>
45970       </method>
45971       <method name="Boolean Invoke(System.Object)">
45972         <size>0</size>
45973       </method>
45974       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
45975         <size>0</size>
45976       </method>
45977       <method name="Boolean EndInvoke(IAsyncResult)">
45978         <size>0</size>
45979       </method>
45980     </type>
45981     <type name="X">
45982       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
45983         <size>12</size>
45984       </method>
45985     </type>
45986   </test>
45987   <test name="test-anon-13.cs">
45988     <type name="X">
45989       <method name="Void .ctor(Int32)">
45990         <size>14</size>
45991       </method>
45992       <method name="Void Main()">
45993         <size>42</size>
45994       </method>
45995       <method name="D T()">
45996         <size>15</size>
45997       </method>
45998       <method name="System.String CALL()">
45999         <size>6</size>
46000       </method>
46001     </type>
46002     <type name="D">
46003       <method name="Void .ctor(Object, IntPtr)">
46004         <size>0</size>
46005       </method>
46006       <method name="Void Invoke()">
46007         <size>0</size>
46008       </method>
46009       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46010         <size>0</size>
46011       </method>
46012       <method name="Void EndInvoke(IAsyncResult)">
46013         <size>0</size>
46014       </method>
46015     </type>
46016     <type name="X">
46017       <method name="Void &lt;T&gt;m__0()">
46018         <size>22</size>
46019       </method>
46020     </type>
46021   </test>
46022   <test name="test-anon-14.cs">
46023     <type name="X">
46024       <method name="Void .ctor()">
46025         <size>7</size>
46026       </method>
46027       <method name="Void add_Click(X+T)">
46028         <size>22</size>
46029       </method>
46030       <method name="Void remove_Click(X+T)">
46031         <size>22</size>
46032       </method>
46033       <method name="Void Method()">
46034         <size>1</size>
46035       </method>
46036       <method name="Void Main()">
46037         <size>31</size>
46038       </method>
46039     </type>
46040     <type name="X+T">
46041       <method name="Void .ctor(Object, IntPtr)">
46042         <size>0</size>
46043       </method>
46044       <method name="Void Invoke()">
46045         <size>0</size>
46046       </method>
46047       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46048         <size>0</size>
46049       </method>
46050       <method name="Void EndInvoke(IAsyncResult)">
46051         <size>0</size>
46052       </method>
46053     </type>
46054   </test>
46055   <test name="test-anon-15.cs">
46056     <type name="Foo">
46057       <method name="Void .ctor()">
46058         <size>7</size>
46059       </method>
46060       <method name="Void Main()">
46061         <size>43</size>
46062       </method>
46063     </type>
46064     <type name="Foo+Inner">
46065       <method name="Void .ctor(String)">
46066         <size>7</size>
46067       </method>
46068     </type>
46069     <type name="Foo+foo_fn">
46070       <method name="Void .ctor(Object, IntPtr)">
46071         <size>0</size>
46072       </method>
46073       <method name="Foo+Inner Invoke(System.String)">
46074         <size>0</size>
46075       </method>
46076       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
46077         <size>0</size>
46078       </method>
46079       <method name="Foo+Inner EndInvoke(IAsyncResult)">
46080         <size>0</size>
46081       </method>
46082     </type>
46083     <type name="Foo">
46084       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
46085         <size>13</size>
46086       </method>
46087     </type>
46088   </test>
46089   <test name="test-anon-16.cs">
46090     <type name="X">
46091       <method name="Void .ctor(Int32)">
46092         <size>14</size>
46093       </method>
46094       <method name="Void Main()">
46095         <size>42</size>
46096       </method>
46097       <method name="D T()">
46098         <size>15</size>
46099       </method>
46100     </type>
46101     <type name="D">
46102       <method name="Void .ctor(Object, IntPtr)">
46103         <size>0</size>
46104       </method>
46105       <method name="Void Invoke()">
46106         <size>0</size>
46107       </method>
46108       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46109         <size>0</size>
46110       </method>
46111       <method name="Void EndInvoke(IAsyncResult)">
46112         <size>0</size>
46113       </method>
46114     </type>
46115     <type name="X">
46116       <method name="Void &lt;T&gt;m__0()">
46117         <size>27</size>
46118       </method>
46119     </type>
46120   </test>
46121   <test name="test-anon-17.cs">
46122     <type name="Button">
46123       <method name="Void .ctor()">
46124         <size>7</size>
46125       </method>
46126       <method name="Void add_Clicked(ClickEvent)">
46127         <size>24</size>
46128       </method>
46129       <method name="Void remove_Clicked(ClickEvent)">
46130         <size>24</size>
46131       </method>
46132       <method name="Void DoClick()">
46133         <size>12</size>
46134       </method>
46135     </type>
46136     <type name="X">
46137       <method name="Void .ctor()">
46138         <size>7</size>
46139       </method>
46140       <method name="Void .cctor()">
46141         <size>1</size>
46142       </method>
46143       <method name="Int32 Main()">
46144         <size>61</size>
46145       </method>
46146     </type>
46147     <type name="ClickEvent">
46148       <method name="Void .ctor(Object, IntPtr)">
46149         <size>0</size>
46150       </method>
46151       <method name="Void Invoke()">
46152         <size>0</size>
46153       </method>
46154       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46155         <size>0</size>
46156       </method>
46157       <method name="Void EndInvoke(IAsyncResult)">
46158         <size>0</size>
46159       </method>
46160     </type>
46161     <type name="X">
46162       <method name="Void &lt;Main&gt;m__0()">
46163         <size>17</size>
46164       </method>
46165     </type>
46166   </test>
46167   <test name="test-anon-18.cs">
46168     <type name="DelegateTest">
46169       <method name="Void .ctor()">
46170         <size>7</size>
46171       </method>
46172       <method name="Void Main(System.String[])">
46173         <size>83</size>
46174       </method>
46175     </type>
46176     <type name="A">
46177       <method name="Void .ctor(Object, IntPtr)">
46178         <size>0</size>
46179       </method>
46180       <method name="Void Invoke()">
46181         <size>0</size>
46182       </method>
46183       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46184         <size>0</size>
46185       </method>
46186       <method name="Void EndInvoke(IAsyncResult)">
46187         <size>0</size>
46188       </method>
46189     </type>
46190     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
46191       <method name="Void .ctor()">
46192         <size>7</size>
46193       </method>
46194       <method name="Void &lt;&gt;m__0()">
46195         <size>17</size>
46196       </method>
46197     </type>
46198   </test>
46199   <test name="test-anon-19.cs">
46200     <type name="X">
46201       <method name="Void .ctor()">
46202         <size>7</size>
46203       </method>
46204       <method name="Int32 Main()">
46205         <size>223</size>
46206       </method>
46207       <method name="Boolean t(Int32, Int32)">
46208         <size>5</size>
46209       </method>
46210     </type>
46211     <type name="S">
46212       <method name="Void .ctor(Object, IntPtr)">
46213         <size>0</size>
46214       </method>
46215       <method name="Void Invoke()">
46216         <size>0</size>
46217       </method>
46218       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46219         <size>0</size>
46220       </method>
46221       <method name="Void EndInvoke(IAsyncResult)">
46222         <size>0</size>
46223       </method>
46224     </type>
46225     <type name="X+&lt;Main&gt;c__AnonStorey1">
46226       <method name="Void .ctor()">
46227         <size>7</size>
46228       </method>
46229       <method name="Void &lt;&gt;m__0()">
46230         <size>93</size>
46231       </method>
46232     </type>
46233     <type name="X+&lt;Main&gt;c__AnonStorey0">
46234       <method name="Void .ctor()">
46235         <size>7</size>
46236       </method>
46237     </type>
46238   </test>
46239   <test name="test-anon-20.cs">
46240     <type name="X">
46241       <method name="Void .ctor()">
46242         <size>7</size>
46243       </method>
46244       <method name="Void Main()">
46245         <size>33</size>
46246       </method>
46247       <method name="D MainHost()">
46248         <size>28</size>
46249       </method>
46250     </type>
46251     <type name="D">
46252       <method name="Void .ctor(Object, IntPtr)">
46253         <size>0</size>
46254       </method>
46255       <method name="Void Invoke()">
46256         <size>0</size>
46257       </method>
46258       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46259         <size>0</size>
46260       </method>
46261       <method name="Void EndInvoke(IAsyncResult)">
46262         <size>0</size>
46263       </method>
46264     </type>
46265     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
46266       <method name="Void .ctor()">
46267         <size>7</size>
46268       </method>
46269       <method name="Void &lt;&gt;m__0()">
46270         <size>52</size>
46271       </method>
46272     </type>
46273     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
46274       <method name="Void .ctor()">
46275         <size>7</size>
46276       </method>
46277       <method name="Void &lt;&gt;m__1()">
46278         <size>52</size>
46279       </method>
46280     </type>
46281   </test>
46282   <test name="test-anon-21.cs">
46283     <type name="X">
46284       <method name="Void .ctor()">
46285         <size>7</size>
46286       </method>
46287       <method name="Void .cctor()">
46288         <size>1</size>
46289       </method>
46290       <method name="Int32 Main()">
46291         <size>68</size>
46292       </method>
46293       <method name="Void M()">
46294         <size>44</size>
46295       </method>
46296     </type>
46297     <type name="D">
46298       <method name="Void .ctor(Object, IntPtr)">
46299         <size>0</size>
46300       </method>
46301       <method name="Void Invoke()">
46302         <size>0</size>
46303       </method>
46304       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46305         <size>0</size>
46306       </method>
46307       <method name="Void EndInvoke(IAsyncResult)">
46308         <size>0</size>
46309       </method>
46310     </type>
46311     <type name="X+&lt;M&gt;c__AnonStorey0">
46312       <method name="Void .ctor()">
46313         <size>7</size>
46314       </method>
46315       <method name="Void &lt;&gt;m__0()">
46316         <size>48</size>
46317       </method>
46318     </type>
46319     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
46320       <method name="Void .ctor()">
46321         <size>7</size>
46322       </method>
46323       <method name="Void &lt;&gt;m__1()">
46324         <size>81</size>
46325       </method>
46326     </type>
46327   </test>
46328   <test name="test-anon-22.cs">
46329     <type name="X">
46330       <method name="Void .ctor()">
46331         <size>7</size>
46332       </method>
46333       <method name="Void Main()">
46334         <size>33</size>
46335       </method>
46336       <method name="D T()">
46337         <size>28</size>
46338       </method>
46339     </type>
46340     <type name="D">
46341       <method name="Void .ctor(Object, IntPtr)">
46342         <size>0</size>
46343       </method>
46344       <method name="Void Invoke()">
46345         <size>0</size>
46346       </method>
46347       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46348         <size>0</size>
46349       </method>
46350       <method name="Void EndInvoke(IAsyncResult)">
46351         <size>0</size>
46352       </method>
46353     </type>
46354     <type name="X+&lt;T&gt;c__AnonStorey0">
46355       <method name="Void .ctor()">
46356         <size>7</size>
46357       </method>
46358       <method name="Void &lt;&gt;m__0()">
46359         <size>52</size>
46360       </method>
46361     </type>
46362     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
46363       <method name="Void .ctor()">
46364         <size>7</size>
46365       </method>
46366       <method name="Void &lt;&gt;m__1()">
46367         <size>52</size>
46368       </method>
46369     </type>
46370   </test>
46371   <test name="test-anon-23.cs">
46372     <type name="X">
46373       <method name="Void .ctor()">
46374         <size>7</size>
46375       </method>
46376       <method name="Int32 Main()">
46377         <size>68</size>
46378       </method>
46379       <method name="Void M()">
46380         <size>34</size>
46381       </method>
46382     </type>
46383     <type name="D">
46384       <method name="Void .ctor(Object, IntPtr)">
46385         <size>0</size>
46386       </method>
46387       <method name="Void Invoke()">
46388         <size>0</size>
46389       </method>
46390       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46391         <size>0</size>
46392       </method>
46393       <method name="Void EndInvoke(IAsyncResult)">
46394         <size>0</size>
46395       </method>
46396     </type>
46397     <type name="X+&lt;M&gt;c__AnonStorey0">
46398       <method name="Void .ctor()">
46399         <size>7</size>
46400       </method>
46401       <method name="Void &lt;&gt;m__0()">
46402         <size>38</size>
46403       </method>
46404     </type>
46405     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
46406       <method name="Void .ctor()">
46407         <size>7</size>
46408       </method>
46409       <method name="Void &lt;&gt;m__1()">
46410         <size>24</size>
46411       </method>
46412     </type>
46413   </test>
46414   <test name="test-anon-24.cs">
46415     <type name="X">
46416       <method name="Void .ctor()">
46417         <size>7</size>
46418       </method>
46419       <method name="Void Main()">
46420         <size>29</size>
46421       </method>
46422       <method name="D T(Int32)">
46423         <size>28</size>
46424       </method>
46425     </type>
46426     <type name="D">
46427       <method name="Void .ctor(Object, IntPtr)">
46428         <size>0</size>
46429       </method>
46430       <method name="Int32 Invoke()">
46431         <size>0</size>
46432       </method>
46433       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46434         <size>0</size>
46435       </method>
46436       <method name="Int32 EndInvoke(IAsyncResult)">
46437         <size>0</size>
46438       </method>
46439     </type>
46440     <type name="X+&lt;T&gt;c__AnonStorey0">
46441       <method name="Void .ctor()">
46442         <size>7</size>
46443       </method>
46444       <method name="Int32 &lt;&gt;m__0()">
46445         <size>21</size>
46446       </method>
46447     </type>
46448   </test>
46449   <test name="test-anon-25.cs">
46450     <type name="X">
46451       <method name="Void .ctor()">
46452         <size>7</size>
46453       </method>
46454       <method name="Int32 Main()">
46455         <size>48</size>
46456       </method>
46457       <method name="D T(Int32)">
46458         <size>28</size>
46459       </method>
46460     </type>
46461     <type name="D">
46462       <method name="Void .ctor(Object, IntPtr)">
46463         <size>0</size>
46464       </method>
46465       <method name="Int32 Invoke(Int32)">
46466         <size>0</size>
46467       </method>
46468       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46469         <size>0</size>
46470       </method>
46471       <method name="Int32 EndInvoke(IAsyncResult)">
46472         <size>0</size>
46473       </method>
46474     </type>
46475     <type name="X+&lt;T&gt;c__AnonStorey0">
46476       <method name="Void .ctor()">
46477         <size>7</size>
46478       </method>
46479       <method name="Int32 &lt;&gt;m__0(Int32)">
46480         <size>9</size>
46481       </method>
46482     </type>
46483   </test>
46484   <test name="test-anon-26.cs">
46485     <type name="TestGotoLabels.GotoLabelsTest">
46486       <method name="Int32 Main()">
46487         <size>36</size>
46488       </method>
46489       <method name="Void TestMethod2(TestGotoLabels.GotoLabelsTest+MyDelegate)">
46490         <size>7</size>
46491       </method>
46492       <method name="Void &lt;Main&gt;m__0()">
46493         <size>6</size>
46494       </method>
46495       <method name="Void .ctor()">
46496         <size>7</size>
46497       </method>
46498     </type>
46499     <type name="TestGotoLabels.GotoLabelsTest+MyDelegate">
46500       <method name="Void Invoke()">
46501         <size>0</size>
46502       </method>
46503       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46504         <size>0</size>
46505       </method>
46506       <method name="Void EndInvoke(IAsyncResult)">
46507         <size>0</size>
46508       </method>
46509       <method name="Void .ctor(Object, IntPtr)">
46510         <size>0</size>
46511       </method>
46512     </type>
46513   </test>
46514   <test name="test-anon-27.cs">
46515     <type name="X">
46516       <method name="Void .ctor()">
46517         <size>7</size>
46518       </method>
46519       <method name="Int32 Main()">
46520         <size>138</size>
46521       </method>
46522       <method name="Void M(Int32)">
46523         <size>59</size>
46524       </method>
46525     </type>
46526     <type name="D">
46527       <method name="Void .ctor(Object, IntPtr)">
46528         <size>0</size>
46529       </method>
46530       <method name="Void Invoke()">
46531         <size>0</size>
46532       </method>
46533       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46534         <size>0</size>
46535       </method>
46536       <method name="Void EndInvoke(IAsyncResult)">
46537         <size>0</size>
46538       </method>
46539     </type>
46540     <type name="X+&lt;M&gt;c__AnonStorey0">
46541       <method name="Void .ctor()">
46542         <size>7</size>
46543       </method>
46544       <method name="Void &lt;&gt;m__0()">
46545         <size>38</size>
46546       </method>
46547     </type>
46548     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
46549       <method name="Void .ctor()">
46550         <size>7</size>
46551       </method>
46552       <method name="Void &lt;&gt;m__1()">
46553         <size>50</size>
46554       </method>
46555     </type>
46556   </test>
46557   <test name="test-anon-28.cs">
46558     <type name="Delegable">
46559       <method name="Void .ctor()">
46560         <size>7</size>
46561       </method>
46562       <method name="Void add_MyDelegate(System.EventHandler)">
46563         <size>24</size>
46564       </method>
46565       <method name="Void remove_MyDelegate(System.EventHandler)">
46566         <size>24</size>
46567       </method>
46568     </type>
46569     <type name="DelegateTest">
46570       <method name="Void .ctor()">
46571         <size>7</size>
46572       </method>
46573       <method name="Void Main(System.String[])">
46574         <size>58</size>
46575       </method>
46576     </type>
46577     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
46578       <method name="Void .ctor()">
46579         <size>7</size>
46580       </method>
46581       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
46582         <size>33</size>
46583       </method>
46584     </type>
46585   </test>
46586   <test name="test-anon-29.cs">
46587     <type name="X">
46588       <method name="Void .ctor()">
46589         <size>108</size>
46590       </method>
46591       <method name="System.String Hello()">
46592         <size>20</size>
46593       </method>
46594       <method name="Void Main()">
46595         <size>18</size>
46596       </method>
46597     </type>
46598     <type name="X+Foo">
46599       <method name="Void .ctor(Object, IntPtr)">
46600         <size>0</size>
46601       </method>
46602       <method name="System.String Invoke()">
46603         <size>0</size>
46604       </method>
46605       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46606         <size>0</size>
46607       </method>
46608       <method name="System.String EndInvoke(IAsyncResult)">
46609         <size>0</size>
46610       </method>
46611     </type>
46612     <type name="X+Bar">
46613       <method name="Void .ctor(Object, IntPtr)">
46614         <size>0</size>
46615       </method>
46616       <method name="Void Invoke(System.String)">
46617         <size>0</size>
46618       </method>
46619       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
46620         <size>0</size>
46621       </method>
46622       <method name="Void EndInvoke(IAsyncResult)">
46623         <size>0</size>
46624       </method>
46625     </type>
46626     <type name="X">
46627       <method name="Void &lt;Hello&gt;m__1(System.String)">
46628         <size>7</size>
46629       </method>
46630       <method name="System.String &lt;Hello&gt;m__0()">
46631         <size>201</size>
46632       </method>
46633       <method name="Void &lt;Hello&gt;m__2(System.String)">
46634         <size>7</size>
46635       </method>
46636     </type>
46637   </test>
46638   <test name="test-anon-30.cs">
46639     <type name="X">
46640       <method name="Void .ctor()">
46641         <size>7</size>
46642       </method>
46643     </type>
46644     <type name="Program">
46645       <method name="Void add_E(Program+D)">
46646         <size>22</size>
46647       </method>
46648       <method name="Void remove_E(Program+D)">
46649         <size>22</size>
46650       </method>
46651       <method name="Void Main()">
46652         <size>38</size>
46653       </method>
46654     </type>
46655     <type name="Program+D">
46656       <method name="Void .ctor(Object, IntPtr)">
46657         <size>0</size>
46658       </method>
46659       <method name="Void Invoke(X)">
46660         <size>0</size>
46661       </method>
46662       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
46663         <size>0</size>
46664       </method>
46665       <method name="Void EndInvoke(IAsyncResult)">
46666         <size>0</size>
46667       </method>
46668     </type>
46669     <type name="Program+&lt;Main&gt;c__AnonStorey0">
46670       <method name="Void .ctor()">
46671         <size>7</size>
46672       </method>
46673       <method name="Void &lt;&gt;m__0(X)">
46674         <size>15</size>
46675       </method>
46676     </type>
46677   </test>
46678   <test name="test-anon-31.cs">
46679     <type name="X">
46680       <method name="Void Main()">
46681         <size>35</size>
46682       </method>
46683       <method name="Void DoCall(X+test)">
46684         <size>1</size>
46685       </method>
46686       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
46687         <size>18</size>
46688       </method>
46689       <method name="Void .ctor()">
46690         <size>7</size>
46691       </method>
46692     </type>
46693     <type name="X+test">
46694       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
46695         <size>0</size>
46696       </method>
46697       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
46698         <size>0</size>
46699       </method>
46700       <method name="System.Object EndInvoke(IAsyncResult)">
46701         <size>0</size>
46702       </method>
46703       <method name="Void .ctor(Object, IntPtr)">
46704         <size>0</size>
46705       </method>
46706     </type>
46707   </test>
46708   <test name="test-anon-32.cs">
46709     <type name="MainClass">
46710       <method name="Void .ctor()">
46711         <size>7</size>
46712       </method>
46713       <method name="Void Main()">
46714         <size>37</size>
46715       </method>
46716       <method name="Void SimpleCallback(MainClass, System.String)">
46717         <size>7</size>
46718       </method>
46719     </type>
46720     <type name="StringSender">
46721       <method name="Void .ctor(Object, IntPtr)">
46722         <size>0</size>
46723       </method>
46724       <method name="Void Invoke(System.String)">
46725         <size>0</size>
46726       </method>
46727       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
46728         <size>0</size>
46729       </method>
46730       <method name="Void EndInvoke(IAsyncResult)">
46731         <size>0</size>
46732       </method>
46733     </type>
46734     <type name="VoidDelegate">
46735       <method name="Void .ctor(Object, IntPtr)">
46736         <size>0</size>
46737       </method>
46738       <method name="Void Invoke()">
46739         <size>0</size>
46740       </method>
46741       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46742         <size>0</size>
46743       </method>
46744       <method name="Void EndInvoke(IAsyncResult)">
46745         <size>0</size>
46746       </method>
46747     </type>
46748     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
46749       <method name="Void .ctor()">
46750         <size>7</size>
46751       </method>
46752       <method name="Void &lt;&gt;m__0()">
46753         <size>25</size>
46754       </method>
46755       <method name="Void &lt;&gt;m__1(System.String)">
46756         <size>13</size>
46757       </method>
46758     </type>
46759   </test>
46760   <test name="test-anon-33.cs">
46761     <type name="T">
46762       <method name="Void .ctor()">
46763         <size>7</size>
46764       </method>
46765       <method name="Void doit(Int32)">
46766         <size>7</size>
46767       </method>
46768       <method name="Void Main()">
46769         <size>162</size>
46770       </method>
46771     </type>
46772     <type name="Do">
46773       <method name="Void .ctor(Object, IntPtr)">
46774         <size>0</size>
46775       </method>
46776       <method name="Void Invoke()">
46777         <size>0</size>
46778       </method>
46779       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46780         <size>0</size>
46781       </method>
46782       <method name="Void EndInvoke(IAsyncResult)">
46783         <size>0</size>
46784       </method>
46785     </type>
46786     <type name="T+&lt;Main&gt;c__AnonStorey0">
46787       <method name="Void .ctor()">
46788         <size>7</size>
46789       </method>
46790       <method name="Void &lt;&gt;m__0()">
46791         <size>12</size>
46792       </method>
46793     </type>
46794     <type name="T+&lt;Main&gt;c__AnonStorey1">
46795       <method name="Void .ctor()">
46796         <size>7</size>
46797       </method>
46798       <method name="Void &lt;&gt;m__1()">
46799         <size>12</size>
46800       </method>
46801     </type>
46802   </test>
46803   <test name="test-anon-34.cs">
46804     <type name="Delegates.Space">
46805       <method name="Void .ctor()">
46806         <size>7</size>
46807       </method>
46808       <method name="Void Leak(Boolean, Int32)">
46809         <size>92</size>
46810       </method>
46811     </type>
46812     <type name="Delegates.Program">
46813       <method name="Void .ctor()">
46814         <size>7</size>
46815       </method>
46816       <method name="Void SpaceLeak()">
46817         <size>37</size>
46818       </method>
46819       <method name="Void Main(System.String[])">
46820         <size>6</size>
46821       </method>
46822     </type>
46823     <type name="Delegates.Space+DoCopy">
46824       <method name="Void .ctor(Object, IntPtr)">
46825         <size>0</size>
46826       </method>
46827       <method name="Void Invoke()">
46828         <size>0</size>
46829       </method>
46830       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46831         <size>0</size>
46832       </method>
46833       <method name="Void EndInvoke(IAsyncResult)">
46834         <size>0</size>
46835       </method>
46836     </type>
46837     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
46838       <method name="Void .ctor()">
46839         <size>7</size>
46840       </method>
46841       <method name="Void &lt;&gt;m__0()">
46842         <size>23</size>
46843       </method>
46844     </type>
46845     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
46846       <method name="Void .ctor()">
46847         <size>7</size>
46848       </method>
46849       <method name="Void &lt;&gt;m__1()">
46850         <size>19</size>
46851       </method>
46852     </type>
46853   </test>
46854   <test name="test-anon-35.cs">
46855     <type name="ExceptionWithAnonMethod">
46856       <method name="Int32 Main()">
46857         <size>96</size>
46858       </method>
46859       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
46860         <size>13</size>
46861       </method>
46862       <method name="Void .ctor()">
46863         <size>7</size>
46864       </method>
46865     </type>
46866     <type name="ExceptionWithAnonMethod+EmptyCallback">
46867       <method name="Void Invoke()">
46868         <size>0</size>
46869       </method>
46870       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46871         <size>0</size>
46872       </method>
46873       <method name="Void EndInvoke(IAsyncResult)">
46874         <size>0</size>
46875       </method>
46876       <method name="Void .ctor(Object, IntPtr)">
46877         <size>0</size>
46878       </method>
46879     </type>
46880     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
46881       <method name="Void &lt;&gt;m__0()">
46882         <size>33</size>
46883       </method>
46884       <method name="Void .ctor()">
46885         <size>7</size>
46886       </method>
46887     </type>
46888   </test>
46889   <test name="test-anon-36.cs">
46890     <type name="Test">
46891       <method name="Void .ctor(TestMethod)">
46892         <size>7</size>
46893       </method>
46894       <method name="Void .ctor(TestMethod2)">
46895         <size>7</size>
46896       </method>
46897       <method name="Void Main()">
46898         <size>36</size>
46899       </method>
46900     </type>
46901     <type name="TestMethod">
46902       <method name="Void .ctor(Object, IntPtr)">
46903         <size>0</size>
46904       </method>
46905       <method name="Void Invoke()">
46906         <size>0</size>
46907       </method>
46908       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46909         <size>0</size>
46910       </method>
46911       <method name="Void EndInvoke(IAsyncResult)">
46912         <size>0</size>
46913       </method>
46914     </type>
46915     <type name="TestMethod2">
46916       <method name="Void .ctor(Object, IntPtr)">
46917         <size>0</size>
46918       </method>
46919       <method name="Void Invoke(System.Object)">
46920         <size>0</size>
46921       </method>
46922       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
46923         <size>0</size>
46924       </method>
46925       <method name="Void EndInvoke(IAsyncResult)">
46926         <size>0</size>
46927       </method>
46928     </type>
46929     <type name="Test">
46930       <method name="Void &lt;Main&gt;m__0()">
46931         <size>1</size>
46932       </method>
46933     </type>
46934   </test>
46935   <test name="test-anon-37.cs">
46936     <type name="DelegateInit">
46937       <method name="Void .ctor()">
46938         <size>7</size>
46939       </method>
46940       <method name="Void .cctor()">
46941         <size>35</size>
46942       </method>
46943       <method name="Void Main(System.String[])">
46944         <size>11</size>
46945       </method>
46946     </type>
46947     <type name="DelegateInit+FooDelegate">
46948       <method name="Void .ctor(Object, IntPtr)">
46949         <size>0</size>
46950       </method>
46951       <method name="Void Invoke()">
46952         <size>0</size>
46953       </method>
46954       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46955         <size>0</size>
46956       </method>
46957       <method name="Void EndInvoke(IAsyncResult)">
46958         <size>0</size>
46959       </method>
46960     </type>
46961     <type name="DelegateInit">
46962       <method name="Void &lt;_print&gt;m__0()">
46963         <size>11</size>
46964       </method>
46965     </type>
46966   </test>
46967   <test name="test-anon-38.cs">
46968     <type name="X">
46969       <method name="Void .ctor()">
46970         <size>7</size>
46971       </method>
46972       <method name="Void Hello(Int64, Int64)">
46973         <size>1</size>
46974       </method>
46975       <method name="Void Test(Int32)">
46976         <size>67</size>
46977       </method>
46978       <method name="Void Main()">
46979         <size>14</size>
46980       </method>
46981     </type>
46982     <type name="Simple">
46983       <method name="Void .ctor(Object, IntPtr)">
46984         <size>0</size>
46985       </method>
46986       <method name="Void Invoke()">
46987         <size>0</size>
46988       </method>
46989       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46990         <size>0</size>
46991       </method>
46992       <method name="Void EndInvoke(IAsyncResult)">
46993         <size>0</size>
46994       </method>
46995     </type>
46996     <type name="Foo">
46997       <method name="Void .ctor(Object, IntPtr)">
46998         <size>0</size>
46999       </method>
47000       <method name="Simple Invoke()">
47001         <size>0</size>
47002       </method>
47003       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47004         <size>0</size>
47005       </method>
47006       <method name="Simple EndInvoke(IAsyncResult)">
47007         <size>0</size>
47008       </method>
47009     </type>
47010     <type name="X+&lt;Test&gt;c__AnonStorey0">
47011       <method name="Void .ctor()">
47012         <size>7</size>
47013       </method>
47014       <method name="Simple &lt;&gt;m__0()">
47015         <size>64</size>
47016       </method>
47017     </type>
47018     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47019       <method name="Void .ctor()">
47020         <size>7</size>
47021       </method>
47022       <method name="Void &lt;&gt;m__1()">
47023         <size>34</size>
47024       </method>
47025     </type>
47026   </test>
47027   <test name="test-anon-39.cs">
47028     <type name="X">
47029       <method name="Void .ctor()">
47030         <size>7</size>
47031       </method>
47032       <method name="Void Hello(Int64)">
47033         <size>1</size>
47034       </method>
47035       <method name="Void Test(Int32)">
47036         <size>65</size>
47037       </method>
47038       <method name="Void Main()">
47039         <size>14</size>
47040       </method>
47041     </type>
47042     <type name="Simple">
47043       <method name="Void .ctor(Object, IntPtr)">
47044         <size>0</size>
47045       </method>
47046       <method name="Void Invoke()">
47047         <size>0</size>
47048       </method>
47049       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47050         <size>0</size>
47051       </method>
47052       <method name="Void EndInvoke(IAsyncResult)">
47053         <size>0</size>
47054       </method>
47055     </type>
47056     <type name="Foo">
47057       <method name="Void .ctor(Object, IntPtr)">
47058         <size>0</size>
47059       </method>
47060       <method name="Simple Invoke()">
47061         <size>0</size>
47062       </method>
47063       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47064         <size>0</size>
47065       </method>
47066       <method name="Simple EndInvoke(IAsyncResult)">
47067         <size>0</size>
47068       </method>
47069     </type>
47070     <type name="X+&lt;Test&gt;c__AnonStorey0">
47071       <method name="Void .ctor()">
47072         <size>7</size>
47073       </method>
47074       <method name="Simple &lt;&gt;m__0()">
47075         <size>30</size>
47076       </method>
47077       <method name="Void &lt;&gt;m__1()">
47078         <size>18</size>
47079       </method>
47080     </type>
47081   </test>
47082   <test name="test-anon-40.cs">
47083     <type name="X">
47084       <method name="Void .ctor()">
47085         <size>7</size>
47086       </method>
47087       <method name="Void Hello(Int64)">
47088         <size>1</size>
47089       </method>
47090       <method name="Void Test(Int32)">
47091         <size>65</size>
47092       </method>
47093       <method name="Void Main()">
47094         <size>14</size>
47095       </method>
47096     </type>
47097     <type name="Simple">
47098       <method name="Void .ctor(Object, IntPtr)">
47099         <size>0</size>
47100       </method>
47101       <method name="Void Invoke()">
47102         <size>0</size>
47103       </method>
47104       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47105         <size>0</size>
47106       </method>
47107       <method name="Void EndInvoke(IAsyncResult)">
47108         <size>0</size>
47109       </method>
47110     </type>
47111     <type name="Foo">
47112       <method name="Void .ctor(Object, IntPtr)">
47113         <size>0</size>
47114       </method>
47115       <method name="Simple Invoke()">
47116         <size>0</size>
47117       </method>
47118       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47119         <size>0</size>
47120       </method>
47121       <method name="Simple EndInvoke(IAsyncResult)">
47122         <size>0</size>
47123       </method>
47124     </type>
47125     <type name="X+&lt;Test&gt;c__AnonStorey0">
47126       <method name="Void .ctor()">
47127         <size>7</size>
47128       </method>
47129       <method name="Simple &lt;&gt;m__0()">
47130         <size>30</size>
47131       </method>
47132       <method name="Void &lt;&gt;m__1()">
47133         <size>18</size>
47134       </method>
47135     </type>
47136   </test>
47137   <test name="test-anon-41.cs">
47138     <type name="X">
47139       <method name="Void .ctor()">
47140         <size>7</size>
47141       </method>
47142       <method name="Void Hello(Int64)">
47143         <size>1</size>
47144       </method>
47145       <method name="Void Test(Int32)">
47146         <size>65</size>
47147       </method>
47148       <method name="Void Main()">
47149         <size>14</size>
47150       </method>
47151     </type>
47152     <type name="Simple">
47153       <method name="Void .ctor(Object, IntPtr)">
47154         <size>0</size>
47155       </method>
47156       <method name="Void Invoke()">
47157         <size>0</size>
47158       </method>
47159       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47160         <size>0</size>
47161       </method>
47162       <method name="Void EndInvoke(IAsyncResult)">
47163         <size>0</size>
47164       </method>
47165     </type>
47166     <type name="Foo">
47167       <method name="Void .ctor(Object, IntPtr)">
47168         <size>0</size>
47169       </method>
47170       <method name="Simple Invoke()">
47171         <size>0</size>
47172       </method>
47173       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47174         <size>0</size>
47175       </method>
47176       <method name="Simple EndInvoke(IAsyncResult)">
47177         <size>0</size>
47178       </method>
47179     </type>
47180     <type name="X+&lt;Test&gt;c__AnonStorey0">
47181       <method name="Void .ctor()">
47182         <size>7</size>
47183       </method>
47184       <method name="Simple &lt;&gt;m__0()">
47185         <size>55</size>
47186       </method>
47187     </type>
47188     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47189       <method name="Void .ctor()">
47190         <size>7</size>
47191       </method>
47192       <method name="Void &lt;&gt;m__1()">
47193         <size>35</size>
47194       </method>
47195     </type>
47196   </test>
47197   <test name="test-anon-42.cs">
47198     <type name="X">
47199       <method name="Void .ctor()">
47200         <size>7</size>
47201       </method>
47202       <method name="Void Hello(Int64)">
47203         <size>1</size>
47204       </method>
47205       <method name="Void Test(Int32)">
47206         <size>51</size>
47207       </method>
47208       <method name="Void Main()">
47209         <size>13</size>
47210       </method>
47211     </type>
47212     <type name="Simple">
47213       <method name="Void .ctor(Object, IntPtr)">
47214         <size>0</size>
47215       </method>
47216       <method name="Void Invoke()">
47217         <size>0</size>
47218       </method>
47219       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47220         <size>0</size>
47221       </method>
47222       <method name="Void EndInvoke(IAsyncResult)">
47223         <size>0</size>
47224       </method>
47225     </type>
47226     <type name="Foo">
47227       <method name="Void .ctor(Object, IntPtr)">
47228         <size>0</size>
47229       </method>
47230       <method name="Simple Invoke()">
47231         <size>0</size>
47232       </method>
47233       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47234         <size>0</size>
47235       </method>
47236       <method name="Simple EndInvoke(IAsyncResult)">
47237         <size>0</size>
47238       </method>
47239     </type>
47240     <type name="X">
47241       <method name="Simple &lt;Test&gt;m__0()">
47242         <size>37</size>
47243       </method>
47244       <method name="Void &lt;Test&gt;m__1()">
47245         <size>8</size>
47246       </method>
47247     </type>
47248   </test>
47249   <test name="test-anon-43.cs">
47250     <type name="X">
47251       <method name="Void .ctor()">
47252         <size>7</size>
47253       </method>
47254       <method name="Void Hello(Int64, Int64)">
47255         <size>1</size>
47256       </method>
47257       <method name="Void Test(Int32)">
47258         <size>54</size>
47259       </method>
47260       <method name="Void Main()">
47261         <size>14</size>
47262       </method>
47263     </type>
47264     <type name="Simple">
47265       <method name="Void .ctor(Object, IntPtr)">
47266         <size>0</size>
47267       </method>
47268       <method name="Void Invoke()">
47269         <size>0</size>
47270       </method>
47271       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47272         <size>0</size>
47273       </method>
47274       <method name="Void EndInvoke(IAsyncResult)">
47275         <size>0</size>
47276       </method>
47277     </type>
47278     <type name="Foo">
47279       <method name="Void .ctor(Object, IntPtr)">
47280         <size>0</size>
47281       </method>
47282       <method name="Simple Invoke()">
47283         <size>0</size>
47284       </method>
47285       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47286         <size>0</size>
47287       </method>
47288       <method name="Simple EndInvoke(IAsyncResult)">
47289         <size>0</size>
47290       </method>
47291     </type>
47292     <type name="X+&lt;Test&gt;c__AnonStorey0">
47293       <method name="Void .ctor()">
47294         <size>7</size>
47295       </method>
47296       <method name="Simple &lt;&gt;m__0()">
47297         <size>64</size>
47298       </method>
47299     </type>
47300     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47301       <method name="Void .ctor()">
47302         <size>7</size>
47303       </method>
47304       <method name="Void &lt;&gt;m__1()">
47305         <size>34</size>
47306       </method>
47307     </type>
47308   </test>
47309   <test name="test-anon-44.cs">
47310     <type name="X">
47311       <method name="Void .ctor()">
47312         <size>7</size>
47313       </method>
47314       <method name="Void Hello(Int64)">
47315         <size>1</size>
47316       </method>
47317       <method name="Void Test(Int32)">
47318         <size>68</size>
47319       </method>
47320       <method name="Void Main()">
47321         <size>14</size>
47322       </method>
47323     </type>
47324     <type name="Simple">
47325       <method name="Void .ctor(Object, IntPtr)">
47326         <size>0</size>
47327       </method>
47328       <method name="Void Invoke()">
47329         <size>0</size>
47330       </method>
47331       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47332         <size>0</size>
47333       </method>
47334       <method name="Void EndInvoke(IAsyncResult)">
47335         <size>0</size>
47336       </method>
47337     </type>
47338     <type name="Foo">
47339       <method name="Void .ctor(Object, IntPtr)">
47340         <size>0</size>
47341       </method>
47342       <method name="Simple Invoke()">
47343         <size>0</size>
47344       </method>
47345       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47346         <size>0</size>
47347       </method>
47348       <method name="Simple EndInvoke(IAsyncResult)">
47349         <size>0</size>
47350       </method>
47351     </type>
47352     <type name="X+&lt;Test&gt;c__AnonStorey0">
47353       <method name="Void .ctor()">
47354         <size>7</size>
47355       </method>
47356       <method name="Simple &lt;&gt;m__1()">
47357         <size>33</size>
47358       </method>
47359       <method name="Simple &lt;&gt;m__0()">
47360         <size>51</size>
47361       </method>
47362       <method name="Void &lt;&gt;m__3()">
47363         <size>21</size>
47364       </method>
47365     </type>
47366     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47367       <method name="Void .ctor()">
47368         <size>7</size>
47369       </method>
47370       <method name="Void &lt;&gt;m__2()">
47371         <size>26</size>
47372       </method>
47373     </type>
47374   </test>
47375   <test name="test-anon-45.cs">
47376     <type name="TestFunc">
47377       <method name="Void Invoke(Int32)">
47378         <size>0</size>
47379       </method>
47380       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
47381         <size>0</size>
47382       </method>
47383       <method name="Void EndInvoke(IAsyncResult)">
47384         <size>0</size>
47385       </method>
47386       <method name="Void .ctor(Object, IntPtr)">
47387         <size>0</size>
47388       </method>
47389     </type>
47390     <type name="A">
47391       <method name="Void .ctor(TestFunc)">
47392         <size>14</size>
47393       </method>
47394     </type>
47395     <type name="TestClass">
47396       <method name="Int32 Main()">
47397         <size>6</size>
47398       </method>
47399       <method name="Void &lt;a&gt;m__0(Int32)">
47400         <size>7</size>
47401       </method>
47402       <method name="Void .ctor()">
47403         <size>7</size>
47404       </method>
47405       <method name="Void .cctor()">
47406         <size>46</size>
47407       </method>
47408     </type>
47409   </test>
47410   <test name="test-anon-46.cs">
47411     <type name="World">
47412       <method name="Void .ctor()">
47413         <size>7</size>
47414       </method>
47415       <method name="Void Hello(Int64)">
47416         <size>1</size>
47417       </method>
47418       <method name="Void Test(Int32)">
47419         <size>50</size>
47420       </method>
47421     </type>
47422     <type name="X">
47423       <method name="Void .ctor()">
47424         <size>7</size>
47425       </method>
47426       <method name="Void Main()">
47427         <size>14</size>
47428       </method>
47429     </type>
47430     <type name="Foo">
47431       <method name="Void .ctor(Object, IntPtr)">
47432         <size>0</size>
47433       </method>
47434       <method name="Void Invoke()">
47435         <size>0</size>
47436       </method>
47437       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47438         <size>0</size>
47439       </method>
47440       <method name="Void EndInvoke(IAsyncResult)">
47441         <size>0</size>
47442       </method>
47443     </type>
47444     <type name="World+&lt;Test&gt;c__AnonStorey0">
47445       <method name="Void .ctor()">
47446         <size>7</size>
47447       </method>
47448       <method name="Void &lt;&gt;m__0()">
47449         <size>19</size>
47450       </method>
47451     </type>
47452   </test>
47453   <test name="test-anon-47.cs">
47454     <type name="World">
47455       <method name="Void .ctor()">
47456         <size>7</size>
47457       </method>
47458       <method name="Void Hello(Int64)">
47459         <size>1</size>
47460       </method>
47461       <method name="Void Test(Int32)">
47462         <size>153</size>
47463       </method>
47464     </type>
47465     <type name="X">
47466       <method name="Void .ctor()">
47467         <size>7</size>
47468       </method>
47469       <method name="Void Main()">
47470         <size>14</size>
47471       </method>
47472     </type>
47473     <type name="Foo">
47474       <method name="Void .ctor(Object, IntPtr)">
47475         <size>0</size>
47476       </method>
47477       <method name="Void Invoke()">
47478         <size>0</size>
47479       </method>
47480       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47481         <size>0</size>
47482       </method>
47483       <method name="Void EndInvoke(IAsyncResult)">
47484         <size>0</size>
47485       </method>
47486     </type>
47487     <type name="World+&lt;Test&gt;c__AnonStorey2">
47488       <method name="Void .ctor()">
47489         <size>7</size>
47490       </method>
47491       <method name="Void &lt;&gt;m__0()">
47492         <size>45</size>
47493       </method>
47494     </type>
47495     <type name="World+&lt;Test&gt;c__AnonStorey0">
47496       <method name="Void .ctor()">
47497         <size>7</size>
47498       </method>
47499     </type>
47500     <type name="World+&lt;Test&gt;c__AnonStorey1">
47501       <method name="Void .ctor()">
47502         <size>7</size>
47503       </method>
47504     </type>
47505   </test>
47506   <test name="test-anon-48.cs">
47507     <type name="World">
47508       <method name="Void .ctor()">
47509         <size>7</size>
47510       </method>
47511       <method name="Void Hello(Int64)">
47512         <size>1</size>
47513       </method>
47514       <method name="Void Test(Int32)">
47515         <size>197</size>
47516       </method>
47517     </type>
47518     <type name="X">
47519       <method name="Void .ctor()">
47520         <size>7</size>
47521       </method>
47522       <method name="Void Main()">
47523         <size>14</size>
47524       </method>
47525     </type>
47526     <type name="Foo">
47527       <method name="Void .ctor(Object, IntPtr)">
47528         <size>0</size>
47529       </method>
47530       <method name="Void Invoke()">
47531         <size>0</size>
47532       </method>
47533       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47534         <size>0</size>
47535       </method>
47536       <method name="Void EndInvoke(IAsyncResult)">
47537         <size>0</size>
47538       </method>
47539     </type>
47540     <type name="World+&lt;Test&gt;c__AnonStorey1">
47541       <method name="Void .ctor()">
47542         <size>7</size>
47543       </method>
47544     </type>
47545     <type name="World+&lt;Test&gt;c__AnonStorey2">
47546       <method name="Void .ctor()">
47547         <size>7</size>
47548       </method>
47549     </type>
47550     <type name="World+&lt;Test&gt;c__AnonStorey0">
47551       <method name="Void .ctor()">
47552         <size>7</size>
47553       </method>
47554       <method name="Void &lt;&gt;m__0()">
47555         <size>63</size>
47556       </method>
47557     </type>
47558   </test>
47559   <test name="test-anon-49.cs">
47560     <type name="Test">
47561       <method name="Void .ctor()">
47562         <size>7</size>
47563       </method>
47564       <method name="Void Main()">
47565         <size>66</size>
47566       </method>
47567       <method name="IEnumerator GetEnumerator()">
47568         <size>8</size>
47569       </method>
47570     </type>
47571     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
47572       <method name="Void .ctor()">
47573         <size>7</size>
47574       </method>
47575       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47576         <size>7</size>
47577       </method>
47578       <method name="Boolean MoveNext()">
47579         <size>197</size>
47580       </method>
47581       <method name="Void Dispose()">
47582         <size>76</size>
47583       </method>
47584       <method name="Void Reset()">
47585         <size>6</size>
47586       </method>
47587       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47588         <size>7</size>
47589       </method>
47590     </type>
47591   </test>
47592   <test name="test-anon-50.cs">
47593     <type name="Test">
47594       <method name="Void .ctor()">
47595         <size>7</size>
47596       </method>
47597       <method name="IEnumerable Foo(Int32)">
47598         <size>30</size>
47599       </method>
47600     </type>
47601     <type name="X">
47602       <method name="Void .ctor()">
47603         <size>7</size>
47604       </method>
47605       <method name="Int32 Main()">
47606         <size>196</size>
47607       </method>
47608     </type>
47609     <type name="Test+&lt;Foo&gt;c__Iterator0">
47610       <method name="Void .ctor()">
47611         <size>7</size>
47612       </method>
47613       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47614         <size>7</size>
47615       </method>
47616       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
47617         <size>7</size>
47618       </method>
47619       <method name="Boolean MoveNext()">
47620         <size>118</size>
47621       </method>
47622       <method name="Void Dispose()">
47623         <size>8</size>
47624       </method>
47625       <method name="Void Reset()">
47626         <size>6</size>
47627       </method>
47628       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47629         <size>7</size>
47630       </method>
47631       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
47632         <size>40</size>
47633       </method>
47634     </type>
47635   </test>
47636   <test name="test-anon-51.cs">
47637     <type name="X">
47638       <method name="Void .ctor()">
47639         <size>7</size>
47640       </method>
47641       <method name="Void .cctor()">
47642         <size>35</size>
47643       </method>
47644       <method name="Void Main()">
47645         <size>11</size>
47646       </method>
47647     </type>
47648     <type name="FooDelegate">
47649       <method name="Void .ctor(Object, IntPtr)">
47650         <size>0</size>
47651       </method>
47652       <method name="Void Invoke()">
47653         <size>0</size>
47654       </method>
47655       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47656         <size>0</size>
47657       </method>
47658       <method name="Void EndInvoke(IAsyncResult)">
47659         <size>0</size>
47660       </method>
47661     </type>
47662     <type name="X">
47663       <method name="Void &lt;Print&gt;m__0()">
47664         <size>11</size>
47665       </method>
47666     </type>
47667   </test>
47668   <test name="test-anon-52.cs">
47669     <type name="X">
47670       <method name="Void .ctor()">
47671         <size>7</size>
47672       </method>
47673       <method name="IEnumerator GetIt(System.Int32[])">
47674         <size>22</size>
47675       </method>
47676       <method name="Int32 Main()">
47677         <size>32</size>
47678       </method>
47679     </type>
47680     <type name="X+A">
47681       <method name="Void .ctor(Object, IntPtr)">
47682         <size>0</size>
47683       </method>
47684       <method name="Void Invoke()">
47685         <size>0</size>
47686       </method>
47687       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47688         <size>0</size>
47689       </method>
47690       <method name="Void EndInvoke(IAsyncResult)">
47691         <size>0</size>
47692       </method>
47693     </type>
47694     <type name="X+&lt;GetIt&gt;c__Iterator0">
47695       <method name="Void .ctor()">
47696         <size>7</size>
47697       </method>
47698       <method name="System.Object System.Collections.IEnumerator.get_Current()">
47699         <size>7</size>
47700       </method>
47701       <method name="Boolean MoveNext()">
47702         <size>199</size>
47703       </method>
47704       <method name="Void &lt;&gt;m__0()">
47705         <size>22</size>
47706       </method>
47707       <method name="Void Dispose()">
47708         <size>8</size>
47709       </method>
47710       <method name="Void Reset()">
47711         <size>6</size>
47712       </method>
47713       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
47714         <size>7</size>
47715       </method>
47716     </type>
47717     <type name="&lt;PrivateImplementationDetails&gt;">
47718       <method name="Void .ctor()">
47719         <size>7</size>
47720       </method>
47721     </type>
47722   </test>
47723   <test name="test-anon-53.cs">
47724     <type name="Test">
47725       <method name="Void .ctor(Int32)">
47726         <size>39</size>
47727       </method>
47728       <method name="Void .cctor()">
47729         <size>33</size>
47730       </method>
47731     </type>
47732     <type name="X">
47733       <method name="Void .ctor()">
47734         <size>7</size>
47735       </method>
47736       <method name="Void Main()">
47737         <size>15</size>
47738       </method>
47739     </type>
47740     <type name="Foo">
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="Test+&lt;Test&gt;c__AnonStorey0">
47755       <method name="Void .ctor()">
47756         <size>7</size>
47757       </method>
47758       <method name="Void &lt;&gt;m__0()">
47759         <size>12</size>
47760       </method>
47761     </type>
47762     <type name="Test+&lt;Test&gt;c__AnonStorey1">
47763       <method name="Void .ctor()">
47764         <size>7</size>
47765       </method>
47766       <method name="Void &lt;&gt;m__1()">
47767         <size>12</size>
47768       </method>
47769     </type>
47770   </test>
47771   <test name="test-anon-54.cs">
47772     <type name="X">
47773       <method name="Void .ctor()">
47774         <size>7</size>
47775       </method>
47776       <method name="Void Main()">
47777         <size>22</size>
47778       </method>
47779     </type>
47780     <type name="Hello">
47781       <method name="Void .ctor(Object, IntPtr)">
47782         <size>0</size>
47783       </method>
47784       <method name="Void Invoke()">
47785         <size>0</size>
47786       </method>
47787       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47788         <size>0</size>
47789       </method>
47790       <method name="Void EndInvoke(IAsyncResult)">
47791         <size>0</size>
47792       </method>
47793     </type>
47794     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
47795       <method name="Void .ctor()">
47796         <size>7</size>
47797       </method>
47798       <method name="Void &lt;&gt;m__0()">
47799         <size>25</size>
47800       </method>
47801     </type>
47802     <type name="Foo">
47803       <method name="Void .ctor(Int32)">
47804         <size>8</size>
47805       </method>
47806       <method name="Void Test(Foo)">
47807         <size>45</size>
47808       </method>
47809       <method name="Void Hello(Int32)">
47810         <size>19</size>
47811       </method>
47812       <method name="System.String ToString()">
47813         <size>22</size>
47814       </method>
47815     </type>
47816   </test>
47817   <test name="test-anon-55.cs">
47818     <type name="Foo">
47819       <method name="Void .ctor()">
47820         <size>7</size>
47821       </method>
47822       <method name="Void Test(Foo+Hello)">
47823         <size>7</size>
47824       </method>
47825       <method name="Void Private()">
47826         <size>11</size>
47827       </method>
47828       <method name="Void Test()">
47829         <size>19</size>
47830       </method>
47831     </type>
47832     <type name="X">
47833       <method name="Void .ctor()">
47834         <size>7</size>
47835       </method>
47836       <method name="Void Main()">
47837         <size>13</size>
47838       </method>
47839     </type>
47840     <type name="Foo+Hello">
47841       <method name="Void .ctor(Object, IntPtr)">
47842         <size>0</size>
47843       </method>
47844       <method name="Void Invoke()">
47845         <size>0</size>
47846       </method>
47847       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47848         <size>0</size>
47849       </method>
47850       <method name="Void EndInvoke(IAsyncResult)">
47851         <size>0</size>
47852       </method>
47853     </type>
47854     <type name="Foo">
47855       <method name="Void &lt;Test&gt;m__0()">
47856         <size>7</size>
47857       </method>
47858     </type>
47859   </test>
47860   <test name="test-anon-56.cs">
47861     <type name="Observable">
47862       <method name="Void .ctor()">
47863         <size>7</size>
47864       </method>
47865       <method name="Void Main(System.String[])">
47866         <size>50</size>
47867       </method>
47868     </type>
47869     <type name="QueueHandler">
47870       <method name="Void .ctor(Object, IntPtr)">
47871         <size>0</size>
47872       </method>
47873       <method name="Void Invoke(Observable)">
47874         <size>0</size>
47875       </method>
47876       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
47877         <size>0</size>
47878       </method>
47879       <method name="Void EndInvoke(IAsyncResult)">
47880         <size>0</size>
47881       </method>
47882     </type>
47883     <type name="Observable">
47884       <method name="Void &lt;Main&gt;m__0(Observable)">
47885         <size>11</size>
47886       </method>
47887     </type>
47888   </test>
47889   <test name="test-anon-57.cs">
47890     <type name="X">
47891       <method name="Void .ctor()">
47892         <size>7</size>
47893       </method>
47894       <method name="Int32 Test()">
47895         <size>257</size>
47896       </method>
47897       <method name="Int32 Main()">
47898         <size>45</size>
47899       </method>
47900     </type>
47901     <type name="X+TestDelegate">
47902       <method name="Void .ctor(Object, IntPtr)">
47903         <size>0</size>
47904       </method>
47905       <method name="Void Invoke()">
47906         <size>0</size>
47907       </method>
47908       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47909         <size>0</size>
47910       </method>
47911       <method name="Void EndInvoke(IAsyncResult)">
47912         <size>0</size>
47913       </method>
47914     </type>
47915     <type name="X+&lt;Test&gt;c__AnonStorey1">
47916       <method name="Void .ctor()">
47917         <size>7</size>
47918       </method>
47919       <method name="Void &lt;&gt;m__0()">
47920         <size>89</size>
47921       </method>
47922     </type>
47923     <type name="X+&lt;Test&gt;c__AnonStorey0">
47924       <method name="Void .ctor()">
47925         <size>7</size>
47926       </method>
47927     </type>
47928   </test>
47929   <test name="test-anon-58.cs">
47930     <type name="X">
47931       <method name="Void .ctor()">
47932         <size>7</size>
47933       </method>
47934       <method name="Int32 Test(Int32)">
47935         <size>342</size>
47936       </method>
47937       <method name="Int32 Main()">
47938         <size>46</size>
47939       </method>
47940     </type>
47941     <type name="X+TestDelegate">
47942       <method name="Void .ctor(Object, IntPtr)">
47943         <size>0</size>
47944       </method>
47945       <method name="Void Invoke()">
47946         <size>0</size>
47947       </method>
47948       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47949         <size>0</size>
47950       </method>
47951       <method name="Void EndInvoke(IAsyncResult)">
47952         <size>0</size>
47953       </method>
47954     </type>
47955     <type name="X+&lt;Test&gt;c__AnonStorey1">
47956       <method name="Void .ctor()">
47957         <size>7</size>
47958       </method>
47959       <method name="Void &lt;&gt;m__0()">
47960         <size>162</size>
47961       </method>
47962     </type>
47963     <type name="X+&lt;Test&gt;c__AnonStorey0">
47964       <method name="Void .ctor()">
47965         <size>7</size>
47966       </method>
47967     </type>
47968     <type name="X+&lt;Test&gt;c__AnonStorey2">
47969       <method name="Void .ctor()">
47970         <size>7</size>
47971       </method>
47972     </type>
47973   </test>
47974   <test name="test-anon-59.cs">
47975     <type name="X">
47976       <method name="Void .ctor()">
47977         <size>7</size>
47978       </method>
47979       <method name="Int32 Test(Int32)">
47980         <size>512</size>
47981       </method>
47982       <method name="Int32 Main()">
47983         <size>46</size>
47984       </method>
47985     </type>
47986     <type name="X+TestDelegate">
47987       <method name="Void .ctor(Object, IntPtr)">
47988         <size>0</size>
47989       </method>
47990       <method name="Void Invoke()">
47991         <size>0</size>
47992       </method>
47993       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47994         <size>0</size>
47995       </method>
47996       <method name="Void EndInvoke(IAsyncResult)">
47997         <size>0</size>
47998       </method>
47999     </type>
48000     <type name="X+&lt;Test&gt;c__AnonStorey2">
48001       <method name="Void .ctor()">
48002         <size>7</size>
48003       </method>
48004       <method name="Void &lt;&gt;m__0()">
48005         <size>224</size>
48006       </method>
48007     </type>
48008     <type name="X+&lt;Test&gt;c__AnonStorey1">
48009       <method name="Void .ctor()">
48010         <size>7</size>
48011       </method>
48012     </type>
48013     <type name="X+&lt;Test&gt;c__AnonStorey0">
48014       <method name="Void .ctor()">
48015         <size>7</size>
48016       </method>
48017     </type>
48018     <type name="X+&lt;Test&gt;c__AnonStorey3">
48019       <method name="Void .ctor()">
48020         <size>7</size>
48021       </method>
48022     </type>
48023   </test>
48024   <test name="test-anon-60.cs">
48025     <type name="X">
48026       <method name="Void .ctor()">
48027         <size>7</size>
48028       </method>
48029       <method name="Int32 Test(Int32)">
48030         <size>564</size>
48031       </method>
48032       <method name="Int32 Main()">
48033         <size>46</size>
48034       </method>
48035     </type>
48036     <type name="X+TestDelegate">
48037       <method name="Void .ctor(Object, IntPtr)">
48038         <size>0</size>
48039       </method>
48040       <method name="Void Invoke()">
48041         <size>0</size>
48042       </method>
48043       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48044         <size>0</size>
48045       </method>
48046       <method name="Void EndInvoke(IAsyncResult)">
48047         <size>0</size>
48048       </method>
48049     </type>
48050     <type name="X+&lt;Test&gt;c__AnonStorey2">
48051       <method name="Void .ctor()">
48052         <size>7</size>
48053       </method>
48054     </type>
48055     <type name="X+&lt;Test&gt;c__AnonStorey1">
48056       <method name="Void .ctor()">
48057         <size>7</size>
48058       </method>
48059     </type>
48060     <type name="X+&lt;Test&gt;c__AnonStorey0">
48061       <method name="Void .ctor()">
48062         <size>7</size>
48063       </method>
48064     </type>
48065     <type name="X+&lt;Test&gt;c__AnonStorey3">
48066       <method name="Void .ctor()">
48067         <size>7</size>
48068       </method>
48069     </type>
48070     <type name="X+&lt;Test&gt;c__AnonStorey2">
48071       <method name="Void &lt;&gt;m__0()">
48072         <size>347</size>
48073       </method>
48074     </type>
48075     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
48076       <method name="Void .ctor()">
48077         <size>7</size>
48078       </method>
48079       <method name="Void &lt;&gt;m__1()">
48080         <size>124</size>
48081       </method>
48082     </type>
48083   </test>
48084   <test name="test-anon-61.cs">
48085     <type name="X">
48086       <method name="Void .ctor()">
48087         <size>7</size>
48088       </method>
48089       <method name="Int32 Test()">
48090         <size>333</size>
48091       </method>
48092       <method name="Int32 Main()">
48093         <size>59</size>
48094       </method>
48095     </type>
48096     <type name="X+TestDelegate">
48097       <method name="Void .ctor(Object, IntPtr)">
48098         <size>0</size>
48099       </method>
48100       <method name="Void Invoke()">
48101         <size>0</size>
48102       </method>
48103       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48104         <size>0</size>
48105       </method>
48106       <method name="Void EndInvoke(IAsyncResult)">
48107         <size>0</size>
48108       </method>
48109     </type>
48110     <type name="X+&lt;Test&gt;c__AnonStorey1">
48111       <method name="Void .ctor()">
48112         <size>7</size>
48113       </method>
48114       <method name="Void &lt;&gt;m__0()">
48115         <size>157</size>
48116       </method>
48117     </type>
48118     <type name="X+&lt;Test&gt;c__AnonStorey0">
48119       <method name="Void .ctor()">
48120         <size>7</size>
48121       </method>
48122     </type>
48123   </test>
48124   <test name="test-anon-62.cs">
48125     <type name="X">
48126       <method name="Void .ctor(String)">
48127         <size>14</size>
48128       </method>
48129       <method name="Void Main()">
48130         <size>1</size>
48131       </method>
48132     </type>
48133     <type name="Y">
48134       <method name="Void .ctor(Z)">
48135         <size>56</size>
48136       </method>
48137     </type>
48138     <type name="Z">
48139       <method name="Void .ctor()">
48140         <size>7</size>
48141       </method>
48142       <method name="Void Hello()">
48143         <size>1</size>
48144       </method>
48145     </type>
48146     <type name="FooHandler">
48147       <method name="Void .ctor(Object, IntPtr)">
48148         <size>0</size>
48149       </method>
48150       <method name="Void Invoke()">
48151         <size>0</size>
48152       </method>
48153       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48154         <size>0</size>
48155       </method>
48156       <method name="Void EndInvoke(IAsyncResult)">
48157         <size>0</size>
48158       </method>
48159     </type>
48160     <type name="Y+&lt;Y&gt;c__AnonStorey0">
48161       <method name="Void .ctor()">
48162         <size>7</size>
48163       </method>
48164       <method name="Void &lt;&gt;m__0()">
48165         <size>12</size>
48166       </method>
48167     </type>
48168   </test>
48169   <test name="test-anon-63.cs">
48170     <type name="X">
48171       <method name="Void .ctor()">
48172         <size>7</size>
48173       </method>
48174       <method name="IEnumerator GetIt(System.Int32[])">
48175         <size>22</size>
48176       </method>
48177       <method name="Int32 Main()">
48178         <size>32</size>
48179       </method>
48180     </type>
48181     <type name="X+A">
48182       <method name="Void .ctor(Object, IntPtr)">
48183         <size>0</size>
48184       </method>
48185       <method name="Int32 Invoke()">
48186         <size>0</size>
48187       </method>
48188       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48189         <size>0</size>
48190       </method>
48191       <method name="Int32 EndInvoke(IAsyncResult)">
48192         <size>0</size>
48193       </method>
48194     </type>
48195     <type name="X+&lt;GetIt&gt;c__Iterator0">
48196       <method name="Void .ctor()">
48197         <size>7</size>
48198       </method>
48199       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48200         <size>7</size>
48201       </method>
48202       <method name="Boolean MoveNext()">
48203         <size>193</size>
48204       </method>
48205       <method name="Int32 &lt;&gt;m__0()">
48206         <size>44</size>
48207       </method>
48208       <method name="Void Dispose()">
48209         <size>8</size>
48210       </method>
48211       <method name="Void Reset()">
48212         <size>6</size>
48213       </method>
48214       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48215         <size>7</size>
48216       </method>
48217     </type>
48218     <type name="&lt;PrivateImplementationDetails&gt;">
48219       <method name="Void .ctor()">
48220         <size>7</size>
48221       </method>
48222     </type>
48223   </test>
48224   <test name="test-anon-64.cs">
48225     <type name="Source">
48226       <method name="Void .ctor()">
48227         <size>7</size>
48228       </method>
48229       <method name="Void add_ChildSourceAdded(System.EventHandler)">
48230         <size>24</size>
48231       </method>
48232       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
48233         <size>24</size>
48234       </method>
48235       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
48236         <size>24</size>
48237       </method>
48238       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
48239         <size>24</size>
48240       </method>
48241       <method name="Source FindSource(Source)">
48242         <size>2</size>
48243       </method>
48244       <method name="Void AddSource(Source, Int32, System.Object)">
48245         <size>100</size>
48246       </method>
48247       <method name="Void Main()">
48248         <size>1</size>
48249       </method>
48250     </type>
48251     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
48252       <method name="Void .ctor()">
48253         <size>7</size>
48254       </method>
48255       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
48256         <size>30</size>
48257       </method>
48258     </type>
48259     <type name="Source">
48260       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
48261         <size>1</size>
48262       </method>
48263     </type>
48264   </test>
48265   <test name="test-anon-65.cs">
48266     <type name="BaseClass">
48267       <method name="Void .ctor(SomeDelegate)">
48268         <size>13</size>
48269       </method>
48270     </type>
48271     <type name="TestClass">
48272       <method name="Void .ctor(Int32)">
48273         <size>32</size>
48274       </method>
48275       <method name="Int32 Main(System.String[])">
48276         <size>9</size>
48277       </method>
48278     </type>
48279     <type name="BaseClass+SomeDelegate">
48280       <method name="Void .ctor(Object, IntPtr)">
48281         <size>0</size>
48282       </method>
48283       <method name="Void Invoke()">
48284         <size>0</size>
48285       </method>
48286       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48287         <size>0</size>
48288       </method>
48289       <method name="Void EndInvoke(IAsyncResult)">
48290         <size>0</size>
48291       </method>
48292     </type>
48293     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
48294       <method name="Void .ctor()">
48295         <size>7</size>
48296       </method>
48297       <method name="Void &lt;&gt;m__0()">
48298         <size>12</size>
48299       </method>
48300     </type>
48301   </test>
48302   <test name="test-anon-66.cs">
48303     <type name="Test">
48304       <method name="Void .ctor()">
48305         <size>7</size>
48306       </method>
48307       <method name="Void add_testEvent(Test+TestEventHandler)">
48308         <size>24</size>
48309       </method>
48310       <method name="Void remove_testEvent(Test+TestEventHandler)">
48311         <size>24</size>
48312       </method>
48313       <method name="Void add_TestEvent(Test+TestEventHandler)">
48314         <size>33</size>
48315       </method>
48316       <method name="Void remove_TestEvent(Test+TestEventHandler)">
48317         <size>1</size>
48318       </method>
48319       <method name="Void Main()">
48320         <size>1</size>
48321       </method>
48322     </type>
48323     <type name="Test+TestEventHandler">
48324       <method name="Void .ctor(Object, IntPtr)">
48325         <size>0</size>
48326       </method>
48327       <method name="Void Invoke()">
48328         <size>0</size>
48329       </method>
48330       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48331         <size>0</size>
48332       </method>
48333       <method name="Void EndInvoke(IAsyncResult)">
48334         <size>0</size>
48335       </method>
48336     </type>
48337     <type name="Test+&lt;&gt;c__AnonStorey0">
48338       <method name="Void .ctor()">
48339         <size>7</size>
48340       </method>
48341       <method name="Void &lt;&gt;m__0()">
48342         <size>12</size>
48343       </method>
48344     </type>
48345   </test>
48346   <test name="test-anon-67.cs">
48347     <type name="ClassOne">
48348       <method name="Void .ctor(ReturnStringDelegate)">
48349         <size>7</size>
48350       </method>
48351       <method name="Void .ctor(String)">
48352         <size>32</size>
48353       </method>
48354       <method name="Void Main()">
48355         <size>1</size>
48356       </method>
48357     </type>
48358     <type name="ClassOne+ReturnStringDelegate">
48359       <method name="Void .ctor(Object, IntPtr)">
48360         <size>0</size>
48361       </method>
48362       <method name="System.String Invoke()">
48363         <size>0</size>
48364       </method>
48365       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48366         <size>0</size>
48367       </method>
48368       <method name="System.String EndInvoke(IAsyncResult)">
48369         <size>0</size>
48370       </method>
48371     </type>
48372     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
48373       <method name="Void .ctor()">
48374         <size>7</size>
48375       </method>
48376       <method name="System.String &lt;&gt;m__0()">
48377         <size>7</size>
48378       </method>
48379     </type>
48380   </test>
48381   <test name="test-anon-68.cs">
48382     <type name="C">
48383       <method name="Void .ctor()">
48384         <size>7</size>
48385       </method>
48386       <method name="Void T(D1)">
48387         <size>1</size>
48388       </method>
48389       <method name="Void T(D2)">
48390         <size>1</size>
48391       </method>
48392       <method name="Void Main()">
48393         <size>69</size>
48394       </method>
48395     </type>
48396     <type name="D1">
48397       <method name="Void .ctor(Object, IntPtr)">
48398         <size>0</size>
48399       </method>
48400       <method name="Void Invoke(Int32)">
48401         <size>0</size>
48402       </method>
48403       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
48404         <size>0</size>
48405       </method>
48406       <method name="Void EndInvoke(IAsyncResult)">
48407         <size>0</size>
48408       </method>
48409     </type>
48410     <type name="D2">
48411       <method name="Void .ctor(Object, IntPtr)">
48412         <size>0</size>
48413       </method>
48414       <method name="Void Invoke(System.String ByRef)">
48415         <size>0</size>
48416       </method>
48417       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
48418         <size>0</size>
48419       </method>
48420       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
48421         <size>0</size>
48422       </method>
48423     </type>
48424     <type name="C">
48425       <method name="Void &lt;Main&gt;m__0(Int32)">
48426         <size>1</size>
48427       </method>
48428       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
48429         <size>8</size>
48430       </method>
48431     </type>
48432   </test>
48433   <test name="test-anon-69.cs">
48434     <type name="SingleSteppingEngine">
48435       <method name="Void .ctor()">
48436         <size>7</size>
48437       </method>
48438       <method name="System.Object SendCommand(TargetAccessDelegate)">
48439         <size>8</size>
48440       </method>
48441       <method name="Void Detach()">
48442         <size>20</size>
48443       </method>
48444     </type>
48445     <type name="X">
48446       <method name="Void .ctor()">
48447         <size>7</size>
48448       </method>
48449       <method name="Void Main()">
48450         <size>1</size>
48451       </method>
48452     </type>
48453     <type name="TargetAccessDelegate">
48454       <method name="Void .ctor(Object, IntPtr)">
48455         <size>0</size>
48456       </method>
48457       <method name="System.Object Invoke(System.Object)">
48458         <size>0</size>
48459       </method>
48460       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
48461         <size>0</size>
48462       </method>
48463       <method name="System.Object EndInvoke(IAsyncResult)">
48464         <size>0</size>
48465       </method>
48466     </type>
48467     <type name="SingleSteppingEngine">
48468       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
48469         <size>19</size>
48470       </method>
48471     </type>
48472   </test>
48473   <test name="test-anon-70.cs">
48474     <type name="C">
48475       <method name="Void .ctor()">
48476         <size>7</size>
48477       </method>
48478       <method name="Void Test(C+D)">
48479         <size>1</size>
48480       </method>
48481       <method name="Void Main()">
48482         <size>98</size>
48483       </method>
48484     </type>
48485     <type name="C+D">
48486       <method name="Void .ctor(Object, IntPtr)">
48487         <size>0</size>
48488       </method>
48489       <method name="Void Invoke()">
48490         <size>0</size>
48491       </method>
48492       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48493         <size>0</size>
48494       </method>
48495       <method name="Void EndInvoke(IAsyncResult)">
48496         <size>0</size>
48497       </method>
48498     </type>
48499     <type name="UnsafeClass">
48500       <method name="Void .ctor()">
48501         <size>7</size>
48502       </method>
48503     </type>
48504     <type name="C">
48505       <method name="Void UnsafeTests()">
48506         <size>35</size>
48507       </method>
48508     </type>
48509     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
48510       <method name="Void .ctor()">
48511         <size>7</size>
48512       </method>
48513       <method name="Void &lt;&gt;m__0()">
48514         <size>14</size>
48515       </method>
48516     </type>
48517     <type name="C+&lt;Main&gt;c__AnonStorey1">
48518       <method name="Void .ctor()">
48519         <size>7</size>
48520       </method>
48521       <method name="Void &lt;&gt;m__1()">
48522         <size>38</size>
48523       </method>
48524       <method name="Void &lt;&gt;m__2()">
48525         <size>32</size>
48526       </method>
48527     </type>
48528     <type name="C">
48529       <method name="Void &lt;Main&gt;m__3()">
48530         <size>16</size>
48531       </method>
48532     </type>
48533     <type name="UnsafeClass">
48534       <method name="Int32* GetUnsafeValue()">
48535         <size>3</size>
48536       </method>
48537     </type>
48538     <type name="&lt;PrivateImplementationDetails&gt;">
48539       <method name="Void .ctor()">
48540         <size>7</size>
48541       </method>
48542     </type>
48543   </test>
48544   <test name="test-anon-71.cs">
48545     <type name="Program">
48546       <method name="Void .ctor()">
48547         <size>7</size>
48548       </method>
48549       <method name="Errno ProcessFile(System.String, Program+FdCb)">
48550         <size>2</size>
48551       </method>
48552       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
48553         <size>34</size>
48554       </method>
48555       <method name="Void Main()">
48556         <size>1</size>
48557       </method>
48558     </type>
48559     <type name="Program+FdCb">
48560       <method name="Void .ctor(Object, IntPtr)">
48561         <size>0</size>
48562       </method>
48563       <method name="Int32 Invoke(Int32)">
48564         <size>0</size>
48565       </method>
48566       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
48567         <size>0</size>
48568       </method>
48569       <method name="Int32 EndInvoke(IAsyncResult)">
48570         <size>0</size>
48571       </method>
48572     </type>
48573     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
48574       <method name="Void .ctor()">
48575         <size>7</size>
48576       </method>
48577       <method name="Int32 &lt;&gt;m__0(Int32)">
48578         <size>46</size>
48579       </method>
48580     </type>
48581   </test>
48582   <test name="test-anon-72.cs">
48583     <type name="Test">
48584       <method name="Void .ctor()">
48585         <size>7</size>
48586       </method>
48587       <method name="Void AddOperator(Test+UnaryOperator)">
48588         <size>1</size>
48589       </method>
48590       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
48591         <size>5</size>
48592       </method>
48593       <method name="Void Main()">
48594         <size>1</size>
48595       </method>
48596       <method name="Void Foo()">
48597         <size>19</size>
48598       </method>
48599     </type>
48600     <type name="Test+UnaryOperator">
48601       <method name="Void .ctor(Object, IntPtr)">
48602         <size>0</size>
48603       </method>
48604       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
48605         <size>0</size>
48606       </method>
48607       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
48608         <size>0</size>
48609       </method>
48610       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
48611         <size>0</size>
48612       </method>
48613     </type>
48614     <type name="Test">
48615       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
48616         <size>31</size>
48617       </method>
48618     </type>
48619   </test>
48620   <test name="test-anon-73.cs">
48621     <type name="T">
48622       <method name="Void .ctor()">
48623         <size>7</size>
48624       </method>
48625       <method name="Void Main()">
48626         <size>31</size>
48627       </method>
48628       <method name="Void Test_1()">
48629         <size>36</size>
48630       </method>
48631     </type>
48632     <type name="D">
48633       <method name="Void .ctor(Object, IntPtr)">
48634         <size>0</size>
48635       </method>
48636       <method name="Void Invoke(System.Object)">
48637         <size>0</size>
48638       </method>
48639       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
48640         <size>0</size>
48641       </method>
48642       <method name="Void EndInvoke(IAsyncResult)">
48643         <size>0</size>
48644       </method>
48645     </type>
48646     <type name="T">
48647       <method name="Void &lt;Main&gt;m__0(System.Object)">
48648         <size>15</size>
48649       </method>
48650       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
48651         <size>29</size>
48652       </method>
48653     </type>
48654   </test>
48655   <test name="test-anon-74.cs">
48656     <type name="Foo">
48657       <method name="Void Baz(Foo+SimpleDelegate)">
48658         <size>8</size>
48659       </method>
48660       <method name="Void Main(System.String[])">
48661         <size>35</size>
48662       </method>
48663     </type>
48664     <type name="Foo+SimpleDelegate">
48665       <method name="Void .ctor(Object, IntPtr)">
48666         <size>0</size>
48667       </method>
48668       <method name="System.String[,] Invoke()">
48669         <size>0</size>
48670       </method>
48671       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48672         <size>0</size>
48673       </method>
48674       <method name="System.String[,] EndInvoke(IAsyncResult)">
48675         <size>0</size>
48676       </method>
48677     </type>
48678     <type name="Foo">
48679       <method name="System.String[,] &lt;Main&gt;m__0()">
48680         <size>34</size>
48681       </method>
48682     </type>
48683   </test>
48684   <test name="test-anon-75.cs">
48685     <type name="Data">
48686       <method name="Void .ctor()">
48687         <size>7</size>
48688       </method>
48689     </type>
48690     <type name="Test">
48691       <method name="Void .ctor()">
48692         <size>7</size>
48693       </method>
48694       <method name="Void Foo(Int32, D)">
48695         <size>1</size>
48696       </method>
48697       <method name="Void Main()">
48698         <size>1</size>
48699       </method>
48700       <method name="Void TestMe()">
48701         <size>154</size>
48702       </method>
48703       <method name="Boolean &lt;TestMe&gt;m__0()">
48704         <size>2</size>
48705       </method>
48706     </type>
48707     <type name="D">
48708       <method name="Void .ctor(Object, IntPtr)">
48709         <size>0</size>
48710       </method>
48711       <method name="Boolean Invoke()">
48712         <size>0</size>
48713       </method>
48714       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48715         <size>0</size>
48716       </method>
48717       <method name="Boolean EndInvoke(IAsyncResult)">
48718         <size>0</size>
48719       </method>
48720     </type>
48721     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
48722       <method name="Void .ctor()">
48723         <size>7</size>
48724       </method>
48725       <method name="Boolean &lt;&gt;m__2()">
48726         <size>14</size>
48727       </method>
48728     </type>
48729     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
48730       <method name="Void .ctor()">
48731         <size>7</size>
48732       </method>
48733     </type>
48734     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
48735       <method name="Boolean &lt;&gt;m__1()">
48736         <size>54</size>
48737       </method>
48738     </type>
48739   </test>
48740   <test name="test-anon-76.cs">
48741     <type name="C">
48742       <method name="Void .ctor()">
48743         <size>7</size>
48744       </method>
48745       <method name="Void set_Item(System.String, FactoryDelegate)">
48746         <size>8</size>
48747       </method>
48748       <method name="FactoryDelegate get_Item(System.String)">
48749         <size>7</size>
48750       </method>
48751       <method name="Void X()">
48752         <size>24</size>
48753       </method>
48754       <method name="Int32 Main()">
48755         <size>70</size>
48756       </method>
48757     </type>
48758     <type name="FactoryDelegate">
48759       <method name="Void .ctor(Object, IntPtr)">
48760         <size>0</size>
48761       </method>
48762       <method name="System.Object Invoke()">
48763         <size>0</size>
48764       </method>
48765       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48766         <size>0</size>
48767       </method>
48768       <method name="System.Object EndInvoke(IAsyncResult)">
48769         <size>0</size>
48770       </method>
48771     </type>
48772     <type name="C">
48773       <method name="System.Object &lt;X&gt;m__0()">
48774         <size>30</size>
48775       </method>
48776     </type>
48777   </test>
48778   <test name="test-anon-77.cs">
48779     <type name="y">
48780       <method name="Void .ctor()">
48781         <size>7</size>
48782       </method>
48783       <method name="Boolean get_Item(Int32)">
48784         <size>28</size>
48785       </method>
48786       <method name="Void set_Item(Int32, Boolean)">
48787         <size>10</size>
48788       </method>
48789       <method name="Void Main()">
48790         <size>1</size>
48791       </method>
48792     </type>
48793     <type name="D">
48794       <method name="Void .ctor(Object, IntPtr)">
48795         <size>0</size>
48796       </method>
48797       <method name="Void Invoke()">
48798         <size>0</size>
48799       </method>
48800       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48801         <size>0</size>
48802       </method>
48803       <method name="Void EndInvoke(IAsyncResult)">
48804         <size>0</size>
48805       </method>
48806     </type>
48807     <type name="y+&lt;&gt;c__AnonStorey0">
48808       <method name="Void .ctor()">
48809         <size>7</size>
48810       </method>
48811       <method name="Void &lt;&gt;m__0()">
48812         <size>8</size>
48813       </method>
48814     </type>
48815   </test>
48816   <test name="test-anon-78.cs">
48817     <type name="DelegateTest">
48818       <method name="Void .ctor()">
48819         <size>7</size>
48820       </method>
48821       <method name="Void .cctor()">
48822         <size>8</size>
48823       </method>
48824       <method name="Void Foo(D1)">
48825         <size>7</size>
48826       </method>
48827       <method name="Void Foo(D2)">
48828         <size>1</size>
48829       </method>
48830       <method name="Int32 Main()">
48831         <size>50</size>
48832       </method>
48833       <method name="Void &lt;Main&gt;m__0()">
48834         <size>18</size>
48835       </method>
48836     </type>
48837     <type name="D1">
48838       <method name="Void .ctor(Object, IntPtr)">
48839         <size>0</size>
48840       </method>
48841       <method name="Void Invoke()">
48842         <size>0</size>
48843       </method>
48844       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48845         <size>0</size>
48846       </method>
48847       <method name="Void EndInvoke(IAsyncResult)">
48848         <size>0</size>
48849       </method>
48850     </type>
48851     <type name="D2">
48852       <method name="Void .ctor(Object, IntPtr)">
48853         <size>0</size>
48854       </method>
48855       <method name="Void Invoke()">
48856         <size>0</size>
48857       </method>
48858       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48859         <size>0</size>
48860       </method>
48861       <method name="Void EndInvoke(IAsyncResult)">
48862         <size>0</size>
48863       </method>
48864     </type>
48865   </test>
48866   <test name="test-anon-79.cs">
48867     <type name="Test">
48868       <method name="Void .ctor()">
48869         <size>7</size>
48870       </method>
48871       <method name="Void add_E(Test+D)">
48872         <size>24</size>
48873       </method>
48874       <method name="Void remove_E(Test+D)">
48875         <size>24</size>
48876       </method>
48877       <method name="Void add_Changed(Test+D)">
48878         <size>30</size>
48879       </method>
48880       <method name="Void remove_Changed(Test+D)">
48881         <size>1</size>
48882       </method>
48883       <method name="Void Foo()">
48884         <size>1</size>
48885       </method>
48886       <method name="Void Main()">
48887         <size>1</size>
48888       </method>
48889     </type>
48890     <type name="Test+D">
48891       <method name="Void .ctor(Object, IntPtr)">
48892         <size>0</size>
48893       </method>
48894       <method name="Void Invoke()">
48895         <size>0</size>
48896       </method>
48897       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48898         <size>0</size>
48899       </method>
48900       <method name="Void EndInvoke(IAsyncResult)">
48901         <size>0</size>
48902       </method>
48903     </type>
48904     <type name="Test">
48905       <method name="Void &lt;add_Changed&gt;m__0()">
48906         <size>7</size>
48907       </method>
48908     </type>
48909   </test>
48910   <test name="test-anon-80.cs">
48911     <type name="MonoBug.MyTest">
48912       <method name="Void .ctor()">
48913         <size>7</size>
48914       </method>
48915       <method name="Int32 Main()">
48916         <size>167</size>
48917       </method>
48918     </type>
48919     <type name="MonoBug.MyTest+EventHandlers">
48920       <method name="Void .ctor()">
48921         <size>18</size>
48922       </method>
48923       <method name="System.EventHandler get_DoNothingEventHandler()">
48924         <size>30</size>
48925       </method>
48926       <method name="System.EventHandler get_DoSomethingEventHandler()">
48927         <size>13</size>
48928       </method>
48929       <method name="System.EventHandler get_Handler()">
48930         <size>7</size>
48931       </method>
48932       <method name="Void set_Handler(System.EventHandler)">
48933         <size>8</size>
48934       </method>
48935       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
48936         <size>1</size>
48937       </method>
48938       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
48939         <size>15</size>
48940       </method>
48941     </type>
48942   </test>
48943   <test name="test-anon-81.cs">
48944     <type name="C">
48945       <method name="Void .ctor()">
48946         <size>7</size>
48947       </method>
48948       <method name="Int32 Main()">
48949         <size>20</size>
48950       </method>
48951       <method name="Int32 Test()">
48952         <size>27</size>
48953       </method>
48954       <method name="Int32 Foo2(C+Cmd2)">
48955         <size>7</size>
48956       </method>
48957       <method name="Void Foo(C+Cmd)">
48958         <size>7</size>
48959       </method>
48960     </type>
48961     <type name="C+Cmd">
48962       <method name="Void .ctor(Object, IntPtr)">
48963         <size>0</size>
48964       </method>
48965       <method name="Void Invoke()">
48966         <size>0</size>
48967       </method>
48968       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48969         <size>0</size>
48970       </method>
48971       <method name="Void EndInvoke(IAsyncResult)">
48972         <size>0</size>
48973       </method>
48974     </type>
48975     <type name="C+Cmd2">
48976       <method name="Void .ctor(Object, IntPtr)">
48977         <size>0</size>
48978       </method>
48979       <method name="Int32 Invoke()">
48980         <size>0</size>
48981       </method>
48982       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48983         <size>0</size>
48984       </method>
48985       <method name="Int32 EndInvoke(IAsyncResult)">
48986         <size>0</size>
48987       </method>
48988     </type>
48989     <type name="C">
48990       <method name="Int32 &lt;Test&gt;m__0()">
48991         <size>45</size>
48992       </method>
48993     </type>
48994     <type name="C+&lt;Test&gt;c__AnonStorey1">
48995       <method name="Void .ctor()">
48996         <size>7</size>
48997       </method>
48998       <method name="Void &lt;&gt;m__1()">
48999         <size>44</size>
49000       </method>
49001     </type>
49002     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
49003       <method name="Void .ctor()">
49004         <size>7</size>
49005       </method>
49006       <method name="Void &lt;&gt;m__2()">
49007         <size>18</size>
49008       </method>
49009     </type>
49010   </test>
49011   <test name="test-anon-82.cs">
49012     <type name="MainClass">
49013       <method name="Void .ctor()">
49014         <size>7</size>
49015       </method>
49016       <method name="Void Main()">
49017         <size>87</size>
49018       </method>
49019       <method name="Void Test2(Int32)">
49020         <size>31</size>
49021       </method>
49022       <method name="Void Test3(Int32)">
49023         <size>57</size>
49024       </method>
49025       <method name="Void Test4()">
49026         <size>31</size>
49027       </method>
49028       <method name="Void Test5(Int32)">
49029         <size>27</size>
49030       </method>
49031       <method name="Void SimpleCallback(MainClass, System.String)">
49032         <size>7</size>
49033       </method>
49034     </type>
49035     <type name="MainClass+D">
49036       <method name="Void .ctor(Object, IntPtr)">
49037         <size>0</size>
49038       </method>
49039       <method name="Int32 Invoke(Int32)">
49040         <size>0</size>
49041       </method>
49042       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49043         <size>0</size>
49044       </method>
49045       <method name="Int32 EndInvoke(IAsyncResult)">
49046         <size>0</size>
49047       </method>
49048     </type>
49049     <type name="StringSender">
49050       <method name="Void .ctor(Object, IntPtr)">
49051         <size>0</size>
49052       </method>
49053       <method name="Void Invoke(System.String)">
49054         <size>0</size>
49055       </method>
49056       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
49057         <size>0</size>
49058       </method>
49059       <method name="Void EndInvoke(IAsyncResult)">
49060         <size>0</size>
49061       </method>
49062     </type>
49063     <type name="VoidDelegate">
49064       <method name="Void .ctor(Object, IntPtr)">
49065         <size>0</size>
49066       </method>
49067       <method name="Void Invoke()">
49068         <size>0</size>
49069       </method>
49070       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49071         <size>0</size>
49072       </method>
49073       <method name="Void EndInvoke(IAsyncResult)">
49074         <size>0</size>
49075       </method>
49076     </type>
49077     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
49078       <method name="Void .ctor()">
49079         <size>7</size>
49080       </method>
49081     </type>
49082     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
49083       <method name="Void .ctor()">
49084         <size>7</size>
49085       </method>
49086     </type>
49087     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
49088       <method name="Void .ctor()">
49089         <size>7</size>
49090       </method>
49091     </type>
49092     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
49093       <method name="Void .ctor()">
49094         <size>7</size>
49095       </method>
49096     </type>
49097     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
49098       <method name="Void .ctor()">
49099         <size>7</size>
49100       </method>
49101     </type>
49102     <type name="MainClass">
49103       <method name="Void &lt;Test2&gt;m__1(System.String)">
49104         <size>27</size>
49105       </method>
49106       <method name="Void &lt;Test3&gt;m__3()">
49107         <size>1</size>
49108       </method>
49109       <method name="Void &lt;Test4&gt;m__4()">
49110         <size>31</size>
49111       </method>
49112       <method name="Void &lt;Test4&gt;m__7()">
49113         <size>28</size>
49114       </method>
49115     </type>
49116     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
49117       <method name="Void &lt;&gt;m__0()">
49118         <size>25</size>
49119       </method>
49120       <method name="Void &lt;&gt;m__9(System.String)">
49121         <size>13</size>
49122       </method>
49123     </type>
49124     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
49125       <method name="Void &lt;&gt;m__2()">
49126         <size>9</size>
49127       </method>
49128     </type>
49129     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
49130       <method name="Int32 &lt;&gt;m__5(Int32)">
49131         <size>46</size>
49132       </method>
49133       <method name="Int32 &lt;&gt;m__A(Int32)">
49134         <size>2</size>
49135       </method>
49136     </type>
49137     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
49138       <method name="Void &lt;&gt;m__6()">
49139         <size>12</size>
49140       </method>
49141     </type>
49142     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
49143       <method name="Void &lt;&gt;m__8()">
49144         <size>14</size>
49145       </method>
49146       <method name="Void &lt;&gt;m__B()">
49147         <size>8</size>
49148       </method>
49149     </type>
49150   </test>
49151   <test name="test-anon-84.cs">
49152     <type name="C">
49153       <method name="Void .ctor()">
49154         <size>42</size>
49155       </method>
49156       <method name="Void .ctor(D)">
49157         <size>42</size>
49158       </method>
49159       <method name="Int32 Main()">
49160         <size>19</size>
49161       </method>
49162     </type>
49163     <type name="D">
49164       <method name="Void .ctor(Object, IntPtr)">
49165         <size>0</size>
49166       </method>
49167       <method name="C Invoke(Int32)">
49168         <size>0</size>
49169       </method>
49170       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49171         <size>0</size>
49172       </method>
49173       <method name="C EndInvoke(IAsyncResult)">
49174         <size>0</size>
49175       </method>
49176     </type>
49177     <type name="C">
49178       <method name="C &lt;field&gt;m__0(Int32)">
49179         <size>4</size>
49180       </method>
49181     </type>
49182   </test>
49183   <test name="test-anon-85.cs">
49184     <type name="X">
49185       <method name="Void .ctor()">
49186         <size>7</size>
49187       </method>
49188       <method name="Int32 Main()">
49189         <size>29</size>
49190       </method>
49191     </type>
49192     <type name="X+D">
49193       <method name="Void .ctor(Object, IntPtr)">
49194         <size>0</size>
49195       </method>
49196       <method name="Void Invoke()">
49197         <size>0</size>
49198       </method>
49199       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49200         <size>0</size>
49201       </method>
49202       <method name="Void EndInvoke(IAsyncResult)">
49203         <size>0</size>
49204       </method>
49205     </type>
49206     <type name="X+&lt;Main&gt;c__AnonStorey0">
49207       <method name="Void .ctor()">
49208         <size>7</size>
49209       </method>
49210       <method name="Void &lt;&gt;m__0()">
49211         <size>8</size>
49212       </method>
49213     </type>
49214   </test>
49215   <test name="test-anon-86.cs">
49216     <type name="Bug.A">
49217       <method name="Void .ctor()">
49218         <size>50</size>
49219       </method>
49220       <method name="Void Test()">
49221         <size>1</size>
49222       </method>
49223       <method name="Int32 Main()">
49224         <size>8</size>
49225       </method>
49226     </type>
49227     <type name="Bug.B">
49228       <method name="Void .ctor()">
49229         <size>7</size>
49230       </method>
49231       <method name="Int32 get_Prop()">
49232         <size>2</size>
49233       </method>
49234     </type>
49235     <type name="Bug.EventHandler">
49236       <method name="Void .ctor(Object, IntPtr)">
49237         <size>0</size>
49238       </method>
49239       <method name="Void Invoke()">
49240         <size>0</size>
49241       </method>
49242       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49243         <size>0</size>
49244       </method>
49245       <method name="Void EndInvoke(IAsyncResult)">
49246         <size>0</size>
49247       </method>
49248     </type>
49249     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
49250       <method name="Void .ctor()">
49251         <size>7</size>
49252       </method>
49253       <method name="Void &lt;&gt;m__0()">
49254         <size>24</size>
49255       </method>
49256     </type>
49257   </test>
49258   <test name="test-anon-87.cs">
49259     <type name="Bug.AA">
49260       <method name="Void .ctor(BB)">
49261         <size>51</size>
49262       </method>
49263       <method name="Void TestMe()">
49264         <size>1</size>
49265       </method>
49266       <method name="Int32 Main()">
49267         <size>18</size>
49268       </method>
49269     </type>
49270     <type name="Bug.BB">
49271       <method name="Void .ctor(String)">
49272         <size>18</size>
49273       </method>
49274       <method name="Void Foo()">
49275         <size>1</size>
49276       </method>
49277     </type>
49278     <type name="Bug.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="Bug.AA+&lt;AA&gt;c__AnonStorey0">
49293       <method name="Void .ctor()">
49294         <size>7</size>
49295       </method>
49296       <method name="Void &lt;&gt;m__0()">
49297         <size>23</size>
49298       </method>
49299     </type>
49300   </test>
49301   <test name="test-anon-88.cs">
49302     <type name="C">
49303       <method name="Void .ctor()">
49304         <size>7</size>
49305       </method>
49306       <method name="Int32 Main()">
49307         <size>12</size>
49308       </method>
49309       <method name="Void Test()">
49310         <size>97</size>
49311       </method>
49312     </type>
49313     <type name="C+D">
49314       <method name="Void .ctor(Object, IntPtr)">
49315         <size>0</size>
49316       </method>
49317       <method name="Void Invoke()">
49318         <size>0</size>
49319       </method>
49320       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49321         <size>0</size>
49322       </method>
49323       <method name="Void EndInvoke(IAsyncResult)">
49324         <size>0</size>
49325       </method>
49326     </type>
49327     <type name="C+&lt;Test&gt;c__AnonStorey0">
49328       <method name="Void .ctor()">
49329         <size>7</size>
49330       </method>
49331       <method name="Void &lt;&gt;m__2()">
49332         <size>8</size>
49333       </method>
49334     </type>
49335     <type name="C+&lt;Test&gt;c__AnonStorey2">
49336       <method name="Void .ctor()">
49337         <size>7</size>
49338       </method>
49339       <method name="Void &lt;&gt;m__0()">
49340         <size>69</size>
49341       </method>
49342       <method name="Void &lt;&gt;m__1()">
49343         <size>8</size>
49344       </method>
49345       <method name="Void &lt;&gt;m__4()">
49346         <size>3</size>
49347       </method>
49348     </type>
49349     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
49350       <method name="Void .ctor()">
49351         <size>7</size>
49352       </method>
49353       <method name="Void &lt;&gt;m__3()">
49354         <size>20</size>
49355       </method>
49356     </type>
49357   </test>
49358   <test name="test-anon-89.cs">
49359     <type name="C">
49360       <method name="Void .ctor()">
49361         <size>7</size>
49362       </method>
49363       <method name="Int32 Main()">
49364         <size>12</size>
49365       </method>
49366       <method name="System.Object get_GdkWindow()">
49367         <size>2</size>
49368       </method>
49369       <method name="Void set_GdkWindow(System.Object)">
49370         <size>1</size>
49371       </method>
49372       <method name="Void Invoke(C+D)">
49373         <size>1</size>
49374       </method>
49375       <method name="Void Test()">
49376         <size>69</size>
49377       </method>
49378     </type>
49379     <type name="C+D">
49380       <method name="Void .ctor(Object, IntPtr)">
49381         <size>0</size>
49382       </method>
49383       <method name="Void Invoke()">
49384         <size>0</size>
49385       </method>
49386       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49387         <size>0</size>
49388       </method>
49389       <method name="Void EndInvoke(IAsyncResult)">
49390         <size>0</size>
49391       </method>
49392     </type>
49393     <type name="C+&lt;Test&gt;c__AnonStorey0">
49394       <method name="Void .ctor()">
49395         <size>7</size>
49396       </method>
49397       <method name="Void &lt;&gt;m__0()">
49398         <size>108</size>
49399       </method>
49400       <method name="Void &lt;&gt;m__3()">
49401         <size>29</size>
49402       </method>
49403     </type>
49404     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
49405       <method name="Void .ctor()">
49406         <size>7</size>
49407       </method>
49408       <method name="Void &lt;&gt;m__1()">
49409         <size>18</size>
49410       </method>
49411       <method name="Void &lt;&gt;m__2()">
49412         <size>49</size>
49413       </method>
49414     </type>
49415   </test>
49416   <test name="test-anon-90.cs">
49417     <type name="C">
49418       <method name="Void .ctor()">
49419         <size>7</size>
49420       </method>
49421       <method name="Int32 Main()">
49422         <size>12</size>
49423       </method>
49424       <method name="Void Foo()">
49425         <size>27</size>
49426       </method>
49427     </type>
49428     <type name="C+D">
49429       <method name="Void .ctor(Object, IntPtr)">
49430         <size>0</size>
49431       </method>
49432       <method name="Void Invoke()">
49433         <size>0</size>
49434       </method>
49435       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49436         <size>0</size>
49437       </method>
49438       <method name="Void EndInvoke(IAsyncResult)">
49439         <size>0</size>
49440       </method>
49441     </type>
49442     <type name="C+&lt;Foo&gt;c__AnonStorey0">
49443       <method name="Void .ctor()">
49444         <size>7</size>
49445       </method>
49446       <method name="Void &lt;&gt;m__0()">
49447         <size>66</size>
49448       </method>
49449     </type>
49450     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
49451       <method name="Void .ctor()">
49452         <size>7</size>
49453       </method>
49454     </type>
49455     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
49456       <method name="Void .ctor()">
49457         <size>7</size>
49458       </method>
49459       <method name="Void &lt;&gt;m__1()">
49460         <size>32</size>
49461       </method>
49462     </type>
49463   </test>
49464   <test name="test-anon-91.cs">
49465     <type name="A">
49466       <method name="Void .ctor(Int32)">
49467         <size>27</size>
49468       </method>
49469     </type>
49470     <type name="C">
49471       <method name="Void .ctor()">
49472         <size>7</size>
49473       </method>
49474       <method name="Int32 Main()">
49475         <size>12</size>
49476       </method>
49477       <method name="Void SelectCommand(Int32)">
49478         <size>1</size>
49479       </method>
49480       <method name="Void Test()">
49481         <size>66</size>
49482       </method>
49483     </type>
49484     <type name="C+D">
49485       <method name="Void .ctor(Object, IntPtr)">
49486         <size>0</size>
49487       </method>
49488       <method name="Void Invoke()">
49489         <size>0</size>
49490       </method>
49491       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49492         <size>0</size>
49493       </method>
49494       <method name="Void EndInvoke(IAsyncResult)">
49495         <size>0</size>
49496       </method>
49497     </type>
49498     <type name="C+&lt;Test&gt;c__AnonStorey0">
49499       <method name="Void .ctor()">
49500         <size>7</size>
49501       </method>
49502       <method name="Void &lt;&gt;m__0()">
49503         <size>108</size>
49504       </method>
49505     </type>
49506     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
49507       <method name="Void .ctor()">
49508         <size>7</size>
49509       </method>
49510       <method name="Void &lt;&gt;m__1()">
49511         <size>23</size>
49512       </method>
49513     </type>
49514   </test>
49515   <test name="test-anon-92.cs">
49516     <type name="MainClass">
49517       <method name="Void Test(IEnumerable)">
49518         <size>33</size>
49519       </method>
49520       <method name="Int32 Main()">
49521         <size>21</size>
49522       </method>
49523       <method name="Void .ctor()">
49524         <size>7</size>
49525       </method>
49526     </type>
49527     <type name="D">
49528       <method name="Void Invoke()">
49529         <size>0</size>
49530       </method>
49531       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49532         <size>0</size>
49533       </method>
49534       <method name="Void EndInvoke(IAsyncResult)">
49535         <size>0</size>
49536       </method>
49537       <method name="Void .ctor(Object, IntPtr)">
49538         <size>0</size>
49539       </method>
49540     </type>
49541     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
49542       <method name="Void &lt;&gt;m__0()">
49543         <size>72</size>
49544       </method>
49545       <method name="Void .ctor()">
49546         <size>7</size>
49547       </method>
49548     </type>
49549   </test>
49550   <test name="test-anon-93.cs">
49551     <type name="BaseTest.MainClass">
49552       <method name="Void add_MyEvent(System.EventHandler)">
49553         <size>55</size>
49554       </method>
49555       <method name="Void remove_MyEvent(System.EventHandler)">
49556         <size>55</size>
49557       </method>
49558       <method name="Void RaiseMyEvent(System.Object, System.EventArgs)">
49559         <size>14</size>
49560       </method>
49561       <method name="Void Main()">
49562         <size>50</size>
49563       </method>
49564       <method name="Void &lt;Main&gt;m__2(System.Object, System.EventArgs)">
49565         <size>13</size>
49566       </method>
49567       <method name="Void .ctor()">
49568         <size>7</size>
49569       </method>
49570     </type>
49571     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey0">
49572       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
49573         <size>23</size>
49574       </method>
49575       <method name="Void .ctor()">
49576         <size>7</size>
49577       </method>
49578     </type>
49579     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey1">
49580       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
49581         <size>23</size>
49582       </method>
49583       <method name="Void .ctor()">
49584         <size>7</size>
49585       </method>
49586     </type>
49587   </test>
49588   <test name="test-anon-94.cs">
49589     <type name="Program">
49590       <method name="Int32 Main()">
49591         <size>57</size>
49592       </method>
49593       <method name="Void .ctor()">
49594         <size>7</size>
49595       </method>
49596     </type>
49597     <type name="Program+BaseClass">
49598       <method name="Void Print()">
49599         <size>19</size>
49600       </method>
49601       <method name="Void .ctor()">
49602         <size>7</size>
49603       </method>
49604     </type>
49605     <type name="Program+Derived">
49606       <method name="Void Print()">
49607         <size>20</size>
49608       </method>
49609       <method name="Void &lt;Print&gt;m__0()">
49610         <size>7</size>
49611       </method>
49612       <method name="Void .ctor()">
49613         <size>7</size>
49614       </method>
49615       <method name="Void &lt;Print&gt;__BaseCallProxy0()">
49616         <size>7</size>
49617       </method>
49618     </type>
49619     <type name="Program+DerivedLibrary">
49620       <method name="Void Print(Int32)">
49621         <size>20</size>
49622       </method>
49623       <method name="Void &lt;Print&gt;__BaseCallProxy0(Int32)">
49624         <size>8</size>
49625       </method>
49626       <method name="Void &lt;Print&gt;m__1()">
49627         <size>9</size>
49628       </method>
49629       <method name="Void .ctor()">
49630         <size>7</size>
49631       </method>
49632     </type>
49633   </test>
49634   <test name="test-anon-95.cs">
49635     <type name="D">
49636       <method name="Int32 Invoke()">
49637         <size>0</size>
49638       </method>
49639       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49640         <size>0</size>
49641       </method>
49642       <method name="Int32 EndInvoke(IAsyncResult)">
49643         <size>0</size>
49644       </method>
49645       <method name="Void .ctor(Object, IntPtr)">
49646         <size>0</size>
49647       </method>
49648     </type>
49649     <type name="A">
49650       <method name="Void add_Event(D)">
49651         <size>0</size>
49652       </method>
49653       <method name="Void remove_Event(D)">
49654         <size>0</size>
49655       </method>
49656       <method name="Void .ctor()">
49657         <size>7</size>
49658       </method>
49659     </type>
49660     <type name="B">
49661       <method name="Void add_Event(D)">
49662         <size>24</size>
49663       </method>
49664       <method name="Void remove_Event(D)">
49665         <size>24</size>
49666       </method>
49667       <method name="Int32 Run()">
49668         <size>12</size>
49669       </method>
49670       <method name="Void .ctor()">
49671         <size>7</size>
49672       </method>
49673     </type>
49674     <type name="C">
49675       <method name="Int32 Test(Int32)">
49676         <size>46</size>
49677       </method>
49678       <method name="Int32 Main()">
49679         <size>23</size>
49680       </method>
49681       <method name="Void &lt;add_Event&gt;__BaseCallProxy0(D)">
49682         <size>8</size>
49683       </method>
49684       <method name="Void .ctor()">
49685         <size>7</size>
49686       </method>
49687     </type>
49688     <type name="C+&lt;Test&gt;c__AnonStorey0">
49689       <method name="Void &lt;&gt;m__0()">
49690         <size>24</size>
49691       </method>
49692       <method name="Int32 &lt;&gt;m__1()">
49693         <size>7</size>
49694       </method>
49695       <method name="Void .ctor()">
49696         <size>7</size>
49697       </method>
49698     </type>
49699   </test>
49700   <test name="test-anon-96.cs">
49701     <type name="P">
49702       <method name="Void .ctor()">
49703         <size>7</size>
49704       </method>
49705     </type>
49706     <type name="Program">
49707       <method name="Int32 Extra()">
49708         <size>3</size>
49709       </method>
49710       <method name="Program+D Get(Int32)">
49711         <size>128</size>
49712       </method>
49713       <method name="Int32 Run(Int32)">
49714         <size>12</size>
49715       </method>
49716       <method name="Int32 Main()">
49717         <size>77</size>
49718       </method>
49719     </type>
49720     <type name="Program+D">
49721       <method name="Int32 Invoke()">
49722         <size>0</size>
49723       </method>
49724       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49725         <size>0</size>
49726       </method>
49727       <method name="Int32 EndInvoke(IAsyncResult)">
49728         <size>0</size>
49729       </method>
49730       <method name="Void .ctor(Object, IntPtr)">
49731         <size>0</size>
49732       </method>
49733     </type>
49734     <type name="Program+&lt;Get&gt;c__AnonStorey0">
49735       <method name="Void .ctor()">
49736         <size>7</size>
49737       </method>
49738     </type>
49739     <type name="Program+&lt;Get&gt;c__AnonStorey1">
49740       <method name="Int32 &lt;&gt;m__0()">
49741         <size>24</size>
49742       </method>
49743       <method name="Int32 &lt;&gt;m__1()">
49744         <size>24</size>
49745       </method>
49746       <method name="Int32 &lt;&gt;m__2()">
49747         <size>19</size>
49748       </method>
49749       <method name="Void .ctor()">
49750         <size>7</size>
49751       </method>
49752     </type>
49753   </test>
49754   <test name="test-anon-97.cs">
49755     <type name="Space">
49756       <method name="Void Leak(Boolean, Int32)">
49757         <size>85</size>
49758       </method>
49759       <method name="Void .ctor()">
49760         <size>14</size>
49761       </method>
49762     </type>
49763     <type name="Space+DoCopy">
49764       <method name="Void Invoke()">
49765         <size>0</size>
49766       </method>
49767       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49768         <size>0</size>
49769       </method>
49770       <method name="Void EndInvoke(IAsyncResult)">
49771         <size>0</size>
49772       </method>
49773       <method name="Void .ctor(Object, IntPtr)">
49774         <size>0</size>
49775       </method>
49776     </type>
49777     <type name="Program">
49778       <method name="Void Main(System.String[])">
49779         <size>1</size>
49780       </method>
49781       <method name="Void .ctor()">
49782         <size>7</size>
49783       </method>
49784     </type>
49785     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
49786       <method name="Void .ctor()">
49787         <size>7</size>
49788       </method>
49789     </type>
49790     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
49791       <method name="Void &lt;&gt;m__0()">
49792         <size>18</size>
49793       </method>
49794       <method name="Void &lt;&gt;m__1()">
49795         <size>68</size>
49796       </method>
49797       <method name="Void .ctor()">
49798         <size>7</size>
49799       </method>
49800     </type>
49801   </test>
49802   <test name="test-cls-00.cs">
49803     <type name="CLSCLass_6">
49804       <method name="Void .ctor()">
49805         <size>18</size>
49806       </method>
49807       <method name="Void add_Disposed(Delegate)">
49808         <size>19</size>
49809       </method>
49810       <method name="Void remove_Disposed(Delegate)">
49811         <size>19</size>
49812       </method>
49813     </type>
49814     <type name="CLSDelegate">
49815       <method name="Void .ctor()">
49816         <size>7</size>
49817       </method>
49818     </type>
49819     <type name="CLSClass_5">
49820       <method name="Void .ctor()">
49821         <size>7</size>
49822       </method>
49823       <method name="UInt32 Test()">
49824         <size>2</size>
49825       </method>
49826     </type>
49827     <type name="CLSClass_4">
49828       <method name="Void .ctor()">
49829         <size>7</size>
49830       </method>
49831       <method name="UInt32 Test()">
49832         <size>2</size>
49833       </method>
49834     </type>
49835     <type name="CLSClass_3">
49836       <method name="Void .ctor()">
49837         <size>7</size>
49838       </method>
49839       <method name="UInt32 Test_3()">
49840         <size>2</size>
49841       </method>
49842     </type>
49843     <type name="CLSClass_2">
49844       <method name="Void .ctor()">
49845         <size>7</size>
49846       </method>
49847       <method name="SByte get_XX()">
49848         <size>2</size>
49849       </method>
49850     </type>
49851     <type name="CLSClass_1">
49852       <method name="Void .ctor()">
49853         <size>7</size>
49854       </method>
49855       <method name="UInt32 Valid()">
49856         <size>2</size>
49857       </method>
49858     </type>
49859     <type name="CLSClass">
49860       <method name="Void .ctor()">
49861         <size>7</size>
49862       </method>
49863       <method name="UInt64 Valid()">
49864         <size>3</size>
49865       </method>
49866       <method name="Byte get_XX()">
49867         <size>2</size>
49868       </method>
49869       <method name="UInt32 FooInternal()">
49870         <size>2</size>
49871       </method>
49872       <method name="UInt64 Foo()">
49873         <size>3</size>
49874       </method>
49875       <method name="Void Main()">
49876         <size>1</size>
49877       </method>
49878     </type>
49879     <type name="CLSClass+C1">
49880       <method name="Void .ctor()">
49881         <size>7</size>
49882       </method>
49883       <method name="Int64 Foo2()">
49884         <size>3</size>
49885       </method>
49886     </type>
49887     <type name="CLSClass+C1+C11">
49888       <method name="Void .ctor()">
49889         <size>7</size>
49890       </method>
49891       <method name="UInt64 Foo3()">
49892         <size>3</size>
49893       </method>
49894     </type>
49895     <type name="CLSClass+CLSClass_2">
49896       <method name="Void .ctor()">
49897         <size>7</size>
49898       </method>
49899       <method name="SByte get_XX()">
49900         <size>2</size>
49901       </method>
49902     </type>
49903     <type name="Delegate">
49904       <method name="Void .ctor(Object, IntPtr)">
49905         <size>0</size>
49906       </method>
49907       <method name="CLSDelegate Invoke()">
49908         <size>0</size>
49909       </method>
49910       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49911         <size>0</size>
49912       </method>
49913       <method name="CLSDelegate EndInvoke(IAsyncResult)">
49914         <size>0</size>
49915       </method>
49916     </type>
49917   </test>
49918   <test name="test-cls-01.cs">
49919     <type name="CLSClass">
49920       <method name="Void .ctor()">
49921         <size>7</size>
49922       </method>
49923       <method name="Byte get_XX()">
49924         <size>2</size>
49925       </method>
49926       <method name="Void Main()">
49927         <size>1</size>
49928       </method>
49929     </type>
49930     <type name="Big">
49931       <method name="Void .ctor()">
49932         <size>7</size>
49933       </method>
49934       <method name="Big op_Implicit(UInt32)">
49935         <size>2</size>
49936       </method>
49937     </type>
49938     <type name="C1">
49939       <method name="Void .ctor()">
49940         <size>7</size>
49941       </method>
49942       <method name="Void method(UInt32)">
49943         <size>1</size>
49944       </method>
49945     </type>
49946   </test>
49947   <test name="test-cls-02.cs">
49948     <type name="CLSClass">
49949       <method name="Void .ctor(UInt64)">
49950         <size>7</size>
49951       </method>
49952       <method name="Void .ctor(UInt32)">
49953         <size>7</size>
49954       </method>
49955       <method name="Void set_X_0(UInt64)">
49956         <size>1</size>
49957       </method>
49958       <method name="Void set_Item(UInt64, UInt64)">
49959         <size>1</size>
49960       </method>
49961       <method name="Void Main()">
49962         <size>1</size>
49963       </method>
49964     </type>
49965     <type name="InnerTypeClasss">
49966       <method name="Void .ctor()">
49967         <size>7</size>
49968       </method>
49969       <method name="Struct Method()">
49970         <size>10</size>
49971       </method>
49972     </type>
49973   </test>
49974   <test name="test-cls-03.cs">
49975     <type name="CLSClass">
49976       <method name="Void .ctor()">
49977         <size>7</size>
49978       </method>
49979       <method name="I1 Foo()">
49980         <size>2</size>
49981       </method>
49982       <method name="Void Main()">
49983         <size>1</size>
49984       </method>
49985     </type>
49986   </test>
49987   <test name="test-cls-05.cs">
49988     <type name="X1">
49989       <method name="Void .ctor()">
49990         <size>7</size>
49991       </method>
49992     </type>
49993     <type name="X2">
49994       <method name="Void .ctor()">
49995         <size>7</size>
49996       </method>
49997     </type>
49998     <type name="X3">
49999       <method name="Void .ctor()">
50000         <size>7</size>
50001       </method>
50002       <method name="Void bb(Boolean)">
50003         <size>1</size>
50004       </method>
50005       <method name="Void BB()">
50006         <size>1</size>
50007       </method>
50008     </type>
50009     <type name="X4">
50010       <method name="Void .ctor()">
50011         <size>7</size>
50012       </method>
50013       <method name="Void method(Int32)">
50014         <size>1</size>
50015       </method>
50016       <method name="Void method(Boolean)">
50017         <size>1</size>
50018       </method>
50019       <method name="Boolean method()">
50020         <size>2</size>
50021       </method>
50022     </type>
50023     <type name="BaseClass">
50024       <method name="Void .ctor()">
50025         <size>7</size>
50026       </method>
50027     </type>
50028     <type name="CLSClass">
50029       <method name="Void .ctor()">
50030         <size>7</size>
50031       </method>
50032       <method name="Void .ctor(Int32)">
50033         <size>7</size>
50034       </method>
50035       <method name="Void Method()">
50036         <size>1</size>
50037       </method>
50038       <method name="Int32 Method(Boolean)">
50039         <size>2</size>
50040       </method>
50041       <method name="Void methoD()">
50042         <size>1</size>
50043       </method>
50044       <method name="Void Main()">
50045         <size>1</size>
50046       </method>
50047       <method name="CLSClass op_Implicit(Boolean)">
50048         <size>7</size>
50049       </method>
50050       <method name="CLSClass op_Implicit(Int32)">
50051         <size>7</size>
50052       </method>
50053     </type>
50054     <type name="oBject">
50055       <method name="Void .ctor()">
50056         <size>7</size>
50057       </method>
50058     </type>
50059     <type name="A.C1">
50060       <method name="Void .ctor()">
50061         <size>7</size>
50062       </method>
50063     </type>
50064     <type name="B.c1">
50065       <method name="Void .ctor()">
50066         <size>7</size>
50067       </method>
50068     </type>
50069     <type name="c1">
50070       <method name="Void .ctor()">
50071         <size>7</size>
50072       </method>
50073     </type>
50074     <type name="CLSClass_2">
50075       <method name="Void .ctor()">
50076         <size>7</size>
50077       </method>
50078       <method name="Void Method()">
50079         <size>1</size>
50080       </method>
50081       <method name="Void method()">
50082         <size>1</size>
50083       </method>
50084     </type>
50085     <type name="System.sByte">
50086       <method name="Void .ctor()">
50087         <size>7</size>
50088       </method>
50089     </type>
50090     <type name="System.Web.HttpBrowserCapabilities">
50091       <method name="Void .ctor()">
50092         <size>7</size>
50093       </method>
50094     </type>
50095   </test>
50096   <test name="test-cls-06.cs">
50097     <type name="CLSClass">
50098       <method name="Void .ctor()">
50099         <size>7</size>
50100       </method>
50101       <method name="Void Main()">
50102         <size>1</size>
50103       </method>
50104     </type>
50105     <type name="CLSClass_2">
50106       <method name="Void .ctor(Int32[,,])">
50107         <size>7</size>
50108       </method>
50109       <method name="Void .ctor(Int32[,])">
50110         <size>7</size>
50111       </method>
50112       <method name="Void Test(System.Int32[,], Int32)">
50113         <size>1</size>
50114       </method>
50115       <method name="Void Test(System.Int32[,,], Boolean)">
50116         <size>1</size>
50117       </method>
50118     </type>
50119     <type name="X1">
50120       <method name="Void .ctor()">
50121         <size>7</size>
50122       </method>
50123       <method name="Void M2(Int32)">
50124         <size>1</size>
50125       </method>
50126     </type>
50127     <type name="X2">
50128       <method name="Void .ctor()">
50129         <size>7</size>
50130       </method>
50131       <method name="Void M2(Int32 ByRef)">
50132         <size>1</size>
50133       </method>
50134     </type>
50135     <type name="CLSClass+MyDelegate">
50136       <method name="Void .ctor(Object, IntPtr)">
50137         <size>0</size>
50138       </method>
50139       <method name="UInt32 Invoke()">
50140         <size>0</size>
50141       </method>
50142       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50143         <size>0</size>
50144       </method>
50145       <method name="UInt32 EndInvoke(IAsyncResult)">
50146         <size>0</size>
50147       </method>
50148     </type>
50149     <type name="MyDelegate">
50150       <method name="Void .ctor(Object, IntPtr)">
50151         <size>0</size>
50152       </method>
50153       <method name="UInt32 Invoke()">
50154         <size>0</size>
50155       </method>
50156       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50157         <size>0</size>
50158       </method>
50159       <method name="UInt32 EndInvoke(IAsyncResult)">
50160         <size>0</size>
50161       </method>
50162     </type>
50163   </test>
50164   <test name="test-cls-07.cs">
50165     <type name="aa.I1">
50166       <method name="Void .ctor()">
50167         <size>7</size>
50168       </method>
50169     </type>
50170     <type name="CLSClass">
50171       <method name="Void .ctor()">
50172         <size>7</size>
50173       </method>
50174       <method name="Void Main()">
50175         <size>1</size>
50176       </method>
50177     </type>
50178   </test>
50179   <test name="test-cls-10.cs">
50180     <type name="MainClass">
50181       <method name="Void .ctor()">
50182         <size>7</size>
50183       </method>
50184       <method name="Void Main()">
50185         <size>1</size>
50186       </method>
50187     </type>
50188   </test>
50189   <test name="test-cls-11.cs">
50190     <type name="CLSClass">
50191       <method name="Void .ctor()">
50192         <size>7</size>
50193       </method>
50194       <method name="Void Test(IComparable)">
50195         <size>0</size>
50196       </method>
50197     </type>
50198     <type name="CLSCLass_2">
50199       <method name="Void .ctor()">
50200         <size>7</size>
50201       </method>
50202       <method name="Void Test()">
50203         <size>0</size>
50204       </method>
50205     </type>
50206     <type name="CLSClass_3">
50207       <method name="Void .ctor()">
50208         <size>7</size>
50209       </method>
50210       <method name="Void Test()">
50211         <size>0</size>
50212       </method>
50213     </type>
50214     <type name="MainClass">
50215       <method name="Void .ctor()">
50216         <size>7</size>
50217       </method>
50218       <method name="Void Main()">
50219         <size>1</size>
50220       </method>
50221     </type>
50222   </test>
50223   <test name="test-cls-12.cs">
50224     <type name="MainClass">
50225       <method name="Void .ctor()">
50226         <size>7</size>
50227       </method>
50228       <method name="Void Main()">
50229         <size>1</size>
50230       </method>
50231     </type>
50232   </test>
50233   <test name="test-cls-14.cs">
50234     <type name="CLSClass">
50235       <method name="Void .ctor()">
50236         <size>7</size>
50237       </method>
50238       <method name="Void Error(Boolean)">
50239         <size>1</size>
50240       </method>
50241       <method name="CLSClass op_Implicit(Byte)">
50242         <size>6</size>
50243       </method>
50244     </type>
50245     <type name="MainClass">
50246       <method name="Void .ctor()">
50247         <size>7</size>
50248       </method>
50249       <method name="Void Main()">
50250         <size>1</size>
50251       </method>
50252     </type>
50253   </test>
50254   <test name="test-cls-15.cs">
50255     <type name="CLSAttribute_1">
50256       <method name="Void .ctor(Int32[])">
50257         <size>7</size>
50258       </method>
50259       <method name="Void .ctor(Int32)">
50260         <size>7</size>
50261       </method>
50262     </type>
50263     <type name="CLSAttribute_2">
50264       <method name="Void .ctor(Int32)">
50265         <size>7</size>
50266       </method>
50267     </type>
50268     <type name="CLSAttribute_3">
50269       <method name="Void .ctor(Int32[])">
50270         <size>7</size>
50271       </method>
50272     </type>
50273     <type name="CLSAttribute_4">
50274       <method name="Void .ctor(Int32[])">
50275         <size>7</size>
50276       </method>
50277     </type>
50278     <type name="ClassMain">
50279       <method name="Void .ctor()">
50280         <size>7</size>
50281       </method>
50282       <method name="Void Main()">
50283         <size>1</size>
50284       </method>
50285     </type>
50286   </test>
50287   <test name="test-cls-16.cs">
50288     <type name="CLSAttribute">
50289       <method name="Void .ctor(Boolean[])">
50290         <size>7</size>
50291       </method>
50292     </type>
50293     <type name="ClassMain">
50294       <method name="Void .ctor()">
50295         <size>7</size>
50296       </method>
50297       <method name="Void Main()">
50298         <size>1</size>
50299       </method>
50300     </type>
50301   </test>
50302   <test name="test-cls-17.cs">
50303     <type name="Foo">
50304       <method name="Void .ctor()">
50305         <size>7</size>
50306       </method>
50307       <method name="Void Main()">
50308         <size>1</size>
50309       </method>
50310     </type>
50311   </test>
50312   <test name="test-cls-18.cs">
50313     <type name="Base">
50314       <method name="Void .ctor()">
50315         <size>7</size>
50316       </method>
50317       <method name="Void Test(System.Int32[])">
50318         <size>1</size>
50319       </method>
50320     </type>
50321     <type name="CLSClass">
50322       <method name="Void .ctor()">
50323         <size>7</size>
50324       </method>
50325       <method name="Void Test(System.Int32[])">
50326         <size>1</size>
50327       </method>
50328       <method name="Void Main()">
50329         <size>1</size>
50330       </method>
50331     </type>
50332   </test>
50333   <test name="test-cls-19.cs">
50334     <type name="A">
50335       <method name="Void Main()">
50336         <size>1</size>
50337       </method>
50338       <method name="Void .ctor()">
50339         <size>7</size>
50340       </method>
50341     </type>
50342     <type name="A+PartialClass">
50343       <method name="Void Method1(Int32)">
50344         <size>1</size>
50345       </method>
50346       <method name="Void Method2(UInt32)">
50347         <size>1</size>
50348       </method>
50349       <method name="Void Method3(UInt32)">
50350         <size>1</size>
50351       </method>
50352       <method name="Void .ctor()">
50353         <size>7</size>
50354       </method>
50355     </type>
50356   </test>
50357   <test name="test-externalias-01.cs">
50358     <type name="Test">
50359       <method name="Void .ctor()">
50360         <size>7</size>
50361       </method>
50362       <method name="Int32 Main()">
50363         <size>64</size>
50364       </method>
50365     </type>
50366   </test>
50367   <test name="test-externalias-02.cs">
50368     <type name="Test">
50369       <method name="Void .ctor()">
50370         <size>7</size>
50371       </method>
50372       <method name="Int32 Main()">
50373         <size>64</size>
50374       </method>
50375     </type>
50376   </test>
50377   <test name="test-externalias-03.cs">
50378     <type name="Test">
50379       <method name="Void .ctor()">
50380         <size>7</size>
50381       </method>
50382       <method name="Int32 Main()">
50383         <size>64</size>
50384       </method>
50385     </type>
50386   </test>
50387   <test name="test-externalias-04.cs">
50388     <type name="Test">
50389       <method name="Void .ctor()">
50390         <size>7</size>
50391       </method>
50392       <method name="Int32 Main()">
50393         <size>64</size>
50394       </method>
50395     </type>
50396   </test>
50397   <test name="test-externalias-05.cs">
50398     <type name="Test">
50399       <method name="Void .ctor()">
50400         <size>7</size>
50401       </method>
50402       <method name="Void Main()">
50403         <size>21</size>
50404       </method>
50405     </type>
50406   </test>
50407   <test name="test-externalias-06.cs">
50408     <type name="MyAssembly01.Test">
50409       <method name="Void .ctor()">
50410         <size>7</size>
50411       </method>
50412     </type>
50413     <type name="MyAssembly01.Namespace1.Test">
50414       <method name="Void .ctor()">
50415         <size>7</size>
50416       </method>
50417     </type>
50418     <type name="MyAssembly02.Test">
50419       <method name="Void .ctor()">
50420         <size>7</size>
50421       </method>
50422     </type>
50423     <type name="MyAssembly02.Namespace1.Test">
50424       <method name="Void .ctor()">
50425         <size>7</size>
50426       </method>
50427     </type>
50428     <type name="Test">
50429       <method name="Void .ctor()">
50430         <size>7</size>
50431       </method>
50432       <method name="Void Main()">
50433         <size>1</size>
50434       </method>
50435     </type>
50436   </test>
50437   <test name="test-externalias-07.cs">
50438     <type name="NS.MyClass">
50439       <method name="Void .ctor()">
50440         <size>7</size>
50441       </method>
50442       <method name="Int32 GetInt()">
50443         <size>6</size>
50444       </method>
50445     </type>
50446     <type name="Test">
50447       <method name="Void .ctor()">
50448         <size>7</size>
50449       </method>
50450       <method name="Int32 Main()">
50451         <size>15</size>
50452       </method>
50453     </type>
50454   </test>
50455   <test name="test-externalias-08.cs">
50456     <type name="Test">
50457       <method name="Void .ctor()">
50458         <size>7</size>
50459       </method>
50460       <method name="Int32 Main()">
50461         <size>54</size>
50462       </method>
50463     </type>
50464   </test>
50465   <test name="test-externalias-09.cs">
50466     <type name="Test">
50467       <method name="Void .ctor()">
50468         <size>7</size>
50469       </method>
50470       <method name="Int32 Main()">
50471         <size>8</size>
50472       </method>
50473     </type>
50474   </test>
50475   <test name="test-iter-01.cs">
50476     <type name="X">
50477       <method name="Void .ctor()">
50478         <size>7</size>
50479       </method>
50480       <method name="IEnumerator GetIt()">
50481         <size>8</size>
50482       </method>
50483       <method name="IEnumerable GetIt2()">
50484         <size>16</size>
50485       </method>
50486       <method name="Int32 Main()">
50487         <size>172</size>
50488       </method>
50489     </type>
50490     <type name="X+&lt;GetIt&gt;c__Iterator0">
50491       <method name="Void .ctor()">
50492         <size>7</size>
50493       </method>
50494       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50495         <size>7</size>
50496       </method>
50497       <method name="Boolean MoveNext()">
50498         <size>124</size>
50499       </method>
50500       <method name="Void Dispose()">
50501         <size>8</size>
50502       </method>
50503       <method name="Void Reset()">
50504         <size>6</size>
50505       </method>
50506     </type>
50507     <type name="X+&lt;GetIt2&gt;c__Iterator1">
50508       <method name="Void .ctor()">
50509         <size>7</size>
50510       </method>
50511       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50512         <size>7</size>
50513       </method>
50514       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50515         <size>7</size>
50516       </method>
50517       <method name="Boolean MoveNext()">
50518         <size>124</size>
50519       </method>
50520       <method name="Void Dispose()">
50521         <size>8</size>
50522       </method>
50523       <method name="Void Reset()">
50524         <size>6</size>
50525       </method>
50526     </type>
50527     <type name="X+&lt;GetIt&gt;c__Iterator0">
50528       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50529         <size>7</size>
50530       </method>
50531     </type>
50532     <type name="X+&lt;GetIt2&gt;c__Iterator1">
50533       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50534         <size>7</size>
50535       </method>
50536       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50537         <size>26</size>
50538       </method>
50539     </type>
50540   </test>
50541   <test name="test-iter-02.cs">
50542     <type name="X">
50543       <method name="Void .ctor()">
50544         <size>7</size>
50545       </method>
50546       <method name="IEnumerator GetRange()">
50547         <size>8</size>
50548       </method>
50549       <method name="Int32 Main()">
50550         <size>88</size>
50551       </method>
50552     </type>
50553     <type name="X+&lt;GetRange&gt;c__Iterator0">
50554       <method name="Void .ctor()">
50555         <size>7</size>
50556       </method>
50557       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50558         <size>7</size>
50559       </method>
50560       <method name="Boolean MoveNext()">
50561         <size>171</size>
50562       </method>
50563       <method name="Void Dispose()">
50564         <size>8</size>
50565       </method>
50566       <method name="Void Reset()">
50567         <size>6</size>
50568       </method>
50569       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50570         <size>7</size>
50571       </method>
50572     </type>
50573   </test>
50574   <test name="test-iter-03.cs">
50575     <type name="X">
50576       <method name="Void .ctor()">
50577         <size>7</size>
50578       </method>
50579       <method name="IEnumerable GetIt(System.Int32[])">
50580         <size>30</size>
50581       </method>
50582       <method name="IEnumerable GetMulti(System.Int32[,])">
50583         <size>30</size>
50584       </method>
50585       <method name="Int32 Main()">
50586         <size>247</size>
50587       </method>
50588     </type>
50589     <type name="&lt;PrivateImplementationDetails&gt;">
50590       <method name="Void .ctor()">
50591         <size>7</size>
50592       </method>
50593     </type>
50594     <type name="X+&lt;GetIt&gt;c__Iterator0">
50595       <method name="Void .ctor()">
50596         <size>7</size>
50597       </method>
50598       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50599         <size>7</size>
50600       </method>
50601       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50602         <size>7</size>
50603       </method>
50604       <method name="Boolean MoveNext()">
50605         <size>149</size>
50606       </method>
50607       <method name="Void Dispose()">
50608         <size>8</size>
50609       </method>
50610       <method name="Void Reset()">
50611         <size>6</size>
50612       </method>
50613     </type>
50614     <type name="X+&lt;GetMulti&gt;c__Iterator1">
50615       <method name="Void .ctor()">
50616         <size>7</size>
50617       </method>
50618       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50619         <size>7</size>
50620       </method>
50621       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50622         <size>7</size>
50623       </method>
50624       <method name="Boolean MoveNext()">
50625         <size>236</size>
50626       </method>
50627       <method name="Void Dispose()">
50628         <size>8</size>
50629       </method>
50630       <method name="Void Reset()">
50631         <size>6</size>
50632       </method>
50633     </type>
50634     <type name="X+&lt;GetIt&gt;c__Iterator0">
50635       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50636         <size>7</size>
50637       </method>
50638       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50639         <size>40</size>
50640       </method>
50641     </type>
50642     <type name="X+&lt;GetMulti&gt;c__Iterator1">
50643       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50644         <size>7</size>
50645       </method>
50646       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50647         <size>40</size>
50648       </method>
50649     </type>
50650   </test>
50651   <test name="test-iter-04.cs">
50652     <type name="X">
50653       <method name="Void .ctor()">
50654         <size>7</size>
50655       </method>
50656       <method name="IEnumerable GetRange(Int32, Int32)">
50657         <size>44</size>
50658       </method>
50659       <method name="Void Main()">
50660         <size>100</size>
50661       </method>
50662     </type>
50663     <type name="X+&lt;GetRange&gt;c__Iterator0">
50664       <method name="Void .ctor()">
50665         <size>7</size>
50666       </method>
50667       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50668         <size>7</size>
50669       </method>
50670       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50671         <size>7</size>
50672       </method>
50673       <method name="Boolean MoveNext()">
50674         <size>121</size>
50675       </method>
50676       <method name="Void Dispose()">
50677         <size>8</size>
50678       </method>
50679       <method name="Void Reset()">
50680         <size>6</size>
50681       </method>
50682       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50683         <size>7</size>
50684       </method>
50685       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50686         <size>52</size>
50687       </method>
50688     </type>
50689   </test>
50690   <test name="test-iter-05.cs">
50691     <type name="X">
50692       <method name="Void .ctor()">
50693         <size>7</size>
50694       </method>
50695       <method name="IEnumerable GetIt()">
50696         <size>16</size>
50697       </method>
50698       <method name="Int32 Main()">
50699         <size>106</size>
50700       </method>
50701     </type>
50702     <type name="List">
50703       <method name="Void .ctor(Int32)">
50704         <size>19</size>
50705       </method>
50706       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50707         <size>12</size>
50708       </method>
50709       <method name="Void Add(Int32)">
50710         <size>26</size>
50711       </method>
50712       <method name="MyEnumerator GetEnumerator()">
50713         <size>7</size>
50714       </method>
50715     </type>
50716     <type name="X+&lt;GetIt&gt;c__Iterator0">
50717       <method name="Void .ctor()">
50718         <size>7</size>
50719       </method>
50720       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50721         <size>7</size>
50722       </method>
50723       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50724         <size>7</size>
50725       </method>
50726       <method name="Boolean MoveNext()">
50727         <size>181</size>
50728       </method>
50729       <method name="Void Dispose()">
50730         <size>8</size>
50731       </method>
50732       <method name="Void Reset()">
50733         <size>6</size>
50734       </method>
50735     </type>
50736     <type name="List+MyEnumerator">
50737       <method name="Void .ctor(List)">
50738         <size>15</size>
50739       </method>
50740       <method name="System.Object get_Current()">
50741         <size>24</size>
50742       </method>
50743       <method name="Boolean MoveNext()">
50744         <size>31</size>
50745       </method>
50746       <method name="Void Reset()">
50747         <size>8</size>
50748       </method>
50749     </type>
50750     <type name="X+&lt;GetIt&gt;c__Iterator0">
50751       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50752         <size>7</size>
50753       </method>
50754       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50755         <size>26</size>
50756       </method>
50757     </type>
50758   </test>
50759   <test name="test-iter-06.cs">
50760     <type name="X">
50761       <method name="Void .ctor()">
50762         <size>7</size>
50763       </method>
50764       <method name="IEnumerable Get(Int32)">
50765         <size>30</size>
50766       </method>
50767       <method name="IEnumerable GetS(Int32)">
50768         <size>30</size>
50769       </method>
50770       <method name="Int32 Main()">
50771         <size>403</size>
50772       </method>
50773     </type>
50774     <type name="S+&lt;Get&gt;c__Iterator0">
50775       <method name="Void .ctor()">
50776         <size>7</size>
50777       </method>
50778       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50779         <size>7</size>
50780       </method>
50781       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50782         <size>7</size>
50783       </method>
50784       <method name="Boolean MoveNext()">
50785         <size>181</size>
50786       </method>
50787       <method name="Void Dispose()">
50788         <size>8</size>
50789       </method>
50790       <method name="Void Reset()">
50791         <size>6</size>
50792       </method>
50793     </type>
50794     <type name="S+&lt;GetS&gt;c__Iterator1">
50795       <method name="Void .ctor()">
50796         <size>7</size>
50797       </method>
50798       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50799         <size>7</size>
50800       </method>
50801       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50802         <size>7</size>
50803       </method>
50804       <method name="Boolean MoveNext()">
50805         <size>134</size>
50806       </method>
50807       <method name="Void Dispose()">
50808         <size>8</size>
50809       </method>
50810       <method name="Void Reset()">
50811         <size>6</size>
50812       </method>
50813     </type>
50814     <type name="X+&lt;Get&gt;c__Iterator2">
50815       <method name="Void .ctor()">
50816         <size>7</size>
50817       </method>
50818       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50819         <size>7</size>
50820       </method>
50821       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50822         <size>7</size>
50823       </method>
50824       <method name="Boolean MoveNext()">
50825         <size>129</size>
50826       </method>
50827       <method name="Void Dispose()">
50828         <size>8</size>
50829       </method>
50830       <method name="Void Reset()">
50831         <size>6</size>
50832       </method>
50833     </type>
50834     <type name="X+&lt;GetS&gt;c__Iterator3">
50835       <method name="Void .ctor()">
50836         <size>7</size>
50837       </method>
50838       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50839         <size>7</size>
50840       </method>
50841       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50842         <size>7</size>
50843       </method>
50844       <method name="Boolean MoveNext()">
50845         <size>134</size>
50846       </method>
50847       <method name="Void Dispose()">
50848         <size>8</size>
50849       </method>
50850       <method name="Void Reset()">
50851         <size>6</size>
50852       </method>
50853     </type>
50854     <type name="S">
50855       <method name="IEnumerable Get(Int32)">
50856         <size>42</size>
50857       </method>
50858       <method name="IEnumerable GetS(Int32)">
50859         <size>30</size>
50860       </method>
50861     </type>
50862     <type name="S+&lt;Get&gt;c__Iterator0">
50863       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50864         <size>7</size>
50865       </method>
50866       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50867         <size>52</size>
50868       </method>
50869     </type>
50870     <type name="S+&lt;GetS&gt;c__Iterator1">
50871       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50872         <size>7</size>
50873       </method>
50874       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50875         <size>40</size>
50876       </method>
50877     </type>
50878     <type name="X+&lt;Get&gt;c__Iterator2">
50879       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50880         <size>7</size>
50881       </method>
50882       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50883         <size>40</size>
50884       </method>
50885     </type>
50886     <type name="X+&lt;GetS&gt;c__Iterator3">
50887       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50888         <size>7</size>
50889       </method>
50890       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50891         <size>40</size>
50892       </method>
50893     </type>
50894   </test>
50895   <test name="test-iter-07.cs">
50896     <type name="Test">
50897       <method name="Void .ctor()">
50898         <size>7</size>
50899       </method>
50900       <method name="IEnumerable Foo(Int32)">
50901         <size>30</size>
50902       </method>
50903     </type>
50904     <type name="X">
50905       <method name="Void .ctor()">
50906         <size>7</size>
50907       </method>
50908       <method name="Int32 Main()">
50909         <size>373</size>
50910       </method>
50911     </type>
50912     <type name="Test+&lt;Foo&gt;c__Iterator0">
50913       <method name="Void .ctor()">
50914         <size>7</size>
50915       </method>
50916       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50917         <size>7</size>
50918       </method>
50919       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50920         <size>7</size>
50921       </method>
50922       <method name="Boolean MoveNext()">
50923         <size>253</size>
50924       </method>
50925       <method name="Void Dispose()">
50926         <size>112</size>
50927       </method>
50928       <method name="Void Reset()">
50929         <size>6</size>
50930       </method>
50931       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50932         <size>7</size>
50933       </method>
50934       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50935         <size>40</size>
50936       </method>
50937     </type>
50938   </test>
50939   <test name="test-iter-08.cs">
50940     <type name="Foo">
50941       <method name="Void .ctor(Int32)">
50942         <size>14</size>
50943       </method>
50944       <method name="Void Dispose()">
50945         <size>8</size>
50946       </method>
50947     </type>
50948     <type name="X">
50949       <method name="Void .ctor()">
50950         <size>7</size>
50951       </method>
50952       <method name="IEnumerable Test(Int32, Int32)">
50953         <size>44</size>
50954       </method>
50955       <method name="Int32 Main()">
50956         <size>169</size>
50957       </method>
50958     </type>
50959     <type name="X+&lt;Test&gt;c__Iterator0">
50960       <method name="Void .ctor()">
50961         <size>7</size>
50962       </method>
50963       <method name="System.Object System.Collections.IEnumerator.get_Current()">
50964         <size>7</size>
50965       </method>
50966       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
50967         <size>7</size>
50968       </method>
50969       <method name="Boolean MoveNext()">
50970         <size>358</size>
50971       </method>
50972       <method name="Void Dispose()">
50973         <size>102</size>
50974       </method>
50975       <method name="Void Reset()">
50976         <size>6</size>
50977       </method>
50978       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
50979         <size>7</size>
50980       </method>
50981       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
50982         <size>52</size>
50983       </method>
50984     </type>
50985   </test>
50986   <test name="test-iter-09.cs">
50987     <type name="Tester">
50988       <method name="Void .ctor()">
50989         <size>153</size>
50990       </method>
50991       <method name="IEnumerator GetEnumerator()">
50992         <size>15</size>
50993       </method>
50994     </type>
50995     <type name="Test">
50996       <method name="Void .ctor()">
50997         <size>7</size>
50998       </method>
50999       <method name="Int32 Main()">
51000         <size>268</size>
51001       </method>
51002     </type>
51003     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
51004       <method name="Void .ctor()">
51005         <size>7</size>
51006       </method>
51007       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51008         <size>7</size>
51009       </method>
51010       <method name="Boolean MoveNext()">
51011         <size>635</size>
51012       </method>
51013       <method name="Void Dispose()">
51014         <size>96</size>
51015       </method>
51016       <method name="Void Reset()">
51017         <size>6</size>
51018       </method>
51019       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51020         <size>7</size>
51021       </method>
51022     </type>
51023   </test>
51024   <test name="test-iter-10.cs">
51025     <type name="X">
51026       <method name="Void .ctor()">
51027         <size>7</size>
51028       </method>
51029       <method name="IEnumerator get_GetIt()">
51030         <size>8</size>
51031       </method>
51032       <method name="Void set_GetIt(IEnumerator)">
51033         <size>1</size>
51034       </method>
51035       <method name="IEnumerable get_Item(Int32)">
51036         <size>30</size>
51037       </method>
51038       <method name="Void set_Item(Int32, IEnumerable)">
51039         <size>1</size>
51040       </method>
51041       <method name="Int32 Main()">
51042         <size>184</size>
51043       </method>
51044     </type>
51045     <type name="X+&lt;&gt;c__Iterator0">
51046       <method name="Void .ctor()">
51047         <size>7</size>
51048       </method>
51049       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51050         <size>7</size>
51051       </method>
51052       <method name="Boolean MoveNext()">
51053         <size>124</size>
51054       </method>
51055       <method name="Void Dispose()">
51056         <size>8</size>
51057       </method>
51058       <method name="Void Reset()">
51059         <size>6</size>
51060       </method>
51061     </type>
51062     <type name="X+&lt;&gt;c__Iterator1">
51063       <method name="Void .ctor()">
51064         <size>7</size>
51065       </method>
51066       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51067         <size>7</size>
51068       </method>
51069       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51070         <size>7</size>
51071       </method>
51072       <method name="Boolean MoveNext()">
51073         <size>143</size>
51074       </method>
51075       <method name="Void Dispose()">
51076         <size>8</size>
51077       </method>
51078       <method name="Void Reset()">
51079         <size>6</size>
51080       </method>
51081     </type>
51082     <type name="X+&lt;&gt;c__Iterator0">
51083       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51084         <size>7</size>
51085       </method>
51086     </type>
51087     <type name="X+&lt;&gt;c__Iterator1">
51088       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51089         <size>7</size>
51090       </method>
51091       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51092         <size>40</size>
51093       </method>
51094     </type>
51095   </test>
51096   <test name="test-iter-11.cs">
51097     <type name="X">
51098       <method name="Void .ctor()">
51099         <size>7</size>
51100       </method>
51101       <method name="Void add_Hook(System.EventHandler)">
51102         <size>24</size>
51103       </method>
51104       <method name="Void remove_Hook(System.EventHandler)">
51105         <size>24</size>
51106       </method>
51107       <method name="IEnumerator Pipeline()">
51108         <size>15</size>
51109       </method>
51110       <method name="Void M(System.Object, System.EventArgs)">
51111         <size>11</size>
51112       </method>
51113       <method name="Void Main()">
51114         <size>39</size>
51115       </method>
51116     </type>
51117     <type name="X+&lt;Pipeline&gt;c__Iterator0">
51118       <method name="Void .ctor()">
51119         <size>7</size>
51120       </method>
51121       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51122         <size>7</size>
51123       </method>
51124       <method name="Boolean MoveNext()">
51125         <size>122</size>
51126       </method>
51127       <method name="Void Dispose()">
51128         <size>8</size>
51129       </method>
51130       <method name="Void Reset()">
51131         <size>6</size>
51132       </method>
51133       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51134         <size>7</size>
51135       </method>
51136     </type>
51137   </test>
51138   <test name="test-iter-12.cs">
51139     <type name="X">
51140       <method name="Void .ctor()">
51141         <size>7</size>
51142       </method>
51143       <method name="IEnumerable a()">
51144         <size>23</size>
51145       </method>
51146       <method name="Void Main()">
51147         <size>1</size>
51148       </method>
51149     </type>
51150     <type name="X+&lt;a&gt;c__Iterator0">
51151       <method name="Void .ctor()">
51152         <size>7</size>
51153       </method>
51154       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51155         <size>7</size>
51156       </method>
51157       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51158         <size>7</size>
51159       </method>
51160       <method name="Boolean MoveNext()">
51161         <size>184</size>
51162       </method>
51163       <method name="Void Dispose()">
51164         <size>63</size>
51165       </method>
51166       <method name="Void Reset()">
51167         <size>6</size>
51168       </method>
51169       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51170         <size>7</size>
51171       </method>
51172       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51173         <size>40</size>
51174       </method>
51175     </type>
51176   </test>
51177   <test name="test-iter-13.cs">
51178     <type name="Test">
51179       <method name="Void .ctor()">
51180         <size>7</size>
51181       </method>
51182       <method name="Void .cctor()">
51183         <size>11</size>
51184       </method>
51185       <method name="Void Main()">
51186         <size>1</size>
51187       </method>
51188       <method name="IEnumerable syntax_error(System.Object, System.Object)">
51189         <size>16</size>
51190       </method>
51191     </type>
51192     <type name="Test+Yp">
51193       <method name="Void .ctor()">
51194         <size>7</size>
51195       </method>
51196       <method name="IEnumerable fail()">
51197         <size>2</size>
51198       </method>
51199     </type>
51200     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
51201       <method name="Void .ctor()">
51202         <size>7</size>
51203       </method>
51204       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51205         <size>7</size>
51206       </method>
51207       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51208         <size>7</size>
51209       </method>
51210       <method name="Boolean MoveNext()">
51211         <size>25</size>
51212       </method>
51213       <method name="Void Dispose()">
51214         <size>8</size>
51215       </method>
51216       <method name="Void Reset()">
51217         <size>6</size>
51218       </method>
51219       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51220         <size>7</size>
51221       </method>
51222       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51223         <size>26</size>
51224       </method>
51225     </type>
51226   </test>
51227   <test name="test-iter-14.cs">
51228     <type name="XX">
51229       <method name="Void Metodo(System.Exception)">
51230         <size>37</size>
51231       </method>
51232       <method name="IEnumerable X()">
51233         <size>16</size>
51234       </method>
51235       <method name="Void Main()">
51236         <size>65</size>
51237       </method>
51238       <method name="Void .ctor()">
51239         <size>7</size>
51240       </method>
51241     </type>
51242     <type name="XX+&lt;X&gt;c__Iterator0">
51243       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51244         <size>7</size>
51245       </method>
51246       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51247         <size>7</size>
51248       </method>
51249       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51250         <size>7</size>
51251       </method>
51252       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51253         <size>26</size>
51254       </method>
51255       <method name="Boolean MoveNext()">
51256         <size>103</size>
51257       </method>
51258       <method name="Void Dispose()">
51259         <size>8</size>
51260       </method>
51261       <method name="Void Reset()">
51262         <size>6</size>
51263       </method>
51264       <method name="Void .ctor()">
51265         <size>7</size>
51266       </method>
51267     </type>
51268   </test>
51269   <test name="test-iter-15.cs">
51270     <type name="Test">
51271       <method name="IEnumerator GetEnumerator()">
51272         <size>15</size>
51273       </method>
51274       <method name="Void Main()">
51275         <size>11</size>
51276       </method>
51277       <method name="Void Run()">
51278         <size>177</size>
51279       </method>
51280       <method name="Void .ctor()">
51281         <size>7</size>
51282       </method>
51283     </type>
51284     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
51285       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51286         <size>7</size>
51287       </method>
51288       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51289         <size>7</size>
51290       </method>
51291       <method name="Boolean MoveNext()">
51292         <size>127</size>
51293       </method>
51294       <method name="Void Dispose()">
51295         <size>8</size>
51296       </method>
51297       <method name="Void Reset()">
51298         <size>6</size>
51299       </method>
51300       <method name="Void .ctor()">
51301         <size>7</size>
51302       </method>
51303     </type>
51304   </test>
51305   <test name="test-iter-16.cs">
51306     <type name="Foo">
51307       <method name="IEnumerable foo()">
51308         <size>16</size>
51309       </method>
51310       <method name="Int32 Main()">
51311         <size>67</size>
51312       </method>
51313       <method name="Void .ctor()">
51314         <size>7</size>
51315       </method>
51316     </type>
51317     <type name="Foo+&lt;foo&gt;c__Iterator0">
51318       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51319         <size>7</size>
51320       </method>
51321       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51322         <size>7</size>
51323       </method>
51324       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51325         <size>7</size>
51326       </method>
51327       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51328         <size>26</size>
51329       </method>
51330       <method name="Boolean MoveNext()">
51331         <size>37</size>
51332       </method>
51333       <method name="Void Dispose()">
51334         <size>8</size>
51335       </method>
51336       <method name="Void Reset()">
51337         <size>6</size>
51338       </method>
51339       <method name="Void .ctor()">
51340         <size>7</size>
51341       </method>
51342     </type>
51343   </test>
51344   <test name="test-iter-17.cs">
51345     <type name="Program">
51346       <method name="IEnumerable get_Empty()">
51347         <size>16</size>
51348       </method>
51349       <method name="Void Main()">
51350         <size>61</size>
51351       </method>
51352       <method name="Void .ctor()">
51353         <size>7</size>
51354       </method>
51355     </type>
51356     <type name="Program+&lt;&gt;c__Iterator0">
51357       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51358         <size>7</size>
51359       </method>
51360       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51361         <size>7</size>
51362       </method>
51363       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51364         <size>7</size>
51365       </method>
51366       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51367         <size>26</size>
51368       </method>
51369       <method name="Boolean MoveNext()">
51370         <size>156</size>
51371       </method>
51372       <method name="Void Dispose()">
51373         <size>8</size>
51374       </method>
51375       <method name="Void Reset()">
51376         <size>6</size>
51377       </method>
51378       <method name="Void .ctor()">
51379         <size>7</size>
51380       </method>
51381     </type>
51382   </test>
51383   <test name="test-iter-18.cs">
51384     <type name="test">
51385       <method name="IEnumerable testen(Int32)">
51386         <size>30</size>
51387       </method>
51388       <method name="Void .ctor()">
51389         <size>7</size>
51390       </method>
51391     </type>
51392     <type name="reflect">
51393       <method name="Void Main(System.String[])">
51394         <size>119</size>
51395       </method>
51396       <method name="Void .ctor()">
51397         <size>7</size>
51398       </method>
51399     </type>
51400     <type name="test+&lt;testen&gt;c__Iterator0">
51401       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51402         <size>7</size>
51403       </method>
51404       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51405         <size>7</size>
51406       </method>
51407       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51408         <size>7</size>
51409       </method>
51410       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51411         <size>40</size>
51412       </method>
51413       <method name="Boolean MoveNext()">
51414         <size>193</size>
51415       </method>
51416       <method name="Void Dispose()">
51417         <size>8</size>
51418       </method>
51419       <method name="Void Reset()">
51420         <size>6</size>
51421       </method>
51422       <method name="Void .ctor()">
51423         <size>7</size>
51424       </method>
51425     </type>
51426   </test>
51427   <test name="test-iter-19.cs">
51428     <type name="Test">
51429       <method name="Void Main()">
51430         <size>66</size>
51431       </method>
51432       <method name="IEnumerator GetEnumerator()">
51433         <size>8</size>
51434       </method>
51435       <method name="Void .ctor()">
51436         <size>7</size>
51437       </method>
51438     </type>
51439     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
51440       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51441         <size>7</size>
51442       </method>
51443       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51444         <size>7</size>
51445       </method>
51446       <method name="Boolean MoveNext()">
51447         <size>75</size>
51448       </method>
51449       <method name="Void Dispose()">
51450         <size>8</size>
51451       </method>
51452       <method name="Void Reset()">
51453         <size>6</size>
51454       </method>
51455       <method name="Void .ctor()">
51456         <size>7</size>
51457       </method>
51458     </type>
51459   </test>
51460   <test name="test-iter-20.cs">
51461     <type name="CustomDict">
51462       <method name="IEnumerator GetEnumerator()">
51463         <size>15</size>
51464       </method>
51465       <method name="Void .ctor()">
51466         <size>68</size>
51467       </method>
51468     </type>
51469     <type name="Tests">
51470       <method name="Void Main()">
51471         <size>7</size>
51472       </method>
51473       <method name="Void .ctor()">
51474         <size>7</size>
51475       </method>
51476     </type>
51477     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
51478       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51479         <size>7</size>
51480       </method>
51481       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51482         <size>7</size>
51483       </method>
51484       <method name="Boolean MoveNext()">
51485         <size>84</size>
51486       </method>
51487       <method name="Void Dispose()">
51488         <size>8</size>
51489       </method>
51490       <method name="Void Reset()">
51491         <size>6</size>
51492       </method>
51493       <method name="Void .ctor()">
51494         <size>7</size>
51495       </method>
51496     </type>
51497   </test>
51498   <test name="test-iter-21.cs">
51499     <type name="X">
51500       <method name="IEnumerable GetIt(System.Int32[])">
51501         <size>30</size>
51502       </method>
51503       <method name="Int32 Main()">
51504         <size>119</size>
51505       </method>
51506       <method name="Void .ctor()">
51507         <size>7</size>
51508       </method>
51509     </type>
51510     <type name="X+A">
51511       <method name="Void Invoke()">
51512         <size>0</size>
51513       </method>
51514       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
51515         <size>0</size>
51516       </method>
51517       <method name="Void EndInvoke(IAsyncResult)">
51518         <size>0</size>
51519       </method>
51520       <method name="Void .ctor(Object, IntPtr)">
51521         <size>0</size>
51522       </method>
51523     </type>
51524     <type name="X+&lt;GetIt&gt;c__Iterator0">
51525       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51526         <size>7</size>
51527       </method>
51528       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51529         <size>7</size>
51530       </method>
51531       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51532         <size>7</size>
51533       </method>
51534       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51535         <size>40</size>
51536       </method>
51537       <method name="Boolean MoveNext()">
51538         <size>199</size>
51539       </method>
51540       <method name="Void Dispose()">
51541         <size>8</size>
51542       </method>
51543       <method name="Void Reset()">
51544         <size>6</size>
51545       </method>
51546       <method name="Void &lt;&gt;m__0()">
51547         <size>22</size>
51548       </method>
51549       <method name="Void .ctor()">
51550         <size>7</size>
51551       </method>
51552     </type>
51553     <type name="&lt;PrivateImplementationDetails&gt;">
51554       <method name="Void .ctor()">
51555         <size>7</size>
51556       </method>
51557     </type>
51558   </test>
51559   <test name="test-iter-22.cs">
51560     <type name="Test">
51561       <method name="Void Main()">
51562         <size>66</size>
51563       </method>
51564       <method name="IEnumerator GetEnumerator()">
51565         <size>8</size>
51566       </method>
51567       <method name="Void .ctor()">
51568         <size>7</size>
51569       </method>
51570     </type>
51571     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
51572       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51573         <size>7</size>
51574       </method>
51575       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51576         <size>7</size>
51577       </method>
51578       <method name="Boolean MoveNext()">
51579         <size>197</size>
51580       </method>
51581       <method name="Void Dispose()">
51582         <size>76</size>
51583       </method>
51584       <method name="Void Reset()">
51585         <size>6</size>
51586       </method>
51587       <method name="Void .ctor()">
51588         <size>7</size>
51589       </method>
51590     </type>
51591   </test>
51592   <test name="test-named-01.cs">
51593     <type name="A">
51594       <method name="Void .ctor()">
51595         <size>13</size>
51596       </method>
51597       <method name="Void .ctor(Object)">
51598         <size>7</size>
51599       </method>
51600       <method name="Void set_Item(Int32, Int32)">
51601         <size>8</size>
51602       </method>
51603     </type>
51604     <type name="B">
51605       <method name="Void .ctor()">
51606         <size>12</size>
51607       </method>
51608       <method name="Void set_Item(Int32, Int32)">
51609         <size>11</size>
51610       </method>
51611     </type>
51612     <type name="XAttribute">
51613       <method name="Void .ctor(Int32)">
51614         <size>7</size>
51615       </method>
51616     </type>
51617     <type name="M">
51618       <method name="Void .ctor()">
51619         <size>7</size>
51620       </method>
51621       <method name="Void Foo(Int32)">
51622         <size>1</size>
51623       </method>
51624       <method name="Int32 Main()">
51625         <size>48</size>
51626       </method>
51627     </type>
51628   </test>
51629   <test name="test-named-02.cs">
51630     <type name="A">
51631       <method name="Void .ctor()">
51632         <size>7</size>
51633       </method>
51634       <method name="Void set_Item(Int32, Int32)">
51635         <size>29</size>
51636       </method>
51637       <method name="Int32 get_Item(Int32)">
51638         <size>28</size>
51639       </method>
51640     </type>
51641     <type name="MyPoint">
51642       <method name="Void .ctor(Int32, Int32)">
51643         <size>15</size>
51644       </method>
51645     </type>
51646     <type name="C">
51647       <method name="Void .ctor()">
51648         <size>7</size>
51649       </method>
51650       <method name="Decimal Foo(Decimal, Decimal)">
51651         <size>2</size>
51652       </method>
51653       <method name="System.String Bar(Int32, System.String, Char)">
51654         <size>20</size>
51655       </method>
51656       <method name="Int32 Test(Int32, Int32)">
51657         <size>30</size>
51658       </method>
51659       <method name="Int32 Main()">
51660         <size>274</size>
51661       </method>
51662     </type>
51663   </test>
51664   <test name="test-named-03.cs">
51665     <type name="C">
51666       <method name="Void .ctor()">
51667         <size>7</size>
51668       </method>
51669       <method name="Int32 TestInt(Int32)">
51670         <size>3</size>
51671       </method>
51672       <method name="Int32 Main()">
51673         <size>23</size>
51674       </method>
51675     </type>
51676     <type name="C+IntDelegate">
51677       <method name="Void .ctor(Object, IntPtr)">
51678         <size>0</size>
51679       </method>
51680       <method name="Int32 Invoke(Int32)">
51681         <size>0</size>
51682       </method>
51683       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
51684         <size>0</size>
51685       </method>
51686       <method name="Int32 EndInvoke(IAsyncResult)">
51687         <size>0</size>
51688       </method>
51689     </type>
51690   </test>
51691   <test name="test-named-04.cs">
51692     <type name="Program">
51693       <method name="Void Foo2(Int32, Int32 ByRef)">
51694         <size>40</size>
51695       </method>
51696       <method name="Int32 Main()">
51697         <size>242</size>
51698       </method>
51699       <method name="Void .ctor()">
51700         <size>7</size>
51701       </method>
51702     </type>
51703   </test>
51704   <test name="test-named-05.cs">
51705     <type name="A">
51706       <method name="Int32 Foo(Int32)">
51707         <size>2</size>
51708       </method>
51709       <method name="Int32 get_Item(Int32, System.String)">
51710         <size>2</size>
51711       </method>
51712       <method name="Void .ctor()">
51713         <size>7</size>
51714       </method>
51715     </type>
51716     <type name="B">
51717       <method name="Int32 Foo(Int32)">
51718         <size>2</size>
51719       </method>
51720       <method name="Int32 get_Item(Int32, System.String)">
51721         <size>2</size>
51722       </method>
51723       <method name="Void .ctor()">
51724         <size>7</size>
51725       </method>
51726     </type>
51727     <type name="Test">
51728       <method name="Int32 Main()">
51729         <size>98</size>
51730       </method>
51731       <method name="Void .ctor()">
51732         <size>7</size>
51733       </method>
51734     </type>
51735   </test>
51736   <test name="test-named-06.cs">
51737     <type name="C">
51738       <method name="Int32 Main()">
51739         <size>25</size>
51740       </method>
51741       <method name="Int32 Foo(Int32, Int64, System.String)">
51742         <size>2</size>
51743       </method>
51744       <method name="Int32 Foo(Int32, Int64, System.String[])">
51745         <size>2</size>
51746       </method>
51747       <method name="Int32 Foo(Int64, Int32)">
51748         <size>2</size>
51749       </method>
51750       <method name="Void .ctor()">
51751         <size>7</size>
51752       </method>
51753     </type>
51754   </test>
51755   <test name="test-partial-01.cs">
51756     <type name="Foo.Hello">
51757       <method name="Void .ctor()">
51758         <size>7</size>
51759       </method>
51760       <method name="Void .cctor()">
51761         <size>7</size>
51762       </method>
51763     </type>
51764     <type name="Bar.Hello">
51765       <method name="Void .ctor()">
51766         <size>7</size>
51767       </method>
51768       <method name="Void .cctor()">
51769         <size>8</size>
51770       </method>
51771     </type>
51772     <type name="X.Test">
51773       <method name="Void .ctor()">
51774         <size>7</size>
51775       </method>
51776       <method name="Int32 FooWorld()">
51777         <size>6</size>
51778       </method>
51779       <method name="Int32 BarWorld()">
51780         <size>6</size>
51781       </method>
51782     </type>
51783     <type name="Y">
51784       <method name="Void .ctor()">
51785         <size>7</size>
51786       </method>
51787       <method name="Int32 Main()">
51788         <size>29</size>
51789       </method>
51790     </type>
51791   </test>
51792   <test name="test-partial-02.cs">
51793     <type name="Test1.Base">
51794       <method name="Void .ctor()">
51795         <size>7</size>
51796       </method>
51797     </type>
51798     <type name="Test1.Foo">
51799       <method name="Void .ctor()">
51800         <size>7</size>
51801       </method>
51802     </type>
51803     <type name="Test2.Foo">
51804       <method name="Void .ctor()">
51805         <size>7</size>
51806       </method>
51807     </type>
51808     <type name="ReflectedType">
51809       <method name="Void .ctor()">
51810         <size>7</size>
51811       </method>
51812     </type>
51813     <type name="D">
51814       <method name="Void .ctor()">
51815         <size>7</size>
51816       </method>
51817     </type>
51818     <type name="X">
51819       <method name="Void .ctor()">
51820         <size>7</size>
51821       </method>
51822       <method name="Void Main()">
51823         <size>1</size>
51824       </method>
51825     </type>
51826   </test>
51827   <test name="test-partial-03.cs">
51828     <type name="Test">
51829       <method name="Void .ctor()">
51830         <size>18</size>
51831       </method>
51832       <method name="Int32 TestFoo()">
51833         <size>13</size>
51834       </method>
51835       <method name="Int32 TestIFoo(IFoo)">
51836         <size>8</size>
51837       </method>
51838     </type>
51839     <type name="Test+Foo">
51840       <method name="Void .ctor()">
51841         <size>7</size>
51842       </method>
51843       <method name="Int32 Test.IFoo.Hello(Test)">
51844         <size>2</size>
51845       </method>
51846       <method name="Int32 Hello(Test)">
51847         <size>2</size>
51848       </method>
51849     </type>
51850     <type name="X">
51851       <method name="Void .ctor()">
51852         <size>7</size>
51853       </method>
51854       <method name="Int32 Main()">
51855         <size>42</size>
51856       </method>
51857     </type>
51858   </test>
51859   <test name="test-partial-04.cs">
51860     <type name="B.Test">
51861       <method name="Void .ctor()">
51862         <size>7</size>
51863       </method>
51864       <method name="Void A.IFoo.Hello(IFoo)">
51865         <size>1</size>
51866       </method>
51867     </type>
51868     <type name="X">
51869       <method name="Void .ctor()">
51870         <size>7</size>
51871       </method>
51872       <method name="Void Main()">
51873         <size>1</size>
51874       </method>
51875     </type>
51876   </test>
51877   <test name="test-partial-05.cs">
51878     <type name="B">
51879       <method name="Void .ctor()">
51880         <size>7</size>
51881       </method>
51882     </type>
51883     <type name="A">
51884       <method name="Void .ctor()">
51885         <size>7</size>
51886       </method>
51887     </type>
51888     <type name="A2">
51889       <method name="Void .ctor()">
51890         <size>7</size>
51891       </method>
51892     </type>
51893     <type name="D">
51894       <method name="Void .ctor()">
51895         <size>7</size>
51896       </method>
51897       <method name="Void Main()">
51898         <size>1</size>
51899       </method>
51900     </type>
51901   </test>
51902   <test name="test-partial-06.cs">
51903     <type name="Foo">
51904       <method name="Void .ctor()">
51905         <size>7</size>
51906       </method>
51907       <method name="Void Finalize()">
51908         <size>13</size>
51909       </method>
51910     </type>
51911     <type name="B">
51912       <method name="Void .ctor()">
51913         <size>7</size>
51914       </method>
51915       <method name="Void Main()">
51916         <size>1</size>
51917       </method>
51918     </type>
51919   </test>
51920   <test name="test-partial-07.cs">
51921     <type name="Test">
51922       <method name="Void .ctor()">
51923         <size>7</size>
51924       </method>
51925     </type>
51926     <type name="TestAttribute">
51927       <method name="Void .ctor()">
51928         <size>7</size>
51929       </method>
51930     </type>
51931     <type name="Test2Attribute">
51932       <method name="Void .ctor()">
51933         <size>7</size>
51934       </method>
51935     </type>
51936     <type name="X">
51937       <method name="Void .ctor()">
51938         <size>7</size>
51939       </method>
51940       <method name="Int32 Main()">
51941         <size>62</size>
51942       </method>
51943     </type>
51944   </test>
51945   <test name="test-partial-08.cs">
51946     <type name="Foo">
51947       <method name="Void .ctor()">
51948         <size>7</size>
51949       </method>
51950       <method name="System.String get_Id()">
51951         <size>7</size>
51952       </method>
51953     </type>
51954     <type name="PartialAbstractCompilationError">
51955       <method name="Void .ctor()">
51956         <size>7</size>
51957       </method>
51958       <method name="Int32 Main()">
51959         <size>54</size>
51960       </method>
51961     </type>
51962   </test>
51963   <test name="test-partial-09.cs">
51964     <type name="Foo">
51965       <method name="Void .ctor()">
51966         <size>7</size>
51967       </method>
51968       <method name="System.String get_Id()">
51969         <size>7</size>
51970       </method>
51971     </type>
51972     <type name="Bar">
51973       <method name="Void .ctor(String)">
51974         <size>14</size>
51975       </method>
51976     </type>
51977     <type name="PartialAbstractCompilationError">
51978       <method name="Void .ctor()">
51979         <size>7</size>
51980       </method>
51981       <method name="Void Main()">
51982         <size>21</size>
51983       </method>
51984     </type>
51985   </test>
51986   <test name="test-partial-10.cs">
51987     <type name="Test2.Foo">
51988       <method name="Void .ctor()">
51989         <size>7</size>
51990       </method>
51991       <method name="Void .cctor()">
51992         <size>15</size>
51993       </method>
51994     </type>
51995     <type name="X">
51996       <method name="Void .ctor()">
51997         <size>7</size>
51998       </method>
51999       <method name="Int32 Main()">
52000         <size>68</size>
52001       </method>
52002     </type>
52003     <type name="Test3.Foo">
52004       <method name="Void .cctor()">
52005         <size>15</size>
52006       </method>
52007     </type>
52008   </test>
52009   <test name="test-partial-11.cs">
52010     <type name="StaticClass">
52011       <method name="System.String Name()">
52012         <size>6</size>
52013       </method>
52014     </type>
52015     <type name="MainClass">
52016       <method name="Void .ctor()">
52017         <size>7</size>
52018       </method>
52019       <method name="Boolean IsStatic(System.Type)">
52020         <size>73</size>
52021       </method>
52022       <method name="Int32 Main()">
52023         <size>56</size>
52024       </method>
52025     </type>
52026   </test>
52027   <test name="test-partial-12.cs">
52028     <type name="Test1.Foo">
52029       <method name="Void .ctor()">
52030         <size>7</size>
52031       </method>
52032       <method name="IEnumerable E()">
52033         <size>16</size>
52034       </method>
52035     </type>
52036     <type name="X">
52037       <method name="Void .ctor()">
52038         <size>7</size>
52039       </method>
52040       <method name="Int32 Main()">
52041         <size>104</size>
52042       </method>
52043     </type>
52044     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
52045       <method name="Void .ctor()">
52046         <size>7</size>
52047       </method>
52048       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52049         <size>7</size>
52050       </method>
52051       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52052         <size>7</size>
52053       </method>
52054       <method name="Boolean MoveNext()">
52055         <size>67</size>
52056       </method>
52057       <method name="Void Dispose()">
52058         <size>8</size>
52059       </method>
52060       <method name="Void Reset()">
52061         <size>6</size>
52062       </method>
52063       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52064         <size>7</size>
52065       </method>
52066       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52067         <size>26</size>
52068       </method>
52069     </type>
52070   </test>
52071   <test name="test-partial-13.cs">
52072     <type name="Test.Test">
52073       <method name="Void .ctor()">
52074         <size>7</size>
52075       </method>
52076       <method name="Boolean Equals(System.Object)">
52077         <size>2</size>
52078       </method>
52079       <method name="Int32 GetHashCode()">
52080         <size>2</size>
52081       </method>
52082       <method name="Void Main()">
52083         <size>1</size>
52084       </method>
52085     </type>
52086   </test>
52087   <test name="test-partial-14.cs">
52088     <type name="T">
52089       <method name="Void .ctor()">
52090         <size>7</size>
52091       </method>
52092     </type>
52093     <type name="partial">
52094       <method name="Void .ctor()">
52095         <size>7</size>
52096       </method>
52097     </type>
52098     <type name="A">
52099       <method name="Void .ctor()">
52100         <size>7</size>
52101       </method>
52102       <method name="Void partial(partial)">
52103         <size>3</size>
52104       </method>
52105     </type>
52106     <type name="B">
52107       <method name="Void .ctor()">
52108         <size>7</size>
52109       </method>
52110       <method name="Void Main()">
52111         <size>1</size>
52112       </method>
52113     </type>
52114   </test>
52115   <test name="test-partial-15.cs">
52116     <type name="Foo.X">
52117       <method name="Void .ctor()">
52118         <size>7</size>
52119       </method>
52120       <method name="Void Main()">
52121         <size>1</size>
52122       </method>
52123       <method name="IEnumerable Attempts2()">
52124         <size>16</size>
52125       </method>
52126       <method name="IEnumerable get_Attempts()">
52127         <size>16</size>
52128       </method>
52129       <method name="IEnumerable get_Item(Int32)">
52130         <size>16</size>
52131       </method>
52132     </type>
52133     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
52134       <method name="Void .ctor()">
52135         <size>7</size>
52136       </method>
52137       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52138         <size>7</size>
52139       </method>
52140       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52141         <size>7</size>
52142       </method>
52143       <method name="Boolean MoveNext()">
52144         <size>36</size>
52145       </method>
52146       <method name="Void Dispose()">
52147         <size>8</size>
52148       </method>
52149       <method name="Void Reset()">
52150         <size>6</size>
52151       </method>
52152     </type>
52153     <type name="Foo.X+&lt;&gt;c__Iterator1">
52154       <method name="Void .ctor()">
52155         <size>7</size>
52156       </method>
52157       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52158         <size>7</size>
52159       </method>
52160       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52161         <size>7</size>
52162       </method>
52163       <method name="Boolean MoveNext()">
52164         <size>36</size>
52165       </method>
52166       <method name="Void Dispose()">
52167         <size>8</size>
52168       </method>
52169       <method name="Void Reset()">
52170         <size>6</size>
52171       </method>
52172     </type>
52173     <type name="Foo.X+&lt;&gt;c__Iterator2">
52174       <method name="Void .ctor()">
52175         <size>7</size>
52176       </method>
52177       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52178         <size>7</size>
52179       </method>
52180       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52181         <size>7</size>
52182       </method>
52183       <method name="Boolean MoveNext()">
52184         <size>36</size>
52185       </method>
52186       <method name="Void Dispose()">
52187         <size>8</size>
52188       </method>
52189       <method name="Void Reset()">
52190         <size>6</size>
52191       </method>
52192     </type>
52193     <type name="Foo.X+&lt;Attempts2&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="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52198         <size>26</size>
52199       </method>
52200     </type>
52201     <type name="Foo.X+&lt;&gt;c__Iterator1">
52202       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52203         <size>7</size>
52204       </method>
52205       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52206         <size>26</size>
52207       </method>
52208     </type>
52209     <type name="Foo.X+&lt;&gt;c__Iterator2">
52210       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52211         <size>7</size>
52212       </method>
52213       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52214         <size>26</size>
52215       </method>
52216     </type>
52217   </test>
52218   <test name="test-partial-16.cs">
52219     <type name="A.C">
52220       <method name="Void .ctor()">
52221         <size>23</size>
52222       </method>
52223       <method name="Void .cctor()">
52224         <size>11</size>
52225       </method>
52226     </type>
52227     <type name="B.C2">
52228       <method name="Void .ctor()">
52229         <size>7</size>
52230       </method>
52231       <method name="Boolean Test()">
52232         <size>2</size>
52233       </method>
52234       <method name="System.Object Test_I()">
52235         <size>2</size>
52236       </method>
52237       <method name="Void Main()">
52238         <size>1</size>
52239       </method>
52240     </type>
52241   </test>
52242   <test name="test-partial-17.cs">
52243     <type name="Test">
52244       <method name="Void .ctor()">
52245         <size>7</size>
52246       </method>
52247       <method name="Boolean Check(System.String, System.String[])">
52248         <size>42</size>
52249       </method>
52250       <method name="Void Main()">
52251         <size>1</size>
52252       </method>
52253     </type>
52254   </test>
52255   <test name="test-partial-18.cs">
52256     <type name="N.Foo">
52257       <method name="Void .ctor()">
52258         <size>17</size>
52259       </method>
52260       <method name="Void Main()">
52261         <size>1</size>
52262       </method>
52263     </type>
52264   </test>
52265   <test name="test-partial-19.cs">
52266     <type name="Bug.GL">
52267       <method name="Void Main()">
52268         <size>7</size>
52269       </method>
52270     </type>
52271     <type name="Bug.GL+Core">
52272       <method name="Boolean A()">
52273         <size>2</size>
52274       </method>
52275     </type>
52276   </test>
52277   <test name="test-partial-20.cs">
52278     <type name="A">
52279       <method name="Void .ctor()">
52280         <size>7</size>
52281       </method>
52282       <method name="Void .cctor()">
52283         <size>7</size>
52284       </method>
52285     </type>
52286     <type name="B">
52287       <method name="Void .ctor()">
52288         <size>7</size>
52289       </method>
52290       <method name="Void .cctor()">
52291         <size>7</size>
52292       </method>
52293     </type>
52294     <type name="C">
52295       <method name="Void .ctor()">
52296         <size>7</size>
52297       </method>
52298       <method name="Int32 Main()">
52299         <size>38</size>
52300       </method>
52301     </type>
52302   </test>
52303   <test name="test-partial-21.cs">
52304     <type name="Mono.Sms.Main">
52305       <method name="Void .ctor()">
52306         <size>7</size>
52307       </method>
52308       <method name="Void Test()">
52309         <size>42</size>
52310       </method>
52311     </type>
52312     <type name="Mono.Sms.Contacts">
52313       <method name="Void .ctor()">
52314         <size>7</size>
52315       </method>
52316       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
52317         <size>24</size>
52318       </method>
52319       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
52320         <size>24</size>
52321       </method>
52322       <method name="Void Test()">
52323         <size>12</size>
52324       </method>
52325     </type>
52326     <type name="Mono.Sms.Core.Agenda">
52327       <method name="Void .ctor()">
52328         <size>7</size>
52329       </method>
52330       <method name="Void AddContact()">
52331         <size>1</size>
52332       </method>
52333       <method name="Void Main()">
52334         <size>1</size>
52335       </method>
52336     </type>
52337     <type name="Mono.Sms.Contacts+ContactsHandler">
52338       <method name="Void .ctor(Object, IntPtr)">
52339         <size>0</size>
52340       </method>
52341       <method name="Void Invoke()">
52342         <size>0</size>
52343       </method>
52344       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
52345         <size>0</size>
52346       </method>
52347       <method name="Void EndInvoke(IAsyncResult)">
52348         <size>0</size>
52349       </method>
52350     </type>
52351     <type name="Mono.Sms.Main">
52352       <method name="Void &lt;Test&gt;m__0()">
52353         <size>6</size>
52354       </method>
52355     </type>
52356   </test>
52357   <test name="test-partial-22.cs">
52358     <type name="C">
52359       <method name="Void .ctor()">
52360         <size>7</size>
52361       </method>
52362       <method name="Int32 Main()">
52363         <size>2</size>
52364       </method>
52365     </type>
52366   </test>
52367   <test name="test-partial-23.cs">
52368     <type name="C">
52369       <method name="Void .ctor()">
52370         <size>7</size>
52371       </method>
52372       <method name="Void Partial_A()">
52373         <size>15</size>
52374       </method>
52375       <method name="Void Partial_B()">
52376         <size>15</size>
52377       </method>
52378       <method name="Void Partial_S()">
52379         <size>14</size>
52380       </method>
52381       <method name="Int32 Main()">
52382         <size>52</size>
52383       </method>
52384     </type>
52385   </test>
52386   <test name="test-partial-24.cs">
52387     <type name="N.C">
52388       <method name="Void .ctor()">
52389         <size>7</size>
52390       </method>
52391       <method name="Void Main()">
52392         <size>1</size>
52393       </method>
52394       <method name="Void Foo()">
52395         <size>1</size>
52396       </method>
52397     </type>
52398   </test>
52399   <test name="test-partial-25.cs">
52400     <type name="C">
52401       <method name="Void .ctor()">
52402         <size>7</size>
52403       </method>
52404       <method name="Void Partial(Int32)">
52405         <size>14</size>
52406       </method>
52407       <method name="Int32 Main()">
52408         <size>8</size>
52409       </method>
52410     </type>
52411   </test>
52412   <test name="test-partial-26.cs">
52413     <type name="ConsoleApplication1.X">
52414       <method name="Void .ctor()">
52415         <size>7</size>
52416       </method>
52417       <method name="Void Foo()">
52418         <size>1</size>
52419       </method>
52420     </type>
52421     <type name="ConsoleApplication1.Program">
52422       <method name="Void .ctor()">
52423         <size>7</size>
52424       </method>
52425       <method name="Int32 Main()">
52426         <size>98</size>
52427       </method>
52428     </type>
52429     <type name="ConsoleApplication1.Y">
52430       <method name="Void Foo()">
52431         <size>1</size>
52432       </method>
52433       <method name="Void .ctor()">
52434         <size>7</size>
52435       </method>
52436     </type>
52437   </test>
52438   <test name="test-partial-27.cs">
52439     <type name="C">
52440       <method name="Int32 Main()">
52441         <size>2</size>
52442       </method>
52443       <method name="Void .ctor()">
52444         <size>7</size>
52445       </method>
52446     </type>
52447   </test>
52448   <test name="test-partial-28.cs">
52449     <type name="A">
52450       <method name="Void .ctor()">
52451         <size>7</size>
52452       </method>
52453     </type>
52454     <type name="TestCase">
52455       <method name="Void Main()">
52456         <size>1</size>
52457       </method>
52458       <method name="Void .ctor()">
52459         <size>7</size>
52460       </method>
52461     </type>
52462   </test>
52463   <test name="test-partial-29.cs">
52464     <type name="C">
52465       <method name="Void Main()">
52466         <size>1</size>
52467       </method>
52468     </type>
52469   </test>
52470   <test name="test-var-01.cs">
52471     <type name="Test">
52472       <method name="Void .ctor()">
52473         <size>7</size>
52474       </method>
52475       <method name="Int32 Main()">
52476         <size>47</size>
52477       </method>
52478     </type>
52479   </test>
52480   <test name="test-var-02.cs">
52481     <type name="Class1">
52482       <method name="Void .ctor()">
52483         <size>15</size>
52484       </method>
52485       <method name="Boolean Method()">
52486         <size>2</size>
52487       </method>
52488     </type>
52489     <type name="Test">
52490       <method name="Void .ctor()">
52491         <size>7</size>
52492       </method>
52493       <method name="Int32 Main()">
52494         <size>126</size>
52495       </method>
52496     </type>
52497     <type name="Test+Class2">
52498       <method name="Void .ctor()">
52499         <size>15</size>
52500       </method>
52501       <method name="Boolean Method()">
52502         <size>2</size>
52503       </method>
52504     </type>
52505   </test>
52506   <test name="test-var-03.cs">
52507     <type name="Test">
52508       <method name="Void .ctor()">
52509         <size>7</size>
52510       </method>
52511       <method name="Int32 Main()">
52512         <size>177</size>
52513       </method>
52514     </type>
52515     <type name="&lt;PrivateImplementationDetails&gt;">
52516       <method name="Void .ctor()">
52517         <size>7</size>
52518       </method>
52519     </type>
52520   </test>
52521   <test name="test-var-05.cs">
52522     <type name="MyClass">
52523       <method name="Void .ctor(String)">
52524         <size>14</size>
52525       </method>
52526       <method name="Void Dispose()">
52527         <size>12</size>
52528       </method>
52529     </type>
52530     <type name="Test">
52531       <method name="Void .ctor()">
52532         <size>7</size>
52533       </method>
52534       <method name="Int32 Main()">
52535         <size>66</size>
52536       </method>
52537     </type>
52538   </test>
52539   <test name="test-var-06.cs">
52540     <type name="Test">
52541       <method name="Void .ctor()">
52542         <size>7</size>
52543       </method>
52544       <method name="Int32 Main()">
52545         <size>55</size>
52546       </method>
52547     </type>
52548   </test>
52549   <test name="test-var-07.cs">
52550     <type name="Test">
52551       <method name="Void .ctor()">
52552         <size>7</size>
52553       </method>
52554       <method name="Void var()">
52555         <size>1</size>
52556       </method>
52557       <method name="Int32 Main()">
52558         <size>38</size>
52559       </method>
52560     </type>
52561     <type name="var">
52562       <method name="Void .ctor()">
52563         <size>7</size>
52564       </method>
52565     </type>
52566   </test>
52567   <test name="test-var-08.cs">
52568     <type name="X">
52569       <method name="Void .ctor(Int32, Int32)">
52570         <size>10</size>
52571       </method>
52572       <method name="Void Main()">
52573         <size>1</size>
52574       </method>
52575     </type>
52576   </test>
52577   <test name="test-xml-042.cs">
52578     <type name="TestNamespace.TestClass">
52579       <method name="Void .ctor()">
52580         <size>7</size>
52581       </method>
52582       <method name="Void Main()">
52583         <size>1</size>
52584       </method>
52585       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
52586         <size>7</size>
52587       </method>
52588     </type>
52589   </test>
52590 </tests>